*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--midnight-indigo:#1e2a5a;--royal-blue:#3b5bdb;--bright-cyan:#22b8cf;--soft-lilac:#e9e7ff;--ice-blue:#eef7ff;--pure-white:#fff;--charcoal-blue:#27324a;--coral-accent:#ff7a6e;--font-heading:"League Spartan", sans-serif;--font-body:"DM Sans", sans-serif}body{font-family:var(--font-body);color:var(--charcoal-blue);background:var(--pure-white);-webkit-font-smoothing:antialiased;line-height:1.6}#root{text-align:left;border:none;width:100%;max-width:100%;min-height:100svh;margin:0;display:block}h1,h2,h3,h4{color:inherit;font-weight:700;line-height:1.25}p{margin:0}a{text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit}:root{--navbar-h:68px}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{animation:1.1s cubic-bezier(.22,1,.36,1) .2s both heroFadeUp}.hero h1{animation:1.1s cubic-bezier(.22,1,.36,1) .45s both heroFadeUp}.hero-sub{animation:1.1s cubic-bezier(.22,1,.36,1) .68s both heroFadeUp}.hero-event-info{animation:1.1s cubic-bezier(.22,1,.36,1) .88s both heroFadeUp}.hero-actions{animation:1.1s cubic-bezier(.22,1,.36,1) 1.08s both heroFadeUp}.fi-section{opacity:0;will-change:opacity, transform;transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);transform:translateY(28px)}.fi-section.fi-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.hero-eyebrow,.hero h1,.hero-sub,.hero-event-info,.hero-actions{animation:none}.fi-section{opacity:1;transition:none;transform:none}}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4{font-family:League Spartan,sans-serif}.navbar{z-index:999;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;box-shadow:0 1px 4px #1e2a5a12}.nav-inner{max-width:1280px;height:var(--navbar-h);align-items:center;gap:1.5rem;height:69px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{color:var(--midnight-indigo);letter-spacing:-.01em;white-space:nowrap;flex-shrink:0;align-items:center;gap:.65rem;margin-right:2rem;font-family:League Spartan,sans-serif;font-size:1.1rem;font-weight:800;display:flex}.nav-logo-icon{object-fit:contain;flex-shrink:0;width:46px;height:46px}.nav-logo-text{flex-direction:column;gap:.1rem;line-height:1;display:flex}.nav-logo-name{color:var(--midnight-indigo);letter-spacing:-.02em;text-align:center;font-family:League Spartan,sans-serif;font-size:1.35rem;font-weight:800;line-height:1}.nav-logo-sub{color:var(--midnight-indigo);letter-spacing:.04em;text-transform:uppercase;white-space:normal;text-align:center;max-width:260px;font-family:League Spartan,sans-serif;font-size:.414rem;font-weight:700;line-height:1.3}.nav-links{flex:1;justify-content:center;align-items:center;gap:.15rem;list-style:none;display:flex}.nav-links li{align-items:center;display:flex}.nav-links a{color:var(--charcoal-blue);white-space:nowrap;border-radius:.375rem;align-items:center;gap:.35rem;padding:.45rem .7rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;line-height:1;text-decoration:none;transition:color .18s,background .18s;display:flex}.nav-links a:hover{color:var(--midnight-indigo);background:var(--ice-blue)}.nav-chevron{border-top:4.5px solid #9ca3af;border-left:3.5px solid #0000;border-right:3.5px solid #0000;flex-shrink:0;width:0;height:0;transition:border-top-color .18s;display:inline-block;position:relative;top:1px}.nav-links a:hover .nav-chevron{border-top-color:var(--midnight-indigo)}.nav-item-dropdown{position:relative}.nav-dropdown{border-top:3px solid var(--royal-blue);z-index:1000;visibility:hidden;opacity:0;background:#fff;border-radius:0 0 .75rem .75rem;min-width:240px;padding:.5rem 0 .75rem;list-style:none;transition:opacity .18s,transform .18s,visibility 0s linear .18s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-6px);box-shadow:0 16px 48px #1e2a5a29}.nav-dropdown:before{content:"";height:11px;position:absolute;top:-11px;left:0;right:0}.nav-dropdown-label{text-transform:uppercase;letter-spacing:.1em;color:var(--royal-blue);opacity:.7;padding:.6rem 1.1rem .25rem;font-family:DM Sans,sans-serif;font-size:.65rem;font-weight:700}.nav-item-dropdown:hover .nav-dropdown{visibility:visible;opacity:1;transition:opacity .18s,transform .18s,visibility linear;transform:translateY(0)}.nav-dropdown li{display:block}.nav-dropdown li a{box-sizing:border-box;width:100%;color:var(--charcoal-blue);white-space:nowrap;border-left:3px solid #0000;align-items:center;gap:.6rem;padding:.55rem 1.1rem .55rem 1rem;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:flex}.nav-dropdown li a:before{content:none}.nav-dropdown li a:hover{background:var(--ice-blue);color:var(--royal-blue);border-left-color:var(--royal-blue)}.nav-dropdown li a:hover:before{opacity:1;background:var(--royal-blue);transform:scale(1.3)}.nav-item-dropdown:hover .nav-chevron{border-top-color:var(--royal-blue);transform:rotate(180deg)}.nav-chevron{transition:border-top-color .18s,transform .18s}.nav-actions{white-space:nowrap;flex-shrink:0;gap:.65rem;display:flex}.btn-nav-teal{background:var(--bright-cyan);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:.375rem;padding:.55rem 1.35rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;transition:background .18s}.btn-nav-teal:hover{background:#1aa8bc}.btn-nav-navy{color:#fff;cursor:pointer;white-space:nowrap;background:#3b5bdb;border:none;border-radius:.375rem;padding:.55rem 1.35rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;transition:background .18s}.btn-nav-navy:hover{background:var(--midnight-indigo)}.btn-nav-text{color:var(--midnight-indigo);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:.375rem;padding:.55rem .75rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;transition:color .18s}.btn-nav-text:hover{color:#3b5bdb}.nav-closed-badge{letter-spacing:.04em;text-transform:uppercase;color:#94a3b8;vertical-align:middle;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;margin-left:.4rem;padding:1px 5px;font-size:.6rem;font-weight:700;line-height:1.4;display:inline-block}.hero{height:calc(100vh - var(--navbar-h,68px));min-height:calc(100vh - var(--navbar-h,68px));max-height:calc(100vh - var(--navbar-h,68px));text-align:center;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;background:linear-gradient(135deg,#1a236eb8 0%,#0000 55%),linear-gradient(#0a123c59 0%,#080e32c7 100%);position:absolute;inset:0}.hero-content{z-index:2;flex-direction:column;align-items:center;max-width:860px;padding:5rem 2.5rem;display:flex;position:relative}.hero-eyebrow{color:#ffffffd9;letter-spacing:.03em;margin-bottom:.85rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:400}.hero h1{color:#fff;letter-spacing:-.01em;margin-bottom:1rem;font-family:League Spartan,sans-serif;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-sub{color:#fffffff2;max-width:700px;margin-bottom:1rem;font-family:League Spartan,sans-serif;font-size:1.35rem;font-weight:700;line-height:1.45}.hero-event-info{color:#fffc;letter-spacing:.02em;margin-bottom:2.25rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:400}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-hero-white{color:#1e2a5a;cursor:pointer;background:#fff;border:none;border-radius:.5rem;justify-content:center;align-items:center;min-width:220px;padding:.75rem 2rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .18s,color .18s;display:inline-flex}.btn-hero-white:hover{background:#e8edf6}.btn-hero-outline{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:2px solid #ffffffb3;border-radius:.5rem;justify-content:center;align-items:center;min-width:220px;padding:.75rem 2rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .18s,border-color .18s;display:inline-flex}.btn-hero-outline:hover{background:#ffffff38;border-color:#fff}.regional-platform{background:var(--pure-white);text-align:center;align-items:center;padding:5rem 0;display:flex}.rp-label{letter-spacing:.1em;color:#3b5bdb;text-transform:uppercase;margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:700}.regional-platform h2{color:var(--midnight-indigo);max-width:900px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-family:League Spartan,sans-serif;font-size:2rem;font-weight:800;line-height:1.2}.regional-platform p{text-align:center;max-width:900px;margin:0 auto .5rem;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.8}.btn-rp-outline{color:#3b5bdb;border:2px solid #3b5bdb;border-radius:.5rem;align-items:center;gap:.4rem;margin-top:.75rem;padding:.7rem 1.75rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .18s,color .18s;display:inline-flex}.btn-rp-outline:hover{color:#fff;background:#3b5bdb}.sdg-section{text-align:center;background:#eef3fb;align-items:center;min-height:50vh;padding:4.5rem 0;display:flex}.sdg-label{letter-spacing:.1em;color:#3b5bdb;text-transform:uppercase;margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:700}.sdg-title{color:#1e2a5a;margin-bottom:1rem;font-family:League Spartan,sans-serif;font-size:2.25rem;font-weight:800;line-height:1.2}.sdg-subtitle{color:#64748b;max-width:620px;margin:0 auto 3rem;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.75}.sdg-cards{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}.sdg-card{text-align:center;background:#fff;border-radius:1rem;flex-direction:column;justify-content:flex-start;align-items:center;gap:.75rem;padding:1.5rem 1.4rem 1.75rem;display:flex;box-shadow:0 2px 12px #1e2a5a12}.sdg-img-wrap{flex-shrink:0;justify-content:center;align-items:center;height:88px;display:flex}.sdg-img{object-fit:contain;border-radius:.75rem;width:72px;height:72px}.sdg-card-title{color:#1e2a5a;margin:0;font-family:League Spartan,sans-serif;font-size:.95rem;font-weight:700;line-height:1.3}.sdg-card-desc{color:#64748b;margin:0;font-family:DM Sans,sans-serif;font-size:.82rem;line-height:1.65}@media (width<=1080px){.sdg-cards{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.sdg-cards{grid-template-columns:repeat(2,1fr);gap:1rem}.sdg-title{font-size:1.75rem}}@media (width<=450px){.sdg-cards{grid-template-columns:1fr}.sdg-title{font-size:1.5rem}.sdg-section{padding:3rem 0}}.why-matters{text-align:center;background:#f4f7fd;padding:5rem 0}.wm-label{letter-spacing:.1em;text-transform:uppercase;color:#3b5bdb;margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:700}.why-matters h2{color:var(--midnight-indigo);margin-bottom:1rem;font-family:League Spartan,sans-serif;font-size:2rem}.wm-subtitle{color:var(--charcoal-blue);max-width:600px;margin:0 auto 3rem;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.6}.matters-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.matter-card{background:var(--pure-white);border:none;border-radius:.875rem;padding:1.75rem;transition:box-shadow .2s;box-shadow:0 2px 12px #1e2a5a12}.matter-card:hover{box-shadow:0 6px 24px #1e2a5a1f}.matter-icon{border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.25rem;display:flex}.matter-card h3{margin-bottom:.5rem;font-family:League Spartan,sans-serif;font-size:1.05rem;font-weight:700}.matter-card p{color:var(--charcoal-blue);font-family:DM Sans,sans-serif;font-size:.9rem;line-height:1.65}.at-a-glance{background:var(--pure-white);text-align:center;align-items:center;min-height:50vh;padding:3rem 0;display:flex}.at-a-glance h2{color:var(--midnight-indigo);margin-bottom:2rem;font-family:League Spartan,sans-serif;font-size:2rem}.glance-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.glance-card{background:var(--pure-white);text-align:left;border:1px solid #e8eaf0;border-radius:.75rem;align-items:flex-start;gap:.85rem;padding:1.35rem 1.5rem;transition:box-shadow .18s;display:flex}.glance-card:hover{box-shadow:0 4px 16px #1e2a5a14}.glance-card-icon{color:var(--bright-cyan);flex-shrink:0;margin-top:.1rem}.glance-card-body{flex-direction:column;gap:.2rem;display:flex}.glance-card-label{color:var(--bright-cyan);letter-spacing:.01em;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500}.glance-card-value{color:var(--midnight-indigo);font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;line-height:1.4}.important-dates{text-align:center;background:#fff;align-items:center;min-height:50vh;padding:5rem 0;display:flex}.id-label{letter-spacing:.1em;color:#3b5bdb;text-transform:uppercase;margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:700}.id-title{color:#1e2a5a;margin-bottom:1rem;font-family:League Spartan,sans-serif;font-size:2.25rem;font-weight:800;line-height:1.2}.id-subtitle{color:#64748b;max-width:500px;margin:0 auto 3.5rem;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.75}.id-timeline{justify-content:space-between;align-items:flex-start;margin-bottom:3rem;display:flex;position:relative}.id-timeline:before{content:"";z-index:0;background:#d1d9ef;height:1.5px;position:absolute;top:7px;left:0;right:0}.id-milestone{flex-direction:column;flex:1;align-items:center;display:flex}.id-dot{z-index:1;background:#fff;border:2px solid #3b5bdb;border-radius:50%;flex-shrink:0;width:14px;height:14px;position:relative}.id-dot--past{background:#1a9e5c;border-color:#1a9e5c;justify-content:center;align-items:center;display:flex}.id-dot--next{background:#3b5bdb;border-color:#3b5bdb;position:relative}.id-dot--next:after{content:"";opacity:1;background:#3b5bdb40;border-radius:50%;animation:1.8s ease-in-out infinite id-pulse;position:absolute;inset:-4px;transform:scale(1)}.id-dot--future{background:#fff;border-color:#d1d9ef}@keyframes id-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:0;transform:scale(1.7)}}.id-milestone--past .id-milestone-date,.id-milestone--past .id-milestone-label{color:#94a3b8}.id-milestone--next .id-milestone-date{color:#3b5bdb;font-weight:800}.id-milestone--next .id-milestone-label{color:#1e2a5a;font-weight:600}.id-milestone-tag{letter-spacing:.04em;text-transform:uppercase;border-radius:20px;margin-top:.2rem;padding:.15rem .5rem;font-family:DM Sans,sans-serif;font-size:.68rem;font-weight:700}.id-milestone-tag--done{color:#1a9e5c;background:#e6f9f0}.id-milestone-tag--next{color:#3b5bdb;background:#e8edff}.id-countdown-concluded{color:#fff;text-align:center;padding:1rem 0;font-family:League Spartan,sans-serif;font-size:1.35rem;font-weight:700}.id-milestone-content{flex-direction:column;align-items:center;gap:.25rem;margin-top:1rem;padding:0 .5rem;display:flex}.id-milestone-date{color:#1e2a5a;font-family:League Spartan,sans-serif;font-size:.875rem;font-weight:700}.id-milestone-label{color:#64748b;text-align:center;font-family:DM Sans,sans-serif;font-size:.78rem;line-height:1.45}.id-btn{color:#3b5bdb;align-items:center;gap:.35rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .18s;display:inline-flex}.id-btn:hover{color:#1e2a5a}.id-countdown-box{background:linear-gradient(135deg,#1e2a5a 0%,#3b5bdb 100%);border-radius:1rem;width:100%;margin-bottom:3.5rem;padding:2rem 2.5rem}.id-countdown-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3;margin-bottom:1.25rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600}.id-countdown-deadline{color:#ffffff8c;letter-spacing:.02em;margin-top:1.25rem;font-family:DM Sans,sans-serif;font-size:.78rem}.cd-numbers{justify-content:center;align-items:center;gap:.5rem;display:flex}.cd-unit{flex-direction:column;align-items:center;min-width:64px;display:flex}.cd-num{color:#fff;font-family:League Spartan,sans-serif;font-size:2.75rem;font-weight:800;line-height:1}.cd-label{color:#ffffffa6;letter-spacing:.06em;text-transform:uppercase;margin-top:.3rem;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:500}.cd-sep{color:#ffffff73;padding-bottom:1rem;font-family:League Spartan,sans-serif;font-size:2rem;font-weight:800;line-height:1}@media (width<=768px){.id-timeline{flex-direction:column;align-items:flex-start;gap:1.5rem;padding-left:1.5rem}.id-timeline:before{width:1.5px;height:auto;inset:0 auto 0 6px}.id-milestone{flex-direction:row;flex:none;align-items:flex-start;gap:1rem;width:100%}.id-dot{flex-shrink:0;margin-top:2px}.id-milestone-content{align-items:flex-start;margin-top:0;padding:0}.id-milestone-label{text-align:left}}@media (width<=450px){.id-title{font-size:1.75rem}.id-subtitle{font-size:.9rem}.important-dates{padding:3.5rem 0}.id-countdown-box{min-width:unset;width:100%;padding:1.5rem 1.25rem}.cd-num{font-size:2.25rem}.cd-unit{min-width:50px}}.strategic-themes{background:var(--soft-lilac);text-align:center;align-items:center;min-height:100vh;padding:4rem 0;display:flex}.strategic-themes h2{color:var(--midnight-indigo);margin-bottom:.85rem;font-family:League Spartan,sans-serif;font-size:2rem}.themes-sub{color:var(--charcoal-blue);max-width:640px;margin:0 auto 2.5rem;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.75}.themes-grid{text-align:left;grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.theme-card{background:var(--pure-white);border:1px solid #3b5bdb26;border-radius:.625rem;padding:1.5rem 1.75rem;transition:box-shadow .2s}.theme-card:hover{box-shadow:0 4px 18px #1e2a5a1a}.theme-num{letter-spacing:.08em;text-transform:uppercase;color:var(--royal-blue);margin-bottom:.5rem;font-family:League Spartan,sans-serif;font-size:.72rem;font-weight:700}.theme-card h3{color:var(--midnight-indigo);margin-bottom:.5rem;font-family:League Spartan,sans-serif;font-size:1.125rem;font-weight:700}.theme-card p{color:var(--charcoal-blue);font-family:DM Sans,sans-serif;font-size:.9rem;line-height:1.65}.ai-sectors{background:var(--midnight-indigo);text-align:center;color:#fff;align-items:center;min-height:50vh;padding:3rem 0;display:flex}.ai-sectors h2{margin-bottom:1.75rem;font-family:League Spartan,sans-serif;font-size:2rem;font-weight:700}.sectors-wrap{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.sector-tag{color:var(--soft-lilac);background:#ffffff12;border:1px solid #ffffff26;border-radius:9999px;padding:.45rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;transition:background .18s}.sector-tag:hover{background:var(--royal-blue);color:#fff}.who-attend{text-align:center;background:#fff;padding:5rem 0}.who-label{letter-spacing:.1em;text-transform:uppercase;color:#3b5bdb;margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:700}.who-attend h2{color:var(--midnight-indigo);margin-bottom:1rem;font-family:League Spartan,sans-serif;font-size:2rem}.who-subtitle{color:var(--charcoal-blue);max-width:560px;margin:0 auto 3rem;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.6}.who-groups{text-align:left;grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.who-group{background:var(--pure-white);border:1px solid #e8edf5;border-radius:.875rem;flex-direction:column;gap:.75rem;padding:1.75rem 1.5rem;display:flex;box-shadow:0 2px 8px #1e285a0f}.who-group-icon{border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.who-group-title{color:var(--midnight-indigo);margin:0;font-family:League Spartan,sans-serif;font-size:1rem;font-weight:700}.who-group-items{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.who-group-items li{color:#5ba4c8;font-family:DM Sans,sans-serif;font-size:.875rem;line-height:1.4}.how-it-works{text-align:center;background:#f4f7fd;min-height:70vh;padding:5rem 0}.hiw-label{letter-spacing:.1em;text-transform:uppercase;color:#3b5bdb;margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:700}.hiw-title{color:var(--midnight-indigo);margin-bottom:1rem;font-family:League Spartan,sans-serif;font-size:2rem}.hiw-subtitle{color:var(--charcoal-blue);max-width:580px;margin:0 auto 3rem;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.6}.hiw-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.hiw-card{background:var(--pure-white);border-radius:.875rem;padding:1.75rem;transition:box-shadow .2s;box-shadow:0 2px 12px #1e2a5a12}.hiw-card:hover{box-shadow:0 6px 24px #1e2a5a1f}.hiw-card-icon{margin-bottom:1rem;display:flex}.hiw-card-title{color:var(--midnight-indigo);margin-bottom:.5rem;font-family:League Spartan,sans-serif;font-size:1.05rem;font-weight:700}.hiw-card-desc{color:var(--charcoal-blue);font-family:DM Sans,sans-serif;font-size:.875rem;line-height:1.65}.hiw-btn{color:#fff;background:#3b5bdb;border-radius:.5rem;padding:.85rem 2.25rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .18s;display:inline-block}.hiw-btn:hover{background:var(--midnight-indigo)}.collaboration{background:var(--pure-white);text-align:center;padding:5rem 0}.collab-label{letter-spacing:.1em;text-transform:uppercase;color:#3b5bdb;margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:700}.collaboration h2{color:var(--midnight-indigo);margin-bottom:1rem;font-family:League Spartan,sans-serif;font-size:2rem}.collab-desc{color:var(--charcoal-blue);max-width:580px;margin:0 auto 2.5rem;font-family:DM Sans,sans-serif;font-size:.95rem;line-height:1.8}.collab-group-label{text-transform:uppercase;letter-spacing:.12em;color:#94a3b8;margin-bottom:1rem;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:600}.collab-organizer-row{justify-content:center;margin-bottom:2rem;display:flex}.collab-partners-row{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-bottom:2rem;display:flex}.collab-logo-box{justify-content:center;align-items:center;display:flex}.collab-logo-box--lg{width:200px;height:72px}.collab-organizer-img{object-fit:contain;width:auto;height:150px}.collab-partner-img{object-fit:contain;width:130px;height:130px}.collab-note{color:#94a3b8;margin-bottom:2rem;font-family:DM Sans,sans-serif;font-size:.8rem}.btn-outline-royal{background:var(--pure-white);color:#3b5bdb;cursor:pointer;border:2px solid #3b5bdb;border-radius:.625rem;padding:.8rem 2.25rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .18s;display:inline-block}.btn-outline-royal:hover{color:#fff;background:#3b5bdb}.cta-section{text-align:center;color:#fff;background:linear-gradient(120deg,#1a2357 0%,#3b5bdb 100%);padding:5rem 0}.cta-section h2{color:#fff;max-width:640px;margin:0 auto 1rem;font-family:League Spartan,sans-serif;font-size:2.25rem;font-weight:800;line-height:1.2}.cta-desc{color:#ffffffc7;max-width:520px;margin:0 auto 2.25rem;font-family:DM Sans,sans-serif;font-size:.95rem;line-height:1.75}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-cta-white{color:var(--midnight-indigo);cursor:pointer;background:#fff;border:2px solid #fff;border-radius:.5rem;padding:.8rem 2rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .18s,color .18s;display:inline-block}.btn-cta-white:hover{background:#e8edf6;border-color:#e8edf6}.btn-cta-outline{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffffb3;border-radius:.5rem;padding:.8rem 2rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .18s,border-color .18s;display:inline-block}.btn-cta-outline:hover{background:#ffffff26;border-color:#fff}.nav-hamburger{cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:40px;height:40px;margin-left:auto;padding:4px;display:none}.nav-hamburger span{background:var(--midnight-indigo);border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.nav-hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-mobile-menu{background:#fff;border-top:1px solid #e5e7eb;animation:.22s slideDown;box-shadow:0 8px 24px #1e2a5a1a}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nav-mobile-inner{flex-direction:column;gap:.1rem;max-width:100%;max-height:calc(100svh - 69px);padding:.75rem 1.25rem 1.5rem;display:flex;overflow-y:auto}.nav-mobile-group{flex-direction:column;display:flex}.nav-mobile-section{text-transform:uppercase;letter-spacing:.1em;color:var(--royal-blue);opacity:.7;padding:.9rem .5rem .25rem;font-family:DM Sans,sans-serif;font-size:.65rem;font-weight:700}.nav-mobile-link{color:var(--charcoal-blue);border-radius:.375rem;padding:.5rem .6rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.nav-mobile-link:hover{background:var(--ice-blue);color:var(--midnight-indigo)}.nav-mobile-link--top{padding:.65rem .6rem;font-size:.95rem;font-weight:600}.nav-mobile-actions{border-top:1px solid #e5e7eb;flex-direction:column;gap:.65rem;margin-top:1rem;padding-top:1rem;display:flex}.nav-mobile-actions .btn-nav-teal,.nav-mobile-actions .btn-nav-navy{text-align:center;width:100%;padding:.75rem 1rem;font-size:.95rem}@media (width>=1500px){.container,.nav-inner{max-width:1440px}}@media (width<=1366px){.nav-inner{gap:.75rem}.nav-logo{margin-right:.5rem}.nav-logo-icon{width:38px;height:38px}.nav-logo-name{font-size:1.15rem}.nav-links{gap:0}.nav-links a{padding:.45rem .48rem;font-size:.82rem}.btn-nav-teal{padding:.5rem .9rem;font-size:.82rem}.btn-nav-text{padding:.45rem;font-size:.82rem}}@media (width<=1200px){.nav-inner{gap:.4rem;padding-left:1rem;padding-right:1rem}.nav-logo{margin-right:0}.nav-logo-icon{width:32px;height:32px}.nav-logo-name{font-size:1rem}.nav-links a{padding:.4rem .35rem;font-size:.77rem}.btn-nav-teal{padding:.45rem .7rem;font-size:.77rem}.btn-nav-text{padding:.4rem .35rem;font-size:.77rem}.nav-actions{gap:.35rem}}@media (width<=1080px){.container,.nav-inner{padding-left:1.5rem;padding-right:1.5rem}.nav-links a{padding:.4rem .3rem;font-size:.75rem}.btn-nav-teal,.btn-nav-navy{padding:.45rem .65rem;font-size:.75rem}.btn-nav-text{padding:.4rem;font-size:.75rem}.nav-logo{margin-right:0;font-size:.92rem}.matters-grid,.hiw-grid,.who-groups{grid-template-columns:repeat(2,1fr)}.footer{padding-top:2.75rem}.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:1.75rem 2rem;padding-bottom:2.5rem}.footer-brand{grid-column:1/-1}.footer-logo{font-size:1rem}.footer-brand p{font-size:.875rem}.footer-bottom{font-size:.78rem}}@media (width<=1020px){.nav-links,.nav-actions{display:none}.nav-hamburger{display:flex}.nav-inner{gap:.5rem}}@media (width<=768px){.container{padding-left:1.25rem;padding-right:1.25rem}.hero{height:calc(100vh - var(--navbar-h,68px));min-height:calc(100vh - var(--navbar-h,68px));max-height:calc(100vh - var(--navbar-h,68px))}.hero-content{padding:4rem 1.5rem 3.5rem}.hero h1{font-size:3rem}.hero-sub{font-size:1rem}.hero-eyebrow{font-size:.85rem}.hero-actions{gap:.75rem}.regional-platform h2,.sdg-title,.id-title,.who-attend h2,.hiw-title,.why-matters h2,.collaboration h2{font-size:1.65rem}.regional-platform,.sdg-section,.important-dates,.who-attend,.how-it-works,.why-matters,.collaboration{padding:3.5rem 0}.id-countdown-box{padding:1.5rem 1.25rem}.cd-num{font-size:2.25rem}.cd-unit{min-width:50px}.matters-grid,.hiw-grid{grid-template-columns:1fr}.who-groups{grid-template-columns:repeat(2,1fr)}.collab-partner-img{width:90px;height:90px}.collab-organizer-img{height:110px}.collab-partners-row{gap:1rem}.hiw-btn{text-align:center;width:100%}.footer{padding-top:2.25rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem 1.75rem;padding-bottom:2rem}.footer-brand{grid-column:1/-1}.footer-logo{font-size:.95rem}.footer-brand p{font-size:.85rem}.footer-col h4{margin-bottom:.75rem;font-size:.75rem}.footer-col ul a,.footer-contact-email{font-size:.85rem}.footer-meta-line{font-size:.75rem}.footer-bottom{padding:1rem 0;font-size:.75rem}.cta-section h2{font-size:1.75rem}.cta-section{padding:3.5rem 0}.nav-logo{gap:.45rem}.nav-logo-icon{width:34px;height:34px}.nav-logo-name{font-size:1.1rem}}@media (width<=450px){.container{padding-left:1rem;padding-right:1rem}.hero-content{padding:3rem 1rem 2.5rem}.hero h1{font-size:2.5rem}.hero-sub{font-size:.875rem}.hero-eyebrow{font-size:.78rem}.hero-actions{flex-direction:column;align-items:stretch}.btn-hero-white,.btn-hero-outline{text-align:center;justify-content:center;padding:.65rem 1.4rem;font-size:.875rem}.regional-platform h2,.sdg-title,.id-title,.who-attend h2,.hiw-title,.why-matters h2,.collaboration h2{font-size:1.45rem}.regional-platform,.sdg-section,.important-dates,.who-attend,.how-it-works,.why-matters,.collaboration{padding:2.75rem 0}.sdg-cards{grid-template-columns:repeat(2,1fr);gap:.85rem}.sdg-img-wrap{height:68px}.sdg-img{width:56px;height:56px}.id-countdown-box{padding:1.25rem 1rem}.cd-num{font-size:1.85rem}.cd-unit{min-width:42px}.cd-sep{font-size:1.5rem}.id-countdown-label{font-size:.8rem}.who-groups{grid-template-columns:1fr}.collab-partner-img{width:72px;height:72px}.collab-organizer-img{height:90px}.collab-partners-row{gap:.75rem}.cta-section h2{font-size:1.45rem}.cta-section{padding:2.75rem 0}.cta-actions{flex-direction:column;align-items:stretch}.btn-cta-white,.btn-cta-outline{text-align:center;width:100%}.nav-logo{gap:.35rem}.nav-logo-icon{width:28px;height:28px}.nav-logo-name{font-size:.95rem}.footer-logo{justify-content:center}.footer-logo-text{align-items:center}.footer{padding-top:2rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem;padding-bottom:1.75rem}.footer-brand{grid-column:auto}.footer-logo{font-size:.95rem}.footer-col h4{margin-bottom:.6rem}.footer-col ul{gap:.4rem}.footer-bottom{font-size:.72rem}}@media (width<=400px){.container{padding-left:.875rem;padding-right:.875rem}.nav-logo{gap:.3rem;font-size:.88rem}.nav-logo-icon{width:24px;height:24px}.nav-logo-name{font-size:.85rem}.hero-content{padding:2.5rem .875rem 2rem}.hero h1{font-size:2.2rem}.id-countdown-box{padding:1rem .875rem}.cd-num{font-size:1.6rem}.cd-unit{min-width:36px}.cd-sep{font-size:1.25rem}.id-countdown-label,.id-countdown-deadline{font-size:.75rem}.sdg-cards{grid-template-columns:1fr}.sdg-img-wrap{height:60px}.sdg-img{width:50px;height:50px}.collab-partner-img{width:60px;height:60px}.collab-organizer-img{height:76px}.btn-hero-white,.btn-hero-outline{text-align:center;justify-content:center}.footer{padding-top:1.75rem}.footer-grid{gap:1.25rem;padding-bottom:1.5rem}.footer-logo{font-size:.9rem}.footer-brand p,.footer-col ul a,.footer-contact-email{font-size:.8rem}.footer-meta-line,.footer-bottom{font-size:.7rem}}@media (width<=300px){.container{padding-left:.5rem;padding-right:.5rem}.nav-logo{font-size:.78rem}.nav-inner{padding:0 .5rem}.hero-content{padding:2rem .5rem}.hero h1{font-size:1.9rem}.hero-eyebrow,.hero-event-info{font-size:.7rem}.hero-sub{font-size:.8rem}.regional-platform h2,.sdg-title,.id-title,.who-attend h2,.hiw-title,.why-matters h2,.collaboration h2,.cta-section h2{font-size:1.2rem}.regional-platform,.sdg-section,.important-dates,.who-attend,.how-it-works,.why-matters,.collaboration,.cta-section{padding:2rem 0}.id-countdown-box{padding:.875rem .625rem}.cd-num{font-size:1.3rem}.cd-unit{min-width:28px}.cd-sep{margin:0;padding-bottom:.75rem;font-size:1rem}.id-countdown-label{font-size:.68rem}.collab-partner-img{width:48px;height:48px}.collab-organizer-img{height:60px}.footer{padding-top:1.5rem}.footer-grid{gap:1rem;padding-bottom:1.25rem}.footer-logo{font-size:.82rem}.footer-brand p{font-size:.75rem;line-height:1.6}.footer-col h4{margin-bottom:.5rem;font-size:.68rem}.footer-col ul a,.footer-contact-email{font-size:.75rem}.footer-meta-line{font-size:.65rem}.footer-bottom{padding:.875rem 0;font-size:.65rem}}.placeholder-page{text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:100vh;display:flex}.placeholder-page h1{color:var(--midnight-indigo);font-family:League Spartan,sans-serif;font-size:2.5rem;font-weight:800}.placeholder-page p{color:#94a3b8;font-family:DM Sans,sans-serif;font-size:1rem}a.nav-logo{text-decoration:none}.footer{background:var(--midnight-indigo);color:var(--soft-lilac);border-top:1px solid #3b5bdb4d;padding-top:3.5rem}.footer-grid{grid-template-columns:2.2fr 1fr 1fr 1.3fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-logo{color:#fff;align-items:center;gap:.5rem;margin-bottom:.85rem;font-family:League Spartan,sans-serif;font-size:1.05rem;font-weight:800;display:flex}.footer-logo-icon{object-fit:contain;flex-shrink:0;width:40px;height:40px}.footer-logo-text{flex-direction:column;gap:.1rem;display:flex}.footer-logo-name{color:#fff;letter-spacing:-.02em;text-align:center;font-family:League Spartan,sans-serif;font-size:1.35rem;font-weight:800;line-height:1}.footer-logo-sub{color:#ffffffbf;letter-spacing:.04em;text-transform:uppercase;text-align:center;font-family:League Spartan,sans-serif;font-size:.414rem;font-weight:700;line-height:1.3}.footer-brand p{color:var(--soft-lilac);opacity:.7;font-family:DM Sans,sans-serif;font-size:.9rem;line-height:1.75}.footer-meta-line{color:var(--soft-lilac);opacity:.4;margin-top:.75rem;font-family:DM Sans,sans-serif;font-size:.8rem;display:block}.footer-col h4{color:#fff;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem;font-family:League Spartan,sans-serif;font-size:.8rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.5rem;display:flex}.footer-col ul a,.footer-col ul a:visited{color:var(--soft-lilac);opacity:.6;font-family:DM Sans,sans-serif;font-size:.9rem;text-decoration:none;transition:opacity .18s,color .18s}.footer-col ul a:hover{opacity:1;color:var(--bright-cyan)}.footer-contact-email{color:var(--bright-cyan);opacity:.9;word-break:break-all;margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.875rem;text-decoration:none;transition:opacity .18s;display:block}.footer-contact-email:hover{opacity:1}.footer-contact-desc{color:var(--soft-lilac);opacity:.6;font-family:DM Sans,sans-serif;font-size:.85rem;line-height:1.7}.footer-bottom{text-align:center;color:var(--soft-lilac);opacity:.4;border-top:1px solid #3b5bdb33;padding:1.25rem 0;font-family:DM Sans,sans-serif;font-size:.8rem}@media (width>=1800px){.footer{padding-top:4.5rem}.footer-grid{gap:4rem;padding-bottom:4rem}.footer-logo{font-size:1.15rem}.footer-brand p,.footer-col ul a,.footer-col ul a:visited,.footer-contact-email{font-size:.95rem}.footer-contact-desc{font-size:.9rem}.footer-col h4{font-size:.85rem}.footer-bottom{padding:1.5rem 0;font-size:.85rem}}@media (width>=1500px) and (width<=1799px){.footer{padding-top:4rem}.footer-grid{gap:3.5rem;padding-bottom:3.5rem}.footer-logo{font-size:1.1rem}.footer-brand p{font-size:.92rem}.footer-bottom{padding:1.35rem 0;font-size:.82rem}}@media (width>=1367px) and (width<=1499px){.footer{padding-top:3.5rem}.footer-grid{gap:3rem;padding-bottom:3rem}}@media (width>=1081px) and (width<=1366px){.footer{padding-top:3rem}.footer-grid{gap:2.25rem;padding-bottom:2.75rem}.footer-col h4{font-size:.78rem}}@media (width<=1080px){.footer{padding-top:2.75rem}.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:1.5rem 2rem;padding-bottom:2.5rem}.footer-brand{grid-column:1/-1}.footer-logo{font-size:1rem}.footer-brand p{font-size:.875rem}.footer-col h4{font-size:.76rem}.footer-col ul a,.footer-col ul a:visited,.footer-contact-email{font-size:.875rem}.footer-contact-desc{font-size:.83rem}.footer-bottom{font-size:.78rem}}@media (width<=768px){.footer{padding-top:2.25rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem 2rem;padding-bottom:2rem}.footer-brand{grid-column:1/-1}.footer-logo{font-size:.95rem}.footer-brand p{font-size:.85rem;line-height:1.7}.footer-col h4{margin-bottom:.75rem;font-size:.74rem}.footer-col ul{gap:.45rem}.footer-col ul a,.footer-col ul a:visited,.footer-contact-email{font-size:.84rem}.footer-contact-desc{font-size:.8rem;line-height:1.65}.footer-meta-line{font-size:.72rem}.footer-bottom{padding:1rem 0;font-size:.75rem}}@media (width<=450px){.footer{padding-top:2rem}.footer-grid{text-align:center;grid-template-columns:1fr;gap:1.5rem;padding-bottom:1.75rem}.footer-brand{grid-column:auto}.footer-logo{font-size:.92rem}.footer-brand p{font-size:.82rem;line-height:1.7}.footer-col h4{margin-bottom:.6rem;font-size:.72rem}.footer-col ul{align-items:center;gap:.4rem}.footer-col ul a,.footer-col ul a:visited{font-size:.82rem}.footer-contact-email{text-align:center;font-size:.82rem}.footer-contact-desc{font-size:.78rem}.footer-meta-line{font-size:.7rem}.footer-bottom{padding:.9rem 0;font-size:.72rem}}@media (width<=400px){.footer{padding-top:1.75rem}.footer-grid{text-align:center;gap:1.25rem;padding-bottom:1.5rem}.footer-logo{font-size:.88rem}.footer-brand p{font-size:.78rem}.footer-col h4{margin-bottom:.5rem;font-size:.68rem}.footer-col ul{align-items:center;gap:.35rem}.footer-col ul a,.footer-col ul a:visited{font-size:.78rem}.footer-contact-email{text-align:center;font-size:.78rem}.footer-contact-desc{font-size:.74rem;line-height:1.6}.footer-meta-line{font-size:.65rem}.footer-bottom{padding:.8rem 0;font-size:.68rem}}@media (width<=350px){.footer{padding-top:1.5rem}.footer-grid{text-align:center;gap:1rem;padding-bottom:1.25rem}.footer-logo{font-size:.82rem}.footer-brand p{font-size:.72rem;line-height:1.55}.footer-col h4{margin-bottom:.4rem;font-size:.63rem}.footer-col ul{align-items:center;gap:.3rem}.footer-col ul a,.footer-col ul a:visited{font-size:.72rem}.footer-contact-email{text-align:center;margin-bottom:.5rem;font-size:.72rem}.footer-contact-desc{font-size:.68rem;line-height:1.55}.footer-meta-line{font-size:.6rem}.footer-bottom{padding:.7rem 0;font-size:.62rem}}@media (width<=480px){.hero h1{font-size:clamp(1.75rem,5vw + .5rem,2.5rem)}.hero-sub{font-size:clamp(.8rem,1.8vw + .3rem,.95rem)}.hero-eyebrow{font-size:clamp(.68rem,1.5vw + .2rem,.85rem)}.hero-event-info{font-size:clamp(.68rem,1.5vw + .18rem,.82rem)}.btn-hero-white,.btn-hero-outline{font-size:clamp(.8rem,1.8vw + .22rem,.95rem)}.regional-platform h2,.why-matters h2,.at-a-glance h2,.important-dates h2,.strategic-themes h2,.ai-sectors h2,.who-attend h2,.collaboration h2,.cta-section h2{font-size:clamp(1.15rem,3.5vw + .4rem,1.55rem)}.regional-platform p,.collab-desc,.cta-desc,.themes-sub{font-size:clamp(.78rem,1.8vw + .2rem,.92rem)}.matter-card h3{font-size:clamp(.88rem,2.5vw + .2rem,1.05rem)}.matter-card p{font-size:clamp(.75rem,1.8vw + .18rem,.88rem)}.glance-card-label{font-size:clamp(.62rem,1.5vw + .16rem,.76rem)}.glance-card-value{font-size:clamp(.8rem,1.8vw + .22rem,.95rem)}.cd-num{font-size:clamp(1.25rem,5vw + .2rem,1.85rem)}.cd-label{font-size:clamp(.58rem,1.4vw + .14rem,.7rem)}.cd-sep{font-size:clamp(1rem,3.5vw + .1rem,1.5rem)}.cd-title{font-size:clamp(.72rem,1.8vw + .18rem,.88rem)}.date-card-title{font-size:clamp(.82rem,2.2vw + .2rem,1rem)}.date-card-date{font-size:clamp(.72rem,1.8vw + .16rem,.86rem)}.date-badge{font-size:clamp(.58rem,1.4vw + .12rem,.68rem)}.theme-num{font-size:clamp(.6rem,1.4vw + .12rem,.72rem)}.theme-card h3{font-size:clamp(.88rem,2.5vw + .2rem,1.05rem)}.theme-card p{font-size:clamp(.75rem,1.8vw + .18rem,.88rem)}.sector-tag{font-size:clamp(.72rem,1.8vw + .18rem,.88rem)}.who-group-title{font-size:clamp(.85rem,2vw + .2rem,1rem)}.who-group-items li{font-size:clamp(.72rem,1.8vw + .18rem,.875rem)}.collab-group-label{font-size:clamp(.6rem,1.4vw + .12rem,.72rem)}.collab-note{font-size:clamp(.68rem,1.5vw + .16rem,.78rem)}.btn-cta-white,.btn-cta-outline{font-size:clamp(.8rem,1.8vw + .22rem,.95rem)}.footer-logo{font-size:clamp(.82rem,2vw + .22rem,.95rem)}.footer-brand p{font-size:clamp(.72rem,1.6vw + .18rem,.82rem)}.footer-meta-line{font-size:clamp(.6rem,1.4vw + .12rem,.7rem)}.footer-col h4{font-size:clamp(.62rem,1.4vw + .14rem,.72rem)}.footer-col ul a,.footer-col ul a:visited,.footer-contact-email{font-size:clamp(.72rem,1.6vw + .18rem,.82rem)}.footer-contact-desc{font-size:clamp(.68rem,1.5vw + .16rem,.78rem)}.footer-bottom{font-size:clamp(.6rem,1.4vw + .12rem,.72rem)}}.page-loader{background:#fff;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.page-loader-spinner{border:3.5px solid #e2e8f0;border-top-color:#3b5bdb;border-radius:50%;width:44px;height:44px;animation:.7s linear infinite page-loader-spin;display:inline-block}@keyframes page-loader-spin{to{transform:rotate(360deg)}}
