body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{background:#fffc;left:0;padding:18px 0;position:fixed;top:0;transition:background-color .35s ease,padding .35s ease,box-shadow .35s ease,-webkit-backdrop-filter .35s ease;transition:background-color .35s ease,padding .35s ease,box-shadow .35s ease,backdrop-filter .35s ease;transition:background-color .35s ease,padding .35s ease,box-shadow .35s ease,backdrop-filter .35s ease,-webkit-backdrop-filter .35s ease;width:100%;z-index:1000}.navbar-scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000e0;box-shadow:0 10px 28px #0000002e;padding:12px 0}.navbar-container{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:0 auto;padding:0 20px;position:relative;width:min(100%,1240px)}.navbar-logo{align-items:center;color:#fff;display:inline-flex;flex-shrink:0;font-size:2rem;font-weight:700;line-height:1;text-decoration:none}.logo-e{color:#2d8cff;font-size:2.1rem;height:65px;width:250px}.navbar-menu{align-items:center;display:flex;gap:28px}.navbar-link{color:#2c3b68;font-size:.98rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.navbar-link:after{background:#2bb673;bottom:-6px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.navbar-link--active,.navbar-link:hover{color:#2bb673}.navbar-link--active:after,.navbar-link:hover:after{transform:scaleX(1)}.navbar-right{align-items:center;display:flex;flex-shrink:0;gap:10px}.icon-btn{align-items:center;background:#0000;border:1px solid #ffffff24;border-radius:50%;cursor:pointer;display:inline-flex;height:40px;justify-content:center;transition:background-color .3s ease,border-color .3s ease,transform .3s ease;width:40px}.icon-btn:hover{background:#ffffff14;border-color:#ffffff47;transform:translateY(-1px)}.icon{color:#fff;font-size:1rem;line-height:1}.menu-toggle{background:#0000;border:1px solid #ffffff24;border-radius:10px;cursor:pointer;display:none;height:44px;padding:0;position:relative;width:44px}.menu-toggle span{background:#fff;height:2px;left:11px;position:absolute;transition:transform .3s ease,opacity .3s ease,top .3s ease;width:20px}.menu-toggle span:first-child{top:14px}.menu-toggle span:nth-child(2){top:21px}.menu-toggle span:nth-child(3){top:28px}.menu-toggle.is-open span:first-child{top:21px;transform:rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){top:21px;transform:rotate(-45deg)}.navbar-backdrop{display:none}@media (max-width:991px){.menu-toggle{display:inline-flex}.navbar-menu{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#070d1cf7;box-shadow:-14px 0 34px #0003;display:flex;flex-direction:column;gap:18px;height:100vh;padding:95px 24px 24px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .35s ease;width:min(82vw,340px);z-index:1002}.navbar-menu.active{transform:translateX(0)}.navbar-link{font-size:1.05rem}.navbar-backdrop{background:#00000061;border:none;cursor:pointer;display:block;inset:0;margin:0;padding:0;position:fixed;z-index:1001}}@media (max-width:575px){.navbar{padding:14px 0}.navbar-scrolled{padding:10px 0}.navbar-container{padding:0 14px}.navbar-logo{font-size:1.75rem}.logo-e{font-size:1.85rem}.icon-btn{height:36px;width:36px}.menu-toggle{height:40px;width:40px}}.about-features{background:#f8f8fb;font-family:Poppins,sans-serif}.about-features__grid{display:flex;flex-wrap:wrap;width:min(100%,100%)}.about-features__card{background:#fbfbfd;border-right:1px solid #16357a14;border-top:1px solid #16357a0f;flex:1 1 33.333%;min-width:280px;padding:68px 66px 52px}.about-features__card:last-child{border-right:none}.about-features__title{color:#16357a;font-size:clamp(1.5rem,2vw,2rem);font-weight:700;line-height:1.25;margin:0 0 18px}.about-features__description{color:#7b808c;font-size:1.08rem;line-height:1.8;margin:0 0 34px;max-width:420px}.about-features__button{align-items:center;display:inline-flex;gap:12px;min-height:62px;overflow:hidden;padding:0 22px 0 0;position:relative;text-decoration:none}.about-features__button-circle{background:#d8efe5;border-radius:999px;height:62px;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:width .45s ease,border-radius .45s ease,background-color .45s ease;width:62px;z-index:1}.about-features__button-arrow,.about-features__button-text{color:#16357a;font-size:1.05rem;font-weight:600;position:relative;transition:color .35s ease;z-index:2}.about-features__button-text{padding-left:26px}.about-features__button-arrow{font-size:1.45rem;line-height:1}.about-features__button:hover .about-features__button-circle{background:#30c97d;border-radius:999px;width:100%}.about-features__button:hover .about-features__button-arrow,.about-features__button:hover .about-features__button-text{color:#fff}@media (max-width:1199px){.about-features__card{padding:56px 38px 44px}}@media (max-width:991px){.about-features__card{flex:1 1 50%}}@media (max-width:767px){.about-features__grid{flex-direction:column}.about-features__card{border-bottom:1px solid #16357a14;border-right:none;flex:1 1 100%;padding:42px 24px 36px;width:100%}.about-features__card:last-child{border-bottom:none}.about-features__description{font-size:1rem;line-height:1.7;max-width:100%}.about-features__button{min-height:58px}.about-features__button-circle{height:58px;width:58px}.about-features__button-text{font-size:1rem;padding-left:22px}.about-features__button-arrow{font-size:1.3rem}}@media (max-width:420px){.about-features__card{padding:36px 18px 30px}.about-features__title{font-size:1.35rem}}.about-hero{align-items:center;background:linear-gradient(90deg,#eaf6f3,#f8ecee);display:flex;font-family:Poppins,sans-serif;justify-content:center;min-height:430px;overflow:hidden;padding:120px 20px 90px;position:relative}.about-hero__inner{position:relative;text-align:center;z-index:2}.about-hero__title{color:#16357a;font-size:clamp(2.4rem,5vw,4rem);font-weight:700;line-height:1.1;margin:0 0 28px}.about-hero__breadcrumb{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff8c;border-radius:14px;box-shadow:0 10px 30px #1428500d;display:inline-flex;font-size:1.1rem;gap:10px;padding:18px 26px}.about-hero__breadcrumb a{color:#2bb673;font-weight:500;text-decoration:none}.about-hero__breadcrumb span{color:#16357a}.about-hero__shape{pointer-events:none;position:absolute}.about-hero__shape--dots{background-image:radial-gradient(#7bd9d5 2px,#0000 0);background-size:16px 16px;height:170px;left:70px;opacity:.45;top:-10px;width:170px}.about-hero__shape--lines{background:repeating-linear-gradient(180deg,#0000 0 16px,#f0aeb9 16px 19px);bottom:0;clip-path:polygon(20% 100%,80% 100%,100% 0,0 0);height:170px;opacity:.35;right:120px;width:360px}@media (max-width:991px){.about-hero{min-height:360px;padding:110px 20px 70px}.about-hero__shape--lines{height:130px;right:30px;width:260px}.about-hero__shape--dots{height:120px;left:20px;width:120px}}@media (max-width:575px){.about-hero{min-height:300px;padding:95px 16px 56px}.about-hero__breadcrumb{border-radius:12px;font-size:.96rem;padding:14px 18px}.about-hero__shape--lines{height:90px;opacity:.22;right:10px;width:180px}.about-hero__shape--dots{height:90px;left:10px;opacity:.28;width:90px}}.about-skills{background:#f7f7f8;font-family:Poppins,sans-serif;overflow:hidden;padding:90px 20px}.about-skills__container{align-items:center;display:flex;gap:60px;justify-content:space-between;margin:0 auto;width:min(100%,1320px)}.about-skills__media{align-items:flex-end;display:flex;flex:1 1 48%;justify-content:center;min-height:640px;min-width:0;position:relative}.about-skills__image{display:block;height:auto;object-fit:contain;position:relative;width:min(100%,560px);z-index:2}.about-skills__shape{pointer-events:none;position:absolute}.about-skills__shape--green{background:#39c987;border-radius:36px;bottom:36px;height:180px;left:0;transform:rotate(45deg);width:180px;z-index:1}.about-skills__shape--outline{border-color:#ff7f5f #ff7f5f #b8b5c7 #b8b5c7;border-radius:32px;border-style:solid;border-width:4px;height:150px;right:30px;top:90px;width:150px;z-index:1}.about-skills__content{flex:1 1 52%;max-width:760px;min-width:0}.about-skills__title{color:#1f3477;font-size:clamp(2.2rem,2.6vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.16;margin:0 0 26px}.about-skills__title span{color:#2ec47d;text-decoration:underline;text-decoration-thickness:4px;text-underline-offset:6px}.about-skills__description{color:#7a7f8d;font-size:1.08rem;line-height:1.9;margin:0 0 28px}.about-skills__highlight{color:#6f7481;font-size:1rem;font-weight:600;line-height:1.8;margin:0 0 36px}.about-skills__button{align-items:center;background:#30c97d;border:none;border-radius:999px;box-shadow:0 14px 30px #30c97d38;color:#fff;cursor:pointer;display:inline-flex;font-size:1.08rem;font-weight:600;height:60px;isolation:isolate;justify-content:center;min-width:196px;overflow:hidden;padding:0 28px;position:relative;transition:transform .3s ease,box-shadow .35s ease}.about-skills__button-fill{background:linear-gradient(180deg,#1f3477,#12265d);border-radius:inherit;inset:0;position:absolute;transform:translateY(-102%);transition:transform .45s ease;z-index:1}.about-skills__button-text{position:relative;z-index:2}.about-skills__button:hover .about-skills__button-fill{transform:translateY(0)}.about-skills__button:hover{box-shadow:0 18px 34px #1f347738;transform:translateY(-2px)}@media (max-width:1199px){.about-skills__container{gap:40px}.about-skills__media{min-height:560px}.about-skills__shape--green{height:145px;left:18px;width:145px}.about-skills__shape--outline{height:120px;right:20px;width:120px}}@media (max-width:991px){.about-skills{padding:72px 20px}.about-skills__container{align-items:center;flex-direction:column;gap:28px}.about-skills__content,.about-skills__media{flex:1 1 100%;max-width:100%;width:100%}.about-skills__media{min-height:auto;padding-top:20px}.about-skills__image{margin:0 auto;width:min(100%,470px)}.about-skills__shape--green{border-radius:26px;bottom:28px;height:120px;left:8%;width:120px}.about-skills__shape--outline{border-radius:26px;height:110px;right:14%;top:30px;width:110px}.about-skills__content{text-align:center}.about-skills__description,.about-skills__highlight{margin-left:auto;margin-right:auto;max-width:760px}}@media (max-width:767px){.about-skills{padding:58px 16px}.about-skills__title{line-height:1.2}.about-skills__description{font-size:1rem;line-height:1.8}.about-skills__highlight{font-size:.98rem;line-height:1.75;margin-bottom:28px}.about-skills__button{font-size:1rem;height:56px;min-width:180px}}@media (max-width:575px){.about-skills__media{padding-top:8px}.about-skills__image{width:min(100%,360px)}.about-skills__shape--green{border-radius:18px;bottom:18px;height:90px;left:6%;width:90px}.about-skills__shape--outline{border-radius:20px;border-width:3px;height:84px;right:10%;top:18px;width:84px}.about-skills__content,.about-skills__description,.about-skills__highlight{text-align:left}.about-skills__button{max-width:220px;width:100%}}@media (max-width:380px){.about-skills__title{font-size:2rem}.about-skills__description{font-size:.95rem}.about-skills__highlight{font-size:.94rem}}.achievements-section{background:#f8f8f8;font-family:Poppins,sans-serif;padding:88px 20px}.achievements-section__container{margin:0 auto;width:min(100%,1240px)}.achievements-section__header{margin-bottom:50px}.achievements-section__eyebrow{align-items:center;color:#2ec47d;display:inline-flex;font-size:.95rem;font-weight:600;gap:14px;letter-spacing:.12em;text-transform:uppercase}.achievements-section__eyebrow:after{background:#2ec47d;content:"";height:1.5px;opacity:.8;width:150px}.achievements-section__title{color:#18357a;font-size:clamp(2rem,2.6vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.12;margin:10px 0 0}.achievements-section__title span{color:#2ec47d;text-decoration:underline;text-decoration-thickness:4px;text-underline-offset:5px}.achievements-section__grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,minmax(0,1fr))}.achievements-section__card{background:#fff;border:1px solid #18357a14;box-shadow:0 12px 30px #1927440a;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.achievements-section__card:hover{border-color:#2ec47d2e;box-shadow:0 22px 44px #19274417;transform:translateY(-8px)}.achievements-section__card-inner{align-items:center;display:flex;gap:22px;min-height:134px;padding:30px}.achievements-section__icon-wrap{align-items:center;display:flex;flex:0 0 auto;justify-content:center}.achievements-section__icon{height:54px;width:54px}.achievements-section__icon--blue{color:#4d5eff}.achievements-section__icon--orange{color:#f57222}.achievements-section__icon--green{color:#2ec47d}.achievements-section__icon--pink{color:#c81d67}.achievements-section__content{min-width:0}.achievements-section__number{color:#18357a;font-size:clamp(2rem,3vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1;margin:0 0 4px}.achievements-section__label{color:#7d8392;font-size:1rem;line-height:1.5;margin:0}@media (max-width:1200px){.achievements-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.achievements-section{padding:70px 16px}.achievements-section__header{margin-bottom:34px}.achievements-section__eyebrow:after{width:90px}.achievements-section__grid{gap:18px;grid-template-columns:1fr}.achievements-section__card-inner{gap:18px;min-height:112px;padding:24px 22px}.achievements-section__icon{height:46px;width:46px}.achievements-section__label{font-size:.96rem}}@media (max-width:480px){.achievements-section__card-inner{padding:20px 18px}.achievements-section__icon{height:40px;width:40px}.achievements-section__number{font-size:2.1rem}}.expert-instructors{background:#f8f8f8;font-family:Poppins,sans-serif;padding:90px 20px}.expert-instructors__container{margin:0 auto;width:min(100%,1240px)}.expert-instructors__header{margin-bottom:42px}.expert-instructors__eyebrow{align-items:center;color:#2ec47d;display:inline-flex;font-size:.94rem;font-weight:600;gap:14px;letter-spacing:.12em;text-transform:uppercase}.expert-instructors__eyebrow:after{background:#2ec47d;content:"";height:1.5px;opacity:.8;width:120px}.expert-instructors__title{color:#18357a;font-size:clamp(2.1rem,2.6vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.12;margin:10px 0 0}.expert-instructors__title span{color:#2ec47d;text-decoration:underline;text-decoration-thickness:4px;text-underline-offset:5px}.expert-instructors__grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,minmax(0,1fr))}.expert-instructors__card{background:#fff;box-shadow:0 12px 30px #1a27440a;overflow:hidden;transition:box-shadow .35s ease}.expert-instructors__card:hover{box-shadow:0 22px 44px #1a27441a}.expert-instructors__image-wrap{background:#e9e9e9;overflow:hidden;position:relative}.expert-instructors__image{display:block;height:320px;object-fit:cover;width:100%}.expert-instructors__image-shadow{background:linear-gradient(0deg,#00000057 0,#0000002e 24%,#00000014 45%,#0000 72%);inset:0;opacity:1;pointer-events:none;position:absolute;transform:translateY(0);transition:transform .65s cubic-bezier(.22,1,.36,1),opacity .65s cubic-bezier(.22,1,.36,1);will-change:transform,opacity;z-index:1}.expert-instructors__card:hover .expert-instructors__image-shadow{opacity:0;transform:translateY(-100%)}.expert-instructors__socials{align-items:center;background:#34c97f;border-bottom-left-radius:26px;border-bottom-right-radius:26px;display:flex;flex-direction:column;gap:14px;padding:18px 4px 22px;position:absolute;right:12px;top:0;z-index:3}.expert-instructors__social-link{align-items:center;color:#fff;display:inline-flex;height:34px;justify-content:center;position:relative;text-decoration:none;transition:transform .35s ease,color .35s ease;width:34px}.expert-instructors__social-border{border:1.5px solid #fff0;inset:2px;opacity:0;position:absolute;transform:rotate(0deg) scale(.72);transition:transform .35s ease,opacity .35s ease,border-color .35s ease}.expert-instructors__social-icon{height:18px;transition:transform .35s ease;width:18px}.expert-instructors__social-link:hover{transform:rotate(-12deg)}.expert-instructors__social-link:hover .expert-instructors__social-icon{transform:rotate(-12deg) scale(1.06)}.expert-instructors__social-link:hover .expert-instructors__social-border{border-color:#ffffffe6;opacity:1;transform:rotate(-12deg) scale(1)}.expert-instructors__content{padding:22px 20px 18px;text-align:center}.expert-instructors__name{color:#2ec47d;font-size:1.1rem;font-weight:700;line-height:1.35;margin:0}.expert-instructors__separator{align-items:center;display:flex;justify-content:center;margin:10px 0 12px}.expert-instructors__separator span{background:#2ec47d99;display:inline-block;height:1.5px;position:relative;width:58px}.expert-instructors__separator span:before{background:#2ec47d;border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.expert-instructors__role{color:#7f8491;font-size:.98rem;line-height:1.6;margin:0 0 18px}.expert-instructors__meta{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding-top:4px}.expert-instructors__meta-item{align-items:center;color:#2ec47d;display:inline-flex;font-size:.98rem;gap:8px}.expert-instructors__meta-icon{color:#2ec47d;flex:0 0 auto;height:18px;width:18px}.expert-instructors__meta-item a{color:#18357a;text-decoration:underline;text-underline-offset:2px}@media (max-width:1200px){.expert-instructors__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expert-instructors__image{height:420px}}@media (max-width:767px){.expert-instructors{padding:70px 16px}.expert-instructors__header{margin-bottom:30px}.expert-instructors__eyebrow:after{width:70px}.expert-instructors__grid{gap:20px;grid-template-columns:1fr}.expert-instructors__image{height:360px}.expert-instructors__content{padding:20px 16px 18px}.expert-instructors__meta{justify-content:center}}@media (max-width:480px){.expert-instructors__image{height:320px}.expert-instructors__socials{gap:10px;padding:14px 10px;right:10px}.expert-instructors__social-link{height:30px;width:30px}.expert-instructors__social-icon{height:16px;width:16px}}.faq-section{background:#f8f8f8;font-family:Poppins,sans-serif;overflow:hidden;padding:90px 20px}.faq-section__container{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);margin:0 auto;width:min(100%,1240px)}.faq-section__header{margin-bottom:34px}.faq-section__eyebrow{align-items:center;color:#2ec47d;display:inline-flex;font-size:.92rem;font-weight:600;gap:14px;letter-spacing:.12em;text-transform:uppercase}.faq-section__eyebrow:after{background:#2ec47d;content:"";height:1.5px;opacity:.85;width:130px}.faq-section__title{color:#18357a;font-size:clamp(2rem,2.8vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.12;margin:10px 0 0}.faq-section__title span{color:#2ec47d;text-decoration:underline;text-decoration-thickness:4px;text-underline-offset:5px}.faq-section__accordion{display:flex;flex-direction:column;gap:20px}.faq-section__item{background:#fff;border:1px solid #18357a14;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease;will-change:transform}.faq-section__item--open{border-color:#2ec47d29;box-shadow:0 16px 34px #18357a14;transform:translateY(10px)}.faq-section__trigger{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;gap:16px;justify-content:space-between;padding:24px 20px;text-align:left;width:100%}.faq-section__question{color:#18357a;font-size:1rem;font-weight:600;line-height:1.5}.faq-section__icon-wrap{align-items:center;color:#18357a;display:inline-flex;flex:0 0 auto;height:32px;justify-content:center;transition:transform .35s ease,color .35s ease;width:32px}.faq-section__item--open .faq-section__icon-wrap{color:#2459d3;transform:rotate(180deg)}.faq-section__icon{height:20px;width:20px}.faq-section__panel{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-12px);transition:grid-template-rows .45s ease,opacity .35s ease,transform .45s ease}.faq-section__panel--open{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.faq-section__panel-inner{overflow:hidden}.faq-section__answer{color:#202020;font-size:.98rem;line-height:1.85;margin:0;max-width:92%;padding:0 20px 20px}.faq-section__image-ring,.faq-section__media{align-items:center;display:flex;justify-content:center}.faq-section__image-ring{aspect-ratio:1/1;background:#d8f2ed;border:6px solid #38c3b1;border-radius:50%;overflow:hidden;position:relative;width:min(100%,560px)}.faq-section__image-pattern{background:repeating-radial-gradient(circle at center,#38c3b1d9 0 18px,#38c3b1a6 18px 34px);inset:0;opacity:.9;position:absolute}.faq-section__image{display:block;height:auto;object-fit:contain;position:relative;width:84%;z-index:2}@media (max-width:1100px){.faq-section__container{gap:40px;grid-template-columns:1fr}.faq-section__media{order:2}.faq-section__content{order:1}}@media (max-width:767px){.faq-section{padding:70px 16px}.faq-section__header{margin-bottom:28px}.faq-section__eyebrow:after{width:70px}.faq-section__accordion{gap:14px}.faq-section__trigger{padding:20px 16px}.faq-section__question{font-size:.98rem}.faq-section__answer{font-size:.95rem;line-height:1.75;max-width:100%;padding:0 16px 18px}.faq-section__image-ring{border-width:5px;width:min(100%,420px)}}@media (max-width:480px){.faq-section__title{font-size:2rem}.faq-section__trigger{padding:18px 14px}.faq-section__question{font-size:.94rem}.faq-section__icon-wrap{height:28px;width:28px}.faq-section__icon{height:18px;width:18px}.faq-section__image-ring{border-width:4px;width:min(100%,320px)}}.trusted-companies{background:#f8f8f8;font-family:Poppins,sans-serif;overflow:hidden;padding:80px 20px}.trusted-companies__container{margin:0 auto;width:min(100%,1240px)}.trusted-companies__badge{background:#dff1e8;border-radius:999px;color:#2ec47d;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:600;line-height:1.3;margin:0 auto 54px;padding:18px 28px;text-align:center;width:min(100%,880px)}.trusted-companies__slider{overflow:hidden;position:relative;width:100%}.trusted-companies__track{align-items:center;display:flex;opacity:0;transform:translateZ(0);visibility:hidden;width:max-content;will-change:transform}.trusted-companies__track--ready{animation:trustedCompaniesScroll 22s linear infinite;opacity:1;visibility:visible}.trusted-companies__slider:hover .trusted-companies__track--ready{animation-play-state:paused}.trusted-companies__item{align-items:center;display:flex;flex:0 0 auto;justify-content:center;margin-right:42px;width:220px}.trusted-companies__logo{-webkit-user-drag:none;display:block;filter:grayscale(100%);height:90px;max-width:180px;object-fit:contain;opacity:.9;transition:transform .35s ease,filter .35s ease,opacity .35s ease;-webkit-user-select:none;user-select:none;width:100%}.trusted-companies__item:hover .trusted-companies__logo{filter:grayscale(0);opacity:1;transform:scale(1.05)}@keyframes trustedCompaniesScroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (max-width:991px){.trusted-companies{padding:70px 16px}.trusted-companies__badge{margin-bottom:42px;padding:16px 20px}.trusted-companies__item{margin-right:30px;width:180px}.trusted-companies__logo{height:80px;max-width:150px}}@media (max-width:575px){.trusted-companies{padding:56px 14px}.trusted-companies__badge{border-radius:24px;margin-bottom:34px;padding:14px 16px}.trusted-companies__item{margin-right:22px;width:150px}.trusted-companies__logo{height:64px;max-width:120px}}.why-choose{background:#f8f8f8;font-family:Poppins,sans-serif;padding:90px 20px}.why-choose__container{margin:0 auto;width:min(100%,1240px)}.why-choose__header{margin-bottom:48px}.why-choose__eyebrow{align-items:center;color:#2ec47d;display:inline-flex;font-size:.9rem;font-weight:600;gap:14px;letter-spacing:.12em;text-transform:uppercase}.why-choose__eyebrow:after{background:#2ec47d;content:"";height:1.5px;opacity:.8;width:120px}.why-choose__title{color:#18357a;font-size:clamp(2rem,2.6vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:10px 0 0}.why-choose__title span{color:#2ec47d;text-decoration:underline;text-decoration-thickness:4px;text-underline-offset:5px}.why-choose__grid{grid-gap:38px 28px;display:grid;gap:38px 28px;grid-template-columns:repeat(3,minmax(0,1fr))}.why-choose__card{align-items:flex-start;background:#fff;border:1px solid #18357a17;border-radius:16px;display:flex;gap:20px;padding:42px 40px 38px;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;will-change:transform}.why-choose__card:hover{border-color:#2ec47d2e;box-shadow:0 20px 45px #13285f1a;transform:translateY(-10px)}.why-choose__icon-wrap{align-items:center;border-radius:50%;display:inline-flex;flex:0 0 66px;height:66px;justify-content:center;width:66px}.why-choose__icon-wrap--mint{background:#d8efe5}.why-choose__icon-wrap--cream{background:#f5eadf}.why-choose__icon{color:#8c8895;height:30px;width:30px}.why-choose__content{min-width:0}.why-choose__card-title{color:#18357a;font-size:clamp(1.35rem,2vw,1.6rem);font-weight:700;line-height:1.35;margin:2px 0 24px}.why-choose__card-text{color:#7f8491;font-size:1.02rem;line-height:1.75;margin:0}@media (max-width:1100px){.why-choose__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-choose__card{padding:36px 30px 34px}}@media (max-width:767px){.why-choose{padding:70px 16px}.why-choose__header{margin-bottom:34px}.why-choose__eyebrow:after{width:70px}.why-choose__grid{gap:20px;grid-template-columns:1fr}.why-choose__card{border-radius:14px;gap:16px;padding:28px 22px}.why-choose__icon-wrap{flex-basis:58px;height:58px;width:58px}.why-choose__icon{height:26px;width:26px}.why-choose__card-title{margin-bottom:14px}}@media (max-width:480px){.why-choose__card{align-items:flex-start;flex-direction:row}.why-choose__card-text{font-size:.97rem;line-height:1.7}}.event-hero{align-items:center;background:linear-gradient(90deg,#eaf6f3,#f8ecee);display:flex;font-family:Poppins,sans-serif;justify-content:center;min-height:430px;overflow:hidden;padding:120px 20px 90px;position:relative}.event-hero__inner{position:relative;text-align:center;z-index:2}.event-hero__title{color:#16357a;font-size:clamp(2.4rem,3.8vw,3rem);font-weight:700;line-height:1.1;margin:0 0 28px}.event-hero__breadcrumb{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff8c;border-radius:14px;box-shadow:0 10px 30px #1428500d;display:inline-flex;font-size:1.1rem;gap:10px;padding:18px 26px}.event-hero__breadcrumb a{color:#2bb673;font-weight:500;text-decoration:none}.event-hero__breadcrumb span{color:#16357a}.event-hero__shape{pointer-events:none;position:absolute}.event-hero__shape--dots{background-image:radial-gradient(#7bd9d5 2px,#0000 0);background-size:16px 16px;height:170px;left:70px;opacity:.45;top:-10px;width:170px}.event-hero__shape--lines{background:repeating-linear-gradient(180deg,#0000 0 16px,#f0aeb9 16px 19px);bottom:0;clip-path:polygon(20% 100%,80% 100%,100% 0,0 0);height:170px;opacity:.35;right:120px;width:360px}@media (max-width:991px){.event-hero{min-height:360px;padding:110px 20px 70px}.event-hero__shape--lines{height:130px;right:30px;width:260px}.event-hero__shape--dots{height:120px;left:20px;width:120px}}@media (max-width:575px){.event-hero{min-height:300px;padding:95px 16px 56px}.event-hero__breadcrumb{border-radius:12px;font-size:.96rem;padding:14px 18px}.event-hero__shape--lines{height:90px;opacity:.22;right:10px;width:180px}.event-hero__shape--dots{height:90px;left:10px;opacity:.28;width:90px}}.single-event{background:#f8f8f8;font-family:Poppins,sans-serif;padding:90px 20px}.single-event__container{margin:0 auto;width:min(100%,1240px)}.single-event__layout{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:minmax(0,1.45fr) minmax(320px,.7fr)}.single-event__main{min-width:0}.single-event__image-wrap{background:#e9e9e9;border-radius:8px;overflow:hidden}.single-event__image{display:block;height:480px;object-fit:cover;width:100%}.single-event__title{color:#18357a;font-size:clamp(2rem,2.8vw,2rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:22px 0 14px}.single-event__meta{display:flex;flex-wrap:wrap;gap:18px 24px;margin-bottom:22px}.single-event__meta-item{align-items:center;color:#1d273b;display:inline-flex;font-size:.8rem;font-weight:500;gap:8px}.single-event__meta-icon{color:#2ec47d;flex:0 0 auto;height:17px;width:17px}.single-event__intro{color:#7c8290;font-size:1rem;line-height:1.9;margin:0 0 18px}.single-event__section-title{color:#18357a;font-size:clamp(2rem,2.8vw,2rem);font-weight:700;line-height:1.2;margin:0 0 14px}.single-event__description p{color:#7c8290;font-size:1rem;line-height:1.9;margin:0 0 16px}.single-event__sidebar{position:sticky;top:110px}.single-event__card{background:#fff;border:1px solid #18357a14;border-radius:6px;box-shadow:0 12px 32px #1927440a;padding:30px}.single-event__card-title{color:#18357a;font-size:1.6rem;font-weight:700;line-height:1.2;margin:0 0 24px}.single-event__info-list{display:flex;flex-direction:column}.single-event__info-item{align-items:flex-start;border-bottom:1px solid #18357a1a;display:flex;gap:14px;padding:20px 0;transition:transform .35s ease,background-color .35s ease,padding-left .35s ease}.single-event__info-item:last-child{border-bottom:none}.single-event__info-item:hover{background:linear-gradient(90deg,#2ec47d0f,#2ec47d00);padding-left:6px;transform:translateX(6px)}.single-event__info-icon-wrap{align-items:center;background:#2ec47d;border-radius:50%;display:inline-flex;flex:0 0 auto;height:38px;justify-content:center;margin-top:2px;transition:transform .35s ease,box-shadow .35s ease,background-color .35s ease;width:38px}.single-event__info-item:hover .single-event__info-icon-wrap{background:#24b86f;box-shadow:0 10px 22px #2ec47d3d;transform:rotate(-10deg) translateX(-4px)}.single-event__info-icon{color:#fff;height:18px;width:18px}.single-event__info-content h4{color:#18357a;font-size:1.05rem;font-weight:700;line-height:1.4;margin:0 0 4px}.single-event__info-content p{color:#7c8290;font-size:.98rem;line-height:1.7;margin:0}.single-event__button{align-items:center;background:#2ec47d;border:none;border-radius:999px;box-shadow:0 14px 28px #2ec47d33;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;height:58px;isolation:isolate;justify-content:center;margin-top:26px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .35s ease;width:100%}.single-event__button-fill{background:linear-gradient(180deg,#1f3477,#12265d);border-radius:inherit;inset:0;position:absolute;transform:translateY(-102%);transition:transform .45s ease;z-index:1}.single-event__button-text{position:relative;z-index:2}.single-event__button:hover .single-event__button-fill{transform:translateY(0)}.single-event__button:hover{box-shadow:0 18px 34px #2459d33d;transform:translateY(-2px)}@media (max-width:1100px){.single-event__layout{grid-template-columns:1fr}.single-event__sidebar{position:static}}@media (max-width:767px){.single-event{padding:70px 16px}.single-event__layout{gap:24px}.single-event__card{padding:24px 18px}.single-event__image{height:320px}.single-event__meta{gap:12px 18px}.single-event__title{margin-top:18px}.single-event__card-title{font-size:1.45rem}.single-event__info-item{padding:18px 0}}@media (max-width:480px){.single-event__image{height:250px}.single-event__meta{align-items:flex-start;flex-direction:column}.single-event__info-content h4{font-size:1rem}.single-event__description p,.single-event__info-content p,.single-event__intro{font-size:.95rem;line-height:1.75}.single-event__button{font-size:.95rem;height:54px}}.hero-slider{background:#000;font-family:Poppins,sans-serif;height:90vh;max-height:920px;min-height:540px;overflow:hidden;position:relative;width:100%}.hero-slider__slide{background-position:50%;background-repeat:no-repeat;background-size:cover;inset:0;position:absolute;will-change:opacity,transform}.hero-slider__overlay{background:linear-gradient(90deg,#0009,#0000006b 42%,#0000004d);inset:0;position:absolute}.hero-slider__inner{align-items:left;display:flex;inset:0;justify-content:left;padding:140px 24px 110px;position:absolute;z-index:2}.hero-slider__content{color:#fff;margin-left:40px;text-align:left;width:min(100%,780px)}.hero-slider__title{font-size:clamp(2.3rem,3.5vw,4rem);font-weight:700;letter-spacing:-.02em;line-height:1.08;margin:0}.hero-slider__title span{font-weight:500}.hero-slider__description{color:#ffffffe0;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.75;margin:20px 0 0;width:min(100%,640px)}.hero-slider__button{align-items:left;background:#2d8cff;border:none;border-radius:6px;box-shadow:0 12px 30px #2d8cff4d;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;justify-content:left;margin-top:30px;padding:14px 28px;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.hero-slider__button:hover{background:#1a6ed8;transform:translateY(-2px)}.hero-slider__dots{align-items:center;bottom:28px;display:flex;gap:12px;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.hero-slider__dot{background:#ffffff73;border:none;border-radius:999px;cursor:pointer;height:12px;padding:0;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease;width:12px}.hero-slider__dot--active{background:#fff;box-shadow:0 0 0 4px #ffffff29;transform:scale(1.22)}.hero-slider__dot:hover{background:#ffffffd9}.hero-slider__button:focus-visible,.hero-slider__dot:focus-visible{outline:2px solid #fff;outline-offset:3px}@media (max-width:1199px){.hero-slider{height:86vh}.hero-slider__inner{padding-bottom:100px;padding-top:130px}}@media (max-width:991px){.hero-slider{height:80vh;min-height:500px}.hero-slider__inner{padding:120px 22px 90px}.hero-slider__content{width:min(100%,700px)}.hero-slider__description{line-height:1.7}}@media (max-width:767px){.hero-slider{height:74vh;min-height:460px}.hero-slider__slide{background-position:58%}.hero-slider__inner{padding:110px 18px 86px}.hero-slider__title{line-height:1.12}.hero-slider__description{font-size:.98rem;margin-top:16px}.hero-slider__button{font-size:.95rem;margin-top:24px;padding:13px 22px}}@media (max-width:575px){.hero-slider{height:68vh;min-height:420px}.hero-slider__slide{background-position:62%}.hero-slider__inner{padding:100px 16px 82px}.hero-slider__content{width:100%}.hero-slider__title{font-size:clamp(1.9rem,8vw,2.6rem)}.hero-slider__description{font-size:.92rem;line-height:1.65}.hero-slider__button{font-size:.92rem;max-width:280px;padding:12px 20px;width:100%}.hero-slider__dots{bottom:20px;gap:10px}.hero-slider__dot{height:10px;width:10px}}.hero-wrapper{position:relative}.hero-wrapper__overlay{position:absolute;right:8%;top:50%;transform:translateY(-50%);z-index:10}@media (max-width:992px){.hero-wrapper__overlay{display:flex;justify-content:center;margin-top:-80px;padding:20px;position:static;transform:none}}@media (max-width:380px){.hero-slider{min-height:390px}.hero-slider__inner{padding-top:90px}.hero-slider__description{font-size:.88rem}}.events-section{background:#f8f9fb;font-family:Poppins,sans-serif;padding:80px 20px}.events-container{margin:auto;max-width:1200px}.events-header{margin-bottom:40px}.events-tag{color:#2bb673;font-size:12px;font-weight:600;letter-spacing:1px}.events-title{font-size:36px;font-weight:700;margin-top:10px}.events-title span{border-bottom:3px solid #2bb673;color:#2bb673}.events-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:2fr 1fr}.events-cards{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr 1fr}.events-card{background:#fff;border-radius:8px;box-shadow:0 5px 20px #0000000d;overflow:hidden;transition:.3s}.events-card:hover{transform:translateY(-5px)}.events-image{position:relative}.events-image img{display:block;height:220px;object-fit:cover;width:100%}.events-date{border-radius:4px;display:flex;left:15px;overflow:hidden;position:absolute;top:15px}.events-day{background:#1d2b53;font-weight:700}.events-day,.events-month{color:#fff;padding:8px 12px}.events-month{background:#2bb673}.events-card-body{padding:20px}.events-card-body h3{color:#1d2b53;font-size:18px;margin-bottom:10px}.events-meta{color:#666;display:flex;flex-wrap:wrap;font-size:13px;gap:15px;margin-bottom:10px}.events-card-body p{color:#777;font-size:14px}.events-side{gap:20px}.events-side,.events-side-card{display:flex;flex-direction:column}.events-side-card{background:#fff;border-radius:8px;box-shadow:0 5px 20px #0000000d;gap:15px;padding:20px}.events-side-card .events-date{position:static}.events-info h4{color:#1d2b53;font-size:16px;margin-bottom:8px}.events-info p{color:#777;font-size:13px}@media (max-width:992px){.events-cards,.events-grid{grid-template-columns:1fr}}@media (max-width:600px){.events-title{font-size:26px}}*{box-sizing:border-box}.mission{overflow:hidden;width:100%}.mission-container{display:grid;grid-template-columns:1fr 1fr;min-height:500px}.mission-video,.video-wrapper{height:100%;width:100%}.video-wrapper{min-height:300px;position:relative}.video-wrapper iframe{height:100%;inset:0;position:absolute;width:100%}.mission-content{background:#5a5a5a;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:70px 60px}.mission-content h2{color:#ffc107;font-size:42px;font-weight:700;margin-bottom:20px}.mission-content p{color:#e5e5e5;font-size:15px;line-height:1.8;margin-bottom:30px;max-width:600px}.mission-btn{background:#0000;border:2px solid #fff;border-radius:30px;color:#fff;cursor:pointer;padding:12px 28px;transition:all .3s ease;width:fit-content}.mission-btn:hover{background:#fff;color:#333}@media (max-width:992px){.mission-container{grid-template-columns:1fr}.mission-video{height:400px}.mission-content{align-items:center;padding:50px 30px;text-align:center}.mission-content p{max-width:100%}}@media (max-width:600px){.mission-video{height:250px}.mission-content{padding:40px 20px}.mission-content h2{font-size:28px}.mission-btn,.mission-content p{font-size:14px}.mission-btn{padding:10px 22px}}.blog-section{background:linear-gradient(90deg,#eaf4f0,#f3e9e9);font-family:Poppins,sans-serif;padding:80px 20px}.blog-container{margin:auto;max-width:1200px}.blog-header{margin-bottom:40px}.blog-tag{color:#2bb673;font-size:12px;font-weight:600;letter-spacing:2px}.blog-tag:after{background:#2bb673;content:"";display:inline-block;height:2px;margin-left:10px;width:60px}.blog-title{font-size:38px;font-weight:700;margin-top:10px}.blog-title span{border-bottom:3px solid #2bb673;color:#2bb673}.blog-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 2fr}.blog-left{display:flex;flex-direction:column;gap:20px}.blog-text-card{background:#f3f4f6;border-radius:8px;padding:30px}.blog-right{grid-gap:25px;display:grid;gap:25px;grid-template-columns:1fr 1fr}.blog-image-card{background:#f3f4f6;border-radius:8px;overflow:hidden}.blog-img{height:200px}.blog-img img{height:100%;object-fit:cover;width:100%}.blog-content{padding:20px}.blog-meta{color:#777;font-size:13px}.blog-meta span{color:#2bb673}.blog-content h3,.blog-text-card h3{color:#1d2b53;font-size:17px;margin:10px 0}.blog-btn{background:#cde5db;border:none;border-radius:50px;cursor:pointer;font-size:13px;margin-top:15px;padding:12px 18px}.blog-btn:hover{background:#2bb673;color:#fff}@media (max-width:992px){.blog-grid,.blog-right{grid-template-columns:1fr}}.preform{max-width:480px;position:relative;width:100%}.preform__box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000008c;border:2px solid #fff9;border-radius:12px;color:#fff;display:flex;flex-direction:column;gap:15px;padding:30px}.preform__box h2{font-size:26px;font-weight:700}.preform__subtitle{font-size:14px;margin-bottom:10px}.preform input,.preform select{border:none;border-radius:6px;font-size:14px;outline:none;padding:12px}.preform__captcha{align-items:center;display:flex;gap:10px}.preform__code{background:#000;border-radius:6px;font-weight:700;padding:10px}.preform__refresh{padding:10px 14px}.preform__refresh,.preform__submit{background:#2bb673;border:none;border-radius:6px;cursor:pointer}.preform__submit{font-weight:700;margin-top:10px;padding:14px}@media (max-width:600px){.preform__box{padding:20px}}.testimonials-section{background:#f8f8f8;font-family:Poppins,sans-serif;padding:72px 20px}.testimonials-section__container{margin-inline:auto;width:min(100%,1400px)}.testimonials-section__header{margin-bottom:56px;text-align:center}.testimonials-section__title{color:#555;font-size:clamp(2rem,4vw,3.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0}.testimonials-section__list{align-items:stretch;display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.testimonials-section__card{align-items:center;display:flex;flex:1 1 380px;flex-direction:column;max-width:520px}.testimonials-section__quote{color:#666;font-size:clamp(4rem,7vw,6rem);font-weight:700;line-height:.8;margin-bottom:24px}.testimonials-section__media{width:100%}.testimonials-section__video-wrapper{aspect-ratio:16/10;background:#000;overflow:hidden;position:relative;width:100%}.testimonials-section__video-wrapper iframe{border:0;display:block;height:100%;inset:0;position:absolute;width:100%}.testimonials-section__text{color:#111;font-size:clamp(1rem,1.2vw,1.08rem);line-height:1.9;margin:20px 0 0;text-align:left;width:100%}@media (max-width:1024px){.testimonials-section{padding:64px 18px}.testimonials-section__list{gap:28px}.testimonials-section__card{flex-basis:calc(50% - 28px);flex-grow:1;flex-shrink:1;max-width:none}}@media (max-width:768px){.testimonials-section{padding:56px 16px}.testimonials-section__header{margin-bottom:40px}.testimonials-section__list{flex-direction:column;gap:36px}.testimonials-section__card{flex:1 1 100%;max-width:100%;width:100%}.testimonials-section__quote{margin-bottom:18px}.testimonials-section__text{line-height:1.8;margin-top:18px}}@media (max-width:480px){.testimonials-section{padding:48px 14px}.testimonials-section__video-wrapper{aspect-ratio:16/11}.testimonials-section__text{font-size:.98rem;line-height:1.75}}.school-showcase{background:#f7f7f7}.school-curriculum{background:#f7f7f7;font-family:Poppins,sans-serif;padding:36px 20px 0;position:relative;z-index:2}.school-curriculum__container{align-items:center;display:flex;flex-direction:column;margin:0 auto;width:min(100%,1240px)}.school-curriculum__header{margin-bottom:22px;max-width:620px;text-align:center}.school-curriculum__title{color:#111;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:500;line-height:1.2;margin:0}.school-curriculum__divider{background:#b91c3b;display:inline-block;height:2px;margin:12px 0 10px;width:44px}.school-curriculum__text{color:#2f2f2f;font-size:.95rem;line-height:1.7;margin:0}.school-curriculum__grid{grid-gap:0;box-shadow:0 18px 44px #0d183014;display:grid;gap:0;grid-template-columns:repeat(4,1fr);position:relative;transform:translateY(34px);width:min(100%,1200px);z-index:3}.school-curriculum__item{aspect-ratio:1/1;background:#ddd;border:none;cursor:pointer;overflow:hidden;padding:0;position:relative}.school-curriculum__item:after{background:linear-gradient(180deg,#00000005,#0003);content:"";inset:0;opacity:0;position:absolute;transition:opacity .35s ease}.school-curriculum__image{display:block;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease;width:100%}.school-curriculum__zoom{align-items:center;background:#ffffffeb;border-radius:50%;box-shadow:0 10px 20px #0000001f;color:#173a7a;display:inline-flex;height:40px;justify-content:center;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%) scale(.8);transition:transform .35s ease,opacity .35s ease;width:40px;z-index:2}.school-curriculum__item:hover .school-curriculum__image{filter:brightness(.9);transform:scale(1.08)}.school-curriculum__item:hover:after{opacity:1}.school-curriculum__item:hover .school-curriculum__zoom{opacity:1;transform:translate(-50%,-50%) scale(1)}.school-lightbox{animation:schoolLightboxFade .35s ease;inset:0;position:fixed;z-index:9999}.school-lightbox__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#070c18db;inset:0;position:absolute}.school-lightbox__shell{display:flex;flex-direction:column;height:100%;position:relative;width:100%;z-index:2}.school-lightbox__topbar{align-items:center;display:flex;justify-content:flex-start;padding:14px 18px}.school-lightbox__icon-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff24;color:#fff;cursor:pointer;display:inline-flex;height:42px;justify-content:center;transition:transform .3s ease,background-color .3s ease,border-color .3s ease;width:42px}.school-lightbox__icon-btn:hover{background:#ffffff1a;border-color:#ffffff38;transform:scale(1.06)}.school-lightbox__content{grid-gap:24px;align-items:center;display:grid;flex:1 1;gap:24px;grid-template-columns:minmax(0,1fr) 140px;padding:10px 26px 26px}.school-lightbox__stage{height:100%;min-width:0;position:relative}.school-lightbox__image-wrap,.school-lightbox__stage{align-items:center;display:flex;justify-content:center}.school-lightbox__image-wrap{animation:schoolLightboxImageIn .35s ease;max-height:calc(100vh - 130px);width:min(100%,920px)}.school-lightbox__image{box-shadow:0 18px 44px #00000057;display:block;max-height:calc(100vh - 130px);max-width:100%;object-fit:contain}.school-lightbox__nav{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff17;border:none;border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;height:52px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s ease,background-color .3s ease;width:52px}.school-lightbox__nav:hover{background:#ffffff29;transform:translateY(-50%) scale(1.06)}.school-lightbox__nav--prev{left:12px}.school-lightbox__nav--next{right:12px}.school-lightbox__sidebar{align-items:center;display:flex;height:100%;justify-content:center}.school-lightbox__thumbs{display:flex;flex-direction:column;gap:14px;max-height:calc(100vh - 150px);overflow-y:auto;padding-right:4px}.school-lightbox__thumb{background:#0000;border:2px solid #0000;cursor:pointer;height:120px;overflow:hidden;padding:0;position:relative;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;width:120px}.school-lightbox__thumb:hover{border-color:#ffffff4d;transform:translateX(-4px)}.school-lightbox__thumb--active{border-color:#b91c3b;box-shadow:0 0 0 3px #b91c3b38}.school-lightbox__thumb-image{display:block;height:100%;object-fit:cover;width:100%}.school-lightbox__counter{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border-radius:999px;bottom:18px;color:#fff;font-size:.92rem;left:50%;letter-spacing:.04em;padding:8px 14px;position:absolute;transform:translateX(-50%);z-index:3}@keyframes schoolLightboxFade{0%{opacity:0}to{opacity:1}}@keyframes schoolLightboxImageIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@media (max-width:991px){.school-lightbox__content{grid-template-columns:1fr;grid-template-rows:1fr auto;padding:10px 18px 22px}.school-lightbox__sidebar{height:auto}.school-lightbox__thumbs{flex-direction:row;max-height:none;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:4px}.school-lightbox__thumb{flex:0 0 auto;height:90px;width:90px}.school-lightbox__image,.school-lightbox__image-wrap{max-height:calc(100vh - 240px)}}@media (max-width:767px){.school-curriculum{padding:28px 16px 0}.school-curriculum__grid{transform:translateY(26px);width:min(100%,360px)}.school-curriculum__text{font-size:.92rem}.school-lightbox__nav{height:44px;width:44px}.school-lightbox__nav--prev{left:6px}.school-lightbox__nav--next{right:6px}}@media (max-width:480px){.school-curriculum__grid{grid-template-columns:repeat(2,1fr);width:100%}.school-lightbox__content{gap:14px;padding:8px 12px 18px}.school-lightbox__thumb{height:76px;width:76px}.school-lightbox__image,.school-lightbox__image-wrap{max-height:calc(100vh - 220px)}.school-lightbox__counter{bottom:12px;font-size:.84rem}}.school-hero{align-items:center;background:linear-gradient(90deg,#eaf6f3,#f8ecee);display:flex;font-family:Poppins,sans-serif;justify-content:center;min-height:430px;overflow:hidden;padding:120px 20px 90px;position:relative}.school-hero__inner{position:relative;text-align:center;z-index:2}.school-hero__title{color:#16357a;font-size:clamp(2.4rem,5vw,4rem);font-weight:700;line-height:1.1;margin:0 0 28px}.school-hero__breadcrumb{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff8c;border-radius:14px;box-shadow:0 10px 30px #1428500d;display:inline-flex;font-size:1.1rem;gap:10px;padding:18px 26px}.school-hero__breadcrumb a{color:#2bb673;font-weight:500;text-decoration:none}.school-hero__breadcrumb span{color:#16357a}.school-hero__shape{pointer-events:none;position:absolute}.school-hero__shape--dots{background-image:radial-gradient(#7bd9d5 2px,#0000 0);background-size:16px 16px;height:170px;left:70px;opacity:.45;top:-10px;width:170px}.school-hero__shape--lines{background:repeating-linear-gradient(180deg,#0000 0 16px,#f0aeb9 16px 19px);bottom:0;clip-path:polygon(20% 100%,80% 100%,100% 0,0 0);height:170px;opacity:.35;right:120px;width:360px}@media (max-width:991px){.school-hero{min-height:360px;padding:110px 20px 70px}.school-hero__shape--lines{height:130px;right:30px;width:260px}.school-hero__shape--dots{height:120px;left:20px;width:120px}}@media (max-width:575px){.school-hero{min-height:300px;padding:95px 16px 56px}.school-hero__breadcrumb{border-radius:12px;font-size:.96rem;padding:14px 18px}.school-hero__shape--lines{height:90px;opacity:.22;right:10px;width:180px}.school-hero__shape--dots{height:90px;left:10px;opacity:.28;width:90px}}.school-admission{background:url(/static/media/admission-bg.0d1921163f20933b45e2.jpg) 50%/cover no-repeat;font-family:Poppins,sans-serif;margin-top:-16px;overflow:hidden;padding:120px 20px 88px;position:relative}.school-admission__overlay{background:#07254f33;inset:0;position:absolute}.school-admission__container{display:flex;justify-content:center;margin:0 auto;position:relative;width:min(100%,1240px);z-index:2}.school-admission__content{color:#fff;max-width:640px;padding-top:62px;text-align:center}.school-admission__title{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:500;line-height:1.2;margin:0}.school-admission__divider{background:#b91c3b;display:inline-block;height:2px;margin:12px 0 14px;width:44px}.school-admission__text{color:#ffffffeb;font-size:.98rem;line-height:1.8;margin:0 0 26px}.school-admission__button{align-items:center;background:#fff;border:none;border-radius:999px;color:#0d2c63;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;height:46px;isolation:isolate;justify-content:center;min-width:152px;overflow:hidden;padding:0 26px;position:relative;transition:transform .3s ease,box-shadow .35s ease}.school-admission__button-fill{background:linear-gradient(180deg,#2459d3,#183d9f);border-radius:inherit;inset:0;position:absolute;transform:translateY(-102%);transition:transform .45s ease;z-index:1}.school-admission__button-text{position:relative;z-index:2}.school-admission__button:hover .school-admission__button-fill{transform:translateY(0)}.school-admission__button:hover .school-admission__button-text{color:#fff}.school-admission__button:hover{box-shadow:0 14px 30px #2459d33d;transform:translateY(-2px)}@media (max-width:767px){.school-admission{padding:96px 16px 64px}.school-admission__content{padding-top:52px}.school-admission__text{font-size:.95rem;line-height:1.75}}@media (max-width:480px){.school-admission{padding:88px 14px 56px}.school-admission__button{font-size:.92rem;height:44px;min-width:140px}}.site-preloader{--preloader-bg:#f5f5f5;--preloader-purple:#9a8fd8;--preloader-green:#a7d89a;--preloader-orange:#f1b489;--preloader-text-dark:#2a376b;align-items:center;background:#0000;display:flex;inset:0;justify-content:center;overflow:hidden;position:fixed;transition:opacity .55s ease;z-index:99999}.site-preloader--finish{pointer-events:none}.site-preloader__content{align-items:center;display:flex;justify-content:center;position:relative;transition:opacity .42s ease,transform .55s cubic-bezier(.22,1,.36,1),filter .42s ease;z-index:4}.site-preloader--finish .site-preloader__content{filter:blur(6px);opacity:0;transform:scale(.76)}.site-preloader__glow{animation:site-preloader-glow-pulse 2.6s ease-in-out infinite;background:radial-gradient(circle,#ffffffe6 0,#ffffff80 35%,#ffffff14 62%,#fff0 100%);border-radius:50%;filter:blur(10px);height:clamp(170px,24vw,250px);position:absolute;width:clamp(170px,24vw,250px)}.site-preloader__spinner{align-items:center;display:flex;height:clamp(140px,20vw,220px);justify-content:center;position:relative;width:clamp(140px,20vw,220px)}.site-preloader__svg{animation:site-preloader-rotate 5.2s linear infinite;height:100%;overflow:visible;width:100%}.site-preloader__ring{fill:none;stroke-linecap:round;transform-origin:center}.site-preloader__ring--purple{stroke:var(--preloader-purple);stroke-width:3.5;stroke-dasharray:26 74;animation:site-preloader-ring-purple 2.8s ease-in-out infinite}.site-preloader__ring--green{stroke:var(--preloader-green);stroke-width:3.5;stroke-dasharray:30 70;animation:site-preloader-ring-green 3.2s ease-in-out infinite reverse}.site-preloader__ring--orange{stroke:var(--preloader-orange);stroke-width:3.5;stroke-dasharray:34 66;animation:site-preloader-ring-orange 3.6s ease-in-out infinite}.site-preloader__percent{align-items:center;animation:site-preloader-percent-color 2.7s linear infinite;color:var(--preloader-text-dark);display:flex;font-family:Poppins,sans-serif;font-size:clamp(1.1rem,2vw,1.65rem);font-weight:700;inset:0;justify-content:center;letter-spacing:.02em;position:absolute}.site-preloader__curtain{background:linear-gradient(180deg,#ffffff47,#fff0),var(--preloader-bg);bottom:0;position:absolute;top:0;transition:transform .95s cubic-bezier(.77,0,.175,1),opacity .85s ease;width:50.5%;will-change:transform,opacity;z-index:3}.site-preloader__curtain--left{border-right:1px solid rgba(0,0,0,.025);left:0}.site-preloader__curtain--right{border-left:1px solid rgba(0,0,0,.025);right:0}.site-preloader--finish .site-preloader__curtain--left{opacity:.82;transform:translateX(-100%)}.site-preloader--finish .site-preloader__curtain--right{opacity:.82;transform:translateX(100%)}.site-preloader:before{background:radial-gradient(circle at center,#ffffff59,#0000 58%),var(--preloader-bg);content:"";inset:0;position:absolute;transition:opacity .7s ease;z-index:1}.site-preloader--finish:before{opacity:0}@keyframes site-preloader-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes site-preloader-ring-purple{0%{stroke-dasharray:22 78;opacity:.95;transform:rotate(0deg)}50%{stroke-dasharray:30 70;opacity:1;transform:rotate(60deg)}to{stroke-dasharray:22 78;opacity:.88;transform:rotate(140deg)}}@keyframes site-preloader-ring-green{0%{stroke-dasharray:26 74;opacity:.92;transform:rotate(10deg)}50%{stroke-dasharray:34 66;opacity:1;transform:rotate(80deg)}to{stroke-dasharray:26 74;opacity:.9;transform:rotate(160deg)}}@keyframes site-preloader-ring-orange{0%{stroke-dasharray:30 70;opacity:.9;transform:rotate(20deg)}50%{stroke-dasharray:38 62;opacity:1;transform:rotate(95deg)}to{stroke-dasharray:30 70;opacity:.88;transform:rotate(180deg)}}@keyframes site-preloader-percent-color{0%{color:var(--preloader-purple);text-shadow:0 0 0 #9a8fd800}33%{color:var(--preloader-green);text-shadow:0 0 14px #a7d89a2e}66%{color:var(--preloader-orange);text-shadow:0 0 14px #f1b48929}to{color:var(--preloader-purple);text-shadow:0 0 0 #9a8fd800}}@keyframes site-preloader-glow-pulse{0%,to{opacity:.72;transform:scale(.94)}50%{opacity:1;transform:scale(1.06)}}@media (max-width:768px){.site-preloader__spinner{height:150px;width:150px}.site-preloader__ring--green,.site-preloader__ring--orange,.site-preloader__ring--purple{stroke-width:3}}@media (max-width:480px){.site-preloader__spinner{height:130px;width:130px}.site-preloader__percent{font-size:1rem}}
/*# sourceMappingURL=main.c61ee314.css.map*/