@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,500;1,600&display=swap');

:root{
  --ink:#07131c;
  --ink-2:#0b1d28;
  --night:#041019;
  --night-2:#071c28;
  --sky:#65d8ef;
  --teal:#35e0c0;
  --mint:#a4ffd9;
  --cream:#f1eee6;
  --paper:#fbfaf6;
  --muted:#8ea0ab;
  --line:rgba(8,31,43,.13);
  --line-dark:rgba(255,255,255,.14);
  --shadow:0 30px 80px rgba(1,14,22,.18);
  --radius:30px;
  --shell:min(1240px, calc(100vw - 48px));
  --shell-wide:min(1440px, calc(100vw - 32px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--night)}
body{margin:0;font-family:'Manrope','DM Sans',system-ui,sans-serif;color:var(--ink);background:var(--paper);overflow-x:hidden;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
::selection{background:var(--teal);color:#05201c}
.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;padding:12px 16px;background:#fff;color:#000;border-radius:12px}.skip-link:focus{top:16px}
.noise{position:fixed;inset:0;pointer-events:none;z-index:50;opacity:.055;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}
.scroll-progress{position:fixed;top:0;left:0;width:100%;height:2px;background:rgba(255,255,255,.08);z-index:1000;pointer-events:none}.scroll-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--teal),var(--sky))}
.content-shell{width:var(--shell);margin-inline:auto}.content-shell-wide{width:var(--shell-wide);margin-inline:auto}
.section-dark{background:var(--night);color:#fff}.section-light{background:var(--paper)}.section-cream{background:var(--cream)}
.section-kicker{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#54707e;margin-bottom:28px}.section-kicker:before{content:"";width:28px;height:1px;background:currentColor}.section-kicker.light{color:#79a1b4}
.massive-heading{font-size:clamp(56px,7vw,112px);line-height:.88;letter-spacing:-.06em;margin:0;font-weight:600}.massive-heading em,.journey-heading-row em,.trust-copy em,.counselling-copy em{font-family:'Playfair Display',serif;font-weight:500;color:#4b8296}
.text-link{display:inline-flex;align-items:center;gap:12px;font-weight:700;border-bottom:1px solid rgba(8,31,43,.25);padding-bottom:8px}.text-link span{transition:transform .25s}.text-link:hover span{transform:translate(3px,-3px)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;border-radius:999px;padding:16px 22px;font-size:13px;font-weight:700;letter-spacing:.01em;transition:transform .25s ease,background .25s,border-color .25s,color .25s;position:relative;overflow:hidden}.button:hover{transform:translateY(-2px)}.button-primary{background:linear-gradient(135deg,#75ffe0,#65d8ef);color:#03231e;box-shadow:0 16px 50px rgba(57,224,192,.18)}.button-ghost{border-color:rgba(255,255,255,.18);color:#fff;background:rgba(255,255,255,.04);backdrop-filter:blur(12px)}.button-outline{border-color:var(--line);background:#fff}.button-small{padding:11px 18px;font-size:12px}.button-glow{background:#d8fff6;color:#0a2a25}

.site-header{position:fixed;top:0;left:0;width:100%;height:88px;padding:0 max(24px,4vw);display:flex;align-items:center;justify-content:space-between;z-index:900;color:#fff;border-bottom:1px solid transparent;transition:height .3s,background .3s,border-color .3s,backdrop-filter .3s}.site-header.scrolled{height:72px;background:rgba(3,15,23,.82);border-color:rgba(255,255,255,.1);backdrop-filter:blur(18px)}
.brand{width:180px;display:block}.brand picture{display:block}.brand img{width:100%;height:auto;filter:brightness(0) invert(1)}.desktop-nav{display:flex;align-items:center;gap:30px;font-size:12px;font-weight:600;color:rgba(255,255,255,.78)}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;height:1px;bottom:-7px;background:var(--teal);transition:right .25s}.desktop-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:15px}.header-contact{font-size:11px;color:rgba(255,255,255,.65)}.menu-toggle{display:none;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:transparent;position:relative}.menu-toggle span{position:absolute;left:13px;width:16px;height:1px;background:#fff;transition:.25s}.menu-toggle span:first-child{top:17px}.menu-toggle span:last-child{top:24px}.menu-toggle.open span:first-child{transform:rotate(45deg);top:21px}.menu-toggle.open span:last-child{transform:rotate(-45deg);top:21px}.mobile-menu{position:fixed;inset:0;background:#06151f;z-index:850;opacity:0;visibility:hidden;transition:.35s}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu-inner{padding:120px 28px 36px;display:flex;flex-direction:column;gap:6px;height:100%}.mobile-menu-inner>a{font-size:clamp(32px,9vw,52px);font-weight:600;letter-spacing:-.04em;padding:8px 0}.mobile-contact{margin-top:auto;padding-top:24px;border-top:1px solid var(--line-dark);display:flex;justify-content:space-between;font-size:12px;color:#9bb0bb}

.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 68% 28%,rgba(25,153,191,.24),transparent 27%),radial-gradient(circle at 77% 62%,rgba(37,226,183,.12),transparent 30%),linear-gradient(140deg,#020b12 0%,#071b28 56%,#062430 100%)}
#worldCanvas{position:absolute;inset:0;width:100%;height:100%;z-index:1;opacity:.95}.hero-aurora{position:absolute;width:60vw;height:60vw;right:-14vw;top:-18vw;border-radius:50%;filter:blur(80px);background:radial-gradient(circle,rgba(59,213,234,.18),rgba(43,226,193,.06) 45%,transparent 70%);animation:auroraPulse 8s ease-in-out infinite alternate;z-index:0}.hero-grid{position:absolute;inset:0;z-index:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:90px 90px;mask-image:linear-gradient(to bottom,transparent 0,#000 25%,#000 70%,transparent 100%)}
.hero-landmarks{position:absolute;z-index:2;left:48%;right:-6%;bottom:-10px;height:48%;opacity:.2;mix-blend-mode:screen;mask-image:linear-gradient(to bottom,transparent 0,#000 38%,#000 100%);transform:perspective(1000px) rotateY(-4deg)}.hero-landmarks img{width:100%;height:100%;object-fit:cover;object-position:bottom;filter:grayscale(1) contrast(1.2) brightness(.72)}
.hero-route{position:absolute;z-index:3;right:3%;top:17%;width:min(57vw,870px);height:min(42vw,500px);pointer-events:none}.hero-route svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.hero-route path{fill:none;stroke:rgba(126,255,221,.38);stroke-width:1.4;stroke-dasharray:7 9;vector-effect:non-scaling-stroke}.plane-icon{position:absolute;left:81%;top:18%;font-size:22px;color:#c7fff4;filter:drop-shadow(0 0 12px rgba(94,255,220,.5));animation:planeFloat 4s ease-in-out infinite}
.birds span{position:absolute;color:rgba(255,255,255,.45);font-size:28px;z-index:4;animation:birdFly 18s linear infinite}.birds span:nth-child(1){top:26%;left:-6%;animation-delay:0s}.birds span:nth-child(2){top:31%;left:-12%;animation-delay:6s;font-size:18px}.birds span:nth-child(3){top:18%;left:-15%;animation-delay:11s;font-size:14px}
.hero-content{position:relative;z-index:5;padding-top:98px;padding-bottom:70px}.eyebrow{display:flex;align-items:center;gap:10px;color:#9dc4d1;text-transform:uppercase;font-weight:700;letter-spacing:.16em;font-size:10px;margin-bottom:26px}.eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--teal);box-shadow:0 0 20px var(--teal)}
.hero-title{max-width:970px;margin:0;font-size:clamp(62px,8.8vw,138px);font-weight:600;line-height:.79;letter-spacing:-.072em}.hero-title .line{display:block;overflow:hidden;padding-bottom:.07em}.hero-title .line>span{display:block}.hero-title .display-line{font-family:'Playfair Display',serif;font-style:italic;font-weight:500}.hero-title .accent-line{background:linear-gradient(90deg,#f4fbff 0%,#7affdb 45%,#6ed7ff 75%);-webkit-background-clip:text;background-clip:text;color:transparent;padding-right:.1em}
.hero-copy{max-width:655px;font-size:16px;line-height:1.75;color:#adc1ca;margin:32px 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-proof{margin-top:56px;display:flex;gap:46px}.hero-proof div{display:flex;flex-direction:column;gap:3px}.hero-proof strong{font-size:22px}.hero-proof span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#698798}.hero-side-label{position:absolute;right:24px;bottom:120px;z-index:5;color:rgba(255,255,255,.35);font-size:9px;line-height:1.7;letter-spacing:.25em;writing-mode:vertical-rl}.scroll-cue{position:absolute;z-index:5;bottom:24px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:12px;font-size:9px;text-transform:uppercase;letter-spacing:.18em;color:#6d8b98}.scroll-cue i{width:32px;height:1px;background:#6d8b98;position:relative;overflow:hidden}.scroll-cue i:after{content:"";position:absolute;width:12px;height:100%;background:#d7fff5;animation:scrollCue 1.8s linear infinite}

.chapter-intro{padding:150px 0 120px;overflow:hidden}.intro-grid{display:grid;grid-template-columns:1.6fr .62fr;gap:80px;align-items:end}.intro-copy{font-size:15px;line-height:1.9;color:#526571;padding-bottom:8px}.intro-copy p{margin:0 0 28px}.destination-stage{position:relative;margin-top:110px;min-height:650px}.destination-track{display:grid;grid-template-columns:repeat(6,minmax(330px,1fr));gap:18px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding:20px max(0px,calc((100vw - 1260px)/2)) 55px}.destination-track::-webkit-scrollbar{display:none}.destination-card{scroll-snap-align:center;min-height:470px;border-radius:30px;padding:28px;display:flex;flex-direction:column;background:linear-gradient(150deg,#0b1f2d,#102e3b);color:#fff;position:relative;overflow:hidden;box-shadow:var(--shadow);transition:transform .35s,box-shadow .35s}.destination-card:before{content:"";position:absolute;right:-25%;bottom:-15%;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,var(--theme,#65d8ef),transparent 67%);opacity:.2;filter:blur(10px)}.destination-card:hover{transform:translateY(-8px)}.destination-top{display:flex;justify-content:space-between;align-items:center}.country-index{font-size:10px;letter-spacing:.2em;color:#7f9dab}.flag{font-size:28px}.destination-city{font-size:9px;letter-spacing:.14em;color:#88a6b3;margin-top:70px}.destination-card h3{font-size:55px;line-height:.9;letter-spacing:-.06em;margin:12px 0 18px;max-width:280px}.destination-card p{font-size:13px;line-height:1.65;color:#abc0c9;max-width:275px;margin:0 0 28px}.destination-card a{margin-top:auto;font-size:12px;font-weight:700;color:#bfffe9}.destination-card:nth-child(2){background:linear-gradient(155deg,#07261e,#103b2d)}.destination-card:nth-child(3){background:linear-gradient(155deg,#302214,#68421b)}.destination-card:nth-child(4){background:linear-gradient(155deg,#241824,#482332)}.destination-card:nth-child(5){background:linear-gradient(155deg,#27191b,#5a2a27)}.destination-card:nth-child(6){background:linear-gradient(155deg,#191b34,#34365f)}
.destination-controls{display:flex;justify-content:center;align-items:center;gap:18px}.destination-controls button{width:48px;height:48px;border-radius:50%;border:1px solid var(--line);background:#fff}.destination-counter{display:flex;align-items:center;gap:9px;font-size:10px;letter-spacing:.16em}.destination-counter i{display:block;width:54px;height:1px;background:#b9c5cb}.destination-orbit{position:absolute;right:-150px;top:-130px;width:510px;height:510px;opacity:.3;pointer-events:none}.orbit-ring{position:absolute;border:1px dashed #73a7b4;border-radius:50%}.ring-one{inset:0;animation:spin 32s linear infinite}.ring-two{inset:72px;animation:spin 22s linear infinite reverse}.orbit-core{position:absolute;inset:175px;border-radius:50%;background:#0c2330;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:0 30px 70px rgba(4,20,30,.16)}.orbit-core span{font-size:38px;font-weight:700;letter-spacing:-.07em}.orbit-core small{font-size:7px;letter-spacing:.2em}

.complexity{padding:150px 0 160px;position:relative;overflow:hidden}.complexity-atmosphere{position:absolute;inset:0;background:radial-gradient(circle at 65% 43%,rgba(34,197,198,.1),transparent 30%),linear-gradient(180deg,#041019,#071c28)}.complexity-grid{position:relative;display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.sticky-copy{position:sticky;top:150px;align-self:start}.sticky-copy h2{font-size:clamp(50px,5vw,78px);line-height:.96;letter-spacing:-.055em;margin:0 0 26px}.sticky-copy h2 span{font-family:'Playfair Display',serif;font-style:italic;color:#75e4df}.sticky-copy p{max-width:500px;color:#8eabb8;line-height:1.85;font-size:15px}.document-chaos{min-height:980px;position:relative}.doc-card{position:absolute;width:min(350px,85%);min-height:170px;padding:24px;border-radius:20px;border:1px solid rgba(255,255,255,.15);background:rgba(15,39,50,.72);backdrop-filter:blur(15px);box-shadow:0 30px 60px rgba(0,0,0,.2);display:flex;flex-direction:column;gap:10px}.doc-card span{font-size:9px;letter-spacing:.17em;color:#72e1d5}.doc-card b{font-size:21px}.doc-card small{font-size:11px;line-height:1.6;color:#7893a0}.d1{top:0;left:5%;transform:rotate(-5deg)}.d2{top:130px;right:3%;transform:rotate(5deg)}.d3{top:300px;left:8%;transform:rotate(2deg)}.d4{top:430px;right:0;transform:rotate(-4deg)}.d5{top:620px;left:4%;transform:rotate(5deg)}.d6{top:760px;right:5%;transform:rotate(-2deg)}.route-thread{position:absolute;left:50%;top:60px;width:2px;height:760px;background:linear-gradient(var(--teal),rgba(91,224,230,.05));opacity:.35}.route-thread span{position:absolute;left:-4px;top:0;width:10px;height:10px;border-radius:50%;background:#7affd9;box-shadow:0 0 20px #7affd9;will-change:transform}

.journey{padding:150px 0 170px}.journey-heading-row{display:grid;grid-template-columns:1.4fr .5fr;gap:80px;align-items:end}.journey-heading-row p{font-size:15px;line-height:1.85;color:#637681;margin:0}.journey-road{position:relative;margin-top:100px}.road-line{position:absolute;left:50%;transform:translateX(-50%);top:15px;bottom:60px;width:2px;background:rgba(6,34,46,.12)}.road-line span{display:block;width:100%;height:0;background:linear-gradient(var(--teal),#4d92aa)}.journey-step{min-height:390px;display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;position:relative}.journey-step .step-number{grid-column:2;font-size:11px;font-weight:700;text-align:center;color:#647984;align-self:start;margin-top:20px}.step-dot{grid-column:2;position:absolute;top:54px;left:50%;transform:translateX(-50%);width:12px;height:12px;border-radius:50%;background:#fff;border:3px solid #2fd7bb;box-shadow:0 0 0 8px rgba(47,215,187,.12)}.step-copy{grid-column:1;padding-right:70px}.journey-step.reverse .step-copy{grid-column:3;padding-left:70px;padding-right:0}.step-copy>span{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:#4c9b91;font-weight:700}.step-copy h3{font-size:clamp(38px,4vw,62px);line-height:.96;letter-spacing:-.05em;margin:11px 0 18px}.step-copy p{font-size:13px;line-height:1.75;color:#61737d;max-width:390px}.step-art{grid-column:3;justify-self:center;width:310px;height:250px;position:relative}.journey-step.reverse .step-art{grid-column:1;grid-row:1;justify-self:center}.compass-art{border-radius:50%;border:1px solid #aec4c9;background:radial-gradient(circle at 50% 50%,#fff 0 27%,transparent 28%),repeating-conic-gradient(from 0deg,#3bb8ab 0 2deg,transparent 2deg 15deg);transform:scale(.8)}.compass-art:after{content:"N";position:absolute;top:20px;left:50%;transform:translateX(-50%);font-size:11px;font-weight:800}.compass-art i{position:absolute;left:50%;top:50%;height:42%;width:2px;background:#08303c;transform-origin:center 0}.compass-art i:nth-child(1){transform:rotate(37deg)}.compass-art i:nth-child(2){transform:rotate(157deg);opacity:.2}.compass-art i:nth-child(3){width:15px;height:15px;border-radius:50%;background:#2ee1c1;transform:translate(-50%,-50%);box-shadow:0 0 30px #2ee1c1}.cards-art i{position:absolute;width:190px;height:135px;border-radius:16px;background:#fff;box-shadow:0 20px 50px rgba(9,35,48,.12);border:1px solid #d5dfdf}.cards-art i:before{content:"UNIVERSITY";position:absolute;left:18px;top:18px;font-size:9px;letter-spacing:.15em;color:#71868e}.cards-art i:nth-child(1){left:15px;top:60px;transform:rotate(-10deg)}.cards-art i:nth-child(2){right:15px;top:20px;transform:rotate(7deg);background:#102b37}.cards-art i:nth-child(3){left:70px;top:80px;transform:rotate(2deg);background:#ebfff9}.document-art i:first-child{position:absolute;left:50px;top:10px;width:210px;height:250px;background:#fff;border:1px solid #dbe3e3;border-radius:12px;box-shadow:0 30px 60px rgba(5,35,45,.12)}.document-art i:first-child:before{content:"APPLICATION";position:absolute;left:25px;top:25px;font-size:10px;letter-spacing:.15em}.document-art i:first-child:after{content:"";position:absolute;left:25px;right:25px;top:70px;height:100px;background:repeating-linear-gradient(#c7d4d7 0 2px,transparent 2px 22px)}.document-art i:last-child{position:absolute;right:15px;bottom:12px;width:82px;height:82px;border-radius:50%;border:4px double #36b9a5;color:#36b9a5}.passport-art{width:190px;height:255px;background:linear-gradient(145deg,#0c3c3a,#092b33);border-radius:14px;color:#c5fff3;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:0 30px 60px rgba(5,35,45,.25);transform:rotate(5deg)}.passport-art b{font-size:54px;letter-spacing:-.08em}.passport-art small{font-size:9px;letter-spacing:.25em}.takeoff-art{font-size:70px;color:#184a59;display:flex;align-items:center;justify-content:center;transform:rotate(-15deg)}.takeoff-art span{position:absolute;width:260px;height:1px;background:linear-gradient(90deg,transparent,#5fbcae,transparent);transform:translate(-80px,45px) rotate(15deg)}

.pathfinder{padding:150px 0;position:relative;overflow:hidden;background:linear-gradient(145deg,#05101a,#0a2330)}.pathfinder-world span{position:absolute;border-radius:50%;border:1px solid rgba(92,226,210,.13)}.pathfinder-world span:nth-child(1){width:700px;height:700px;right:-230px;top:-300px}.pathfinder-world span:nth-child(2){width:520px;height:520px;right:-140px;top:-210px}.pathfinder-world span:nth-child(3){width:300px;height:300px;right:-20px;top:-100px;background:radial-gradient(circle at 35% 30%,rgba(103,235,218,.15),transparent 55%)}.pathfinder-grid{display:grid;grid-template-columns:.75fr 1.05fr;gap:100px;align-items:center;position:relative}.pathfinder h2{font-size:clamp(65px,7vw,110px);letter-spacing:-.065em;line-height:.88;margin:0 0 26px}.pathfinder p{max-width:470px;color:#90aab6;line-height:1.85;font-size:14px}.quiz-card{min-height:525px;background:rgba(255,255,255,.96);color:var(--ink);border-radius:30px;padding:38px;box-shadow:0 50px 100px rgba(0,0,0,.25);position:relative}.quiz-progress{position:absolute;top:0;left:30px;right:30px;height:3px;background:#e7ecec}.quiz-progress span{display:block;height:100%;width:25%;background:linear-gradient(90deg,#2dd7bd,#4eb5d2);transition:width .4s}.quiz-screen{display:none}.quiz-screen.active{display:block;animation:quizIn .35s ease}.quiz-step{font-size:9px;letter-spacing:.18em;color:#6e858e;font-weight:700}.quiz-screen h3{font-size:clamp(34px,4vw,52px);letter-spacing:-.055em;line-height:1;margin:22px 0 30px}.quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quiz-options button{min-height:72px;text-align:left;padding:15px 18px;border:1px solid #dbe4e5;background:#f9fbfa;border-radius:14px;font-weight:600;color:#1d3b46;transition:.25s}.quiz-options button:hover{border-color:#4fc8b8;background:#effffb;transform:translateY(-2px)}.result-countries{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0 0 25px}.result-countries div{padding:17px 12px;border-radius:14px;background:#eff7f5;display:flex;flex-direction:column;gap:6px}.result-countries span{font-size:25px}.result-countries b{font-size:12px}.result-countries small{font-size:9px;color:#70848c}.quiz-reset{border:0;background:none;color:#627984;text-decoration:underline;margin-left:12px}

.people{padding:150px 0}.people-heading{display:grid;grid-template-columns:1.45fr .55fr;gap:70px;align-items:end}.people-heading p{font-size:14px;line-height:1.85;color:#637680}.people-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr;gap:16px;margin-top:90px}.person-card,.team-panel{border-radius:28px;overflow:hidden;background:#ecf0ed;min-height:570px}.person-featured{display:grid;grid-template-columns:1.05fr .95fr;background:#0b222e;color:#fff}.person-image{min-height:100%;overflow:hidden}.person-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.85)}.person-copy{padding:34px;display:flex;flex-direction:column;justify-content:flex-end}.person-copy>span{font-size:9px;text-transform:uppercase;letter-spacing:.18em;color:#68b8bd;font-weight:700}.person-copy h3{font-size:clamp(34px,4vw,56px);line-height:.92;letter-spacing:-.055em;margin:13px 0 18px}.person-copy p{font-size:12px;line-height:1.75;color:#89a7b1;margin:0}.credential-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:25px}.credential-row i{font-style:normal;font-size:8px;letter-spacing:.1em;border:1px solid rgba(255,255,255,.15);padding:7px 9px;border-radius:999px;color:#c5e7e8}.people-grid>.person-card:not(.person-featured){display:flex;flex-direction:column}.people-grid>.person-card:not(.person-featured) .person-image{height:60%}.people-grid>.person-card:not(.person-featured) .person-copy{height:40%;padding:25px}.people-grid>.person-card:not(.person-featured) .person-copy h3{font-size:31px}.team-panel{background:#e4f9f3;padding:30px;display:flex;flex-direction:column;justify-content:flex-end}.team-label{font-size:9px;letter-spacing:.18em;color:#568477}.team-panel h3{font-size:36px;line-height:.98;letter-spacing:-.045em;margin:18px 0}.team-panel p{font-size:12px;line-height:1.75;color:#557067;margin:0 0 25px}

.proof{padding:150px 0;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 15%,rgba(66,225,204,.15),transparent 32%),#041019}.proof-light{position:absolute;left:50%;top:-250px;width:500px;height:700px;transform:translateX(-50%);background:linear-gradient(180deg,rgba(129,255,229,.18),transparent 75%);clip-path:polygon(45% 0,55% 0,100% 100%,0 100%);filter:blur(30px)}.proof-title{font-size:clamp(68px,8vw,122px);line-height:.84;letter-spacing:-.07em;margin:0;position:relative}.proof-title span{font-family:'Playfair Display',serif;font-style:italic;color:#75e5db}.proof-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.12);margin:75px 0;background-clip:content-box}.stat{padding:30px;background:#071925;display:flex;flex-direction:column;gap:8px}.stat strong{font-size:46px;letter-spacing:-.05em}.stat span{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:#7794a1}.story-wall{display:grid;grid-template-columns:1.1fr .85fr .85fr;gap:15px}.story-card{min-height:480px;border-radius:24px;overflow:hidden;background:#0b202b;border:1px solid rgba(255,255,255,.09);display:flex;flex-direction:column}.story-placeholder{height:60%;padding:26px;display:flex;justify-content:flex-end;flex-direction:column;background:linear-gradient(145deg,#153644,#286e74);position:relative}.story-placeholder:before{content:"";position:absolute;width:230px;height:230px;border-radius:50%;border:1px solid rgba(255,255,255,.2);right:-50px;top:-50px}.story-placeholder span{font-size:11px;letter-spacing:.2em;color:#9fe8e1}.story-placeholder b{font-size:62px;letter-spacing:-.07em;line-height:.8}.story-placeholder.visa{background:linear-gradient(145deg,#291d3d,#5f3b62)}.story-placeholder.airport{background:linear-gradient(145deg,#3c2b1f,#9a6532)}.story-card>div:last-child{padding:26px}.story-card>div:last-child span{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#5dd0c7}.story-card h3{font-size:25px;line-height:1.06;letter-spacing:-.04em;margin:10px 0}.story-card p{font-size:11px;line-height:1.7;color:#7893a0}.data-note{font-size:10px;color:#607986;margin-top:28px}

.trust{padding:150px 0}.trust-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center}.trust-copy h2{font-size:clamp(55px,5.4vw,86px);line-height:.93;letter-spacing:-.06em;margin:0 0 28px}.trust-copy p{color:#657984;line-height:1.85;font-size:14px;max-width:520px}.stamp-stage{min-height:580px;position:relative}.stamp{position:absolute;border:3px double #1d6263;border-radius:50%;width:220px;height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#1f6665;text-align:center;background:rgba(255,255,255,.35);box-shadow:0 25px 60px rgba(9,50,53,.08)}.stamp:before,.stamp:after{content:"";position:absolute;inset:12px;border:1px dashed currentColor;border-radius:50%;opacity:.6}.stamp span{font-size:48px;font-weight:800;letter-spacing:-.06em}.stamp b{font-size:13px;letter-spacing:.15em}.stamp small{font-size:8px;letter-spacing:.12em;margin-top:6px}.stamp-main{left:7%;top:9%;transform:rotate(-9deg)}.stamp-bc{right:10%;top:3%;width:185px;height:185px;color:#356d9a;transform:rotate(8deg)}.stamp-years{left:31%;bottom:0;width:200px;height:200px;color:#9c6333;transform:rotate(4deg)}.stamp-lahore{right:4%;bottom:17%;width:160px;height:160px;color:#75669a;transform:rotate(-13deg)}

.partners{padding:150px 0 120px;overflow:hidden}.partners-header{display:flex;justify-content:space-between;gap:50px;align-items:flex-end}.logo-marquee{margin-top:90px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}.logo-track{display:flex;width:max-content;gap:18px;padding:22px 0;animation:marquee 32s linear infinite}.logo-box{width:260px;height:125px;border-right:1px solid var(--line);display:flex;align-items:center;justify-content:center;padding:30px}.logo-box img{max-height:55px;max-width:190px;filter:grayscale(1);opacity:.65;transition:.25s}.logo-box:hover img{filter:none;opacity:1}

.social-proof{padding:140px 0;background:linear-gradient(140deg,#06121c,#0d2632)}.social-grid{display:grid;grid-template-columns:.7fr 1fr;gap:100px;align-items:center}.social-copy h2{font-size:clamp(54px,6vw,88px);line-height:.9;letter-spacing:-.06em;margin:0 0 25px}.social-copy p{color:#88a3af;line-height:1.8;font-size:14px}.social-actions{display:flex;gap:10px;margin-top:27px}.social-stack{min-height:570px;position:relative}.social-post{position:absolute;width:300px;height:390px;border-radius:28px;padding:26px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 35px 70px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.12)}.social-post span{font-size:9px;letter-spacing:.18em}.social-post b{font-size:58px;line-height:.82;letter-spacing:-.07em;margin:12px 0}.social-post small{font-size:9px;letter-spacing:.13em}.p1{left:0;top:60px;background:linear-gradient(145deg,#1c7b77,#0d3337);transform:rotate(-8deg)}.p2{left:180px;top:0;background:linear-gradient(145deg,#285b3c,#102e22);transform:rotate(4deg)}.p3{right:0;top:110px;background:linear-gradient(145deg,#79522f,#322216);transform:rotate(9deg)}

.counselling{padding:160px 0 120px;position:relative;overflow:hidden}.departure-board{position:absolute;right:-70px;top:60px;font-size:120px;font-weight:800;letter-spacing:-.08em;color:rgba(10,34,44,.035);white-space:nowrap}.departure-board em{font-size:30px;letter-spacing:.1em}.counselling-grid{display:grid;grid-template-columns:.8fr 1fr;gap:100px;position:relative}.counselling-copy h2{font-size:clamp(60px,6vw,96px);line-height:.89;letter-spacing:-.065em;margin:0 0 25px}.counselling-copy p{font-size:14px;line-height:1.85;color:#60747f;max-width:540px}.contact-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}.contact-pills a{border:1px solid var(--line);border-radius:14px;padding:13px 16px;background:#fff;font-weight:700;font-size:12px}.contact-pills span{display:block;font-weight:500;color:#72858d;font-size:8px;text-transform:uppercase;letter-spacing:.14em;margin-bottom:3px}.lead-form{background:#071d27;color:#fff;border-radius:30px;padding:34px;box-shadow:0 35px 80px rgba(5,29,39,.2)}.lead-form label{display:flex;flex-direction:column;gap:8px;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#8ca7b1}.lead-form input,.lead-form select{width:100%;height:56px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.055);color:#fff;padding:0 15px;outline:none;text-transform:none;letter-spacing:0}.lead-form input::placeholder{color:#58717d}.lead-form select option{color:#07131c}.lead-form input:focus,.lead-form select:focus{border-color:#4bdcc4}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lead-form>label,.lead-form>.form-row{margin-bottom:15px}.form-submit{width:100%;margin-top:4px;border:0}.form-note{font-size:9px;color:#607c87;line-height:1.5;margin:12px 0 0;text-align:center}.form-success{display:none;margin-top:15px;padding:12px 14px;border-radius:12px;background:rgba(80,234,194,.12);color:#b8ffe8;font-size:11px;line-height:1.5}.form-success.show{display:block}

.visit-faq{padding:145px 0 130px;position:relative;overflow:hidden;background:radial-gradient(circle at 18% 10%,rgba(53,224,192,.09),transparent 34%),#082431}.visit-faq:before{content:"ARIFWALA";position:absolute;right:-.04em;top:-.15em;font-size:clamp(110px,18vw,280px);font-weight:700;letter-spacing:-.08em;color:rgba(255,255,255,.025);pointer-events:none}.visit-faq-heading{position:relative;display:grid;grid-template-columns:1.2fr .55fr;gap:80px;align-items:end;margin-bottom:70px}.visit-faq-heading h2{font-size:clamp(54px,6.5vw,100px);line-height:.9;letter-spacing:-.06em;margin:0}.visit-faq-heading h2 em{font-family:'Playfair Display',serif;font-weight:500;color:#75e5db}.visit-faq-heading>p{max-width:430px;margin:0;color:#86a2ae;font-size:14px;line-height:1.85}.visit-faq-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:start}.office-map{position:relative;order:2;height:540px;border-radius:28px;overflow:hidden;background:#0b2632;border:1px solid var(--line-dark);box-shadow:0 35px 90px rgba(0,0,0,.26)}.office-map:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);border-radius:inherit}.office-map iframe{display:block;width:100%;height:100%;border:0;filter:saturate(.72) contrast(1.05)}.map-address{position:absolute;left:22px;right:22px;bottom:22px;padding:22px 24px;border-radius:19px;background:rgba(4,16,25,.92);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(16px);box-shadow:0 20px 50px rgba(0,0,0,.3)}.map-address span{display:block;color:#6caca9;font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px}.map-address strong{display:block;font-size:20px;letter-spacing:-.025em}.map-address p{max-width:420px;margin:7px 0 16px;color:#849ea9;font-size:11px;line-height:1.55}.map-address a{display:inline-flex;gap:8px;align-items:center;color:#a4ffd9;font-size:11px;font-weight:700}.map-address b{font-size:14px}.faq-list{order:1;width:100%;border-top:1px solid var(--line-dark)}.faq-list details{border-bottom:1px solid var(--line-dark)}.faq-list summary{list-style:none;display:grid;grid-template-columns:1fr 28px;gap:20px;align-items:center;padding:28px 4px;color:#f4f8f8;font-size:18px;font-weight:600;line-height:1.3;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{position:relative;width:28px;height:28px;border:1px solid rgba(255,255,255,.18);border-radius:50%}.faq-list summary span:before,.faq-list summary span:after{content:"";position:absolute;left:8px;right:8px;top:13px;height:1px;background:#75e5db;transition:transform .25s}.faq-list summary span:after{transform:rotate(90deg)}.faq-list details[open] summary span:after{transform:rotate(0)}.faq-answer{overflow:hidden}.faq-list details p{margin:-5px 45px 28px 4px;color:#91acb7;font-size:14px;line-height:1.8}.faq-enhanced .faq-answer{height:0;opacity:0}.faq-enhanced details[open] .faq-answer{height:auto;opacity:1}.faq-list summary:focus-visible{outline:2px solid var(--teal);outline-offset:5px;border-radius:4px}
.site-footer{background:#031018;color:#fff;padding:92px 0 30px}.footer-top{display:grid;grid-template-columns:repeat(3,1fr);gap:64px;align-items:center}.footer-identity{justify-self:start;display:flex;align-items:center;gap:16px}.footer-emblem{width:76px;flex:0 0 76px}.footer-emblem picture{display:block}.footer-emblem img{width:100%;height:auto;display:block}.footer-identity strong{display:block;color:#fff;font-size:10px;letter-spacing:.15em;text-transform:uppercase}.footer-identity p{margin:7px 0 0;color:#617f8c;font-size:10px;line-height:1.55}.footer-statement{justify-self:center;font-size:50px;line-height:.88;letter-spacing:-.055em;font-weight:600}.footer-statement span{font-family:'Playfair Display',serif;font-style:italic;color:#75e2d9}.footer-address{justify-self:end;width:min(100%,360px);text-align:right;font-size:12px;color:#77919c;line-height:1.7}.footer-address b{color:#fff;font-size:10px;letter-spacing:.16em;text-transform:uppercase}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:70px;padding-top:24px;display:flex;justify-content:space-between;gap:20px;color:#58717d;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.footer-bottom div{display:flex;align-items:center;gap:18px}.footer-bottom a{color:#8aa4af}.footer-icon{width:30px;height:30px;margin:-10px -7px -10px 0;border:1px solid rgba(255,255,255,.13);border-radius:50%;display:grid!important;place-items:center;transition:border-color .25s,color .25s,transform .25s}.footer-icon svg{width:13px;height:13px;fill:currentColor}.footer-icon:hover,.footer-icon:focus-visible{color:#75e5db;border-color:rgba(117,229,219,.55);transform:translateY(-2px)}.footer-icon:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.whatsapp-float{position:fixed;left:22px;bottom:22px;z-index:820;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 14px 35px rgba(0,0,0,.28);transition:transform .25s,box-shadow .25s}.whatsapp-float svg{width:29px;height:29px;fill:currentColor}.whatsapp-float:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 18px 42px rgba(0,0,0,.34)}.whatsapp-float:focus-visible{outline:3px solid #fff;outline-offset:3px}.mobile-sticky-cta{display:none}

#leadForm{ display: flex; flex-direction: column; justify-content: center;}
@keyframes auroraPulse{to{transform:translate(-4vw,4vw) scale(1.12);opacity:.75}}@keyframes planeFloat{50%{transform:translate(8px,-8px) rotate(-4deg)}}@keyframes birdFly{from{transform:translateX(0)}to{transform:translateX(120vw)}}@keyframes scrollCue{from{transform:translateX(-14px)}to{transform:translateX(36px)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes routePulse{0%,100%{top:0}50%{top:calc(100% - 10px)}}@keyframes quizIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes marquee{to{transform:translateX(-50%)}}

@media (max-width:1100px){
  :root{--shell:min(100% - 40px,1100px);--shell-wide:calc(100% - 24px)}
  .desktop-nav,.header-contact{display:none}.menu-toggle{display:block}.header-actions .button{display:none}.brand{width:155px}.site-header{height:76px;padding:0 20px}
  .hero-title{font-size:clamp(60px,11vw,110px)}.hero-landmarks{left:38%;opacity:.16}.hero-route{right:-10%;width:70vw}
  .intro-grid,.journey-heading-row,.people-heading,.trust-grid,.counselling-grid{grid-template-columns:1fr;gap:35px}.intro-copy,.journey-heading-row p,.people-heading p{max-width:620px}
  .complexity-grid{grid-template-columns:1fr;gap:70px}.sticky-copy{position:relative;top:0}.document-chaos{min-height:900px}
  .pathfinder-grid{grid-template-columns:.65fr 1fr;gap:50px}
  .people-grid{grid-template-columns:1.2fr .8fr}.team-panel{grid-column:1/-1;min-height:350px}
  .story-wall{grid-template-columns:1fr 1fr}.story-card-one{grid-column:1/-1}.story-card-one{display:grid;grid-template-columns:1fr 1fr}.story-card-one .story-placeholder{height:100%}
  .partners-header{align-items:flex-start;flex-direction:column}.social-grid{grid-template-columns:1fr;gap:50px}.social-stack{max-width:750px;width:100%;margin:auto}
  .visit-faq-heading{grid-template-columns:1fr;gap:28px}.visit-faq-grid{grid-template-columns:1fr;gap:56px}.office-map{height:520px}
  .footer-top{grid-template-columns:1fr 1fr}.footer-statement{justify-self:end}.footer-address{grid-column:1/-1;justify-self:start;text-align:left}
}

@media (max-width:760px){
  :root{--shell:calc(100% - 32px);--shell-wide:calc(100% - 20px);--radius:22px}
  body{padding-bottom:64px}.noise{opacity:.035}.site-header.scrolled{height:66px}.brand{width:142px}
  .hero{min-height:880px;align-items:flex-start}.hero-content{padding-top:145px}.hero-title{font-size:clamp(56px,17.4vw,92px);line-height:.84}.hero-copy{font-size:14px;margin-top:26px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .button{width:100%}.hero-proof{gap:0;display:grid;grid-template-columns:repeat(3,1fr);margin-top:42px}.hero-proof div{padding-right:8px}.hero-proof strong{font-size:18px}.hero-proof span{font-size:7px;line-height:1.5}.hero-route{top:52%;right:-34%;width:125vw;height:45vw;opacity:.6}.hero-landmarks{left:-15%;right:-30%;height:33%;opacity:.16}.hero-side-label{display:none}.scroll-cue{display:none}.birds{display:none}
  #worldCanvas{opacity:.7}.hero-grid{background-size:60px 60px}
  .chapter-intro,.complexity,.journey,.pathfinder,.people,.proof,.trust,.partners,.social-proof,.counselling{padding:100px 0}.massive-heading{font-size:clamp(52px,15vw,76px);line-height:.9}.intro-grid{gap:30px}.intro-copy{font-size:13px}.destination-stage{margin-top:70px;min-height:0}.destination-track{grid-template-columns:repeat(6,84vw);padding:10px 0 35px;gap:10px}.destination-card{min-height:430px;padding:24px}.destination-card h3{font-size:50px}.destination-controls{justify-content:space-between}.destination-orbit{width:300px;height:300px;right:-170px;top:-100px}.orbit-core{inset:105px}.ring-two{inset:45px}
  .sticky-copy h2{font-size:44px}.complexity-grid{gap:38px}.document-chaos{min-height:0;display:grid;gap:11px}.doc-card{position:relative!important;inset:auto!important;width:100%;min-height:118px;padding:20px;transform:none!important}.doc-card b{font-size:19px}.route-thread{display:none}
  .journey-heading-row{gap:25px}.journey-road{margin-top:65px}.road-line{left:17px}.journey-step,.journey-step.reverse{grid-template-columns:34px 1fr;min-height:0;padding-bottom:76px;align-items:start}.journey-step:last-child{padding-bottom:10px}.journey-step .step-number{grid-column:1;text-align:left;margin:2px 0 0}.step-dot{grid-column:1;left:17px;top:35px}.step-copy,.journey-step.reverse .step-copy{grid-column:2;padding:0 0 0 24px}.step-copy h3{font-size:44px}.step-art,.journey-step.reverse .step-art{grid-column:2;grid-row:auto;width:240px;height:190px;margin:18px 0 0 12px;justify-self:start}.passport-art{width:145px;height:190px}.compass-art{width:200px;height:200px}.cards-art{transform:scale(.75);transform-origin:left top}.document-art{transform:scale(.75);transform-origin:left top}.takeoff-art{height:120px}
  .pathfinder-grid{grid-template-columns:1fr;gap:40px}.pathfinder h2{font-size:66px}.quiz-card{padding:28px 20px;min-height:560px;border-radius:22px}.quiz-options{grid-template-columns:1fr}.quiz-options button{min-height:58px}.result-countries{grid-template-columns:1fr}.quiz-screen h3{font-size:38px}
  .people-heading{gap:25px}.people-grid{grid-template-columns:1fr;margin-top:55px}.person-card,.team-panel{min-height:auto}.person-featured{grid-template-columns:1fr}.person-featured .person-image{height:430px}.people-grid>.person-card:not(.person-featured) .person-image{height:420px}.people-grid>.person-card:not(.person-featured) .person-copy{height:auto}.team-panel{grid-column:auto;min-height:350px}.person-copy{padding:26px}
  .proof-title{font-size:61px}.proof-stats{grid-template-columns:1fr 1fr;margin:50px 0}.stat{padding:22px}.stat strong{font-size:36px}.story-wall{grid-template-columns:1fr}.story-card-one{grid-column:auto;display:flex}.story-card-one .story-placeholder{height:60%}.story-card{min-height:440px}
  .trust-grid{gap:42px}.trust-copy h2{font-size:50px}.stamp-stage{min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;transform:none}.stamp{position:relative;inset:auto!important;width:100%;height:auto;aspect-ratio:1}.stamp span{font-size:34px}.stamp b{font-size:10px}.stamp small{font-size:7px}.stamp-lahore b{font-size:8px}
  .partners-header .button{width:100%}.logo-box{width:220px}.logo-track{animation-duration:23s}.social-copy h2{font-size:50px}.social-grid{gap:38px}.social-stack{display:flex;gap:12px;min-height:0;width:100%;padding:8px 0 24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;transform:none}.social-stack::-webkit-scrollbar{display:none}.social-post{position:relative!important;inset:auto!important;flex:0 0:min(74vw,260px);width:auto;height:340px;scroll-snap-align:center;transform:none!important}
  .departure-board{font-size:70px}.counselling-grid{gap:45px}.counselling-copy h2{font-size:58px}.form-row{grid-template-columns:1fr}.lead-form{padding:25px 18px}.contact-pills{display:grid;grid-template-columns:1fr}.contact-pills a{width:100%}
  .visit-faq{padding:95px 0 85px}.visit-faq-heading{margin-bottom:45px}.visit-faq-heading h2{font-size:55px}.office-map{height:500px;border-radius:22px}.map-address{left:12px;right:12px;bottom:12px;padding:18px}.faq-list summary{padding:23px 2px;font-size:16px}.faq-list details p{margin:-2px 38px 24px 2px}
  .whatsapp-float{left:14px;bottom:76px;width:46px;height:46px}.whatsapp-float svg{width:25px;height:25px}.footer-top{grid-template-columns:1fr;gap:35px}.footer-identity,.footer-statement,.footer-address{justify-self:start}.footer-statement{font-size:45px}.footer-address{grid-column:auto;width:100%;text-align:left}.footer-bottom{flex-direction:column;line-height:1.7}.footer-bottom div{flex-wrap:wrap}.mobile-sticky-cta{position:fixed;display:flex;align-items:center;justify-content:center;gap:10px;left:10px;right:10px;bottom:10px;height:52px;border-radius:16px;background:linear-gradient(135deg,#7dffe1,#65d8ef);color:#03231e;font-size:12px;font-weight:800;z-index:800;box-shadow:0 14px 40px rgba(0,0,0,.25)}
}

@media (max-width:420px){.hero{min-height:820px}.hero-title{font-size:56px}.hero-proof strong{font-size:15px}.hero-proof span{font-size:6.5px}.destination-track{grid-template-columns:repeat(6,88vw)}.destination-card h3{font-size:45px}.proof-title{font-size:52px}.social-post{flex-basis:78vw;height:320px}}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.logo-track{transform:none!important}.hero-route,.birds,.destination-orbit{display:none}.destination-card:hover,.button:hover{transform:none}}
