:root{--blue:#0d3b8e;--blue-deep:#082b69;--green:#2f9e62;--green-deep:#24784b;--mint:#eef8f1;--ink:#132238;--muted:#5f6b7c;--line:#dde6ef;--bg:#f7fafc;--card:#ffffff;--radius:24px;--shadow:0 18px 50px rgba(15,37,68,.09);--shadow-sm:0 10px 28px rgba(15,37,68,.07);--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}body[dir="rtl"]{font-family:'Cairo','Tajawal','Inter',system-ui,sans-serif}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(var(--max),calc(100% - 36px));margin:auto}.section{padding:72px 0}.section.tight{padding:54px 0}.section.soft{background:var(--bg)}.eyebrow{margin:0 0 10px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:var(--green)}.section-title{margin:0;font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.04em}.section-sub{margin:14px 0 0;color:var(--muted);font-size:17px;max-width:760px}.topbar{background:linear-gradient(90deg,#07182f,#0d3b8e);color:#dce7f5;font-size:13px}.topbar .container{height:40px;display:flex;justify-content:space-between;align-items:center;gap:16px}.topbar .left,.topbar .right{display:flex;gap:18px;align-items:center}.topbar .right a{opacity:.95}.topbar a:hover{color:#fff}.lang-switch{display:flex;gap:8px}.lang-switch a{border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:4px 10px;font-weight:700}.lang-switch .active{background:#fff;color:#0b2345}.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(221,230,239,.8)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand img{height:52px;width:auto}.nav-center{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700;color:#20314a}.nav-center a{position:relative;padding:4px 0}.nav-center a:after{content:'';position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--green);transform:scaleX(0);transition:.24s ease}.nav-center a:hover:after,.nav-center a.active:after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:12px}.nav-cta{padding:12px 18px;border-radius:12px;background:var(--green);color:#fff;font-weight:800;box-shadow:0 10px 20px rgba(47,158,98,.22)}.nav-cta:hover{background:var(--green-deep)}.ghost-btn{padding:11px 16px;border-radius:12px;border:1px solid var(--line);font-weight:700;color:var(--blue)}.ghost-btn:hover{border-color:var(--blue)}.menu-btn{display:none;border:0;background:#eef5f8;border-radius:12px;padding:10px 12px;font-weight:800;color:var(--blue)}.hero{background:linear-gradient(180deg,#f8fbfe 0%,#fff 70%);padding:26px 0 28px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:36px;align-items:center}.hero-copy h1{margin:0 0 18px;font-size:clamp(44px,6vw,76px);line-height:.95;letter-spacing:-.06em}.hero-copy h1 span{color:var(--green)}.hero-copy p{margin:0 0 24px;font-size:18px;color:#49576a;max-width:560px}.cta-row{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:14px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.2s ease}.btn-primary{background:var(--green);color:#fff;box-shadow:0 12px 24px rgba(47,158,98,.18)}.btn-primary:hover{background:var(--green-deep)}.btn-secondary{background:#fff;border-color:var(--line);color:var(--ink)}.btn-secondary:hover{border-color:var(--green);color:var(--green-deep)}.mini-trust{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.mini-trust span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700;color:#33516f}.hero-visual{position:relative}.hero-media{position:relative;min-height:560px}.hero-photo{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);position:relative;height:100%}.hero-photo img{width:100%;height:560px;object-fit:cover}.hero-badge{position:absolute;left:22px;bottom:22px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.8);padding:16px 18px;border-radius:18px;max-width:280px;box-shadow:var(--shadow-sm)}.hero-badge strong{display:block;font-size:17px}.hero-badge small{color:var(--muted);display:block;margin-top:4px;font-size:13px}.hero-card{position:absolute;right:-8px;top:22px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;width:220px;box-shadow:var(--shadow-sm)}.hero-card h4{margin:0 0 8px;font-size:18px;letter-spacing:-.02em}.hero-card ul{padding-left:18px;margin:0}.hero-card li{color:#506074;font-size:14px;margin:6px 0}.hero-card li::marker{color:var(--green)}.metrics{margin-top:-34px;position:relative;z-index:5}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow)}.metric{display:flex;gap:12px;align-items:flex-start;padding:10px 8px}.metric .icon{width:48px;height:48px;border-radius:16px;background:var(--mint);display:flex;align-items:center;justify-content:center;color:var(--green);font-size:22px;font-weight:900;flex:0 0 auto}.metric h3{margin:0 0 4px;font-size:18px;line-height:1.2}.metric p{margin:0;color:var(--muted);font-size:14px}.about-grid,.split,.cta-split{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.about-card,.glass-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow-sm)}.goal-list{display:grid;gap:12px;margin-top:18px}.goal-item{display:flex;gap:12px;align-items:flex-start;color:#36485f}.goal-item .tick{width:24px;height:24px;border-radius:50%;background:var(--mint);color:var(--green);display:flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 auto}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-head{display:flex;justify-content:space-between;gap:20px;align-items:end;flex-wrap:wrap}.program-card,.uni-card,.blog-card,.story-card,.service-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 24px rgba(12,32,60,.05);transition:.24s ease}.program-card:hover,.uni-card:hover,.blog-card:hover,.story-card:hover,.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.program-card,.uni-card{padding:0;cursor:pointer;text-align:left}.card-media{height:170px;background:#dfe7f0}.card-media img{width:100%;height:100%;object-fit:cover}.card-body{padding:18px 18px 20px}.card-body h3{margin:0 0 8px;font-size:22px;line-height:1.16;letter-spacing:-.03em}.card-body p{margin:0;color:var(--muted);font-size:15px}.meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.tag{font-size:12px;background:var(--mint);color:var(--green-deep);padding:6px 10px;border-radius:999px;font-weight:800}.link-arrow{display:inline-flex;margin-top:16px;font-weight:800;color:var(--blue)}.why-box{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.why-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.why-item h4{margin:0 0 4px;font-size:17px}.why-item p{margin:0;font-size:14px;color:var(--muted)}.why-visual{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);position:relative;min-height:430px}.why-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;text-align:center;box-shadow:var(--shadow-sm)}.stat strong{display:block;font-size:38px;color:var(--blue);letter-spacing:-.04em;line-height:1}.stat span{display:block;margin-top:8px;color:var(--muted);font-weight:700}.stat small{display:block;margin-top:6px;color:#8190a2}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}.steps:before{content:'';position:absolute;left:12%;right:12%;top:40px;border-top:2px dashed #bfd2e3}.step{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;position:relative;z-index:1}.step .num{width:52px;height:52px;border-radius:16px;background:var(--mint);display:flex;align-items:center;justify-content:center;color:var(--green);font-size:20px;font-weight:900;margin-bottom:18px}.step h3{margin:0 0 8px;font-size:19px}.step p{margin:0;color:var(--muted);font-size:14px}.uni-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.uni-head{display:flex;align-items:center;gap:14px;padding:18px 18px 0}.uni-badge{height:52px;min-width:52px;padding:0 14px;border-radius:14px;background:#f3f7fb;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;font-weight:900;color:var(--blue);font-size:15px}.uni-head .uni-text h3{margin:0;font-size:21px}.uni-head .uni-text p{margin:2px 0 0;color:var(--muted);font-size:14px}.uni-body{padding:0 18px 20px}.uni-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.story-card{padding:24px}.story-card .label{display:inline-flex;background:var(--mint);color:var(--green-deep);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800}.story-card .quote{margin:14px 0 10px;font-size:17px;color:#27384d}.story-card .who{color:var(--muted);font-weight:700;font-size:14px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card img{width:100%;height:170px;object-fit:cover}.blog-card .card-body h3{font-size:20px}.form-section{background:linear-gradient(135deg,#08223f,#0d3b8e);color:#fff;overflow:hidden;position:relative}.form-section:before{content:'';position:absolute;right:-120px;bottom:-120px;width:400px;height:400px;border-radius:50%;background:rgba(47,158,98,.16)}.form-wrap{display:grid;grid-template-columns:.82fr 1.18fr;gap:32px;align-items:start;position:relative}.form-wrap .section-title,.form-wrap .section-sub{color:#fff}.contact-card{background:#fff;color:var(--ink);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.contact-card h3{margin:0 0 14px;font-size:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:800;font-size:13px;color:#273951}.field input,.field select,.field textarea{border:1px solid #d8e2ec;border-radius:14px;padding:13px 14px;background:#fbfdff;outline:none}.field textarea{min-height:120px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px rgba(47,158,98,.12)}.form-note{font-size:12px;color:#718096;margin-top:10px}.site-footer{background:#061c35;color:#d8e2ef;padding:46px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr 1fr;gap:24px}.footer-logo{background:#fff;border-radius:14px;padding:10px;width:220px;margin-bottom:14px}.footer-grid h4{color:#fff;margin:0 0 12px}.footer-grid a{display:block;margin:8px 0;color:#d8e2ef;font-size:14px}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:28px;padding-top:16px;display:flex;justify-content:space-between;gap:12px;font-size:13px;color:#b7c5d6}.whatsapp-float{position:fixed;right:22px;bottom:22px;background:#25d366;color:#fff;border-radius:999px;padding:13px 16px;box-shadow:0 12px 28px rgba(0,0,0,.22);font-weight:900;z-index:70}.page-hero{padding:68px 0;background:linear-gradient(180deg,#f5fbff 0%,#fff 100%)}.page-hero h1{margin:0;font-size:clamp(40px,5vw,66px);line-height:1;letter-spacing:-.05em}.page-hero p{margin:16px 0 0;font-size:18px;color:var(--muted);max-width:760px}.accordion{display:grid;gap:14px}.accordion details{border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px 20px;box-shadow:0 8px 22px rgba(12,32,60,.04)}.accordion summary{font-weight:900;cursor:pointer}.accordion p{color:var(--muted)}.modal{position:fixed;inset:0;background:rgba(6,21,41,.68);display:none;align-items:center;justify-content:center;z-index:100;padding:22px}.modal.open{display:flex}.modal-card{width:min(860px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:28px;box-shadow:0 38px 120px rgba(0,0,0,.3);position:relative}.modal-close{position:absolute;right:16px;top:16px;border:0;background:#eef4f8;border-radius:10px;padding:8px 12px;cursor:pointer;font-weight:800;z-index:2}.modal-body{padding:0}.modal-hero{display:grid;grid-template-columns:1.04fr .96fr;gap:0}.modal-hero .media{min-height:280px;background:#dfe7f0}.modal-hero .media img{width:100%;height:100%;object-fit:cover}.modal-hero .copy{padding:28px 26px}.modal-hero .copy h2{margin:0 0 8px;font-size:34px;line-height:1.06}.modal-hero .copy p{margin:0;color:var(--muted)}.modal-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:0 26px 26px}.info-box{background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:16px}.info-box strong{display:block;margin-bottom:6px}.info-box span{display:block;color:var(--muted)}.modal-note{padding:0 26px 26px;font-size:13px;color:#728094}body[dir="rtl"] .nav-center,body[dir="rtl"] .topbar .left,body[dir="rtl"] .topbar .right,body[dir="rtl"] .cta-row,body[dir="rtl"] .mini-trust,body[dir="rtl"] .grid-head,body[dir="rtl"] .metric,body[dir="rtl"] .uni-head,body[dir="rtl"] .footer-bottom{direction:rtl}body[dir="rtl"] .program-card,body[dir="rtl"] .uni-card,body[dir="rtl"] .story-card,body[dir="rtl"] .blog-card{text-align:right}@media (max-width:1100px){.hero-grid,.split,.about-grid,.form-wrap,.cta-split,.modal-hero{grid-template-columns:1fr}.metric-row{grid-template-columns:repeat(2,1fr)}.cards-grid,.blog-grid,.story-grid,.uni-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.steps:before{display:none}.footer-grid{grid-template-columns:1fr 1fr}.nav-center{display:none}.menu-btn{display:block}.nav.open .nav-center{display:flex;position:absolute;left:18px;right:18px;top:82px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:18px;flex-direction:column;align-items:flex-start}.nav.open .nav-center a:after{display:none}.hero-media{min-height:auto}.hero-photo img{height:480px}}@media (max-width:720px){.topbar{display:none}.nav{height:74px}.brand img{height:44px}.container{width:min(calc(100% - 24px),var(--max))}.hero-copy h1{font-size:44px}.hero-copy p,.section-sub,.page-hero p{font-size:16px}.hero-photo img{height:360px}.hero-card{display:none}.metric-row,.cards-grid,.blog-grid,.story-grid,.uni-grid,.why-box,.stats-grid,.steps,.form-grid,.footer-grid,.modal-grid{grid-template-columns:1fr}.section{padding:54px 0}.footer-bottom{flex-direction:column}.btn{width:100%}.nav-actions .ghost-btn{display:none}}.free-note{margin-top:18px;display:inline-flex;align-items:center;gap:8px;background:#effaf4;border:1px solid #cfe8d9;color:#1c6c43;padding:10px 14px;border-radius:999px;font-weight:800;font-size:14px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.service-card{padding:24px}.service-icon{width:56px;height:56px;border-radius:18px;background:var(--mint);display:flex;align-items:center;justify-content:center;color:var(--green);font-size:24px;font-weight:900;margin-bottom:18px}.service-card h3{margin:0 0 10px;font-size:24px;letter-spacing:-.03em}.service-card p{margin:0;color:var(--muted)}.student-life-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-top:28px}.student-life-main,.student-life-side article{position:relative;border-radius:24px;overflow:hidden;min-height:250px;box-shadow:var(--shadow-sm)}.student-life-main img,.student-life-side img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.student-life-side{display:grid;gap:18px}.life-overlay{position:absolute;left:0;right:0;bottom:0;padding:22px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(4,16,31,.72) 100%);color:#fff}.life-overlay h4{margin:0 0 6px;font-size:24px}.life-overlay p{margin:0;color:#eef5ff;max-width:440px}.why-gallery{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-top:28px}.why-gallery .main,.why-gallery .side article{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-sm)}.why-gallery .main{min-height:420px}.why-gallery .side{display:grid;gap:18px}.why-gallery img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.why-gallery .side article{min-height:200px}.uni-card .uni-logo{height:60px;display:flex;align-items:center;padding:16px 18px 0}.uni-card .uni-logo img{height:48px;width:auto;max-width:100%}.uni-card .uni-name-ar{font-size:20px;font-weight:800;line-height:1.2;margin:8px 0 2px}.uni-card .uni-name-en{font-size:13px;color:var(--muted)}.feature-bullets{display:grid;gap:12px;margin-top:18px}.feature-bullets .item{display:flex;gap:12px;align-items:flex-start}.feature-bullets .dot{width:26px;height:26px;border-radius:50%;background:var(--mint);color:var(--green);display:flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 auto}.form-grid.rich{grid-template-columns:1fr 1fr}.small-note{font-size:13px;color:var(--muted);margin-top:8px}@media (max-width:1100px){.service-grid,.student-life-grid,.why-gallery{grid-template-columns:1fr}.why-gallery .side{grid-template-columns:1fr 1fr}.service-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.service-grid,.why-gallery .side{grid-template-columns:1fr}}.brand img{height:54px}.nav-cta{background:linear-gradient(135deg,var(--green),#0a7b69)}.hero-slider{position:relative;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);min-height:570px;background:#10223a}.slides{position:absolute;inset:0}.slide{position:absolute;inset:0;opacity:0;animation:eduslide 25s infinite}.slide:nth-child(1){animation-delay:0s}.slide:nth-child(2){animation-delay:5s}.slide:nth-child(3){animation-delay:10s}.slide:nth-child(4){animation-delay:15s}.slide:nth-child(5){animation-delay:20s}.slide img{width:100%;height:100%;object-fit:cover;filter:saturate(1.05)}.slide:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,18,34,.35),rgba(5,18,34,.05))}@keyframes eduslide{0%,18%{opacity:1}20%,100%{opacity:0}}.slider-caption{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-radius:22px;padding:18px;display:flex;justify-content:space-between;gap:16px;align-items:center}.slider-caption strong{font-size:18px}.slider-dots{display:flex;gap:7px}.slider-dots span{width:9px;height:9px;border-radius:50%;background:#c7d5e6}.slider-dots span:nth-child(1){background:var(--green)}.hero-card.v6{right:22px;top:22px}.free-note{margin-top:18px;display:inline-flex;align-items:center;gap:8px;background:#effaf4;border:1px solid #cfe8d9;color:#1c6c43;padding:10px 14px;border-radius:999px;font-weight:800;font-size:14px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.service-card{padding:24px}.service-icon{width:58px;height:58px;border-radius:18px;background:var(--mint);display:flex;align-items:center;justify-content:center;color:var(--green);font-size:28px;font-weight:900;margin-bottom:18px}.service-card h3{margin:0 0 10px;font-size:23px;letter-spacing:-.03em}.service-card p{margin:0;color:var(--muted)}.student-life-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-top:28px}.student-life-main,.student-life-side article{position:relative;border-radius:24px;overflow:hidden;min-height:270px;box-shadow:var(--shadow-sm);background:#dfe7f0}.student-life-main img,.student-life-side img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.student-life-side{display:grid;gap:18px}.life-overlay{position:absolute;left:0;right:0;bottom:0;padding:22px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(4,16,31,.76) 100%);color:#fff}.life-overlay h4{margin:0 0 6px;font-size:24px}.life-overlay p{margin:0;color:#eef5ff;max-width:520px}.icon-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-weight:800;color:var(--blue)}.why-gallery{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-top:28px}.why-gallery .main,.why-gallery .side article{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-sm);background:#dfe7f0}.why-gallery .main{min-height:460px}.why-gallery .side{display:grid;gap:18px}.why-gallery .side article{min-height:220px}.why-gallery img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.uni-card .uni-logo{height:78px;display:flex;align-items:center;padding:16px 18px 0}.uni-card .uni-logo img{height:56px;width:auto;max-width:100%}.uni-card .uni-name-ar{font-size:20px;font-weight:850;line-height:1.2;margin:8px 0 2px}.uni-card .uni-name-en{font-size:13px;color:var(--muted);font-weight:700}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.faq-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow-sm)}.faq-card h3{margin:0 0 8px;font-size:21px}.faq-card p{margin:0;color:var(--muted)}.blog-card{cursor:pointer;text-align:left}.blog-article-body{padding:0 26px 26px}.blog-article-body p{color:#4d5c70;font-size:16px}.article-sources{margin-top:16px;background:var(--bg);border:1px solid var(--line);padding:14px;border-radius:14px;font-size:13px;color:#637082}.form-grid.rich{grid-template-columns:1fr 1fr}.small-note{font-size:13px;color:var(--muted);margin-top:8px}.six-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.six-step{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow-sm)}.six-step .num{width:44px;height:44px;border-radius:14px;background:var(--mint);display:flex;align-items:center;justify-content:center;color:var(--green);font-weight:900;margin-bottom:14px}.six-step h3{margin:0 0 8px}.six-step p{margin:0;color:var(--muted)}@media (max-width:1100px){.service-grid,.student-life-grid,.why-gallery{grid-template-columns:1fr}.why-gallery .side{grid-template-columns:1fr 1fr}.service-grid,.six-steps,.faq-grid{grid-template-columns:repeat(2,1fr)}.hero-slider{min-height:470px}.slider-caption{align-items:flex-start;flex-direction:column}}@media (max-width:720px){.service-grid,.why-gallery .side,.six-steps,.faq-grid{grid-template-columns:1fr}.hero-slider{min-height:360px}.slider-caption{left:14px;right:14px;bottom:14px}.slider-caption strong{font-size:16px}.brand img{height:45px}}.uni-card .uni-logo.generic{height:auto;display:flex;align-items:center;gap:12px;padding:18px 18px 10px}.uni-card .uni-logo.generic img{width:38px;height:38px;max-width:none}.uni-card .uni-logo.generic span{font-size:15px;font-weight:800;color:var(--blue);line-height:1.25}.site-header .brand img{height:60px;width:auto}.service-icon{font-size:24px}.blog-card img{background:#eef3f8}.uni-card .card-media{height:190px}body[dir="rtl"] .uni-card .uni-logo.generic{flex-direction:row-reverse}.student-life-main,.student-life-side article,.why-gallery .main,.why-gallery .side article{background:#dfe7f0}.footer-logo img{max-width:270px;height:auto}@media (max-width:720px){.site-header .brand img{height:48px}.uni-card .uni-logo.generic span{font-size:14px}}.site-header .brand{display:flex;align-items:center;flex:0 0 auto;min-width:0}.site-header .brand img{height:52px !important;width:auto !important;max-width:224px;display:block;object-fit:contain}.footer-logo{width:270px;max-width:100%;background:#fff;border-radius:16px;padding:10px 14px}.footer-logo img{width:100%;height:auto;display:block;object-fit:contain}.uni-card .uni-logo.generic{height:auto;display:flex;align-items:center;gap:12px;padding:18px 18px 10px}.uni-card .uni-logo.generic img{width:38px;height:38px;max-width:none}.uni-card .uni-logo.generic span{font-size:15px;font-weight:800;color:var(--blue);line-height:1.25}.life-overlay h4{font-size:22px;line-height:1.15;text-shadow:0 2px 8px rgba(0,0,0,.35)}.life-overlay p{font-size:15px;line-height:1.45;text-shadow:0 2px 8px rgba(0,0,0,.35)}.student-life-main,.student-life-side article,.why-gallery .main,.why-gallery .side article{background:#dfe7f0}@media (max-width:1120px){.site-header .brand img{height:48px !important;max-width:198px}.nav-center{gap:18px;font-size:13px}.nav-cta{padding:10px 14px}}@media (max-width:720px){.site-header .brand img{height:44px !important;max-width:180px}.footer-logo{width:235px}.life-overlay{padding:18px}.life-overlay h4{font-size:20px}}.site-header .brand img{height:56px !important;max-width:260px !important;object-fit:contain !important}.footer-logo{width:300px;max-width:100%}.footer-logo img{width:100%;height:auto;object-fit:contain}@media (max-width:1120px){.site-header .brand img{height:48px !important;max-width:220px !important}}@media (max-width:720px){.site-header .brand img{height:43px !important;max-width:188px !important}}.feature-photo{position:relative;border-radius:28px;overflow:hidden;min-height:360px;box-shadow:var(--shadow-sm);background:#dfe7f0}.feature-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.photo-caption{position:absolute;left:0;right:0;bottom:0;padding:26px;background:linear-gradient(180deg,rgba(4,16,31,0) 0%,rgba(4,16,31,.78) 100%);color:#fff}.photo-caption h3{margin:0 0 8px;font-size:28px;line-height:1.1}.photo-caption p{margin:0;max-width:720px;color:#eef5ff}.article-list{display:grid;gap:22px;margin-top:34px}.article-section{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow-sm)}.article-section h2{margin:0 0 14px;font-size:30px;line-height:1.15;letter-spacing:-.03em}.article-section p{margin:0 0 14px;color:#4d5c70;font-size:16px}.article-section p:last-child{margin-bottom:0}body[dir="rtl"] .article-section{text-align:right}body[dir="rtl"] .photo-caption{text-align:right}body[dir="rtl"] .blog-card{text-align:right}@media (max-width:720px){.feature-photo{min-height:260px}.photo-caption{padding:18px}.photo-caption h3{font-size:22px}.article-section{padding:22px}.article-section h2{font-size:24px}}.magic-hero{position:relative;overflow:hidden;padding:56px 0 62px;background:radial-gradient(circle at 15% 15%,rgba(47,158,98,.16),transparent 28%),radial-gradient(circle at 85% 20%,rgba(13,59,142,.18),transparent 30%),linear-gradient(135deg,#f7fbff 0%,#ffffff 48%,#eef8f1 100%)}.magic-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-180px;top:-160px;background:linear-gradient(135deg,rgba(13,59,142,.18),rgba(47,158,98,.18));filter:blur(4px)}.magic-slider{position:relative;min-height:560px;border-radius:38px;background:linear-gradient(135deg,#07182f,#0d3b8e);box-shadow:0 26px 70px rgba(8,43,105,.18);overflow:hidden}.slide-stack{position:absolute;inset:0}.slide-stack img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;animation:edumagic 24s infinite;filter:saturate(1.05) contrast(1.03)}.slide-stack img:nth-child(1){animation-delay:0s}.slide-stack img:nth-child(2){animation-delay:6s}.slide-stack img:nth-child(3){animation-delay:12s}.slide-stack img:nth-child(4){animation-delay:18s}.magic-slider:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,18,34,.38),rgba(5,18,34,.03))}@keyframes edumagic{0%,22%{opacity:1}25%,100%{opacity:0}}.floating-panel{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.65);border-radius:24px;padding:18px 20px;box-shadow:0 18px 45px rgba(8,43,105,.14);display:grid;gap:4px}.floating-panel strong{font-size:22px;color:var(--ink)}.floating-panel span{color:#506074}.magic-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:18px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,#fff,#f7fbff);box-shadow:var(--shadow-sm)}.magic-strip article{padding:24px;border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(238,248,241,.88));border:1px solid rgba(221,230,239,.85)}.magic-strip span{display:inline-flex;width:42px;height:42px;border-radius:50%;background:var(--blue);color:#fff;align-items:center;justify-content:center;font-weight:900;margin-bottom:12px}.magic-strip h3{margin:0 0 6px;font-size:22px}.magic-strip p{margin:0;color:var(--muted)}.photo-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.photo-card{position:relative;min-height:310px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow-sm);background:#dfe7f0;isolation:isolate}.photo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.photo-card:hover img{transform:scale(1.05)}.photo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,16,31,.02) 20%,rgba(4,16,31,.78) 100%)}.photo-card-caption{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:22px;color:#fff}.photo-card-caption h3{margin:0 0 6px;font-size:23px;line-height:1.15;text-shadow:0 2px 9px rgba(0,0,0,.35)}.photo-card-caption p{margin:0;color:#eef5ff;font-size:15px;text-shadow:0 2px 9px rgba(0,0,0,.35)}.video-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.video-card{position:relative;min-height:250px;border-radius:26px;overflow:hidden;background:#0b2345;box-shadow:var(--shadow-sm)}.video-card video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,16,31,.04),rgba(4,16,31,.82))}.video-caption{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:20px;color:#fff}.video-caption h3{margin:0 0 6px;font-size:21px}.video-caption p{margin:0;color:#edf5ff;font-size:14px}.feature-photo{position:relative;border-radius:28px;overflow:hidden;min-height:360px;box-shadow:var(--shadow-sm);background:#dfe7f0}.feature-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.photo-caption{position:absolute;left:0;right:0;bottom:0;padding:26px;background:linear-gradient(180deg,rgba(4,16,31,0) 0%,rgba(4,16,31,.78) 100%);color:#fff}.photo-caption h3{margin:0 0 8px;font-size:28px;line-height:1.1}.photo-caption p{margin:0;max-width:720px;color:#eef5ff}.article-list{display:grid;gap:22px;margin-top:34px}.article-section{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow-sm)}.article-section h2{margin:0 0 14px;font-size:30px;line-height:1.15;letter-spacing:-.03em}.article-section p{margin:0 0 14px;color:#4d5c70;font-size:16px}body[dir="rtl"] .article-section,body[dir="rtl"] .photo-card-caption,body[dir="rtl"] .photo-caption,body[dir="rtl"] .video-caption{text-align:right}body[dir="rtl"] .magic-strip article{text-align:right}@media (max-width:1100px){.photo-card-grid,.video-card-grid{grid-template-columns:repeat(2,1fr)}.magic-strip{grid-template-columns:1fr}.magic-slider{min-height:460px}}@media (max-width:720px){.photo-card-grid,.video-card-grid{grid-template-columns:1fr}.photo-card{min-height:270px}.video-card{min-height:230px}.feature-photo{min-height:260px}.photo-caption{padding:18px}.photo-caption h3{font-size:22px}.article-section{padding:22px}.article-section h2{font-size:24px}}.brand img{width:220px !important;max-height:78px !important;object-fit:contain !important;background:transparent !important}.magic-hero .hero-grid{display:grid !important;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr) !important;gap:46px !important;align-items:center !important}.magic-slider{height:540px !important;min-height:540px !important;border-radius:38px !important;overflow:hidden !important;position:relative !important;box-shadow:0 28px 72px rgba(8,43,105,.16) !important;background:#0b2345 !important}.slide-stack{position:absolute !important;inset:0 !important}.slide-stack img,.slide-stack video{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;display:block !important;opacity:0;animation:edunordV4Slider 27s infinite ease-in-out;filter:saturate(1.04) contrast(1.03)}.slide-stack video:nth-child(1){animation-delay:0s}.slide-stack video:nth-child(2){animation-delay:9s}.slide-stack video:nth-child(3){animation-delay:18s}@keyframes edunordV4Slider{0%{opacity:0;transform:scale(1.015)}8%{opacity:1;transform:scale(1)}31%{opacity:1;transform:scale(1.015)}39%{opacity:0;transform:scale(1.025)}100%{opacity:0;transform:scale(1.025)}}.magic-slider:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,18,34,.46),rgba(5,18,34,.04));z-index:1}.floating-panel{z-index:2 !important}.click-card-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:22px !important;margin-top:30px !important}.click-card{position:relative !important;height:360px !important;border:0 !important;border-radius:28px !important;overflow:hidden !important;padding:0 !important;text-align:left !important;cursor:pointer !important;background:#0b2345 !important;box-shadow:0 22px 58px rgba(8,43,105,.12) !important}.click-card img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;transition:transform .5s ease !important}.click-card:hover img{transform:scale(1.05)}.click-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,16,31,.05) 15%,rgba(4,16,31,.86) 100%)}.click-card-body{position:absolute !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:2 !important;padding:24px !important;color:#fff !important}.click-card-body h3{margin:0 0 8px !important;color:#fff !important;font-size:26px !important;line-height:1.1 !important}.click-card-body p{margin:0 !important;color:#eef5ff !important;line-height:1.45 !important}.click-badge{position:absolute !important;top:18px !important;right:18px !important;z-index:2 !important;background:rgba(255,255,255,.93) !important;color:#0D3B8E !important;border-radius:999px !important;padding:9px 13px !important;font-weight:800 !important;font-size:13px !important}.uni-click-grid,.process-click-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:22px !important;margin-top:30px !important}.uni-click-card,.process-card-click{border:1px solid #DDE6EF !important;border-radius:26px !important;background:linear-gradient(135deg,#fff,#f7fbff) !important;box-shadow:0 18px 45px rgba(8,43,105,.08) !important;padding:28px !important;text-align:left !important;cursor:pointer !important;transition:.25s ease !important;min-height:190px !important}.uni-click-card:hover,.process-card-click:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(8,43,105,.14) !important}.uni-title-row{display:flex !important;align-items:center !important;gap:12px !important;margin-bottom:10px !important}.uni-inline-icon{display:inline !important;background:transparent !important;color:#0D3B8E !important;font-size:30px !important;line-height:1 !important}.uni-click-card h3{margin:0 !important;font-size:24px !important;color:#102033 !important;line-height:1.2 !important}.uni-click-card p,.process-card-click p{margin:0 !important;color:#53657a !important;line-height:1.5 !important}.card-open-label,.process-card-click span{display:inline-block !important;margin-top:18px !important;color:#0D3B8E !important;font-weight:800 !important}.process-inline-icon{display:inline-flex !important;width:40px !important;height:40px !important;align-items:center !important;justify-content:center !important;border-radius:50% !important;background:linear-gradient(135deg,#0D3B8E,#2F9E62) !important;color:#fff !important;font-weight:900 !important;margin-bottom:16px !important}.edu-modal{position:fixed !important;inset:0 !important;background:rgba(6,20,38,.68) !important;z-index:999999 !important;display:none !important;align-items:center !important;justify-content:center !important;padding:22px !important}.edu-modal.active{display:flex !important}.edu-modal-box{position:relative !important;width:min(760px,100%) !important;max-height:86vh !important;overflow:auto !important;background:#fff !important;border-radius:28px !important;padding:34px !important;box-shadow:0 28px 90px rgba(0,0,0,.24) !important}.edu-modal-close{position:absolute !important;top:16px !important;right:18px !important;border:0 !important;background:#EEF3F8 !important;color:#102033 !important;width:40px !important;height:40px !important;border-radius:50% !important;font-size:26px !important;line-height:1 !important;cursor:pointer !important}.edu-modal-box h2{margin:0 0 14px !important;font-size:34px !important;line-height:1.1 !important;color:#102033 !important}.edu-modal-box p,.edu-modal-box li{color:#4d5c70 !important;line-height:1.75 !important}.mini-stats{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:10px !important;margin:18px 0 !important}.mini-stats span{background:#F2F8F4 !important;border:1px solid #DDE6EF !important;border-radius:16px !important;padding:14px !important;color:#0D3B8E !important;font-weight:800 !important;text-align:center !important}.rich-blog-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important}.rich-blog-card{min-height:100% !important;text-decoration:none !important}.media-showcase{display:grid !important;grid-template-columns:1.3fr .7fr !important;gap:24px !important;align-items:stretch !important}.video-wide{position:relative !important;min-height:430px !important;border-radius:32px !important;overflow:hidden !important;background:#0b2345 !important;box-shadow:0 24px 62px rgba(8,43,105,.14) !important}.video-wide video{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important}.video-wide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,16,31,.02),rgba(4,16,31,.84));z-index:1}.video-caption{position:absolute !important;z-index:2 !important;left:0 !important;right:0 !important;bottom:0 !important;padding:26px !important;color:#fff !important}.video-caption h3{margin:0 0 8px !important;color:#fff !important;font-size:28px !important}.video-caption p{margin:0 !important;color:#eef5ff !important}.photo-card{height:310px !important;min-height:310px !important}body[dir="rtl"] .click-card,body[dir="rtl"] .uni-click-card,body[dir="rtl"] .process-card-click,body[dir="rtl"] .edu-modal-box{text-align:right !important}body[dir="rtl"] .click-badge{left:18px !important;right:auto !important}body[dir="rtl"] .edu-modal-close{left:18px !important;right:auto !important}body[dir="rtl"] .uni-title-row{justify-content:flex-start !important}@media(max-width:1100px){.magic-hero .hero-grid{grid-template-columns:1fr !important}.click-card-grid,.uni-click-grid,.process-click-grid,.rich-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.media-showcase{grid-template-columns:1fr !important}}@media(max-width:720px){.brand img{width:190px !important}.click-card-grid,.uni-click-grid,.process-click-grid,.rich-blog-grid{grid-template-columns:1fr !important}.magic-slider{height:370px !important;min-height:370px !important}.click-card{height:300px !important}.mini-stats{grid-template-columns:1fr !important}.video-wide{min-height:280px !important}.edu-modal-box{padding:26px !important}}:root{--ed-blue:#0D3B8E;--ed-green:#2F9E62;--ed-ink:#102033;--ed-muted:#53657a;--ed-line:#DDE6EF;--ed-soft:#F5F9FD;--ed-shadow:0 22px 58px rgba(8,43,105,.14)}.magic-hero{position:relative !important;overflow:hidden !important;padding:56px 0 64px !important;background:radial-gradient(circle at 10% 12%,rgba(47,158,98,.18),transparent 30%),radial-gradient(circle at 88% 18%,rgba(13,59,142,.18),transparent 32%),linear-gradient(135deg,#f7fbff 0%,#ffffff 46%,#eef8f1 100%) !important}.magic-hero .hero-grid{display:grid !important;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr) !important;gap:46px !important;align-items:center !important}.magic-slider{position:relative !important;min-height:520px !important;height:520px !important;border-radius:36px !important;overflow:hidden !important;background:#0b2345 !important;box-shadow:var(--ed-shadow) !important}.slide-stack{position:absolute !important;inset:0 !important}.slide-stack img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;display:block !important;opacity:0;animation:edunordSliderV2 24s infinite;filter:saturate(1.05) contrast(1.04)}.slide-stack img:nth-child(1){animation-delay:0s}.slide-stack img:nth-child(2){animation-delay:6s}.slide-stack img:nth-child(3){animation-delay:12s}.slide-stack img:nth-child(4){animation-delay:18s}@keyframes edunordSliderV2{0%,22%{opacity:1}27%,100%{opacity:0}}.magic-slider:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,18,34,.42),rgba(5,18,34,.06));pointer-events:none}.floating-panel{position:absolute !important;left:24px !important;right:24px !important;bottom:24px !important;z-index:3 !important;display:grid !important;gap:5px !important;padding:18px 20px !important;border-radius:24px !important;background:rgba(255,255,255,.92) !important;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.72) !important;box-shadow:0 18px 44px rgba(8,43,105,.14) !important}.floating-panel strong{font-size:22px;color:var(--ed-ink)}.floating-panel span{color:#506074}.magic-strip{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:18px !important;padding:18px !important;border:1px solid var(--ed-line) !important;border-radius:28px !important;background:linear-gradient(135deg,#fff,#f7fbff) !important;box-shadow:0 18px 48px rgba(8,43,105,.08) !important}.magic-strip article{padding:24px !important;border-radius:22px !important;background:linear-gradient(135deg,rgba(255,255,255,.97),rgba(238,248,241,.9)) !important;border:1px solid rgba(221,230,239,.9) !important}.magic-strip span{display:inline-flex !important;width:42px !important;height:42px !important;border-radius:50% !important;align-items:center !important;justify-content:center !important;background:linear-gradient(135deg,var(--ed-blue),#1559bd) !important;color:#fff !important;font-weight:900 !important;margin-bottom:12px !important}.photo-card-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:20px !important;margin-top:28px !important;width:100% !important}.photo-card{position:relative !important;min-height:310px !important;height:310px !important;border-radius:28px !important;overflow:hidden !important;background:#dfe7f0 !important;box-shadow:0 22px 58px rgba(8,43,105,.12) !important;display:block !important;isolation:isolate !important}.photo-card img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;min-height:0 !important;object-fit:cover !important;display:block !important;transition:transform .55s ease !important}.photo-card:hover img{transform:scale(1.05)}.photo-card:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(4,16,31,.02) 18%,rgba(4,16,31,.82) 100%)}.photo-card-caption{position:absolute !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:2 !important;padding:22px !important;color:#fff !important}.photo-card-caption h3{margin:0 0 6px !important;color:#fff !important;font-size:23px !important;line-height:1.15 !important;text-shadow:0 2px 10px rgba(0,0,0,.35)}.photo-card-caption p{margin:0 !important;color:#eef5ff !important;font-size:15px !important;line-height:1.45 !important;text-shadow:0 2px 10px rgba(0,0,0,.35)}.media-showcase{display:grid !important;grid-template-columns:1.25fr .75fr !important;gap:22px !important;align-items:stretch !important;margin-top:28px !important}.video-wide,.video-card{position:relative !important;overflow:hidden !important;border-radius:30px !important;background:#0b2345 !important;box-shadow:0 24px 62px rgba(8,43,105,.14) !important;min-height:360px !important}.video-wide video,.video-card video{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;display:block !important}.video-wide:after,.video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,16,31,.04),rgba(4,16,31,.82));z-index:1}.video-caption{position:absolute !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:2 !important;padding:24px !important;color:#fff !important}.video-caption h3{margin:0 0 8px !important;color:#fff !important;font-size:26px !important}.video-caption p{margin:0 !important;color:#edf5ff !important}.video-card-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:20px !important;margin-top:28px !important;width:100% !important}.video-card-grid .video-card{min-height:300px !important}.video-card-grid .video-card.featured{grid-column:span 2 !important;min-height:360px !important}.article-list{display:grid !important;gap:22px !important;margin-top:34px !important}.article-section{background:#fff !important;border:1px solid var(--ed-line) !important;border-radius:24px !important;padding:28px !important;box-shadow:0 18px 48px rgba(8,43,105,.08) !important}.article-section h2{margin:0 0 14px !important;font-size:30px !important;line-height:1.15 !important}.article-section p{margin:0 0 14px !important;color:#4d5c70 !important;font-size:16px !important;line-height:1.75 !important}body[dir="rtl"] .article-section,body[dir="rtl"] .photo-card-caption,body[dir="rtl"] .video-caption,body[dir="rtl"] .floating-panel{text-align:right !important}@media (max-width:1100px){.magic-hero .hero-grid{grid-template-columns:1fr !important}.magic-slider{height:440px !important;min-height:440px !important}.photo-card-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.media-showcase{grid-template-columns:1fr !important}.video-card-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.video-card-grid .video-card.featured{grid-column:span 2 !important}}@media (max-width:720px){.photo-card-grid,.video-card-grid,.magic-strip{grid-template-columns:1fr !important}.photo-card{height:270px !important;min-height:270px !important}.video-card-grid .video-card,.video-card-grid .video-card.featured,.video-wide{grid-column:auto !important;min-height:250px !important}.magic-slider{height:360px !important;min-height:360px !important}.video-caption h3{font-size:22px !important}}.magic-hero .hero-grid{display:grid !important;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr) !important;gap:46px !important;align-items:center !important}.magic-slider{height:540px !important;min-height:540px !important;border-radius:38px !important;overflow:hidden !important;position:relative !important;box-shadow:0 28px 72px rgba(8,43,105,.16) !important;background:#0b2345 !important}.slide-stack{position:absolute !important;inset:0 !important}.slide-stack img,.slide-stack video{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;display:block !important;opacity:0;animation:edunordV3Slider 28s infinite;filter:saturate(1.06) contrast(1.04)}.slide-stack img:nth-child(1),.slide-stack video:nth-child(1){animation-delay:0s}.slide-stack img:nth-child(2),.slide-stack video:nth-child(2){animation-delay:7s}.slide-stack img:nth-child(3),.slide-stack video:nth-child(3){animation-delay:14s}.slide-stack img:nth-child(4),.slide-stack video:nth-child(4){animation-delay:21s}@keyframes edunordV3Slider{0%,22%{opacity:1}27%,100%{opacity:0}}.magic-slider:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,18,34,.46),rgba(5,18,34,.04));z-index:1}.floating-panel{z-index:2 !important}.click-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:30px}.click-card{position:relative;height:360px;border:0;border-radius:28px;overflow:hidden;padding:0;text-align:left;cursor:pointer;background:#0b2345;box-shadow:0 22px 58px rgba(8,43,105,.12)}.click-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.click-card:hover img{transform:scale(1.05)}.click-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,16,31,.08) 15%,rgba(4,16,31,.86) 100%)}.click-card-body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:24px;color:#fff}.click-card-body h3{margin:0 0 8px;color:#fff;font-size:26px;line-height:1.1}.click-card-body p{margin:0;color:#eef5ff;line-height:1.45}.click-badge{position:absolute;top:18px;right:18px;z-index:2;background:rgba(255,255,255,.92);color:#0D3B8E;border-radius:999px;padding:9px 13px;font-weight:800;font-size:13px}.uni-click-grid,.process-click-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:30px}.uni-click-card,.process-card-click{border:1px solid #DDE6EF;border-radius:26px;background:linear-gradient(135deg,#fff,#f7fbff);box-shadow:0 18px 45px rgba(8,43,105,.08);padding:28px;text-align:left;cursor:pointer;transition:.25s ease;min-height:220px}.uni-click-card:hover,.process-card-click:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(8,43,105,.14)}.uni-icon,.process-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#0D3B8E,#2F9E62);color:#fff;font-size:28px;font-weight:900;margin-bottom:18px}.uni-click-card h3,.process-card-click h3{margin:0 0 8px;font-size:25px;color:#102033}.uni-click-card p,.process-card-click p{margin:0;color:#53657a;line-height:1.5}.uni-click-card span,.process-card-click span{display:inline-block;margin-top:18px;color:#0D3B8E;font-weight:800}.edu-modal{position:fixed;inset:0;background:rgba(6,20,38,.68);z-index:9999;display:none;align-items:center;justify-content:center;padding:22px}.edu-modal.active{display:flex}.edu-modal-box{position:relative;width:min(760px,100%);max-height:86vh;overflow:auto;background:#fff;border-radius:28px;padding:34px;box-shadow:0 28px 90px rgba(0,0,0,.24)}.edu-modal-close{position:absolute;top:16px;right:18px;border:0;background:#EEF3F8;color:#102033;width:40px;height:40px;border-radius:50%;font-size:26px;line-height:1;cursor:pointer}.edu-modal-box h2{margin:0 0 14px;font-size:34px;line-height:1.1;color:#102033}.edu-modal-box p,.edu-modal-box li{color:#4d5c70;line-height:1.75}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.mini-stats span{background:#F2F8F4;border:1px solid #DDE6EF;border-radius:16px;padding:14px;color:#0D3B8E;font-weight:800;text-align:center}.rich-blog-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important}.rich-blog-card{min-height:100%;text-decoration:none}.media-showcase{display:grid !important;grid-template-columns:1.3fr .7fr !important;gap:24px !important;align-items:stretch !important}.video-wide{position:relative;min-height:430px;border-radius:32px;overflow:hidden;background:#0b2345;box-shadow:0 24px 62px rgba(8,43,105,.14)}.video-wide video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.video-wide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,16,31,.02),rgba(4,16,31,.84));z-index:1}.video-caption{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:26px;color:#fff}.video-caption h3{margin:0 0 8px;color:#fff;font-size:28px}.video-caption p{margin:0;color:#eef5ff}.photo-card{height:310px !important;min-height:310px !important}body[dir="rtl"] .click-card,body[dir="rtl"] .uni-click-card,body[dir="rtl"] .process-card-click,body[dir="rtl"] .edu-modal-box{text-align:right}body[dir="rtl"] .click-badge{left:18px;right:auto}body[dir="rtl"] .edu-modal-close{left:18px;right:auto}@media(max-width:1100px){.magic-hero .hero-grid{grid-template-columns:1fr !important}.click-card-grid,.uni-click-grid,.process-click-grid,.rich-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.media-showcase{grid-template-columns:1fr !important}}@media(max-width:720px){.click-card-grid,.uni-click-grid,.process-click-grid,.rich-blog-grid{grid-template-columns:1fr !important}.magic-slider{height:370px !important;min-height:370px !important}.click-card{height:300px}.mini-stats{grid-template-columns:1fr}.video-wide{min-height:280px}.edu-modal-box{padding:26px}}.site-header .nav,.site-header .container.nav{gap:18px !important}.nav-center{display:flex !important;align-items:center !important;gap:18px !important;flex-wrap:nowrap !important;white-space:nowrap !important}.nav-center a,.nav-actions a,.topbar a{white-space:nowrap !important}.nav-center a{font-size:16px !important;line-height:1 !important;padding:26px 0 !important}.brand img{width:218px !important;max-height:78px !important;object-fit:contain !important;background:transparent !important}.magic-slider{height:550px !important;min-height:550px !important}.v5-stack>*{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;display:block !important;opacity:0;animation:edunordV5Slider 78s infinite ease-in-out !important;filter:saturate(1.04) contrast(1.03)}.v5-stack>*:nth-child(1){animation-delay:0s !important}.v5-stack>*:nth-child(2){animation-delay:6s !important}.v5-stack>*:nth-child(3){animation-delay:12s !important}.v5-stack>*:nth-child(4){animation-delay:18s !important}.v5-stack>*:nth-child(5){animation-delay:24s !important}.v5-stack>*:nth-child(6){animation-delay:30s !important}.v5-stack>*:nth-child(7){animation-delay:36s !important}.v5-stack>*:nth-child(8){animation-delay:42s !important}.v5-stack>*:nth-child(9){animation-delay:48s !important}.v5-stack>*:nth-child(10){animation-delay:54s !important}.v5-stack>*:nth-child(11){animation-delay:60s !important}.v5-stack>*:nth-child(12){animation-delay:66s !important}.v5-stack>*:nth-child(13){animation-delay:72s !important}@keyframes edunordV5Slider{0%{opacity:0;transform:scale(1.018)}1.3%{opacity:1;transform:scale(1.006)}6.4%{opacity:1;transform:scale(1.018)}7.7%{opacity:0;transform:scale(1.028)}100%{opacity:0;transform:scale(1.028)}}.step-gradient,.process-card-click,.magic-strip article,.service-card.step-gradient,.value-card.step-gradient,.stat-card.step-gradient{background:radial-gradient(circle at 8% 8%,rgba(13,59,142,.16),transparent 28%),linear-gradient(135deg,rgba(13,59,142,.10),rgba(47,158,98,.16)) !important;border:1px solid rgba(13,59,142,.16) !important;box-shadow:0 18px 45px rgba(8,43,105,.08) !important}.values-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:22px !important;margin-top:26px !important}.value-card{border-radius:26px !important;padding:28px !important}.value-card h3{margin:0 0 10px !important;color:#102033 !important;font-size:24px !important}.value-card p{margin:0 !important;color:#53657a !important;line-height:1.7 !important}.professional-note .note-card,.coming-card{border-radius:30px !important;padding:34px !important;background:linear-gradient(135deg,#0D3B8E,#2F9E62) !important;color:#fff !important;box-shadow:0 24px 62px rgba(8,43,105,.18) !important}.professional-note .note-card h2,.coming-card h2,.professional-note .note-card p,.coming-card p,.coming-card .eyebrow{color:#fff !important}.coming-card span{display:inline-block !important;margin-top:18px !important;padding:10px 16px !important;border-radius:999px !important;background:rgba(255,255,255,.18) !important;color:#fff !important;font-weight:900 !important}.stat-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:20px !important}.stat-card{border-radius:26px !important;padding:26px !important;min-height:180px !important}.stat-card strong{display:block !important;color:#0D3B8E !important;font-size:46px !important;line-height:1 !important;margin-bottom:14px !important}.stat-card span{color:#102033 !important;font-weight:800 !important;line-height:1.45 !important}@media(max-width:1200px){.nav-center{gap:12px !important}.nav-center a{font-size:15px !important}.brand img{width:195px !important}}@media(max-width:1100px){.values-grid,.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}@media(max-width:720px){.nav-center{flex-wrap:wrap !important;white-space:normal !important}.values-grid,.stat-grid{grid-template-columns:1fr !important}.magic-slider{height:380px !important;min-height:380px !important}}@media (min-width:980px){.magic-hero .hero-copy h1{white-space:nowrap !important;font-size:clamp(58px,5.5vw,92px) !important;line-height:.98 !important}.magic-hero .hero-copy .eyebrow{white-space:nowrap !important}}.v5-stack>*{animation:none !important;opacity:0 !important;transition:opacity 1.25s ease-in-out,transform 7s ease !important;transform:scale(1.018) !important;z-index:0 !important}.v5-stack>*.active{opacity:1 !important;transform:scale(1.005) !important;z-index:1 !important}.hero-media-slider .slide-stack video{object-fit:cover !important}.brand{background:#fff !important}.brand img{background:#fff !important;padding:0 !important;border-radius:0 !important;box-shadow:none !important}.magic-hero .hero-copy{position:relative !important;z-index:3 !important;max-width:720px !important}.magic-hero .hero-copy h1.split-hero-title{white-space:normal !important;max-width:720px !important;overflow:visible !important;font-size:clamp(58px,5.2vw,88px) !important;line-height:.96 !important;letter-spacing:-0.06em !important}.split-hero-title .hero-line-main,.split-hero-title .hero-line-green{display:block !important}.split-hero-title .hero-line-main{color:#102033 !important}.split-hero-title .hero-line-green{color:#2F9E62 !important;font-size:.84em !important;line-height:1.02 !important;margin-top:8px !important;letter-spacing:-0.055em !important}@media (min-width:980px){.magic-hero .hero-copy h1.split-hero-title{white-space:normal !important}}@media (max-width:720px){.magic-hero .hero-copy h1.split-hero-title{font-size:clamp(44px,13vw,58px) !important}.split-hero-title .hero-line-green{font-size:.82em !important}}.brand{background:#fff !important}.brand img{background:#fff !important;width:218px !important;max-height:78px !important;object-fit:contain !important;padding:0 !important;border-radius:0 !important;box-shadow:none !important}@media(max-width:720px){.brand img{width:190px !important}}.magic-hero .hero-copy h1.split-hero-title{font-size:clamp(44px,4.25vw,66px) !important;line-height:1.02 !important;letter-spacing:-0.045em !important;max-width:620px !important}.split-hero-title .hero-line-main,.split-hero-title .hero-line-green{display:block !important;white-space:nowrap !important}.split-hero-title .hero-line-green{font-size:.78em !important;margin-top:6px !important;color:#2F9E62 !important}body[dir="rtl"] .magic-hero .hero-copy h1.split-hero-title{font-size:clamp(38px,3.9vw,58px) !important;letter-spacing:-0.025em !important;max-width:660px !important}body[dir="rtl"] .split-hero-title .hero-line-green{font-size:.68em !important}.single-video-stack>*{animation:none !important;opacity:1 !important;transform:none !important}.single-video-stack video{opacity:1 !important;position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important}.floating-panel strong{font-size:24px !important}.fin-numbers-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.edunumbers-section .section-title{max-width:900px !important}.why-media-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:20px !important;margin-top:28px !important}.why-media-card{position:relative !important;height:310px !important;min-height:310px !important;border-radius:28px !important;overflow:hidden !important;background:#0b2345 !important;box-shadow:0 22px 58px rgba(8,43,105,.12) !important;isolation:isolate !important}.why-media-card video{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;display:block !important}.why-media-card:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(4,16,31,.02) 18%,rgba(4,16,31,.82) 100%)}.why-media-card .photo-card-caption{z-index:2 !important}.success-coming .coming-card p{max-width:820px !important}@media(max-width:1100px){.fin-numbers-grid,.why-media-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}@media(max-width:720px){.magic-hero .hero-copy h1.split-hero-title,body[dir="rtl"] .magic-hero .hero-copy h1.split-hero-title{font-size:clamp(34px,9vw,46px) !important;max-width:100% !important}.split-hero-title .hero-line-main,.split-hero-title .hero-line-green{white-space:normal !important}.fin-numbers-grid,.why-media-grid{grid-template-columns:1fr !important}}.site-header{z-index:1000 !important}.menu-btn{display:none !important;align-items:center !important;gap:9px !important;border:1px solid #DDE6EF !important;background:#fff !important;color:#102033 !important;border-radius:14px !important;padding:10px 13px !important;font-weight:900 !important;cursor:pointer !important;line-height:1 !important}.hamburger-lines{display:inline-flex !important;flex-direction:column !important;gap:4px !important}.hamburger-lines i{display:block !important;width:22px !important;height:2px !important;border-radius:999px !important;background:#0D3B8E !important;transition:.25s ease !important}.site-header.mobile-menu-open .hamburger-lines i:nth-child(1){transform:translateY(6px) rotate(45deg) !important}.site-header.mobile-menu-open .hamburger-lines i:nth-child(2){opacity:0 !important}.site-header.mobile-menu-open .hamburger-lines i:nth-child(3){transform:translateY(-6px) rotate(-45deg) !important}.mobile-menu-panel{display:none !important}@media(max-width:1180px){.site-header .container.nav{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:14px !important;position:relative !important;padding-top:10px !important;padding-bottom:10px !important}.site-header .brand img{width:190px !important;max-height:66px !important}.site-header .nav-center,.site-header .nav-actions{display:none !important}.menu-btn{display:inline-flex !important}.mobile-menu-panel{position:absolute !important;top:100% !important;left:16px !important;right:16px !important;display:none !important;background:rgba(255,255,255,.98) !important;border:1px solid #DDE6EF !important;border-radius:24px !important;box-shadow:0 24px 70px rgba(8,43,105,.18) !important;padding:16px !important;z-index:1200 !important;backdrop-filter:blur(12px) !important}.site-header.mobile-menu-open .mobile-menu-panel{display:block !important}.mobile-nav-links{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}.mobile-nav-links a{display:flex !important;align-items:center !important;justify-content:center !important;min-height:46px !important;padding:12px !important;border-radius:15px !important;background:#F7FBFF !important;border:1px solid #E3ECF5 !important;color:#102033 !important;font-weight:900 !important;text-decoration:none !important;text-align:center !important;white-space:normal !important;line-height:1.2 !important}.mobile-nav-links a.active,.mobile-nav-links a:hover{background:linear-gradient(135deg,rgba(13,59,142,.11),rgba(47,158,98,.15)) !important;border-color:rgba(47,158,98,.28) !important;color:#0D3B8E !important}.mobile-nav-actions{display:grid !important;grid-template-columns:1fr 1fr !important;gap:10px !important;margin-top:12px !important}.mobile-nav-actions a{display:flex !important;justify-content:center !important;align-items:center !important;min-height:48px !important;border-radius:16px !important;font-weight:900 !important;text-decoration:none !important}.mobile-nav-actions .ghost-btn{border:1px solid #DDE6EF !important;color:#0D3B8E !important;background:#fff !important}.mobile-nav-actions .nav-cta{background:linear-gradient(135deg,#2F9E62,#118063) !important;color:#fff !important}}@media(max-width:760px){.topbar{display:none !important}.site-header .container.nav{padding-left:14px !important;padding-right:14px !important}.site-header .brand img{width:170px !important;max-height:58px !important}.menu-word{display:none !important}.menu-btn{padding:12px !important;border-radius:14px !important}.mobile-menu-panel{left:10px !important;right:10px !important;border-radius:20px !important;padding:12px !important}.mobile-nav-links{grid-template-columns:1fr !important;gap:8px !important}.mobile-nav-actions{grid-template-columns:1fr !important}.magic-hero{padding-top:26px !important}.magic-hero .hero-grid{gap:24px !important}.hero-copy .cta-row{display:grid !important;grid-template-columns:1fr !important;gap:10px !important}.hero-copy .cta-row a{width:100% !important;justify-content:center !important}.free-note{max-width:100% !important}}body.mobile-menu-lock{overflow:hidden}body[dir="rtl"] .mobile-nav-links a,body[dir="rtl"] .mobile-nav-actions a{text-align:center !important}.brand img{width:260px !important;max-height:94px !important}.home-numbers-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important}.priority-numbers-grid,.fin-numbers-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.priority-numbers .stat-card strong,.secondary-numbers .stat-card strong{font-size:40px !important}.form-wrap,.form-section .form-wrap{overflow:visible !important}.contact-card,.form-section .contact-card{overflow:visible !important;max-width:100% !important;box-sizing:border-box !important}.form-grid.rich{min-width:0 !important}.form-grid.rich .field,.form-grid.rich .field.full{min-width:0 !important}.form-grid.rich input,.form-grid.rich select,.form-grid.rich textarea{width:100% !important;max-width:100% !important;box-sizing:border-box !important}@media(max-width:1180px){.site-header .brand img{width:220px !important;max-height:78px !important}}@media(max-width:1100px){.home-numbers-grid,.priority-numbers-grid,.fin-numbers-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.form-section .form-wrap,.form-wrap{grid-template-columns:1fr !important}}@media(max-width:760px){html,body{overflow-x:hidden !important}.site-header .brand img{width:205px !important;max-height:72px !important}.form-section{padding-left:0 !important;padding-right:0 !important}.form-section .container,.form-wrap{width:100% !important;max-width:100% !important;padding-left:14px !important;padding-right:14px !important;box-sizing:border-box !important}.contact-card{width:100% !important;max-width:100% !important;padding:20px 16px !important;border-radius:22px !important;margin:0 !important}.contact-card h3{font-size:22px !important}.form-grid.rich,.form-grid{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;width:100% !important}.form-grid.rich .field,.form-grid.rich .field.full,.form-grid .field,.form-grid .field.full{grid-column:1 / -1 !important;width:100% !important}.field label{font-size:14px !important}.field input,.field select,.field textarea{min-height:48px !important;font-size:16px !important;padding:12px 13px !important;border-radius:13px !important}.field textarea{min-height:110px !important}.form-note{font-size:13px !important;line-height:1.55 !important}.home-numbers-grid,.priority-numbers-grid,.fin-numbers-grid{grid-template-columns:1fr !important}.priority-numbers .stat-card strong,.secondary-numbers .stat-card strong,.home-numbers-grid .stat-card strong{font-size:36px !important}}@media(max-width:390px){.site-header .brand img{width:185px !important}.form-section .container,.form-wrap{padding-left:10px !important;padding-right:10px !important}.contact-card{padding:18px 12px !important}}img,video{max-width:100%}.brand img{width:280px !important;height:auto !important;max-height:100px !important}@media(max-width:1180px){.site-header .brand img{width:230px !important;max-height:82px !important}}@media(max-width:760px){.site-header .brand img{width:215px !important;max-height:76px !important}.contact-card,.form-wrap,.form-section .container{overflow:visible !important;contain:none !important}.contact-card{width:100% !important;max-width:calc(100vw - 20px) !important;margin-left:auto !important;margin-right:auto !important}.form-grid.rich{grid-template-columns:1fr !important;width:100% !important}.form-grid.rich .field,.form-grid.rich .field.full{grid-column:1 / -1 !important;width:100% !important;min-width:0 !important}}@media(max-width:390px){.site-header .brand img{width:198px !important}}.site-header{contain:layout style}.magic-hero{content-visibility:auto;contain-intrinsic-size:850px}.section{content-visibility:auto;contain-intrinsic-size:650px}video[data-src]:not([src]){background:#102033}.single-video-stack video[data-src]:not([src]){background-image:var(--hero-poster);background-size:cover;background-position:center}.hero-media-slider{--hero-poster:url("../video/posters/finnish-flag.jpg")}img[loading="lazy"]{content-visibility:auto}@media(max-width:760px){.section{content-visibility:auto;contain-intrinsic-size:780px}.magic-hero{content-visibility:visible}}

/* EduNord v15 final content polish */
.section-title,
.page-hero h1,
.edu-modal-box h2,
.article-section h2,
.card-body h3,
.value-card h3,
.about-card h3,
.faq-card h3,
.process-card-click h3{
  margin-bottom:18px !important;
}
.section-title + .section-sub,
.page-hero h1 + p,
.edu-modal-box h2 + p,
.card-body h3 + p,
.value-card h3 + p,
.about-card h3 + p,
.faq-card h3 + p,
.process-card-click h3 + p{
  margin-top:10px !important;
}
.edu-modal-box p + ul,
.article-section p + p{
  margin-top:14px !important;
}
.edu-modal-box ul{
  margin-top:18px !important;
}
.contact-photo-wide{
  min-height:360px !important;
}
.contact-photo-wide img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
.contact-photo-wide:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(4,16,31,.02) 18%,rgba(4,16,31,.78) 100%);
}
.contact-photo-wide .photo-card-caption{
  z-index:2 !important;
}
.form-grid .field label,
.form-grid.rich .field label{
  display:block !important;
  margin-bottom:9px !important;
  font-weight:900 !important;
  color:#102033 !important;
}
.blog-modal-card{
  appearance:none !important;
  border:0 !important;
  padding:0 !important;
  text-align:inherit !important;
  cursor:pointer !important;
  width:100% !important;
  font-family:inherit !important;
}
.blog-modal-card .card-body p{
  display:none !important;
}
.blog-read-more{
  display:inline-flex !important;
  margin-top:14px !important;
  padding:8px 12px !important;
  border-radius:999px !important;
  background:rgba(47,158,98,.12) !important;
  color:#0D3B8E !important;
  font-weight:900 !important;
  font-size:14px !important;
}
.blog-modal-box{
  max-width:860px !important;
}
.inside-modal-article h2{
  margin-top:0 !important;
}
body[dir="rtl"] .magic-hero .hero-copy .eyebrow{
  display:none !important;
}
body[dir="rtl"] .split-hero-title .hero-line-main,
body[dir="rtl"] .split-hero-title .hero-line-green{
  white-space:normal !important;
}
@media(max-width:760px){
  .section-title,
  .page-hero h1,
  .edu-modal-box h2{
    margin-bottom:16px !important;
  }
  .contact-photo-wide{
    min-height:300px !important;
  }
}
