:root{--navy:#171311;--blue:#e5251f;--gold:#e5251f;--soft:#f7f5f4;--white:#fff;--text:#201c1a;--muted:#726b67;--red:#e5251f;--red-dark:#b81713;--ink:#1f1a18;--radius:22px;--shadow:0 18px 55px rgba(31,26,24,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Manrope",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);overflow-x:hidden}h1,h2,h3,h4,h5{font-family:"Manrope",system-ui,sans-serif;font-weight:800;letter-spacing:-.03em}.section-pad{padding:100px 0}.bg-soft{background:var(--soft)}.bg-navy{background:radial-gradient(circle at 80% 20%,rgba(229,37,31,.24) 0,transparent 32%),var(--navy)}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.15em;font-size:.76rem;font-weight:800;color:var(--blue);margin-bottom:14px}.section-head{max-width:760px;margin:auto}.section-head h2,.section-pad h2,.cta-section h2{font-size:clamp(2rem,4vw,3.65rem)}.btn{border-radius:12px;font-weight:700;padding:.8rem 1.2rem}.btn-primary-brand{background:linear-gradient(135deg,var(--red),#c91d18);color:#fff;border:0;box-shadow:0 10px 25px rgba(229,37,31,.24)}.btn-primary-brand:hover{color:#fff;transform:translateY(-2px)}.btn-gold{background:var(--red);color:#fff;border:0}.btn-gold:hover{background:var(--red-dark);color:#fff}.site-header{transition:.35s ease}.site-header.scrolled{background:rgba(24,20,18,.94);backdrop-filter:blur(16px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.navbar-brand{line-height:1}.wwics-brand{display:flex;align-items:center;text-decoration:none}.wwics-logo-shell{display:flex;align-items:center;background:transparent;border-radius:10px;padding:4px 6px;filter:drop-shadow(0 5px 10px rgba(0,0,0,.24));transition:.3s ease}.wwics-logo-shell img{display:block;width:176px;height:52px;object-fit:contain}.site-header.scrolled .wwics-logo-shell{padding:3px 5px}.site-header.scrolled .wwics-logo-shell img{width:158px;height:46px}.footer-brand .wwics-logo-shell{padding:7px 10px}.footer-brand .wwics-logo-shell img{width:190px;height:58px}.nav-link{font-weight:650;color:#fff!important;font-size:.93rem}.dropdown-menu{border-radius:16px}.dropdown-item{padding:.65rem 1rem}.mega-menu{left:50%!important;transform:translateX(-50%);width:min(900px,90vw);margin-top:.5rem}.mega-menu h6{color:var(--ink);font-weight:800}.mega-menu a{display:block;text-decoration:none;color:#566173;padding:.35rem 0}.mega-menu a:hover{color:var(--blue)}.mobile-links a{display:block;color:#fff;text-decoration:none;padding:.9rem 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:1.1rem}.hero-section{min-height:100vh;position:relative;background:#160f0e;overflow:hidden}.hero-video,.hero-overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-video{opacity:.88}.hero-overlay{background:linear-gradient(90deg,rgba(20,14,13,.92) 0%,rgba(20,14,13,.74) 46%,rgba(20,14,13,.25) 74%,rgba(20,14,13,.48) 100%),linear-gradient(0deg,rgba(18,12,11,.68),transparent 55%)}.hero-content{z-index:2}.hero-section h1{font-size:clamp(3rem,6vw,6.6rem);color:#fff;line-height:.98;max-width:1050px}.hero-section h1 span{color:#ff3b35}.hero-section .lead{color:rgba(255,255,255,.84);max-width:760px}.hero-trust strong,.hero-trust span{display:block}.hero-trust strong{font-size:1.4rem;color:#fff}.hero-trust span{color:rgba(255,255,255,.64);font-size:.84rem}.route-line{position:absolute;border:1px dashed rgba(255,255,255,.22);border-radius:50%;width:360px;height:180px;z-index:1;animation:float 7s ease-in-out infinite}.route-1{right:5%;top:18%;transform:rotate(-12deg)}.route-2{right:25%;bottom:5%;transform:rotate(22deg);animation-delay:-2s}@keyframes float{50%{transform:translateY(-14px) rotate(-8deg)}}.image-stack{position:relative;padding:0 45px 55px 0}.main-img{width:100%;height:540px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.mini-img{position:absolute;width:43%;height:210px;object-fit:cover;right:0;bottom:0;border:8px solid #fff;border-radius:22px;box-shadow:var(--shadow)}.experience-badge{position:absolute;left:-24px;bottom:24px;background:var(--navy);color:#fff;padding:20px 24px;border-radius:18px;box-shadow:var(--shadow)}.experience-badge b{font-size:2rem;display:block;color:#ff4a44}.experience-badge span{font-size:.8rem}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}.check-grid span{background:#fff;border:1px solid #e7edf5;padding:15px;border-radius:14px;font-weight:650}.check-grid i{color:var(--blue);margin-right:7px}.image-card{position:relative;min-height:420px;border-radius:24px;overflow:hidden;background-image:linear-gradient(0deg,rgba(4,16,31,.95),rgba(4,16,31,.06) 68%),var(--bg);background-size:cover;background-position:center;box-shadow:var(--shadow);transition:.4s ease}.image-card:hover{transform:translateY(-8px);background-size:108%}.image-card>div{position:absolute;inset:auto 0 0;padding:28px;color:#fff}.image-card>div>i{width:54px;height:54px;display:grid;place-items:center;border-radius:14px;background:rgba(255,255,255,.13);backdrop-filter:blur(8px);font-size:1.45rem}.image-card h3{margin-top:18px}.image-card a{color:#ff5a54;text-decoration:none;font-weight:700}.feature-card,.service-card,.testimonial-card,.contact-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:30px;height:100%;border:1px solid #eef2f7;transition:.3s ease}.feature-card:hover,.service-card:hover{transform:translateY(-8px)}.feature-card>i,.service-card>i{font-size:2rem;color:var(--blue);display:inline-block;margin-bottom:18px}.feature-card h3,.service-card h3{font-size:1.25rem}.feature-card p{color:var(--muted);margin:0}.country-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.18)}.country-card img{width:100%;height:250px;object-fit:cover;transition:.45s}.country-card:hover img{transform:scale(1.06)}.country-body{padding:22px}.country-body span{font-size:1.6rem}.country-body p{color:var(--muted)}.country-body a{color:var(--blue);text-decoration:none;font-weight:700}.process-line{display:grid;grid-template-columns:repeat(5,1fr);position:relative;gap:18px}.process-line:before{content:"";position:absolute;left:8%;right:8%;top:58px;border-top:2px dashed #b7c7da;z-index:-1}.process-step{text-align:center}.process-step b{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--gold);color:var(--navy);margin-bottom:10px}.process-step>i{width:74px;height:74px;margin:0 auto 18px;display:grid;place-items:center;border-radius:20px;background:#fff;box-shadow:var(--shadow);color:var(--blue);font-size:1.8rem}.process-step h4{font-size:1rem}.stats-section{padding:65px 0;background:linear-gradient(rgba(28,22,20,.94),rgba(28,22,20,.94)),url('https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1800&q=60') center/cover fixed}.stat b{font-size:3rem;color:#ff4a44}.stat span{display:block;color:rgba(255,255,255,.78);font-size:.88rem}.logo-marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.logo-track{display:flex;width:max-content;gap:70px;animation:marquee 22s linear infinite}.logo-track span{font-weight:900;font-size:1.1rem;color:#8a93a1;filter:grayscale(1);padding:22px 0}.logo-track span:hover{filter:none;color:var(--blue)}@keyframes marquee{to{transform:translateX(-50%)}}.service-card a{color:var(--blue);text-decoration:none;font-weight:700;font-size:.9rem}.story-panel{background:#fff;border-radius:28px;box-shadow:var(--shadow)}.story-panel img{min-height:520px}.story-meta{display:flex;gap:20px;flex-wrap:wrap;color:var(--muted)}.stars{color:#e5251f;letter-spacing:.14em}.testimonial-card p{font-size:1.05rem;color:#536074}.client{display:flex;align-items:center;gap:12px;margin-top:22px}.client img{width:52px;height:52px;border-radius:50%;object-fit:cover}.client b,.client small{display:block}.client small{color:var(--muted)}.blog-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);height:100%}.blog-card img{width:100%;height:240px;object-fit:cover}.blog-card small{color:var(--blue);font-weight:700}.blog-card h3{font-size:1.35rem;margin-top:10px}.blog-card p{color:var(--muted)}.blog-card a{color:var(--blue);text-decoration:none;font-weight:700}.cta-section{position:relative;padding:110px 0;background:url('https://images.unsplash.com/photo-1483450388369-9ed95738483c?auto=format&fit=crop&w=1800&q=80') center/cover fixed}.cta-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,18,17,.94),rgba(25,18,17,.58))}.cta-section p{max-width:760px;margin:18px auto 28px;font-size:1.1rem;color:rgba(255,255,255,.8)}.contact-card{padding:42px}.form-control,.form-select{min-height:54px;border-radius:12px;border-color:#dce4ee}.contact-info{background:var(--navy);color:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.contact-info img{width:100%;height:290px;object-fit:cover}.contact-info p{color:rgba(255,255,255,.8)}.contact-info i{color:#ff514b;margin-right:9px}.footer{padding:75px 0 25px;background:#171311;color:rgba(255,255,255,.7)}.footer h5{color:#fff;margin-bottom:18px}.footer a{display:block;color:rgba(255,255,255,.68);text-decoration:none;margin:.55rem 0}.footer a:hover{color:#fff}.footer .navbar-brand{display:flex!important}.footer hr{border-color:rgba(255,255,255,.12);margin:45px 0 20px}.socials{display:flex;gap:10px}.socials a{width:38px;height:38px;border:1px solid rgba(255,255,255,.12);border-radius:10px;display:grid;place-items:center}.reveal{opacity:0;transform:translateY(28px);transition:.75s ease}.reveal.in-view{opacity:1;transform:none}@media(max-width:1199.98px){.site-header{background:rgba(24,20,18,.84);backdrop-filter:blur(12px)}}@media(max-width:991.98px){.section-pad{padding:78px 0}.hero-section h1{font-size:clamp(2.8rem,10vw,5rem)}.image-stack{margin-left:16px}.process-line{grid-template-columns:1fr 1fr}.process-line:before{display:none}.story-panel img{min-height:360px}}@media(max-width:767.98px){.hero-section .min-vh-100{padding-top:100px;padding-bottom:55px}.hero-trust{margin-top:30px!important}.image-stack{padding:0 20px 65px 0}.main-img{height:420px}.mini-img{width:55%;height:180px}.experience-badge{left:-12px}.check-grid{grid-template-columns:1fr}.process-line{grid-template-columns:1fr}.country-card .country-body{padding:18px}.contact-card{padding:26px}.section-head h2,.section-pad h2,.cta-section h2{font-size:2.15rem}}

/* WWICS brand refinements */
.nav-link:hover,.nav-link:focus{color:#ff5b55!important}.dropdown-item:hover{background:#fff1f0;color:var(--red)}.eyebrow{color:var(--red)}.feature-card>i,.service-card>i,.check-grid i,.country-body a,.service-card a,.blog-card small,.blog-card a,.mega-menu a:hover{color:var(--red)}.process-step b{background:var(--red);color:#fff}.process-step>i{color:var(--red)}.contact-info{background:linear-gradient(155deg,#211b18,#120f0e)}.offcanvas.text-bg-dark{background:#171311!important}.hero-section .btn-outline-light:hover{color:#171311}.hero-trust strong{font-family:"Manrope",sans-serif}.section-pad h2,.section-head h2,.cta-section h2{color:#211c1a}.bg-navy h2,.bg-navy h3,.bg-navy h4,.stats-section h2,.cta-section h2{color:#fff}.footer .navbar-brand{display:flex!important}@media(max-width:575.98px){.wwics-logo-shell img{width:145px;height:44px}.wwics-logo-shell{padding:4px 7px}}


/* Screenshot-inspired editorial hero */
.hero-editorial .hero-overlay{background:linear-gradient(90deg,rgba(8,17,28,.91) 0%,rgba(8,17,28,.77) 34%,rgba(8,17,28,.37) 63%,rgba(8,17,28,.18) 100%),linear-gradient(0deg,rgba(6,14,24,.55),transparent 52%)}
.hero-editorial .hero-content{padding-top:76px}
.hero-copy{padding-bottom:44px}
.hero-kicker{font-family:"Manrope",sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.135em;color:rgba(255,255,255,.92);margin-bottom:22px;text-transform:uppercase}
.hero-kicker span{opacity:.68;margin:0 .16rem}
.hero-section .hero-display{font-family:"Manrope",sans-serif;font-size:clamp(3.8rem,6vw,6.25rem);line-height:.96;letter-spacing:-.055em;max-width:720px;margin:0;color:#fff}
.hero-section .hero-display em{font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;font-weight:400;font-style:italic;letter-spacing:-.055em;color:#f4e5d5}
.hero-editorial .hero-lead{font-size:clamp(1rem,1.28vw,1.15rem);line-height:1.75;max-width:650px;margin-top:28px;color:rgba(255,255,255,.78)}
.hero-actions{margin-top:30px}
.hero-actions .btn{min-height:48px;display:inline-flex;align-items:center;padding:.75rem 1.18rem;border-radius:9px;font-size:.88rem}
.hero-experience{display:flex;align-items:center;gap:7px;margin-top:31px;color:rgba(255,255,255,.64);font-size:.82rem}
.hero-experience strong{color:rgba(255,255,255,.78);font-weight:700}
.status-dot{width:10px;height:10px;border-radius:50%;background:#49d49d;box-shadow:0 0 0 5px rgba(73,212,157,.14);display:inline-block;margin-right:3px}
.hero-pathway-card{position:absolute;right:2.8%;bottom:7.5%;z-index:4;width:min(330px,calc(100% - 32px));display:flex;gap:16px;align-items:flex-start;background:rgba(255,252,247,.97);padding:18px 20px 17px;border-radius:14px;text-decoration:none;color:#19191d;box-shadow:0 18px 50px rgba(0,0,0,.22);transform:rotate(-.6deg);transition:.3s ease}
.hero-pathway-card:hover{transform:translateY(-5px) rotate(0);color:#19191d;box-shadow:0 24px 55px rgba(0,0,0,.28)}
.pathway-check{flex:0 0 42px;width:42px;height:42px;border-radius:10px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:1.28rem}
.pathway-copy{display:block;line-height:1}
.pathway-copy small{display:block;color:#8a8d92;font-size:.68rem;margin:1px 0 7px}
.pathway-copy strong{font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;display:block;font-size:1.25rem;line-height:1.02;font-weight:700;letter-spacing:-.025em}
.pathway-copy b{display:block;color:var(--red);font-family:"Manrope",sans-serif;font-size:.68rem;margin-top:9px}
.hero-scroll{position:absolute;left:50%;bottom:16px;z-index:4;transform:translateX(-50%);width:28px;height:28px;border:1px solid rgba(255,255,255,.38);border-radius:50%;color:rgba(255,255,255,.7);display:grid;place-items:center;text-decoration:none;font-size:.68rem}
.hero-scroll:hover{color:#fff;border-color:#fff}
@media(max-width:991.98px){.hero-editorial .hero-content{padding-top:90px}.hero-pathway-card{right:22px;bottom:28px}.hero-scroll{display:none}}
@media(max-width:767.98px){.hero-editorial .min-vh-100{min-height:820px!important;align-items:flex-start!important;padding-top:145px!important;padding-bottom:210px!important}.hero-section .hero-display{font-size:clamp(3.35rem,15vw,5rem)}.hero-kicker{font-size:.62rem;line-height:1.7;max-width:350px}.hero-editorial .hero-lead{font-size:.98rem;line-height:1.65;margin-top:22px}.hero-actions{margin-top:24px}.hero-experience{margin-top:25px}.hero-pathway-card{left:16px;right:auto;bottom:28px;width:calc(100% - 32px);transform:none}.hero-pathway-card:hover{transform:translateY(-3px)}}


/* Typography & logo polish */
body{font-family:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;font-weight:500;letter-spacing:-.01em}
h1,h2,h3,h4,h5,h6{font-family:"Manrope",system-ui,sans-serif}
.section-head h2,.section-pad h2,.cta-section h2{font-weight:800;letter-spacing:-.045em}
.hero-section .hero-display{font-family:"Manrope",sans-serif;font-weight:700}
.hero-section .hero-display em,.pathway-copy strong{font-family:"Cormorant Garamond",Georgia,serif}
.nav-link,.btn,.eyebrow{font-family:"Manrope",sans-serif}
.wwics-logo-shell,.footer-brand .wwics-logo-shell{background:transparent!important;box-shadow:none!important;filter:drop-shadow(0 4px 8px rgba(0,0,0,.28))}
.wwics-logo-shell img{filter:none}
.country-body h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:2rem;font-weight:700;letter-spacing:-.02em;margin:.25rem 0 .35rem;color:#211c1a}
.bg-navy .country-body h3{color:#211c1a}
.country-body p{font-family:"Manrope",sans-serif;font-size:.84rem;letter-spacing:.02em}
@media(max-width:575.98px){.wwics-logo-shell{padding:2px 3px}.country-body h3{font-size:1.72rem}}

/* Navy background + transparent white WWICS logo */
:root{--navy:#071a33;--navy-deep:#041326}
.site-header{background:rgba(7,26,51,.90);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 8px 28px rgba(0,0,0,.14)}
.site-header.scrolled{background:rgba(4,19,38,.97);box-shadow:0 10px 32px rgba(0,0,0,.22)}
.wwics-logo-shell,.footer-brand .wwics-logo-shell{background:transparent!important;filter:drop-shadow(0 4px 8px rgba(0,0,0,.20))!important}
.wwics-logo-shell img{filter:none!important}
.hero-editorial .hero-overlay{background:linear-gradient(90deg,rgba(4,19,38,.93) 0%,rgba(7,26,51,.80) 38%,rgba(7,26,51,.42) 67%,rgba(7,26,51,.20) 100%),linear-gradient(0deg,rgba(4,19,38,.60),transparent 55%)}
.bg-navy{background:radial-gradient(circle at 80% 20%,rgba(229,37,31,.16) 0,transparent 32%),var(--navy)}
.contact-info{background:linear-gradient(155deg,#0b294e,#041326)}
.offcanvas.text-bg-dark{background:#071a33!important}
.footer{background:#041326}


/* Consultation hub - replaces lead form */
.consultation-hub{position:relative;overflow:hidden}
.consultation-hub:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(11,31,58,.06);right:-180px;top:-180px;pointer-events:none}
.consultation-visual{position:relative;min-height:560px;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(11,31,58,.18)}
.consultation-visual>img{width:100%;height:100%;min-height:560px;object-fit:cover;transition:transform .7s ease}
.consultation-visual:hover>img{transform:scale(1.035)}
.consultation-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,19,38,.05) 20%,rgba(5,19,38,.9) 100%)}
.consultation-overlay{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:42px;color:#fff}
.consultation-overlay>span{font-size:.72rem;letter-spacing:.16em;font-weight:800;opacity:.82}
.consultation-overlay h3{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3vw,3.15rem);line-height:.98;margin:12px 0 14px;max-width:650px}
.consultation-overlay p{max-width:620px;color:rgba(255,255,255,.82);font-size:1rem}
.contact-option-grid{display:flex;flex-direction:column;gap:16px}
.contact-option{flex:1;display:flex;gap:20px;padding:26px;border-radius:22px;background:#fff;border:1px solid rgba(11,31,58,.08);box-shadow:0 14px 38px rgba(11,31,58,.07);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.contact-option:hover{transform:translateY(-5px);box-shadow:0 20px 48px rgba(11,31,58,.12);border-color:rgba(228,30,42,.22)}
.contact-option-icon{width:56px;height:56px;flex:0 0 56px;border-radius:16px;background:#071c36;color:#fff;display:grid;place-items:center;font-size:1.35rem;box-shadow:0 8px 22px rgba(7,28,54,.18)}
.contact-option small{color:#e31e2b;font-weight:800;letter-spacing:.12em}
.contact-option h4{font-size:1.2rem;margin:3px 0 7px;color:#071c36}
.contact-option p{margin:0 0 10px;color:#687386;line-height:1.6}
.contact-option a{color:#e31e2b;font-weight:750;text-decoration:none;font-size:.9rem}
.contact-option a i{transition:transform .25s ease}.contact-option:hover a i{display:inline-block;transform:translate(3px,-3px)}
@media(max-width:991.98px){.consultation-visual,.consultation-visual>img{min-height:500px}.contact-option{min-height:170px}}
@media(max-width:575.98px){.consultation-visual,.consultation-visual>img{min-height:520px}.consultation-overlay{padding:28px 22px}.consultation-overlay .btn{width:100%}.contact-option{padding:22px 18px;gap:14px}.contact-option-icon{width:48px;height:48px;flex-basis:48px}}


/* 2026-08 mobile navigation + desktop logo fix */
.wwics-brand{display:flex;align-items:center;padding:0!important;overflow:visible}
.wwics-logo-shell{
  display:flex!important;align-items:center;justify-content:center;
  width:122px;height:88px;padding:0px 0px!important;
  background:#fff!important;border-radius:0 0 11px 11px!important;
  box-shadow:0 8px 24px rgba(0,0,0,.22)!important;
  filter:none!important;
  overflow:hidden;
}
.wwics-logo-shell img{
  display:block;width:100%!important;height:100%!important;object-fit:contain;
  filter:none!important;
}
.site-header .navbar{padding-top:0!important;padding-bottom:0!important;min-height:78px}
.site-header.scrolled .wwics-logo-shell{height:78px}

.mobile-nav-panel{width:min(92vw,380px)!important;background:#fff!important;color:#121827!important;border-left:0!important}
.mobile-nav-panel .offcanvas-header{min-height:76px;padding:18px 18px 14px;border-bottom:0}
.mobile-nav-panel .offcanvas-title,.mobile-nav-panel h5{color:#121827}
.mobile-nav-panel .offcanvas-body{padding:0 18px 28px;overflow-y:auto}
.mobile-menu{display:flex;flex-direction:column}
.mobile-menu-link,.mobile-menu-toggle{
  width:100%;min-height:49px;display:flex;align-items:center;justify-content:space-between;
  padding:13px 0;border:0;border-bottom:1px solid #e5e9ef;background:transparent;
  color:#121827!important;text-decoration:none;font:600 14px/1.35 "Manrope",sans-serif;text-align:left;
}
.mobile-menu-toggle i{font-size:11px;transition:transform .25s ease}
.mobile-menu-toggle[aria-expanded="true"] i{transform:rotate(180deg)}
.mobile-submenu{background:#f6f8fb;border-bottom:1px solid #e5e9ef;padding:8px 12px}
.mobile-submenu a{display:block;padding:10px 0;color:#182033!important;text-decoration:none;font:600 13.5px/1.35 "Manrope",sans-serif}
.mobile-destination-panel{background:#f5f7fa;border-bottom:1px solid #e5e9ef;padding:18px 12px 6px}
.mobile-destination-group{margin-bottom:26px}
.mobile-destination-group strong{display:block;margin-bottom:10px;color:#8993a3;font:800 12px/1.2 "Manrope",sans-serif;letter-spacing:.12em}
.mobile-destination-group a{display:block;padding:7px 0;color:#182033!important;text-decoration:none;font:650 14px/1.3 "Manrope",sans-serif}
.mobile-nav-panel .btn-close{opacity:1}
body.offcanvas-open{overflow:hidden}

@media(max-width:1199.98px){
  .wwics-logo-shell{width:108px;height:78px;border-radius:0 0 10px 10px!important}
  .site-header .navbar{min-height:72px}
}
@media(max-width:575.98px){
  .wwics-logo-shell{width:96px;height:68px;padding:6px 7px!important}
  .site-header .navbar{min-height:64px}
  .mobile-nav-panel{width:min(94vw,360px)!important}
}
