.Header-module__85i50G__header{z-index:1000;width:100%;position:relative}.Header-module__85i50G__topBar{background-color:var(--color-primary-main);width:100%;color:var(--color-primary-contrast);opacity:1;transition:transform .3s,opacity .3s;transform:translateY(0)}.Header-module__85i50G__topBarHidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.Header-module__85i50G__topBarContainer{justify-content:space-between;align-items:center;gap:1.5rem;padding-top:.75rem;padding-bottom:.75rem;font-size:.875rem;display:flex}.Header-module__85i50G__topBarLeft,.Header-module__85i50G__topBarCenter,.Header-module__85i50G__topBarRight{align-items:center;gap:1rem;display:flex}.Header-module__85i50G__topBarCenter{flex:1;justify-content:center}.Header-module__85i50G__topBarRight{justify-content:flex-end;gap:1.5rem}.Header-module__85i50G__socialLinks{align-items:center;gap:.75rem;display:flex}.Header-module__85i50G__socialLink{width:2rem;height:2rem;color:var(--color-primary-contrast);background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background-color .2s;display:flex}.Header-module__85i50G__socialLink:hover{background-color:#fff3}.Header-module__85i50G__socialIcon{fill:currentColor;width:1rem;height:1rem}.Header-module__85i50G__contactInfo{color:var(--color-primary-contrast);align-items:center;gap:.5rem;line-height:1.5;text-decoration:none;transition:opacity .2s;display:flex}.Header-module__85i50G__contactInfo:hover{opacity:.85}.Header-module__85i50G__contactIcon{stroke:currentColor;fill:none;flex-shrink:0;width:1.125rem;height:1.125rem}.Header-module__85i50G__languageSwitcher{background-color:#ffffff1a;border-radius:.375rem;align-items:center;gap:0;padding:.125rem;display:flex}.Header-module__85i50G__languageButton{color:var(--color-primary-contrast);cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;min-width:2.5rem;padding:.375rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.Header-module__85i50G__languageButton:hover{color:var(--color-primary-contrast);background-color:#ffffff26}.Header-module__85i50G__languageButtonActive{color:var(--color-primary-contrast);background-color:#ffffff40;font-weight:600}.Header-module__85i50G__languageButtonActive:hover{background-color:#ffffff4d}.Header-module__85i50G__mainNav{background-color:var(--color-background-default);z-index:100;width:100%;transition:box-shadow .3s,position .3s;position:sticky;top:0;left:0;right:0;box-shadow:0 2px 8px #00000014}.Header-module__85i50G__mainNavFixed{box-shadow:0 4px 12px #0000001f;position:fixed!important;top:0!important}.Header-module__85i50G__mainNavContainer{justify-content:space-between;align-items:center;padding-top:.875rem;padding-bottom:.875rem;display:flex}.Header-module__85i50G__navLeft{align-items:center;display:flex}.Header-module__85i50G__logoLink{align-items:center;text-decoration:none;display:flex}.Header-module__85i50G__navCenter{flex:1;justify-content:center;display:flex}.Header-module__85i50G__navLinks{align-items:center;gap:.125rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__85i50G__navItem{position:relative}.Header-module__85i50G__navLink{color:var(--color-primary-main);font-family:var(--font-poppins,"Poppins", sans-serif);white-space:nowrap;cursor:pointer;background:0 0;border:none;align-items:center;gap:.2rem;padding:.625rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex;position:relative}.Header-module__85i50G__navLink:after{content:"";background-color:var(--color-accent-main);height:2px;transition:transform .2s;position:absolute;bottom:.25rem;left:.625rem;right:.625rem;transform:scaleX(0)}.Header-module__85i50G__navLink:hover{color:var(--color-accent-main)}.Header-module__85i50G__navLink:hover:after{transform:scaleX(1)}.Header-module__85i50G__navLinkActive{color:var(--color-accent-main)}.Header-module__85i50G__navLinkActive:after{transform:scaleX(1)}.Header-module__85i50G__dropdownIcon{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:.875rem;height:.875rem;transition:transform .2s}.Header-module__85i50G__navItem:hover .Header-module__85i50G__dropdownIcon{transform:rotate(180deg)}.Header-module__85i50G__dropdown{background-color:var(--color-background-default);opacity:0;visibility:hidden;z-index:1000;border-radius:.375rem;min-width:260px;margin-top:.25rem;padding:.375rem 0;list-style:none;transition:opacity .25s,visibility .25s,transform .25s;position:absolute;top:100%;left:0;transform:translateY(-8px);box-shadow:0 4px 12px #0000001a}.Header-module__85i50G__navItem:hover .Header-module__85i50G__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__85i50G__dropdownItem{margin:0}.Header-module__85i50G__dropdownItemHasSubmenu{position:relative}.Header-module__85i50G__dropdownLink{color:var(--color-primary-main);font-family:var(--font-poppins,"Poppins", sans-serif);padding:.5rem 1rem;font-size:.875rem;font-weight:400;text-decoration:none;transition:color .2s;display:block;position:relative}.Header-module__85i50G__dropdownItemHasSubmenu>.Header-module__85i50G__dropdownLink:after{content:"›";color:var(--color-text-secondary);font-size:1rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.Header-module__85i50G__dropdownLink:before{content:"";background-color:var(--color-accent-main);width:3px;height:0;transition:height .2s,transform .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)scaleX(0)}.Header-module__85i50G__dropdownLink:hover{color:var(--color-accent-main)}.Header-module__85i50G__dropdownLink:hover:before{height:60%;transform:translateY(-50%)scaleX(1)}.Header-module__85i50G__dropdownSubmenu{background-color:var(--color-background-default);opacity:0;visibility:hidden;z-index:1100;overscroll-behavior:contain;border-radius:.375rem;min-width:260px;max-height:400px;padding:.5rem 0;list-style:none;transition:opacity .25s,visibility .25s,transform .25s;position:absolute;top:0;left:100%;overflow-y:auto;transform:translate(-8px);box-shadow:0 4px 12px #0000001a}.Header-module__85i50G__dropdownItemHasSubmenu:hover .Header-module__85i50G__dropdownSubmenu{opacity:1;visibility:visible;transform:translate(0)}.Header-module__85i50G__navRight{align-items:center;display:flex}.Header-module__85i50G__moodleButton{background-color:var(--color-accent-main);color:var(--color-accent-contrast);white-space:nowrap;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.Header-module__85i50G__moodleButton:hover{background-color:var(--button-hover-color,var(--color-accent-dark));transform:translateY(-1px)}.Header-module__85i50G__moodleIcon{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:1.5rem;height:1.5rem}.Header-module__85i50G__mobileMenuToggle{color:var(--color-primary-main);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;display:none}.Header-module__85i50G__mobileMenuIcon{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:1.5rem;height:1.5rem}.Header-module__85i50G__mobileTopBar{background-color:var(--color-primary-main);color:var(--color-primary-contrast);border-radius:.5rem;margin-bottom:1rem;padding:1.5rem}.Header-module__85i50G__mobileSocialLinks{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.Header-module__85i50G__mobileLanguageSwitcher{background-color:#ffffff1a;border-radius:.375rem;justify-content:center;align-items:center;gap:0;margin-bottom:1rem;padding:.125rem;display:flex}.Header-module__85i50G__mobileContactInfo{flex-direction:column;gap:.75rem;display:flex}.Header-module__85i50G__mobileContactInfo .Header-module__85i50G__contactInfo{color:var(--color-primary-contrast);justify-content:center;font-size:.875rem}@media (max-width:1320px){.Header-module__85i50G__topBar{display:none}.Header-module__85i50G__topBarContainer{font-size:.8125rem}.Header-module__85i50G__navLinks{gap:.125rem}.Header-module__85i50G__navLink{padding:.625rem .75rem;font-size:.875rem}.Header-module__85i50G__mainNavContainer{position:relative}.Header-module__85i50G__navLeft,.Header-module__85i50G__navRight,.Header-module__85i50G__mobileMenuToggle,.Header-module__85i50G__navLanguage{z-index:101;position:relative}.Header-module__85i50G__navCenter{background-color:var(--color-background-default);z-index:100;max-height:calc(100dvh - 80px);padding:0;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001f}.Header-module__85i50G__navCenter.Header-module__85i50G__mobileMenuOpen{display:block}.Header-module__85i50G__mobileMenuToggle{order:4;display:block}.Header-module__85i50G__navLeft{flex-shrink:0;order:1}.Header-module__85i50G__navLanguage{flex-shrink:0;order:2;align-items:center;margin-left:1rem;visibility:visible!important;opacity:1!important;display:flex!important}.Header-module__85i50G__navLanguage .Header-module__85i50G__languageSwitcher{background-color:#1233671a;border-radius:.375rem;padding:.125rem}.Header-module__85i50G__navLanguage .Header-module__85i50G__languageButton{color:var(--color-primary-main);padding:.375rem .875rem;font-size:.875rem}.Header-module__85i50G__navLanguage .Header-module__85i50G__languageButton:hover{color:var(--color-primary-main);background-color:#12336726}.Header-module__85i50G__navLanguage .Header-module__85i50G__languageButtonActive{color:var(--color-primary-main);background-color:#12336740}.Header-module__85i50G__navLanguage .Header-module__85i50G__languageButtonActive:hover{background-color:#1233674d}.Header-module__85i50G__navRight{flex-shrink:0;order:3;margin-left:auto;margin-right:.5rem}.Header-module__85i50G__moodleButton{white-space:nowrap;width:auto;min-width:auto;height:auto;padding:.625rem 1rem;font-size:.875rem}.Header-module__85i50G__moodleButton span{display:inline}.Header-module__85i50G__navLinks{flex-direction:column;align-items:stretch;gap:0;width:100%}.Header-module__85i50G__navItem{width:100%}.Header-module__85i50G__navLink{border-bottom:1px solid var(--color-border-light);justify-content:space-between;width:100%;padding:1rem}.Header-module__85i50G__navLink:after{display:none}.Header-module__85i50G__dropdown{opacity:1;visibility:visible;box-shadow:none;background-color:var(--color-background-paper);border-radius:0;margin:0;padding:0;display:none;position:static;transform:none}.Header-module__85i50G__dropdownLink:before,.Header-module__85i50G__dropdownItemHasSubmenu>.Header-module__85i50G__dropdownLink:after{display:none}.Header-module__85i50G__dropdownItemHasSubmenu>.Header-module__85i50G__dropdownLink:after{display:none}.Header-module__85i50G__dropdownSubmenu{opacity:1;visibility:visible;box-shadow:none;background-color:var(--color-background-paper);border-radius:0;margin:0;padding:0;display:block;position:static;transform:none}.Header-module__85i50G__dropdownSubmenu .Header-module__85i50G__dropdownLink{padding-left:2.25rem}.Header-module__85i50G__navItem.Header-module__85i50G__active .Header-module__85i50G__dropdown{display:block}.Header-module__85i50G__moodleIcon{width:1.25rem;height:1.25rem}}@media (max-width:768px){.Header-module__85i50G__mainNavContainer{flex-wrap:nowrap;position:relative}.Header-module__85i50G__navCenter{background-color:var(--color-background-default);z-index:100;width:100%;max-height:calc(100dvh - 80px);padding:0;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001f}.Header-module__85i50G__navCenter.Header-module__85i50G__mobileMenuOpen{display:block}.Header-module__85i50G__navLinks{flex-direction:column;align-items:stretch;gap:0;width:100%}.Header-module__85i50G__navItem{width:100%}.Header-module__85i50G__navLink{border-bottom:1px solid var(--color-border-light);justify-content:space-between;width:100%;padding:1rem}.Header-module__85i50G__navLink:after{display:none}.Header-module__85i50G__dropdown{opacity:1;visibility:visible;box-shadow:none;background-color:var(--color-background-paper);border-radius:0;margin:0;padding:0;display:none;position:static;transform:none}.Header-module__85i50G__dropdownLink:before{display:none}.Header-module__85i50G__navItem.Header-module__85i50G__active .Header-module__85i50G__dropdown{display:block}.Header-module__85i50G__mobileMenuToggle{order:3;display:block}.Header-module__85i50G__navLeft{flex-shrink:0;order:1}.Header-module__85i50G__navRight{flex-shrink:0;order:2;margin-left:auto}.Header-module__85i50G__logoLink svg{max-width:120px;height:auto}}@media (max-width:480px){.Header-module__85i50G__topBar{font-size:.75rem}.Header-module__85i50G__socialLink{width:1.75rem;height:1.75rem}.Header-module__85i50G__contactInfo{font-size:.75rem}}
.Footer-module__hP-FLq__footer{background-color:var(--color-primary-main);width:100%;color:var(--color-primary-contrast);padding:3rem 0 1.5rem}.Footer-module__hP-FLq__mainContent{grid-template-columns:2fr 1fr 1.5fr;gap:3rem;margin-bottom:2rem;display:grid}.Footer-module__hP-FLq__section{flex-direction:column;display:flex}.Footer-module__hP-FLq__logoSection{flex-direction:column;gap:1rem;display:flex}.Footer-module__hP-FLq__logoLink{align-items:center;margin-bottom:.5rem;text-decoration:none;display:inline-flex}.Footer-module__hP-FLq__description{font-family:var(--font-poppins,"Poppins", sans-serif);color:#ffffffe6;max-width:400px;margin:0;font-size:.9375rem;font-weight:400;line-height:1.6}.Footer-module__hP-FLq__sectionTitle{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-primary-contrast);margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:600;position:relative}.Footer-module__hP-FLq__sectionTitle:after{content:"";background-color:var(--color-accent-main);width:3rem;height:2px;position:absolute;bottom:0;left:0}.Footer-module__hP-FLq__linksList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__hP-FLq__linksList li{margin:0}.Footer-module__hP-FLq__link{color:#ffffffe6;font-family:var(--font-poppins,"Poppins", sans-serif);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:400;text-decoration:none;transition:color .2s,transform .2s;display:flex}.Footer-module__hP-FLq__link:hover{color:var(--color-accent-main);transform:translate(4px)}.Footer-module__hP-FLq__linkIcon{width:1rem;height:1rem;stroke:var(--color-accent-main);fill:none;flex-shrink:0;transition:transform .2s}.Footer-module__hP-FLq__link:hover .Footer-module__hP-FLq__linkIcon{transform:translate(2px)}.Footer-module__hP-FLq__contactList{flex-direction:column;gap:1rem;display:flex}.Footer-module__hP-FLq__contactItem{color:#ffffffe6;font-family:var(--font-poppins,"Poppins", sans-serif);align-items:center;gap:.75rem;font-size:.9375rem;font-weight:400;line-height:1.5;text-decoration:none;transition:color .2s,opacity .2s;display:flex}.Footer-module__hP-FLq__contactItem:hover{color:var(--color-accent-main);opacity:.9}.Footer-module__hP-FLq__contactIcon{width:1.125rem;height:1.125rem;stroke:var(--color-accent-main);fill:none;flex-shrink:0}.Footer-module__hP-FLq__separator{background-color:#ffffff1a;width:100%;height:1px;margin:2rem 0 1.5rem}.Footer-module__hP-FLq__bottomBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.Footer-module__hP-FLq__legalLinks{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;display:flex}.Footer-module__hP-FLq__legalLink,.Footer-module__hP-FLq__legalLinkButton{font-family:var(--font-poppins,"Poppins", sans-serif);color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:400;text-decoration:none;transition:color .2s}.Footer-module__hP-FLq__legalLink:hover,.Footer-module__hP-FLq__legalLinkButton:hover{color:var(--color-accent-main)}.Footer-module__hP-FLq__copyright{font-family:var(--font-poppins,"Poppins", sans-serif);color:#fffc;font-size:.875rem;font-weight:400}.Footer-module__hP-FLq__socialLinks{align-items:center;gap:.75rem;display:flex}.Footer-module__hP-FLq__socialLink{width:2.5rem;height:2.5rem;color:var(--color-primary-contrast);background-color:#ffffff1a;border-radius:.5rem;justify-content:center;align-items:center;text-decoration:none;transition:background-color .2s,transform .2s;display:flex}.Footer-module__hP-FLq__socialLink:hover{background-color:#fff3;transform:translateY(-2px)}.Footer-module__hP-FLq__socialIcon{fill:currentColor;width:1.25rem;height:1.25rem}@media (max-width:1024px){.Footer-module__hP-FLq__mainContent{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__hP-FLq__section:first-child{grid-column:1/-1}}@media (max-width:768px){.Footer-module__hP-FLq__footer{padding:2.5rem 0 1.25rem}.Footer-module__hP-FLq__mainContent{grid-template-columns:1fr;gap:2rem;margin-bottom:1.5rem}.Footer-module__hP-FLq__section:first-child{grid-column:1}.Footer-module__hP-FLq__description{max-width:100%}.Footer-module__hP-FLq__separator{margin:1.5rem 0 1.25rem}.Footer-module__hP-FLq__bottomBar{flex-direction:column;align-items:flex-start;gap:1.25rem}.Footer-module__hP-FLq__legalLinks{width:100%}.Footer-module__hP-FLq__socialLinks{justify-content:flex-start;width:100%}}@media (max-width:480px){.Footer-module__hP-FLq__footer{padding:2rem 0 1rem}.Footer-module__hP-FLq__sectionTitle{margin-bottom:1.25rem;font-size:1rem}.Footer-module__hP-FLq__description,.Footer-module__hP-FLq__link,.Footer-module__hP-FLq__contactItem{font-size:.875rem}.Footer-module__hP-FLq__copyright{font-size:.8125rem}}
.ScrollToTop-module__iI_VOq__floatButtons{z-index:99;flex-direction:column;align-items:flex-end;gap:.65rem;display:flex;position:fixed;bottom:2rem;right:2rem}.ScrollToTop-module__iI_VOq__scrollToTop{background-color:var(--color-accent-main);width:3.5rem;height:3.5rem;color:var(--color-accent-contrast);cursor:pointer;opacity:0;visibility:hidden;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,background-color .2s,box-shadow .2s;display:flex;transform:translateY(20px)scale(.8);box-shadow:0 4px 12px #fda31b66}.ScrollToTop-module__iI_VOq__scrollToTop.ScrollToTop-module__iI_VOq__visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.ScrollToTop-module__iI_VOq__scrollToTop:hover{background-color:var(--color-accent-dark);transform:translateY(-2px)scale(1.05);box-shadow:0 6px 16px #fda31b80}.ScrollToTop-module__iI_VOq__scrollToTop:active{transform:translateY(0)scale(.95)}.ScrollToTop-module__iI_VOq__scrollToTop svg{stroke:currentColor;width:1.5rem;height:1.5rem}.ScrollToTop-module__iI_VOq__scrollToTop:focus-visible{outline:2px solid var(--color-accent-main);outline-offset:2px}.ScrollToTop-module__iI_VOq__telegramButton{border:1px solid var(--color-border-default);background:var(--color-surface-default);width:3.5rem;height:3.5rem;color:var(--color-primary-main);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 4px 12px #12336729}.ScrollToTop-module__iI_VOq__telegramButton:hover{border-color:var(--color-primary-main);transform:translateY(-1px);box-shadow:0 6px 14px #12336738}.ScrollToTop-module__iI_VOq__telegramButton:active{transform:translateY(0)}.ScrollToTop-module__iI_VOq__telegramButton:focus-visible{outline:2px solid var(--color-primary-main);outline-offset:2px}.ScrollToTop-module__iI_VOq__telegramButton svg{flex-shrink:0;width:1.35rem;height:1.35rem;margin:auto;display:block}@media (max-width:768px){.ScrollToTop-module__iI_VOq__floatButtons{bottom:1.5rem;right:1.5rem}.ScrollToTop-module__iI_VOq__scrollToTop{width:3rem;height:3rem}.ScrollToTop-module__iI_VOq__scrollToTop svg{width:1.25rem;height:1.25rem}.ScrollToTop-module__iI_VOq__telegramButton{width:3rem;height:3rem}}@media (max-width:480px){.ScrollToTop-module__iI_VOq__floatButtons{gap:.55rem;bottom:1.25rem;right:1.25rem}.ScrollToTop-module__iI_VOq__scrollToTop{width:2.75rem;height:2.75rem}.ScrollToTop-module__iI_VOq__scrollToTop svg{width:1.125rem;height:1.125rem}.ScrollToTop-module__iI_VOq__telegramButton{width:2.75rem;height:2.75rem}}
.Button-module__8RiFmG__button{font-family:var(--font-poppins,"Poppins", sans-serif);cursor:pointer;border:none;border-radius:.375rem;outline:none;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex}.Button-module__8RiFmG__button:is(a){text-decoration:none}.Button-module__8RiFmG__button:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}.Button-module__8RiFmG__primary{background-color:var(--color-primary-main);color:var(--color-primary-contrast)}.Button-module__8RiFmG__primary:hover:not(:disabled){background-color:var(--button-hover-color,var(--color-primary-dark))}.Button-module__8RiFmG__primary:active:not(:disabled){background-color:var(--color-primary-dark)}.Button-module__8RiFmG__secondary{background-color:var(--color-secondary-main);color:var(--color-secondary-contrast)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background-color:var(--button-hover-color,var(--color-secondary-dark))}.Button-module__8RiFmG__secondary:active:not(:disabled){background-color:var(--color-secondary-dark)}.Button-module__8RiFmG__accent{background-color:var(--color-accent-main);color:var(--color-accent-contrast)}.Button-module__8RiFmG__accent:hover:not(:disabled){background-color:var(--button-hover-color,var(--color-accent-dark))}.Button-module__8RiFmG__accent:active:not(:disabled){background-color:var(--color-accent-dark)}.Button-module__8RiFmG__outline{color:var(--color-text-primary);border:1px solid var(--color-border-default);background-color:#0000}.Button-module__8RiFmG__outline:hover:not(:disabled){background-color:var(--color-surface-hover);border-color:var(--color-border-dark)}.Button-module__8RiFmG__outline:active:not(:disabled){background-color:var(--color-surface-active)}.Button-module__8RiFmG__small{padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem}.Button-module__8RiFmG__medium{padding:.5rem 1rem;font-size:1rem;line-height:1.5rem}.Button-module__8RiFmG__large{padding:.75rem 1.5rem;font-size:1.125rem;line-height:1.75rem}.Button-module__8RiFmG__disabled{opacity:.6;cursor:not-allowed;background-color:var(--color-surface-default);color:var(--color-text-disabled);border-color:var(--color-border-light)}.Button-module__8RiFmG__disabled:hover{background-color:var(--color-surface-default)}
.Careers-module__xLRLTW__careers{width:100%;padding:4rem 0;position:relative;overflow:hidden}.Careers-module__xLRLTW__title{align-items:center}.Careers-module__xLRLTW__titleWrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.Careers-module__xLRLTW__titleWrapper .sectionTitle{text-align:center;flex-direction:column;align-items:center;display:flex}.Careers-module__xLRLTW__titleWrapper .sectionTitle .title{text-align:center}.Careers-module__xLRLTW__titleWrapper .sectionTitle .decorativeLine{align-self:center;margin-left:auto;margin-right:auto}.Careers-module__xLRLTW__titleWrapper .sectionTitle .description{text-align:center}.Careers-module__xLRLTW__buttonWrapper{justify-content:center;align-items:center;width:100%;margin-top:2rem;display:flex}.Careers-module__xLRLTW__admitereButton{font-family:var(--font-poppins,"Poppins", sans-serif);border-radius:.5rem;justify-content:center;align-items:center;padding:.875rem 2rem;font-weight:600;transition:background-color .2s,transform .2s;display:inline-flex}.Careers-module__xLRLTW__admitereButton:hover{transform:translateY(-1px)}.Careers-module__xLRLTW__cardsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:3rem;display:grid}.Careers-module__xLRLTW__card{background:var(--color-surface-default);cursor:pointer;border:1px solid var(--color-border-light);border-radius:1rem;flex-direction:column;min-height:100%;padding:1.7rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:0 2px 8px #0000000f}.Careers-module__xLRLTW__card:hover{border-color:var(--color-accent-main);transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.Careers-module__xLRLTW__cardHeader{flex-direction:column;flex:1;align-items:center;gap:1rem;min-height:0;display:flex}.Careers-module__xLRLTW__cardIcon{background:var(--color-accent-main);width:4rem;height:4rem;color:var(--color-accent-contrast);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #fda31b4d}.Careers-module__xLRLTW__cardIcon svg{width:2rem;height:2rem}.Careers-module__xLRLTW__iconImage{object-fit:contain;width:2.5rem;height:2.5rem}.Careers-module__xLRLTW__iconFallback{font-size:1.5rem;line-height:1}.Careers-module__xLRLTW__cardTitle{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);text-align:center;margin:0;font-size:1rem;font-weight:600;line-height:1.4}.Careers-module__xLRLTW__cardBottom{flex-direction:column;margin-top:auto;padding-top:1.5rem;display:flex}.Careers-module__xLRLTW__cardDetails{flex-direction:column;display:flex}.Careers-module__xLRLTW__detailRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Careers-module__xLRLTW__detailLeft{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;display:flex}.Careers-module__xLRLTW__miniCard{font-family:var(--font-poppins,"Poppins", sans-serif);white-space:nowrap;border:1.5px solid;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;padding:.5rem;font-size:.8125rem;font-weight:600;display:flex}.Careers-module__xLRLTW__languageCard{border-color:var(--color-primary-main);color:var(--color-primary-main);background-color:#1233670d}.Careers-module__xLRLTW__durationCard{border-color:var(--color-accent-main);color:var(--color-accent-main);background-color:#fda31b0d}.Careers-module__xLRLTW__dualCard{border-color:var(--color-primary-main);color:var(--color-primary-main);background-color:#1233670d}.Careers-module__xLRLTW__miniCardIcon{flex-shrink:0;width:.875rem;height:.875rem}.Careers-module__xLRLTW__miniCardText{font-family:var(--font-poppins,"Poppins", sans-serif);font-size:.8125rem;font-weight:600;line-height:1}.Careers-module__xLRLTW__detailRight{flex-shrink:0;justify-content:flex-end;align-items:center;display:flex}.Careers-module__xLRLTW__detailValue{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);white-space:nowrap;font-size:.875rem;font-weight:600}.Careers-module__xLRLTW__arrowButton{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;min-width:2.5rem;height:2.5rem;padding:0;display:flex}.Careers-module__xLRLTW__arrowButton svg{width:1.25rem;height:1.25rem}@media (max-width:1024px){.Careers-module__xLRLTW__careers{padding:3.5rem 0}.Careers-module__xLRLTW__cardsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2.5rem}.Careers-module__xLRLTW__card{padding:1.75rem}.Careers-module__xLRLTW__cardBottom{padding-top:1.25rem}.Careers-module__xLRLTW__detailRow{gap:.875rem}.Careers-module__xLRLTW__detailLeft{gap:.625rem}.Careers-module__xLRLTW__miniCard{padding:.5rem .625rem;font-size:.78125rem}.Careers-module__xLRLTW__miniCardIcon{width:.8125rem;height:.8125rem}}@media (max-width:768px){.Careers-module__xLRLTW__careers{padding:2rem 0}.Careers-module__xLRLTW__cardsGrid{grid-template-columns:1fr;gap:1.25rem;margin-top:1.5rem}.Careers-module__xLRLTW__card{padding:1.25rem}.Careers-module__xLRLTW__cardBottom{padding-top:1rem}.Careers-module__xLRLTW__detailRow{gap:.75rem}.Careers-module__xLRLTW__detailLeft{gap:.5rem}.Careers-module__xLRLTW__miniCard{padding:.4375rem .625rem;font-size:.75rem}.Careers-module__xLRLTW__miniCardIcon{width:.75rem;height:.75rem}.Careers-module__xLRLTW__miniCardText{font-size:.75rem}.Careers-module__xLRLTW__cardIcon{width:3.5rem;height:3.5rem}.Careers-module__xLRLTW__cardIcon svg{width:1.75rem;height:1.75rem}.Careers-module__xLRLTW__iconImage{width:2.25rem;height:2.25rem}.Careers-module__xLRLTW__cardTitle{font-size:.9375rem}.Careers-module__xLRLTW__buttonWrapper{margin-top:1.25rem}.Careers-module__xLRLTW__admitereButton{padding:.75rem 1.75rem;font-size:.875rem}}@media (max-width:480px){.Careers-module__xLRLTW__careers{padding:1.5rem 0}.Careers-module__xLRLTW__cardsGrid{gap:1rem;margin-top:1.25rem}.Careers-module__xLRLTW__card{padding:1rem}.Careers-module__xLRLTW__cardBottom{padding-top:.875rem}.Careers-module__xLRLTW__cardIcon{width:3rem;height:3rem}.Careers-module__xLRLTW__cardIcon svg{width:1.5rem;height:1.5rem}.Careers-module__xLRLTW__iconImage{width:2rem;height:2rem}.Careers-module__xLRLTW__cardTitle{font-size:.875rem;line-height:1.3}.Careers-module__xLRLTW__detailRow{gap:.625rem}.Careers-module__xLRLTW__detailLeft{gap:.5rem}.Careers-module__xLRLTW__miniCard{padding:.375rem .5rem;font-size:.7rem}.Careers-module__xLRLTW__miniCardIcon{width:.7rem;height:.7rem}.Careers-module__xLRLTW__miniCardText{font-size:.7rem}.Careers-module__xLRLTW__buttonWrapper{margin-top:1rem}.Careers-module__xLRLTW__admitereButton{width:100%;max-width:280px;padding:.75rem 1.5rem;font-size:.875rem}}
.ConsentGate-module__LY0ehW__placeholder{box-sizing:border-box;background-color:var(--color-background-paper);border:1px solid var(--color-border-default);width:100%;height:100%;min-height:12rem;color:var(--color-text-primary);border-radius:.5rem;justify-content:center;align-items:center;padding:1.5rem;display:flex}.ConsentGate-module__LY0ehW__content{text-align:center;flex-direction:column;align-items:center;gap:.75rem;max-width:28rem;display:flex}.ConsentGate-module__LY0ehW__title{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);margin:0;font-size:1rem;font-weight:600}.ConsentGate-module__LY0ehW__description{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);margin:0;font-size:.875rem;line-height:1.5}.ConsentGate-module__LY0ehW__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.25rem;display:flex}
.Announcements-module__Hjy13q__announcements{background:var(--color-background-paper);width:100%;padding:4rem 0;position:relative;overflow:hidden}.Announcements-module__Hjy13q__titleWrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:3rem;display:flex}.Announcements-module__Hjy13q__title{align-items:center}.Announcements-module__Hjy13q__titleWrapper .sectionTitle{text-align:center;flex-direction:column;align-items:center;display:flex}.Announcements-module__Hjy13q__titleWrapper .sectionTitle .title{text-align:center}.Announcements-module__Hjy13q__titleWrapper .sectionTitle .decorativeLine{align-self:center;margin-left:auto;margin-right:auto}.Announcements-module__Hjy13q__titleWrapper .sectionTitle .description{text-align:center}.Announcements-module__Hjy13q__seeMoreWrapper{justify-content:center;margin-top:2.5rem;display:flex}.Announcements-module__Hjy13q__sliderContainer{align-items:center;gap:1rem;display:flex;position:relative}.Announcements-module__Hjy13q__sliderWrapper{flex:1;position:relative;overflow:hidden}.Announcements-module__Hjy13q__sliderTrack{gap:2rem;width:100%;transition:transform .5s ease-in-out;display:flex}.Announcements-module__Hjy13q__card{background:var(--color-surface-default);border-radius:1rem;flex-direction:column;flex:0 0 calc(33.3333% - 1.33333rem);min-width:0;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:visible;box-shadow:0 2px 8px #0000000f}.Announcements-module__Hjy13q__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.Announcements-module__Hjy13q__cardImage{background:var(--color-background-paper);border-radius:1rem 1rem 0 0;width:100%;height:200px;position:relative;overflow:hidden}.Announcements-module__Hjy13q__image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.Announcements-module__Hjy13q__cardContent{flex-direction:column;flex:1;gap:.75rem;padding:2rem 1.5rem 1.5rem;display:flex}.Announcements-module__Hjy13q__cardDate{z-index:10;margin:0;position:absolute;top:calc(200px - 1.5rem);left:1.5rem}.Announcements-module__Hjy13q__dateCard{border:1.5px solid var(--color-accent-main);background-color:var(--color-surface-default);font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-accent-main);white-space:nowrap;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:fit-content;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #0000001a}.Announcements-module__Hjy13q__dateIcon{width:.875rem;height:.875rem;color:var(--color-accent-main);flex-shrink:0}.Announcements-module__Hjy13q__dateText{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-accent-main);font-size:.8125rem;font-weight:600;line-height:1}.Announcements-module__Hjy13q__cardTitle{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);margin:0;font-size:1.125rem;font-weight:600;line-height:1.3}.Announcements-module__Hjy13q__cardDescription{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);flex:1;margin:0;font-size:.9375rem;line-height:1.6}.Announcements-module__Hjy13q__cardButton{margin-top:.5rem}.Announcements-module__Hjy13q__sliderArrow{background:var(--color-surface-default);border:2px solid var(--color-accent-main);width:3rem;height:3rem;color:var(--color-accent-main);cursor:pointer;z-index:10;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.Announcements-module__Hjy13q__sliderArrow:hover{background:var(--color-accent-main);color:var(--color-accent-contrast);border-color:var(--color-accent-dark);transform:scale(1.1)}.Announcements-module__Hjy13q__sliderArrow:hover svg{color:var(--color-accent-contrast)}.Announcements-module__Hjy13q__sliderArrow:active{transform:scale(.95)}.Announcements-module__Hjy13q__sliderArrow svg{width:1.5rem;height:1.5rem}.Announcements-module__Hjy13q__sliderArrow:disabled{opacity:.5;cursor:not-allowed}.Announcements-module__Hjy13q__sliderArrow:disabled:hover{background:var(--color-surface-default);color:var(--color-accent-main);border-color:var(--color-accent-main);transform:none}@media (max-width:1024px){.Announcements-module__Hjy13q__announcements{padding:3.5rem 0}.Announcements-module__Hjy13q__titleWrapper{margin-bottom:2.5rem}.Announcements-module__Hjy13q__sliderTrack{gap:1.5rem}.Announcements-module__Hjy13q__card{flex:0 0 calc(50% - .75rem)}.Announcements-module__Hjy13q__sliderArrow{width:2.5rem;height:2.5rem}.Announcements-module__Hjy13q__sliderArrow svg{width:1.25rem;height:1.25rem}}@media (max-width:768px){.Announcements-module__Hjy13q__announcements{padding:3rem 0}.Announcements-module__Hjy13q__titleWrapper{margin-bottom:2rem}.Announcements-module__Hjy13q__sliderContainer{gap:.75rem}.Announcements-module__Hjy13q__sliderTrack{gap:1.25rem}.Announcements-module__Hjy13q__card{flex:0 0 calc(100% - 1.25rem)}.Announcements-module__Hjy13q__cardImage{height:180px}.Announcements-module__Hjy13q__cardDate{top:calc(180px - 1.5rem);left:1.25rem}.Announcements-module__Hjy13q__cardContent{padding:1.75rem 1.25rem 1.25rem}.Announcements-module__Hjy13q__cardTitle{font-size:1rem}.Announcements-module__Hjy13q__cardDescription{font-size:.875rem}.Announcements-module__Hjy13q__sliderArrow{width:2.25rem;height:2.25rem}.Announcements-module__Hjy13q__sliderArrow svg{width:1.125rem;height:1.125rem}}@media (max-width:480px){.Announcements-module__Hjy13q__announcements{padding:2.5rem 0}.Announcements-module__Hjy13q__titleWrapper{margin-bottom:1.75rem}.Announcements-module__Hjy13q__sliderContainer{gap:.5rem}.Announcements-module__Hjy13q__sliderTrack{gap:0}.Announcements-module__Hjy13q__card{flex:0 0 100%}.Announcements-module__Hjy13q__cardImage{height:160px}.Announcements-module__Hjy13q__cardDate{top:calc(160px - 1.5rem);right:1rem}.Announcements-module__Hjy13q__cardContent{gap:.625rem;padding:1rem}.Announcements-module__Hjy13q__dateCard{padding:.4375rem .625rem;font-size:.75rem}.Announcements-module__Hjy13q__dateIcon{width:.75rem;height:.75rem}.Announcements-module__Hjy13q__dateText{font-size:.75rem}.Announcements-module__Hjy13q__cardTitle{font-size:.9375rem}.Announcements-module__Hjy13q__cardDescription{font-size:.8125rem}.Announcements-module__Hjy13q__sliderArrow{width:2rem;height:2rem}.Announcements-module__Hjy13q__sliderArrow svg{width:1rem;height:1rem}}
.GatedMediaEmbed-module__VaCpdG__fill{border-radius:inherit;width:100%;height:100%;min-height:100%;position:absolute;inset:0}
.FAQ-module__5RSfya__faq{background:var(--color-background-default);width:100%;padding:4rem 0;position:relative}.FAQ-module__5RSfya__titleWrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:3rem;display:flex}.FAQ-module__5RSfya__title{align-items:center}.FAQ-module__5RSfya__titleWrapper .sectionTitle{text-align:center;flex-direction:column;align-items:center;display:flex}.FAQ-module__5RSfya__titleWrapper .sectionTitle .title{text-align:center}.FAQ-module__5RSfya__titleWrapper .sectionTitle .decorativeLine{align-self:center;margin-left:auto;margin-right:auto}.FAQ-module__5RSfya__titleWrapper .sectionTitle .description{text-align:center}.FAQ-module__5RSfya__accordion{flex-direction:column;gap:1rem;max-width:900px;margin:0 auto;display:flex}.FAQ-module__5RSfya__accordionItem{background:var(--color-surface-default);border:1px solid var(--color-border-light);border-radius:.75rem;transition:box-shadow .3s;overflow:hidden;box-shadow:0 2px 8px #0000000a}.FAQ-module__5RSfya__accordionItem:hover{box-shadow:0 4px 12px #00000014}.FAQ-module__5RSfya__accordionHeader{background:var(--color-surface-default);cursor:pointer;text-align:left;width:100%;font-family:var(--font-poppins,"Poppins", sans-serif);border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;transition:background-color .2s;display:flex}.FAQ-module__5RSfya__accordionHeader:hover,.FAQ-module__5RSfya__accordionHeader.FAQ-module__5RSfya__active{background-color:var(--color-surface-hover)}.FAQ-module__5RSfya__questionText{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);flex:1;font-size:1.0625rem;font-weight:600;line-height:1.4}.FAQ-module__5RSfya__accordionIcon{width:1.5rem;height:1.5rem;color:var(--color-primary-main);flex-shrink:0;transition:transform .3s ease-in-out}.FAQ-module__5RSfya__accordionIcon.FAQ-module__5RSfya__rotated{transform:rotate(180deg)}.FAQ-module__5RSfya__accordionContent{max-height:0;padding:0 1.5rem;transition:max-height .3s ease-in-out,padding .3s ease-in-out;overflow:hidden}.FAQ-module__5RSfya__accordionContent.FAQ-module__5RSfya__open{max-height:500px;padding:0 1.5rem 1.5rem}.FAQ-module__5RSfya__answerText{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);padding-top:.5rem;font-size:.9375rem;line-height:1.7}@media (max-width:1024px){.FAQ-module__5RSfya__faq{padding:3.5rem 0}.FAQ-module__5RSfya__titleWrapper{margin-bottom:2.5rem}.FAQ-module__5RSfya__accordion{gap:.875rem}.FAQ-module__5RSfya__accordionHeader{padding:1.25rem}.FAQ-module__5RSfya__questionText{font-size:1rem}.FAQ-module__5RSfya__accordionContent{padding:0 1.25rem}.FAQ-module__5RSfya__accordionContent.FAQ-module__5RSfya__open{padding:0 1.25rem 1.25rem}}@media (max-width:768px){.FAQ-module__5RSfya__faq{padding:3rem 0}.FAQ-module__5RSfya__titleWrapper{margin-bottom:2rem}.FAQ-module__5RSfya__accordion{gap:.75rem}.FAQ-module__5RSfya__accordionHeader{gap:.75rem;padding:1.125rem}.FAQ-module__5RSfya__questionText{font-size:.9375rem}.FAQ-module__5RSfya__accordionIcon{width:1.25rem;height:1.25rem}.FAQ-module__5RSfya__accordionContent{padding:0 1.125rem}.FAQ-module__5RSfya__accordionContent.FAQ-module__5RSfya__open{padding:0 1.125rem 1.125rem}.FAQ-module__5RSfya__answerText{font-size:.875rem}}@media (max-width:480px){.FAQ-module__5RSfya__faq{padding:2.5rem 0}.FAQ-module__5RSfya__titleWrapper{margin-bottom:1.75rem}.FAQ-module__5RSfya__accordion{gap:.625rem}.FAQ-module__5RSfya__accordionHeader{gap:.5rem;padding:1rem}.FAQ-module__5RSfya__questionText{font-size:.875rem;line-height:1.3}.FAQ-module__5RSfya__accordionIcon{width:1.125rem;height:1.125rem}.FAQ-module__5RSfya__accordionContent{padding:0 1rem}.FAQ-module__5RSfya__accordionContent.FAQ-module__5RSfya__open{padding:0 1rem 1rem}.FAQ-module__5RSfya__answerText{font-size:.8125rem;line-height:1.6}}
.JobDocuments-module__bo_9oG__documentsSection{border-bottom:1px solid var(--color-border-light);margin-bottom:1.5rem;padding-bottom:2.5rem}.JobDocuments-module__bo_9oG__documentsTitle{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);text-align:center;margin:0 0 1.25rem;font-size:1.25rem;font-weight:700}.JobDocuments-module__bo_9oG__documentsTitle:after{content:"";background-color:var(--color-accent-main);border-radius:2px;width:50px;height:3px;margin:.75rem auto 0;display:block}.JobDocuments-module__bo_9oG__documentsList{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.JobDocuments-module__bo_9oG__documentItem{background:#12336708;border-radius:.85rem;padding:.75rem 1rem;transition:transform .2s,box-shadow .2s}.JobDocuments-module__bo_9oG__documentItem:hover{transform:translateY(-1px);box-shadow:0 6px 16px #1233671a}.JobDocuments-module__bo_9oG__documentLink{color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0;text-decoration:none;display:flex}.JobDocuments-module__bo_9oG__documentName{color:var(--color-text-primary);font-size:.9375rem;font-weight:600}.JobDocuments-module__bo_9oG__documentCta{color:var(--color-primary-main);white-space:nowrap;align-items:center;gap:.4rem;font-size:.9375rem;font-weight:700;display:inline-flex}.JobDocuments-module__bo_9oG__documentCtaIcon{width:1rem;height:1rem}.JobDocuments-module__bo_9oG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a73;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.JobDocuments-module__bo_9oG__modal{background:var(--color-surface-default);border-radius:1rem;flex-direction:column;width:min(900px,100%);max-height:95vh;display:flex;overflow:hidden;box-shadow:0 24px 60px #0f172a33}.JobDocuments-module__bo_9oG__modalHeader{border-bottom:1px solid var(--color-border-light);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.JobDocuments-module__bo_9oG__modalTitle{color:var(--color-text-primary);margin:0;font-size:1rem;font-weight:700}.JobDocuments-module__bo_9oG__modalClose{border:1px solid var(--color-border-light);background:var(--color-surface-default);width:2rem;min-width:2rem;height:2rem;color:var(--color-text-primary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,border-color .2s;display:inline-flex}.JobDocuments-module__bo_9oG__modalClose svg{stroke-width:2.25px;width:1rem;height:1rem}.JobDocuments-module__bo_9oG__modalClose:hover{background:var(--color-background-paper);border-color:var(--color-border-default)}.JobDocuments-module__bo_9oG__modalBody{background:#fff;flex:1;padding:0}.JobDocuments-module__bo_9oG__modalFrame{border:none;width:100%;height:85dvh}.JobDocuments-module__bo_9oG__modalBodyLoading{position:relative}.JobDocuments-module__bo_9oG__modalLoaderOverlay{z-index:1;background:#fff;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}@keyframes JobDocuments-module__bo_9oG__spin{to{transform:rotate(360deg)}}.JobDocuments-module__bo_9oG__spinner{border:3px solid var(--color-border-default);border-top-color:var(--color-primary-main);border-radius:50%;width:44px;height:44px;animation:.9s linear infinite JobDocuments-module__bo_9oG__spin}@media (max-width:768px){.JobDocuments-module__bo_9oG__documentsSection{margin-top:0;padding-top:0}.JobDocuments-module__bo_9oG__documentsTitle{font-size:1.15rem}.JobDocuments-module__bo_9oG__documentLink{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem}.JobDocuments-module__bo_9oG__documentName{text-align:center;width:100%}.JobDocuments-module__bo_9oG__documentCta{justify-content:center}.JobDocuments-module__bo_9oG__modalOverlay{padding:1rem}.JobDocuments-module__bo_9oG__modalFrame{height:80dvh}}
.page-module__VNsT7q__section{grid-template-columns:minmax(260px,360px) minmax(0,1fr);align-items:start;gap:2.5rem;padding:3rem 0 4rem;display:grid}.page-module__VNsT7q__infoCard{background:var(--color-surface-default);border:1px solid var(--color-border-light);border-radius:1.25rem;gap:1.25rem;padding:1.75rem;display:grid;position:sticky;top:6.5rem;box-shadow:0 12px 30px #12336714}.page-module__VNsT7q__infoTitle{color:var(--color-text-primary);margin:0;font-size:1.1rem;font-weight:700}.page-module__VNsT7q__infoList{gap:1rem;display:grid}.page-module__VNsT7q__infoRow{border-bottom:1px solid var(--color-border-light);gap:.35rem;padding-bottom:.8rem;display:grid}.page-module__VNsT7q__infoRow:last-child{border-bottom:none;padding-bottom:0}.page-module__VNsT7q__infoLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;display:inline-flex}.page-module__VNsT7q__infoIcon{color:#b45309;background:#ffa7262e;border-radius:.6rem;flex:none;place-items:center;width:24px;height:24px;display:grid}.page-module__VNsT7q__infoIcon svg{width:14px;height:14px}.page-module__VNsT7q__infoValue{color:var(--color-text-primary);align-items:center;gap:.35rem;font-size:.95rem;font-weight:600;display:inline-flex}.page-module__VNsT7q__contentColumn{gap:2rem;min-width:0;display:grid}.page-module__VNsT7q__contentCard{background:var(--color-surface-default);border:1px solid var(--color-border-light);border-radius:1.25rem;gap:1.25rem;min-width:0;padding:2rem;display:grid;box-shadow:0 12px 30px #12336714}.page-module__VNsT7q__contentTitle{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);margin:0;font-size:1.7rem;font-weight:700;line-height:1.3}.page-module__VNsT7q__details{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);overflow-wrap:break-word;word-break:break-word;font-size:1rem;line-height:1.65}.page-module__VNsT7q__details p{margin:.75rem 0}.page-module__VNsT7q__details ul,.page-module__VNsT7q__details ol{margin:.75rem 0;padding-left:1.2rem}.page-module__VNsT7q__details li{margin:.35rem 0}.page-module__VNsT7q__details a{color:var(--color-accent-main);text-underline-offset:3px;font-weight:600;text-decoration:underline}.page-module__VNsT7q__details a:hover{color:var(--color-accent-dark)}.page-module__VNsT7q__details img{max-width:100%;height:auto;display:block}.page-module__VNsT7q__empty{color:var(--color-text-secondary);margin:0}.page-module__VNsT7q__videoWrap{flex-direction:column;gap:.75rem;min-width:0;display:flex}.page-module__VNsT7q__videoHeading{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);margin:0;font-size:1.1rem;font-weight:700;line-height:1.3}.page-module__VNsT7q__videoAspect{aspect-ratio:16/9;background:var(--color-background-paper);border:1px solid var(--color-border-light);border-radius:.75rem;width:100%;position:relative;overflow:hidden}.page-module__VNsT7q__videoIframe,.page-module__VNsT7q__videoNative{border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.page-module__VNsT7q__videoNative{object-fit:contain;background:#0f172a}.page-module__VNsT7q__buttonWrapper{border-top:1px solid var(--color-border-light);justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.page-module__VNsT7q__backButton,.page-module__VNsT7q__admissionButton{border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.page-module__VNsT7q__backButton{background:var(--color-accent-main);color:#000;box-shadow:0 4px 12px #fda31b40}.page-module__VNsT7q__backButton:hover{background:var(--color-accent-dark);transform:translateY(-2px);box-shadow:0 6px 16px #fda31b59}.page-module__VNsT7q__admissionButton{background:var(--color-primary-main);color:#fff;box-shadow:0 4px 12px #12336740}.page-module__VNsT7q__admissionButton:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 6px 16px #12336759}.page-module__VNsT7q__backButton svg,.page-module__VNsT7q__admissionButton svg{width:18px;height:18px}@media (max-width:1024px){.page-module__VNsT7q__section{grid-template-columns:1fr}.page-module__VNsT7q__infoCard{position:static}}@media (max-width:768px){.page-module__VNsT7q__section{padding:0}.page-module__VNsT7q__contentCard,.page-module__VNsT7q__infoCard{padding:1.5rem}.page-module__VNsT7q__contentTitle{font-size:1.45rem}}
.Reviews-module__UdsIcG__reviews{width:100%;padding:4rem 0;position:relative;overflow:hidden}.Reviews-module__UdsIcG__reviewsEmbedded{z-index:2;flex-direction:column;gap:2rem;width:100%;display:flex;position:relative}.Reviews-module__UdsIcG__reviewsEmbedded .Reviews-module__UdsIcG__titleWrapper{margin-bottom:1.5rem}.Reviews-module__UdsIcG__reviewsEmbedded .Reviews-module__UdsIcG__sliderContainer{z-index:2;position:relative}.Reviews-module__UdsIcG__backgroundWrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Reviews-module__UdsIcG__backgroundImage{object-fit:cover;object-position:center}.Reviews-module__UdsIcG__overlay{z-index:1;background:linear-gradient(#ffffffd9 0%,#ffffffe6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Reviews-module__UdsIcG__titleWrapper{text-align:center;z-index:2;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:3rem;display:flex;position:relative}.Reviews-module__UdsIcG__title{align-items:center}.Reviews-module__UdsIcG__titleWrapper .sectionTitle{text-align:center;flex-direction:column;align-items:center;display:flex}.Reviews-module__UdsIcG__titleWrapper .sectionTitle .title{text-align:center}.Reviews-module__UdsIcG__titleWrapper .sectionTitle .decorativeLine{align-self:center;margin-left:auto;margin-right:auto}.Reviews-module__UdsIcG__titleWrapper .sectionTitle .description{text-align:center}.Reviews-module__UdsIcG__sliderContainer{z-index:2;align-items:center;gap:2rem;display:flex;position:relative}.Reviews-module__UdsIcG__sliderWrapper{flex:1;width:100%;max-width:1000px;margin:0 auto;position:relative;overflow:hidden}.Reviews-module__UdsIcG__sliderTrack{will-change:transform;transition:transform .5s ease-in-out;display:flex}.Reviews-module__UdsIcG__card{flex:0 0 calc(100% / var(--total-cards,1));background:var(--color-surface-default);min-width:0;width:calc(100% / var(--total-cards,1));box-sizing:border-box;border-radius:1.5rem;flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto;padding:3rem;display:flex}.Reviews-module__UdsIcG__cardTop{flex-direction:row;align-items:flex-start;gap:3rem;width:100%;display:flex}.Reviews-module__UdsIcG__cardLeft{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Reviews-module__UdsIcG__studentPhoto{border:4px solid var(--color-accent-main);border-radius:50%;flex-shrink:0;align-self:flex-start;width:150px;height:150px;position:relative;overflow:hidden}.Reviews-module__UdsIcG__photoImage{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.Reviews-module__UdsIcG__cardRight{flex-direction:column;flex:1;justify-content:center;min-width:0;height:100%;display:flex}.Reviews-module__UdsIcG__stars{gap:.5rem;margin-bottom:1rem;display:flex}.Reviews-module__UdsIcG__stars svg{width:1.5rem;height:1.5rem;color:var(--color-accent-main);fill:var(--color-accent-main);flex-shrink:0}.Reviews-module__UdsIcG__studentName{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);text-align:left;margin:0 0 1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.Reviews-module__UdsIcG__studentInfo{flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:1.5rem;display:flex}.Reviews-module__UdsIcG__infoItem{font-family:var(--font-poppins,"Poppins", sans-serif);align-items:center;gap:.5rem;display:flex}.Reviews-module__UdsIcG__infoIcon{width:1.125rem;height:1.125rem;color:var(--color-primary-main);flex-shrink:0}.Reviews-module__UdsIcG__infoText{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);font-size:.9375rem;font-weight:500}.Reviews-module__UdsIcG__reviewText{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);text-align:left;border-top:1px solid var(--color-border-light);width:100%;margin:0;padding-top:1rem;font-size:1.0625rem;font-style:italic;line-height:1.8}.Reviews-module__UdsIcG__sliderArrow{background:var(--color-surface-default);border:2px solid var(--color-accent-main);width:3.5rem;height:3.5rem;color:var(--color-accent-main);cursor:pointer;z-index:10;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.Reviews-module__UdsIcG__sliderArrow:hover{background:var(--color-accent-main);color:var(--color-accent-contrast);border-color:var(--color-accent-dark);transform:scale(1.1)}.Reviews-module__UdsIcG__sliderArrow:hover svg{color:var(--color-accent-contrast)}.Reviews-module__UdsIcG__sliderArrow:active{transform:scale(.95)}.Reviews-module__UdsIcG__sliderArrow svg{width:1.75rem;height:1.75rem}@media (max-width:1024px){.Reviews-module__UdsIcG__reviews{padding:3.5rem 0}.Reviews-module__UdsIcG__titleWrapper{margin-bottom:2.5rem}.Reviews-module__UdsIcG__sliderContainer{gap:1.5rem}.Reviews-module__UdsIcG__card{gap:2rem;padding:2.5rem}.Reviews-module__UdsIcG__cardTop{gap:2rem}.Reviews-module__UdsIcG__studentPhoto{width:130px;height:130px}.Reviews-module__UdsIcG__studentName{font-size:1.375rem}.Reviews-module__UdsIcG__reviewText{font-size:1rem}.Reviews-module__UdsIcG__sliderArrow{width:3rem;height:3rem}.Reviews-module__UdsIcG__sliderArrow svg{width:1.5rem;height:1.5rem}}@media (max-width:768px){.Reviews-module__UdsIcG__reviews{padding:3rem 0}.Reviews-module__UdsIcG__titleWrapper{margin-bottom:2rem}.Reviews-module__UdsIcG__sliderContainer{gap:1rem}.Reviews-module__UdsIcG__card{border-radius:1.25rem;gap:1.5rem;padding:2rem}.Reviews-module__UdsIcG__cardTop{flex-direction:column;align-items:center;gap:1.5rem}.Reviews-module__UdsIcG__cardLeft{justify-content:center;width:100%}.Reviews-module__UdsIcG__cardRight{text-align:center;align-items:center;width:100%}.Reviews-module__UdsIcG__reviewText{text-align:center}.Reviews-module__UdsIcG__stars{justify-content:center;margin-bottom:1rem}.Reviews-module__UdsIcG__stars svg{width:1.5rem;height:1.5rem}.Reviews-module__UdsIcG__studentPhoto{width:100px;height:100px}.Reviews-module__UdsIcG__studentName{text-align:center;margin-bottom:.875rem;font-size:1.25rem}.Reviews-module__UdsIcG__studentInfo{justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.Reviews-module__UdsIcG__infoItem{font-size:.875rem}.Reviews-module__UdsIcG__infoIcon{width:1rem;height:1rem}.Reviews-module__UdsIcG__reviewText{text-align:center;font-size:.9375rem;line-height:1.7}.Reviews-module__UdsIcG__sliderArrow{width:2.75rem;height:2.75rem}.Reviews-module__UdsIcG__sliderArrow svg{width:1.25rem;height:1.25rem}}@media (max-width:480px){.Reviews-module__UdsIcG__reviews{padding:2.5rem 0}.Reviews-module__UdsIcG__titleWrapper{margin-bottom:1.75rem}.Reviews-module__UdsIcG__sliderContainer{gap:.75rem}.Reviews-module__UdsIcG__card{border-radius:1rem;gap:1.25rem;padding:1.5rem}.Reviews-module__UdsIcG__cardTop{gap:1.25rem}.Reviews-module__UdsIcG__reviewText{padding-top:.875rem;font-size:.875rem}.Reviews-module__UdsIcG__studentPhoto{border-width:3px;width:120px;height:120px}.Reviews-module__UdsIcG__stars{gap:.375rem;margin-bottom:.875rem}.Reviews-module__UdsIcG__stars svg{width:1.25rem;height:1.25rem}.Reviews-module__UdsIcG__studentName{margin-bottom:.75rem;font-size:1.125rem}.Reviews-module__UdsIcG__studentInfo{flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.Reviews-module__UdsIcG__infoItem{font-size:.8125rem}.Reviews-module__UdsIcG__infoIcon{width:.9375rem;height:.9375rem}.Reviews-module__UdsIcG__reviewText{font-size:.875rem;line-height:1.6}.Reviews-module__UdsIcG__sliderArrow{width:2.5rem;height:2.5rem}.Reviews-module__UdsIcG__sliderArrow svg{width:1.125rem;height:1.125rem}}
.SectionTitle-module__h10XBq__sectionTitle{flex-direction:column;gap:0;display:flex}.SectionTitle-module__h10XBq__title{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);margin:0;font-size:clamp(2rem,3.5vw,2.5rem);font-weight:700;line-height:1.2}.SectionTitle-module__h10XBq__decorativeLine{background-color:var(--color-accent-main);border-radius:2px;width:50px;height:3px;margin:.75rem auto 0}.SectionTitle-module__h10XBq__decorativeLineLeft{margin:.75rem 0 0}.SectionTitle-module__h10XBq__description{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);margin:.75rem 0 0;font-size:.9375rem;line-height:1.6}@media (max-width:768px){.SectionTitle-module__h10XBq__title{font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.2}.SectionTitle-module__h10XBq__description{font-size:.9375rem;line-height:1.6}}@media (max-width:480px){.SectionTitle-module__h10XBq__title{font-size:1.75rem;line-height:1.2}.SectionTitle-module__h10XBq__description{font-size:.875rem;line-height:1.6}}
.About-module__4EMPOa__about{background-color:var(--color-background-default);width:100%;padding:3rem 0}.About-module__4EMPOa__contentWrapper{flex-direction:column;gap:3rem;display:flex}.About-module__4EMPOa__topSection{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.About-module__4EMPOa__imageWrapper{border:4px solid var(--color-accent-main);border-radius:1rem;width:100%;height:100%;min-height:320px;position:relative;overflow:hidden;box-shadow:0 12px 40px #00000026}.About-module__4EMPOa__image{object-fit:cover;object-position:center;width:100%;height:100%}.About-module__4EMPOa__introContent{flex-direction:column;gap:1.25rem;display:flex}.About-module__4EMPOa__paragraphs{flex-direction:column;gap:.875rem;display:flex}.About-module__4EMPOa__paragraph{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);margin:0;font-size:.9375rem;line-height:1.6}.About-module__4EMPOa__bottomSection{flex-direction:column;align-items:stretch;gap:1.75rem;display:flex}.About-module__4EMPOa__blocks{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;display:grid}.About-module__4EMPOa__block{background:var(--color-surface-default);border:1px solid var(--color-border-dark);border-radius:.75rem;flex-direction:column;gap:1rem;padding:1.5rem 1.4rem;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 18px #0f172a1f}.About-module__4EMPOa__block:hover{border-color:var(--color-primary-main);transform:translateY(-4px);box-shadow:0 14px 30px #0f172a2e}.About-module__4EMPOa__block:before{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:linear-gradient(135deg,#1233671a,#fda31b2e);transition:opacity .22s;position:absolute;inset:0}.About-module__4EMPOa__block:hover:before{opacity:1}.About-module__4EMPOa__blockIcon{background:radial-gradient(circle at 30% 0%, #fff3, transparent 55%), var(--color-accent-main);width:2.75rem;height:2.75rem;color:var(--color-accent-contrast);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 8px 18px #fda31b73}.About-module__4EMPOa__blockIcon svg{width:1.375rem;height:1.375rem}.About-module__4EMPOa__blockContent{flex-direction:column;flex:1;gap:.35rem;display:flex}.About-module__4EMPOa__blockTitle{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);letter-spacing:.03em;text-transform:uppercase;margin:0;padding-top:.75rem;font-size:1.1rem;font-weight:600;line-height:1.35;position:relative}.About-module__4EMPOa__blockText{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);margin:0;font-size:.875rem;line-height:1.5}.About-module__4EMPOa__blockTitle:before{content:"";background:linear-gradient(90deg, var(--color-primary-main), var(--color-accent-main));border-radius:999px;width:2.75rem;height:3px;position:absolute;top:0;left:0}.About-module__4EMPOa__buttonWrapper{margin-top:0}.About-module__4EMPOa__button{background-color:var(--color-primary-main);color:var(--color-primary-contrast);font-family:var(--font-poppins,"Poppins", sans-serif);white-space:nowrap;border:2px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.About-module__4EMPOa__button:hover{transform:translateY(-1px)}.About-module__4EMPOa__button:active{background-color:var(--color-primary-dark)}@media (max-width:1024px){.About-module__4EMPOa__about{padding:2.5rem 0}.About-module__4EMPOa__contentWrapper,.About-module__4EMPOa__topSection{gap:2.5rem}.About-module__4EMPOa__imageWrapper{min-height:300px}.About-module__4EMPOa__title{font-size:clamp(1.75rem,3vw,2.25rem)}.About-module__4EMPOa__blocks{grid-template-columns:repeat(3,1fr);gap:1.25rem}.About-module__4EMPOa__block{padding:1.25rem}}@media (max-width:768px){.About-module__4EMPOa__about{padding:2rem 0}.About-module__4EMPOa__contentWrapper{gap:2rem}.About-module__4EMPOa__topSection{grid-template-columns:1fr;gap:2rem}.About-module__4EMPOa__imageWrapper{order:1;min-height:280px}.About-module__4EMPOa__introContent{order:2;gap:1rem}.About-module__4EMPOa__title{font-size:clamp(1.625rem,5vw,2rem)}.About-module__4EMPOa__bottomSection{gap:1.75rem}.About-module__4EMPOa__blocks{grid-template-columns:1fr;gap:1rem}.About-module__4EMPOa__block{flex-direction:row;gap:1rem;padding:1.25rem}.About-module__4EMPOa__blockIcon{width:2.5rem;height:2.5rem}.About-module__4EMPOa__blockIcon svg{width:1.25rem;height:1.25rem}}@media (max-width:480px){.About-module__4EMPOa__about{padding:1.75rem 0}.About-module__4EMPOa__contentWrapper{gap:1.75rem}.About-module__4EMPOa__topSection{gap:1.5rem}.About-module__4EMPOa__imageWrapper{border-width:3px;min-height:250px}.About-module__4EMPOa__introContent{gap:.875rem}.About-module__4EMPOa__title{font-size:1.625rem}.About-module__4EMPOa__paragraph{font-size:.875rem}.About-module__4EMPOa__bottomSection{gap:1.5rem}.About-module__4EMPOa__blocks{gap:.875rem}.About-module__4EMPOa__block{flex-direction:column;gap:.875rem;padding:1rem}.About-module__4EMPOa__blockIcon{width:2.25rem;height:2.25rem}.About-module__4EMPOa__blockIcon svg{width:1.125rem;height:1.125rem}.About-module__4EMPOa__blockTitle{font-size:1rem}.About-module__4EMPOa__blockText{font-size:.8125rem}}
.page-module__0-4KdW__layout{grid-template-columns:minmax(280px,320px) minmax(0,1fr);align-items:stretch;gap:2.5rem;padding:3rem 0 4rem;display:grid}.page-module__0-4KdW__sidebar{position:relative}.page-module__0-4KdW__contentColumn{flex-direction:column;gap:3rem;min-width:0;display:flex}.page-module__0-4KdW__contentSection{scroll-margin-top:6.5rem}.page-module__0-4KdW__contentCard{background:var(--color-surface-default);border:1px solid var(--color-border-light);border-radius:1.25rem;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex;box-shadow:0 12px 30px #12336714}.page-module__0-4KdW__titleWrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.page-module__0-4KdW__titleWrapper .sectionTitle{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.page-module__0-4KdW__titleWrapper .sectionTitle .title{text-align:center}.page-module__0-4KdW__titleWrapper .sectionTitle .decorativeLine{align-self:center;margin-left:auto;margin-right:auto}.page-module__0-4KdW__titleWrapper .sectionTitle .description{text-align:center}.page-module__0-4KdW__content{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);overflow-wrap:break-word;word-break:break-word;font-size:1rem;line-height:1.65}.page-module__0-4KdW__content p{margin:.75rem 0}.page-module__0-4KdW__content h2,.page-module__0-4KdW__content h3{color:var(--color-text-primary);margin:1.5rem 0 .75rem;font-size:1.2rem}.page-module__0-4KdW__content ul,.page-module__0-4KdW__content ol{margin:.75rem 0;padding-left:1.25rem}.page-module__0-4KdW__content li{margin:.35rem 0}.page-module__0-4KdW__content a{color:var(--color-accent-main);text-underline-offset:3px;font-weight:600;text-decoration:underline}.page-module__0-4KdW__content a:hover{color:var(--color-accent-dark)}.page-module__0-4KdW__content img{max-width:100%;height:auto;margin:1rem 0;display:block}.page-module__0-4KdW__videoWrap{flex-direction:column;gap:.75rem;min-width:0;display:flex}.page-module__0-4KdW__videoHeading{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);margin:0;font-size:1.1rem;font-weight:700;line-height:1.3}.page-module__0-4KdW__videoAspect{aspect-ratio:16/9;background:var(--color-background-paper);border:1px solid var(--color-border-light);border-radius:.75rem;width:100%;position:relative;overflow:hidden}.page-module__0-4KdW__videoIframe,.page-module__0-4KdW__videoNative{border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.page-module__0-4KdW__videoNative{object-fit:contain;background:#0f172a}#page-module__0-4KdW__details,#page-module__0-4KdW__qualifications,#page-module__0-4KdW__file,#page-module__0-4KdW__reviews{scroll-margin-top:6.5rem}@media (max-width:1024px){.page-module__0-4KdW__layout{grid-template-columns:1fr}.page-module__0-4KdW__sidebar{order:-1}}@media (max-width:768px){.page-module__0-4KdW__layout{gap:2rem;padding:2rem 0 3rem}.page-module__0-4KdW__contentColumn{gap:2rem}.page-module__0-4KdW__contentCard{gap:1.25rem;padding:1.5rem}.page-module__0-4KdW__contentSection,#page-module__0-4KdW__details,#page-module__0-4KdW__qualifications,#page-module__0-4KdW__file,#page-module__0-4KdW__reviews{scroll-margin-top:5rem}}@media (max-width:480px){.page-module__0-4KdW__layout{gap:1.5rem;padding:1.5rem 0 2rem}.page-module__0-4KdW__contentColumn{gap:1.5rem}.page-module__0-4KdW__contentCard{gap:1rem;padding:1.25rem}}
.ContactForm-module__xxxoSG__contactForm{width:100%;padding:2.5rem 0 3rem}.ContactForm-module__xxxoSG__card{background:var(--color-surface-default);border:1px solid var(--color-border-light);border-radius:1.25rem;grid-template-columns:38% 1fr;display:grid;overflow:hidden;box-shadow:0 8px 32px #00000014}.ContactForm-module__xxxoSG__imageWrapper{border:4px solid var(--color-accent-main);border-radius:1rem;min-width:0;height:100%;min-height:280px;position:relative;overflow:hidden;box-shadow:0 12px 40px #00000026}.ContactForm-module__xxxoSG__imageWrapper:before{content:"";background:var(--color-accent-main);z-index:1;width:6px;position:absolute;top:0;bottom:0;left:0}.ContactForm-module__xxxoSG__imageWrapper:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#fff6 0%,#0000 100%);width:6px;height:40%;position:absolute;top:0;left:0}.ContactForm-module__xxxoSG__image{object-fit:cover;object-position:center;width:100%;height:100%}.ContactForm-module__xxxoSG__formWrapper{flex-direction:column;gap:1.125rem;padding:1.75rem 2rem 1.75rem 1.75rem;display:flex}.ContactForm-module__xxxoSG__formTitle{margin:0 0 .25rem}.ContactForm-module__xxxoSG__formDescription{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);margin:0 0 .25rem;font-size:.9375rem;line-height:1.55}.ContactForm-module__xxxoSG__formContent .sectionTitle{margin-bottom:.25rem}.ContactForm-module__xxxoSG__formContent .sectionTitle .decorativeLine{margin-top:.5rem}.ContactForm-module__xxxoSG__formContent .sectionTitle .description{margin-top:.5rem}.ContactForm-module__xxxoSG__fields{flex-direction:column;gap:1rem;display:flex}.ContactForm-module__xxxoSG__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ContactForm-module__xxxoSG__inputGroup{flex-direction:column;gap:.35rem;display:flex}.ContactForm-module__xxxoSG__inputGroupFull{grid-column:1/-1}.ContactForm-module__xxxoSG__label{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);font-size:.8125rem;font-weight:500}.ContactForm-module__xxxoSG__input,.ContactForm-module__xxxoSG__textarea{font-family:var(--font-poppins,"Poppins", sans-serif);border:1px solid var(--color-border-default);background:var(--color-surface-default);color:var(--color-text-primary);border-radius:.5rem;padding:.75rem 1rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.ContactForm-module__xxxoSG__input::placeholder,.ContactForm-module__xxxoSG__textarea::placeholder{color:var(--color-text-muted)}.ContactForm-module__xxxoSG__input:hover,.ContactForm-module__xxxoSG__textarea:hover{border-color:var(--color-border-dark)}.ContactForm-module__xxxoSG__input:focus,.ContactForm-module__xxxoSG__textarea:focus{border-color:var(--color-accent-main);outline:none;box-shadow:0 0 0 3px #fda31b33}.ContactForm-module__xxxoSG__textarea{resize:none;min-height:88px}.ContactForm-module__xxxoSG__inputError{border-color:var(--color-status-error)}.ContactForm-module__xxxoSG__inputError:focus{box-shadow:0 0 0 3px #ef444433}.ContactForm-module__xxxoSG__errorText{color:var(--color-status-error);margin:0;font-size:.8125rem}.ContactForm-module__xxxoSG__buttonWrapper{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.ContactForm-module__xxxoSG__privacyNotice{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);margin:0;font-size:.8125rem;line-height:1.5}.ContactForm-module__xxxoSG__privacyLink{color:var(--color-primary-main);text-underline-offset:2px;text-decoration:underline}.ContactForm-module__xxxoSG__privacyLink:hover{color:var(--color-primary-light)}.ContactForm-module__xxxoSG__buttonWrapper button{align-items:center;gap:.5rem;display:inline-flex}.ContactForm-module__xxxoSG__buttonWrapper .button{align-items:center;gap:.5rem;display:inline-flex}.ContactForm-module__xxxoSG__message{margin:0;font-size:.9375rem}.ContactForm-module__xxxoSG__messageSuccess{color:var(--color-status-success)}.ContactForm-module__xxxoSG__messageError{color:var(--color-status-error)}@media (max-width:1024px){.ContactForm-module__xxxoSG__card{gap:0}.ContactForm-module__xxxoSG__imageWrapper{min-height:260px}.ContactForm-module__xxxoSG__formWrapper{gap:1rem;padding:1.5rem 1.75rem 1.5rem 1.5rem}}@media (max-width:768px){.ContactForm-module__xxxoSG__contactForm{padding:2rem 0 2.5rem}.ContactForm-module__xxxoSG__card{grid-template-columns:1fr}.ContactForm-module__xxxoSG__imageWrapper{order:1;min-height:200px}.ContactForm-module__xxxoSG__formWrapper{order:2;gap:1rem;padding:1.5rem 1.25rem}.ContactForm-module__xxxoSG__row{grid-template-columns:1fr}}@media (max-width:480px){.ContactForm-module__xxxoSG__imageWrapper{min-height:180px}.ContactForm-module__xxxoSG__formWrapper{padding:1.25rem 1rem}}
.ContactMap-module__NFEpea__mapSection{border-radius:.5rem;width:100%;max-width:100%;height:400px;position:relative;overflow:hidden}.ContactMap-module__NFEpea__mapGate{border-radius:.5rem;min-height:100%;position:absolute;inset:0}.ContactMap-module__NFEpea__mapFrame{border:0;width:100%;height:100%;display:block;position:absolute;top:0;left:0}
.EducationalOfferFile-module__-NKKuG__fileSection{text-align:center;flex-direction:column;align-items:center;gap:2rem;padding:3rem 0;display:flex}.EducationalOfferFile-module__-NKKuG__fileSection .sectionTitle{text-align:center;flex-direction:column;align-items:center;display:flex}.EducationalOfferFile-module__-NKKuG__fileSection .sectionTitle .title{text-align:center}.EducationalOfferFile-module__-NKKuG__fileSection .sectionTitle .decorativeLine{align-self:center;margin-left:auto;margin-right:auto}.EducationalOfferFile-module__-NKKuG__fileSection .sectionTitle .description{text-align:center}.EducationalOfferFile-module__-NKKuG__fileWrapper{background:var(--color-surface-default);border:1px solid var(--color-border-light);border-radius:1rem;width:100%;overflow:hidden;box-shadow:0 12px 30px #12336714}.EducationalOfferFile-module__-NKKuG__fileFrame{border:none;width:100%;height:80vh;min-height:600px;display:block}@media (max-width:768px){.EducationalOfferFile-module__-NKKuG__fileSection{gap:1.5rem;padding:2rem 0}.EducationalOfferFile-module__-NKKuG__fileFrame{height:70vh;min-height:500px}}
.ScheduleChangesModal-module__RSzSDa__overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ScheduleChangesModal-module__RSzSDa__fadeIn;display:flex;position:fixed;inset:0}@keyframes ScheduleChangesModal-module__RSzSDa__fadeIn{0%{opacity:0}to{opacity:1}}.ScheduleChangesModal-module__RSzSDa__modal{background:var(--color-surface-default);border-radius:1rem;flex-direction:column;width:100%;max-width:720px;max-height:85vh;animation:.25s ScheduleChangesModal-module__RSzSDa__slideUp;display:flex;overflow:hidden;box-shadow:0 16px 48px #0000002e}@keyframes ScheduleChangesModal-module__RSzSDa__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ScheduleChangesModal-module__RSzSDa__header{border-bottom:1px solid var(--color-border-light);background:var(--color-background-paper);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.15rem 1.5rem;display:flex}.ScheduleChangesModal-module__RSzSDa__headerTitle{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);margin:0;font-size:1.15rem;font-weight:700}.ScheduleChangesModal-module__RSzSDa__closeBtn{cursor:pointer;width:2rem;height:2rem;color:var(--color-text-secondary);background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.ScheduleChangesModal-module__RSzSDa__closeBtn:hover{color:var(--color-text-primary);background:#00000014}.ScheduleChangesModal-module__RSzSDa__closeBtn svg{width:18px;height:18px}.ScheduleChangesModal-module__RSzSDa__datePicker{border-bottom:1px solid var(--color-border-light);-webkit-overflow-scrolling:touch;flex-shrink:0;align-items:stretch;gap:.5rem;padding:1rem 1.5rem;display:flex;overflow:auto hidden}.ScheduleChangesModal-module__RSzSDa__dateBtn{border:1.5px solid var(--color-border-default);background:var(--color-surface-default);cursor:pointer;min-width:4.5rem;min-height:4.35rem;font-family:var(--font-poppins,"Poppins", sans-serif);border-radius:.65rem;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:.15rem;padding:.55rem .85rem;transition:all .15s;display:flex}.ScheduleChangesModal-module__RSzSDa__dateBtn:hover{border-color:var(--color-primary-main);background:#1233670a}.ScheduleChangesModal-module__RSzSDa__dateBtnActive{border-color:var(--color-primary-main);background:var(--color-primary-main);color:#fff;box-shadow:0 2px 8px #12336733}.ScheduleChangesModal-module__RSzSDa__dateBtnActive:hover{background:var(--color-primary-main)}.ScheduleChangesModal-module__RSzSDa__dateBtnDisabled,.ScheduleChangesModal-module__RSzSDa__dateBtnDisabled:hover{cursor:not-allowed;opacity:.4;border-color:var(--color-border-light);background:var(--color-background-paper);color:var(--color-text-muted);box-shadow:none}.ScheduleChangesModal-module__RSzSDa__dateDayName{text-transform:uppercase;letter-spacing:.04em;opacity:.75;font-size:.72rem;font-weight:600}.ScheduleChangesModal-module__RSzSDa__dateBtnActive .ScheduleChangesModal-module__RSzSDa__dateDayName{opacity:.9;color:#fff}.ScheduleChangesModal-module__RSzSDa__dateDay{font-size:1.05rem;font-weight:700;line-height:1.2}.ScheduleChangesModal-module__RSzSDa__dateMonth{opacity:.7;white-space:nowrap;font-size:.7rem;font-weight:500;line-height:1.2}.ScheduleChangesModal-module__RSzSDa__dateBtnActive .ScheduleChangesModal-module__RSzSDa__dateMonth{color:#fff}.ScheduleChangesModal-module__RSzSDa__content{flex:auto;min-height:0;padding:1.25rem 1.5rem;overflow-y:auto}.ScheduleChangesModal-module__RSzSDa__stateBox{text-align:center;padding:2.5rem 1.5rem}.ScheduleChangesModal-module__RSzSDa__stateIcon{width:48px;height:48px;color:var(--color-text-muted);opacity:.5;margin:0 auto 1rem}.ScheduleChangesModal-module__RSzSDa__stateTitle{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);margin:0 0 .4rem;font-size:1.1rem;font-weight:700}.ScheduleChangesModal-module__RSzSDa__stateText{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);margin:0;font-size:.9rem}.ScheduleChangesModal-module__RSzSDa__spinner{justify-content:center;padding:3rem 0;display:flex}.ScheduleChangesModal-module__RSzSDa__spinnerDot{background:var(--color-primary-main);border-radius:50%;width:10px;height:10px;margin:0 4px;animation:1.2s ease-in-out infinite ScheduleChangesModal-module__RSzSDa__bounce}.ScheduleChangesModal-module__RSzSDa__spinnerDot:nth-child(2){animation-delay:.15s}.ScheduleChangesModal-module__RSzSDa__spinnerDot:nth-child(3){animation-delay:.3s}@keyframes ScheduleChangesModal-module__RSzSDa__bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.ScheduleChangesModal-module__RSzSDa__changesList{flex-direction:column;gap:.65rem;display:flex}.ScheduleChangesModal-module__RSzSDa__changeCard{border:1px solid var(--color-border-light);background:var(--color-surface-default);border-radius:.75rem;transition:box-shadow .15s;overflow:hidden;box-shadow:0 1px 4px #0000000d}.ScheduleChangesModal-module__RSzSDa__changeCard:hover{box-shadow:0 3px 12px #00000014}.ScheduleChangesModal-module__RSzSDa__cardHeader{background:var(--color-background-paper);border-bottom:1px solid var(--color-border-light);align-items:center;gap:.55rem;padding:.55rem .85rem;display:flex}.ScheduleChangesModal-module__RSzSDa__actionBadge{font-family:var(--font-poppins,"Poppins", sans-serif);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.18rem .55rem;font-size:.68rem;font-weight:700}.ScheduleChangesModal-module__RSzSDa__actionReplace{color:#2563eb;background:#2563eb1a}.ScheduleChangesModal-module__RSzSDa__actionRemove{color:#dc2626;background:#dc26261a}.ScheduleChangesModal-module__RSzSDa__headerPeriod{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);flex-shrink:0;font-size:.82rem;font-weight:600}.ScheduleChangesModal-module__RSzSDa__headerGroup{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-primary-main);white-space:nowrap;background:#12336712;border-radius:999px;margin-left:auto;padding:.15rem .65rem;font-size:.88rem;font-weight:700}.ScheduleChangesModal-module__RSzSDa__cardBody{align-items:stretch;display:flex}.ScheduleChangesModal-module__RSzSDa__cardSide{flex-direction:column;flex:1;gap:.3rem;min-width:0;padding:.6rem .85rem;display:flex}.ScheduleChangesModal-module__RSzSDa__sideOriginal{background:#dc262606}.ScheduleChangesModal-module__RSzSDa__sideNew{background:#2563eb06}.ScheduleChangesModal-module__RSzSDa__sideLabel{font-family:var(--font-poppins,"Poppins", sans-serif);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);align-items:center;gap:.35rem;margin-bottom:.1rem;font-size:.65rem;font-weight:700;display:flex}.ScheduleChangesModal-module__RSzSDa__sideLabelDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.ScheduleChangesModal-module__RSzSDa__dotOriginal{background:#dc26268c}.ScheduleChangesModal-module__RSzSDa__dotNew{background:#2563eb8c}.ScheduleChangesModal-module__RSzSDa__sideContent{flex-direction:column;gap:.15rem;display:flex}.ScheduleChangesModal-module__RSzSDa__sideDiscipline{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);font-size:.88rem;font-weight:700;line-height:1.3}.ScheduleChangesModal-module__RSzSDa__sideTitleRow{flex-wrap:wrap;align-items:center;gap:.35rem .45rem;display:flex}.ScheduleChangesModal-module__RSzSDa__scopeChip{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-primary-main);white-space:nowrap;background:#12336714;border-radius:999px;align-items:center;padding:.12rem .5rem;font-size:.68rem;font-weight:700;display:inline-flex}.ScheduleChangesModal-module__RSzSDa__sideDetails{flex-wrap:wrap;gap:.25rem .6rem;display:flex}.ScheduleChangesModal-module__RSzSDa__sideDetail{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);white-space:nowrap;align-items:center;gap:.25rem;font-size:.78rem;font-weight:500;display:inline-flex}.ScheduleChangesModal-module__RSzSDa__sideMuted{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-muted);font-size:.85rem}.ScheduleChangesModal-module__RSzSDa__changeDetailIcon{opacity:.5;flex-shrink:0;width:13px;height:13px}.ScheduleChangesModal-module__RSzSDa__cardDivider{color:var(--color-text-muted);opacity:.35;background:var(--color-border-light);flex-shrink:0;justify-content:center;align-items:center;padding:0 .15rem;display:flex}.ScheduleChangesModal-module__RSzSDa__cardDivider svg{width:14px;height:14px}.ScheduleChangesModal-module__RSzSDa__changesBtn{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-primary-main);background:var(--color-surface-default);border:1.5px solid var(--color-primary-main);cursor:pointer;white-space:nowrap;border-radius:.65rem;align-items:center;gap:.5rem;padding:.55rem 1.1rem;font-size:.88rem;font-weight:600;transition:all .18s;display:inline-flex}.ScheduleChangesModal-module__RSzSDa__changesBtn:hover{background:var(--color-primary-main);color:#fff;box-shadow:0 2px 10px #1233672e}.ScheduleChangesModal-module__RSzSDa__changesBtn svg{width:18px;height:18px}@media (max-width:640px){.ScheduleChangesModal-module__RSzSDa__overlay{align-items:flex-end;padding:0}.ScheduleChangesModal-module__RSzSDa__modal{border-radius:1rem 1rem 0 0;max-width:100%;max-height:92vh}.ScheduleChangesModal-module__RSzSDa__header{padding:1rem 1.15rem}.ScheduleChangesModal-module__RSzSDa__datePicker{padding:.85rem 1rem}.ScheduleChangesModal-module__RSzSDa__content{padding:1rem}.ScheduleChangesModal-module__RSzSDa__cardBody{flex-direction:column}.ScheduleChangesModal-module__RSzSDa__cardDivider{background:0 0;padding:.15rem 0}.ScheduleChangesModal-module__RSzSDa__cardDivider svg{transform:rotate(90deg)}.ScheduleChangesModal-module__RSzSDa__dateBtn{min-width:3.8rem;min-height:4.1rem;padding:.45rem .65rem}}
.page-module__4exdOW__scheduleSection{width:100%;padding:4rem 0}.page-module__4exdOW__titleWrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:2rem;display:flex}.page-module__4exdOW__titleWrapper .sectionTitle{text-align:center;flex-direction:column;align-items:center;display:flex}.page-module__4exdOW__titleWrapper .sectionTitle .title{text-align:center}.page-module__4exdOW__titleWrapper .sectionTitle .decorativeLine{align-self:center;margin-left:auto;margin-right:auto}.page-module__4exdOW__titleWrapper .sectionTitle .description{text-align:center}.page-module__4exdOW__scheduleCard{border:1px solid var(--color-border-light);background:var(--color-surface-default);border-radius:1rem;max-width:760px;margin:0 auto;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.page-module__4exdOW__timeline{flex-direction:column;gap:.75rem;display:flex}.page-module__4exdOW__timelineItem{flex-direction:column;gap:.6rem;display:flex}.page-module__4exdOW__lessonRow{border:1px solid var(--color-border-light);background-color:var(--color-surface-default);border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px #0000000a}.page-module__4exdOW__lessonMeta{align-items:center;gap:.6rem;display:inline-flex}.page-module__4exdOW__lessonRow:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.page-module__4exdOW__lessonIndex{min-width:2.4rem;height:2.4rem;font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-primary-main);background:var(--color-background-paper);border:1px solid var(--color-border-default);border-radius:999px;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #1233671a}.page-module__4exdOW__lessonLabel{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);font-size:1.05rem;font-weight:600}.page-module__4exdOW__lessonTimes{font-family:var(--font-poppins,"Poppins", sans-serif);align-items:baseline;gap:.55rem;display:inline-flex}.page-module__4exdOW__time{color:var(--color-text-primary);font-size:clamp(1.05rem,2.2vw,1.25rem);font-weight:700}.page-module__4exdOW__separator{color:var(--color-text-secondary);font-size:1rem}.page-module__4exdOW__breakCenter{align-items:center;gap:.75rem;margin:.05rem 0 .15rem;display:flex}.page-module__4exdOW__breakLine{background:var(--color-border-default);flex:1;height:1px}.page-module__4exdOW__breakPill{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);background:#fda31b1f;border:1px solid #fda31b59;border-radius:999px;align-items:center;gap:.5rem;margin:0;padding:.4rem .75rem;font-size:.86rem;font-weight:600;display:inline-flex}.page-module__4exdOW__breakDot{background:var(--color-accent-main);border-radius:50%;width:.42rem;height:.42rem}.page-module__4exdOW__emptyState{text-align:center;max-width:600px;margin:0 auto;padding:2rem}.page-module__4exdOW__emptyTitle{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);margin:0 0 1rem;font-size:clamp(1.55rem,3vw,2rem);font-weight:700}.page-module__4exdOW__emptyMessage{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);margin:0;font-size:1rem;line-height:1.6}@media (max-width:768px){.page-module__4exdOW__scheduleSection{padding:3rem 0}.page-module__4exdOW__scheduleCard{padding:1rem}.page-module__4exdOW__titleWrapper{margin-bottom:1.5rem}.page-module__4exdOW__lessonRow{padding:.85rem .9rem}.page-module__4exdOW__lessonIndex{min-width:2.2rem;height:2.2rem;font-size:.95rem}.page-module__4exdOW__lessonLabel{font-size:.98rem}.page-module__4exdOW__breakPill{font-size:.875rem}}@media (max-width:480px){.page-module__4exdOW__scheduleSection{padding:2.5rem 0}.page-module__4exdOW__scheduleCard{padding:.85rem}.page-module__4exdOW__titleWrapper{margin-bottom:1.25rem}.page-module__4exdOW__lessonRow{gap:.7rem;padding:.8rem}.page-module__4exdOW__lessonMeta,.page-module__4exdOW__lessonTimes{gap:.45rem}.page-module__4exdOW__time{font-size:1rem}.page-module__4exdOW__breakCenter{gap:.45rem}.page-module__4exdOW__breakPill{padding:.35rem .6rem;font-size:.8rem}}
.ActivitySchedule-module__fzuH7a__scheduleSection{width:100%;padding:4rem 0}.ActivitySchedule-module__fzuH7a__titleWrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:2rem;display:flex}.ActivitySchedule-module__fzuH7a__titleWrapper .sectionTitle{text-align:center;flex-direction:column;align-items:center;display:flex}.ActivitySchedule-module__fzuH7a__titleWrapper .sectionTitle .title{text-align:center}.ActivitySchedule-module__fzuH7a__titleWrapper .sectionTitle .decorativeLine{align-self:center;margin-left:auto;margin-right:auto}.ActivitySchedule-module__fzuH7a__titleWrapper .sectionTitle .description{text-align:center}.ActivitySchedule-module__fzuH7a__scheduleCard{border:1px solid var(--color-border-light);background:var(--color-surface-default);border-radius:1rem;max-width:760px;margin:0 auto;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.ActivitySchedule-module__fzuH7a__daysList{flex-direction:column;gap:1.25rem;display:flex}.ActivitySchedule-module__fzuH7a__dayBlock{border:1px solid var(--color-border-light);background:var(--color-surface-default);border-radius:.85rem;overflow:hidden;box-shadow:0 1px 3px #0000000a}.ActivitySchedule-module__fzuH7a__dayHeader{border-bottom:1px solid var(--color-border-light);background:var(--color-background-paper);text-align:center;justify-content:center;padding:.9rem 1.15rem;display:flex}.ActivitySchedule-module__fzuH7a__dayTitle{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-primary-main);text-align:center;margin:0;font-size:1.08rem;font-weight:700}.ActivitySchedule-module__fzuH7a__cardsGrid{flex-direction:column;gap:.9rem;padding:1rem;display:flex}.ActivitySchedule-module__fzuH7a__activityCard{border:1px solid var(--color-border-light);background:var(--color-surface-default);border-radius:.85rem;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex;box-shadow:0 1px 3px #0000000a}.ActivitySchedule-module__fzuH7a__mainInfo{flex-direction:column;flex:1;gap:.45rem;min-width:0;display:flex}.ActivitySchedule-module__fzuH7a__activityName{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);margin:0;font-size:1rem;font-weight:700}.ActivitySchedule-module__fzuH7a__detailsColumn{flex-direction:column;gap:.35rem;width:100%;display:flex}.ActivitySchedule-module__fzuH7a__infoRow{align-items:center;gap:.75rem;width:100%;display:flex}.ActivitySchedule-module__fzuH7a__infoInline{align-items:center;gap:.35rem;min-width:0;display:flex}.ActivitySchedule-module__fzuH7a__infoRowMobile{display:none}.ActivitySchedule-module__fzuH7a__metaLabel{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);font-size:.82rem;font-weight:600}.ActivitySchedule-module__fzuH7a__metaValue{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);text-align:left;font-size:.88rem;font-weight:500}.ActivitySchedule-module__fzuH7a__metaDivider{background:var(--color-border-default);width:1px;height:14px}.ActivitySchedule-module__fzuH7a__timePill{min-width:152px;font-family:var(--font-poppins,"Poppins", sans-serif);text-align:right;background:#fda31b1f;border:1px solid #fda31b59;border-radius:.75rem;justify-content:center;align-items:center;padding:.45rem .7rem;display:inline-flex}.ActivitySchedule-module__fzuH7a__timeValue{color:var(--color-text-primary);font-size:1rem;font-weight:700}.ActivitySchedule-module__fzuH7a__emptyState{text-align:center;border:1px dashed var(--color-border-light);background:var(--color-surface-default);border-radius:.85rem;max-width:620px;margin:.25rem auto;padding:2rem}.ActivitySchedule-module__fzuH7a__emptyTitle{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,1.95rem);font-weight:700}.ActivitySchedule-module__fzuH7a__emptyMessage{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);margin:0;font-size:.95rem;line-height:1.6}@media (max-width:768px){.ActivitySchedule-module__fzuH7a__scheduleSection{padding:3rem 0}.ActivitySchedule-module__fzuH7a__titleWrapper{margin-bottom:1.5rem}.ActivitySchedule-module__fzuH7a__scheduleCard{padding:1rem}.ActivitySchedule-module__fzuH7a__activityCard{flex-direction:column;align-items:flex-start;gap:.6rem}.ActivitySchedule-module__fzuH7a__mainInfo{width:100%}.ActivitySchedule-module__fzuH7a__infoRow{display:none}.ActivitySchedule-module__fzuH7a__infoRowMobile{justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.ActivitySchedule-module__fzuH7a__timePill{text-align:center;align-self:center;align-items:center;width:fit-content;min-width:0}.ActivitySchedule-module__fzuH7a__infoRowMobile .ActivitySchedule-module__fzuH7a__metaValue{text-align:right}}@media (max-width:480px){.ActivitySchedule-module__fzuH7a__scheduleSection{padding:2.5rem 0}.ActivitySchedule-module__fzuH7a__scheduleCard{padding:.85rem}.ActivitySchedule-module__fzuH7a__dayHeader{padding:.8rem .9rem}.ActivitySchedule-module__fzuH7a__cardsGrid{gap:.75rem;padding:.85rem}.ActivitySchedule-module__fzuH7a__activityCard{padding:.85rem}}
.BlogNewsList-module__TRwLAG__blogNews{background:var(--color-background-paper);width:100%;padding:4rem 0;position:relative;overflow:hidden}.BlogNewsList-module__TRwLAG__titleWrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:3rem;display:flex}.BlogNewsList-module__TRwLAG__title{align-items:center}.BlogNewsList-module__TRwLAG__titleWrapper .sectionTitle{text-align:center;flex-direction:column;align-items:center;display:flex}.BlogNewsList-module__TRwLAG__titleWrapper .sectionTitle .title{text-align:center}.BlogNewsList-module__TRwLAG__titleWrapper .sectionTitle .decorativeLine{align-self:center;margin-left:auto;margin-right:auto}.BlogNewsList-module__TRwLAG__titleWrapper .sectionTitle .description{text-align:center}.BlogNewsList-module__TRwLAG__cardsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:0;display:grid}.BlogNewsList-module__TRwLAG__card{background:var(--color-surface-default);border-radius:1rem;flex-direction:column;min-width:0;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:visible;box-shadow:0 2px 8px #0000000f}.BlogNewsList-module__TRwLAG__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.BlogNewsList-module__TRwLAG__cardImage{background:var(--color-background-paper);border-radius:1rem 1rem 0 0;width:100%;height:200px;position:relative;overflow:hidden}.BlogNewsList-module__TRwLAG__image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.BlogNewsList-module__TRwLAG__cardContent{flex-direction:column;flex:1;gap:.75rem;padding:2rem 1.5rem 1.5rem;display:flex}.BlogNewsList-module__TRwLAG__cardDate{z-index:10;margin:0;position:absolute;top:calc(200px - 1.5rem);left:1.5rem}.BlogNewsList-module__TRwLAG__dateCard{border:1.5px solid var(--color-accent-main);background-color:var(--color-surface-default);font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-accent-main);white-space:nowrap;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:fit-content;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #0000001a}.BlogNewsList-module__TRwLAG__dateIcon{width:.875rem;height:.875rem;color:var(--color-accent-main);flex-shrink:0}.BlogNewsList-module__TRwLAG__dateText{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-accent-main);font-size:.8125rem;font-weight:600;line-height:1}.BlogNewsList-module__TRwLAG__cardTitle{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);margin:0;font-size:1.125rem;font-weight:600;line-height:1.3}.BlogNewsList-module__TRwLAG__cardDescription{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);flex:1;margin:0;font-size:.9375rem;line-height:1.6}.BlogNewsList-module__TRwLAG__cardButton{margin-top:.5rem}.BlogNewsList-module__TRwLAG__loadMoreWrapper{justify-content:center;margin-top:3rem;display:flex}.BlogNewsList-module__TRwLAG__loading{text-align:center;color:var(--color-text-secondary);padding:2rem}.BlogNewsList-module__TRwLAG__error{text-align:center;color:var(--color-status-error);padding:2rem}.BlogNewsList-module__TRwLAG__empty{text-align:center;color:var(--color-text-secondary);padding:2rem}@media (max-width:1024px){.BlogNewsList-module__TRwLAG__cardsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:600px){.BlogNewsList-module__TRwLAG__blogNews{padding:3rem 0}.BlogNewsList-module__TRwLAG__cardsGrid{grid-template-columns:1fr;gap:1.5rem}}
.HumanResources-module__Jo1uRq__humanResources{flex-direction:column;gap:2rem;display:flex}.HumanResources-module__Jo1uRq__titleWrapper [class*=sectionTitle]{text-align:center;align-items:center}.HumanResources-module__Jo1uRq__titleWrapper [class*=title]{text-align:center}.HumanResources-module__Jo1uRq__titleWrapper [class*=decorativeLine]{align-self:center;margin-left:auto;margin-right:auto}.HumanResources-module__Jo1uRq__grid{grid-template-columns:minmax(220px,1fr) 3fr;gap:2rem;display:grid}.HumanResources-module__Jo1uRq__filterCard{background:var(--color-surface-default);border:1px solid var(--color-border-light);border-radius:1rem;flex-direction:column;gap:1.25rem;height:fit-content;padding:1.5rem;display:flex;position:sticky;top:6.5rem;box-shadow:0 8px 20px #12336714}.HumanResources-module__Jo1uRq__filterHeader{flex-direction:column;gap:.85rem;display:flex}.HumanResources-module__Jo1uRq__filterTitle{color:var(--color-text-primary);margin:0;font-size:1.1rem;font-weight:700}.HumanResources-module__Jo1uRq__filterList{flex-direction:column;gap:.65rem;max-height:360px;padding-right:.5rem;display:flex;overflow:auto}.HumanResources-module__Jo1uRq__checkboxRow{color:var(--color-text-primary);cursor:pointer;background:#12336708;border-radius:.75rem;align-items:center;gap:.75rem;padding:.45rem .6rem;font-size:.9375rem;transition:background .2s,transform .2s;display:flex}.HumanResources-module__Jo1uRq__checkboxRow:hover{background:#1233670f;transform:translate(2px)}.HumanResources-module__Jo1uRq__checkboxRow input[type=checkbox]{width:1.05rem;height:1.05rem;accent-color:var(--color-accent-main);cursor:pointer;flex-shrink:0}.HumanResources-module__Jo1uRq__cardsGrid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:1.5rem;display:grid}.HumanResources-module__Jo1uRq__card{background:var(--color-surface-default);border:1px solid var(--color-border-light);border-radius:1rem;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 24px #12336714}.HumanResources-module__Jo1uRq__card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #1233671f}.HumanResources-module__Jo1uRq__cardImage{aspect-ratio:4/3;background:var(--color-background-paper);width:100%;position:relative;overflow:hidden}.HumanResources-module__Jo1uRq__teacherImage{object-fit:cover;will-change:opacity;width:100%;height:100%;transition:opacity .3s;position:relative}.HumanResources-module__Jo1uRq__imageLoading{opacity:0}.HumanResources-module__Jo1uRq__imageLoaded{opacity:1}.HumanResources-module__Jo1uRq__imagePlaceholder{background:linear-gradient(90deg,#1233670f 0%,#1233671f 50%,#1233670f 100%) 0 0/200% 100%;animation:1.6s infinite HumanResources-module__Jo1uRq__shimmer;position:absolute;inset:0}.HumanResources-module__Jo1uRq__imageError{background:var(--color-background-paper);color:var(--color-text-muted);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.HumanResources-module__Jo1uRq__imageError svg{opacity:.4;width:48px;height:48px}.HumanResources-module__Jo1uRq__cardBody{flex-direction:column;flex:1;gap:.35rem;padding:1rem 1.25rem 1.25rem;display:flex}.HumanResources-module__Jo1uRq__cardGrade{color:var(--color-accent-main);z-index:2;opacity:1;background:#fffffff2;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:700;position:absolute;top:.75rem;right:.75rem;box-shadow:0 6px 16px #1233671f}.HumanResources-module__Jo1uRq__cardName{color:var(--color-text-primary);margin:0;font-size:1rem;font-weight:700}.HumanResources-module__Jo1uRq__cardRole{color:var(--color-text-secondary);margin:0;font-size:.9375rem}.HumanResources-module__Jo1uRq__loading,.HumanResources-module__Jo1uRq__empty{border:1px dashed var(--color-border-light);color:var(--color-text-secondary);text-align:center;border-radius:.75rem;grid-column:1/-1;padding:1.5rem}.HumanResources-module__Jo1uRq__skeletonGrid{display:contents}.HumanResources-module__Jo1uRq__skeletonCard{background:var(--color-surface-default);border:1px solid var(--color-border-light);border-radius:1rem;overflow:hidden;box-shadow:0 10px 24px #12336714}.HumanResources-module__Jo1uRq__skeletonImage{background:linear-gradient(90deg,#1233670f 0%,#1233671f 50%,#1233670f 100%) 0 0/200% 100%;height:160px;animation:1.6s infinite HumanResources-module__Jo1uRq__shimmer}.HumanResources-module__Jo1uRq__skeletonBody{flex-direction:column;gap:.5rem;padding:1rem 1.25rem 1.25rem;display:flex}.HumanResources-module__Jo1uRq__skeletonLine,.HumanResources-module__Jo1uRq__skeletonLineSmall,.HumanResources-module__Jo1uRq__skeletonBadge{background:linear-gradient(90deg,#1233670f 0%,#1233671f 50%,#1233670f 100%) 0 0/200% 100%;border-radius:999px;animation:1.6s infinite HumanResources-module__Jo1uRq__shimmer}.HumanResources-module__Jo1uRq__skeletonLine{width:70%;height:16px}.HumanResources-module__Jo1uRq__skeletonLineSmall{width:55%;height:14px}.HumanResources-module__Jo1uRq__skeletonBadge{width:80px;height:18px}@keyframes HumanResources-module__Jo1uRq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1200px){.HumanResources-module__Jo1uRq__grid{grid-template-columns:1fr}.HumanResources-module__Jo1uRq__filterCard{position:static}.HumanResources-module__Jo1uRq__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.HumanResources-module__Jo1uRq__cardsGrid{grid-template-columns:1fr}}
.LessonSchedule-module__8UNxGq__scheduleSection{width:100%;padding:4rem 0}.LessonSchedule-module__8UNxGq__titleWrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:2rem;display:flex}.LessonSchedule-module__8UNxGq__titleWrapper .sectionTitle{text-align:center;flex-direction:column;align-items:center;display:flex}.LessonSchedule-module__8UNxGq__titleWrapper .sectionTitle .title{text-align:center}.LessonSchedule-module__8UNxGq__titleWrapper .sectionTitle .decorativeLine{align-self:center;margin-left:auto;margin-right:auto}.LessonSchedule-module__8UNxGq__titleWrapper .sectionTitle .description{text-align:center}.LessonSchedule-module__8UNxGq__schedulePeriod{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);text-align:center;max-width:40rem;margin:.65rem 0 0;font-size:1.125rem;font-weight:700;line-height:1.5}.LessonSchedule-module__8UNxGq__titleActions{justify-content:center;margin-top:1rem;display:flex}.LessonSchedule-module__8UNxGq__scheduleCard{border:1px solid var(--color-border-light);background:var(--color-surface-default);border-radius:1rem;max-width:860px;margin:0 auto;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.LessonSchedule-module__8UNxGq__filtersRow{gap:1rem;margin-bottom:1.5rem;display:flex}.LessonSchedule-module__8UNxGq__filterItem{flex-direction:column;flex:1;gap:.35rem;display:flex}.LessonSchedule-module__8UNxGq__filterLabel{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);letter-spacing:.02em;font-size:.82rem;font-weight:600}.LessonSchedule-module__8UNxGq__filterSelect{width:100%;font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);background:var(--color-background-paper);border:1px solid var(--color-border-default);cursor:pointer;appearance:auto;border-radius:.6rem;outline:none;padding:.6rem .85rem;font-size:.92rem;font-weight:500;transition:border-color .2s,box-shadow .2s}.LessonSchedule-module__8UNxGq__filterSelect:hover{border-color:var(--color-primary-main)}.LessonSchedule-module__8UNxGq__filterSelect:focus{border-color:var(--color-primary-main);box-shadow:0 0 0 3px #1233671a}.LessonSchedule-module__8UNxGq__filterSelect:disabled{opacity:.55;cursor:not-allowed}.LessonSchedule-module__8UNxGq__stateBox{text-align:center;border:1px dashed var(--color-border-light);background:var(--color-surface-default);border-radius:.85rem;max-width:620px;margin:.5rem auto;padding:2.5rem 2rem}.LessonSchedule-module__8UNxGq__stateTitle{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);margin:0 0 .6rem;font-size:clamp(1.25rem,2.5vw,1.55rem);font-weight:700}.LessonSchedule-module__8UNxGq__stateText{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);margin:0;font-size:.95rem;line-height:1.6}.LessonSchedule-module__8UNxGq__daysList{flex-direction:column;gap:1.25rem;display:flex}.LessonSchedule-module__8UNxGq__dayBlock{border:1px solid var(--color-border-light);background:var(--color-surface-default);border-radius:.85rem;overflow:visible;box-shadow:0 1px 3px #0000000a}.LessonSchedule-module__8UNxGq__dayHeader{border-bottom:1px solid var(--color-border-light);background:var(--color-background-paper);text-align:center;z-index:8;justify-content:center;padding:.9rem 1.15rem;display:flex;position:sticky;top:4.75rem;box-shadow:0 1px #1233670f}.LessonSchedule-module__8UNxGq__dayTitle{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-primary-main);text-align:center;align-items:baseline;gap:.45rem;margin:0;font-size:1.08rem;font-weight:700;display:inline-flex}.LessonSchedule-module__8UNxGq__dayDate{color:var(--color-text-secondary);font-size:.86rem;font-weight:600}.LessonSchedule-module__8UNxGq__dayBody{flex-direction:column;gap:.65rem;padding:.85rem;display:flex}.LessonSchedule-module__8UNxGq__dayEmpty{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);text-align:center;margin:0;padding:.65rem .5rem;font-size:.92rem;font-style:italic;line-height:1.5}.LessonSchedule-module__8UNxGq__lessonRow{border:1px solid var(--color-border-light);background:var(--color-surface-default);border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px #0000000a}.LessonSchedule-module__8UNxGq__lessonRow:hover{transform:translateY(-1px);box-shadow:0 4px 14px #00000012}.LessonSchedule-module__8UNxGq__lessonLeft{flex:1;align-items:center;gap:.85rem;min-width:0;display:flex}.LessonSchedule-module__8UNxGq__lessonSlotStack{flex-direction:column;flex:1;min-width:0;display:flex}.LessonSchedule-module__8UNxGq__lessonSlotStack .LessonSchedule-module__8UNxGq__lessonInfo:not(:first-child){border-top:1px solid var(--color-border-light);margin-top:.65rem;padding-top:.75rem}.LessonSchedule-module__8UNxGq__lessonIndex{min-width:2.4rem;height:2.4rem;font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-primary-main);background:var(--color-background-paper);border:2px solid var(--color-border-default);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #1233671a}.LessonSchedule-module__8UNxGq__lessonInfo{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.LessonSchedule-module__8UNxGq__lessonRowHasChange{border-color:#2563eb47}.LessonSchedule-module__8UNxGq__lessonInfoChanged,.LessonSchedule-module__8UNxGq__lessonInfoRemoved{border-radius:.55rem;padding:.55rem .7rem}.LessonSchedule-module__8UNxGq__lessonSlotStack .LessonSchedule-module__8UNxGq__lessonInfoChanged:not(:first-child),.LessonSchedule-module__8UNxGq__lessonSlotStack .LessonSchedule-module__8UNxGq__lessonInfoRemoved:not(:first-child){padding-top:.55rem}.LessonSchedule-module__8UNxGq__lessonInfoChanged{background:#2563eb0f}.LessonSchedule-module__8UNxGq__lessonInfoRemoved{background:#dc26260f}.LessonSchedule-module__8UNxGq__scheduleChangeBadge{letter-spacing:.03em;text-transform:uppercase;vertical-align:middle;white-space:nowrap;border-radius:999px;align-items:center;margin-left:.4rem;padding:.12rem .45rem;font-size:.68rem;font-weight:700;display:inline-flex}.LessonSchedule-module__8UNxGq__scheduleChangeBadgeReplace{color:#2563eb;background:#2563eb1f}.LessonSchedule-module__8UNxGq__scheduleChangeBadgeRemove{color:#dc2626;background:#dc26261f}.LessonSchedule-module__8UNxGq__disciplineName{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-primary);flex-wrap:wrap;align-items:center;gap:.3rem;min-width:0;font-size:.98rem;font-weight:700;display:flex}.LessonSchedule-module__8UNxGq__lessonMeta{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.LessonSchedule-module__8UNxGq__metaChip{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);white-space:nowrap;font-size:.82rem;font-weight:500;line-height:inherit;background:0 0;border:none;align-items:center;gap:.3rem;margin:0;padding:0;display:inline-flex}.LessonSchedule-module__8UNxGq__metaChipClickable{cursor:pointer;border:1px solid #0000;border-radius:999px;padding:.18rem .55rem;transition:background .18s,border-color .18s,color .18s}.LessonSchedule-module__8UNxGq__metaChipClickable:hover{border-color:var(--color-border-default);color:var(--color-primary-main);background:#12336714}.LessonSchedule-module__8UNxGq__metaChipClickable:hover .LessonSchedule-module__8UNxGq__metaIcon{opacity:.85}.LessonSchedule-module__8UNxGq__metaChipClickable:focus-visible{outline:2px solid var(--color-primary-main);outline-offset:2px}.LessonSchedule-module__8UNxGq__metaChipSub{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-primary-main);background:#12336714;border-radius:999px;align-items:center;gap:.3rem;padding:.15rem .55rem;font-size:.78rem;font-weight:600;display:inline-flex}.LessonSchedule-module__8UNxGq__metaIcon{opacity:.55;flex-shrink:0;width:14px;height:14px}.LessonSchedule-module__8UNxGq__lessonMetaSecondary{flex-wrap:wrap;align-items:flex-start;gap:.45rem;min-width:0;margin-top:0;display:flex}.LessonSchedule-module__8UNxGq__lessonMetaPairCell{flex-direction:column;gap:.2rem;min-width:0;display:flex}.LessonSchedule-module__8UNxGq__metaPairLabel{font-family:var(--font-poppins,"Poppins", sans-serif);letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);font-size:.7rem;font-weight:600;line-height:1.2}.LessonSchedule-module__8UNxGq__metaPairValue{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-secondary);word-break:break-word;font-size:.82rem;font-weight:600;line-height:1.35}.LessonSchedule-module__8UNxGq__metaPairPlaceholder{font-family:var(--font-poppins,"Poppins", sans-serif);color:var(--color-text-muted);font-size:.82rem;font-weight:500}.LessonSchedule-module__8UNxGq__lessonMetaPairGroup{flex-direction:column;align-items:flex-start;gap:.35rem;width:100%;min-width:0;display:flex}.LessonSchedule-module__8UNxGq__timePill{font-family:var(--font-poppins,"Poppins", sans-serif);white-space:nowrap;background:#fda31b1f;border:1px solid #fda31b59;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;padding:.4rem .75rem;display:inline-flex}.LessonSchedule-module__8UNxGq__timeValue{color:var(--color-text-primary);font-size:.95rem;font-weight:700}@keyframes LessonSchedule-module__8UNxGq__shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.LessonSchedule-module__8UNxGq__skeletonBase{background:linear-gradient(90deg,#1233670f 0%,#1233671f 50%,#1233670f 100%) 0 0/800px 100%;border-radius:.5rem;animation:1.6s ease-in-out infinite LessonSchedule-module__8UNxGq__shimmer}.LessonSchedule-module__8UNxGq__skeletonLabel{border-radius:4px;width:60px;height:14px;}.LessonSchedule-module__8UNxGq__skeletonSelect{border-radius:.6rem;width:100%;height:40px;}.LessonSchedule-module__8UNxGq__skeletonDays{flex-direction:column;gap:1.25rem;display:flex}.LessonSchedule-module__8UNxGq__skeletonDayBlock{border:1px solid var(--color-border-light);background:var(--color-surface-default);border-radius:.85rem;overflow:hidden;box-shadow:0 1px 3px #0000000a}.LessonSchedule-module__8UNxGq__skeletonDayHeader{border-radius:0;height:44px;}.LessonSchedule-module__8UNxGq__skeletonDayBody{flex-direction:column;gap:.65rem;padding:.85rem;display:flex}.LessonSchedule-module__8UNxGq__skeletonRow{border:1px solid var(--color-border-light);background:var(--color-surface-default);border-radius:.75rem;align-items:center;gap:.85rem;padding:.85rem 1rem;display:flex}.LessonSchedule-module__8UNxGq__skeletonCircle{border-radius:999px;flex-shrink:0;width:2.4rem;height:2.4rem;}.LessonSchedule-module__8UNxGq__skeletonLines{flex-direction:column;flex:1;gap:.4rem;min-width:0;display:flex}.LessonSchedule-module__8UNxGq__skeletonLine{border-radius:4px;width:65%;height:14px;}.LessonSchedule-module__8UNxGq__skeletonLineSmall{border-radius:4px;width:45%;height:12px;}.LessonSchedule-module__8UNxGq__skeletonPill{border-radius:.75rem;flex-shrink:0;width:100px;height:32px;}@media (max-width:768px){.LessonSchedule-module__8UNxGq__scheduleSection{padding:3rem 0}.LessonSchedule-module__8UNxGq__titleWrapper{margin-bottom:1.5rem}.LessonSchedule-module__8UNxGq__scheduleCard{padding:1rem}.LessonSchedule-module__8UNxGq__filtersRow{flex-direction:column;gap:.85rem}.LessonSchedule-module__8UNxGq__dayHeader{top:3.75rem}.LessonSchedule-module__8UNxGq__lessonRow{gap:.75rem;padding:.75rem .85rem}.LessonSchedule-module__8UNxGq__lessonLeft{gap:.7rem}.LessonSchedule-module__8UNxGq__lessonIndex{min-width:2.1rem;height:2.1rem;font-size:.88rem}.LessonSchedule-module__8UNxGq__disciplineName{white-space:normal;font-size:.92rem}.LessonSchedule-module__8UNxGq__metaChip{font-size:.78rem}.LessonSchedule-module__8UNxGq__timePill{align-self:center}.LessonSchedule-module__8UNxGq__timeValue{font-size:.88rem}}@media (max-width:480px){.LessonSchedule-module__8UNxGq__scheduleSection{padding:2.5rem 0}.LessonSchedule-module__8UNxGq__scheduleCard{padding:.85rem}.LessonSchedule-module__8UNxGq__dayHeader{padding:.8rem .9rem;top:4.2rem}.LessonSchedule-module__8UNxGq__dayBody{gap:.55rem;padding:.65rem}.LessonSchedule-module__8UNxGq__lessonRow{flex-direction:column;align-items:center;gap:.6rem;padding:.7rem}.LessonSchedule-module__8UNxGq__lessonLeft{flex-direction:column;align-items:center;gap:.65rem;width:100%}.LessonSchedule-module__8UNxGq__lessonSlotStack{width:100%}.LessonSchedule-module__8UNxGq__lessonInfo{text-align:center;align-items:center}.LessonSchedule-module__8UNxGq__lessonMeta{justify-content:center}.LessonSchedule-module__8UNxGq__lessonIndex{min-width:2rem;height:2rem}.LessonSchedule-module__8UNxGq__timePill{align-self:center;width:fit-content}}
