:root{--navy-950: #061f23;--navy-900: #082b30;--navy-850: #0d3e45;--navy-800: #11515a;--blue-600: #00a6ad;--blue-500: #18bfc6;--teal-500: #00a6ad;--teal-400: #35d3d8;--gold-500: #f97316;--gold-400: #fb923c;--green-500: #84b72f;--cream: #fff7ed;--surface: #ffffff;--surface-soft: #f7faf9;--border: #dfe9e7;--text: #13282c;--muted: #607477;--shadow: 0 24px 70px rgba(6, 31, 35, .22);--shadow-soft: 0 12px 34px rgba(6, 31, 35, .09);--radius: 18px;--radius-lg: 24px;--max: 1180px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img,iframe{max-width:100%}.container{width:min(var(--max),calc(100% - 42px));margin:0 auto}.site-header{background:#062427f5;color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 8px 30px #0000002e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:22px;letter-spacing:-.04em;flex:0 0 auto}.logo-mark{width:40px;height:32px;position:relative;display:inline-block}.logo-mark span{position:absolute;width:11px;height:31px;background:#fff;border-radius:99px;transform:rotate(28deg);top:0}.logo-mark span:nth-child(1){left:0;height:23px;top:8px}.logo-mark span:nth-child(2){left:14px;height:30px}.logo-mark span:nth-child(3){left:29px;height:31px}.nav-links{display:flex;align-items:center;gap:28px;color:#ffffffeb;font-weight:700;font-size:15px}.nav-actions{display:flex;align-items:center;gap:14px}.search{width:240px;height:42px;border-radius:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);color:#fff;padding:0 16px;font-size:14px}.search::placeholder{color:#ffffff9e}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;padding:14px 22px;font-weight:900;cursor:pointer;transition:.18s ease;white-space:nowrap;font-size:15px}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--blue-600),#18c5c9);color:#fff;box-shadow:0 12px 28px #00a6ad47}.btn-primary:hover{background:linear-gradient(135deg,#008b92,#10b7bc)}.btn-blue{background:var(--blue-500);color:#fff}.btn-outline{border:1px solid rgba(255,255,255,.82);color:#fff;background:transparent}.hero{background:radial-gradient(circle at 78% 18%,rgba(0,166,173,.36),transparent 32%),radial-gradient(circle at 13% 14%,rgba(127,181,54,.18),transparent 28%),linear-gradient(135deg,#041819,#062427 42%,#0a4146);color:#fff;padding:42px 0 0;position:relative;overflow:visible}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:44px 44px;opacity:.5}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:54px;align-items:start;padding-bottom:70px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:#ffffffc7;font-size:14px;margin:22px 0 46px}.breadcrumbs a{color:#fff;text-decoration:underline;text-underline-offset:4px}.hero h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5vw,66px);line-height:1.05;letter-spacing:-.045em;max-width:760px;margin-bottom:26px}.rating-row{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-size:18px;font-weight:800}.stars{color:var(--gold-400);letter-spacing:1px}.hero-subtitle{color:#ffffffeb;font-size:21px;line-height:1.55;max-width:720px;margin-bottom:38px}.info-panels{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:860px}.info-panel{border-left:1px solid rgba(255,255,255,.55);padding-left:22px}.info-panel h3{font-size:18px;margin-bottom:8px;color:#fff}.info-panel p{color:#ffffffdb;font-size:15px;line-height:1.55}.cream-strip{background:linear-gradient(90deg,#eef8f7,#f7fbef);color:#18383c;border-top:1px solid rgba(0,166,173,.12);border-bottom:1px solid rgba(127,181,54,.14);padding:18px 0;font-weight:800;font-size:14px}.cream-strip .container{display:flex;gap:20px;justify-content:space-between;align-items:center;flex-wrap:wrap}.sticky-card-wrap{position:sticky;top:92px;align-self:start;z-index:20}.course-card{background:#fff;color:var(--text);border-radius:0 0 18px 18px;box-shadow:var(--shadow);overflow:hidden;border:1px solid rgba(255,255,255,.18)}.video-box{position:relative;background:#000;aspect-ratio:16 / 9;overflow:hidden}.video-box iframe{width:100%;height:100%;display:block;border:0}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,transparent 56%,rgba(0,0,0,.36))}.course-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f2f4f7;border-bottom:1px solid var(--border)}.course-tab{padding:18px 16px;text-align:center;font-weight:900;color:#6b7280;background:#f0f2f5}.course-tab.active{background:#fff;color:var(--navy-950)}.card-body{padding:26px 28px 28px}.card-features{display:grid;gap:18px;margin-bottom:28px}.card-feature{display:flex;align-items:flex-start;gap:14px;color:#24364a;font-weight:650}.card-feature .icon{width:26px;height:26px;flex:0 0 auto;display:grid;place-items:center;color:var(--navy-950);border:2px solid var(--navy-950);border-radius:5px;font-size:12px;font-weight:900;margin-top:1px}.price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:18px}.price{font-size:36px;font-weight:900;color:var(--navy-950);letter-spacing:-.04em}.old-price{color:#8894a4;text-decoration:line-through;font-weight:800}.save{color:var(--green-500);font-weight:900;font-size:13px}.course-card .btn{width:100%;background:linear-gradient(135deg,var(--green-500),var(--gold-400));color:#10220d;padding:16px 20px;border-radius:6px;font-size:16px;box-shadow:0 14px 30px #74a82f3d}.course-card .btn:hover{background:linear-gradient(135deg,#65932a,#9ec235)}.small-note{text-align:center;color:#778295;font-size:12px;margin-top:12px;font-weight:700}.mobile-sticky-cta{display:none;position:fixed;left:0;right:0;bottom:0;padding:10px 14px;background:#fffffff5;box-shadow:0 -8px 24px #06152f24;z-index:1001}.mobile-sticky-cta .btn{width:100%;border-radius:8px;background:var(--green-500);color:#fff}section{padding:72px 0}.section-soft{background:var(--surface-soft)}.section-title{max-width:800px;margin-bottom:34px}.section-title.center{text-align:center;margin-left:auto;margin-right:auto}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--teal-500);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:13px}.eyebrow:before{content:"";width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--teal-500),var(--gold-400));box-shadow:0 0 0 5px #00a6ad1a}h2{color:var(--navy-950);font-size:clamp(30px,3vw,46px);line-height:1.12;letter-spacing:-.04em;margin-bottom:14px}.section-title p{color:var(--muted);font-size:17px}.trusted-strip{background:#fff;border-bottom:1px solid var(--border);box-shadow:0 6px 20px #06152f0a}.trusted-inner{min-height:72px;display:grid;grid-template-columns:1.7fr repeat(5,1fr);gap:24px;align-items:center;color:#7b8490;text-align:center;font-weight:900;font-family:Georgia,Times New Roman,serif;font-size:18px}.trusted-inner span:first-child{font-family:Inter,Arial,sans-serif;color:var(--muted);text-align:left;font-size:13px;font-weight:750}.grid-2{display:grid;grid-template-columns:1.02fr .98fr;gap:46px;align-items:start}.copy p{color:#46576c;margin-bottom:18px;font-size:16px}.included-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.mini-card,.stat-card,.module-list,.benefit-card,.outcome-list,.why-card,.testimonial-card,.tool-card,.faq-card,.blog-card,.insight-list{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:var(--radius)}.mini-card{padding:20px 14px;text-align:center}.mini-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;margin:0 auto 11px;background:#ecfafa;color:var(--teal-500);font-size:21px}.mini-card strong{display:block;color:var(--navy-950);font-size:13px;line-height:1.35}.stat-card{overflow:hidden}.stat-row{display:flex;align-items:center;gap:20px;padding:26px 28px;border-bottom:1px solid var(--border)}.stat-row:last-child{border-bottom:0}.stat-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:#00a6ad1a;color:var(--teal-500);font-size:24px;flex:0 0 auto}.stat-row strong{display:block;color:var(--navy-950);font-size:26px;line-height:1.05;letter-spacing:-.03em}.stat-row small{color:var(--muted);font-weight:700}.curriculum-layout{display:grid;grid-template-columns:minmax(0,1.12fr) 370px;gap:38px;align-items:start}.module-list{overflow:hidden}.module-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border)}.module-row:last-child{border-bottom:0}.module-num{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--blue-600);color:#fff;font-size:12px;font-weight:900}.module-title{font-weight:900;color:var(--navy-950)}.module-desc{color:var(--muted);font-size:13px;margin-top:1px}.module-tag{color:var(--muted);font-weight:850;font-size:13px;white-space:nowrap}.side-benefits{display:grid;gap:18px}.benefit-card{padding:24px;display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:start}.benefit-icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:#14b8a61c;color:var(--teal-500);font-size:24px}.benefit-card h3{color:var(--navy-950);margin-bottom:5px;font-size:18px}.benefit-card p{color:var(--muted);font-size:14px;line-height:1.5}.outcomes-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:center}.donut-wrap{display:grid;grid-template-columns:220px 1fr;gap:30px;align-items:center}.donut{width:220px;height:220px;border-radius:50%;background:conic-gradient(var(--navy-950) 0 32%,var(--blue-600) 32% 56%,var(--teal-500) 56% 71%,var(--gold-500) 71% 84%,#dce7ee 84% 100%);position:relative;box-shadow:var(--shadow-soft)}.donut:after{content:"Where Our Graduates Work";position:absolute;top:55px;right:55px;bottom:55px;left:55px;border-radius:50%;background:#fff;display:grid;place-items:center;text-align:center;color:var(--navy-950);font-weight:900;font-size:13px;line-height:1.2;padding:10px}.legend{display:grid;gap:12px}.legend-row{display:flex;justify-content:space-between;color:var(--muted);gap:16px;font-size:14px;font-weight:750}.legend-row span:first-child:before{content:"";width:10px;height:10px;border-radius:50%;display:inline-block;background:var(--blue-600);margin-right:8px}.outcome-list{padding:28px;display:grid;gap:18px}.check-row{display:flex;align-items:flex-start;gap:14px;font-weight:750;color:#2f435a}.check{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#58b9571f;color:var(--green-500);font-weight:900;flex:0 0 auto}.why-grid,.tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.why-card,.tool-card{padding:25px}.why-icon,.tool-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#ecfafa;color:var(--teal-500);font-size:22px;margin-bottom:16px}.why-card h3,.tool-card h3{color:var(--navy-950);margin-bottom:8px;font-size:17px}.why-card p,.tool-card p{color:var(--muted);font-size:14px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testimonial-card{padding:26px}.testimonial-card .stars{color:var(--gold-500);margin-bottom:12px}.testimonial-card p{color:#40546a;font-size:15px;margin-bottom:20px}.student{display:flex;gap:12px;align-items:center}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue-600),var(--teal-500));color:#fff;font-weight:900}.student strong{color:var(--navy-950);display:block;line-height:1.2}.student small{color:var(--muted);font-size:12px}.logo-row{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;align-items:center;text-align:center;color:#6b7583;font-family:Georgia,Times New Roman,serif;font-weight:900;font-size:28px;opacity:.86;padding-top:44px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}details{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 6px 18px #06152f0d;overflow:hidden}summary{list-style:none;padding:18px 20px;cursor:pointer;font-weight:900;color:var(--navy-950);display:flex;justify-content:space-between;align-items:center;gap:20px}summary::-webkit-details-marker{display:none}summary:after{content:"+";color:var(--teal-500);font-size:24px;line-height:1}details[open] summary:after{content:"\2212"}details p{padding:0 20px 18px;color:var(--muted);font-size:14px}.insights-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:30px}.blog-card{padding:20px;display:grid;grid-template-columns:180px 1fr;gap:20px}.blog-thumb{min-height:140px;border-radius:14px;background:linear-gradient(135deg,#1167b133,#00a7a524),repeating-linear-gradient(45deg,#eef5fb,#eef5fb 8px,#fff 8px 16px)}.blog-card h3{color:var(--navy-950);font-size:19px;margin-bottom:7px}.blog-card p{color:var(--muted);font-size:14px;margin-bottom:12px}.read-more{color:var(--teal-500);font-weight:900;font-size:14px}.insight-list{overflow:hidden}.insight-row{display:flex;justify-content:space-between;gap:18px;padding:16px 20px;border-bottom:1px solid var(--border);color:var(--navy-950);font-weight:850;font-size:14px}.insight-row:last-child{border-bottom:0}.final-cta{background:radial-gradient(circle at 20% 10%,rgba(127,181,54,.18),transparent 28%),linear-gradient(135deg,#041819,#062427 46%,#00a6ad 120%);color:#fff;padding:78px 0;text-align:center}.final-cta h2{color:#fff;max-width:830px;margin-left:auto;margin-right:auto}.final-cta p{color:#ffffffd6;font-size:18px;max-width:720px;margin:0 auto 28px}.final-cta .btn{background:#fff;color:var(--navy-950);box-shadow:0 16px 34px #0003}footer{background:#041819;color:#fff;padding:58px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:38px;padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.12)}footer h4{margin-bottom:16px;font-size:15px}footer p,footer li{color:#ffffffb3;font-size:14px;list-style:none;margin-bottom:10px}.socials{display:flex;gap:10px;margin-top:18px}.socials span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#ffffff1a;font-size:12px;font-weight:900}.copyright{padding-top:24px;display:flex;justify-content:space-between;gap:24px;color:#ffffffa8;font-size:13px}@media(max-width:1120px){.nav-links,.search{display:none}.hero-inner{grid-template-columns:1fr}.sticky-card-wrap{position:relative;top:auto}.course-card{max-width:520px}.trusted-inner{grid-template-columns:repeat(3,1fr)}.trusted-inner span:first-child{text-align:center}.grid-2,.curriculum-layout,.outcomes-layout,.insights-grid{grid-template-columns:1fr}.included-grid,.why-grid,.tools-grid,.testimonial-grid,.faq-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){body{padding-bottom:70px}.container{width:min(100% - 28px,var(--max))}.site-header{position:relative}.nav{min-height:62px}.nav-actions{display:none}.logo img{width:190px;max-width:190px}.hero{padding-top:30px}.breadcrumbs{margin:10px 0 32px;font-size:13px}.hero h1{font-size:41px}.hero-subtitle{font-size:17px}.info-panels,.trusted-inner,.included-grid,.why-grid,.tools-grid,.testimonial-grid,.faq-grid,.footer-grid,.logo-row,.donut-wrap{grid-template-columns:1fr}.donut{margin:0 auto}.module-row{grid-template-columns:40px 1fr}.module-tag{grid-column:2}.blog-card{grid-template-columns:1fr}.copyright{flex-direction:column}.mobile-sticky-cta{display:block}}.site-header{background:#04181bf5!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 28px #00000029}.logo{width:236px!important;height:46px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 0 236px!important}.logo img{width:236px!important;max-width:236px!important;height:auto!important;max-height:46px!important;object-fit:contain!important;object-position:left center!important;display:block!important}.hero{background:radial-gradient(circle at 73% 18%,rgba(0,166,173,.26),transparent 31%),radial-gradient(circle at 14% 16%,rgba(249,115,22,.12),transparent 26%),linear-gradient(135deg,#031416,#062427 44%,#093941)!important;padding-top:34px!important}.hero-inner{padding-bottom:78px!important;align-items:start!important}.hero h1{text-wrap:balance;max-width:790px}.btn-primary{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;box-shadow:0 16px 34px #f9731647!important}.btn-primary:hover{background:linear-gradient(135deg,#ea580c,#f97316)!important}.course-card .btn,.mobile-sticky-cta .btn{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;box-shadow:0 16px 34px #f973163d!important}.course-card .btn:hover,.mobile-sticky-cta .btn:hover{background:linear-gradient(135deg,#ea580c,#f97316)!important}.cream-strip{background:linear-gradient(90deg,#fff7ed,#ecfeff)!important;color:#233237!important;border-top:1px solid rgba(249,115,22,.14)!important;border-bottom:1px solid rgba(0,166,173,.13)!important}.pricing-card,.course-card{border-radius:18px!important;box-shadow:0 24px 70px #03141642!important}.course-tabs{background:#f8fafc!important}.course-tab.active{color:#061f23!important;border-top:3px solid #f97316}.course-tab{border-top:3px solid transparent}.card-feature .icon{border-color:#00a6ad!important;color:#00a6ad!important}.price{color:#061f23!important}.save{color:#16a34a!important}.eyebrow{color:#00a6ad!important}.eyebrow:before{background:linear-gradient(135deg,#f97316,#00a6ad)!important;box-shadow:0 0 0 5px #f973161a!important}.mini-icon,.stat-icon,.why-icon,.tool-icon{background:#ecfeff!important;color:#00a6ad!important}.module-num{background:linear-gradient(135deg,#00a6ad,#35d3d8)!important}.final-cta{background:radial-gradient(circle at 18% 8%,rgba(249,115,22,.16),transparent 30%),radial-gradient(circle at 82% 30%,rgba(0,166,173,.2),transparent 32%),linear-gradient(135deg,#031416,#062427 48%,#093941)!important}.final-cta .btn{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important}footer{background:#031416!important}@media(max-width:720px){.logo{width:190px!important;height:40px!important;flex-basis:190px!important}.logo img{width:190px!important;max-width:190px!important;max-height:40px!important}.hero{padding-top:28px!important}}:root{--pro-ink: #0f172a;--pro-ink-2: #111827;--pro-slate: #1f2937;--pro-teal: #0f766e;--pro-teal-light: #14b8a6;--pro-orange: #f97316;--pro-orange-dark: #ea580c;--pro-blue-soft: #f8fafc;--pro-border: #e5e7eb;--pro-muted: #64748b}body{background:#fff!important;color:#111827!important}.site-header{background:#fffffff5!important;color:#111827!important;border-bottom:1px solid #e5e7eb!important;box-shadow:0 8px 28px #0f172a14!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav{min-height:72px!important}.nav-links{color:#1f2937!important;gap:24px!important;font-size:14px!important}.nav-links a{color:#1f2937!important}.nav-links a:hover{color:var(--pro-teal)!important}.nav-actions a{color:#111827!important;font-weight:800}.search{background:#f8fafc!important;color:#111827!important;border:1px solid #e5e7eb!important;height:40px!important}.search::placeholder{color:#64748b!important}.btn-outline{background:var(--pro-orange)!important;color:#fff!important;border:0!important;box-shadow:0 10px 24px #f9731633}.btn-outline:hover{background:var(--pro-orange-dark)!important}.hero{background:radial-gradient(circle at 76% 16%,rgba(20,184,166,.18),transparent 31%),radial-gradient(circle at 14% 12%,rgba(249,115,22,.1),transparent 25%),linear-gradient(135deg,#0f172a,#111827 48%,#123c3d)!important;color:#fff!important;padding:28px 0 0!important;overflow:visible!important}.hero-inner{grid-template-columns:minmax(0,1fr) 376px!important;gap:46px!important;padding-bottom:44px!important;align-items:start!important}.breadcrumbs{margin:8px 0 30px!important;font-size:12px!important;opacity:.86}.hero h1{font-family:Georgia,Times New Roman,serif!important;max-width:760px!important;font-size:clamp(38px,4.2vw,56px)!important;line-height:1.04!important;margin-bottom:18px!important;letter-spacing:-.045em!important;text-wrap:balance}.rating-row{margin-bottom:16px!important;font-size:15px!important;gap:10px!important}.rating-row .stars,.testimonial-card .stars{color:#f59e0b!important}.hero-subtitle{max-width:720px!important;font-size:17px!important;line-height:1.58!important;margin-bottom:22px!important;color:#ffffffe0!important}.hero-actions{display:flex!important;flex-wrap:wrap!important;gap:12px!important;align-items:center!important;margin:0 0 28px!important}.hero-actions .btn{padding:14px 24px!important;border-radius:8px!important;font-size:15px!important}.hero-actions .btn-primary{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;box-shadow:0 14px 30px #f9731647!important}.hero-actions .btn-primary:hover{background:linear-gradient(135deg,#ea580c,#f97316)!important}.hero-actions .btn-light{background:#ffffff14!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important}.info-panels{gap:18px!important;max-width:800px!important}.info-panel{padding-left:18px!important;border-left-color:#14b8a68c!important}.info-panel h3{font-size:15px!important;margin-bottom:6px!important;color:#fff!important}.info-panel p{font-size:13px!important;line-height:1.45!important;color:#ffffffc7!important}.sticky-card-wrap{top:92px!important}.course-card{border-radius:16px!important;overflow:hidden!important;box-shadow:0 22px 60px #0f172a47!important;border:1px solid rgba(255,255,255,.28)!important}.video-box{aspect-ratio:16 / 8.4!important}.course-tabs{min-height:44px!important}.course-tab{padding:12px!important;font-size:13px!important;border-top:3px solid transparent!important}.course-tab.active{border-top-color:#f97316!important;color:#0f172a!important}.card-body{padding:18px 22px 20px!important}.card-features{gap:12px!important;margin-bottom:18px!important}.card-feature{font-size:13px!important;line-height:1.35!important;gap:10px!important}.card-feature .icon{width:22px!important;height:22px!important;font-size:10px!important;border-radius:5px!important;color:#0f766e!important;border-color:#0f766e!important}.price-row{margin-bottom:14px!important}.price{font-size:31px!important;color:#0f172a!important}.old-price{font-size:13px!important}.save{font-size:12px!important;color:#16a34a!important}.course-card .btn{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;border-radius:8px!important;padding:14px 18px!important;box-shadow:0 14px 30px #f973163d!important}.course-card .btn:hover{background:linear-gradient(135deg,#ea580c,#f97316)!important}.small-note{margin-top:9px!important;font-size:11px!important}.cream-strip{background:linear-gradient(90deg,#fff7ed,#f0fdfa)!important;color:#334155!important;padding:14px 0!important;font-size:13px!important;border-top:1px solid rgba(249,115,22,.14)!important;border-bottom:1px solid rgba(15,118,110,.12)!important}.trusted-strip{box-shadow:none!important;border-bottom:1px solid #e5e7eb!important}.trusted-inner{min-height:66px!important;color:#64748b!important}h2{color:#0f172a!important}.eyebrow{color:#0f766e!important}.eyebrow:before{background:linear-gradient(135deg,#f97316,#0f766e)!important;box-shadow:0 0 0 5px #f973161a!important}.mini-icon,.stat-icon,.why-icon,.tool-icon{background:#f0fdfa!important;color:#0f766e!important}.benefit-icon{background:#fff7ed!important;color:#f97316!important}.module-num{background:linear-gradient(135deg,#0f766e,#14b8a6)!important}.check{background:#16a34a1f!important;color:#16a34a!important}.section-soft{background:#f8fafc!important}.final-cta{background:radial-gradient(circle at 16% 10%,rgba(249,115,22,.16),transparent 29%),radial-gradient(circle at 82% 30%,rgba(20,184,166,.18),transparent 32%),linear-gradient(135deg,#0f172a,#111827 52%,#123c3d)!important}.final-cta .btn{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;border-radius:8px!important}footer{background:#0f172a!important}.mobile-sticky-cta .btn{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important}@media(max-width:1120px){.hero-inner{grid-template-columns:1fr!important}.sticky-card-wrap{position:relative!important;top:auto!important}}@media(max-width:720px){.logo{width:190px!important;flex-basis:190px!important}.logo img{width:190px!important;max-width:190px!important}.hero h1{font-size:38px!important}.hero-actions .btn{width:100%}}.site-header{background:#061f23eb!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.1)!important;box-shadow:0 8px 28px #00000029!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav{min-height:74px!important}.logo{width:230px!important;height:48px!important;flex:0 0 230px!important;overflow:hidden!important;display:flex!important;align-items:center!important}.logo img{width:230px!important;max-width:230px!important;max-height:48px!important;object-fit:contain!important;object-position:left center!important;display:block!important}.nav-links{color:#ffffffe0!important;gap:24px!important;font-size:14px!important}.nav-links a{color:#ffffffe0!important;white-space:nowrap!important}.nav-links a:hover{color:#67e8f9!important}.nav-actions{gap:16px!important;flex-shrink:0!important}.nav-actions a{color:#fff!important;font-weight:850!important;white-space:nowrap!important;flex-shrink:0!important}.search{background:#ffffff1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;height:40px!important;width:210px!important;flex-shrink:1!important}.search::placeholder{color:#ffffffa8!important}.btn-outline{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;border:0!important;box-shadow:0 10px 24px #f973163d;white-space:nowrap!important;flex-shrink:0!important}.hero{background:radial-gradient(circle at 78% 18%,rgba(20,184,166,.2),transparent 31%),radial-gradient(circle at 14% 12%,rgba(249,115,22,.11),transparent 25%),linear-gradient(135deg,#031416,#062427 42%,#0c3b42)!important;padding-top:28px!important}.hero h1{font-family:Inter,Arial,Helvetica,sans-serif!important;font-weight:900!important;max-width:790px!important;font-size:clamp(40px,4.2vw,58px)!important;line-height:1.02!important;letter-spacing:-.065em!important;margin-bottom:18px!important;text-wrap:balance}.hero h1 .accent-word{color:#5eead4}h2{font-family:Inter,Arial,Helvetica,sans-serif!important;font-weight:900!important;letter-spacing:-.045em!important}.breadcrumbs{margin:8px 0 30px!important;color:#ffffffb3!important}.breadcrumbs a{color:#ffffffeb!important}@media(max-width:1180px){.search{display:none!important}.nav-links{gap:18px!important}}@media(max-width:960px){.nav-links{display:none!important}}@media(max-width:720px){.logo{width:188px!important;flex-basis:188px!important}.logo img{width:188px!important;max-width:188px!important}.nav-actions a:not(.btn-outline){display:none!important}.hero h1{font-size:38px!important;letter-spacing:-.05em!important}}.logo.logo-text-lockup{width:auto!important;height:54px!important;flex:0 0 auto!important;overflow:visible!important;display:inline-flex!important;align-items:center!important;gap:10px!important;padding-right:10px!important}.logo.logo-text-lockup img{width:44px!important;max-width:44px!important;height:44px!important;max-height:44px!important;object-fit:contain!important;display:block!important;flex:0 0 44px!important}.brand-text{display:inline-block!important;color:#0f5b61!important;font-size:24px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.055em!important;white-space:nowrap!important}.site-header .brand-text{color:#e8fbfb!important}.brand-text span{color:#10c3c8!important}.nav{gap:22px!important}@media(max-width:720px){.logo.logo-text-lockup{height:48px!important;gap:8px!important}.logo.logo-text-lockup img{width:38px!important;max-width:38px!important;height:38px!important;max-height:38px!important;flex-basis:38px!important}.brand-text{font-size:20px!important}}.logo.logo-text-lockup{background:#fffffff5!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:14px!important;padding:7px 13px 7px 9px!important;height:52px!important;gap:9px!important;box-shadow:0 8px 22px #0000001a!important}.logo.logo-text-lockup img{width:42px!important;max-width:42px!important;height:42px!important;max-height:42px!important;object-fit:contain!important;flex:0 0 42px!important}.site-header .brand-text,.brand-text{color:#0d5358!important;font-size:23px!important;font-weight:900!important;letter-spacing:-.045em!important;line-height:1!important;white-space:nowrap!important}.brand-text span{color:#08aeb4!important}.hero h1{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;font-weight:820!important;font-stretch:normal!important;letter-spacing:-.038em!important;line-height:1.08!important;font-size:clamp(39px,4.1vw,56px)!important;max-width:820px!important}.hero h1 .accent-word{color:#5eead4!important;font-weight:860!important}h2{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;font-weight:820!important;letter-spacing:-.032em!important;line-height:1.14!important}.module-title,.why-card h3,.tool-card h3,.benefit-card h3,summary{letter-spacing:-.012em!important}@media(max-width:720px){.logo.logo-text-lockup{height:48px!important;padding:6px 10px 6px 8px!important}.logo.logo-text-lockup img{width:36px!important;max-width:36px!important;height:36px!important;max-height:36px!important;flex-basis:36px!important}.site-header .brand-text,.brand-text{font-size:20px!important}.hero h1{font-size:37px!important;line-height:1.09!important;letter-spacing:-.032em!important}}.logo.actual-logo-lockup{width:236px!important;height:52px!important;flex:0 0 236px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fffffff7!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:14px!important;padding:8px 14px!important;box-shadow:0 8px 22px #0000001a!important}.logo.actual-logo-lockup img{width:206px!important;max-width:206px!important;height:auto!important;max-height:34px!important;object-fit:contain!important;object-position:center!important;display:block!important}.hero-inner{grid-template-columns:minmax(0,1fr) 360px!important;gap:44px!important;padding-bottom:38px!important}.breadcrumbs{margin:6px 0 22px!important}.hero h1{font-size:clamp(38px,4vw,54px)!important;line-height:1.07!important;margin-bottom:16px!important;max-width:820px!important}.rating-row{margin-bottom:14px!important}.hero-subtitle{font-size:16.5px!important;line-height:1.56!important;margin-bottom:18px!important;max-width:735px!important}.hero-actions.single-action{margin:0 0 22px!important;display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}.hero-actions.single-action .btn-light{padding:12px 20px!important;border-radius:8px!important;background:#ffffff1a!important;border:1px solid rgba(255,255,255,.24)!important}.hero-microcopy{color:#ffffffb3;font-size:13px;font-weight:700}.info-panels{gap:16px!important}.info-panel h3{font-size:14px!important;margin-bottom:4px!important}.info-panel p{font-size:12.5px!important;line-height:1.42!important}.sticky-card-wrap{top:88px!important}.course-card{border-radius:16px!important}.video-box{aspect-ratio:16 / 7.3!important}.card-body{padding:15px 20px 18px!important}.card-features{gap:9px!important;margin-bottom:13px!important}.card-feature{font-size:12.5px!important;line-height:1.28!important;gap:9px!important}.card-feature .icon{width:20px!important;height:20px!important;font-size:9px!important;border-radius:4px!important}.price-row{margin-bottom:11px!important;gap:8px!important}.price{font-size:28px!important;line-height:1!important}.old-price,.save{font-size:11px!important}.course-card .btn{padding:12px 16px!important;font-size:15px!important;border-radius:7px!important}.small-note{margin-top:7px!important;font-size:10.5px!important}.cream-strip{padding:12px 0!important;font-size:12.5px!important}@media(max-width:1120px){.hero-inner{grid-template-columns:1fr!important}.sticky-card-wrap{position:relative!important;top:auto!important}.course-card{max-width:520px!important}}@media(max-width:720px){.logo.actual-logo-lockup{width:192px!important;height:46px!important;flex-basis:192px!important;padding:7px 10px!important}.logo.actual-logo-lockup img{width:170px!important;max-width:170px!important;max-height:30px!important}.hero h1{font-size:36px!important}.hero-microcopy{display:none!important}}.offer-timer{margin:0 0 12px!important;padding:10px 12px!important;border-radius:12px!important;background:linear-gradient(180deg,#fff7ed,#fff)!important;border:1px solid rgba(249,115,22,.18)!important;text-align:center!important}.timer-line{display:flex!important;justify-content:center!important;align-items:center!important;gap:7px!important;color:#e11d48!important;font-weight:900!important;font-size:13px!important;line-height:1.2!important;white-space:nowrap!important}.timer-line strong{color:#e11d48!important;font-size:16px!important;letter-spacing:.01em!important}.timer-dot{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:18px!important;height:18px!important;border-radius:50%!important;background:#e11d481a!important;font-size:11px!important}.timer-seats{margin-top:6px!important;color:#475569!important;font-size:12px!important;font-weight:750!important}@media(min-width:1121px){.sticky-card-wrap.is-fixed{position:fixed!important;top:88px!important;z-index:900!important;width:360px!important}.sticky-card-wrap.is-bottomed{position:absolute!important;z-index:20!important;width:360px!important}}@media(max-width:720px){.offer-timer{padding:10px!important}.timer-line{font-size:12px!important}.timer-line strong{font-size:14px!important}}@media(min-width:1121px){main>section:not(.hero):not(.final-cta)>.container{width:min(720px,calc(100% - 470px))!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important}main>section:not(.hero):not(.final-cta) .grid-2,main>section:not(.hero):not(.final-cta) .curriculum-layout,main>section:not(.hero):not(.final-cta) .outcomes-layout,main>section:not(.hero):not(.final-cta) .insights-grid{grid-template-columns:1fr!important;gap:28px!important}main>section:not(.hero):not(.final-cta) .section-title{max-width:700px!important;margin-bottom:28px!important}main>section:not(.hero):not(.final-cta) h2{font-size:clamp(30px,3vw,42px)!important}main>section:not(.hero):not(.final-cta) .copy p{font-size:16px!important;line-height:1.72!important}main>section:not(.hero):not(.final-cta) .included-grid{grid-template-columns:repeat(2,1fr)!important}main>section:not(.hero):not(.final-cta) .why-grid,main>section:not(.hero):not(.final-cta) .tools-grid,main>section:not(.hero):not(.final-cta) .testimonial-grid,main>section:not(.hero):not(.final-cta) .faq-grid{grid-template-columns:1fr!important}main>section:not(.hero):not(.final-cta) .logo-row{grid-template-columns:repeat(2,1fr)!important;text-align:left!important;font-size:24px!important}main>section:not(.hero):not(.final-cta) .donut-wrap{grid-template-columns:220px 1fr!important}main>section:not(.hero):not(.final-cta) .module-row{grid-template-columns:42px minmax(0,1fr) auto!important}main>section:not(.hero):not(.final-cta) .side-benefits{grid-template-columns:1fr!important}.trusted-strip{position:relative!important;z-index:2!important}.trusted-inner{width:min(720px,calc(100% - 470px))!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important;grid-template-columns:1fr 1fr!important;text-align:left!important;gap:16px!important}.trusted-inner span:first-child{grid-column:1 / -1!important;text-align:left!important}.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{right:max(22px,calc((100% - var(--max)) / 2))!important;left:auto!important;width:360px!important}}@media(min-width:1121px)and (max-width:1280px){main>section:not(.hero):not(.final-cta)>.container,.trusted-inner{width:min(680px,calc(100% - 450px))!important}.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{width:340px!important}}section{padding:54px 0!important}.section-title{margin-bottom:24px!important}.section-title p{font-size:16px!important;line-height:1.55!important}.eyebrow{margin-bottom:9px!important;font-size:12px!important}h2{margin-bottom:10px!important}.hero-inner{padding-bottom:30px!important}.trusted-inner{min-height:58px!important}.mini-card{padding:16px 12px!important}.mini-icon{width:40px!important;height:40px!important;margin-bottom:8px!important}.stat-row{padding:20px 24px!important}.stat-icon{width:44px!important;height:44px!important;border-radius:14px!important}.stat-row strong{font-size:23px!important}.module-row{padding:13px 18px!important}.benefit-card{padding:18px!important;grid-template-columns:48px 1fr!important;gap:14px!important}.benefit-icon{width:48px!important;height:48px!important;border-radius:14px!important}.benefit-card h3{font-size:16px!important;margin-bottom:3px!important}.outcome-list{padding:22px!important;gap:13px!important}.why-card,.tool-card,.testimonial-card{padding:20px!important}.why-icon,.tool-icon{width:42px!important;height:42px!important;margin-bottom:12px!important}.faq-grid{gap:10px!important}summary{padding:15px 18px!important}details p{padding:0 18px 15px!important}.blog-card{padding:16px!important}.final-cta{padding:58px 0!important}footer{padding:44px 0 22px!important}.footer-grid{padding-bottom:30px!important;gap:28px!important}@media(min-width:1121px){main>section:not(.hero):not(.final-cta)>.container{width:min(780px,calc(100% - 430px))!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important}.trusted-inner{width:min(780px,calc(100% - 430px))!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;min-height:58px!important}main>section:not(.hero):not(.final-cta) .grid-2,main>section:not(.hero):not(.final-cta) .curriculum-layout,main>section:not(.hero):not(.final-cta) .outcomes-layout,main>section:not(.hero):not(.final-cta) .insights-grid{gap:22px!important}main>section:not(.hero):not(.final-cta) .section-title{max-width:760px!important;margin-bottom:22px!important}main>section:not(.hero):not(.final-cta) h2{font-size:clamp(28px,2.55vw,38px)!important;line-height:1.12!important}main>section:not(.hero):not(.final-cta) .copy p{font-size:15.5px!important;line-height:1.62!important;margin-bottom:13px!important}main>section:not(.hero):not(.final-cta) .included-grid{grid-template-columns:repeat(4,1fr)!important;gap:10px!important;margin-top:20px!important}main>section:not(.hero):not(.final-cta) .why-grid,main>section:not(.hero):not(.final-cta) .tools-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}main>section:not(.hero):not(.final-cta) .testimonial-grid{grid-template-columns:repeat(3,1fr)!important;gap:14px!important}main>section:not(.hero):not(.final-cta) .faq-grid{grid-template-columns:repeat(2,1fr)!important}main>section:not(.hero):not(.final-cta) .logo-row{grid-template-columns:repeat(5,1fr)!important;font-size:22px!important;gap:14px!important;padding-top:30px!important}main>section:not(.hero):not(.final-cta) .side-benefits{grid-template-columns:repeat(3,1fr)!important;gap:14px!important}main>section:not(.hero):not(.final-cta) .benefit-card{grid-template-columns:1fr!important}main>section:not(.hero):not(.final-cta) .benefit-icon{margin-bottom:0!important}main>section:not(.hero):not(.final-cta) .donut-wrap{grid-template-columns:190px 1fr!important;gap:22px!important}.donut{width:190px!important;height:190px!important}.donut:after{top:46px!important;right:46px!important;bottom:46px!important;left:46px!important;font-size:12px!important}.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{width:350px!important}}@media(min-width:1121px)and (max-width:1280px){main>section:not(.hero):not(.final-cta)>.container,.trusted-inner{width:min(735px,calc(100% - 410px))!important}.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{width:335px!important}}@media(max-width:720px){section{padding:44px 0!important}}@media(min-width:1121px){.cream-strip .container{width:min(780px,calc(100% - 430px))!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 18px!important;align-items:center!important}.cream-strip .container span{min-width:0!important;white-space:normal!important;line-height:1.25!important}.trusted-strip{overflow:visible!important}.trusted-inner{width:min(780px,calc(100% - 430px))!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important;min-height:auto!important;padding:14px 0!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-start!important;gap:10px 26px!important;text-align:left!important}.trusted-inner span:first-child{flex:0 0 100%!important;text-align:left!important;font-size:13px!important;font-family:Inter,Arial,sans-serif!important;margin-bottom:2px!important}.trusted-inner span:not(:first-child){flex:0 0 auto!important;font-size:20px!important;line-height:1.2!important;white-space:nowrap!important}.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{right:max(22px,calc((100% - var(--max)) / 2))!important;left:auto!important;width:350px!important}.sticky-card-wrap.is-fixed:before{content:"";position:fixed;top:74px;right:0;bottom:0;width:max(390px,calc(100% - 780px - max(22px,calc((100% - var(--max)) / 2))));pointer-events:none;background:linear-gradient(90deg,#fff0,#f8fafcb8);z-index:-1}}@media(min-width:1121px)and (max-width:1280px){.cream-strip .container,.trusted-inner{width:min(735px,calc(100% - 410px))!important}.trusted-inner span:not(:first-child){font-size:18px!important}.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{width:335px!important}}.final-cta{position:relative!important;z-index:60!important;isolation:isolate!important;overflow:hidden!important;margin-top:34px!important;border-radius:22px!important}.final-cta h2,.final-cta p,.final-cta .btn{visibility:visible!important;opacity:1!important}@media(min-width:1121px){.final-cta .container{width:min(780px,calc(100% - 430px))!important;max-width:780px!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important}.sticky-card-wrap.is-bottomed,.sticky-card-wrap.is-fixed{z-index:40!important}}@media(max-width:1120px){.final-cta{border-radius:0!important}}#overview .stat-card{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;overflow:hidden!important;border-radius:18px!important;margin-top:22px!important;box-shadow:0 12px 34px #061f2314!important}#overview .stat-row{display:grid!important;grid-template-columns:42px 1fr!important;gap:13px!important;align-items:center!important;padding:20px 22px!important;border-bottom:1px solid var(--border)!important;border-right:1px solid var(--border)!important;min-height:106px!important;background:#fff!important}#overview .stat-row:nth-child(2n){border-right:0!important}#overview .stat-row:nth-last-child(-n+2){border-bottom:0!important}#overview .stat-icon{width:42px!important;height:42px!important;border-radius:14px!important;font-size:20px!important;background:#f0fdfa!important;color:#0f766e!important}#overview .stat-row strong{font-size:22px!important;line-height:1.05!important;letter-spacing:-.035em!important;color:#0f172a!important;margin-bottom:3px!important}#overview .stat-row small{font-size:12.5px!important;line-height:1.35!important;color:#64748b!important;font-weight:750!important}#overview .included-grid{margin-bottom:0!important}@media(min-width:1121px){#overview .grid-2{gap:18px!important}#overview .stat-card{margin-top:18px!important}}@media(max-width:720px){#overview .stat-card{grid-template-columns:1fr!important}#overview .stat-row{border-right:0!important;border-bottom:1px solid var(--border)!important;min-height:auto!important;padding:18px!important}#overview .stat-row:last-child{border-bottom:0!important}}.final-cta{background:radial-gradient(circle at 18% 18%,rgba(249,115,22,.18),transparent 30%),radial-gradient(circle at 82% 28%,rgba(20,184,166,.22),transparent 32%),linear-gradient(135deg,#031416,#062427 52%,#0c3b42)!important;color:#fff!important;padding:64px 0!important;text-align:center!important;border-radius:22px!important;overflow:hidden!important;position:relative!important;isolation:isolate!important}.final-cta:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px)!important;background-size:42px 42px!important;opacity:.45!important;z-index:0!important}.final-cta .container{position:relative!important;z-index:2!important}.final-cta h2{color:#fff!important;opacity:1!important;visibility:visible!important;text-shadow:0 2px 18px rgba(0,0,0,.28)!important;font-size:clamp(32px,3.6vw,48px)!important;line-height:1.08!important;letter-spacing:-.04em!important;max-width:820px!important;margin:0 auto 16px!important}.final-cta p{color:#ffffffe0!important;opacity:1!important;visibility:visible!important;font-size:18px!important;line-height:1.65!important;max-width:760px!important;margin:0 auto 28px!important}.final-cta .btn,.final-cta a.btn{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;opacity:1!important;visibility:visible!important;border-radius:10px!important;padding:15px 28px!important;box-shadow:0 18px 36px #f9731647!important}.final-cta .btn:hover,.final-cta a.btn:hover{background:linear-gradient(135deg,#ea580c,#f97316)!important}@media(min-width:1121px){.final-cta .container{width:min(780px,calc(100% - 430px))!important;max-width:780px!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important}}@media(max-width:720px){.final-cta{border-radius:0!important;padding:52px 0!important}.final-cta h2{font-size:34px!important}.final-cta p{font-size:16px!important}}.final-cta{width:100%!important;margin:44px 0 0!important;border-radius:0!important;text-align:center!important;display:block!important}.final-cta .container{width:min(900px,calc(100% - 40px))!important;max-width:900px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}.final-cta h2{text-align:center!important;color:#fff!important;opacity:1!important;visibility:visible!important}.final-cta p{text-align:center!important;color:#ffffffe0!important;opacity:1!important;visibility:visible!important}.sample-video-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.sample-video-card{background:#fff!important;border:1px solid var(--border)!important;border-radius:18px!important;box-shadow:0 12px 34px #061f2314!important;overflow:hidden!important}.sample-thumb{min-height:132px!important;background:radial-gradient(circle at 78% 20%,rgba(249,115,22,.24),transparent 30%),linear-gradient(135deg,#062427,#0c3b42)!important;position:relative!important;display:grid!important;place-items:center!important}.sample-thumb.ai-thumb{background:radial-gradient(circle at 70% 20%,rgba(20,184,166,.28),transparent 32%),linear-gradient(135deg,#0f172a,#164e63)!important}.sample-thumb.model-thumb{background:radial-gradient(circle at 74% 20%,rgba(34,197,94,.18),transparent 32%),linear-gradient(135deg,#111827,#0f766e)!important}.play-circle{width:52px!important;height:52px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#fff!important;color:#f97316!important;font-weight:950!important;box-shadow:0 14px 34px #0000002e!important}.duration{position:absolute!important;right:12px!important;bottom:12px!important;background:#ffffff24!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important;padding:5px 9px!important;border-radius:999px!important;font-size:11px!important;font-weight:850!important}.sample-body{padding:18px!important}.sample-label{display:inline-flex!important;background:#fff7ed!important;color:#ea580c!important;padding:5px 9px!important;border-radius:999px!important;font-size:11px!important;font-weight:900!important;margin-bottom:10px!important}.sample-body h3{color:#0f172a!important;font-size:17px!important;line-height:1.25!important;margin-bottom:8px!important;letter-spacing:-.018em!important}.sample-body p{color:#64748b!important;font-size:13px!important;line-height:1.48!important;margin-bottom:12px!important}.sample-body a{color:#0f766e!important;font-size:13px!important;font-weight:900!important}.certification-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:26px!important;align-items:center!important}.cert-points{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:20px!important}.cert-point{background:#fff!important;border:1px solid var(--border)!important;border-radius:14px!important;padding:13px 14px!important;color:#334155!important;font-weight:780!important;font-size:13px!important;display:flex!important;gap:10px!important;align-items:flex-start!important;box-shadow:0 8px 22px #061f230d!important}.cert-point span{width:22px!important;height:22px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#16a34a1f!important;color:#16a34a!important;font-weight:950!important;flex:0 0 auto!important}.certificate-card{background:linear-gradient(135deg,#fff7ed,#f0fdfa)!important;border:1px solid rgba(249,115,22,.18)!important;border-radius:22px!important;padding:16px!important;box-shadow:0 18px 44px #061f231a!important}.certificate-inner{background:#fff!important;border:2px solid #f97316!important;border-radius:18px!important;padding:24px 22px!important;text-align:center!important;min-height:265px!important;position:relative!important;overflow:hidden!important}.certificate-inner:before{content:""!important;position:absolute!important;top:12px!important;right:12px!important;bottom:12px!important;left:12px!important;border:1px solid rgba(15,118,110,.18)!important;border-radius:13px!important;pointer-events:none!important}.certificate-top{color:#0f766e!important;font-weight:950!important;font-size:14px!important;margin-bottom:16px!important}.certificate-medal{width:50px!important;height:50px!important;border-radius:50%!important;background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;display:grid!important;place-items:center!important;margin:0 auto 12px!important;font-size:22px!important;box-shadow:0 10px 24px #f973163d!important}.certificate-inner h3{color:#0f172a!important;font-size:22px!important;letter-spacing:-.026em!important;margin-bottom:4px!important}.certificate-inner p{color:#64748b!important;font-size:12px!important;margin-bottom:16px!important}.cert-line{height:1px!important;background:linear-gradient(90deg,transparent,#cbd5e1,transparent)!important;margin:14px 0!important}.certificate-inner strong{color:#64748b!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.08em!important}.cert-name{color:#0f172a!important;font-size:20px!important;font-weight:900!important;margin:5px 0 14px!important}.cert-footer{display:flex!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important}.cert-footer span{background:#f0fdfa!important;color:#0f766e!important;border-radius:999px!important;padding:5px 9px!important;font-size:10px!important;font-weight:900!important}@media(min-width:1121px){.sample-video-section .container,.certification-section .container{width:min(780px,calc(100% - 430px))!important;max-width:780px!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important}.sample-video-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.certification-layout{grid-template-columns:1fr 300px!important}}@media(max-width:900px){.sample-video-grid,.certification-layout,.cert-points{grid-template-columns:1fr!important}}.real-certificate-card{background:linear-gradient(135deg,#fff,#f8fafc)!important;border:1px solid rgba(15,118,110,.14)!important;border-radius:22px!important;padding:14px!important;box-shadow:0 18px 44px #061f231f!important;overflow:hidden!important}.real-certificate-card img{width:100%!important;height:auto!important;display:block!important;border-radius:16px!important;object-fit:contain!important;background:#fff!important}@media(min-width:1121px){.certification-layout{grid-template-columns:1fr 330px!important}}.course-subnav{position:sticky!important;top:74px!important;z-index:950!important;background:#fffffff5!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid #e5e7eb!important;box-shadow:0 8px 24px #0f172a14!important;transform:translateY(-110%)!important;opacity:0!important;pointer-events:none!important;transition:transform .22s ease,opacity .22s ease!important}.course-subnav-inner{min-height:58px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.course-subnav-title{display:flex!important;flex-direction:column!important;line-height:1.15!important;min-width:178px!important}.course-subnav-title span{color:#0f172a!important;font-size:14px!important;font-weight:950!important;letter-spacing:-.02em!important;white-space:nowrap!important}.course-subnav-title small{color:#64748b!important;font-size:11px!important;font-weight:750!important;white-space:nowrap!important}.course-subnav-links{display:flex!important;align-items:center!important;gap:18px!important;overflow-x:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important;flex:1!important}.course-subnav-links::-webkit-scrollbar{display:none!important}.course-subnav-links a{color:#334155!important;font-size:13px!important;font-weight:850!important;white-space:nowrap!important;padding:18px 0!important;border-bottom:2px solid transparent!important;transition:color .15s ease,border-color .15s ease!important}.course-subnav-links a:hover,.course-subnav-links a.active{color:#0f766e!important;border-bottom-color:#f97316!important}.course-subnav-cta{flex:0 0 auto!important;background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;border-radius:8px!important;padding:10px 16px!important;font-size:13px!important;font-weight:950!important;box-shadow:0 10px 22px #f9731638!important;white-space:nowrap!important}.course-subnav-cta:hover{background:linear-gradient(135deg,#ea580c,#f97316)!important}#overview,#curriculum,#outcomes,#why,#reviews,#tools,#faq,#sample-videos,#certification,#offer{scroll-margin-top:145px!important}@media(max-width:1120px){.course-subnav{top:74px!important}.course-subnav-title{display:none!important}.course-subnav-inner{gap:12px!important}}@media(max-width:720px){.course-subnav{top:0!important}.course-subnav-inner{min-height:52px!important}.course-subnav-cta{display:none!important}.course-subnav-links a{font-size:12px!important;padding:16px 0!important}#overview,#curriculum,#outcomes,#why,#reviews,#tools,#faq,#sample-videos,#certification,#offer{scroll-margin-top:64px!important}}.course-subnav{position:fixed!important;top:74px!important;left:0!important;right:0!important;width:100%!important;z-index:950!important;background:#fffffff5!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid #e5e7eb!important;box-shadow:0 8px 24px #0f172a14!important;transform:translateY(-120%)!important;opacity:0!important;pointer-events:none!important;transition:transform .22s ease,opacity .22s ease!important}.course-subnav.is-visible{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important}@media(max-width:720px){.course-subnav{top:0!important}}.course-subnav-inner{justify-content:flex-start!important}.course-subnav-links{justify-content:flex-start!important;gap:20px!important}.course-subnav-cta{display:none!important}@media(min-width:1121px){.course-subnav-title{margin-right:10px!important}}.logo-pill{width:212px!important;height:46px!important;padding:6px 12px!important;border-radius:11px!important;background:#ffffffe0!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 4px 14px #00000014!important}.logo-pill img{width:188px!important;max-height:30px!important}.nav{min-height:68px!important}.course-subnav{top:68px!important}@media(max-width:720px){.logo-pill{width:176px!important;height:42px!important;padding:6px 9px!important;border-radius:10px!important}.logo-pill img{width:158px!important;max-height:28px!important}.course-subnav{top:0!important}}.hero-actions{gap:0!important;margin-bottom:24px!important}.hero-actions .btn-light,.hero-actions .btn-ghost{margin-right:0!important}@media(min-width:1121px){body.course-subnav-active .sticky-card-wrap.is-fixed{top:132px!important}body.course-subnav-active .sticky-card-wrap:not(.is-fixed):not(.is-bottomed){top:132px!important}body.course-subnav-active .sticky-card-wrap.is-bottomed{top:var(--bottomed-top, auto)!important}}html{scroll-behavior:smooth}body{margin:0!important}.wsm-shopify-page{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;color:#102a33;background:#fff;width:100%;overflow-x:hidden}.wsm-shopify-page *{box-sizing:border-box}.wsm-shopify-page a{text-decoration:none}.site-header{display:block!important;visibility:visible!important;opacity:1!important;position:sticky!important;top:0!important;z-index:999999!important}.course-subnav{z-index:999998!important}.logo-pill{display:flex!important;visibility:visible!important;opacity:1!important}.logo-pill img{display:block!important;visibility:visible!important;opacity:1!important}.site-header .container,.course-subnav .container,.hero .container,.trusted-strip .container,section .container,footer .container{box-sizing:border-box!important}.wsm-shopify-page .container{max-width:var(--max)!important}.final-cta,.final-cta .container,.final-cta h2,.final-cta p{text-align:center!important}.wsm-shopify-page header.site-header{height:auto!important;min-height:68px!important}.wsm-shopify-page .site-header+.course-subnav+main,.wsm-shopify-page main{margin-top:0!important}.course-subnav{top:0!important;z-index:999999!important}.course-subnav.is-visible{top:0!important;transform:translateY(0)!important}#overview,#curriculum,#outcomes,#why,#reviews,#tools,#faq,#sample-videos,#certification,#offer{scroll-margin-top:72px!important}@media(min-width:1121px){body.course-subnav-active .sticky-card-wrap.is-fixed{top:72px!important}body.course-subnav-active .sticky-card-wrap:not(.is-fixed):not(.is-bottomed){top:72px!important}}.course-card .price-row{justify-content:center!important;text-align:center!important;margin-top:4px!important;margin-bottom:12px!important}.course-card .price{text-align:center!important}.course-card .btn,.course-card .btn-orange{margin-bottom:12px!important}.course-card .offer-timer{margin:0 0 8px!important}.course-card .small-note{margin-top:8px!important}.wsm-shopify-page{margin-top:0!important;padding-top:0!important}.wsm-shopify-page .course-subnav+*{margin-top:0!important}.hero{position:relative!important;overflow:hidden!important;isolation:isolate!important;background:radial-gradient(circle at 18% 16%,rgba(103,232,249,.16),transparent 26%),radial-gradient(circle at 76% 18%,rgba(94,234,212,.18),transparent 30%),radial-gradient(circle at 70% 92%,rgba(249,115,22,.1),transparent 34%),linear-gradient(135deg,#042f38,#064a55 42%,#08717a 76%,#0f8a8d)!important;color:#fff!important}.hero:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;pointer-events:none!important;background:linear-gradient(90deg,#ffffff0f,#fff0 46%),radial-gradient(circle at 42% 38%,rgba(255,255,255,.08),transparent 28%),linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px)!important;background-size:auto,auto,52px 52px,52px 52px!important;opacity:.95!important}.hero:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;opacity:1!important;pointer-events:none!important;background:linear-gradient(135deg,transparent 0%,transparent 56%,rgba(5,113,124,.3) 56%,rgba(5,113,124,.3) 66%,transparent 66%),linear-gradient(135deg,transparent 0%,transparent 69%,rgba(71,211,214,.18) 69%,rgba(71,211,214,.18) 79%,transparent 79%),linear-gradient(135deg,transparent 0%,transparent 77%,rgba(255,255,255,.07) 77%,rgba(255,255,255,.07) 82%,transparent 82%)!important}.hero h1 .accent-word{color:#9ffcff!important;text-shadow:0 0 24px rgba(103,232,249,.18)!important}.hero-subtitle{color:#eefeffe6!important}.info-panel{border-left-color:#9ffcff80!important}@media(min-width:1121px){.hero .sticky-card-wrap.is-fixed,.sticky-card-wrap.is-fixed{position:fixed!important;top:88px!important;right:max(22px,calc((100% - var(--max)) / 2))!important;left:auto!important;z-index:900!important;width:350px!important}body.course-subnav-active .hero .sticky-card-wrap.is-fixed,body.course-subnav-active .sticky-card-wrap.is-fixed{top:72px!important}.hero .sticky-card-wrap.is-bottomed,.sticky-card-wrap.is-bottomed{position:absolute!important;right:max(22px,calc((100% - var(--max)) / 2))!important;left:auto!important;z-index:40!important;width:350px!important}}@media(max-width:720px){.hero{background:radial-gradient(circle at 20% 16%,rgba(103,232,249,.12),transparent 28%),linear-gradient(135deg,#043039,#07535f 58%,#0b747b)!important}.hero:after{background:linear-gradient(135deg,transparent 0%,transparent 60%,rgba(5,113,124,.24) 60%,rgba(5,113,124,.24) 71%,transparent 71%)!important}}.hero{position:relative!important;overflow:hidden!important;isolation:isolate!important;background:linear-gradient(135deg,#071922,#0b2430 28%,#123849 58%,#145563)!important;color:#fff!important}.hero:before{content:""!important;position:absolute!important;top:-8%!important;right:-6%!important;bottom:-10%!important;left:-6%!important;z-index:0!important;pointer-events:none!important;background:radial-gradient(circle at 12% 18%,rgba(112,240,217,.2) 0%,rgba(112,240,217,.1) 12%,transparent 30%),radial-gradient(circle at 86% 14%,rgba(137,154,255,.18) 0%,rgba(137,154,255,.09) 12%,transparent 30%),radial-gradient(circle at 74% 76%,rgba(0,209,168,.18) 0%,rgba(0,209,168,.08) 14%,transparent 30%),radial-gradient(circle at 34% 86%,rgba(255,255,255,.05) 0%,transparent 22%)!important;filter:blur(10px)!important}.hero:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;pointer-events:none!important;background:linear-gradient(112deg,transparent 0%,transparent 44%,rgba(255,255,255,.05) 44%,rgba(255,255,255,.05) 50%,transparent 50%,transparent 100%),linear-gradient(140deg,transparent 0%,transparent 62%,rgba(121,244,222,.12) 62%,rgba(121,244,222,.12) 71%,transparent 71%,transparent 100%),linear-gradient(154deg,transparent 0%,transparent 72%,rgba(151,167,255,.1) 72%,rgba(151,167,255,.1) 79%,transparent 79%,transparent 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0px,rgba(255,255,255,.025) 1px,transparent 1px,transparent 120px)!important;opacity:.95!important}.hero h1{text-shadow:0 10px 26px rgba(4,14,20,.22)!important}.hero h1 .accent-word{color:#9cf7e8!important;text-shadow:0 0 24px rgba(156,247,232,.14)!important}.hero-subtitle{color:#ebf8fae0!important}.breadcrumbs,.breadcrumbs a,.rating-row,.hero-microcopy,.info-panel p{color:#e9f5f7c7!important}.hero-actions.single-action .btn-light{background:#ffffff14!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:inset 0 1px #ffffff14!important}.hero{position:relative!important;overflow:hidden!important;isolation:isolate!important;background:linear-gradient(135deg,#0a1120,#101a31 26%,#17294a 60%,#213c67)!important;color:#fff!important}.hero:before{content:""!important;position:absolute!important;top:-12%!important;right:-8%!important;bottom:-10%!important;left:-8%!important;z-index:0!important;pointer-events:none!important;background:radial-gradient(circle at 16% 18%,rgba(164,197,255,.18) 0%,rgba(164,197,255,.08) 16%,transparent 34%),radial-gradient(circle at 82% 16%,rgba(185,175,255,.16) 0%,rgba(185,175,255,.08) 15%,transparent 32%),radial-gradient(circle at 78% 78%,rgba(128,201,255,.14) 0%,rgba(128,201,255,.07) 14%,transparent 30%),radial-gradient(circle at 34% 85%,rgba(255,255,255,.05) 0%,transparent 24%)!important;filter:blur(18px)!important}.hero:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;pointer-events:none!important;background:linear-gradient(132deg,transparent 0%,transparent 52%,rgba(255,255,255,.05) 52%,rgba(255,255,255,.05) 58%,transparent 58%,transparent 100%),linear-gradient(145deg,transparent 0%,transparent 62%,rgba(137,182,255,.14) 62%,rgba(137,182,255,.14) 72%,transparent 72%,transparent 100%),linear-gradient(154deg,transparent 0%,transparent 73%,rgba(196,188,255,.11) 73%,rgba(196,188,255,.11) 80%,transparent 80%,transparent 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.022) 0px,rgba(255,255,255,.022) 1px,transparent 1px,transparent 128px),repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0px,rgba(255,255,255,.018) 1px,transparent 1px,transparent 128px)!important;opacity:.95!important}.hero h1{text-shadow:0 12px 28px rgba(5,12,24,.24)!important}.hero h1 .accent-word{color:#c8d8ff!important;text-shadow:0 0 24px rgba(200,216,255,.14)!important}.hero-subtitle{color:#ecf1fbe0!important}.rating-row,.breadcrumbs,.breadcrumbs a,.hero-microcopy,.info-panel p{color:#e1e9f6c7!important}.info-panel{border-left-color:#c8d8ff59!important}.info-panel h3{color:#f8fbff!important}.hero-actions.single-action .btn-light{background:#ffffff12!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;box-shadow:inset 0 1px #ffffff0f,0 10px 24px #0711211f!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.hero-actions.single-action .btn-primary{box-shadow:0 16px 30px #f9731638!important}.hero{position:relative!important;overflow:hidden!important;isolation:isolate!important;background:linear-gradient(135deg,#070d1a,#0c1629 30%,#142542 64%,#1e3150)!important;color:#fff!important}.hero:before{content:""!important;position:absolute!important;top:-14%!important;right:-8%!important;bottom:-12%!important;left:-8%!important;z-index:0!important;pointer-events:none!important;background:radial-gradient(circle at 18% 20%,rgba(255,214,140,.16) 0%,rgba(255,214,140,.07) 15%,transparent 34%),radial-gradient(circle at 82% 18%,rgba(139,172,255,.15) 0%,rgba(139,172,255,.07) 15%,transparent 33%),radial-gradient(circle at 72% 78%,rgba(245,158,11,.1) 0%,rgba(245,158,11,.05) 14%,transparent 30%),radial-gradient(circle at 34% 86%,rgba(255,255,255,.04) 0%,transparent 24%)!important;filter:blur(18px)!important}.hero:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;pointer-events:none!important;background:linear-gradient(132deg,transparent 0%,transparent 53%,rgba(255,255,255,.045) 53%,rgba(255,255,255,.045) 59%,transparent 59%,transparent 100%),linear-gradient(145deg,transparent 0%,transparent 63%,rgba(255,202,116,.12) 63%,rgba(255,202,116,.12) 72%,transparent 72%,transparent 100%),linear-gradient(154deg,transparent 0%,transparent 74%,rgba(139,172,255,.1) 74%,rgba(139,172,255,.1) 81%,transparent 81%,transparent 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.02) 0px,rgba(255,255,255,.02) 1px,transparent 1px,transparent 128px),repeating-linear-gradient(0deg,rgba(255,255,255,.015) 0px,rgba(255,255,255,.015) 1px,transparent 1px,transparent 128px)!important;opacity:.96!important}.hero-inner,.hero .container{position:relative!important;z-index:2!important}.hero h1{text-shadow:0 12px 28px rgba(5,10,22,.26)!important}.hero h1 .accent-word{color:#fde68a!important;text-shadow:0 0 24px rgba(253,230,138,.12)!important}.hero-subtitle{color:#f4f7fce0!important}.rating-row,.breadcrumbs,.breadcrumbs a,.hero-microcopy,.info-panel p{color:#e6ecf8c7!important}.info-panel{border-left-color:#fde68a52!important}.info-panel h3{color:#fffaf0!important}.hero-actions.single-action .btn-light{background:#ffffff12!important;border:1px solid rgba(255,255,255,.18)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}:root{--wsm-navy:#0D1F3D;--wsm-gold:#E0B94A;--wsm-cream:#EFE4C2;--wsm-green:#4ADE80;--wsm-coral-aa:#B94732;--wsm-border-warm:#E8DDC7;--wsm-surface-warm:#FBF8F1;--wsm-muted:#5D687A}.hero{background:linear-gradient(135deg,#090f1c,#10182d 28%,#182a4a 60%,#223968)!important}.hero h1 .accent-word{color:var(--wsm-cream)!important;text-shadow:0 0 24px rgba(239,228,194,.14)!important}.btn-primary,.btn-outline,.course-card .btn,.course-card .btn-orange,.mobile-sticky-cta .btn,.final-cta .btn{background:linear-gradient(135deg,#e0b94a,#e8c85e)!important;color:var(--wsm-navy)!important;font-weight:500!important;border-radius:7px!important;padding-top:16px!important;padding-bottom:16px!important;box-shadow:0 16px 32px #e0b94a3d!important}.btn-primary:hover,.btn-outline:hover,.course-card .btn:hover,.course-card .btn-orange:hover,.mobile-sticky-cta .btn:hover,.final-cta .btn:hover{background:linear-gradient(135deg,#d4aa36,#e0b94a)!important;color:var(--wsm-navy)!important}.course-card .btn,.course-card .btn-orange{min-height:50px!important;letter-spacing:0!important}.course-card .old-price{color:#0d1f3d80!important;opacity:1!important;text-decoration-color:#0d1f3d73!important}.course-card .save{color:var(--wsm-green)!important;font-weight:700!important}.course-card .offer-timer,.offer-timer{background:#ef44441f!important;border:1px solid rgba(239,68,68,.4)!important;border-radius:6px!important;box-shadow:none!important}.course-card .timer-line,.course-card .timer-line span,.course-card .timer-line strong,.course-card .timer-seats,.timer-line,.timer-line span,.timer-line strong,.timer-seats{color:var(--wsm-coral-aa)!important;font-weight:500!important}.course-card .timer-dot,.timer-dot{background:#ff8a6a29!important;color:var(--wsm-coral-aa)!important}h2,.module-title,.why-card h3,.tool-card h3,.benefit-card h3,.student strong,summary,.price{color:var(--wsm-navy)!important}.section-title p,.copy p,.why-card p,.tool-card p,.testimonial-card p,.student small,details p,.module-desc,.benefit-card p,.legend-row,.check-row,.small-note,.blog-card p,.insight-row{color:var(--wsm-muted)!important}.eyebrow{color:#b8902f!important}.eyebrow:before{background:linear-gradient(135deg,#e0b94a,#f0d98b)!important;box-shadow:0 0 0 5px #e0b94a1f!important}.cream-strip{background:linear-gradient(90deg,#fbf5e6,#fffdf7)!important;color:#334155!important;border-top:1px solid rgba(224,185,74,.24)!important;border-bottom:1px solid rgba(224,185,74,.18)!important;position:relative!important;z-index:0!important}.section-soft{background:var(--wsm-surface-warm)!important}.mini-card,.stat-card,.module-list,.benefit-card,.outcome-list,.why-card,.testimonial-card,.tool-card,details,.blog-card,.insight-list,.course-card{border-color:var(--wsm-border-warm)!important}.mini-icon,.stat-icon,.why-icon,.tool-icon,.benefit-icon{background:linear-gradient(135deg,#fff8e7,#f8edcf)!important;color:#b8902f!important}.module-num{background:linear-gradient(135deg,#d4aa36,#e0b94a)!important;color:var(--wsm-navy)!important}.check{background:#4ade8024!important;color:#15803d!important}.stars,.rating-row .stars,.testimonial-card .stars{color:var(--wsm-gold)!important}.course-tab.active{border-top-color:var(--wsm-gold)!important;color:var(--wsm-navy)!important}.final-cta{background:radial-gradient(circle at 16% 12%,rgba(224,185,74,.16),transparent 29%),radial-gradient(circle at 82% 28%,rgba(239,228,194,.1),transparent 32%),linear-gradient(135deg,#090f1c,#10182d 52%,#1a2e56)!important;color:#fff!important}.final-cta h2,footer h4{color:#fff!important}.final-cta p{color:#f4f7fcd6!important}footer{background:#090f1c!important}footer p,footer li,.copyright{color:#f4f7fcb3!important}.socials span{background:#e0b94a24!important;color:var(--wsm-cream)!important}.sticky-card-wrap{position:sticky!important;top:88px!important;align-self:start!important}@media(min-width:1121px){.sticky-card-wrap{position:sticky!important;top:88px!important}}@media(max-width:1120px){.sticky-card-wrap{position:relative!important;top:auto!important}}.site-header .nav-actions .btn-outline{background:transparent!important;border:1px solid #E0B94A!important;color:#e0b94a!important;font-weight:500!important;box-shadow:none!important;border-radius:7px!important}.site-header .nav-actions .btn-outline:hover{background:#e0b94a!important;border-color:#e0b94a!important;color:#0d1f3d!important;box-shadow:0 12px 26px #e0b94a2e!important}.google-proof-line{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:0!important;color:#e6ecf8e0!important}.google-proof-line .google-g-logo{width:20px!important;height:20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-right:8px!important;flex:0 0 20px!important}.google-proof-line .google-g-logo svg{width:20px!important;height:20px!important;display:block!important}.google-proof-line .stars{color:#e0b94a!important;letter-spacing:1px!important;margin-right:8px!important}.google-proof-line .rating-value{color:#f4f7fceb!important;font-weight:800!important;margin-right:8px!important}.google-proof-line .rating-dash{color:#f4f7fc94!important;margin-right:8px!important;font-weight:600!important}.google-proof-line .rating-copy{color:#f4f7fce0!important;font-weight:700!important}.course-card .offer-timer,.offer-timer{background:#ffe0d6!important;border:1px solid rgba(239,68,68,.4)!important;border-radius:6px!important;box-shadow:none!important}.course-card .timer-line,.course-card .timer-line span,.course-card .timer-seats,.timer-line,.timer-line span,.timer-seats{color:var(--wsm-coral-aa)!important;font-weight:500!important}.course-card .timer-line strong,.timer-line strong,#countdownTimer{color:var(--wsm-coral-aa)!important;font-weight:600!important}.course-card .timer-dot,.timer-dot{background:#b947321f!important;color:var(--wsm-coral-aa)!important}@media(max-width:720px){.google-proof-line{font-size:14px!important;row-gap:4px!important}}.hero-instructor-line{display:flex;align-items:center;gap:10px;margin:12px 0;color:#ffffffe6;font-size:14px;font-weight:500}.hero-headshot{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#efe4c2,#e0b94a);color:#0d1f3d;font-size:11px;font-weight:900;box-shadow:0 0 0 2px #ffffff29}.trusted-inner-framed{display:grid!important;grid-template-columns:1.3fr 3fr!important;gap:28px!important;text-align:left!important}.trusted-copy{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.trusted-kicker{font-family:Inter,Arial,sans-serif!important;font-size:12px!important;color:var(--wsm-muted)!important;font-weight:750!important}.trusted-copy strong{font-size:14px;color:var(--wsm-navy)}.trusted-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:center;text-align:center;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:900;color:#667085}.trusted-strip-ticker{background:#f8f6f1!important;border-top:1px solid rgba(13,31,61,.05)!important;border-bottom:1px solid rgba(13,31,61,.08)!important;box-shadow:none!important;overflow:hidden!important;position:relative;z-index:0!important}.trusted-ticker-wrap{display:grid!important;grid-template-columns:280px 1fr!important;gap:22px!important;align-items:center!important;padding:12px 0!important;min-height:auto!important;position:relative;z-index:0!important}.trusted-ticker-label{font-size:15px!important;line-height:1.4!important;font-weight:500!important;color:var(--wsm-navy)!important;max-width:260px}.trusted-ticker-mask{position:relative;overflow:hidden;min-width:0;padding:2px 0;mask-image:linear-gradient(to right,transparent 0,#000 8%,#000 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 8%,#000 92%,transparent 100%)}.trusted-ticker-track{display:flex!important;align-items:center!important;gap:54px!important;width:max-content!important;animation:wsmTickerRTL 30s linear infinite;transform:translate(0);will-change:transform}.trusted-ticker-track:hover{animation-play-state:paused}.logo-wordmark{display:inline-flex;align-items:center;justify-content:center;color:#6b7280;font-family:Georgia,Times New Roman,serif;font-weight:900;font-size:20px;line-height:1;white-space:nowrap;opacity:.95}.logo-pwc{font-size:28px;text-transform:lowercase;letter-spacing:-.04em}@keyframes wsmTickerRTL{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1120px){.trusted-ticker-wrap{grid-template-columns:1fr!important;gap:10px!important;padding:12px 0!important}.trusted-ticker-label{max-width:none!important}.trusted-ticker-track{gap:40px!important}.logo-wordmark{font-size:18px!important}.logo-pwc{font-size:24px!important}}@media(max-width:720px){.trusted-ticker-wrap{padding:10px 0!important}.trusted-ticker-label{font-size:13px!important;line-height:1.4!important}.trusted-ticker-mask{padding:2px 0}.trusted-ticker-track{gap:28px!important}.logo-wordmark{font-size:16px!important}.logo-pwc{font-size:22px!important}}.instructor-section{background:#fff;padding:76px 0}.instructor-layout{display:grid;grid-template-columns:.4fr .6fr;gap:56px;align-items:center}.instructor-photo-card{display:flex;justify-content:center}.instructor-photo-placeholder{width:280px;height:280px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#0d1f3d,#1a2e56 58%,#e0b94a 160%);color:#efe4c2;font-size:54px;font-weight:900;box-shadow:var(--shadow-soft);border:1px solid rgba(224,185,74,.24)}.instructor-copy h3{font-size:24px;font-weight:500;color:var(--wsm-navy);margin:0 0 4px}.instructor-subtitle{font-size:16px;color:var(--wsm-muted);margin-bottom:16px!important}.credential-pills{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px}.credential-pills span{border:1px solid rgba(224,185,74,.32);background:#e0b94a1a;color:var(--wsm-navy);font-size:13px;font-weight:800;padding:8px 12px;border-radius:999px}.instructor-copy>p:not(.instructor-subtitle){color:#46576c;font-size:16px;line-height:1.68;max-width:720px;margin-bottom:22px}.instructor-video-card{display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:center;border:1px solid var(--wsm-border-warm);background:#fff;border-radius:18px;padding:14px;box-shadow:var(--shadow-soft);max-width:560px}.intro-thumb{min-height:76px;border-radius:14px;background:linear-gradient(135deg,#0d1f3deb,#1a2e56eb);display:grid;place-items:center}.instructor-video-card strong{display:block;color:var(--wsm-navy);font-size:15px;margin-bottom:2px}.instructor-video-card small{color:var(--wsm-muted);font-weight:700}.trust-seals{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 12px;margin:10px 0 0;font-size:12px;color:#0d1f3d9e;font-weight:750}.trust-seals span:not(:last-child){position:relative}.trust-seals span:not(:last-child):after{content:"";position:absolute;right:-7px;top:50%;width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.45}.module-row{grid-template-columns:46px minmax(0,1fr) minmax(135px,auto)!important}.module-side{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.module-hours{font-size:13px;color:var(--wsm-muted);font-weight:750;white-space:nowrap}.legend-heading{font-weight:900;color:var(--wsm-navy);font-size:14px;margin-bottom:2px}.donut:after{content:"Career Paths"!important}.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.fit-card{background:#fff;border:1px solid var(--wsm-border-warm);box-shadow:var(--shadow-soft);border-radius:var(--radius-lg);padding:28px}.fit-card h3{color:var(--wsm-navy);font-size:22px;margin-bottom:18px}.fit-row{display:flex;gap:12px;align-items:flex-start;color:#344054;font-weight:700;margin:13px 0;line-height:1.5}.fit-row span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;font-weight:900}.fit-yes .fit-row span{background:#4ade8029;color:#15803d}.fit-no .fit-row span{background:#f2f4f7;color:#667085}.price-comparison-section{background:#fff;padding:76px 0}.comparison-table{max-width:820px;margin:0 auto;border:1px solid var(--wsm-border-warm);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-soft);background:#fff}.comparison-row{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:18px 22px;border-bottom:1px solid var(--wsm-border-warm);color:#344054;font-weight:800}.comparison-row:last-child{border-bottom:0}.comparison-row strong{color:var(--wsm-navy);font-size:18px}.comparison-row.wsm-row{background:#e0b94a24;color:var(--wsm-navy)}.comparison-note{max-width:820px;margin:12px auto 0;color:var(--wsm-muted);font-size:12px;text-align:center}.final-cta-layout{display:grid;grid-template-columns:1fr 380px;gap:42px;align-items:center;text-align:left}.final-cta-copy h2,.final-cta-copy p{margin-left:0!important;margin-right:0!important;text-align:left!important}.mini-offer-card{background:#fff;color:var(--wsm-navy);border-radius:22px;padding:26px;box-shadow:0 24px 70px #00000042;border:1px solid rgba(224,185,74,.28)}.mini-offer-title{display:block;font-size:15px;font-weight:900;margin-bottom:12px}.mini-offer-card .price-row{margin-bottom:12px!important}.mini-offer-card .price{color:var(--wsm-navy)!important}.final-offer-timer{margin:12px 0 14px!important}.mini-offer-card .btn{width:100%;margin-top:2px}.trust-seals-final{color:#0d1f3d9e!important}.footer-insights{border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:34px;margin-bottom:36px}.footer-insights-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.footer-insights h4{font-size:16px!important;margin-bottom:10px!important}.footer-insights p,.footer-insights li{color:#ffffffad!important;font-size:14px}.footer-insights .read-more{color:#efe4c2;font-weight:900}@media(max-width:1120px){.trusted-inner-framed,.instructor-layout,.final-cta-layout{grid-template-columns:1fr!important}.trusted-logos{grid-template-columns:repeat(3,1fr)}.instructor-photo-card{justify-content:flex-start}.final-cta-layout{text-align:center}.final-cta-copy h2,.final-cta-copy p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.mini-offer-card{max-width:430px;margin:0 auto}}@media(max-width:720px){.trusted-logos,.fit-grid,.footer-insights-grid{grid-template-columns:1fr}.trusted-inner-framed{text-align:center!important}.trusted-copy{align-items:center}.instructor-section,.price-comparison-section{padding:54px 0}.instructor-layout{gap:28px}.instructor-photo-placeholder{width:220px;height:220px}.instructor-photo-card{justify-content:center}.instructor-video-card{grid-template-columns:1fr}.module-row{grid-template-columns:40px 1fr!important}.module-side{grid-column:2;align-items:flex-start}.fit-card{padding:22px}.comparison-row{grid-template-columns:1fr;gap:6px}.final-cta-layout{gap:26px}.mini-offer-card{padding:22px}.trust-seals{font-size:11px;gap:6px 10px}}.trust-seals,.trust-seals-final,.instructor-video-card{display:none!important}.instructor-section{padding:48px 0!important;background:#fff!important}.instructor-layout{grid-template-columns:280px minmax(0,1fr)!important;gap:34px!important;align-items:center!important}.instructor-photo-card{justify-content:center!important}.instructor-photo-placeholder{width:210px!important;height:210px!important;border-radius:16px!important;font-size:42px!important}.instructor-copy .section-title{margin-bottom:14px!important}.instructor-copy .section-title h2{font-size:clamp(26px,2.4vw,36px)!important;margin-bottom:8px!important}.instructor-copy h3{font-size:22px!important;margin-bottom:3px!important}.instructor-subtitle{font-size:14px!important;margin-bottom:12px!important}.credential-pills{gap:8px!important;margin:12px 0 14px!important}.credential-pills span{padding:7px 10px!important;font-size:12px!important}.instructor-copy p:last-child{font-size:15px!important;line-height:1.58!important;margin-bottom:0!important}.course-card .btn,.course-card .btn-orange,.mini-offer-card .btn,.final-cta .mini-offer-card .btn{background:linear-gradient(135deg,#e0b94a,#e8c85e)!important;color:#0d1f3d!important;font-weight:500!important;box-shadow:0 16px 32px #e0b94a3d!important}.course-card .btn:hover,.course-card .btn-orange:hover,.mini-offer-card .btn:hover,.final-cta .mini-offer-card .btn:hover{background:linear-gradient(135deg,#d4aa36,#e0b94a)!important;color:#0d1f3d!important}@media(max-width:1120px){.instructor-layout{grid-template-columns:1fr!important;gap:24px!important}.instructor-photo-card{justify-content:flex-start!important}}@media(max-width:720px){.instructor-section{padding:42px 0!important}.instructor-photo-placeholder{width:180px!important;height:180px!important}.instructor-photo-card{justify-content:center!important}}.learner-feedback-section{padding:58px 0!important}.learner-feedback-section .section-title{margin-bottom:26px!important}.learner-feedback-section .testimonial-card{padding:22px!important}.learner-feedback-section .testimonial-card p{font-size:14px!important;line-height:1.55!important}@media(max-width:720px){.learner-feedback-section{padding:46px 0!important}}.hero-headshot{overflow:hidden!important;background:transparent!important;padding:0!important;box-shadow:0 0 0 2px #fff3!important}.hero-headshot img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center 22%!important;border-radius:50%!important}.instructor-photo-real{overflow:hidden!important;background:#fff!important;padding:0!important;display:block!important;box-shadow:0 18px 44px #0d1f3d29!important;border:1px solid rgba(224,185,74,.22)!important}.instructor-photo-real img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center 18%!important}.mini-offer-card{text-align:center!important}.mini-offer-card .price-row{justify-content:center!important;align-items:baseline!important;width:100%!important}.mini-offer-card .offer-timer{text-align:center!important}.video-box{position:relative!important}.video-play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#0314160f,#03141638);border:0;color:#fff;cursor:pointer;font-family:Inter,Arial,Helvetica,sans-serif;transition:background .2s ease}.video-play-overlay:hover{background:linear-gradient(180deg,#03141605,#0314164d)}.video-play-circle{width:58px;height:58px;border-radius:999px;display:grid;place-items:center;background:#fffffff0;color:#061f23;box-shadow:0 14px 34px #00000047;font-size:22px;line-height:1;padding-left:4px;transition:transform .2s ease,background .2s ease}.video-play-overlay:hover .video-play-circle{transform:scale(1.06);background:#fff}.video-play-label{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:#061f23b8;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.video-preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:24px;background:#030712b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.video-preview-modal.is-open{display:flex}.video-preview-dialog{width:min(940px,100%);position:relative;border-radius:16px;overflow:hidden;background:#020617;box-shadow:0 30px 90px #0000007a;border:1px solid rgba(255,255,255,.18)}.video-preview-frame{aspect-ratio:16 / 9;background:#000}.video-preview-frame iframe{width:100%;height:100%;border:0;display:block}.video-preview-close{position:absolute;top:10px;right:10px;z-index:2;width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:#000000b3;color:#fff;font-size:24px;line-height:1;cursor:pointer}.video-preview-close:hover{background:#000000e6}body.video-modal-open{overflow:hidden}@media(max-width:720px){.video-preview-modal{padding:14px}.video-play-circle{width:52px;height:52px;font-size:20px}}.video-box{overflow:hidden!important;background:#000!important}.video-box>iframe{position:absolute!important;top:50%!important;left:50%!important;width:124%!important;height:124%!important;max-width:none!important;transform:translate(-50%,-50%)!important;pointer-events:none!important}.video-play-overlay{gap:0!important;background:linear-gradient(180deg,#03141605,#0314162e)!important}.video-play-label{display:none!important}.video-play-circle{width:62px!important;height:62px!important;background:#fffffff5!important;color:#061f23!important}.video-play-overlay:hover .video-play-circle{transform:scale(1.08)!important}@media(max-width:720px){.video-box>iframe{width:132%!important;height:132%!important}}body,.copy p,.section-title p,.module-desc,.benefit-card p,.why-card p,.testimonial-card p,.fit-row,.faq-grid p,.sample-body p{font-size:16px!important}.hero-outcome-chip{display:inline-flex!important;align-items:flex-start!important;gap:10px!important;max-width:760px!important;margin:0 0 26px!important;padding:13px 15px!important;border-radius:14px!important;background:#84b72f21!important;border:1px solid rgba(132,183,47,.35)!important;color:#f7f3df!important;font-weight:800!important;line-height:1.45!important}.hero-outcome-icon{width:26px!important;height:26px!important;display:grid!important;place-items:center!important;flex:0 0 auto!important;border-radius:999px!important;background:#84b72f38!important}.guarantee-badge{display:grid!important;grid-template-columns:32px 1fr!important;column-gap:10px!important;row-gap:2px!important;align-items:center!important;margin-bottom:12px!important;padding:10px 12px!important;border:1px solid rgba(132,183,47,.32)!important;background:linear-gradient(135deg,#84b72f1f,#fff)!important;border-radius:14px!important;color:#0d1f3d!important}.guarantee-badge span{grid-row:1 / span 2!important;width:32px!important;height:32px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:#84b72f2e!important}.guarantee-badge strong{font-size:13px!important;line-height:1.15!important}.guarantee-badge small{color:#667085!important;font-weight:750!important;font-size:11px!important}.card-specs{margin:0 0 14px!important;padding:9px 11px!important;border-radius:999px!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;color:#344054!important;font-size:12px!important;font-weight:850!important;text-align:center!important}.included-mini-list{margin:0 0 14px!important;padding:13px 14px!important;border-radius:14px!important;background:#fffaf2!important;border:1px solid rgba(224,185,74,.28)!important}.included-mini-list strong{display:block!important;color:#0d1f3d!important;font-size:13px!important;margin-bottom:7px!important}.included-mini-list ul{list-style:none!important;display:grid!important;gap:5px!important;margin:0!important;padding:0!important}.included-mini-list li{color:#344054!important;font-size:12.5px!important;font-weight:750!important;line-height:1.35!important}.included-mini-list li:before{content:"\2713"!important;color:#84b72f!important;font-weight:950!important;margin-right:7px!important}.timer-seats{display:none!important}.brand-logo-strip{background:#fff!important;border-top:1px solid rgba(13,31,61,.06)!important;border-bottom:1px solid rgba(13,31,61,.08)!important;padding:18px 0!important}.brand-logo-label{color:#475467!important;font-size:13px!important;font-weight:850!important;text-align:center!important;margin-bottom:14px!important}.brand-logo-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;align-items:center!important}.brand-logo-card{min-height:52px!important;display:grid!important;place-items:center!important;border:1px solid #e6e1d5!important;border-radius:14px!important;background:linear-gradient(180deg,#fff,#fbfaf6)!important;color:#667085!important;font-family:Georgia,Times New Roman,serif!important;font-weight:950!important;font-size:17px!important;box-shadow:0 8px 20px #0d1f3d0a!important}.hero-testimonial-strip{background:#f8f6f1!important;padding:22px 0 24px!important;border-bottom:1px solid rgba(13,31,61,.08)!important}.hero-testimonial-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important}.hero-testimonial-card{display:grid!important;grid-template-columns:74px 1fr!important;gap:14px!important;align-items:center!important;background:#fff!important;border:1px solid #e6e1d5!important;border-radius:18px!important;padding:16px!important;box-shadow:0 14px 34px #0d1f3d12!important}.hero-testimonial-logo{grid-row:1 / span 2!important;width:62px!important;height:62px!important;display:grid!important;place-items:center!important;border-radius:16px!important;background:linear-gradient(135deg,#0d1f3d,#84b72f)!important;color:#fff!important;font-weight:950!important;letter-spacing:-.03em!important}.hero-testimonial-card p{margin:0!important;color:#344054!important;font-size:15px!important;line-height:1.45!important;font-weight:650!important}.hero-testimonial-card strong{display:block!important;color:#0d1f3d!important;font-size:13px!important}.pillar-deliverable-grid .mini-card{padding:20px 16px!important}.pillar-deliverable-grid .mini-card p{margin:8px 0 0!important;color:#667085!important;font-size:13px!important;line-height:1.45!important;font-weight:650!important}.sample-thumb-button{width:100%!important;min-height:132px!important;border:0!important;cursor:pointer!important;padding:0!important;font-family:inherit!important}.sample-thumb-button:hover .play-circle,.video-play-overlay:hover .video-play-circle{transform:scale(1.06)!important}.play-circle,.video-play-circle{transition:transform .18s ease!important}.sample-body a{display:none!important}.fit-no .fit-row span{background:#ef44441f!important;color:#dc2626!important}.fit-yes .fit-row span{background:#84b72f2e!important;color:#4d7c0f!important}.instructor-linkedin{color:#0f766e!important;font-weight:900!important;text-decoration:underline!important;text-underline-offset:3px!important}.mobile-sticky-inner{display:grid!important;grid-template-columns:auto 1fr!important;gap:12px!important;align-items:center!important}.mobile-sticky-price{display:flex!important;flex-direction:column!important;line-height:1.05!important;color:#0d1f3d!important;min-width:72px!important}.mobile-sticky-price strong{font-size:20px!important;font-weight:950!important;letter-spacing:-.04em!important}.mobile-sticky-price span{font-size:12px!important;color:#98a2b3!important;text-decoration:line-through!important;font-weight:850!important}@media(max-width:920px){.brand-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.hero-testimonial-grid{grid-template-columns:1fr!important}}@media(max-width:720px){body,.copy p,.section-title p,.module-desc,.benefit-card p,.why-card p,.testimonial-card p,.fit-row,.faq-grid p,.sample-body p{font-size:16px!important}.hero-outcome-chip{font-size:14px!important}.brand-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.brand-logo-card{min-height:46px!important;font-size:15px!important}.hero-testimonial-card{grid-template-columns:54px 1fr!important;padding:14px!important}.hero-testimonial-logo{width:48px!important;height:48px!important;border-radius:13px!important;font-size:13px!important}.mobile-sticky-cta{display:block!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important}.mobile-sticky-cta .btn{padding:13px 16px!important;font-size:15px!important}}.hero-outcome-chip,.guarantee-badge,.card-specs{display:none!important}.sticky-card-wrap{z-index:6!important}.course-card .video-box{aspect-ratio:16 / 7.6!important}.course-card .card-features{gap:9px!important;margin-bottom:13px!important}.course-card .card-feature{font-size:12.8px!important;line-height:1.28!important}.course-card .card-feature .icon{width:21px!important;height:21px!important;font-size:9px!important}.course-card .price-row{margin-bottom:10px!important}.included-mini-list{padding:10px 12px!important;margin-bottom:11px!important}.included-mini-list strong{font-size:12.5px!important;margin-bottom:5px!important}.included-mini-list ul{grid-template-columns:1fr 1fr!important;gap:4px 10px!important}.included-mini-list li{font-size:11.8px!important;line-height:1.25!important}.offer-timer{margin-top:9px!important}.small-note{margin-top:7px!important}.brand-logo-strip.trusted-strip-ticker{background:#f8f6f1!important;border-top:1px solid rgba(13,31,61,.05)!important;border-bottom:1px solid rgba(13,31,61,.08)!important;box-shadow:none!important;overflow:hidden!important;position:relative!important;z-index:18!important;padding:0!important}.brand-logo-strip .trusted-ticker-wrap{display:grid!important;grid-template-columns:280px 1fr!important;gap:22px!important;align-items:center!important;padding:12px 0!important;min-height:auto!important}.brand-logo-ticker-track{display:flex!important;align-items:center!important;gap:54px!important;width:max-content!important;animation:wsmTickerRTL 30s linear infinite!important;will-change:transform!important}.brand-logo-ticker-track:hover{animation-play-state:paused!important}.brand-logo-ticker-track .logo-wordmark{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:max-content!important;color:#667085!important;font-family:Georgia,Times New Roman,serif!important;font-weight:950!important;font-size:20px!important;line-height:1!important;white-space:nowrap!important;opacity:.96!important}.brand-logo-ticker-track .logo-pwc{font-size:28px!important;text-transform:lowercase!important;letter-spacing:-.04em!important}.hero-testimonial-strip{position:relative!important;z-index:18!important;background:#f8f6f1!important}.hero-testimonial-grid{max-width:var(--max)!important}.hero-testimonial-card{position:relative!important;z-index:19!important}@media(min-width:1121px){.hero-testimonial-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;padding-right:430px!important}}@media(max-width:1120px){.brand-logo-strip .trusted-ticker-wrap{grid-template-columns:1fr!important;gap:10px!important}.trusted-ticker-label{max-width:none!important}.brand-logo-ticker-track{gap:40px!important}.brand-logo-ticker-track .logo-wordmark{font-size:18px!important}.brand-logo-ticker-track .logo-pwc{font-size:24px!important}}@media(max-width:720px){.course-card .video-box{aspect-ratio:16 / 9!important}.included-mini-list ul{grid-template-columns:1fr!important}.brand-logo-strip .trusted-ticker-wrap{padding:10px 0!important}.trusted-ticker-label{font-size:13px!important;line-height:1.4!important}.brand-logo-ticker-track{gap:28px!important}.brand-logo-ticker-track .logo-wordmark{font-size:16px!important}.brand-logo-ticker-track .logo-pwc{font-size:22px!important}.hero-testimonial-grid{padding-right:0!important}}.brand-logo-card{padding:0 14px!important;overflow:hidden!important}.brand-logo-card svg{display:block!important;width:100%!important;height:22px!important}.logo-kpmg svg{height:24px!important}.logo-amazon svg{height:24px!important}.hero-testimonial-strip{position:relative!important;z-index:1!important;background:#f8f6f1!important;padding:22px 0 26px!important;overflow:hidden!important}.hero-testimonial-grid{display:flex!important;gap:18px!important;align-items:stretch!important;width:max-content!important;max-width:none!important;padding-right:0!important}.hero-testimonial-card{display:grid!important;grid-template-columns:58px 1fr!important;gap:14px!important;align-items:center!important;min-width:320px!important;max-width:340px!important;flex:0 0 340px!important;position:relative!important;z-index:1!important}.hero-student-avatar{width:58px!important;height:58px!important;border-radius:50%!important;overflow:hidden!important;border:3px solid #e8f1dc!important;box-shadow:0 10px 24px #0d1f3d1a!important}.hero-student-avatar img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important}.hero-testimonial-copy{display:flex!important;flex-direction:column!important;gap:7px!important}.hero-testimonial-stars{color:#84b72f!important;font-size:12px!important;line-height:1!important;letter-spacing:1.6px!important;font-weight:900!important}.hero-testimonial-card p{margin:0!important;font-size:14.5px!important;line-height:1.48!important}.hero-testimonial-card strong{font-size:12.5px!important;line-height:1.4!important;color:#0d1f3d!important}@media(min-width:1121px){.hero-testimonial-strip .container{padding-right:0!important;overflow:visible!important}}@media(max-width:1120px){.hero-testimonial-grid{display:grid!important;grid-template-columns:1fr!important;width:auto!important;max-width:100%!important}.hero-testimonial-card{min-width:0!important;max-width:none!important;flex:1 1 auto!important}}.course-card .card-body{padding:14px 18px 16px!important}.offer-included-list{margin:0 0 10px!important;padding:12px 13px!important}.offer-included-list strong{margin-bottom:7px!important;font-size:12.5px!important}.offer-included-list ul{gap:5px!important}.offer-included-list li{padding-left:18px!important;font-size:12.1px!important;line-height:1.24!important}.course-card .price-row{margin:4px 0 9px!important}.course-card .offer-timer{margin-top:8px!important;padding:8px 10px!important}.cream-strip{padding:14px 0!important}.cream-strip .container{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;align-items:center!important}.cream-strip .container span{display:block!important;white-space:nowrap!important;font-size:13px!important;line-height:1.15!important;font-weight:800!important}.hero-testimonial-strip{background:#f8f6f1!important;padding:20px 0 26px!important;overflow:visible!important}.hero-testimonial-strip .container{position:relative!important;z-index:1!important}.hero-testimonial-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;width:auto!important;max-width:none!important;align-items:stretch!important}.hero-testimonial-card{display:grid!important;grid-template-columns:62px 1fr!important;gap:15px!important;align-items:center!important;min-width:0!important;max-width:none!important;flex:initial!important;background:#fff!important;border:1px solid #e6e1d5!important;border-radius:18px!important;padding:16px 18px!important;box-shadow:0 12px 30px #0d1f3d0f!important}.hero-student-avatar{width:62px!important;height:62px!important;border-width:2px!important}.hero-testimonial-copy{gap:6px!important}.hero-testimonial-stars{font-size:11px!important;letter-spacing:1.4px!important}.hero-testimonial-card p{font-size:14px!important;line-height:1.45!important;color:#23324d!important;font-weight:700!important}.hero-testimonial-card strong{font-size:12.5px!important;line-height:1.35!important;color:#0d1f3d!important}@media(min-width:1121px){.hero-testimonial-strip .container{padding-right:430px!important}}@media(max-width:1120px){.cream-strip .container{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cream-strip .container span{white-space:normal!important}.hero-testimonial-grid{grid-template-columns:1fr!important}}@media(max-width:720px){.cream-strip .container{gap:10px!important}.cream-strip .container span{font-size:12.5px!important}.offer-included-list li{font-size:12px!important}}.cream-strip{display:none!important}.offer-course-summary{padding:12px 18px 10px!important;background:#fff!important;border-bottom:1px solid rgba(13,31,61,.08)!important;display:grid!important;gap:4px!important}.offer-course-summary strong{display:block!important;color:#0d1f3d!important;font-size:13.5px!important;line-height:1.25!important;font-weight:900!important;letter-spacing:-.015em!important}.offer-course-summary span{display:inline-flex!important;align-items:center!important;gap:6px!important;color:#334155!important;font-size:12.5px!important;line-height:1.2!important;font-weight:800!important}.offer-course-summary .offer-stars{color:#f59e0b!important;letter-spacing:.5px!important;font-size:11.5px!important;gap:0!important}.offer-course-summary em{color:#64748b!important;font-style:normal!important;font-weight:750!important}.course-tabs{display:none!important}.course-card .card-body{padding-top:13px!important}.brand-logo-strip.trusted-strip-ticker{border-top:0!important}@media(max-width:720px){.offer-course-summary{padding:11px 15px 9px!important}.offer-course-summary strong{font-size:13px!important}}#curriculum.wsm-curriculum-board-section{padding:72px 0!important;background:radial-gradient(circle at 88% 12%,rgba(12,78,84,.06),transparent 28%),radial-gradient(circle at 10% 20%,rgba(224,185,74,.07),transparent 28%),linear-gradient(180deg,#fff,#f8fafc)!important}#curriculum .wsm-board-card,#faq .wsm-faq-card-final{background:#fff!important;border:1px solid #dfe9e7!important;border-radius:26px!important;box-shadow:0 18px 44px #061f2314!important;overflow:hidden!important}#curriculum .wsm-board-head,#faq .wsm-faq-head-final{padding:32px 34px 24px!important;background:radial-gradient(circle at 92% 12%,rgba(12,78,84,.06),transparent 30%),radial-gradient(circle at 8% 18%,rgba(224,185,74,.08),transparent 32%),linear-gradient(180deg,#fff,#fbfdfd)!important;border-bottom:1px solid #e6efed!important}#curriculum .wsm-board-head h2,#faq .wsm-faq-head-final h2{color:#0f172a!important;font-size:clamp(29px,3vw,40px)!important;line-height:1.08!important;letter-spacing:-.05em!important;font-weight:950!important;margin:0 0 13px!important;max-width:760px!important}#curriculum .wsm-board-head p,#faq .wsm-faq-head-final p{color:#607477!important;font-size:15.5px!important;line-height:1.65!important;max-width:760px!important;margin:0!important}#curriculum .wsm-board-summary{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:18px!important}#curriculum .wsm-board-chip{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:6px 10px!important;border-radius:999px!important;background:#f0fdfa!important;border:1px solid rgba(15,118,110,.14)!important;color:#0c4e54!important;font-size:11px!important;font-weight:900!important;white-space:nowrap!important}#curriculum .wsm-board-body{padding:26px 28px 28px!important;display:grid!important;gap:16px!important}#curriculum .wsm-board-phase{display:grid!important;grid-template-columns:176px minmax(0,1fr)!important;border:1px solid #e5efed!important;border-radius:22px!important;overflow:hidden!important;background:#fff!important}#curriculum .wsm-board-phase-label{padding:20px!important;background:#fbfdfd!important;border-right:1px solid #e5efed!important;display:grid!important;align-content:start!important;gap:10px!important}#curriculum .wsm-board-phase-label b{width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border-radius:14px!important;background:#f0fdfa!important;color:#0c4e54!important;font-size:12px!important;font-weight:950!important}#curriculum .wsm-board-phase-label strong{color:#0f172a!important;font-size:17px!important;line-height:1.2!important;font-weight:950!important}#curriculum .wsm-board-phase-label span{color:#607477!important;font-size:12px!important;line-height:1.45!important;font-weight:760!important}#curriculum .wsm-board-lessons{display:grid!important}#curriculum .wsm-board-lesson{display:grid!important;grid-template-columns:minmax(0,1fr) 124px!important;gap:14px!important;padding:16px 18px!important;border-bottom:1px solid #e8efee!important;align-items:center!important;background:#fff!important}#curriculum .wsm-board-lesson:last-child{border-bottom:0!important}#curriculum .wsm-board-lesson strong{display:block!important;color:#0f172a!important;font-size:14px!important;line-height:1.3!important;font-weight:950!important}#curriculum .wsm-board-lesson span{display:block!important;color:#607477!important;font-size:12px!important;line-height:1.4!important;font-weight:700!important;margin-top:3px!important}#curriculum .wsm-duration-pill{justify-self:end!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:29px!important;padding:5px 9px!important;border-radius:999px!important;background:#e0b94a21!important;border:1px solid rgba(224,185,74,.24)!important;color:#6b4e00!important;font-size:11px!important;font-weight:950!important;white-space:nowrap!important}#curriculum .wsm-board-note{margin-top:14px!important;padding:15px 17px!important;border-radius:18px!important;background:#0f766e0f!important;border:1px solid rgba(15,118,110,.12)!important;color:#334155!important;font-size:13px!important;font-weight:750!important;line-height:1.55!important}#faq.wsm-faq-support{background:radial-gradient(circle at 12% 18%,rgba(224,185,74,.08),transparent 28%),linear-gradient(180deg,#f8fafc,#fff)!important}#faq .wsm-faq-accordion-final details{border:0!important;border-bottom:1px solid #e8efee!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;margin:0!important}#faq .wsm-faq-accordion-final details:last-child{border-bottom:0!important}#faq .wsm-faq-accordion-final summary{list-style:none!important;cursor:pointer!important;padding:20px 28px!important;display:flex!important;justify-content:space-between!important;gap:18px!important;align-items:center!important;color:#0f172a!important;font-size:15px!important;font-weight:950!important;line-height:1.35!important}#faq .wsm-faq-accordion-final summary::-webkit-details-marker{display:none!important}#faq .wsm-faq-accordion-final summary:after{content:"+"!important;width:30px!important;height:30px!important;border-radius:50%!important;flex:0 0 auto!important;display:grid!important;place-items:center!important;background:#f0fdfa!important;color:#0f766e!important;font-size:21px!important;font-weight:900!important}#faq .wsm-faq-accordion-final details[open] summary{background:linear-gradient(135deg,#f8fffd,#fff)!important}#faq .wsm-faq-accordion-final details[open] summary:after{content:"\2212"!important;background:#e0b94a29!important;color:#0c4e54!important}#faq .wsm-faq-accordion-final details p{padding:0 28px 20px!important;color:#607477!important;font-size:14px!important;line-height:1.65!important;margin:0!important}#faq .wsm-faq-contact-panel-final{margin:24px 28px 28px!important;display:grid!important;grid-template-columns:1fr auto!important;gap:18px!important;align-items:center!important;padding:20px!important;border-radius:20px!important;background:linear-gradient(135deg,#f8fffd,#fffaf0)!important;border:1px solid rgba(224,185,74,.26)!important}#faq .wsm-faq-contact-panel-final h3{color:#0f172a!important;font-size:18px!important;line-height:1.25!important;font-weight:950!important;margin:0 0 5px!important}#faq .wsm-faq-contact-panel-final p{color:#607477!important;font-size:13px!important;line-height:1.5!important;font-weight:700!important;margin:0!important}#faq .wsm-faq-contact-btn-final{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:12px 20px!important;border-radius:8px!important;background:#0c4e54!important;color:#fff!important;text-decoration:none!important;font-size:14px!important;font-weight:950!important;box-shadow:0 14px 30px #0c4e5429!important;white-space:nowrap!important}#faq .wsm-faq-contact-btn-final:hover{background:#083d42!important}@media(max-width:720px){#curriculum.wsm-curriculum-board-section,#faq.wsm-faq-support{padding:54px 0!important}#curriculum .wsm-board-card,#faq .wsm-faq-card-final{border-radius:22px!important}#curriculum .wsm-board-head,#faq .wsm-faq-head-final{padding:26px 20px 22px!important}#curriculum .wsm-board-head h2,#faq .wsm-faq-head-final h2{font-size:30px!important}#curriculum .wsm-board-head p,#faq .wsm-faq-head-final p{font-size:15px!important}#curriculum .wsm-board-body{padding:20px 18px!important}#curriculum .wsm-board-phase{grid-template-columns:1fr!important}#curriculum .wsm-board-phase-label{border-right:0!important;border-bottom:1px solid #e5efed!important;padding:18px!important}#curriculum .wsm-board-lesson{grid-template-columns:1fr!important;gap:9px!important;padding:15px 16px!important}#curriculum .wsm-duration-pill{justify-self:start!important}#faq .wsm-faq-accordion-final summary{padding:18px!important;font-size:14px!important}#faq .wsm-faq-accordion-final details p{padding:0 18px 18px!important}#faq .wsm-faq-contact-panel-final{margin:20px 18px!important;grid-template-columns:1fr!important}#faq .wsm-faq-contact-btn-final{width:100%!important}}:root{--wsm-gold: #E0B94A !important;--wsm-gold-deep: #D4AA36 !important;--wsm-gold-soft: #F3E2A5 !important;--gold-500: #D4AA36 !important;--gold-400: #E0B94A !important}.stars,.rating-row .stars,.testimonial-card .stars,.offer-stars,.offer-rating-centered .offer-stars,.hero-testimonial-stars{color:var(--wsm-gold)!important}.eyebrow:before,.course-subnav-links a:hover,.course-subnav-links a.active{border-bottom-color:var(--wsm-gold)!important}.eyebrow:before{background:linear-gradient(135deg,var(--wsm-gold),#9bc23c)!important;box-shadow:0 0 0 5px #e0b94a1a!important}.sample-label{background:#fbf6e8!important;color:#8b6914!important}.benefit-icon,.cert-badge,.duration{background:linear-gradient(135deg,var(--wsm-gold),#ecd27a)!important;color:#0d1f3d!important}.certificate-inner,.certificate-card{border-color:#e0b94a47!important}.course-tab.active,.course-subnav-links a:hover,.course-subnav-links a.active{border-top-color:var(--wsm-gold)!important;border-bottom-color:var(--wsm-gold)!important}#why.wsm-why-upgraded{background:linear-gradient(180deg,#f6f8fa,#eef2f5)!important}#why .wsm-why-shell{position:relative;overflow:hidden;border-radius:30px;background:radial-gradient(circle at 96% 10%,rgba(224,185,74,.11),transparent 22%),radial-gradient(circle at 4% 88%,rgba(155,194,60,.12),transparent 22%),linear-gradient(180deg,#fffffff0,#f8fafbf5);border:1px solid rgba(255,255,255,.9);box-shadow:0 28px 70px #0f172a14;padding:28px}#why .wsm-why-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:stretch}#why .wsm-why-intro{background:linear-gradient(180deg,#ffffffdb,#ffffffb8);border:1px solid rgba(255,255,255,.82);border-radius:26px;box-shadow:0 18px 50px #0f172a12;padding:28px;display:flex;flex-direction:column;justify-content:space-between}#why .wsm-why-intro .wsm-why-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:#0c4e54;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}#why .wsm-why-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--wsm-gold),#9bc23c);box-shadow:0 0 0 5px #e0b94a1a}#why .wsm-why-title{margin:0 0 12px;font-size:clamp(30px,3vw,46px);line-height:1.03;letter-spacing:-.045em;font-weight:900;color:#08393e}#why .wsm-why-subtitle{margin:0 0 18px;font-size:18px;line-height:1.55;color:#64748b;max-width:95%}#why .wsm-why-highlight{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:999px;background:linear-gradient(90deg,#fff8ef,#f6f9ed);border:1px solid #ecdfc8;color:#0c4e54;font-size:13px;font-weight:900;margin-bottom:22px}#why .wsm-why-highlight:before{content:"\2726";color:#af7a13;font-size:13px;line-height:1}#why .wsm-why-copy{color:#465569;font-size:15px;line-height:1.65;margin:0 0 24px}#why .wsm-why-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}#why .wsm-why-stat{background:#ffffffc2;border:1px solid #e8edf1;border-radius:18px;padding:14px 12px;text-align:center;box-shadow:0 12px 28px #0f172a0d}#why .wsm-why-stat strong{display:block;color:#0c4e54;font-size:22px;line-height:1;font-weight:900;letter-spacing:-.03em;margin-bottom:6px}#why .wsm-why-stat span{display:block;color:#64748b;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;line-height:1.35}#why .wsm-why-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}#why .wsm-why-card{position:relative;overflow:hidden;background:#ffffffe6;border:1px solid #e7edf1;border-radius:22px;padding:20px 18px 18px;box-shadow:0 14px 34px #0f172a0d;min-height:190px}#why .wsm-why-card:after{content:"";position:absolute;width:110px;height:110px;right:-38px;top:-38px;border-radius:50%;background:radial-gradient(circle,rgba(12,78,84,.08),rgba(12,78,84,.01) 68%,transparent 72%);pointer-events:none}#why .wsm-why-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;margin-bottom:14px;background:linear-gradient(135deg,#fff7eb,#f6faee);border:1px solid #eadfc9;position:relative;z-index:1}#why .wsm-why-icon svg{width:24px;height:24px;stroke:#0c4e54;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}#why .wsm-why-card h3{position:relative;z-index:1;margin:0 0 8px;font-size:20px;line-height:1.12;letter-spacing:-.03em;font-weight:900;color:#08393e}#why .wsm-why-card p{position:relative;z-index:1;margin:0;color:#526172;font-size:14px;line-height:1.55}#why .wsm-why-proof{margin-top:18px;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;background:linear-gradient(90deg,#0c4e54f7,#0a464bfa);color:#fff;border-radius:22px;padding:18px 20px}#why .wsm-why-proof strong{display:block;margin-bottom:4px;font-size:20px;line-height:1.15;letter-spacing:-.03em;font-weight:900}#why .wsm-why-proof p{margin:0;color:#ffffffd6;font-size:14px;line-height:1.55}#why .wsm-why-proof-chip{padding:12px 16px;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);font-size:13px;font-weight:900;letter-spacing:.03em;white-space:nowrap}@media(max-width:960px){#why .wsm-why-grid{grid-template-columns:1fr}}@media(max-width:720px){#why .wsm-why-shell{padding:18px;border-radius:24px}#why .wsm-why-intro{padding:22px 18px;border-radius:20px}#why .wsm-why-cards,#why .wsm-why-stats,#why .wsm-why-proof{grid-template-columns:1fr}#why .wsm-why-subtitle{max-width:100%;font-size:16px}}#why.wsm-why-clean-light{background:#f8fafc!important}#why.wsm-why-clean-light .container{max-width:720px!important}#why .wsm-why-clean-shell{background:radial-gradient(circle at 94% 8%,rgba(224,185,74,.1),transparent 22%),radial-gradient(circle at 4% 96%,rgba(155,194,60,.1),transparent 22%),linear-gradient(180deg,#fff,#f7fafb)!important;border:1px solid #e6ebef!important;border-radius:26px!important;box-shadow:0 18px 46px #0f172a12!important;padding:28px!important;overflow:hidden!important}#why .wsm-why-clean-head{text-align:center!important;max-width:640px!important;margin:0 auto 22px!important}#why .wsm-why-clean-head .eyebrow{margin-bottom:12px!important}#why .wsm-why-clean-head h2{font-size:clamp(29px,3vw,40px)!important;line-height:1.08!important;letter-spacing:-.04em!important;margin-bottom:10px!important;color:#08393e!important}#why .wsm-why-clean-head p{color:#64748b!important;font-size:15.5px!important;line-height:1.58!important;margin:0 auto!important}#why .wsm-why-mini-pills{display:flex!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important;margin:18px 0 0!important}#why .wsm-why-mini-pills span{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:8px 11px!important;border-radius:999px!important;background:linear-gradient(90deg,#fff8ef,#f6faed)!important;border:1px solid #ecdfc8!important;color:#0c4e54!important;font-size:11.5px!important;font-weight:900!important;white-space:nowrap!important}#why .wsm-why-mini-pills span:before{content:""!important;width:6px!important;height:6px!important;border-radius:50%!important;background:linear-gradient(135deg,#e0b94a,#9bc23c)!important;flex:0 0 auto!important}#why .wsm-why-clean-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}#why .wsm-why-clean-card{position:relative!important;overflow:hidden!important;background:#ffffffeb!important;border:1px solid #e7edf1!important;border-radius:20px!important;padding:18px 16px 16px!important;box-shadow:0 10px 28px #0f172a0b!important;min-height:188px!important}#why .wsm-why-clean-card:after{content:""!important;position:absolute!important;width:92px!important;height:92px!important;right:-34px!important;top:-34px!important;border-radius:50%!important;background:radial-gradient(circle,rgba(12,78,84,.07),rgba(12,78,84,.015) 65%,transparent 70%)!important}#why .wsm-why-clean-icon{position:relative!important;z-index:1!important;width:44px!important;height:44px!important;border-radius:15px!important;display:grid!important;place-items:center!important;margin-bottom:12px!important;background:linear-gradient(135deg,#fff8ef,#f6faed)!important;border:1px solid #eadfc9!important}#why .wsm-why-clean-icon svg{width:22px!important;height:22px!important;stroke:#0c4e54!important;stroke-width:2!important;fill:none!important;stroke-linecap:round!important;stroke-linejoin:round!important}#why .wsm-why-clean-card h3{position:relative!important;z-index:1!important;color:#08393e!important;font-size:18px!important;line-height:1.15!important;letter-spacing:-.025em!important;font-weight:900!important;margin:0 0 7px!important}#why .wsm-why-clean-card p{position:relative!important;z-index:1!important;margin:0!important;color:#526172!important;font-size:13.2px!important;line-height:1.52!important}#why .wsm-why-clean-takeaway{margin-top:16px!important;display:grid!important;grid-template-columns:auto 1fr!important;gap:12px!important;align-items:start!important;background:linear-gradient(90deg,#fff,#fbf8ee)!important;border:1px solid rgba(224,185,74,.28)!important;border-radius:18px!important;padding:15px 16px!important;box-shadow:0 10px 26px #0f172a0a!important}#why .wsm-why-clean-spark{width:32px!important;height:32px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#e0b94a,#f0d376)!important;color:#0d1f3d!important;font-size:14px!important;font-weight:900!important;flex:0 0 auto!important}#why .wsm-why-clean-takeaway strong{display:block!important;color:#08393e!important;font-size:15px!important;line-height:1.25!important;margin-bottom:3px!important}#why .wsm-why-clean-takeaway p{margin:0!important;color:#526172!important;font-size:13.5px!important;line-height:1.5!important}@media(max-width:720px){#why .wsm-why-clean-shell{padding:20px!important;border-radius:22px!important}#why .wsm-why-clean-grid{grid-template-columns:1fr!important}#why .wsm-why-clean-card{min-height:auto!important}#why .wsm-why-clean-takeaway{grid-template-columns:1fr!important}}.wsm-winner-price strong{display:block!important;color:#0c4e54!important;font-size:44px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.05em!important}.mini-offer-card-updated{padding:26px!important}.mini-offer-card-updated .mini-offer-title{display:block!important;text-align:center!important;margin-bottom:14px!important}.mini-offer-price-compact{display:grid!important;gap:7px!important;margin:0 0 12px!important;border-top:1px solid rgba(224,185,74,.24)!important;border-bottom:1px solid rgba(224,185,74,.24)!important;padding:12px 0!important}.mini-offer-price-main-line{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;text-align:center!important}.mini-offer-new-price{font-size:34px!important;line-height:1!important;letter-spacing:-.045em!important;font-weight:900!important;color:#0d1f3d!important}.mini-offer-discount-badge{position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:7px 10px!important;border-radius:999px!important;background:linear-gradient(90deg,#eef7f7,#f4f9e8)!important;border:1px solid #dbe9d8!important;color:#0c4e54!important;font-size:11px!important;line-height:1!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important;white-space:nowrap!important}.mini-offer-price-sub-line{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;flex-wrap:wrap!important;text-align:center!important}.mini-offer-old-price{color:#b91c1c!important;font-size:15px!important;line-height:1!important;font-weight:900!important;text-decoration:line-through!important;text-decoration-thickness:2px!important;text-decoration-color:#b91c1cc7!important}.mini-offer-saving-line{color:#9f1239!important;font-size:11.5px!important;font-weight:850!important;line-height:1.2!important;white-space:nowrap!important}.mini-offer-saving-line:before{content:"\2022";margin-right:6px;color:#f43f5e}.mini-offer-card-updated .final-offer-timer{margin:10px 0 14px!important;padding-top:10px!important;border-top:1px solid rgba(224,185,74,.24)!important}@media(max-width:420px){.mini-offer-discount-badge{position:static!important;transform:none!important;margin-left:8px!important}.mini-offer-price-main-line{gap:8px!important}}.sticky-card-wrap,.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{z-index:80!important}.course-card{position:relative!important;z-index:81!important}.course-card .card-body{padding:15px 20px 18px!important}.offer-included-list{margin:0 0 12px!important;padding:13px 14px!important;border:1px solid rgba(15,118,110,.16)!important;background:linear-gradient(135deg,#f8fffd,#fffaf5)!important;border-radius:12px!important}.offer-included-list strong{display:block!important;margin-bottom:8px!important;color:#0f172a!important;font-size:13px!important;font-weight:900!important;line-height:1.25!important}.offer-included-list ul{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;margin:0!important;padding:0!important;list-style:none!important}.offer-included-list li{position:relative!important;padding-left:19px!important;color:#344054!important;font-size:12.5px!important;line-height:1.28!important;font-weight:700!important}.offer-included-list li:before{content:"\2713"!important;position:absolute!important;left:0!important;top:0!important;color:#16a34a!important;font-weight:900!important}.course-card .price-row{justify-content:center!important;margin:6px 0 10px!important}.course-card .btn{margin-top:0!important;padding-top:13px!important;padding-bottom:13px!important}.course-card .offer-timer{margin:9px 0 0!important;padding:8px 10px!important}.course-card .small-note{margin-top:7px!important}.cream-strip,.brand-logo-strip.trusted-strip-ticker{position:relative!important;z-index:1!important}.brand-logo-strip.trusted-strip-ticker{background:#f8f6f1!important;overflow:hidden!important;padding:0!important}.brand-logo-strip .trusted-ticker-wrap,.trusted-ticker-label{position:relative!important;z-index:1!important}.brand-logo-ticker-track{gap:26px!important;animation:wsmTickerRTL 28s linear infinite!important}.brand-logo-card{width:136px!important;height:42px!important;flex:0 0 136px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;background:#fff!important;border:1px solid rgba(13,31,61,.08)!important;box-shadow:0 8px 20px #0d1f3d0f!important;color:#475467!important;font-family:Inter,Arial,sans-serif!important;font-size:15px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.02em!important;opacity:.96!important}.brand-logo-card span{display:block!important;white-space:nowrap!important}.brand-logo-pwc span{font-family:Georgia,Times New Roman,serif!important;font-size:24px!important;letter-spacing:-.06em!important;color:#7a4a2a!important}.brand-logo-ge span{font-family:Georgia,Times New Roman,serif!important;font-size:24px!important;letter-spacing:-.04em!important;color:#2b5c88!important}.brand-logo-ey span{color:#111827!important;letter-spacing:.02em!important}@media(min-width:1121px){.hero-inner{position:relative!important;z-index:8!important}.cream-strip .container,.brand-logo-strip .trusted-ticker-wrap{padding-right:430px!important}}@media(max-width:720px){.offer-included-list li{font-size:13px!important}.brand-logo-card{width:120px!important;height:38px!important;font-size:13px!important}}@media(min-width:1121px){.sticky-card-wrap,.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{top:78px!important}body.course-subnav-active .sticky-card-wrap.is-fixed,body.course-subnav-active .sticky-card-wrap:not(.is-fixed):not(.is-bottomed),body.course-subnav-active .sticky-card-wrap.is-bottomed{top:64px!important}}.course-card .video-box{aspect-ratio:16 / 6.6!important;max-height:156px!important}.offer-course-summary{padding:9px 16px 8px!important;text-align:center!important;gap:5px!important}.offer-course-summary strong{text-align:center!important;font-size:13px!important;line-height:1.18!important;max-width:285px!important;margin:0 auto!important}.offer-course-summary>span{display:none!important}.offer-rating-centered{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:100%!important;text-align:center!important;color:#334155!important;font-size:12.3px!important;line-height:1!important;font-weight:850!important}.offer-rating-centered .offer-stars{color:#f59e0b!important;letter-spacing:.6px!important;font-size:11.3px!important;line-height:1!important}.offer-rating-score{color:#0d1f3d!important;font-weight:950!important}.offer-rating-count{color:#64748b!important;font-weight:750!important}.course-card .card-body{padding:11px 18px 13px!important}.offer-included-list{margin-bottom:8px!important;padding:10px 12px!important;border-radius:11px!important}.offer-included-list strong{font-size:12px!important;line-height:1.18!important;margin-bottom:6px!important}.offer-included-list ul{gap:4px!important}.offer-included-list li{font-size:11.6px!important;line-height:1.18!important;padding-left:17px!important}.course-card .price-row{margin:3px 0 8px!important;line-height:1!important}.course-card .price{font-size:29px!important}.course-card .old-price,.course-card .save{font-size:11px!important}.course-card .btn{padding-top:12px!important;padding-bottom:12px!important;margin-bottom:0!important}.course-card .offer-timer{margin-top:7px!important;padding:7px 9px!important}.course-card .timer-line{font-size:12px!important;line-height:1.1!important}.course-card .small-note{margin-top:5px!important;font-size:10.5px!important;line-height:1.2!important}@media(max-width:720px){.course-card .video-box{aspect-ratio:16 / 8.5!important;max-height:none!important}.offer-rating-centered{flex-wrap:wrap!important;row-gap:4px!important}}.offer-course-summary strong{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}.mobile-sticky-inner{grid-template-columns:auto 1fr!important;grid-template-areas:"price button" "timer timer"!important;gap:9px 12px!important;align-items:center!important}.mobile-sticky-price{grid-area:price!important;min-width:74px!important}.mobile-sticky-cta .btn{grid-area:button!important;margin:0!important}.mobile-sticky-timer{grid-area:timer!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:100%!important;padding:8px 10px!important;border:1px solid rgba(240,125,92,.35)!important;background:#fff5f1fa!important;border-radius:10px!important;color:#b45309!important;font-size:12.5px!important;line-height:1.1!important;font-weight:800!important;box-sizing:border-box!important}.mobile-sticky-timer strong{color:#c2410c!important;font-weight:900!important;white-space:nowrap!important}.learner-feedback-section .section-title p{max-width:720px!important;margin-left:auto!important;margin-right:auto!important}.learner-feedback-section .testimonial-grid{align-items:stretch!important}.learner-feedback-section .testimonial-card{padding:24px!important;border-radius:18px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;min-height:100%!important}.learner-feedback-section .stars{font-size:14px!important;letter-spacing:1.4px!important;margin-bottom:14px!important}.learner-feedback-section .testimonial-card p{font-size:15px!important;line-height:1.62!important;margin-bottom:22px!important}.learner-feedback-section .student{gap:14px!important;align-items:center!important}.learner-feedback-section .avatar-photo{width:54px!important;height:54px!important;border-radius:50%!important;overflow:hidden!important;flex:0 0 54px!important;background:#e9eef5!important;box-shadow:0 8px 20px #0d1f3d1a!important;border:2px solid #eef3e3!important}.learner-feedback-section .avatar-photo img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.learner-feedback-section .student strong{font-size:15px!important;line-height:1.2!important}.learner-feedback-section .student small{font-size:13px!important;line-height:1.35!important;display:block!important;margin-top:3px!important}@media(max-width:920px){.learner-feedback-section .testimonial-grid{grid-template-columns:1fr!important;gap:16px!important}}@media(max-width:720px){.mobile-sticky-cta{display:block!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important}.mobile-sticky-inner{gap:8px 10px!important}.mobile-sticky-price strong{font-size:18px!important}.mobile-sticky-price span{font-size:11px!important}.mobile-sticky-cta .btn{padding:13px 14px!important;font-size:14.5px!important}.mobile-sticky-timer{font-size:11.5px!important;gap:5px!important;padding:7px 8px!important}.mobile-sticky-timer strong{font-size:11.5px!important}.learner-feedback-section .testimonial-card{padding:18px!important}.learner-feedback-section .testimonial-card p{font-size:14.5px!important;line-height:1.55!important;margin-bottom:18px!important}.learner-feedback-section .avatar-photo{width:48px!important;height:48px!important;flex-basis:48px!important}.learner-feedback-section .student strong{font-size:14px!important}.learner-feedback-section .student small{font-size:12.5px!important}}:root{--wsm-logo-green: #0c4e54;--wsm-logo-green-dark: #052f34;--wsm-logo-green-deep: #031f23;--wsm-logo-green-mid: #0f6268;--wsm-logo-green-soft: #e9f6f4;--wsm-logo-green-border: #cfe6e2;--wsm-logo-mint: #baf7e8;--wsm-gold: #E0B94A;--wsm-gold-light: #E8C85E;--wsm-ink-green: #0b3438;--wsm-muted-green: #526b6d;--wsm-surface-green: #f5faf8}.site-header{background:linear-gradient(180deg,#052f34f7,#031f23f5)!important;border-bottom:1px solid rgba(186,247,232,.13)!important;box-shadow:0 10px 30px #031f233d!important;color:#fff!important}.logo-pill{background:#ffffffed!important;border:1px solid rgba(186,247,232,.2)!important;box-shadow:0 8px 24px #02181b29!important}.nav-links a,.nav-actions a:not(.btn-outline){color:#ecfefbe0!important}.nav-links a:hover,.nav-actions a:not(.btn-outline):hover{color:var(--wsm-logo-mint)!important}.btn-primary,.course-card .btn,.course-card .btn-orange,.mobile-sticky-cta .btn,.final-cta .btn{background:linear-gradient(135deg,var(--wsm-gold) 0%,var(--wsm-gold-light) 100%)!important;color:#0c2f35!important;box-shadow:0 18px 34px #e0b94a47!important}.btn-primary:hover,.course-card .btn:hover,.course-card .btn-orange:hover,.mobile-sticky-cta .btn:hover,.final-cta .btn:hover{background:linear-gradient(135deg,#D4AA36 0%,var(--wsm-gold) 100%)!important;color:#0c2f35!important}.site-header .nav-actions .btn-outline{background:transparent!important;border:1px solid var(--wsm-gold)!important;color:var(--wsm-gold)!important;box-shadow:none!important}.site-header .nav-actions .btn-outline:hover{background:var(--wsm-gold)!important;color:#0c2f35!important;box-shadow:0 14px 28px #e0b94a38!important}.hero{background:radial-gradient(circle at 16% 18%,rgba(186,247,232,.16) 0%,rgba(186,247,232,.07) 17%,transparent 35%),radial-gradient(circle at 80% 18%,rgba(224,185,74,.15) 0%,rgba(224,185,74,.06) 14%,transparent 31%),radial-gradient(circle at 76% 82%,rgba(7,160,160,.16) 0%,rgba(7,160,160,.08) 16%,transparent 34%),linear-gradient(135deg,#031f23,#052f34 29%,#0c4e54 62%,#0f6268)!important;color:#fff!important}.hero:before{background:linear-gradient(90deg,#ffffff0e,#fff0 48%),radial-gradient(circle at 42% 38%,rgba(186,247,232,.09),transparent 28%),linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px)!important;background-size:auto,auto,52px 52px,52px 52px!important;opacity:.92!important;filter:none!important}.hero:after{background:linear-gradient(132deg,transparent 0%,transparent 54%,rgba(255,255,255,.05) 54%,rgba(255,255,255,.05) 60%,transparent 60%,transparent 100%),linear-gradient(146deg,transparent 0%,transparent 64%,rgba(186,247,232,.11) 64%,rgba(186,247,232,.11) 73%,transparent 73%,transparent 100%),linear-gradient(154deg,transparent 0%,transparent 74%,rgba(224,185,74,.1) 74%,rgba(224,185,74,.1) 81%,transparent 81%,transparent 100%)!important;opacity:.9!important}.hero h1{text-shadow:0 14px 32px rgba(2,22,25,.32)!important}.hero h1 .accent-word{color:var(--wsm-logo-mint)!important;text-shadow:0 0 24px rgba(186,247,232,.16)!important}.hero-subtitle{color:#ebfffce6!important}.google-proof-line,.rating-row,.breadcrumbs,.breadcrumbs a,.hero-microcopy,.info-panel p{color:#e5fbf7d1!important}.hero-headshot{box-shadow:0 0 0 2px #baf7e84d,0 10px 24px #02161933!important}.info-panel{border-left-color:#baf7e875!important}.info-panel h3{color:#f2fffc!important}.hero-actions.single-action .btn-light,.hero-actions.single-action .btn-ghost{background:#ffffff13!important;border:1px solid rgba(186,247,232,.22)!important;color:#fff!important;box-shadow:inset 0 1px #ffffff14,0 12px 28px #031f2329!important}h2,.module-title,.why-card h3,.tool-card h3,.benefit-card h3,.student strong,summary,.price,.offer-course-summary strong{color:var(--wsm-ink-green)!important}.section-title p,.copy p,.why-card p,.tool-card p,.testimonial-card p,.student small,details p,.module-desc,.benefit-card p,.legend-row,.check-row,.small-note,.offer-rating-count{color:var(--wsm-muted-green)!important}.eyebrow,.sample-body a,.instructor-linkedin,.course-subnav-links a:hover,.course-subnav-links a.active{color:var(--wsm-logo-green)!important}.eyebrow:before,.module-num{background:linear-gradient(135deg,#0c4e54,#07a0a0)!important;box-shadow:0 0 0 5px #0c4e541c!important;color:#fff!important}.section-soft,.hero-testimonial-strip,.brand-logo-strip.trusted-strip-ticker{background:var(--wsm-surface-green)!important}.cream-strip{background:linear-gradient(90deg,#e9f6f4,#fbf8ed)!important;border-top:1px solid rgba(12,78,84,.11)!important;border-bottom:1px solid rgba(12,78,84,.1)!important;color:#24484b!important}.mini-card,.stat-card,.module-list,.benefit-card,.outcome-list,.why-card,.testimonial-card,.tool-card,details,.blog-card,.insight-list,.course-card,.hero-testimonial-card,.brand-logo-card{border-color:var(--wsm-logo-green-border)!important}.course-card{box-shadow:0 24px 70px #031f233d!important}.offer-included-list{background:linear-gradient(180deg,#f5faf8,#fff)!important;border-color:#0c4e5424!important}.offer-included-list li:before{color:#84b72f!important}.mini-icon,.stat-icon,.why-icon,.tool-icon,.benefit-icon{background:linear-gradient(135deg,#e9f6f4,#f8fbf0)!important;color:var(--wsm-logo-green)!important}.check,.cert-point span,.fit-yes .fit-row span{background:#84b72f29!important;color:#4d7c0f!important}.course-subnav{background:#fffffff7!important;border-bottom:1px solid rgba(12,78,84,.12)!important;box-shadow:0 10px 26px #031f2314!important}.course-subnav-links a.active,.course-subnav-links a:hover{border-bottom-color:var(--wsm-gold)!important}.brand-logo-card{background:linear-gradient(180deg,#fff,#f5faf8)!important;box-shadow:0 8px 20px #031f230a!important}.hero-student-avatar,.learner-feedback-section .avatar-photo{border-color:#0c4e5429!important;box-shadow:0 10px 24px #031f231a!important}.hero-testimonial-stars,.stars,.rating-row .stars,.testimonial-card .stars,.offer-stars,.offer-rating-centered .offer-stars{color:var(--wsm-gold)!important}.final-cta{background:radial-gradient(circle at 16% 12%,rgba(186,247,232,.14),transparent 30%),radial-gradient(circle at 82% 28%,rgba(224,185,74,.12),transparent 32%),linear-gradient(135deg,#031f23,#052f34,#0c4e54)!important;color:#fff!important}.final-cta h2{color:#fff!important}.final-cta p{color:#ebfffcdb!important}footer{background:#031f23!important}footer p,footer li,.copyright{color:#ebfffcad!important}.socials span{background:#baf7e81f!important;color:var(--wsm-logo-mint)!important}.mobile-sticky-cta{border-top:1px solid rgba(12,78,84,.1)!important;box-shadow:0 -10px 26px #031f2321!important}.mobile-sticky-price,.mobile-sticky-price strong{color:var(--wsm-ink-green)!important}@media(max-width:720px){.hero{background:radial-gradient(circle at 16% 16%,rgba(186,247,232,.14) 0%,rgba(186,247,232,.06) 18%,transparent 36%),radial-gradient(circle at 82% 18%,rgba(224,185,74,.1) 0%,transparent 30%),linear-gradient(135deg,#031f23,#052f34 46%,#0c4e54)!important}.hero:after{background:linear-gradient(146deg,transparent 0%,transparent 62%,rgba(186,247,232,.09) 62%,rgba(186,247,232,.09) 72%,transparent 72%,transparent 100%)!important}}:root{--wsm-mojo-green: #9bc23c;--wsm-mojo-green-deep: #84a832;--wsm-urgency-deep: #b94732;--wsm-urgency-line: rgba(185, 71, 50, .24)}.hero h1 .accent-word{color:var(--wsm-mojo-green)!important;text-shadow:0 0 22px rgba(155,194,60,.2)!important}.course-card .offer-timer,.offer-timer,.mini-offer-card .offer-timer,.offer-timer.final-offer-timer{background:transparent!important;border:0!important;border-top:1px solid var(--wsm-urgency-line)!important;border-radius:0!important;box-shadow:none!important;margin:10px 0 0!important;padding:9px 0 0!important;text-align:center!important}.course-card .timer-line,.course-card .timer-line span,.timer-line,.timer-line span{color:var(--wsm-urgency-deep)!important;font-weight:800!important}.course-card .timer-line,.timer-line{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;font-size:12.5px!important;line-height:1.2!important;white-space:nowrap!important}.course-card .timer-line strong,.timer-line strong,#countdownTimer,#countdownTimerFinal{color:var(--wsm-urgency-deep)!important;font-size:13.2px!important;font-weight:900!important;letter-spacing:.01em!important}.course-card .timer-dot,.timer-dot{width:auto!important;height:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border-radius:0!important;color:var(--wsm-urgency-deep)!important;font-size:14px!important;line-height:1!important}.mobile-sticky-timer{background:transparent!important;border:0!important;border-top:1px solid var(--wsm-urgency-line)!important;border-radius:0!important;padding:6px 0 0!important;color:var(--wsm-urgency-deep)!important;font-weight:800!important}.mobile-sticky-timer strong{color:var(--wsm-urgency-deep)!important;font-weight:900!important}.course-card .btn,.mobile-sticky-cta .btn,.final-cta .btn,.btn-primary{box-shadow:0 16px 32px #e0b94a42!important}@media(max-width:720px){.hero h1 .accent-word{color:var(--wsm-mojo-green)!important;text-shadow:0 0 16px rgba(155,194,60,.18)!important}.mobile-sticky-inner{gap:8px 12px!important}.mobile-sticky-timer{font-size:12px!important}}.course-card .offer-price-compact{display:grid!important;gap:7px!important;margin:4px 0 12px!important;border-top:1px solid #eef2f5!important;border-bottom:1px solid #eef2f5!important;padding:12px 0!important}.course-card .offer-price-main-line{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;text-align:center!important}.course-card .offer-new-price{font-size:34px!important;line-height:1!important;letter-spacing:-.045em!important;font-weight:900!important;color:var(--wsm-ink-green, #0c4e54)!important}.course-card .offer-discount-badge{position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:7px 10px!important;border-radius:999px!important;background:linear-gradient(90deg,#eef7f7,#f5f9ea)!important;border:1px solid #d9e8dd!important;color:#0c4e54!important;font-size:12px!important;line-height:1!important;font-weight:900!important;white-space:nowrap!important;box-shadow:none!important}.course-card .offer-price-sub-line{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;flex-wrap:wrap!important;text-align:center!important}.course-card .offer-old-price{color:#dc2626!important;font-size:15px!important;line-height:1!important;font-weight:900!important;text-decoration:line-through!important;text-decoration-thickness:2px!important;text-decoration-color:#dc2626c2!important}.course-card .offer-saving-line{color:#9f1239!important;font-size:11.5px!important;font-weight:850!important;line-height:1.2!important;white-space:nowrap!important}.course-card .offer-saving-line:before{content:"\2022"!important;margin-right:6px!important;color:#f43f5e!important}.course-card .timer-line .timer-dot{font-size:14px!important;margin-right:1px!important}.course-card .offer-timer{margin-top:10px!important;padding-top:10px!important}.wsm-compare-section{background:radial-gradient(circle at 94% 10%,rgba(224,185,74,.08),transparent 22%),radial-gradient(circle at 5% 90%,rgba(155,194,60,.09),transparent 22%),linear-gradient(180deg,#fbfcfd,#f4f7f9)!important;border-top:1px solid rgba(12,78,84,.06)!important;border-bottom:1px solid rgba(12,78,84,.06)!important;padding:68px 0!important}.wsm-compare-head{margin-bottom:24px!important}.wsm-compare-head h2{max-width:760px!important;margin-left:auto!important;margin-right:auto!important}.wsm-compare-head p{max-width:720px!important;margin-left:auto!important;margin-right:auto!important}.wsm-compare-layout{display:grid!important;grid-template-columns:1fr 1.12fr!important;gap:18px!important;align-items:stretch!important}.wsm-competitor-stack{display:grid!important;gap:12px!important}.wsm-competitor-card,.wsm-winner-card,.wsm-compare-bottom-strip{background:#ffffffe0!important;border:1px solid #e6ebef!important;box-shadow:0 18px 46px #0f172a12!important;border-radius:20px!important}.wsm-competitor-card{padding:16px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:14px!important;align-items:center!important}.wsm-comp-label{display:inline-flex!important;align-items:center!important;gap:7px!important;margin-bottom:7px!important;padding:6px 10px!important;border-radius:999px!important;background:#f8fafc!important;color:#64748b!important;font-size:11px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}.wsm-comp-dot{width:7px!important;height:7px!important;border-radius:50%!important;background:#cbd5e1!important}.wsm-comp-info strong{display:block!important;font-size:16px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:-.02em!important;color:#0f172a!important}.wsm-comp-info small{display:block!important;color:#64748b!important;font-size:12px!important;font-weight:700!important;margin-top:3px!important;line-height:1.45!important}.wsm-comp-price{text-align:right!important;white-space:nowrap!important}.wsm-comp-price strong{display:block!important;font-size:30px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.04em!important;color:#0f172a!important}.wsm-comp-price small{display:block!important;color:#64748b!important;font-size:12px!important;font-weight:700!important;margin-top:4px!important}.wsm-winner-card{position:relative!important;overflow:hidden!important;padding:20px 20px 18px!important;background:radial-gradient(circle at 100% 0%,rgba(224,185,74,.1),transparent 28%),radial-gradient(circle at 0% 100%,rgba(155,194,60,.12),transparent 28%),linear-gradient(180deg,#fff,#fcfefd)!important;border:1px solid rgba(224,185,74,.26)!important;box-shadow:0 22px 54px #0c4e541f!important}.wsm-winner-ribbon{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:7px 12px!important;border-radius:999px!important;background:linear-gradient(90deg,#fff3e8,#f6faed)!important;color:#0c4e54!important;border:1px solid #f1dfd0!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.08em!important;margin-bottom:12px!important}.wsm-winner-ribbon:before{content:""!important;width:8px!important;height:8px!important;border-radius:50%!important;background:linear-gradient(135deg,#e0b94a,#9bc23c)!important;flex:0 0 auto!important}.wsm-winner-top{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:16px!important;align-items:start!important}.wsm-winner-title strong{display:block!important;color:#08393e!important;font-size:24px!important;line-height:1.1!important;font-weight:900!important;letter-spacing:-.03em!important}.wsm-winner-title small{display:block!important;margin-top:6px!important;color:#51606f!important;font-size:13px!important;font-weight:700!important;line-height:1.5!important}.wsm-winner-price{text-align:right!important;white-space:nowrap!important}.wsm-winner-price strong{display:block!important;color:#b91c1c!important;font-size:44px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.05em!important}.wsm-winner-price small{display:block!important;margin-top:4px!important;color:#64748b!important;font-size:12px!important;font-weight:750!important}.wsm-winner-meta{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important;margin-top:16px!important}.wsm-meta-box{background:#ffffffc2!important;border:1px solid #e7edf1!important;border-radius:16px!important;padding:12px!important;text-align:center!important}.wsm-meta-box strong{display:block!important;color:#0c4e54!important;font-size:18px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.03em!important;margin-bottom:5px!important}.wsm-meta-box span{display:block!important;color:#64748b!important;font-size:11px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.07em!important;line-height:1.35!important}.wsm-winner-note{margin-top:14px!important;padding:13px 14px!important;border-radius:16px!important;background:#0c4e540d!important;color:#425466!important;font-size:13px!important;line-height:1.55!important;font-weight:700!important}.wsm-winner-note strong{color:#0c4e54!important}.wsm-compare-bottom-strip{margin-top:18px!important;padding:14px 16px!important;display:grid!important;grid-template-columns:auto 1fr!important;gap:14px!important;align-items:center!important}.wsm-save-chip{min-width:112px!important;border-radius:16px!important;background:linear-gradient(135deg,#fff3e8,#fffaf5)!important;border:1px solid #fed7aa!important;color:#9a3412!important;text-align:center!important;padding:11px 12px!important}.wsm-save-chip strong{display:block!important;font-size:24px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.04em!important}.wsm-save-chip small{display:block!important;margin-top:4px!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.08em!important}.wsm-compare-bottom-strip p{margin:0!important;color:#51606f!important;font-size:14px!important;line-height:1.55!important}.wsm-compare-bottom-strip strong{color:#0f172a!important}@media(min-width:1121px){main>.wsm-compare-section>.container{width:min(720px,calc(100% - 470px))!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important}main>.wsm-compare-section .wsm-compare-head h2{font-size:clamp(30px,3vw,42px)!important}}@media(max-width:980px){.wsm-compare-layout{grid-template-columns:1fr!important}.wsm-winner-card{order:-1!important}}@media(max-width:720px){.course-card .offer-new-price{font-size:31px!important}.course-card .offer-old-price{font-size:14px!important}.course-card .offer-discount-badge{font-size:11px!important;padding:7px 9px!important}.wsm-compare-section{padding:54px 0!important}.wsm-competitor-card,.wsm-winner-top{grid-template-columns:1fr!important}.wsm-comp-price,.wsm-winner-price{text-align:left!important}.wsm-winner-meta,.wsm-compare-bottom-strip{grid-template-columns:1fr!important}}.course-card .video-box{aspect-ratio:16 / 6.15!important;max-height:146px!important}.course-card .offer-course-summary{padding:11px 18px 10px!important;text-align:center!important;gap:6px!important;border-bottom:1px solid rgba(13,31,61,.07)!important}.course-card .offer-course-summary strong{font-size:13.8px!important;line-height:1.22!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:0 auto!important}.course-card .offer-rating-centered{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;flex-wrap:nowrap!important;white-space:nowrap!important;font-size:12.4px!important;line-height:1.1!important;margin:0 auto!important;max-width:100%!important}.course-card .offer-rating-centered .offer-stars{font-size:11.2px!important;line-height:1!important;letter-spacing:.5px!important;flex:0 0 auto!important}.course-card .offer-rating-score,.course-card .offer-rating-count{white-space:nowrap!important;flex:0 0 auto!important}.course-card .card-body{padding:12px 18px 14px!important}.course-card .offer-included-list{margin:0 0 10px!important;padding:10px 12px!important;border-radius:12px!important}.course-card .offer-included-list strong{display:block!important;font-size:12.2px!important;line-height:1.2!important;margin-bottom:7px!important;letter-spacing:-.005em!important}.course-card .offer-included-list ul{display:grid!important;grid-template-columns:1fr 1fr!important;gap:5px 10px!important}.course-card .offer-included-list li{font-size:11.8px!important;line-height:1.24!important;padding-left:17px!important}.course-card .offer-price-compact{margin:2px 0 10px!important;padding:10px 0!important;gap:6px!important}.course-card .offer-price-main-line{min-height:35px!important}.course-card .offer-new-price{font-size:32px!important}.course-card .offer-discount-badge{padding:6px 9px!important;font-size:11.5px!important}.course-card .btn{padding-top:11px!important;padding-bottom:11px!important}.course-card .offer-timer{margin-top:8px!important;padding:8px 0 0!important;background:transparent!important;border:0!important;border-top:1px solid #edf1f4!important;box-shadow:none!important}.course-card .timer-line{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;white-space:nowrap!important;font-size:12.4px!important;line-height:1.15!important}.course-card .timer-line .timer-dot{width:auto!important;height:auto!important;background:transparent!important;color:#64748b!important;font-size:13px!important;margin:0!important}.course-card .small-note{margin-top:6px!important;font-size:10.5px!important;line-height:1.2!important}.wsm-premium-benefits-section{background:radial-gradient(circle at 94% 10%,rgba(224,185,74,.06),transparent 22%),radial-gradient(circle at 5% 90%,rgba(155,194,60,.08),transparent 22%),linear-gradient(180deg,#fbfcfd,#f4f7f9)!important;border-top:1px solid rgba(12,78,84,.06)!important;border-bottom:1px solid rgba(12,78,84,.06)!important;padding:68px 0!important}.wsm-benefits-head{margin-bottom:24px!important}.wsm-benefits-layout{display:grid!important;grid-template-columns:1.08fr .92fr!important;gap:18px!important;align-items:stretch!important}.wsm-benefit-hero-card,.wsm-benefit-mini-card{background:#ffffffe6!important;border:1px solid #e6ebef!important;box-shadow:0 18px 46px #0f172a12!important;border-radius:22px!important}.wsm-benefit-hero-card{position:relative!important;overflow:hidden!important;min-height:254px!important;padding:24px!important;background:radial-gradient(circle at 100% 0%,rgba(224,185,74,.08),transparent 28%),radial-gradient(circle at 0% 100%,rgba(155,194,60,.11),transparent 28%),linear-gradient(180deg,#fff,#fcfefd)!important}.wsm-benefit-number{width:48px!important;height:48px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#fff8f1,#fff)!important;color:#0c4e54!important;box-shadow:0 10px 22px #0f172a12!important;border:2px solid #e0b94a!important;outline:4px solid rgba(155,194,60,.18)!important;font-size:21px!important;line-height:1!important;font-weight:950!important;margin-bottom:16px!important}.wsm-benefit-kicker{display:inline-flex!important;align-items:center!important;padding:7px 10px!important;border-radius:999px!important;background:linear-gradient(90deg,#fff3e8,#f4f9e8)!important;color:#0c4e54!important;border:1px solid #f1dfd0!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.075em!important;margin-bottom:10px!important}.wsm-benefit-hero-card h3{margin:0 0 9px!important;color:#08393e!important;font-size:28px!important;line-height:1.06!important;letter-spacing:-.04em!important;font-weight:900!important}.wsm-benefit-hero-card p{margin:0 0 18px!important;color:#64748b!important;font-size:14px!important;line-height:1.55!important;max-width:92%!important}.wsm-benefit-value-pill{display:inline-flex!important;align-items:center!important;gap:7px!important;padding:10px 14px!important;border-radius:999px!important;background:#fff!important;border:1px solid #e6ebef!important;box-shadow:0 8px 20px #0f172a0d!important;color:#334155!important;font-size:13px!important;font-weight:800!important}.wsm-benefit-value-pill strong{color:#0c4e54!important}.wsm-benefit-mini-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}.wsm-benefit-mini-card{padding:18px!important;min-height:128px!important}.wsm-benefit-mini-card .wsm-benefit-number{width:40px!important;height:40px!important;font-size:18px!important;margin-bottom:12px!important}.wsm-benefit-mini-card h3{margin:0 0 6px!important;color:#08393e!important;font-size:17px!important;line-height:1.12!important;letter-spacing:-.03em!important;font-weight:900!important}.wsm-benefit-mini-card p{margin:0!important;color:#64748b!important;font-size:13px!important;line-height:1.4!important;font-weight:750!important}@media(min-width:1121px){main>.wsm-premium-benefits-section>.container,main>.wsm-compare-section>.container{width:min(720px,calc(100% - 470px))!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important}.wsm-benefits-layout,.wsm-compare-layout{grid-template-columns:1fr!important}}@media(max-width:720px){.course-card .video-box{aspect-ratio:16 / 8.5!important;max-height:none!important}.course-card .offer-course-summary{padding:11px 15px 9px!important}.course-card .offer-course-summary strong{font-size:13px!important}.course-card .offer-rating-centered{flex-wrap:nowrap!important;gap:4px!important;font-size:11.7px!important}.course-card .offer-rating-centered .offer-stars{font-size:10.6px!important}.course-card .offer-included-list ul{grid-template-columns:1fr!important}.course-card .timer-line{font-size:11.6px!important;gap:4px!important}.wsm-premium-benefits-section{padding:54px 0!important}.wsm-benefits-layout,.wsm-benefit-mini-grid{grid-template-columns:1fr!important}.wsm-benefit-hero-card{min-height:0!important;padding:22px!important}.wsm-benefit-hero-card h3{font-size:24px!important}.wsm-benefit-hero-card p{max-width:100%!important}}.wsm-premium-benefits-section.wsm-benefits-option5{background:radial-gradient(circle at 94% 10%,rgba(224,185,74,.06),transparent 22%),radial-gradient(circle at 5% 90%,rgba(155,194,60,.08),transparent 22%),linear-gradient(180deg,#fff,#f6faf9)!important}.wsm-benefits-option5 .wsm-benefits-option5-head{max-width:760px!important;margin-bottom:28px!important;text-align:left!important}.wsm-benefits-option5 .wsm-benefits-option5-head p{max-width:720px!important}.wsm-checklist-shell{display:grid!important;grid-template-columns:minmax(0,1fr) 260px!important;gap:20px!important;align-items:stretch!important}.wsm-checklist-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.wsm-check-item{background:#fffffff0!important;border:1px solid #e3ebe8!important;border-radius:18px!important;padding:18px!important;display:flex!important;gap:12px!important;align-items:flex-start!important;box-shadow:0 14px 34px #061f230f!important;min-height:160px!important}.wsm-checkmark{width:30px!important;height:30px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#9bc23c29!important;color:#5f851c!important;border:1px solid rgba(155,194,60,.3)!important;font-size:15px!important;font-weight:950!important;line-height:1!important;flex:0 0 auto!important}.wsm-check-item h3{margin:0 0 7px!important;color:#08393e!important;font-size:16px!important;line-height:1.15!important;letter-spacing:-.025em!important;font-weight:900!important}.wsm-check-item p{margin:0 0 12px!important;color:#64748b!important;font-size:13px!important;line-height:1.45!important}.wsm-value-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:6px 10px!important;border-radius:999px!important;background:#f0fdfa!important;border:1px solid rgba(15,118,110,.14)!important;color:#0f766e!important;font-size:12px!important;line-height:1!important;font-weight:900!important;white-space:nowrap!important}.wsm-check-side{background:linear-gradient(180deg,#fbf7ec,#fff)!important;border:1px solid rgba(224,185,74,.3)!important;border-radius:22px!important;padding:24px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;box-shadow:0 14px 34px #061f230f!important;min-height:100%!important}.wsm-side-number{margin-bottom:12px!important;color:#0c4e54!important;font-size:50px!important;line-height:1!important;letter-spacing:-.06em!important;font-weight:950!important}.wsm-check-side h3{margin:0 0 9px!important;color:#08393e!important;font-size:22px!important;line-height:1.08!important;letter-spacing:-.04em!important;font-weight:900!important}.wsm-check-side p{margin:0!important;color:#64748b!important;font-size:13.5px!important;line-height:1.52!important}.wsm-side-included{margin-top:18px!important;padding-top:14px!important;border-top:1px solid rgba(224,185,74,.24)!important;color:#0c4e54!important;font-size:12.5px!important;line-height:1.25!important;font-weight:900!important}.mini-offer-card-updated .btn{width:100%!important}.mini-offer-card-updated .final-offer-timer{margin:12px 0 0!important;padding:12px 0 0!important;border-top:1px solid rgba(224,185,74,.24)!important;background:transparent!important;border-left:0!important;border-right:0!important;border-bottom:0!important;box-shadow:none!important}.mini-offer-card-updated .final-offer-timer .timer-line{justify-content:center!important;font-size:12.5px!important}@media(min-width:1121px){.wsm-benefits-option5 .wsm-checklist-shell{grid-template-columns:minmax(0,1fr) 230px!important;gap:16px!important}.wsm-benefits-option5 .wsm-checklist-grid{gap:12px!important}.wsm-benefits-option5 .wsm-check-item{padding:16px!important;min-height:154px!important}.wsm-benefits-option5 .wsm-side-number{font-size:42px!important}.wsm-benefits-option5 .wsm-check-side h3{font-size:20px!important}}@media(max-width:920px){.wsm-checklist-shell{grid-template-columns:1fr!important}}@media(max-width:720px){.wsm-benefits-option5 .wsm-benefits-option5-head{text-align:left!important;margin-bottom:22px!important}.wsm-checklist-grid{grid-template-columns:1fr!important}.wsm-check-item{min-height:0!important;padding:17px!important}.wsm-check-side{padding:22px!important}.wsm-side-number{font-size:42px!important}}.course-subnav-brand{display:inline-flex!important;flex-direction:row!important;align-items:center!important;gap:10px!important;min-width:228px!important;margin-right:8px!important;flex:0 0 auto!important}.course-subnav-icon{width:38px!important;height:38px!important;display:block!important;object-fit:contain!important;flex:0 0 38px!important;filter:drop-shadow(0 7px 12px rgba(12,78,84,.14))}.course-subnav-title-text{display:flex!important;flex-direction:column!important;justify-content:center!important;line-height:1.12!important;min-width:0!important}.course-subnav-title-text span{color:#0c4e54!important;font-size:14px!important;font-weight:950!important;letter-spacing:-.02em!important;white-space:nowrap!important}.course-subnav-title-text small{color:#607477!important;font-size:11px!important;font-weight:800!important;white-space:nowrap!important}@media(max-width:1120px){.course-subnav-brand{display:inline-flex!important;min-width:38px!important;margin-right:4px!important;gap:0!important}.course-subnav-title-text{display:none!important}.course-subnav-icon{width:34px!important;height:34px!important;flex-basis:34px!important}.course-subnav-links{gap:18px!important}}@media(max-width:720px){.course-subnav-inner{gap:10px!important;padding-left:14px!important;padding-right:14px!important}.course-subnav-brand{min-width:32px!important;margin-right:0!important}.course-subnav-icon{width:31px!important;height:31px!important;flex-basis:31px!important}.course-subnav-links a{font-size:12px!important;padding-top:16px!important;padding-bottom:16px!important}}.hero .wsm-hero-best-badge{display:inline-flex!important;align-items:center!important;gap:7px!important;height:32px!important;padding:0 14px 0 10px!important;margin:0 0 10px!important;border-radius:999px!important;background:linear-gradient(135deg,#006b73,#008089 48%,#20dce2)!important;color:#fff!important;border:1px solid rgba(37,227,232,.46)!important;box-shadow:0 15px 30px #25e3e838,0 0 0 5px #00808924,inset 0 1px #ffffff4d!important;font-size:11px!important;line-height:1!important;font-weight:950!important;letter-spacing:.055em!important;text-transform:uppercase!important;transform:rotate(-1.5deg)!important;white-space:nowrap!important}.hero .wsm-hero-best-badge-icon{width:16px!important;height:16px!important;border-radius:50%!important;display:inline-grid!important;place-items:center!important;background:#ffffff3d!important;color:#fff!important;box-shadow:inset 0 0 0 1px #ffffff42!important;font-size:8px!important;line-height:1!important;flex:0 0 16px!important}.hero .wsm-hero-best-badge+.breadcrumbs{margin-top:0!important;margin-bottom:18px!important}.hero h1 .accent-word{color:#25e3e8!important;text-shadow:0 0 24px rgba(37,227,232,.25)!important}.course-subnav-brand{min-width:258px!important}.course-subnav-title-main{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;line-height:1!important;max-width:100%!important}.course-subnav-title-main .course-subnav-course-name{color:#0c4e54!important;font-size:14px!important;font-weight:950!important;letter-spacing:-.02em!important;white-space:nowrap!important;flex:0 0 auto!important;text-shadow:none!important}.course-subnav-title-text .wsm-subnav-best-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;height:21px!important;padding:0 8px 0 7px!important;border-radius:999px!important;background:linear-gradient(135deg,#eefdfd,#dff8f9)!important;color:#08747b!important;border:1px solid rgba(0,128,137,.42)!important;box-shadow:inset 0 1px #ffffffe0!important;font-size:8.5px!important;line-height:1!important;font-weight:950!important;letter-spacing:.045em!important;text-transform:uppercase!important;white-space:nowrap!important;flex:0 0 auto!important;transform:none!important}.course-subnav-title-text .wsm-subnav-best-badge-icon{width:11px!important;height:11px!important;border-radius:50%!important;display:inline-grid!important;place-items:center!important;background:#08747b!important;color:#fff!important;box-shadow:none!important;font-size:5px!important;line-height:1!important;flex:0 0 11px!important}@media(max-width:1120px){.course-subnav-title-main{display:none!important}}@media(max-width:720px){.hero .wsm-hero-best-badge{height:30px!important;padding:0 12px 0 9px!important;margin-bottom:9px!important;font-size:10.5px!important;transform:rotate(-1deg)!important}.hero .wsm-hero-best-badge+.breadcrumbs{margin-bottom:16px!important}.hero h1 .accent-word{color:#25e3e8!important;text-shadow:0 0 18px rgba(37,227,232,.22)!important}}@media(max-width:720px){.course-subnav{height:52px!important;overflow:hidden!important}.course-subnav .container,.course-subnav-inner{width:100%!important;max-width:100%!important;min-height:52px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;padding-left:12px!important;padding-right:0!important}.course-subnav-brand,.course-subnav-title,.course-subnav-title.course-subnav-brand{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;width:32px!important;min-width:32px!important;max-width:32px!important;flex:0 0 32px!important;margin:0!important;padding:0!important;gap:0!important;line-height:1!important}.course-subnav-title-text,.course-subnav-title-main,.course-subnav-title-text small,.course-subnav-course-name,.course-subnav .wsm-subnav-best-badge{display:none!important;visibility:hidden!important;width:0!important;height:0!important;max-width:0!important;overflow:hidden!important}.course-subnav-icon{width:30px!important;height:30px!important;max-width:30px!important;max-height:30px!important;flex:0 0 30px!important;object-fit:contain!important;filter:drop-shadow(0 5px 9px rgba(12,78,84,.12))!important}.course-subnav-links{display:flex!important;flex:1 1 auto!important;min-width:0!important;gap:18px!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;padding-left:0!important;padding-right:14px!important}.course-subnav-links::-webkit-scrollbar{display:none!important}.course-subnav-links a{flex:0 0 auto!important;font-size:12px!important;padding-top:16px!important;padding-bottom:16px!important}}.wsm-v15-visual-shell,.wsm-v15-visual-shell *{box-sizing:border-box}.wsm-v15-visual-shell .site-header{display:block!important;position:sticky!important;top:0!important;z-index:1000!important}.wsm-v15-visual-shell .course-subnav{display:block!important;position:sticky!important;top:74px!important;transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important;z-index:950!important}.wsm-v15-visual-shell .course-subnav.is-visible{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important}.wsm-v15-visual-shell .hero{color:#fff!important}.wsm-v15-visual-shell .hero h1,.wsm-v15-visual-shell .hero h1 strong,.wsm-v15-visual-shell .hero h1 em,.wsm-v15-visual-shell .hero h1 span:not(.accent-word),.wsm-v15-visual-shell .hero .breadcrumbs,.wsm-v15-visual-shell .hero .breadcrumbs span,.wsm-v15-visual-shell .hero .breadcrumbs a,.wsm-v15-visual-shell .hero .rating-row,.wsm-v15-visual-shell .hero .rating-value,.wsm-v15-visual-shell .hero .rating-copy,.wsm-v15-visual-shell .hero .hero-instructor-line,.wsm-v15-visual-shell .hero .hero-subtitle,.wsm-v15-visual-shell .hero p,.wsm-v15-visual-shell .hero h3,.wsm-v15-visual-shell .hero .info-panel h3,.wsm-v15-visual-shell .hero .info-panel p{color:#fff!important}.wsm-v15-visual-shell .hero h1 .accent-word,.wsm-v15-visual-shell .accent-word{color:#25e3e8!important;text-shadow:0 0 18px rgba(37,227,232,.22)!important}.wsm-v15-visual-section,.wsm-v15-visual-shell{margin:0!important;padding:0!important}@media(max-width:720px){.wsm-v15-visual-shell .site-header{position:relative!important}.wsm-v15-visual-shell .course-subnav{top:0!important}}.wsm-v15-visual-shell .wsm-text-logo-lockup{display:inline-flex!important;align-items:center!important;gap:10px!important;width:auto!important;height:auto!important;overflow:visible!important;flex:0 0 auto!important;color:#fff!important;text-decoration:none!important}.wsm-v15-visual-shell .wsm-text-logo-lockup__icon{width:38px!important;height:38px!important;max-width:38px!important;max-height:38px!important;object-fit:contain!important;display:block!important;flex:0 0 38px!important}.wsm-v15-visual-shell .wsm-text-logo-lockup__text{display:flex!important;flex-direction:column!important;line-height:1.05!important}.wsm-v15-visual-shell .wsm-text-logo-lockup__text strong{color:#fff!important;font-size:21px!important;font-weight:950!important;letter-spacing:-.045em!important}.wsm-v15-visual-shell .wsm-text-logo-lockup__text small{color:#ffffffb8!important;font-size:10px!important;font-weight:800!important;margin-top:3px!important}.wsm-v15-visual-shell .site-header{position:sticky!important;top:0!important;z-index:1001!important}.wsm-v15-visual-shell .course-subnav{position:sticky!important;top:74px!important;z-index:1000!important}.wsm-v15-visual-shell .hero,.wsm-v15-visual-shell .hero *,.wsm-v15-visual-shell .hero h1,.wsm-v15-visual-shell .hero h2,.wsm-v15-visual-shell .hero h3,.wsm-v15-visual-shell .hero p{color:#fff!important}.wsm-v15-visual-shell .hero .accent-word,.wsm-v15-visual-shell .hero h1 .accent-word,.wsm-v15-visual-shell .accent-word{color:#25e3e8!important}.wsm-v15-visual-shell .hero .stars,.wsm-v15-visual-shell .stars{color:#f59e0b!important}@media(max-width:720px){.wsm-v15-visual-shell .wsm-text-logo-lockup__text strong{font-size:18px!important}.wsm-v15-visual-shell .wsm-text-logo-lockup__text small{display:none!important}.wsm-v15-visual-shell .course-subnav{top:0!important}}#shopify-section-header,.shopify-section-header,.section-header,header[role=banner],.header-wrapper,sticky-header{display:none!important}.wsm-v15-visual-shell{padding-top:132px!important}.wsm-v15-visual-shell .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:10020!important;transform:none!important;opacity:1!important;pointer-events:auto!important}.wsm-v15-visual-shell .course-subnav{position:fixed!important;top:74px!important;left:0!important;right:0!important;z-index:10010!important;transform:none!important;opacity:1!important;pointer-events:auto!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup,.wsm-v15-visual-shell .site-header .logo.actual-logo-lockup.wsm-text-logo-lockup{width:auto!important;min-width:238px!important;height:52px!important;flex:0 0 auto!important;justify-content:flex-start!important;background:#fffffff7!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:14px!important;padding:8px 14px!important;gap:10px!important;overflow:visible!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup__icon{width:36px!important;height:36px!important;max-width:36px!important;max-height:36px!important;object-fit:contain!important;flex:0 0 36px!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup__text strong{color:#064e4f!important;font-size:20px!important;line-height:1.02!important;font-weight:950!important;letter-spacing:-.045em!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup__text small{display:block!important;color:#607477!important;font-size:10px!important;line-height:1.12!important;font-weight:850!important;margin-top:3px!important}.wsm-v15-visual-shell .hero>.container>div:first-child,.wsm-v15-visual-shell .hero>.container>div:first-child h1,.wsm-v15-visual-shell .hero>.container>div:first-child h2,.wsm-v15-visual-shell .hero>.container>div:first-child h3,.wsm-v15-visual-shell .hero>.container>div:first-child p,.wsm-v15-visual-shell .hero .breadcrumbs,.wsm-v15-visual-shell .hero .breadcrumbs *,.wsm-v15-visual-shell .hero .rating-row,.wsm-v15-visual-shell .hero .rating-row *,.wsm-v15-visual-shell .hero .hero-instructor-line,.wsm-v15-visual-shell .hero .hero-instructor-line *,.wsm-v15-visual-shell .hero .info-panel,.wsm-v15-visual-shell .hero .info-panel *{color:#fff!important}.wsm-v15-visual-shell .hero .accent-word,.wsm-v15-visual-shell .hero h1 .accent-word{color:#25e3e8!important}.wsm-v15-visual-shell .hero .stars,.wsm-v15-visual-shell .hero .offer-stars,.wsm-v15-visual-shell .hero-testimonial-stars{color:#f59e0b!important}.wsm-v15-visual-shell .course-card,.wsm-v15-visual-shell .course-card *,.wsm-v15-visual-shell .sticky-card-wrap,.wsm-v15-visual-shell .sticky-card-wrap *{color:#0f172a!important}.wsm-v15-visual-shell .course-card .offer-rating-count,.wsm-v15-visual-shell .course-card .small-note,.wsm-v15-visual-shell .course-card .included-mini-list,.wsm-v15-visual-shell .course-card .included-mini-list li,.wsm-v15-visual-shell .course-card .offer-saving-line{color:#334155!important}.wsm-v15-visual-shell .course-card .offer-stars{color:#f59e0b!important}.wsm-v15-visual-shell .course-card .offer-discount-badge{color:#0f766e!important}.wsm-v15-visual-shell .course-card .offer-old-price,.wsm-v15-visual-shell .course-card .timer-line,.wsm-v15-visual-shell .course-card .timer-line *,.wsm-v15-visual-shell .course-card .offer-timer,.wsm-v15-visual-shell .course-card .offer-timer *{color:#b91c1c!important}.wsm-v15-visual-shell .course-card .btn,.wsm-v15-visual-shell .course-card .btn-orange{color:#0f172a!important;font-weight:950!important}.wsm-v15-visual-shell .hero-testimonial-strip,.wsm-v15-visual-shell .hero-testimonial-strip *,.wsm-v15-visual-shell .hero-testimonial-card,.wsm-v15-visual-shell .hero-testimonial-card *,.wsm-v15-visual-shell .hero-testimonial-copy,.wsm-v15-visual-shell .hero-testimonial-copy *{color:#0f172a!important}.wsm-v15-visual-shell .hero-testimonial-copy p{color:#40546a!important}.wsm-v15-visual-shell .hero-testimonial-copy strong{color:#0f172a!important}.wsm-v15-visual-shell .hero-testimonial-stars{color:#f59e0b!important}.wsm-v15-visual-shell .trusted-strip,.wsm-v15-visual-shell .trusted-strip *,.wsm-v15-visual-shell .trusted-ticker-label,.wsm-v15-visual-shell .brand-logo-card{color:#334155!important}.wsm-v15-visual-shell .brand-logo-card svg,.wsm-v15-visual-shell .brand-logo-card svg *{opacity:1!important;visibility:visible!important}.wsm-v15-visual-shell main>section:not(.hero):not(.final-cta),.wsm-v15-visual-shell main>section:not(.hero):not(.final-cta) *{color:inherit}.wsm-v15-visual-shell main>section:not(.hero):not(.final-cta) h1,.wsm-v15-visual-shell main>section:not(.hero):not(.final-cta) h2,.wsm-v15-visual-shell main>section:not(.hero):not(.final-cta) h3,.wsm-v15-visual-shell main>section:not(.hero):not(.final-cta) strong{color:#0f172a!important}.wsm-v15-visual-shell main>section:not(.hero):not(.final-cta) p,.wsm-v15-visual-shell main>section:not(.hero):not(.final-cta) small,.wsm-v15-visual-shell main>section:not(.hero):not(.final-cta) li{color:#40546a!important}@media(max-width:720px){.wsm-v15-visual-shell{padding-top:54px!important}.wsm-v15-visual-shell .site-header{display:none!important}.wsm-v15-visual-shell .course-subnav{top:0!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup__text small{display:none!important}}.wsm-v15-visual-shell{padding-top:74px!important}.wsm-v15-visual-shell .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:10020!important;transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important;transition:transform .24s ease,opacity .2s ease!important}.wsm-v15-visual-shell .course-subnav{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:10010!important;transform:translateY(-105%)!important;opacity:0!important;pointer-events:none!important;transition:transform .24s ease,opacity .2s ease!important}body.wsm-v15-scrolled .wsm-v15-visual-shell .site-header{transform:translateY(-105%)!important;opacity:0!important;pointer-events:none!important}body.wsm-v15-scrolled .wsm-v15-visual-shell .course-subnav{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important}.wsm-v15-visual-shell .course-subnav-cta{display:none!important}.shopify-design-mode body.wsm-v15-scrolled .wsm-v15-visual-shell .site-header{transform:translateY(-105%)!important}@media(max-width:720px){.wsm-v15-visual-shell{padding-top:54px!important}.wsm-v15-visual-shell .site-header{display:none!important}.wsm-v15-visual-shell .course-subnav,body.wsm-v15-scrolled .wsm-v15-visual-shell .course-subnav{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important}}.wsm-v15-visual-shell{padding-top:72px!important}.wsm-v15-visual-shell .site-header{height:72px!important;min-height:72px!important;border-bottom:0!important;box-shadow:0 8px 28px #00000029!important}.wsm-v15-visual-shell .site-header .nav{min-height:72px!important;height:72px!important}.wsm-v15-visual-shell .course-subnav{border-top:0!important;margin:0!important}.wsm-v15-visual-shell .hero{margin-top:0!important}body:not(.wsm-v15-scrolled) .wsm-v15-visual-shell .course-subnav{visibility:hidden!important}body.wsm-v15-scrolled .wsm-v15-visual-shell .course-subnav{visibility:visible!important}@media(max-width:720px){.wsm-v15-visual-shell{padding-top:40px!important}.wsm-v15-visual-shell .site-header{display:block!important;height:40px!important;min-height:40px!important;background:#061f23fa!important;box-shadow:none!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.wsm-v15-visual-shell .site-header .container,.wsm-v15-visual-shell .site-header .nav{height:40px!important;min-height:40px!important;display:flex!important;align-items:center!important}.wsm-v15-visual-shell .site-header .nav-links,.wsm-v15-visual-shell .site-header .nav-actions,.wsm-v15-visual-shell .site-header .search{display:none!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup,.wsm-v15-visual-shell .site-header .logo.actual-logo-lockup.wsm-text-logo-lockup{min-width:118px!important;width:auto!important;height:28px!important;padding:4px 8px!important;border-radius:7px!important;gap:5px!important;background:#fff!important;border:0!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup__icon{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;flex-basis:20px!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup__text strong{font-size:11px!important;line-height:1!important;letter-spacing:-.03em!important;color:#064e4f!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup__text small{display:none!important}body:not(.wsm-v15-scrolled) .wsm-v15-visual-shell .site-header{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important}body:not(.wsm-v15-scrolled) .wsm-v15-visual-shell .course-subnav{transform:translateY(-105%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}body.wsm-v15-scrolled .wsm-v15-visual-shell .site-header{transform:translateY(-105%)!important;opacity:0!important;pointer-events:none!important}body.wsm-v15-scrolled .wsm-v15-visual-shell .course-subnav{top:0!important;transform:translateY(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.wsm-v15-visual-shell .course-subnav{top:0!important}.wsm-v15-visual-shell .hero{margin-top:0!important}}.mobile-menu-spacer,.mobile-menu-toggle,.mobile-menu-panel,.mobile-hero-video-only,.mobile-included-after-career{display:none!important}.wsm-v15-visual-shell .nav-elite-star{color:#e0b94a!important;font-size:14px!important;line-height:1!important;margin-right:5px!important;display:inline-block!important;transform:translateY(-1px)!important}.wsm-v15-visual-shell .nav-elite-link{display:inline-flex!important;align-items:center!important}.wsm-v15-visual-shell .nav-links{gap:24px!important}.wsm-v15-visual-shell .nav-actions{gap:14px!important}.wsm-v15-visual-shell .donut-wrap{display:grid!important;grid-template-columns:220px minmax(0,1fr)!important;gap:30px!important;align-items:center!important}.wsm-v15-visual-shell .donut{display:block!important;width:220px!important;height:220px!important;min-width:220px!important;border-radius:50%!important;background:conic-gradient(#061f23 0 32%,#2563eb 32% 56%,#14b8a6 56% 71%,#e0b94a 71% 84%,#dce7ee 84% 100%)!important;position:relative!important;box-shadow:0 18px 44px #061f231f!important}.wsm-v15-visual-shell .donut:after{content:"Career Paths"!important;position:absolute!important;top:55px!important;right:55px!important;bottom:55px!important;left:55px!important;border-radius:50%!important;background:#fff!important;display:grid!important;place-items:center!important;text-align:center!important;color:#0d1f3d!important;font-weight:900!important;font-size:13px!important;line-height:1.2!important;padding:10px!important}.mobile-hero-video-card{position:relative!important;overflow:hidden!important;border-radius:16px!important;aspect-ratio:16 / 9!important;background:linear-gradient(135deg,#0d1f3df5,#1a2e56f5)!important;border:1px solid rgba(224,185,74,.26)!important;box-shadow:0 20px 52px #00000042!important;cursor:pointer!important}.mobile-hero-video-thumb{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.mobile-hero-video-fallback{width:100%!important;height:100%!important;display:grid!important;place-items:center!important;padding:22px!important;text-align:center!important}.mobile-hero-video-fallback span{color:#efe4c2!important;font-weight:900!important;font-size:16px!important}.mobile-hero-video-shade{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#00000014,#00000047)!important;pointer-events:none!important}.mobile-video-play{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:auto!important}@media(max-width:1120px){.wsm-v15-visual-shell .donut-wrap{grid-template-columns:190px minmax(0,1fr)!important;gap:22px!important}.wsm-v15-visual-shell .donut{width:190px!important;height:190px!important;min-width:190px!important}.wsm-v15-visual-shell .donut:after{top:46px!important;right:46px!important;bottom:46px!important;left:46px!important;font-size:12px!important}}@media(max-width:720px){.wsm-v15-visual-shell{padding-top:52px!important}.wsm-v15-visual-shell .site-header{display:block!important;height:52px!important;min-height:52px!important;background:#061f23fa!important;border-bottom:1px solid rgba(255,255,255,.08)!important;box-shadow:0 8px 22px #00000026!important}.wsm-v15-visual-shell .site-header .container,.wsm-v15-visual-shell .site-header .nav{height:52px!important;min-height:52px!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important}.wsm-v15-visual-shell .site-header .nav-links,.wsm-v15-visual-shell .site-header .nav-actions,.wsm-v15-visual-shell .site-header .search{display:none!important}.wsm-v15-visual-shell .mobile-menu-spacer{display:block!important;width:38px!important;height:38px!important;position:absolute!important;left:14px!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup,.wsm-v15-visual-shell .site-header .logo.actual-logo-lockup.wsm-text-logo-lockup{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;min-width:146px!important;width:auto!important;height:34px!important;padding:5px 9px 5px 7px!important;border-radius:8px!important;gap:6px!important;background:#fff!important;border:0!important;box-shadow:0 8px 18px #0000001f!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup__icon{width:23px!important;height:23px!important;max-width:23px!important;max-height:23px!important;flex-basis:23px!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup__text strong{font-size:13px!important;line-height:1!important;letter-spacing:-.03em!important;color:#064e4f!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup__text small{display:none!important}.wsm-v15-visual-shell .mobile-menu-toggle{display:inline-flex!important;position:absolute!important;right:14px!important;top:50%!important;transform:translateY(-50%)!important;width:38px!important;height:38px!important;border:1px solid rgba(255,255,255,.16)!important;background:#ffffff14!important;border-radius:10px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:4px!important;padding:0!important;cursor:pointer!important}.wsm-v15-visual-shell .mobile-menu-toggle span{display:block!important;width:17px!important;height:2px!important;border-radius:999px!important;background:#fff!important}.wsm-v15-visual-shell .mobile-menu-panel[hidden]{display:none!important}.wsm-v15-visual-shell .mobile-menu-panel.is-open{display:grid!important;position:fixed!important;top:52px!important;left:0!important;right:0!important;z-index:10019!important;background:#061f23fc!important;padding:14px 20px 18px!important;border-bottom:1px solid rgba(255,255,255,.12)!important;box-shadow:0 18px 34px #00000038!important;gap:12px!important}.wsm-v15-visual-shell .mobile-menu-panel a{color:#fff!important;font-size:15px!important;font-weight:850!important;padding:8px 2px!important}.wsm-v15-visual-shell .mobile-menu-panel hr{width:100%!important;border:0!important;border-top:1px solid rgba(255,255,255,.1)!important;margin:2px 0!important}.wsm-v15-visual-shell .mobile-menu-panel .mobile-menu-enroll{display:inline-flex!important;justify-content:center!important;align-items:center!important;margin-top:4px!important;background:linear-gradient(135deg,#e0b94a,#e8c85e)!important;color:#0d1f3d!important;border-radius:8px!important;padding:12px 14px!important}body:not(.wsm-v15-scrolled) .wsm-v15-visual-shell .site-header{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important}body.wsm-v15-scrolled .wsm-v15-visual-shell .site-header{transform:translateY(-105%)!important;opacity:0!important;pointer-events:none!important}body:not(.wsm-v15-scrolled) .wsm-v15-visual-shell .course-subnav{transform:translateY(-105%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}body.wsm-v15-scrolled .wsm-v15-visual-shell .course-subnav{top:0!important;transform:translateY(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.wsm-v15-visual-shell .mobile-hero-video-only{display:block!important;margin:12px 0 20px!important}.wsm-v15-visual-shell .sticky-card-wrap{display:none!important}.wsm-v15-visual-shell .mobile-included-after-career{display:block!important;margin-top:18px!important;padding:16px!important;border-radius:14px!important;background:#ffffff17!important;border:1px solid rgba(255,255,255,.16)!important}.wsm-v15-visual-shell .mobile-included-after-career strong{display:block!important;color:#fff!important;font-size:14px!important;margin-bottom:10px!important}.wsm-v15-visual-shell .mobile-included-after-career ul{margin:0!important;padding:0!important;list-style:none!important;display:grid!important;gap:8px!important}.wsm-v15-visual-shell .mobile-included-after-career li{color:#ffffffdb!important;font-size:13px!important;line-height:1.45!important;padding-left:21px!important;position:relative!important}.wsm-v15-visual-shell .mobile-included-after-career li:before{content:"\2713"!important;position:absolute!important;left:0!important;top:0!important;color:#e0b94a!important;font-weight:950!important}.wsm-v15-visual-shell .course-subnav-links a.active{color:#0d1f3d!important;background:#e0b94a29!important;border-bottom-color:#e0b94a!important;border-radius:999px!important;padding:8px 12px!important;margin:10px 0!important}.wsm-v15-visual-shell .course-subnav-links a{padding:8px 10px!important;margin:10px 0!important;border-radius:999px!important}.wsm-v15-visual-shell .mobile-sticky-cta{display:block!important;padding:8px 10px!important}.wsm-v15-visual-shell .mobile-sticky-inner{display:grid!important;grid-template-columns:auto minmax(74px,auto) 1fr!important;grid-template-areas:"price offer button" "timer timer timer"!important;align-items:center!important;gap:6px 8px!important}.wsm-v15-visual-shell .mobile-sticky-price{grid-area:price!important}.wsm-v15-visual-shell .mobile-sticky-offer{grid-area:offer!important}.wsm-v15-visual-shell .mobile-sticky-cta .btn{grid-area:button!important}.wsm-v15-visual-shell .mobile-sticky-timer{grid-area:timer!important;justify-content:center!important}.wsm-v15-visual-shell .mobile-sticky-offer{display:flex!important;flex-direction:column!important;gap:1px!important;line-height:1.05!important}.wsm-v15-visual-shell .mobile-sticky-offer span{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#e0b94a2e!important;color:#e0b94a!important;border:1px solid rgba(224,185,74,.35)!important;border-radius:999px!important;font-size:10px!important;font-weight:950!important;padding:3px 7px!important;white-space:nowrap!important}.wsm-v15-visual-shell .mobile-sticky-offer small{color:#ffffffb8!important;font-size:10px!important;font-weight:750!important;white-space:nowrap!important}.wsm-v15-visual-shell .mobile-sticky-timer span,.wsm-v15-visual-shell .mobile-sticky-timer strong{font-size:10px!important}.wsm-v15-visual-shell .donut-wrap{grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important}}.wsm-v15-visual-shell .site-header .nav-links{margin-left:26px!important}.wsm-v15-visual-shell .site-header .nav-actions .nav-elite-cta,.wsm-v15-visual-shell .nav-elite-cta{display:inline-flex!important;align-items:center!important;gap:5px!important;background:transparent!important;color:#e0b94a!important;border:1px solid rgba(224,185,74,.82)!important;box-shadow:none!important;padding:11px 14px!important;min-height:auto!important;border-radius:8px!important;line-height:1!important;font-weight:750!important;white-space:nowrap!important}.wsm-v15-visual-shell .site-header .nav-actions .nav-elite-cta:hover,.wsm-v15-visual-shell .nav-elite-cta:hover{background:#e0b94a!important;color:#0d1f3d!important;border-color:#e0b94a!important}.wsm-v15-visual-shell .site-header .nav-actions .nav-elite-cta .nav-elite-star,.wsm-v15-visual-shell .nav-elite-cta .nav-elite-star{color:currentColor!important;margin-right:0!important}@media(max-width:720px){.wsm-v15-visual-shell .site-header .container,.wsm-v15-visual-shell .site-header .nav{justify-content:flex-start!important;padding:0 14px!important}.wsm-v15-visual-shell .mobile-menu-spacer{display:none!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup,.wsm-v15-visual-shell .site-header .logo.actual-logo-lockup.wsm-text-logo-lockup{position:static!important;left:auto!important;top:auto!important;transform:none!important;min-width:142px!important;height:34px!important;margin-right:auto!important}.wsm-v15-visual-shell .mobile-menu-toggle{right:14px!important}.wsm-v15-visual-shell .mobile-menu-panel .mobile-menu-enroll{color:#0d1f3d!important;gap:5px!important}.wsm-v15-visual-shell .mobile-menu-panel .mobile-menu-enroll .nav-elite-star{color:#0d1f3d!important}.wsm-v15-visual-shell .mobile-sticky-cta{display:block!important;padding:9px 10px calc(9px + env(safe-area-inset-bottom))!important;background:#061f23fa!important;border-top:1px solid rgba(224,185,74,.22)!important;box-shadow:0 -18px 42px #00000047!important}.wsm-v15-visual-shell .mobile-sticky-inner{display:grid!important;grid-template-columns:1fr auto!important;grid-template-areas:"price offer" "button button" "timer timer"!important;align-items:center!important;gap:7px 10px!important;max-width:430px!important;margin:0 auto!important}.wsm-v15-visual-shell .mobile-sticky-price{grid-area:price!important;display:flex!important;align-items:baseline!important;gap:7px!important;min-width:0!important}.wsm-v15-visual-shell .mobile-sticky-price strong{font-size:20px!important;line-height:1!important;color:#fff!important;font-weight:950!important}.wsm-v15-visual-shell .mobile-sticky-price span{font-size:12px!important;color:#ffffff85!important;text-decoration:line-through!important;font-weight:750!important}.wsm-v15-visual-shell .mobile-sticky-offer{grid-area:offer!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important;min-width:0!important}.wsm-v15-visual-shell .mobile-sticky-offer span{background:#e0b94a2e!important;color:#e0b94a!important;border:1px solid rgba(224,185,74,.42)!important;border-radius:999px!important;font-size:10px!important;font-weight:950!important;padding:4px 7px!important;line-height:1!important;white-space:nowrap!important}.wsm-v15-visual-shell .mobile-sticky-offer small{color:#ffffffbd!important;font-size:10px!important;line-height:1!important;font-weight:800!important;white-space:nowrap!important}.wsm-v15-visual-shell .mobile-sticky-cta .btn{grid-area:button!important;width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;min-height:47px!important;padding:14px 18px!important;border-radius:10px!important;font-size:15px!important;line-height:1!important;font-weight:950!important;letter-spacing:.01em!important;white-space:nowrap!important;box-shadow:0 12px 26px #e0b94a57!important}.wsm-v15-visual-shell .mobile-sticky-timer{grid-area:timer!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:5px!important;color:#ffffffc7!important;line-height:1!important;margin-top:-1px!important}.wsm-v15-visual-shell .mobile-sticky-timer span,.wsm-v15-visual-shell .mobile-sticky-timer strong{font-size:10px!important;line-height:1!important}.wsm-v15-visual-shell .mobile-sticky-timer strong{color:#e0b94a!important;font-weight:950!important}}@media(min-width:1001px){.wsm-v15-visual-shell .site-header .nav{justify-content:flex-start!important;gap:0!important}.wsm-v15-visual-shell .site-header .nav-links{margin-left:14px!important;gap:22px!important}.wsm-v15-visual-shell .site-header .nav-actions{margin-left:auto!important;gap:14px!important}.wsm-v15-visual-shell .site-header .search{width:clamp(270px,22vw,360px)!important}}.wsm-v15-visual-shell .site-header .wsm-actual-logo-img{display:block!important;width:auto!important;height:36px!important;max-width:250px!important;object-fit:contain!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup:has(.wsm-actual-logo-img),.wsm-v15-visual-shell .site-header .logo.actual-logo-lockup.wsm-text-logo-lockup:has(.wsm-actual-logo-img){min-width:auto!important;width:auto!important;height:52px!important;padding:8px 12px!important;background:#fffffff7!important}.wsm-v15-visual-shell .course-card .video-box>iframe{width:138%!important;height:138%!important;max-width:none!important;transform:translate(-50%,-50%) scale(1.04)!important}.wsm-v15-visual-shell .wsm-side-number{display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:flex-start!important;padding:8px 14px 10px!important;margin-bottom:15px!important;border-radius:16px!important;color:#0d1f3d!important;background:linear-gradient(135deg,#e0b94af5,#efe4c2f5)!important;border:1px solid rgba(224,185,74,.64)!important;box-shadow:0 16px 34px #e0b94a3d!important;font-size:46px!important;letter-spacing:-.065em!important}.wsm-v15-visual-shell .donut{background:var(--outcome-chart-bg, conic-gradient(#061f23 0 32%, #2563eb 32% 56%, #14b8a6 56% 71%, #E0B94A 71% 84%, #dce7ee 84% 100%))!important}.wsm-v15-visual-shell .donut:after{content:attr(data-label)!important}.wsm-v15-visual-shell .outcomes-layout{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr)!important;gap:58px!important}.wsm-v15-visual-shell .donut-wrap{grid-template-columns:210px minmax(220px,1fr)!important;gap:34px!important;align-items:center!important}.wsm-v15-visual-shell .donut{width:210px!important;height:210px!important;min-width:210px!important}.wsm-v15-visual-shell .legend{min-width:0!important}.wsm-v15-visual-shell .legend-row{align-items:flex-start!important;line-height:1.35!important}@media(max-width:1120px){.wsm-v15-visual-shell .outcomes-layout{gap:34px!important}.wsm-v15-visual-shell .donut-wrap{grid-template-columns:180px minmax(0,1fr)!important;gap:22px!important}.wsm-v15-visual-shell .donut{width:180px!important;height:180px!important;min-width:180px!important}}@media(max-width:720px){.wsm-v15-visual-shell .site-header .wsm-actual-logo-img{height:30px!important;max-width:190px!important}.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup:has(.wsm-actual-logo-img),.wsm-v15-visual-shell .site-header .logo.actual-logo-lockup.wsm-text-logo-lockup:has(.wsm-actual-logo-img){height:34px!important;padding:3px 8px!important;background:#fff!important}.wsm-v15-visual-shell .outcomes-layout,.wsm-v15-visual-shell .donut-wrap{grid-template-columns:1fr!important;gap:20px!important}.wsm-v15-visual-shell .donut{width:188px!important;height:188px!important;min-width:188px!important}.wsm-v15-visual-shell .mobile-sticky-cta{display:block!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;background:#fffffffa!important;border-top:1px solid rgba(224,185,74,.32)!important;box-shadow:0 -14px 34px #061f2324!important}.wsm-v15-visual-shell .mobile-sticky-inner{display:grid!important;grid-template-columns:auto minmax(70px,1fr) minmax(128px,38%)!important;grid-template-areas:"price offer button" "timer timer button"!important;align-items:center!important;gap:4px 8px!important;max-width:430px!important;margin:0 auto!important}.wsm-v15-visual-shell .mobile-sticky-price{grid-area:price!important;display:flex!important;align-items:baseline!important;gap:6px!important}.wsm-v15-visual-shell .mobile-sticky-price strong{font-size:19px!important;line-height:1!important;color:#08393e!important;font-weight:950!important}.wsm-v15-visual-shell .mobile-sticky-price span{font-size:11px!important;color:#7a8b91!important;text-decoration:line-through!important;font-weight:750!important}.wsm-v15-visual-shell .mobile-sticky-offer{grid-area:offer!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:2px!important;min-width:0!important}.wsm-v15-visual-shell .mobile-sticky-offer span{background:#e0b94a2e!important;color:#7a5a00!important;border:1px solid rgba(224,185,74,.42)!important;border-radius:999px!important;font-size:10px!important;font-weight:950!important;padding:3px 7px!important;line-height:1!important;white-space:nowrap!important}.wsm-v15-visual-shell .mobile-sticky-offer small{color:#607477!important;font-size:9.5px!important;line-height:1!important;font-weight:850!important;white-space:nowrap!important}.wsm-v15-visual-shell .mobile-sticky-cta .btn{grid-area:button!important;width:100%!important;min-height:46px!important;padding:13px 12px!important;border-radius:10px!important;font-size:14px!important;font-weight:950!important;line-height:1!important;white-space:nowrap!important;box-shadow:0 10px 22px #e0b94a47!important}.wsm-v15-visual-shell .mobile-sticky-timer{grid-area:timer!important;display:inline-flex!important;justify-content:flex-start!important;align-items:center!important;gap:5px!important;color:#607477!important;line-height:1!important;margin:0!important;padding:3px 0 0!important}.wsm-v15-visual-shell .mobile-sticky-timer span,.wsm-v15-visual-shell .mobile-sticky-timer strong{font-size:10px!important;line-height:1!important}.wsm-v15-visual-shell .mobile-sticky-timer strong{color:#0c4e54!important;font-weight:950!important}}@media(max-width:720px){.wsm-v15-visual-shell .mobile-sticky-offer{flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:0!important}.wsm-v15-visual-shell .mobile-sticky-offer small{display:none!important}.wsm-v15-visual-shell .mobile-sticky-price span{color:#b91c1c!important;opacity:1!important;text-decoration-color:#b91c1cd1!important;font-weight:850!important}}.wsm-v15-visual-shell .wsm-winner-card .wsm-winner-price strong{color:#0c4e54!important}.wsm-v15-visual-shell .wsm-competitor-card .wsm-comp-price strong{color:#b91c1c!important}.wsm-v15-visual-shell .wsm-competitor-card .wsm-comp-price small{color:#8f1d1d!important}.wsm-v15-visual-shell .wsm-winner-card .wsm-winner-price{padding:12px 16px 11px!important;border-radius:18px!important;text-align:center!important;background:linear-gradient(135deg,#e0b94a3d,#efe4c280)!important;border:1px solid rgba(224,185,74,.62)!important;box-shadow:0 16px 34px #e0b94a38!important}.wsm-v15-visual-shell .wsm-winner-card .wsm-winner-price strong{color:#0d1f3d!important;text-shadow:0 1px 0 rgba(255,255,255,.45)!important}.wsm-v15-visual-shell .wsm-winner-card .wsm-winner-price small{color:#6f5520!important;font-weight:900!important}.wsm-v15-visual-shell #outcomes .outcomes-layout{grid-template-columns:1fr!important;gap:34px!important;align-items:stretch!important}.wsm-v15-visual-shell #outcomes .section-title{max-width:720px!important;margin-bottom:28px!important}.wsm-v15-visual-shell #outcomes .donut-wrap{grid-template-columns:220px minmax(0,1fr)!important;gap:66px!important;align-items:center!important;max-width:720px!important;padding-left:6px!important}.wsm-v15-visual-shell #outcomes .donut{width:220px!important;height:220px!important;min-width:220px!important}.wsm-v15-visual-shell #outcomes .legend{min-width:0!important;width:100%!important;padding-left:0!important}.wsm-v15-visual-shell #outcomes .legend-heading{margin-bottom:12px!important}.wsm-v15-visual-shell #outcomes .legend-row{gap:14px!important;padding:8px 0!important;line-height:1.35!important}.wsm-v15-visual-shell #outcomes .outcome-list{width:100%!important;max-width:720px!important;margin-top:0!important}@media(max-width:900px){.wsm-v15-visual-shell #outcomes .donut-wrap{grid-template-columns:200px minmax(0,1fr)!important;gap:42px!important}.wsm-v15-visual-shell #outcomes .donut{width:200px!important;height:200px!important;min-width:200px!important}}@media(max-width:720px){.wsm-v15-visual-shell #outcomes .outcomes-layout{gap:26px!important}.wsm-v15-visual-shell #outcomes .donut-wrap{grid-template-columns:1fr!important;gap:22px!important;justify-items:center!important;max-width:100%!important;padding-left:0!important}.wsm-v15-visual-shell #outcomes .legend{width:100%!important}.wsm-v15-visual-shell #outcomes .donut{width:188px!important;height:188px!important;min-width:188px!important}.wsm-v15-visual-shell #outcomes .outcome-list{max-width:100%!important}.wsm-v15-visual-shell .wsm-winner-card .wsm-winner-price{width:fit-content!important;text-align:left!important}}@media(max-width:720px){.wsm-v15-visual-shell .mobile-sticky-cta{background:#fffffffa!important;border-top:1px solid rgba(13,31,61,.1)!important;box-shadow:0 -14px 30px #0d1f3d21!important;padding:7px 10px calc(7px + env(safe-area-inset-bottom))!important}.wsm-v15-visual-shell .mobile-sticky-inner{display:grid!important;grid-template-columns:auto auto minmax(150px,1fr)!important;grid-template-areas:"price offer button" "timer timer button"!important;align-items:center!important;gap:5px 8px!important}.wsm-v15-visual-shell .mobile-sticky-price{grid-area:price!important}.wsm-v15-visual-shell .mobile-sticky-offer{grid-area:offer!important}.wsm-v15-visual-shell .mobile-sticky-timer{grid-area:timer!important}.wsm-v15-visual-shell .mobile-sticky-cta .btn{grid-area:button!important}.wsm-v15-visual-shell .mobile-sticky-offer span{background:#16a34a1f!important;border:1px solid rgba(22,163,74,.34)!important;color:#15803d!important;font-weight:950!important;letter-spacing:.01em!important;padding:4px 8px!important;border-radius:999px!important;white-space:nowrap!important}.wsm-v15-visual-shell .mobile-sticky-timer{justify-content:flex-start!important;gap:5px!important;line-height:1.05!important;color:#0d1f3db3!important}.wsm-v15-visual-shell .mobile-sticky-timer span{color:#0d1f3db3!important;font-weight:800!important}.wsm-v15-visual-shell .mobile-sticky-timer strong{color:#ff8a6a!important;font-weight:950!important;letter-spacing:-.01em!important}.wsm-v15-visual-shell .mobile-sticky-cta .btn{min-height:48px!important;min-width:150px!important;width:100%!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important;font-size:14px!important;font-weight:900!important;white-space:nowrap!important}}@media(max-width:380px){.wsm-v15-visual-shell .mobile-sticky-inner{grid-template-columns:auto auto minmax(132px,1fr)!important;gap:5px 6px!important}.wsm-v15-visual-shell .mobile-sticky-cta .btn{min-width:132px!important;padding:0 12px!important;font-size:13px!important}.wsm-v15-visual-shell .mobile-sticky-offer span{padding-left:6px!important;padding-right:6px!important;font-size:9.5px!important}}@media(min-width:721px){.wsm-v15-visual-shell .course-subnav{height:auto!important;min-height:58px!important;background:#fffffff5!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;border-bottom:1px solid #e5e7eb!important;box-shadow:0 8px 24px #0f172a14!important}.wsm-v15-visual-shell .course-subnav .container,.wsm-v15-visual-shell .course-subnav-inner{min-height:58px!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:18px!important;padding-top:0!important;padding-bottom:0!important}.wsm-v15-visual-shell .course-subnav-brand,.wsm-v15-visual-shell .course-subnav-title,.wsm-v15-visual-shell .course-subnav-title.course-subnav-brand{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;min-width:0!important;width:auto!important;max-width:none!important;height:auto!important;padding:0!important;margin:0!important;visibility:visible!important;opacity:1!important}.wsm-v15-visual-shell .course-subnav-title-text,.wsm-v15-visual-shell .course-subnav-title-main,.wsm-v15-visual-shell .course-subnav-title-text small,.wsm-v15-visual-shell .course-subnav-course-name,.wsm-v15-visual-shell .course-subnav .wsm-subnav-best-badge{visibility:visible!important;opacity:1!important;width:auto!important;height:auto!important;max-width:none!important;overflow:visible!important}.wsm-v15-visual-shell .course-subnav-links{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:22px!important;overflow-x:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important;flex:1 1 auto!important;width:auto!important;height:auto!important;padding:0!important;margin:0!important}.wsm-v15-visual-shell .course-subnav-links::-webkit-scrollbar{display:none!important}.wsm-v15-visual-shell .course-subnav-links a{position:relative!important;display:inline-flex!important;align-items:center!important;height:auto!important;padding:18px 0!important;margin:0!important;border-radius:0!important;color:#334155!important;background:transparent!important;box-shadow:none!important;border:0!important;border-bottom:2px solid transparent!important;font-size:13px!important;line-height:1!important;font-weight:850!important;white-space:nowrap!important;text-decoration:none!important;transition:color .15s ease,border-color .15s ease!important}.wsm-v15-visual-shell .course-subnav-links a:after{content:none!important;display:none!important}.wsm-v15-visual-shell .course-subnav-links a:hover,.wsm-v15-visual-shell .course-subnav-links a.active{color:#0c4e54!important;border-bottom-color:#e0b94a!important;background:transparent!important;box-shadow:none!important}.wsm-v15-visual-shell .course-subnav-inner{justify-content:flex-start!important}.wsm-v15-visual-shell .course-subnav-brand,.wsm-v15-visual-shell .course-subnav-title,.wsm-v15-visual-shell .course-subnav-title.course-subnav-brand{flex:0 0 auto!important;margin-right:18px!important}.wsm-v15-visual-shell .course-subnav-links{justify-content:flex-start!important;margin-left:0!important}}@media(max-width:720px){.wsm-v15-visual-shell .course-subnav-links a:nth-child(3),.wsm-v15-visual-shell .course-subnav-links a:nth-child(4),.wsm-v15-visual-shell .course-subnav-links a:nth-child(5){display:none!important}.wsm-v15-visual-shell .course-subnav-links{justify-content:space-around!important;gap:8px!important}.wsm-v15-visual-shell .course-subnav-links a{white-space:nowrap!important}}.wsm-v15-visual-shell .wsm-mid-decision{display:none!important}@media(min-width:990px){.wsm-v15-visual-shell .wsm-mid-decision{display:block!important;padding:8px 0 78px!important;margin-top:-8px!important}.wsm-v15-visual-shell .wsm-mid-decision-card{max-width:1040px!important;margin:0 auto!important;padding:28px 34px!important;border-radius:22px!important;background:radial-gradient(circle at 96% 0%,rgba(224,185,74,.2),transparent 30%),linear-gradient(135deg,#fff,#fffaf0,#fff)!important;border:1px solid rgba(224,185,74,.42)!important;box-shadow:0 18px 46px #0d1f3d1f!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:32px!important;position:relative!important;overflow:hidden!important}.wsm-v15-visual-shell .wsm-mid-decision-card:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:6px!important;background:linear-gradient(180deg,#e0b94a,#9bc23c)!important}.wsm-v15-visual-shell .wsm-mid-decision-card:after{content:""!important;position:absolute!important;right:-72px!important;top:-84px!important;width:190px!important;height:190px!important;border-radius:50%!important;background:#0c4e5414!important;pointer-events:none!important}.wsm-v15-visual-shell .wsm-mid-decision-copy{position:relative!important;z-index:1!important;min-width:0!important}.wsm-v15-visual-shell .wsm-mid-decision-eyebrow{display:inline-flex!important;align-items:center!important;gap:8px!important;margin:0 0 9px!important;color:#0c4e54!important;font-size:11px!important;line-height:1!important;font-weight:900!important;letter-spacing:.13em!important;text-transform:uppercase!important}.wsm-v15-visual-shell .wsm-mid-decision-eyebrow:before{content:"\2605"!important;color:#e0b94a!important;font-size:13px!important;line-height:1!important}.wsm-v15-visual-shell .wsm-mid-decision h2,.wsm-v15-visual-shell .wsm-mid-decision-card h2{margin:0 0 8px!important;color:#0d1f3d!important;font-size:clamp(28px,2.25vw,36px)!important;line-height:1.08!important;letter-spacing:-.035em!important;font-weight:900!important;max-width:610px!important}.wsm-v15-visual-shell .wsm-mid-decision p,.wsm-v15-visual-shell .wsm-mid-decision-card p{margin:0!important;color:#52616d!important;font-size:16px!important;line-height:1.55!important;font-weight:600!important;max-width:720px!important}.wsm-v15-visual-shell .wsm-mid-decision-price{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:52px!important;padding:4px 12px!important;border-radius:999px!important;color:#0d1f3d!important;background:linear-gradient(135deg,#f7db83,#e0b94a)!important;font-weight:950!important;box-shadow:0 8px 20px #e0b94a47!important}.wsm-v15-visual-shell .wsm-mid-decision-save{color:#2f8f3a!important;font-weight:900!important}.wsm-v15-visual-shell .wsm-mid-decision-separator{color:#94a3b8!important;margin:0 4px!important}.wsm-v15-visual-shell .wsm-mid-decision-btn,.wsm-v15-visual-shell .wsm-mid-decision-card .wsm-mid-decision-btn,.wsm-v15-visual-shell .wsm-mid-decision-card a.wsm-mid-decision-btn{position:relative!important;z-index:1!important;flex:0 0 auto!important;min-width:190px!important;min-height:54px!important;padding:0 28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;border:1px solid rgba(224,185,74,.88)!important;background:linear-gradient(135deg,#f6d978,#e0b94a)!important;color:#0d1f3d!important;font-size:14px!important;line-height:1!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 14px 30px #e0b94a40!important;white-space:nowrap!important;transition:transform .18s ease,box-shadow .18s ease!important}.wsm-v15-visual-shell .wsm-mid-decision-actions{position:relative!important;z-index:1!important;display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-width:210px!important}.wsm-v15-visual-shell .wsm-mid-decision-timer{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:100%!important;padding:7px 10px!important;border-radius:999px!important;background:#ff8a6a1a!important;border:1px solid rgba(255,138,106,.24)!important;color:#7a3440!important;font-size:11px!important;line-height:1!important;font-weight:800!important;letter-spacing:.01em!important;white-space:nowrap!important}.wsm-v15-visual-shell .wsm-mid-decision-timer:before{content:"\23f1"!important;color:#ff8a6a!important;font-size:12px!important;line-height:1!important}.wsm-v15-visual-shell .wsm-mid-decision-timer strong{color:#ef5f45!important;font-weight:950!important;font-variant-numeric:tabular-nums!important}.wsm-v15-visual-shell .wsm-mid-decision-btn:hover,.wsm-v15-visual-shell .wsm-mid-decision-card a.wsm-mid-decision-btn:hover{transform:translateY(-1px)!important;box-shadow:0 18px 36px #e0b94a52!important;color:#0d1f3d!important}}.wsm-video-testimonials-wrap{margin-top:24px;padding-top:0;border-top:0}.wsm-video-testimonials-head{display:none}.wsm-video-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.wsm-video-testimonial-card{overflow:hidden;border:1px solid rgba(13,31,61,.12);border-radius:22px;background:#fffffff0;box-shadow:0 18px 45px #0d1f3d14;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.wsm-video-testimonial-card:hover{transform:translateY(-3px);border-color:#e0b94a7a;box-shadow:0 24px 58px #0d1f3d21}.wsm-video-testimonial-thumb{position:relative;display:block;width:100%;aspect-ratio:16 / 9;padding:0;border:0;cursor:pointer;overflow:hidden;background:radial-gradient(circle at 25% 20%,rgba(224,185,74,.28),transparent 30%),linear-gradient(135deg,#0d1f3d,#0c4e54)}.wsm-video-testimonial-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d1f3d0f,#0d1f3d6b);pointer-events:none}.wsm-video-testimonial-thumb img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .22s ease}.wsm-video-testimonial-card:hover .wsm-video-testimonial-thumb img{transform:scale(1.06)}.wsm-video-testimonial-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#ffffffeb;font-weight:800;font-size:34px;letter-spacing:.08em;z-index:1}.wsm-video-testimonial-play{position:absolute;left:50%;top:50%;z-index:2;display:grid;width:56px;height:56px;place-items:center;border-radius:999px;transform:translate(-50%,-50%);background:#e0b94a;color:#0d1f3d;font-size:18px;font-weight:800;box-shadow:0 16px 34px #e0b94a6b}.wsm-video-testimonial-duration{position:absolute;right:12px;bottom:12px;z-index:2;padding:5px 9px;border-radius:999px;background:#0d1f3de0;color:#fff;font-size:12px;font-weight:700;letter-spacing:.02em}.wsm-video-testimonial-copy{padding:18px 18px 20px}.wsm-video-testimonial-label{display:inline-flex;align-items:center;gap:6px;margin-bottom:9px;color:#0c4e54;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.wsm-video-testimonial-label:before{content:"";width:7px;height:7px;border-radius:50%;background:#e0b94a;box-shadow:0 0 0 4px #e0b94a2e}.wsm-video-testimonial-copy h4{margin:0 0 9px;color:#0d1f3d;font-size:18px;line-height:1.22;letter-spacing:-.02em}.wsm-video-testimonial-copy p{margin:0 0 15px;color:#0d1f3dad;font-size:14px;line-height:1.58}.wsm-video-testimonial-person strong{display:block;color:#0d1f3d;font-size:14px;font-weight:800}.wsm-video-testimonial-person small{display:block;margin-top:3px;color:#0d1f3d94;font-size:12.5px;line-height:1.35}@media(max-width:980px){.wsm-video-testimonial-grid{grid-template-columns:1fr;max-width:560px;margin:22px auto 0}}.sample-video-section{position:relative;overflow:hidden;background:radial-gradient(circle at 10% 0%,rgba(224,185,74,.1),transparent 28%),radial-gradient(circle at 92% 14%,rgba(7,160,160,.09),transparent 30%),linear-gradient(180deg,#fbfcfb,#f6faf8)}.sample-video-section .section-title{max-width:820px;margin-left:auto;margin-right:auto;text-align:center}.sample-video-grid{counter-reset:sampleVideo;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;margin-top:34px!important}.sample-video-card{counter-increment:sampleVideo;position:relative;display:flex!important;flex-direction:column!important;min-height:0!important;padding:12px 12px 16px!important;border-radius:22px!important;border:1px solid rgba(13,31,61,.1)!important;background:#fffffff5!important;box-shadow:0 18px 42px #0d1f3d13!important;overflow:hidden!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.sample-video-card:before{content:"LESSON " counter(sampleVideo,decimal-leading-zero);position:absolute;top:22px;left:22px;z-index:4;display:inline-flex;align-items:center;height:26px;padding:0 11px;border-radius:999px;background:#0d1f3de0;color:#e0b94a;border:1px solid rgba(255,255,255,.18);font-size:10px;font-weight:900;letter-spacing:.08em;box-shadow:0 10px 22px #0d1f3d2e}.sample-video-card:after{content:"";position:absolute;inset:auto 16px 0;height:3px;border-radius:999px 999px 0 0;background:linear-gradient(90deg,#e0b94a,#07a0a0);opacity:.9}.sample-video-card:hover{transform:translateY(-4px);border-color:#e0b94a75!important;box-shadow:0 26px 64px #0d1f3d1f!important}.sample-video-card .sample-thumb{position:relative!important;display:grid!important;place-items:center!important;width:100%!important;aspect-ratio:16 / 9!important;height:auto!important;min-height:0!important;border-radius:17px!important;border:1px solid rgba(255,255,255,.8)!important;background-color:#0d1f3d!important;overflow:hidden!important;box-shadow:0 16px 32px #0d1f3d2b!important;cursor:pointer}.sample-video-card .sample-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d1f3d05,#0d1f3d47),radial-gradient(circle at 50% 50%,rgba(255,255,255,.06),transparent 44%);pointer-events:none}.sample-video-card .play-circle{position:relative;z-index:3;width:52px!important;height:52px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#fffffff7!important;color:#0d1f3d!important;box-shadow:0 14px 28px #0d1f3d42!important;font-size:17px!important;transition:transform .22s ease,background .22s ease}.sample-video-card:hover .play-circle{transform:scale(1.06);background:#e0b94a!important}.sample-video-card .duration{position:absolute!important;z-index:4;right:10px!important;bottom:10px!important;left:auto!important;padding:5px 9px!important;border-radius:999px!important;background:#0d1f3de0!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.02em!important}.sample-video-card .sample-body{padding:14px 4px 0!important;min-width:0;text-align:left!important}.sample-video-card .sample-body:before{display:none!important}.sample-video-card .sample-label{display:inline-flex!important;align-items:center!important;gap:7px!important;margin-bottom:8px!important;padding:0!important;border:0!important;background:transparent!important;color:#0c4e54!important;font-size:10.5px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}.sample-video-card .sample-label:before{content:"";width:7px;height:7px;border-radius:50%;background:#e0b94a;box-shadow:0 0 0 4px #e0b94a2e;flex:0 0 auto}.sample-video-card h3{margin:0!important;max-width:none!important;color:#0d1f3d!important;font-size:17px!important;line-height:1.22!important;letter-spacing:-.02em!important}.sample-video-card p{display:none!important}@media(min-width:981px){.sample-video-grid .sample-video-card:nth-child(1),.sample-video-grid .sample-video-card:nth-child(4){background:linear-gradient(180deg,#fffffffa,#fffcf2f0)!important}}@media(min-width:769px)and (max-width:1120px){.sample-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:860px;margin-left:auto;margin-right:auto}}@media(max-width:768px){.sample-video-section{background:linear-gradient(180deg,#fbfcfb,#f5faf8)}.sample-video-grid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;margin-top:24px!important}.sample-video-card{padding:12px 12px 15px!important;border-radius:20px!important;background:#fff!important;box-shadow:0 16px 34px #0d1f3d14!important}.sample-video-card:before{top:20px;left:20px;height:24px;font-size:9.5px}.sample-video-card .sample-thumb{width:100%!important;aspect-ratio:16 / 9!important;border-radius:16px!important}.sample-video-card .sample-body{padding:14px 2px 1px!important}.sample-video-card h3{font-size:17px!important}}@media(min-width:1121px){.hero{position:relative!important;z-index:6!important;overflow:visible!important}.hero-inner,.hero .container{overflow:visible!important}.sticky-card-wrap,.hero .sticky-card-wrap,.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed,.hero .sticky-card-wrap.is-fixed,.hero .sticky-card-wrap.is-bottomed{z-index:1400!important;isolation:isolate}.sample-video-section{position:relative!important;z-index:1!important;overflow:visible!important}.sample-video-section .container{position:relative!important;z-index:1!important}}@media(min-width:990px){.wsm-v15-visual-shell .wsm-mid-decision-actions .wsm-mid-decision-timer{display:inline-flex!important;visibility:visible!important;opacity:1!important;margin-top:2px!important;position:relative!important;z-index:3!important}}@media(max-width:720px){.wsm-v15-visual-shell .mobile-hero-video-card.mobile-hero-video-autoplay{cursor:pointer!important;background:#061f23!important}.wsm-v15-visual-shell .mobile-hero-video-iframe{position:absolute!important;top:50%!important;left:50%!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;transform:translate(-50%,-50%) scale(1.06)!important;border:0!important;display:block!important;pointer-events:none!important;background:#061f23!important}.wsm-v15-visual-shell .mobile-hero-video-autoplay .mobile-hero-video-shade-soft{background:linear-gradient(180deg,#00000008,#0000001f)!important}}@media(min-width:721px){.wsm-v15-visual-shell .site-header .nav{gap:18px!important;justify-content:flex-start!important}.wsm-v15-visual-shell .site-header .logo,.wsm-v15-visual-shell .site-header .logo.actual-logo-lockup,.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup{flex:0 0 auto!important;width:auto!important;max-width:220px!important;margin-right:4px!important}.wsm-v15-visual-shell .site-header .logo img,.wsm-v15-visual-shell .site-header .actual-logo-lockup img{width:auto!important;max-width:220px!important;height:auto!important;max-height:44px!important;object-fit:contain!important;object-position:left center!important}.wsm-v15-visual-shell .site-header .nav-links{flex:0 0 auto!important;gap:26px!important;margin-left:0!important;align-items:center!important}.wsm-v15-visual-shell .site-header .nav-actions{margin-left:auto!important;gap:14px!important;align-items:center!important}.wsm-v15-visual-shell .site-header .nav-links a,.wsm-v15-visual-shell .site-header .nav-actions>a:not(.btn-outline),.wsm-v15-visual-shell .site-header .nav-actions .nav-elite-cta{font-family:inherit!important;font-size:14px!important;line-height:1!important;font-weight:650!important;letter-spacing:.01em!important;white-space:nowrap!important;color:#ffffffe0!important}.wsm-v15-visual-shell .site-header .nav-links a:hover,.wsm-v15-visual-shell .site-header .nav-actions>a:not(.btn-outline):hover{color:#fff!important}.wsm-v15-visual-shell .site-header .search{width:clamp(220px,22vw,300px)!important;height:40px!important;flex:0 1 300px!important;font-size:14px!important;font-weight:500!important}.wsm-v15-visual-shell .site-header .nav-elite-cta{min-height:40px!important;height:40px!important;padding:0 16px!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;color:#e0b94a!important;border:1px solid rgba(224,185,74,.72)!important;background:#e0b94a14!important;box-shadow:none!important}.wsm-v15-visual-shell .site-header .nav-elite-cta:hover{background:#e0b94a!important;color:#0d1f3d!important;border-color:#e0b94a!important}.wsm-v15-visual-shell .site-header .nav-elite-cta:hover .nav-elite-star{color:#0d1f3d!important}}@media(min-width:721px)and (max-width:1180px){.wsm-v15-visual-shell .site-header .nav{gap:14px!important}.wsm-v15-visual-shell .site-header .nav-links{gap:18px!important}.wsm-v15-visual-shell .site-header .search{width:210px!important;flex-basis:210px!important}.wsm-v15-visual-shell .site-header .logo,.wsm-v15-visual-shell .site-header .logo.actual-logo-lockup,.wsm-v15-visual-shell .site-header .wsm-text-logo-lockup,.wsm-v15-visual-shell .site-header .logo img,.wsm-v15-visual-shell .site-header .actual-logo-lockup img{max-width:190px!important}}@media(max-width:720px){.wsm-v15-visual-shell .mobile-menu-panel a{font-size:14px!important;font-weight:700!important;letter-spacing:.01em!important}}.wsm-v15-visual-shell .wsm-video-box-deferred,.wsm-v15-visual-shell .mobile-hero-video-card.mobile-hero-video-autoplay{background:linear-gradient(135deg,#061f23,#0d1f3d)!important}.wsm-v15-visual-shell iframe.wsm-deferred-vimeo[src="about:blank"]{background:transparent!important}.wsm-v15-visual-shell .wsm-video-box-deferred:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 44%,rgba(224,185,74,.18),transparent 34%),linear-gradient(135deg,#0d1f3dfa,#061f23fa);z-index:0}.wsm-v15-visual-shell .wsm-video-box-deferred iframe{z-index:1}.wsm-v15-visual-shell .wsm-video-box-deferred .video-overlay{z-index:5}.wsm-v15-visual-shell .wsm-video-box-deferred .video-play-overlay{z-index:6}.wsm-v15-visual-shell .wsm-video-box-deferred iframe.is-vimeo-loaded{z-index:1}.wsm-v15-visual-shell .wsm-video-box-deferred,.wsm-v15-visual-shell .mobile-hero-video-card.mobile-hero-video-autoplay{position:relative!important;overflow:hidden!important;background:linear-gradient(135deg,#061f23,#0d1f3d)!important}.wsm-v15-visual-shell .wsm-video-box-deferred:before{display:none!important}.wsm-v15-visual-shell .wsm-vimeo-poster,.wsm-v15-visual-shell .wsm-vimeo-poster-img,.wsm-v15-visual-shell .wsm-vimeo-poster-fallback{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}.wsm-v15-visual-shell .wsm-vimeo-poster{z-index:1!important;opacity:1!important;transition:opacity .35s ease!important;pointer-events:none!important}.wsm-v15-visual-shell .wsm-vimeo-poster img,.wsm-v15-visual-shell .wsm-vimeo-poster-img{object-fit:cover!important;display:block!important}.wsm-v15-visual-shell .wsm-vimeo-poster:after,.wsm-v15-visual-shell .mobile-hero-video-card .wsm-vimeo-poster-img:after{content:none!important}.wsm-v15-visual-shell .wsm-vimeo-poster-fallback{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:22px!important;text-align:center!important;color:#fff!important;background:radial-gradient(circle at 50% 38%,rgba(224,185,74,.24),transparent 35%),linear-gradient(135deg,#0d1f3df5,#061f23f5)!important}.wsm-v15-visual-shell .wsm-vimeo-poster-fallback span{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:5px 10px!important;border-radius:999px!important;color:#e0b94a!important;background:#e0b94a1f!important;border:1px solid rgba(224,185,74,.32)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}.wsm-v15-visual-shell .wsm-vimeo-poster-fallback strong{max-width:260px!important;font-size:18px!important;line-height:1.25!important}.wsm-v15-visual-shell .wsm-video-box-deferred iframe.wsm-deferred-vimeo,.wsm-v15-visual-shell .mobile-hero-video-card iframe.wsm-deferred-vimeo{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;opacity:0!important;transition:opacity .45s ease!important;background:transparent!important}.wsm-v15-visual-shell .wsm-video-box-deferred.is-vimeo-loaded iframe.wsm-deferred-vimeo,.wsm-v15-visual-shell .mobile-hero-video-card.is-vimeo-loaded iframe.wsm-deferred-vimeo,.wsm-v15-visual-shell iframe.wsm-deferred-vimeo.is-vimeo-loaded{opacity:1!important}.wsm-v15-visual-shell .wsm-video-box-deferred.is-vimeo-loaded .wsm-vimeo-poster,.wsm-v15-visual-shell .mobile-hero-video-card.is-vimeo-loaded .wsm-vimeo-poster-img,.wsm-v15-visual-shell .mobile-hero-video-card.is-vimeo-loaded .wsm-vimeo-poster-fallback{opacity:0!important}.wsm-v15-visual-shell .wsm-video-box-deferred .video-overlay,.wsm-v15-visual-shell .mobile-hero-video-card .mobile-hero-video-shade{z-index:4!important}.wsm-v15-visual-shell .wsm-video-box-deferred .video-play-overlay,.wsm-v15-visual-shell .mobile-hero-video-card .video-play-overlay{z-index:5!important}.wsm-v15-visual-shell .sample-video-card iframe,.wsm-v15-visual-shell .wsm-video-testimonial-card iframe{display:none!important}.wsm-v15-visual-shell .wsm-video-box-deferred iframe.wsm-deferred-vimeo,.wsm-v15-visual-shell .mobile-hero-video-card iframe.wsm-deferred-vimeo,.wsm-v15-visual-shell .mobile-hero-video-iframe.wsm-deferred-vimeo{position:absolute!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;transform:translate(-50%,-50%) scale(1.06)!important;border:0!important;display:block!important;pointer-events:none!important;background:transparent!important}@media(max-width:720px){.wsm-v15-visual-shell .mobile-hero-video-card iframe.wsm-deferred-vimeo,.wsm-v15-visual-shell .mobile-hero-video-iframe.wsm-deferred-vimeo{transform:translate(-50%,-50%) scale(1.08)!important}}@media(min-width:721px){.wsm-v15-visual-shell .wsm-video-box-deferred iframe.wsm-deferred-vimeo{transform:translate(-50%,-50%) scale(1.03)!important}}.wsm-v15-visual-shell .wsm-video-box-deferred.is-vimeo-loaded .wsm-vimeo-poster,.wsm-v15-visual-shell .mobile-hero-video-card.is-vimeo-loaded .wsm-vimeo-poster-img,.wsm-v15-visual-shell .mobile-hero-video-card.is-vimeo-loaded .wsm-vimeo-poster-fallback{opacity:0!important;visibility:hidden!important;transition:opacity .3s ease,visibility .3s ease!important}.wsm-v15-visual-shell .wsm-video-box-deferred.is-vimeo-loading:not(.is-vimeo-loaded) .wsm-vimeo-poster,.wsm-v15-visual-shell .mobile-hero-video-card.is-vimeo-loading:not(.is-vimeo-loaded) .wsm-vimeo-poster-img,.wsm-v15-visual-shell .mobile-hero-video-card.is-vimeo-loading:not(.is-vimeo-loaded) .wsm-vimeo-poster-fallback{opacity:1!important;visibility:visible!important}@media(min-width:721px){.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred iframe.wsm-deferred-vimeo,.wsm-v15-visual-shell .wsm-video-box-deferred iframe.wsm-deferred-vimeo{position:absolute!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;width:102%!important;height:121%!important;min-width:102%!important;min-height:121%!important;max-width:none!important;max-height:none!important;transform:translate(-50%,-50%) scale(1)!important;border:0!important;display:block!important;background:transparent!important}}@media(min-width:721px){.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred,.wsm-v15-visual-shell .course-card .video-box{position:relative!important;overflow:hidden!important;background:#000!important}.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred iframe.wsm-deferred-vimeo,.wsm-v15-visual-shell .course-card .video-box>iframe.wsm-deferred-vimeo,.wsm-v15-visual-shell .course-card .video-box>iframe{position:absolute!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;width:146%!important;height:146%!important;min-width:146%!important;min-height:146%!important;max-width:none!important;max-height:none!important;transform:translate(-50%,-50%) scale(1.04)!important;transform-origin:center center!important;border:0!important;display:block!important;pointer-events:none!important;background:#000!important}}.wsm-twostore-v3d-section{margin:0!important}.wsm-twostore-v3d-shell{display:block}.wsm-twostore-v3d-shell .wsm-shopify-page{min-height:0}.wsm-twostore-v3d-shell>.wsm-shopify-page>section:first-child{margin-top:0}.wsm-twostore-v3d-shell .section-soft,.wsm-twostore-v3d-shell .content-section,.wsm-twostore-v3d-shell .final-cta{margin-top:0}.shopify-section+.shopify-section .wsm-twostore-v3d-shell .site-header{display:none}.wsm-twostore-v3d-shell .offer-timer strong,.wsm-twostore-v3d-shell .mobile-sticky-timer strong{font-variant-numeric:tabular-nums}@media(max-width:720px){.wsm-twostore-v3d-shell .course-subnav-links a:nth-child(n+4){display:none}}section.wsm-twostore-v3d-section,.shopify-section.wsm-twostore-v3d-section,.wsm-twostore-v3d-section{padding:0!important;margin:0!important;background:#fff!important}.wsm-twostore-v3d-content-shell{padding-top:0!important;padding-bottom:0!important;margin:0!important;background:#fff!important}.wsm-twostore-v3d-header-shell{padding-top:132px!important;padding-bottom:0!important;margin:0!important;background:#fff!important}.wsm-twostore-v3d-header-shell .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:10020!important}.wsm-twostore-v3d-header-shell .course-subnav{position:fixed!important;top:74px!important;left:0!important;right:0!important;z-index:10010!important}.wsm-twostore-v3d-content-shell.wsm-v15-visual-shell,.wsm-twostore-v3d-content-shell .wsm-shopify-page{padding-top:0!important;margin-top:0!important}.wsm-twostore-v3d-content-shell .hero{margin-top:0!important;padding-top:42px!important;padding-bottom:0!important;min-height:0!important}.wsm-twostore-v3d-content-shell .hero-inner{padding-bottom:64px!important}.wsm-twostore-v3d-content-shell .trusted-strip,.wsm-twostore-v3d-content-shell .hero-testimonial-strip{background:#fff!important;margin:0!important}.wsm-twostore-v3d-content-shell>.wsm-shopify-page>section:not(.hero):not(.final-cta),.wsm-twostore-v3d-content-shell .content-section,.wsm-twostore-v3d-content-shell .section-soft,.wsm-twostore-v3d-content-shell .wsm-premium-benefits-section,.wsm-twostore-v3d-content-shell .wsm-compare-section,.wsm-twostore-v3d-content-shell .instructor-section,.wsm-twostore-v3d-content-shell .learner-feedback-section,.wsm-twostore-v3d-content-shell .price-comparison-section,.wsm-twostore-v3d-content-shell .certification-section,.wsm-twostore-v3d-content-shell #overview,.wsm-twostore-v3d-content-shell #curriculum,.wsm-twostore-v3d-content-shell #outcomes,.wsm-twostore-v3d-content-shell #why,.wsm-twostore-v3d-content-shell #reviews,.wsm-twostore-v3d-content-shell #faq,.wsm-twostore-v3d-content-shell #sample-videos,.wsm-twostore-v3d-content-shell #certification{margin-top:0!important;margin-bottom:0!important;min-height:0!important}.wsm-twostore-v3d-content-shell .final-cta,.wsm-twostore-v3d-content-shell footer{margin:0!important}.wsm-twostore-v3d-content-shell .sticky-card-wrap{align-self:start!important}@media(max-width:1120px){.wsm-twostore-v3d-header-shell{padding-top:126px!important}.wsm-twostore-v3d-header-shell .course-subnav{top:74px!important}}@media(max-width:720px){.wsm-twostore-v3d-header-shell{padding-top:52px!important}.wsm-twostore-v3d-header-shell .site-header{position:relative!important}.wsm-twostore-v3d-header-shell .course-subnav{position:sticky!important;top:0!important}.wsm-twostore-v3d-content-shell .hero{padding-top:34px!important}.wsm-twostore-v3d-content-shell .hero-inner{padding-bottom:42px!important}}.wsm-twostore-v3d-top-lock.wsm-twostore-v3d-header-shell{padding-top:0!important;padding-bottom:0!important;margin:0!important;background:#fff!important}.wsm-twostore-v3d-top-lock .site-header{position:relative!important;top:auto!important;left:auto!important;right:auto!important;z-index:1000!important}.wsm-twostore-v3d-top-lock .course-subnav{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:10050!important;transform:translateY(-115%)!important;opacity:0!important;pointer-events:none!important;visibility:hidden!important;transition:transform .22s ease,opacity .22s ease,visibility .22s ease!important;box-shadow:0 12px 30px #0d1f3d1a!important}body.course-subnav-active .wsm-twostore-v3d-top-lock .course-subnav{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important;visibility:visible!important}.wsm-twostore-v3d-top-lock .hero{margin-top:0!important;padding-top:34px!important;padding-bottom:0!important;min-height:0!important}.wsm-twostore-v3d-top-lock .hero-inner{padding-bottom:46px!important}.wsm-twostore-v3d-top-lock .breadcrumbs{margin-top:8px!important;margin-bottom:34px!important}.wsm-twostore-v3d-top-lock .trusted-strip,.wsm-twostore-v3d-top-lock .hero-testimonial-strip{background:#fff!important;margin:0!important}@media(min-width:1121px){.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .container{width:min(820px,calc(100vw - 470px))!important;max-width:820px!important;margin-left:max(36px,calc((100vw - var(--max)) / 2))!important;margin-right:auto!important}.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .section-title,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .section-header,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .copy,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .content-copy{max-width:820px!important}.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .resources-grid,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .benefit-grid,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .pillar-deliverable-grid,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .outcomes-grid,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .fit-grid,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .reviews-grid,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .video-grid{max-width:820px!important}.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .grid-2{grid-template-columns:minmax(0,1fr)!important}body.course-subnav-active .sticky-card-wrap,body.course-subnav-active .sticky-card-wrap.is-fixed,body.course-subnav-active .sticky-card-wrap:not(.is-fixed):not(.is-bottomed){top:84px!important}}@media(max-width:1120px){.wsm-twostore-v3d-top-lock .course-subnav{position:sticky!important;top:0!important;transform:none!important;opacity:1!important;pointer-events:auto!important;visibility:visible!important}.wsm-twostore-v3d-top-lock .site-header{position:relative!important}}@media(max-width:720px){.wsm-twostore-v3d-top-lock .hero{padding-top:28px!important}.wsm-twostore-v3d-top-lock .hero-inner{padding-bottom:34px!important}}html,body{height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important}body.video-modal-open{overflow:hidden!important}.wsm-twostore-v3d-top-lock .course-subnav{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:10050!important;transform:translateY(-115%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;max-height:0!important;overflow:hidden!important;border-bottom:0!important;box-shadow:none!important;transition:transform .22s ease,opacity .22s ease,visibility .22s ease,max-height .22s ease!important}body.course-subnav-active .wsm-twostore-v3d-top-lock .course-subnav{transform:translateY(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;max-height:72px!important;overflow:visible!important;border-bottom:1px solid #e5e7eb!important;box-shadow:0 10px 28px #0f172a1a!important}@media(max-width:1120px){.wsm-twostore-v3d-top-lock .course-subnav{position:fixed!important;top:0!important;transform:translateY(-115%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;max-height:0!important;overflow:hidden!important}body.course-subnav-active .wsm-twostore-v3d-top-lock .course-subnav{transform:translateY(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;max-height:58px!important;overflow:visible!important}}@media(min-width:1121px){.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock)>.wsm-shopify-page>section>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .content-section>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #overview>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #curriculum>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #outcomes>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #instructor>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #reviews>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #faq>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #sample-videos>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #certification>.container{width:min(800px,calc(100vw - 520px))!important;max-width:800px!important;margin-left:max(42px,calc((100vw - var(--max)) / 2))!important;margin-right:auto!important}.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .section-title,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .section-header,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .copy,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .content-copy{max-width:800px!important}.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .sample-video-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;max-width:800px!important;margin-left:0!important;margin-right:0!important}.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .tools-grid,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .why-grid,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .faq-grid{max-width:800px!important}.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{right:max(42px,calc((100vw - var(--max)) / 2))!important;width:min(360px,calc(100vw - 900px))!important;min-width:342px!important}}@media(min-width:1121px)and (max-width:1240px){.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock)>.wsm-shopify-page>section>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .content-section>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #overview>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #curriculum>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #outcomes>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #instructor>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #reviews>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #faq>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #sample-videos>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #certification>.container{width:min(760px,calc(100vw - 500px))!important}.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .sample-video-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.sample-video-card h3{font-size:15px!important}}@media(max-width:720px){html,body{height:auto!important;min-height:100%!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}body{padding-bottom:92px!important}.wsm-twostore-v3d-top-lock,.wsm-twostore-v3d-top-lock .wsm-shopify-page,.wsm-twostore-v3d-top-lock .hero,.wsm-twostore-v3d-top-lock .hero-inner{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.wsm-twostore-v3d-top-lock .hero{padding-top:28px!important;padding-bottom:26px!important}.wsm-twostore-v3d-top-lock .hero-inner{display:block!important;padding-bottom:54px!important}.wsm-twostore-v3d-top-lock .sticky-card-wrap{display:none!important}.mobile-sticky-cta{display:grid!important;grid-template-columns:minmax(0,118px) minmax(0,1fr)!important;align-items:center!important;gap:10px!important;padding:8px 10px!important;min-height:68px!important}.mobile-sticky-cta .btn{min-height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important}.mobile-sticky-cta .mobile-price-meta,.mobile-sticky-cta .mobile-sticky-timer{font-size:11px!important;line-height:1.2!important}.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .content-section>.container{width:min(100% - 28px,var(--max))!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}.sample-video-grid,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .sample-video-grid{grid-template-columns:1fr!important}}html,body,.wsm-v15-visual-shell,.wsm-twostore-v3d-shell,.wsm-twostore-v3d-shell .wsm-shopify-page,.wsm-twostore-v3d-top-lock,.wsm-twostore-v3d-top-lock .wsm-shopify-page{max-height:none!important;height:auto!important}.wsm-v15-visual-shell,.wsm-twostore-v3d-shell,.wsm-twostore-v3d-shell .wsm-shopify-page{overflow-y:visible!important;overflow-x:clip!important}@supports not (overflow: clip){.wsm-v15-visual-shell,.wsm-twostore-v3d-shell,.wsm-twostore-v3d-shell .wsm-shopify-page{overflow-x:hidden!important}}@media(max-width:720px){.wsm-twostore-v3d-top-lock .course-subnav-inner{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:8px!important;align-items:center!important;width:100%!important}.wsm-twostore-v3d-top-lock .course-subnav-title{min-width:38px!important;max-width:42px!important;overflow:hidden!important}.wsm-twostore-v3d-top-lock .course-subnav-title-text,.wsm-twostore-v3d-top-lock .wsm-subnav-best-badge,.wsm-twostore-v3d-top-lock .course-subnav-title small{display:none!important}.wsm-twostore-v3d-top-lock .course-subnav-links{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;overflow:visible!important;min-width:0!important;width:100%!important}.wsm-twostore-v3d-top-lock .course-subnav-links a{display:none!important;align-items:center!important;justify-content:center!important;min-width:0!important;padding:10px 8px!important;border-radius:999px!important;white-space:nowrap!important;font-size:13px!important;line-height:1!important}.wsm-twostore-v3d-top-lock .course-subnav-links a[href="#overview"],.wsm-twostore-v3d-top-lock .course-subnav-links a[href="#curriculum"],.wsm-twostore-v3d-top-lock .course-subnav-links a[href="#pricing"]{display:inline-flex!important}}@media(max-width:720px){.mobile-hero-video-card{position:relative!important;overflow:hidden!important}.mobile-hero-video-card .mobile-video-play,.mobile-hero-video-card .video-play-overlay.mobile-video-play{display:inline-flex!important;position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:8!important;width:58px!important;height:58px!important;border-radius:999px!important;border:0!important;background:#fffffff5!important;box-shadow:0 14px 32px #00000038!important;color:#0d1f3d!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.mobile-hero-video-card .mobile-video-play .video-play-circle{font-size:20px!important;transform:translate(2px)!important}}.wsm-twostore-v3d-top-lock .hero-testimonial-strip{padding:18px 0 22px!important;border-bottom:1px solid rgba(13,31,61,.08)!important}.wsm-twostore-v3d-top-lock .hero-testimonial-grid{gap:16px!important;align-items:stretch!important}@media(min-width:1121px){.wsm-twostore-v3d-top-lock .hero-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding-right:430px!important}}.wsm-twostore-v3d-content-shell #overview{padding-top:54px!important}@media(max-width:720px){.wsm-twostore-v3d-top-lock .hero-testimonial-strip{display:none!important}.wsm-twostore-v3d-content-shell #overview{padding-top:42px!important}}#overview .stat-card{align-content:stretch!important}#overview .stat-card .stat-row{min-height:86px!important}@media(min-width:721px){#overview .stat-card{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}#overview .stat-card .stat-row{border-bottom:1px solid rgba(13,31,61,.08)!important}#overview .stat-card .stat-row:nth-last-child(-n+2){border-bottom:0!important}}#outcomes .legend-row{display:grid!important;grid-template-columns:13px minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;padding:10px 0!important;border-bottom:1px solid rgba(13,31,61,.08)!important}#outcomes .legend-row:last-child{border-bottom:0!important}#outcomes .legend-dot{width:11px!important;height:11px!important;border-radius:999px!important;background:var(--legend-color, #CBD5E1)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--legend-color, #CBD5E1) 16%,transparent)!important}#outcomes .legend-label{color:#0d1f3d!important;font-weight:850!important;line-height:1.25!important}#outcomes .legend-percent{color:#0f766e!important;font-size:13px!important;font-weight:950!important;white-space:nowrap!important}@supports not (color: color-mix(in srgb,#000 10%,transparent)){#outcomes .legend-dot{box-shadow:0 0 0 4px #0f766e1a!important}}.wsm-why-clean-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}@media(max-width:1120px){.wsm-why-clean-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:720px){.wsm-why-clean-grid{grid-template-columns:1fr!important}}@media(min-width:1121px){.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #sample-videos>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #reviews>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #overview>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #curriculum>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #outcomes>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) #why>.container{padding-right:0!important}.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .sample-video-grid{max-width:780px!important}}@media(min-width:1121px){.wsm-twostore-v3d-top-lock .hero-testimonial-strip{padding:18px 0 20px!important;overflow:visible!important}.wsm-twostore-v3d-top-lock .hero-testimonial-strip .container{width:min(100% - 84px,var(--max))!important;max-width:var(--max)!important;margin-left:auto!important;margin-right:auto!important;padding-right:430px!important;box-sizing:border-box!important;overflow:visible!important}.wsm-twostore-v3d-top-lock .hero-testimonial-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;width:100%!important;max-width:none!important;min-width:0!important;padding-right:0!important;overflow:visible!important}.wsm-twostore-v3d-top-lock .hero-testimonial-card{min-width:0!important;max-width:none!important;width:100%!important;flex:initial!important;display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;padding:16px 18px!important}.wsm-twostore-v3d-top-lock .hero-testimonial-copy,.wsm-twostore-v3d-top-lock .hero-testimonial-card p,.wsm-twostore-v3d-top-lock .hero-testimonial-card strong{min-width:0!important;overflow-wrap:normal!important;word-break:normal!important;white-space:normal!important}}@media(min-width:721px)and (max-width:1120px){.wsm-twostore-v3d-top-lock .hero-testimonial-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;width:100%!important;max-width:none!important}.wsm-twostore-v3d-top-lock .hero-testimonial-card{min-width:0!important;max-width:none!important;width:100%!important;flex:initial!important;grid-template-columns:58px minmax(0,1fr)!important}}.wsm-twostore-v3d-content-shell #overview{padding-top:38px!important}@media(min-width:1121px){.wsm-twostore-v3d-content-shell #overview{padding-top:42px!important}}@media(min-width:1121px){.wsm-twostore-v3d-content-shell #pricing.final-cta>.container,#pricing.final-cta>.container.final-cta-layout{width:min(800px,calc(100vw - 520px))!important;max-width:800px!important;margin-left:max(42px,calc((100vw - var(--max)) / 2))!important;margin-right:auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,360px)!important;gap:34px!important;align-items:center!important;text-align:left!important}#pricing.final-cta .final-cta-copy,#pricing.final-cta .final-cta-copy h2,#pricing.final-cta .final-cta-copy p{text-align:left!important;margin-left:0!important;margin-right:0!important}#pricing.final-cta .mini-offer-card{margin-left:0!important;margin-right:0!important}}@media(max-width:1120px){#pricing.final-cta>.container.final-cta-layout{text-align:left!important}#pricing.final-cta .final-cta-copy,#pricing.final-cta .final-cta-copy h2,#pricing.final-cta .final-cta-copy p{text-align:left!important;margin-left:0!important;margin-right:0!important}}@media(max-width:720px){html,body,main,.shopify-section,.wsm-v15-visual-shell,.wsm-twostore-v3d-shell,.wsm-twostore-v3d-shell .wsm-shopify-page,.wsm-twostore-v3d-top-lock,.wsm-twostore-v3d-top-lock .wsm-shopify-page,.wsm-twostore-v3d-top-lock .hero,.wsm-twostore-v3d-top-lock .hero-inner{overflow-y:visible!important;max-height:none!important;height:auto!important}body{overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.wsm-twostore-v3d-top-lock .hero{padding-top:24px!important;padding-bottom:30px!important}.wsm-twostore-v3d-top-lock .hero-inner>div:first-child{display:flex!important;flex-direction:column!important}.wsm-twostore-v3d-top-lock .wsm-hero-best-badge{order:1!important;align-self:flex-start!important}.wsm-twostore-v3d-top-lock .breadcrumbs{order:2!important;margin:12px 0 8px!important}.wsm-twostore-v3d-top-lock .mobile-hero-video-only{order:3!important;display:block!important;margin:10px 0 20px!important}.wsm-twostore-v3d-top-lock .hero h1{order:4!important;margin-top:0!important}.wsm-twostore-v3d-top-lock .google-proof-line{order:5!important;margin-top:10px!important}.wsm-twostore-v3d-top-lock .hero-subtitle{order:6!important;margin-top:14px!important}.wsm-twostore-v3d-top-lock .hero-instructor-line{order:7!important;margin-top:14px!important}.wsm-twostore-v3d-top-lock .info-panels{order:8!important}.wsm-twostore-v3d-top-lock .mobile-included-after-career{order:9!important}.wsm-twostore-v3d-top-lock .mobile-hero-video-card{aspect-ratio:16 / 9!important;width:100%!important;min-height:0!important;border-radius:14px!important;border:1px solid rgba(224,185,74,.4)!important;background:#0b1e31!important;box-shadow:0 16px 34px #00000038!important}.wsm-twostore-v3d-top-lock .mobile-hero-video-thumb,.wsm-twostore-v3d-top-lock .mobile-hero-video-iframe,.wsm-twostore-v3d-top-lock .mobile-hero-video-fallback{width:100%!important;height:100%!important;object-fit:cover!important}.wsm-twostore-v3d-top-lock .mobile-hero-video-card .mobile-video-play,.wsm-twostore-v3d-top-lock .mobile-hero-video-card .video-play-overlay.mobile-video-play{display:inline-flex!important;opacity:1!important;visibility:visible!important;z-index:20!important}.wsm-twostore-v3d-top-lock .mobile-hero-video-card .mobile-video-play:after,.wsm-twostore-v3d-top-lock .mobile-hero-video-card .video-play-overlay.mobile-video-play:after{content:""!important;display:block!important;width:0!important;height:0!important;border-top:8px solid transparent!important;border-bottom:8px solid transparent!important;border-left:12px solid #0D1F3D!important;margin-left:4px!important}.wsm-twostore-v3d-top-lock .mobile-hero-video-card .mobile-video-play .video-play-circle,.wsm-twostore-v3d-top-lock .mobile-hero-video-card .video-play-overlay.mobile-video-play .video-play-circle{display:none!important}.wsm-twostore-v3d-top-lock .hero h1{font-size:clamp(31px,10vw,42px)!important;line-height:.98!important;letter-spacing:-.055em!important}.wsm-twostore-v3d-top-lock .hero-subtitle{font-size:15.5px!important;line-height:1.55!important}.wsm-twostore-v3d-top-lock .hero-testimonial-strip{display:none!important}.wsm-twostore-v3d-content-shell #overview{padding-top:34px!important}}.testimonial-grid,.learner-feedback-section .testimonial-grid,#reviews .testimonial-grid{align-items:stretch!important}.testimonial-card,.learner-feedback-section .testimonial-card,#reviews .testimonial-card{min-width:0!important;overflow:hidden!important;overflow-wrap:normal!important;word-break:normal!important}.testimonial-card p,.learner-feedback-section .testimonial-card p,#reviews .testimonial-card p{word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important}@media(min-width:1121px){#reviews .testimonial-grid,.learner-feedback-section .testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;max-width:800px!important}}@media(max-width:720px){#reviews .testimonial-grid,.learner-feedback-section .testimonial-grid{grid-template-columns:1fr!important}}.wsm-twostore-v3d-content-shell #pricing.final-cta,#pricing.final-cta{width:100%!important;margin:0!important;padding:84px 0!important;overflow:visible!important}.wsm-twostore-v3d-content-shell #pricing.final-cta>.container.final-cta-layout,#pricing.final-cta>.container.final-cta-layout{width:min(1080px,calc(100% - 72px))!important;max-width:1080px!important;margin-left:auto!important;margin-right:auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(330px,390px)!important;gap:48px!important;align-items:center!important;text-align:center!important}#pricing.final-cta .final-cta-copy,#pricing.final-cta .final-cta-copy h2,#pricing.final-cta .final-cta-copy p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}#pricing.final-cta .final-cta-copy h2{max-width:720px!important}#pricing.final-cta .final-cta-copy p{max-width:620px!important}#pricing.final-cta .mini-offer-card,#pricing.final-cta .mini-offer-card-updated{margin-left:auto!important;margin-right:auto!important;width:100%!important;max-width:390px!important}@media(max-width:1120px){.wsm-twostore-v3d-content-shell #pricing.final-cta>.container.final-cta-layout,#pricing.final-cta>.container.final-cta-layout{width:min(720px,calc(100% - 40px))!important;grid-template-columns:1fr!important;gap:28px!important;text-align:center!important}}.wsm-twostore-v3d-content-shell footer,footer{width:100%!important;text-align:center!important}.wsm-twostore-v3d-content-shell footer>.container,footer>.container{width:min(1120px,calc(100% - 56px))!important;max-width:1120px!important;margin-left:auto!important;margin-right:auto!important}.footer-grid{align-items:start!important;text-align:center!important}.footer-grid>div,.footer-grid ul{text-align:center!important}.socials{justify-content:center!important;align-items:center!important}.copyright{justify-content:center!important;text-align:center!important;flex-wrap:wrap!important}@media(max-width:720px){.wsm-twostore-v3d-top-lock .hero{padding-top:16px!important;padding-bottom:24px!important;min-height:auto!important}.wsm-twostore-v3d-top-lock .hero-inner{gap:0!important}.wsm-twostore-v3d-top-lock .wsm-hero-best-badge{height:27px!important;margin-bottom:8px!important;font-size:10px!important}.wsm-twostore-v3d-top-lock .breadcrumbs{margin:4px 0 8px!important;font-size:11px!important;line-height:1.3!important}.wsm-twostore-v3d-top-lock .mobile-hero-video-only{display:block!important;order:3!important;margin:8px 0 14px!important}.wsm-twostore-v3d-top-lock .mobile-hero-video-card{width:100%!important;aspect-ratio:auto!important;height:clamp(138px,38vw,158px)!important;min-height:138px!important;max-height:158px!important;border-radius:14px!important;overflow:hidden!important;position:relative!important}.wsm-twostore-v3d-top-lock .mobile-hero-video-thumb,.wsm-twostore-v3d-top-lock .mobile-hero-video-iframe,.wsm-twostore-v3d-top-lock .mobile-hero-video-fallback,.wsm-twostore-v3d-top-lock .mobile-hero-video-card iframe,.wsm-twostore-v3d-top-lock .mobile-hero-video-card img{width:100%!important;height:100%!important;object-fit:cover!important}.wsm-twostore-v3d-top-lock .hero h1{order:4!important;font-size:clamp(27px,8.6vw,34px)!important;line-height:1.03!important;letter-spacing:-.048em!important;margin:0 0 8px!important}.wsm-twostore-v3d-top-lock .google-proof-line{order:5!important;margin:4px 0 8px!important;font-size:12px!important;gap:5px!important;flex-wrap:wrap!important}.wsm-twostore-v3d-top-lock .google-proof-line .google-g-logo svg{width:15px!important;height:15px!important}.wsm-twostore-v3d-top-lock .google-proof-line .stars{font-size:12px!important;letter-spacing:0!important}.wsm-twostore-v3d-top-lock .hero-subtitle{order:6!important;display:block!important;margin:6px 0 0!important;font-size:14px!important;line-height:1.46!important;max-width:100%!important;color:#ebfffceb!important}.wsm-twostore-v3d-top-lock .hero-instructor-line{order:7!important;margin-top:12px!important;font-size:12.5px!important}.wsm-twostore-v3d-top-lock .info-panels{order:8!important;margin-top:14px!important}.wsm-twostore-v3d-top-lock .mobile-included-after-career{order:9!important}.mobile-sticky-cta{padding:6px 8px env(safe-area-inset-bottom)!important}.mobile-sticky-inner{min-height:56px!important;padding:6px 8px!important;gap:6px!important}.mobile-sticky-price strong{font-size:18px!important;line-height:1!important}.mobile-sticky-price span,.mobile-sticky-timer{font-size:10px!important}.mobile-sticky-cta .btn{min-height:44px!important;padding:0 16px!important;font-size:13px!important}}@media(max-width:720px){.wsm-twostore-v3d-top-lock .mobile-hero-video-card .mobile-video-play,.wsm-twostore-v3d-top-lock .mobile-hero-video-card .video-play-overlay.mobile-video-play,.mobile-hero-video-card .mobile-video-play,.mobile-hero-video-card .video-play-overlay.mobile-video-play{position:absolute!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;margin:0!important;width:54px!important;height:54px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;opacity:1!important;visibility:visible!important;z-index:30!important}}.wsm-twostore-v3d-content-shell footer .footer-grid,footer .footer-grid{width:min(1120px,calc(100% - 56px))!important;max-width:1120px!important;margin-left:auto!important;margin-right:auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(120px,1fr))!important;gap:30px 42px!important;justify-content:center!important;justify-items:center!important;text-align:center!important}.wsm-twostore-v3d-content-shell footer .footer-grid>div:first-child,footer .footer-grid>div:first-child{grid-column:1 / -1!important;width:min(720px,100%)!important;max-width:720px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important}.wsm-twostore-v3d-content-shell footer .footer-grid>div:first-child p,footer .footer-grid>div:first-child p{max-width:640px!important;margin-left:auto!important;margin-right:auto!important}.wsm-twostore-v3d-content-shell footer .socials,footer .socials{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:12px!important;margin-left:auto!important;margin-right:auto!important}.wsm-twostore-v3d-content-shell footer .footer-grid ul,footer .footer-grid ul{padding-left:0!important;margin-left:0!important;text-align:center!important}.wsm-twostore-v3d-content-shell footer .copyright,footer .copyright{width:min(1120px,calc(100% - 56px))!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important;text-align:center!important;flex-wrap:wrap!important}@media(max-width:860px){.wsm-twostore-v3d-content-shell footer .footer-grid,footer .footer-grid{grid-template-columns:repeat(2,minmax(130px,1fr))!important;gap:26px 20px!important}}@media(max-width:520px){.wsm-twostore-v3d-content-shell footer .footer-grid,footer .footer-grid{width:min(100% - 28px,420px)!important;grid-template-columns:1fr!important}.wsm-twostore-v3d-content-shell footer .copyright,footer .copyright{width:min(100% - 28px,420px)!important}}.wsm-twostore-v3d-content-shell.wsm-v15-visual-shell:not(.wsm-twostore-v3d-top-lock) .wsm-shopify-page>footer,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .wsm-shopify-page>footer,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer{width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important;text-align:center!important}.wsm-twostore-v3d-content-shell.wsm-v15-visual-shell:not(.wsm-twostore-v3d-top-lock) .wsm-shopify-page>footer>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) .wsm-shopify-page>footer>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer>.container{width:min(1180px,calc(100vw - 72px))!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important}.wsm-twostore-v3d-content-shell.wsm-v15-visual-shell:not(.wsm-twostore-v3d-top-lock) footer .footer-grid,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer .footer-grid,footer .footer-grid{width:100%!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:34px 56px!important;justify-content:stretch!important;justify-items:center!important;align-items:start!important;text-align:center!important}.wsm-twostore-v3d-content-shell.wsm-v15-visual-shell:not(.wsm-twostore-v3d-top-lock) footer .footer-grid>div:first-child,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer .footer-grid>div:first-child,footer .footer-grid>div:first-child{grid-column:1 / -1!important;width:100%!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.wsm-twostore-v3d-content-shell.wsm-v15-visual-shell:not(.wsm-twostore-v3d-top-lock) footer .footer-grid>div:first-child p,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer .footer-grid>div:first-child p,footer .footer-grid>div:first-child p{max-width:650px!important;margin-left:auto!important;margin-right:auto!important}.wsm-twostore-v3d-content-shell.wsm-v15-visual-shell:not(.wsm-twostore-v3d-top-lock) footer .socials,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer .socials,footer .socials{display:flex!important;width:auto!important;justify-content:center!important;align-items:center!important;gap:12px!important;margin-left:auto!important;margin-right:auto!important}.wsm-twostore-v3d-content-shell.wsm-v15-visual-shell:not(.wsm-twostore-v3d-top-lock) footer .footer-grid>div:not(:first-child),.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer .footer-grid>div:not(:first-child),footer .footer-grid>div:not(:first-child){width:100%!important;text-align:center!important}.wsm-twostore-v3d-content-shell.wsm-v15-visual-shell:not(.wsm-twostore-v3d-top-lock) footer .footer-grid ul,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer .footer-grid ul,footer .footer-grid ul{padding-left:0!important;margin-left:0!important;text-align:center!important}.wsm-twostore-v3d-content-shell.wsm-v15-visual-shell:not(.wsm-twostore-v3d-top-lock) footer .copyright,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer .copyright,footer .copyright{width:min(1180px,calc(100vw - 72px))!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important;text-align:center!important;flex-wrap:wrap!important}@media(max-width:860px){.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer .copyright{width:min(100% - 36px,720px)!important}.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer .footer-grid,footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 24px!important}}@media(max-width:520px){.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer>.container,.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer .copyright{width:min(100% - 28px,430px)!important}.wsm-twostore-v3d-content-shell:not(.wsm-twostore-v3d-top-lock) footer .footer-grid,footer .footer-grid{grid-template-columns:1fr!important;gap:24px!important}}.wsm-cta-active-offer{margin:0 0 12px;padding:10px 11px;border-radius:14px;border:1px solid rgba(224,185,74,.38);background:linear-gradient(180deg,#fff9e2fa,#fffffff0);color:#0d2e32;display:grid;gap:3px;text-align:left}.wsm-cta-active-offer span{width:max-content;max-width:100%;padding:4px 8px;border-radius:999px;background:#07a0a01f;border:1px solid rgba(7,160,160,.2);color:#08756e;font-size:10px;line-height:1;font-weight:950;text-transform:uppercase;letter-spacing:.03em}.wsm-cta-active-offer strong{font-size:12px;line-height:1.25;color:#0d2e32;font-weight:900}.wsm-cta-active-offer em{font-style:normal;color:#a64b16;font-size:11px;font-weight:900}@media(max-width:760px){.wsm-cta-active-offer{display:none}}.wsm-twostore-v3d-top-lock .course-card{position:relative!important;overflow:visible!important}.wsm-card-offer-activated{position:absolute;top:14px;right:-14px;z-index:12;display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:9px 18px 9px 14px;border-radius:999px 999px 999px 14px;background:linear-gradient(135deg,#25d366,#18b86e 58%,#089b5b);color:#fff;font-size:12px;line-height:1;font-weight:950;letter-spacing:.02em;text-transform:uppercase;box-shadow:0 16px 36px #15b86957,0 0 0 1px #ffffff2e inset}.wsm-card-offer-activated:after{content:"";position:absolute;right:-12px;top:50%;transform:translateY(-50%);border-left:13px solid #089B5B;border-top:13px solid transparent;border-bottom:13px solid transparent;filter:drop-shadow(8px 0 12px rgba(21,184,105,.22))}.wsm-card-offer-activated span{width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:#ffffff2e;color:#fff8c7;font-size:13px}.wsm-cta-active-offer{display:none!important}.wsm-twostore-v3d-top-lock .course-card{overflow:visible!important;isolation:isolate!important}.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{overflow:hidden!important;border-radius:22px 22px 0 0!important;clip-path:inset(0 round 22px 22px 0 0)!important;transform:translateZ(0)!important;background:#071f2d!important}.wsm-card-offer-activated{top:12px!important;right:12px!important;z-index:90!important;border-radius:999px 999px 999px 12px!important;pointer-events:none!important}.wsm-card-offer-activated:after{right:-10px!important}@media(max-width:980px){.wsm-card-offer-activated{display:none!important}}.wsm-twostore-v3d-top-lock .sticky-card-wrap{z-index:80!important}.wsm-twostore-v3d-top-lock .course-card{width:min(100%,378px)!important;border-radius:26px!important;background:#fff!important;border:1px solid rgba(12,78,84,.16)!important;box-shadow:0 28px 80px #031f2338!important;overflow:visible!important;isolation:isolate!important}.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{position:relative!important;width:100%!important;aspect-ratio:16 / 7.2!important;max-height:172px!important;border-radius:26px 26px 0 0!important;overflow:hidden!important;clip-path:inset(0 round 26px 26px 0 0)!important;background:#061f2b!important;transform:translateZ(0)!important;z-index:1!important}.wsm-twostore-v3d-top-lock .course-card .video-box iframe,.wsm-twostore-v3d-top-lock .course-card .video-box img,.wsm-twostore-v3d-top-lock .course-card .video-box .wsm-vimeo-poster,.wsm-twostore-v3d-top-lock .course-card .video-box .wsm-vimeo-poster-card,.wsm-twostore-v3d-top-lock .course-card .video-box .video-overlay{border-radius:inherit!important;overflow:hidden!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary{padding:13px 20px 12px!important;border-bottom:1px solid rgba(13,31,61,.08)!important;background:#fff!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary strong{font-size:14px!important;line-height:1.25!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{width:calc(100% - 36px)!important;margin:16px auto 10px!important;padding:13px 14px 14px!important;border-radius:14px!important;border:1px solid rgba(12,78,84,.18)!important;background:linear-gradient(180deg,#f6fbf9e0,#fffffffa)!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list strong{font-size:12.5px!important;line-height:1.2!important;margin-bottom:8px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list ul{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px 14px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{font-size:12px!important;line-height:1.28!important;padding-left:18px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{width:calc(100% - 36px)!important;margin:8px auto 12px!important;padding:14px 0 13px!important;border-top:1px solid #edf1f4!important;border-bottom:1px solid #edf1f4!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:34px!important;color:#0d1f3d!important}.wsm-twostore-v3d-top-lock .course-card .offer-discount-badge{right:0!important;background:#eefaf4!important;border:1px solid #cfeadc!important;color:#087b61!important}.wsm-twostore-v3d-top-lock .course-card .btn,.wsm-twostore-v3d-top-lock .course-card .btn-orange{width:calc(100% - 36px)!important;margin:0 auto 10px!important;min-height:50px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding-left:18px!important;padding-right:18px!important}.wsm-twostore-v3d-top-lock .course-card .offer-timer{width:calc(100% - 36px)!important;margin:0 auto!important;padding:10px 0 0!important;background:transparent!important;border:0!important;border-top:1px solid #edf1f4!important;box-shadow:none!important}.wsm-twostore-v3d-top-lock .course-card .small-note{width:calc(100% - 36px)!important;margin:6px auto 14px!important;text-align:center!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated{position:absolute!important;top:16px!important;right:-16px!important;z-index:120!important;display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:40px!important;padding:10px 19px 10px 14px!important;border-radius:999px 999px 999px 13px!important;background:linear-gradient(135deg,#22d36d,#14b867 52%,#078d55)!important;color:#fff!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.02em!important;text-transform:uppercase!important;box-shadow:0 18px 38px #15b86961,0 0 0 1px #ffffff2e inset!important;pointer-events:none!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated:after{content:""!important;position:absolute!important;right:-12px!important;top:50%!important;transform:translateY(-50%)!important;border-left:13px solid #078d55!important;border-top:13px solid transparent!important;border-bottom:13px solid transparent!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated span{width:22px!important;height:22px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:#ffffff2e!important;color:#fff8c7!important;font-size:13px!important;flex:0 0 auto!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated strong{color:#fff!important;font:inherit!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card{width:min(100%,366px)!important;border-radius:24px!important;overflow:hidden!important;background:#fff!important;border:1px solid rgba(12,78,84,.16)!important;box-shadow:0 24px 72px #031f2338!important}.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{aspect-ratio:16 / 6.25!important;max-height:138px!important;border-radius:24px 24px 0 0!important;overflow:hidden!important;clip-path:inset(0 round 24px 24px 0 0)!important;background:#061f2b!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary{padding:10px 18px 8px!important;border-bottom:0!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary strong{font-size:13.5px!important;line-height:1.22!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated{position:relative!important;top:auto!important;right:auto!important;z-index:5!important;width:max-content!important;max-width:calc(100% - 36px)!important;margin:0 auto 9px!important;min-height:28px!important;padding:7px 13px 7px 10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;border-radius:999px!important;background:linear-gradient(135deg,#0c4e54,#087c7c 58%,#07a0a0)!important;color:#fffdf2!important;border:1px solid rgba(224,185,74,.32)!important;box-shadow:0 12px 26px #07a0a038,0 0 0 1px #ffffff29 inset!important;font-size:11px!important;line-height:1!important;font-weight:950!important;letter-spacing:.035em!important;text-transform:uppercase!important;pointer-events:none!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated:after{display:none!important;content:none!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated span{width:18px!important;height:18px!important;display:grid!important;place-items:center!important;flex:0 0 18px!important;border-radius:999px!important;background:#ffffff29!important;color:#f1cf68!important;font-size:11px!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated strong{color:#fffdf2!important;font:inherit!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .course-tabs,.wsm-twostore-v3d-top-lock .course-card .card-body{display:none!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{width:calc(100% - 36px)!important;margin:10px auto 9px!important;padding:12px 13px!important;border-radius:14px!important;border:1px solid rgba(12,78,84,.18)!important;background:linear-gradient(180deg,#f6fbf9e6,#fffffffa)!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{font-size:11.5px!important;line-height:1.24!important;padding-left:17px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{width:calc(100% - 36px)!important;margin:6px auto 9px!important;padding:12px 0 11px!important;border-top:1px solid #edf1f4!important;border-bottom:1px solid #edf1f4!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:31px!important;color:#0d1f3d!important}.wsm-twostore-v3d-top-lock .course-card .offer-discount-badge{background:#eefaf4!important;border:1px solid #cfeadc!important;color:#087b61!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line{max-width:190px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .btn,.wsm-twostore-v3d-top-lock .course-card .btn-orange{width:calc(100% - 36px)!important;min-height:46px!important;margin:0 auto 8px!important;border-radius:8px!important}.wsm-twostore-v3d-top-lock .course-card .offer-timer{width:calc(100% - 36px)!important;margin:0 auto!important;padding:8px 0 0!important;background:transparent!important;border:0!important;border-top:1px solid #edf1f4!important;box-shadow:none!important}.wsm-twostore-v3d-top-lock .course-card .timer-line{font-size:12px!important;line-height:1.15!important}.wsm-twostore-v3d-top-lock .course-card .small-note{width:calc(100% - 36px)!important;margin:5px auto 11px!important;text-align:center!important;font-size:11px!important;line-height:1.2!important}@media(min-width:981px){.wsm-twostore-v3d-top-lock .sticky-card-wrap{top:18px!important}body.course-subnav-active .wsm-twostore-v3d-top-lock .sticky-card-wrap,body.course-subnav-active .wsm-twostore-v3d-top-lock .sticky-card-wrap.is-fixed,body.course-subnav-active .wsm-twostore-v3d-top-lock .sticky-card-wrap:not(.is-fixed):not(.is-bottomed){top:72px!important}}@media(max-width:720px){.wsm-twostore-v3d-top-lock .course-card .offer-included-list ul{grid-template-columns:1fr!important}}.wsm-v3dc.wsm-v3dc--has-offer{padding-top:56px!important}.wsm-v3dc .wsm-v3dc-hero{padding-top:42px!important}@media(max-width:760px){.wsm-v3dc.wsm-v3dc--has-offer{padding-top:50px!important}.wsm-v3dc .wsm-v3dc-hero{padding-top:30px!important}}.offer-price-sub-line .offer-old-price:empty,.mini-offer-price-sub-line .mini-offer-old-price:empty,.mobile-sticky-price span:empty,.wsm-card-price-old:empty{display:none!important}.offer-price-sub-line:has(.offer-old-price:empty) .offer-saving-line:empty,.mini-offer-price-sub-line:has(.mini-offer-old-price:empty) .mini-offer-saving-line:empty{display:none!important}.wsm-twostore-v3d-top-lock .course-card{width:min(100%,366px)!important;border-radius:24px!important;overflow:hidden!important;background:#fff!important;border:1px solid rgba(13,31,61,.12)!important;box-shadow:0 24px 72px #031f2338!important}.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{aspect-ratio:16 / 6.05!important;max-height:132px!important;border-radius:24px 24px 0 0!important;overflow:hidden!important;clip-path:inset(0 round 24px 24px 0 0)!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary{padding:10px 18px 8px!important;border-bottom:1px solid rgba(13,31,61,.08)!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary strong{font-size:13.5px!important;line-height:1.18!important}.wsm-twostore-v3d-top-lock .course-card .offer-rating-centered{margin-top:4px!important;line-height:1.05!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{width:calc(100% - 38px)!important;margin:12px auto 10px!important;padding:12px 13px!important;border-radius:16px!important;border:1px solid rgba(12,78,84,.18)!important;background:linear-gradient(180deg,#f6fbf9e6,#fffffffa)!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list strong{font-size:12px!important;line-height:1.2!important;margin-bottom:7px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list ul{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px 12px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{font-size:11.4px!important;line-height:1.23!important;padding-left:17px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{position:relative!important;width:calc(100% - 38px)!important;margin:8px auto 10px!important;padding:26px 13px 13px!important;border:1px solid #e4e9ef!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 30px #0d1f3d0d!important;display:grid!important;grid-template-columns:minmax(100px,auto) minmax(0,1fr) auto!important;grid-template-areas:"price sub badge"!important;align-items:center!important;column-gap:12px!important;row-gap:0!important;border-top-width:1px!important;border-bottom-width:1px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-main-line{display:contents!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{grid-area:price!important;font-size:34px!important;line-height:.95!important;letter-spacing:-.055em!important;color:#0d1f3d!important;font-weight:950!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-sub-line{grid-area:sub!important;min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:5px!important;padding-left:14px!important;border-left:1px solid #d8dee7!important;line-height:1.1!important}.wsm-twostore-v3d-top-lock .course-card .offer-old-price{color:#c5161d!important;font-size:15px!important;font-weight:950!important;line-height:1!important;text-decoration:line-through!important;text-decoration-thickness:2px!important;text-decoration-color:#c5161dd9!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line{max-width:122px!important;color:#2f3b4f!important;font-size:11.6px!important;line-height:1.18!important;font-weight:750!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.wsm-twostore-v3d-top-lock .course-card .offer-discount-badge{grid-area:badge!important;position:static!important;transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:center!important;min-width:62px!important;padding:8px 10px!important;border-radius:999px!important;background:#eefaf4!important;border:1px solid #cfeadc!important;color:#087b61!important;font-size:11px!important;line-height:1!important;font-weight:950!important;letter-spacing:.04em!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated,#pricing.final-cta .wsm-card-offer-activated{position:absolute!important;top:-13px!important;left:13px!important;right:auto!important;z-index:10!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:max-content!important;max-width:calc(100% - 28px)!important;min-height:28px!important;margin:0!important;padding:7px 14px 7px 11px!important;border-radius:8px!important;background:linear-gradient(180deg,#e01b22,#c90f18)!important;color:#fff!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 10px 22px #c5161d42,inset 0 1px #fff3!important;font-size:11.5px!important;line-height:1!important;font-weight:950!important;letter-spacing:.035em!important;text-transform:uppercase!important;pointer-events:none!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated:after,#pricing.final-cta .wsm-card-offer-activated:after{display:none!important;content:none!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated span,#pricing.final-cta .wsm-card-offer-activated span{width:auto!important;height:auto!important;display:inline-grid!important;place-items:center!important;flex:0 0 auto!important;border-radius:0!important;background:transparent!important;color:#ffd242!important;font-size:14px!important;line-height:1!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated strong,#pricing.final-cta .wsm-card-offer-activated strong{color:#fff!important;font:inherit!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .btn,.wsm-twostore-v3d-top-lock .course-card .btn-orange{width:calc(100% - 38px)!important;min-height:46px!important;margin:0 auto 8px!important;border-radius:9px!important;font-size:15px!important}.wsm-twostore-v3d-top-lock .course-card .offer-timer{width:calc(100% - 38px)!important;margin:0 auto!important;padding:8px 0 0!important;background:transparent!important;border:0!important;border-top:1px solid #edf1f4!important;box-shadow:none!important}.wsm-twostore-v3d-top-lock .course-card .timer-line{font-size:11.8px!important;line-height:1.15!important}.wsm-twostore-v3d-top-lock .course-card .small-note{width:calc(100% - 38px)!important;margin:5px auto 10px!important;text-align:center!important;font-size:10.8px!important;line-height:1.2!important}@media(min-width:981px){.wsm-twostore-v3d-top-lock .sticky-card-wrap{top:14px!important}body.course-subnav-active .wsm-twostore-v3d-top-lock .sticky-card-wrap,body.course-subnav-active .wsm-twostore-v3d-top-lock .sticky-card-wrap.is-fixed,body.course-subnav-active .wsm-twostore-v3d-top-lock .sticky-card-wrap:not(.is-fixed):not(.is-bottomed){top:66px!important}}@media(max-width:980px){.wsm-twostore-v3d-top-lock .wsm-card-offer-activated{display:none!important}}#pricing.final-cta .mini-offer-price-compact{position:relative!important;margin-top:18px!important;padding:28px 14px 14px!important;border:1px solid #e4e9ef!important;border-radius:20px!important;border-top-width:1px!important;border-bottom-width:1px!important;background:#fff!important;box-shadow:0 12px 30px #0d1f3d0d!important}#pricing.final-cta .wsm-card-offer-activated{left:14px!important;top:-13px!important}#pricing.final-cta .mini-offer-card-updated .mini-offer-title{margin-bottom:8px!important}#pricing.final-cta .mini-offer-saving-line{color:#2f3b4f!important}#pricing.final-cta .mini-offer-saving-line:before{display:none!important;content:none!important}.wsm-v15-visual-shell #outcomes .legend-row,#outcomes .legend-row{grid-template-columns:22px minmax(0,1fr) auto!important;column-gap:12px!important;align-items:center!important}.wsm-v15-visual-shell #outcomes .legend-dot,#outcomes .legend-dot{width:10px!important;height:10px!important;justify-self:center!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--legend-color, #CBD5E1) 14%,transparent)!important}@media(min-width:981px){.wsm-twostore-v3d-top-lock .course-card{width:min(100%,360px)!important;border-radius:22px!important}.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{aspect-ratio:16 / 5.55!important;max-height:118px!important;border-radius:22px 22px 0 0!important;clip-path:inset(0 round 22px 22px 0 0)!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary{padding:8px 17px 6px!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary strong{font-size:13px!important;line-height:1.12!important}.wsm-twostore-v3d-top-lock .course-card .offer-rating-centered{margin-top:3px!important;font-size:11.5px!important;line-height:1!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{width:calc(100% - 34px)!important;margin:9px auto 7px!important;padding:9px 11px 10px!important;border-radius:14px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list strong{font-size:11.3px!important;line-height:1.1!important;margin-bottom:6px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list ul{gap:5px 10px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{font-size:10.6px!important;line-height:1.13!important;padding-left:15px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li:before{top:.05em!important;font-size:11px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{width:calc(100% - 34px)!important;margin:7px auto!important;padding:22px 10px 10px!important;border-radius:18px!important;grid-template-columns:minmax(84px,auto) minmax(0,1fr) auto!important;column-gap:8px!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:31px!important;line-height:.9!important;letter-spacing:-.06em!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-sub-line{gap:3px!important;padding-left:10px!important}.wsm-twostore-v3d-top-lock .course-card .offer-old-price{font-size:13px!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line{max-width:108px!important;font-size:10.4px!important;line-height:1.12!important}.wsm-twostore-v3d-top-lock .course-card .offer-discount-badge{min-width:54px!important;padding:7px 8px!important;font-size:10px!important;letter-spacing:.03em!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated,#pricing.final-cta .wsm-card-offer-activated{top:-7px!important;left:11px!important;min-height:25px!important;padding:6px 12px 6px 10px!important;border-radius:8px!important;font-size:10.8px!important;box-shadow:0 8px 18px #c5161d3d,inset 0 1px #fff3!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated span,#pricing.final-cta .wsm-card-offer-activated span{font-size:13px!important}.wsm-twostore-v3d-top-lock .course-card .btn,.wsm-twostore-v3d-top-lock .course-card .btn-orange{width:calc(100% - 34px)!important;min-height:43px!important;margin:0 auto 5px!important;border-radius:8px!important;font-size:14.5px!important;padding-top:11px!important;padding-bottom:11px!important}.wsm-twostore-v3d-top-lock .course-card .offer-timer{width:calc(100% - 34px)!important;padding:5px 0 0!important;margin:0 auto!important}.wsm-twostore-v3d-top-lock .course-card .timer-line{font-size:10.7px!important;line-height:1.05!important;gap:5px!important}.wsm-twostore-v3d-top-lock .course-card .timer-line strong{font-size:11.2px!important}.wsm-twostore-v3d-top-lock .course-card .timer-line .timer-dot{width:17px!important;height:17px!important;font-size:10px!important}.wsm-twostore-v3d-top-lock .course-card .small-note{width:calc(100% - 34px)!important;margin:3px auto 8px!important;font-size:10px!important;line-height:1.1!important}}@media(min-width:981px)and (max-height:730px){.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{max-height:108px!important;aspect-ratio:16 / 5.2!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{margin-top:8px!important;padding-top:8px!important;padding-bottom:8px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{font-size:10.2px!important;line-height:1.08!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{margin-top:6px!important;padding-top:21px!important;padding-bottom:9px!important}}.wsm-v15-visual-shell #outcomes .legend-row>.legend-dot:before,#outcomes .legend-row>.legend-dot:before,.wsm-v15-visual-shell #outcomes .legend-row span:first-child:before,#outcomes .legend-row span:first-child:before{content:none!important;display:none!important}.wsm-v15-visual-shell #outcomes .legend-row,#outcomes .legend-row{grid-template-columns:18px minmax(0,1fr) auto!important;column-gap:11px!important}.wsm-v15-visual-shell #outcomes .legend-dot,#outcomes .legend-dot{width:10px!important;height:10px!important;justify-self:center!important;margin:0!important;background:var(--legend-color, #CBD5E1)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--legend-color, #CBD5E1) 14%,transparent)!important}@media(min-width:981px){.wsm-twostore-v3d-top-lock .sticky-card-wrap{width:370px!important;max-width:370px!important}.wsm-twostore-v3d-top-lock .course-card{width:min(100%,370px)!important;border-radius:24px!important;box-shadow:0 18px 44px #0d1f3d29!important}.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{aspect-ratio:16 / 5.75!important;max-height:133px!important;border-radius:24px 24px 0 0!important;clip-path:inset(0 round 24px 24px 0 0)!important}.wsm-twostore-v3d-top-lock .course-card .video-play-circle,.wsm-twostore-v3d-top-lock .course-card .video-play-overlay .video-play-circle{width:58px!important;height:58px!important;font-size:20px!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary{padding:10px 18px 8px!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary strong{font-size:13.6px!important;line-height:1.15!important}.wsm-twostore-v3d-top-lock .course-card .offer-rating-centered{margin-top:4px!important;font-size:12px!important;line-height:1.05!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{width:calc(100% - 34px)!important;margin:9px auto!important;padding:11px 12px 12px!important;border-radius:16px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list strong{font-size:11.8px!important;line-height:1.15!important;margin-bottom:7px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list ul{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px 13px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{font-size:10.9px!important;line-height:1.16!important;padding-left:16px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li:before{font-size:12px!important;top:.02em!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{width:calc(100% - 34px)!important;margin:10px auto 9px!important;padding:27px 13px 13px!important;min-height:82px!important;border-radius:18px!important;grid-template-columns:minmax(86px,auto) minmax(0,1fr) auto!important;column-gap:12px!important;row-gap:2px!important;align-items:center!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-main-line{min-width:0!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:38px!important;line-height:.92!important;letter-spacing:-.065em!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-sub-line{gap:4px!important;padding-left:12px!important;border-left:1px solid rgba(13,31,61,.14)!important}.wsm-twostore-v3d-top-lock .course-card .offer-old-price{font-size:14px!important;line-height:1!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line{max-width:120px!important;font-size:11.2px!important;line-height:1.15!important}.wsm-twostore-v3d-top-lock .course-card .offer-discount-badge{min-width:64px!important;padding:8px 10px!important;border-radius:999px!important;font-size:10.7px!important;letter-spacing:.035em!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated,#pricing.final-cta .wsm-card-offer-activated{top:-11px!important;left:14px!important;min-height:29px!important;padding:7px 15px 7px 11px!important;border-radius:8px!important;font-size:11.2px!important;line-height:1!important;box-shadow:0 10px 22px #c5161d47,inset 0 1px #fff3!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated span,#pricing.final-cta .wsm-card-offer-activated span{font-size:14px!important}.wsm-twostore-v3d-top-lock .course-card .btn,.wsm-twostore-v3d-top-lock .course-card .btn-orange{width:calc(100% - 34px)!important;min-height:48px!important;margin:0 auto 7px!important;border-radius:10px!important;font-size:15.4px!important;padding-top:13px!important;padding-bottom:13px!important}.wsm-twostore-v3d-top-lock .course-card .offer-timer{width:calc(100% - 34px)!important;margin:0 auto!important;padding:7px 0 0!important}.wsm-twostore-v3d-top-lock .course-card .timer-line{font-size:11.4px!important;line-height:1.08!important;gap:6px!important}.wsm-twostore-v3d-top-lock .course-card .timer-line strong{font-size:11.8px!important}.wsm-twostore-v3d-top-lock .course-card .timer-line .timer-dot{width:18px!important;height:18px!important;font-size:10px!important}.wsm-twostore-v3d-top-lock .course-card .small-note{width:calc(100% - 34px)!important;margin:4px auto 10px!important;font-size:10.6px!important;line-height:1.12!important}}@media(min-width:981px)and (max-height:690px){.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{max-height:122px!important;aspect-ratio:16 / 5.55!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary{padding-top:8px!important;padding-bottom:6px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{margin-top:8px!important;margin-bottom:8px!important;padding-top:10px!important;padding-bottom:10px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{margin-top:8px!important;margin-bottom:8px!important;padding-top:25px!important;padding-bottom:11px!important;min-height:78px!important}.wsm-twostore-v3d-top-lock .course-card .btn,.wsm-twostore-v3d-top-lock .course-card .btn-orange{min-height:46px!important;margin-bottom:6px!important}}.wsm-v15-visual-shell #outcomes .legend-row,#outcomes .legend-row{display:grid!important;grid-template-columns:24px minmax(0,1fr) auto!important;column-gap:12px!important;align-items:center!important}.wsm-v15-visual-shell #outcomes .legend-row>span:first-child:before,.wsm-v15-visual-shell #outcomes .legend-row>span:first-child:after,.wsm-v15-visual-shell #outcomes .legend-row>.legend-dot:before,.wsm-v15-visual-shell #outcomes .legend-row>.legend-dot:after,#outcomes .legend-row>span:first-child:before,#outcomes .legend-row>span:first-child:after,#outcomes .legend-row>.legend-dot:before,#outcomes .legend-row>.legend-dot:after{content:none!important;display:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;background:transparent!important;box-shadow:none!important}.wsm-v15-visual-shell #outcomes .legend-dot,#outcomes .legend-dot{display:block!important;width:11px!important;height:11px!important;min-width:11px!important;min-height:11px!important;margin:0 auto!important;padding:0!important;border-radius:999px!important;font-size:0!important;line-height:0!important;background:var(--legend-color, #CBD5E1)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--legend-color, #CBD5E1) 14%,transparent)!important}@media(min-width:981px){.wsm-twostore-v3d-top-lock .sticky-card-wrap{width:378px!important;max-width:378px!important}.wsm-twostore-v3d-top-lock .course-card{width:min(100%,378px)!important;border-radius:24px!important;overflow:hidden!important;background:#fff!important;border:1px solid rgba(12,78,84,.15)!important;box-shadow:0 24px 64px #031f2333!important}.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{aspect-ratio:16 / 6.1!important;max-height:144px!important;min-height:132px!important;border-radius:24px 24px 0 0!important;clip-path:inset(0 round 24px 24px 0 0)!important;overflow:hidden!important}.wsm-twostore-v3d-top-lock .course-card .video-play-circle,.wsm-twostore-v3d-top-lock .course-card .video-play-overlay .video-play-circle{width:64px!important;height:64px!important;font-size:22px!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary{padding:12px 20px 10px!important;background:#fff!important;border-bottom:1px solid rgba(13,31,61,.09)!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary strong{display:block!important;max-width:100%!important;font-size:14.2px!important;line-height:1.18!important;letter-spacing:-.02em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.wsm-twostore-v3d-top-lock .course-card .offer-rating-centered{margin-top:6px!important;font-size:12.3px!important;line-height:1!important;gap:7px!important}.wsm-twostore-v3d-top-lock .course-card .offer-rating-centered .offer-stars{font-size:11.8px!important;letter-spacing:.9px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{width:calc(100% - 40px)!important;margin:14px auto!important;padding:14px 15px 15px!important;border-radius:17px!important;border:1px solid rgba(12,78,84,.17)!important;background:linear-gradient(180deg,#f8fdfb,#fff)!important;box-shadow:0 8px 22px #0d1f3d09!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list strong{font-size:13.2px!important;line-height:1.18!important;margin-bottom:10px!important;letter-spacing:-.015em!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list ul{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px 16px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{font-size:11.8px!important;line-height:1.22!important;padding-left:18px!important;font-weight:760!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li:before{top:0!important;font-size:13px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{position:relative!important;width:calc(100% - 40px)!important;margin:18px auto 13px!important;padding:38px 16px 17px!important;min-height:126px!important;display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"price" "sub"!important;row-gap:11px!important;align-items:center!important;border:1.5px solid rgba(220,38,38,.38)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 30px #0d1f3d0b!important;overflow:visible!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-main-line{grid-area:price!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:24px!important;min-height:50px!important;text-align:center!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{color:#0d1f3d!important;font-size:48px!important;line-height:.9!important;letter-spacing:-.07em!important;font-weight:950!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .offer-discount-badge{position:static!important;transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:78px!important;padding:9px 12px!important;border-radius:999px!important;background:#eefaf2!important;border:1px solid #cfe8d6!important;color:#087b61!important;font-size:13px!important;line-height:1!important;font-weight:950!important;letter-spacing:.035em!important;white-space:nowrap!important;box-shadow:inset 0 1px #ffffffd9!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-sub-line{grid-area:sub!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:14px!important;padding:0!important;border-left:0!important;line-height:1.12!important;text-align:center!important}.wsm-twostore-v3d-top-lock .course-card .offer-old-price{color:#c5161d!important;font-size:18px!important;line-height:1!important;font-weight:950!important;text-decoration:line-through!important;text-decoration-thickness:2px!important;text-decoration-color:#c5161ddb!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line{max-width:none!important;color:#253247!important;font-size:13.8px!important;line-height:1.18!important;font-weight:820!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line:before{content:""!important;display:inline-block!important;width:1px!important;height:22px!important;margin:0 14px 0 0!important;vertical-align:middle!important;background:#c5161d40!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated,#pricing.final-cta .wsm-card-offer-activated{position:absolute!important;top:-19px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;z-index:12!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:210px!important;max-width:calc(100% - 56px)!important;min-height:38px!important;padding:10px 18px!important;border-radius:8px!important;background:linear-gradient(180deg,#e12525,#c90f18)!important;color:#fff!important;border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 13px 26px #c5161d47,inset 0 1px #fff3!important;font-size:14px!important;line-height:1!important;font-weight:950!important;letter-spacing:.035em!important;text-transform:uppercase!important;pointer-events:none!important;text-align:center!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated:after,#pricing.final-cta .wsm-card-offer-activated:after{content:""!important;display:block!important;position:absolute!important;left:50%!important;right:auto!important;top:auto!important;bottom:-13px!important;transform:translate(-50%)!important;width:0!important;height:0!important;border-left:14px solid transparent!important;border-right:14px solid transparent!important;border-top:14px solid #c90f18!important;border-bottom:0!important;filter:drop-shadow(0 5px 5px rgba(197,22,29,.18))!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated span,#pricing.final-cta .wsm-card-offer-activated span{display:none!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated strong,#pricing.final-cta .wsm-card-offer-activated strong{color:#fff!important;font:inherit!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .btn,.wsm-twostore-v3d-top-lock .course-card .btn-orange{width:calc(100% - 40px)!important;min-height:52px!important;margin:0 auto 10px!important;border-radius:10px!important;font-size:16.2px!important;line-height:1!important;padding-top:15px!important;padding-bottom:15px!important;box-shadow:0 14px 28px #e0b94a42!important}.wsm-twostore-v3d-top-lock .course-card .offer-timer{width:calc(100% - 40px)!important;margin:0 auto!important;padding:8px 0 0!important;background:transparent!important;border:0!important;border-top:1px solid rgba(197,22,29,.16)!important;box-shadow:none!important}.wsm-twostore-v3d-top-lock .course-card .timer-line{font-size:12.6px!important;line-height:1.12!important;gap:6px!important;color:#b91c1c!important}.wsm-twostore-v3d-top-lock .course-card .timer-line strong,.wsm-twostore-v3d-top-lock .course-card #countdownTimer{font-size:13px!important;color:#b91c1c!important}.wsm-twostore-v3d-top-lock .course-card .timer-line .timer-dot{width:auto!important;height:auto!important;font-size:15px!important}.wsm-twostore-v3d-top-lock .course-card .small-note{width:calc(100% - 40px)!important;margin:5px auto 12px!important;text-align:center!important;font-size:12px!important;line-height:1.2!important;color:#344054!important;font-weight:700!important}}@media(min-width:981px)and (max-height:690px){.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{max-height:136px!important;min-height:122px!important;aspect-ratio:16 / 5.8!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary{padding-top:10px!important;padding-bottom:8px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{margin-top:12px!important;margin-bottom:12px!important;padding-top:13px!important;padding-bottom:13px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{font-size:11.3px!important;line-height:1.16!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{margin-top:16px!important;margin-bottom:11px!important;padding-top:36px!important;padding-bottom:15px!important;min-height:120px!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:45px!important}.wsm-twostore-v3d-top-lock .course-card .btn,.wsm-twostore-v3d-top-lock .course-card .btn-orange{min-height:50px!important;margin-bottom:9px!important}}#pricing.final-cta .mini-offer-price-compact{position:relative!important;margin-top:20px!important;padding:40px 16px 18px!important;border:1.5px solid rgba(220,38,38,.38)!important;border-radius:18px!important;background:#fff!important;overflow:visible!important}#pricing.final-cta .mini-offer-card-updated .mini-offer-title{margin-bottom:10px!important}#pricing.final-cta .mini-offer-price-main-line{display:flex!important;justify-content:center!important;align-items:center!important;gap:24px!important;min-height:50px!important}#pricing.final-cta .mini-offer-discount-badge{position:static!important;transform:none!important;min-width:78px!important;padding:9px 12px!important;font-size:13px!important}#pricing.final-cta .mini-offer-price-sub-line{margin-top:10px!important;justify-content:center!important;gap:14px!important}#pricing.final-cta .mini-offer-saving-line{color:#253247!important;font-size:13.8px!important;font-weight:820!important}#pricing.final-cta .mini-offer-saving-line:before{content:""!important;display:inline-block!important;width:1px!important;height:22px!important;margin:0 14px 0 0!important;vertical-align:middle!important;background:#c5161d40!important}.wsm-v15-visual-shell #outcomes .legend-row,#outcomes .legend-row{display:grid!important;grid-template-columns:22px minmax(0,1fr) auto!important;column-gap:12px!important;align-items:center!important}.wsm-v15-visual-shell #outcomes .legend-row>span:first-child:before,.wsm-v15-visual-shell #outcomes .legend-row>span:first-child:after,.wsm-v15-visual-shell #outcomes .legend-row>.legend-dot:before,.wsm-v15-visual-shell #outcomes .legend-row>.legend-dot:after,#outcomes .legend-row>span:first-child:before,#outcomes .legend-row>span:first-child:after,#outcomes .legend-row>.legend-dot:before,#outcomes .legend-row>.legend-dot:after{content:none!important;display:none!important}.wsm-v15-visual-shell #outcomes .legend-dot,#outcomes .legend-dot{display:block!important;width:10px!important;height:10px!important;min-width:10px!important;min-height:10px!important;margin:0 auto!important;padding:0!important;border-radius:999px!important;background:var(--legend-color, #CBD5E1)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--legend-color, #CBD5E1) 13%,transparent)!important}@supports not (color: color-mix(in srgb,#000 10%,transparent)){.wsm-v15-visual-shell #outcomes .legend-dot,#outcomes .legend-dot{box-shadow:0 0 0 3px #0f766e1a!important}}@media(min-width:981px){.wsm-twostore-v3d-top-lock .sticky-card-wrap{width:378px!important;max-width:378px!important}.wsm-twostore-v3d-top-lock .course-card{width:min(100%,378px)!important;border-radius:24px!important;overflow:hidden!important;background:#fff!important;border:1px solid rgba(12,78,84,.15)!important;box-shadow:0 22px 60px #031f2333!important}.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{aspect-ratio:16 / 5.55!important;max-height:128px!important;min-height:120px!important;border-radius:24px 24px 0 0!important;clip-path:inset(0 round 24px 24px 0 0)!important;overflow:hidden!important}.wsm-twostore-v3d-top-lock .course-card .video-play-circle,.wsm-twostore-v3d-top-lock .course-card .video-play-overlay .video-play-circle{width:60px!important;height:60px!important;font-size:21px!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary{padding:10px 20px 8px!important;background:#fff!important;border-bottom:1px solid rgba(13,31,61,.09)!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary strong{display:block!important;font-size:13.8px!important;line-height:1.16!important;letter-spacing:-.018em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.wsm-twostore-v3d-top-lock .course-card .offer-rating-centered{margin-top:5px!important;font-size:12px!important;line-height:1!important;gap:7px!important}.wsm-twostore-v3d-top-lock .course-card .offer-rating-centered .offer-stars{font-size:11.6px!important;letter-spacing:.8px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{width:calc(100% - 40px)!important;margin:12px auto 10px!important;padding:12px 14px 13px!important;border-radius:17px!important;border:1px solid rgba(12,78,84,.17)!important;background:linear-gradient(180deg,#f8fdfb,#fff)!important;box-shadow:0 8px 20px #0d1f3d09!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list strong{font-size:12.4px!important;line-height:1.15!important;margin-bottom:8px!important;letter-spacing:-.015em!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list ul{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px 15px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{font-size:11.15px!important;line-height:1.17!important;padding-left:17px!important;font-weight:760!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li:before{top:0!important;font-size:12.5px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{position:relative!important;width:calc(100% - 40px)!important;margin:16px auto 11px!important;padding:30px 15px 15px!important;min-height:108px!important;display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"price" "sub"!important;row-gap:8px!important;align-items:center!important;border:1.5px solid rgba(220,38,38,.38)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 28px #0d1f3d0b!important;overflow:visible!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-main-line{grid-area:price!important;display:grid!important;grid-template-columns:minmax(64px,1fr) auto minmax(64px,1fr)!important;align-items:center!important;justify-items:center!important;gap:0!important;min-height:46px!important;width:100%!important;text-align:center!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{grid-column:2!important;justify-self:center!important;color:#0d1f3d!important;font-size:44px!important;line-height:.9!important;letter-spacing:-.07em!important;font-weight:950!important;white-space:nowrap!important;transform:translate(0)!important}.wsm-twostore-v3d-top-lock .course-card .offer-discount-badge{grid-column:3!important;justify-self:end!important;align-self:center!important;position:static!important;transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:72px!important;padding:8px 11px!important;border-radius:999px!important;background:#eefaf2!important;border:1px solid #cfe8d6!important;color:#087b61!important;font-size:11.7px!important;line-height:1!important;font-weight:950!important;letter-spacing:.035em!important;white-space:nowrap!important;box-shadow:inset 0 1px #ffffffd9!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-sub-line{grid-area:sub!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:12px!important;padding:0!important;border-left:0!important;line-height:1.12!important;text-align:center!important}.wsm-twostore-v3d-top-lock .course-card .offer-old-price{color:#c5161d!important;font-size:16px!important;line-height:1!important;font-weight:950!important;text-decoration:line-through!important;text-decoration-thickness:2px!important;text-decoration-color:#c5161ddb!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line{max-width:none!important;color:#253247!important;font-size:12.5px!important;line-height:1.15!important;font-weight:820!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line:before{content:""!important;display:inline-block!important;width:1px!important;height:20px!important;margin:0 12px 0 0!important;vertical-align:middle!important;background:#c5161d40!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated,#pricing.final-cta .wsm-card-offer-activated{position:absolute!important;top:-15px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;z-index:12!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:174px!important;max-width:calc(100% - 70px)!important;min-height:30px!important;padding:8px 14px!important;border-radius:7px!important;background:linear-gradient(180deg,#e12525,#c90f18)!important;color:#fff!important;border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 10px 22px #c5161d42,inset 0 1px #fff3!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.035em!important;text-transform:uppercase!important;pointer-events:none!important;text-align:center!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated:after,#pricing.final-cta .wsm-card-offer-activated:after{content:""!important;display:block!important;position:absolute!important;left:50%!important;top:auto!important;bottom:-10px!important;transform:translate(-50%)!important;width:0!important;height:0!important;border-left:11px solid transparent!important;border-right:11px solid transparent!important;border-top:11px solid #c90f18!important;border-bottom:0!important;filter:drop-shadow(0 4px 4px rgba(197,22,29,.16))!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated span,#pricing.final-cta .wsm-card-offer-activated span{display:none!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated strong,#pricing.final-cta .wsm-card-offer-activated strong{color:#fff!important;font:inherit!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .btn,.wsm-twostore-v3d-top-lock .course-card .btn-orange{width:calc(100% - 40px)!important;min-height:48px!important;margin:0 auto 7px!important;border-radius:10px!important;font-size:15.7px!important;line-height:1!important;padding-top:13px!important;padding-bottom:13px!important;box-shadow:0 14px 28px #e0b94a42!important}.wsm-twostore-v3d-top-lock .course-card .offer-timer{width:calc(100% - 40px)!important;margin:0 auto!important;padding:6px 0 0!important;background:transparent!important;border:0!important;border-top:1px solid rgba(197,22,29,.16)!important;box-shadow:none!important}.wsm-twostore-v3d-top-lock .course-card .timer-line{font-size:11.7px!important;line-height:1.08!important;gap:6px!important;color:#b91c1c!important}.wsm-twostore-v3d-top-lock .course-card .timer-line strong,.wsm-twostore-v3d-top-lock .course-card #countdownTimer{font-size:12.1px!important;color:#b91c1c!important}.wsm-twostore-v3d-top-lock .course-card .timer-line .timer-dot{width:auto!important;height:auto!important;font-size:14px!important}.wsm-twostore-v3d-top-lock .course-card .small-note{width:calc(100% - 40px)!important;margin:4px auto 10px!important;text-align:center!important;font-size:11.2px!important;line-height:1.15!important;color:#344054!important;font-weight:700!important}}@media(min-width:981px)and (max-height:730px){.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{max-height:120px!important;min-height:112px!important;aspect-ratio:16 / 5.35!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary{padding-top:9px!important;padding-bottom:7px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{margin-top:10px!important;margin-bottom:9px!important;padding-top:11px!important;padding-bottom:11px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list strong{margin-bottom:7px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{font-size:10.8px!important;line-height:1.14!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{margin-top:14px!important;margin-bottom:9px!important;padding-top:28px!important;padding-bottom:13px!important;min-height:102px!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:42px!important}.wsm-twostore-v3d-top-lock .course-card .btn,.wsm-twostore-v3d-top-lock .course-card .btn-orange{min-height:46px!important;margin-bottom:6px!important}.wsm-twostore-v3d-top-lock .course-card .small-note{margin-bottom:8px!important}}@media(min-width:981px)and (max-height:680px){.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{max-height:112px!important;min-height:104px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{padding-top:10px!important;padding-bottom:10px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{min-height:98px!important;padding-top:26px!important;padding-bottom:12px!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:40px!important}}#pricing.final-cta .mini-offer-price-compact{position:relative!important;margin-top:18px!important;padding:34px 16px 16px!important;min-height:108px!important;border:1.5px solid rgba(220,38,38,.38)!important;border-radius:18px!important;background:#fff!important;overflow:visible!important}#pricing.final-cta .mini-offer-price-main-line{display:grid!important;grid-template-columns:minmax(64px,1fr) auto minmax(64px,1fr)!important;justify-items:center!important;align-items:center!important;gap:0!important;min-height:46px!important}#pricing.final-cta .mini-offer-new-price{grid-column:2!important;justify-self:center!important;font-size:44px!important;line-height:.9!important;color:#0d1f3d!important}#pricing.final-cta .mini-offer-discount-badge{grid-column:3!important;justify-self:end!important;position:static!important;transform:none!important;min-width:72px!important;padding:8px 11px!important;font-size:11.7px!important}#pricing.final-cta .mini-offer-price-sub-line{margin-top:8px!important;justify-content:center!important;gap:12px!important}#pricing.final-cta .mini-offer-old-price{color:#c5161d!important;font-size:16px!important}#pricing.final-cta .mini-offer-saving-line{color:#253247!important;font-size:12.5px!important;font-weight:820!important;white-space:nowrap!important}#pricing.final-cta .mini-offer-saving-line:before{content:""!important;display:inline-block!important;width:1px!important;height:20px!important;margin:0 12px 0 0!important;vertical-align:middle!important;background:#c5161d40!important}@media(min-width:981px){.wsm-twostore-v3d-top-lock .course-card{overflow:hidden!important}.wsm-twostore-v3d-top-lock .course-card .card-body{padding:0 0 10px!important}.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{aspect-ratio:16 / 6.05!important;max-height:142px!important;min-height:122px!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary{padding:10px 22px 11px!important;border-bottom:1px solid #e7ecf0!important;background:#fff!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary strong{font-size:14px!important;line-height:1.16!important}.wsm-twostore-v3d-top-lock .course-card .offer-rating-centered{margin-top:6px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{width:calc(100% - 64px)!important;margin:0 auto!important;padding:19px 0 20px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list strong{display:block!important;text-align:left!important;color:#0d1f3d!important;font-size:14px!important;line-height:1.1!important;margin:0 0 12px!important;letter-spacing:-.02em!important;font-weight:950!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px 24px!important;padding:0!important;margin:0!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{color:#0d1f3d!important;font-size:12.8px!important;line-height:1.26!important;font-weight:800!important;padding-left:22px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li:before{top:-1px!important;left:0!important;font-size:16px!important;color:#5fa328!important;font-weight:950!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{position:relative!important;width:calc(100% - 64px)!important;margin:0 auto 13px!important;padding:38px 0 0!important;min-height:0!important;display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"price" "sub"!important;row-gap:9px!important;align-items:center!important;border:0!important;border-top:1px solid #e7ecf0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-main-line{grid-area:price!important;position:relative!important;display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:54px!important;text-align:center!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{position:relative!important;z-index:1!important;color:#0d1f3d!important;font-size:48px!important;line-height:.9!important;letter-spacing:-.075em!important;font-weight:950!important;white-space:nowrap!important;transform:none!important}.wsm-twostore-v3d-top-lock .course-card .offer-discount-badge{position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important;min-width:78px!important;padding:8px 12px!important;border-radius:999px!important;background:#eefaf2!important;border:1px solid #cfe8d6!important;color:#087b61!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.035em!important;white-space:nowrap!important;box-shadow:inset 0 1px #ffffffdb!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-sub-line{grid-area:sub!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:14px!important;padding:0!important;border:0!important;line-height:1.12!important;text-align:center!important}.wsm-twostore-v3d-top-lock .course-card .offer-old-price{color:#c5161d!important;font-size:18px!important;line-height:1!important;font-weight:950!important;text-decoration:line-through!important;text-decoration-thickness:2px!important;text-decoration-color:#c5161ddb!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line{color:#253247!important;font-size:15px!important;line-height:1.12!important;font-weight:850!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line:before{content:""!important;display:inline-block!important;width:1px!important;height:24px!important;margin:0 14px 0 0!important;vertical-align:middle!important;background:#d7dee6!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated,#pricing.final-cta .wsm-card-offer-activated{position:absolute!important;top:-17px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;z-index:12!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:178px!important;max-width:calc(100% - 70px)!important;min-height:34px!important;padding:9px 18px!important;border-radius:8px!important;background:linear-gradient(180deg,#e42929,#c80f18)!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:0 10px 22px #c5161d42,inset 0 1px #fff3!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.035em!important;text-transform:uppercase!important;pointer-events:none!important;text-align:center!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated:before,#pricing.final-cta .wsm-card-offer-activated:before{content:"\26a1"!important;display:inline-block!important;margin-right:8px!important;color:#fff!important;font-size:15px!important;line-height:1!important;transform:translateY(-1px)!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated:after,#pricing.final-cta .wsm-card-offer-activated:after{content:""!important;display:block!important;position:absolute!important;left:50%!important;bottom:-10px!important;transform:translate(-50%)!important;width:0!important;height:0!important;border-left:10px solid transparent!important;border-right:10px solid transparent!important;border-top:10px solid #c80f18!important;border-bottom:0!important;filter:drop-shadow(0 4px 4px rgba(197,22,29,.16))!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated span,#pricing.final-cta .wsm-card-offer-activated span{display:none!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated strong,#pricing.final-cta .wsm-card-offer-activated strong{color:#fff!important;font:inherit!important;white-space:nowrap!important}.wsm-twostore-v3d-top-lock .course-card .btn,.wsm-twostore-v3d-top-lock .course-card .btn-orange{width:calc(100% - 64px)!important;min-height:54px!important;margin:2px auto 10px!important;border-radius:10px!important;font-size:17px!important;line-height:1!important;padding-top:16px!important;padding-bottom:16px!important;box-shadow:0 16px 30px #e0b94a47!important}.wsm-twostore-v3d-top-lock .course-card .offer-timer{width:calc(100% - 64px)!important;margin:0 auto!important;padding:8px 0 0!important;background:transparent!important;border:0!important;border-top:1px solid rgba(197,22,29,.14)!important;border-radius:0!important;box-shadow:none!important}.wsm-twostore-v3d-top-lock .course-card .timer-line{font-size:12.6px!important;line-height:1.1!important;gap:6px!important;color:#c5161d!important}.wsm-twostore-v3d-top-lock .course-card .timer-line strong,.wsm-twostore-v3d-top-lock .course-card #countdownTimer{font-size:13px!important;color:#c5161d!important}.wsm-twostore-v3d-top-lock .course-card .small-note{width:calc(100% - 64px)!important;margin:6px auto 8px!important;text-align:center!important;font-size:12px!important;line-height:1.18!important;color:#344054!important;font-weight:720!important}}@media(min-width:981px)and (max-height:730px){.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{max-height:126px!important;min-height:112px!important;aspect-ratio:16 / 5.55!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{padding-top:16px!important;padding-bottom:17px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list strong{margin-bottom:10px!important;font-size:13.4px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list ul{gap:9px 20px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{font-size:12px!important;line-height:1.2!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{padding-top:34px!important;margin-bottom:11px!important;row-gap:7px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-main-line{min-height:48px!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:44px!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line{font-size:13.2px!important}.wsm-twostore-v3d-top-lock .course-card .offer-old-price{font-size:16px!important}.wsm-twostore-v3d-top-lock .course-card .btn,.wsm-twostore-v3d-top-lock .course-card .btn-orange{min-height:50px!important;padding-top:14px!important;padding-bottom:14px!important;margin-bottom:8px!important}.wsm-twostore-v3d-top-lock .course-card .offer-timer{padding-top:7px!important}.wsm-twostore-v3d-top-lock .course-card .small-note{margin-top:5px!important;margin-bottom:6px!important}}@media(min-width:981px)and (max-height:680px){.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{max-height:116px!important;min-height:104px!important}.wsm-twostore-v3d-top-lock .course-card .offer-course-summary{padding-top:9px!important;padding-bottom:9px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list{padding-top:14px!important;padding-bottom:15px!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{font-size:11.5px!important;line-height:1.16!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{padding-top:32px!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:41px!important}.wsm-twostore-v3d-top-lock .course-card .timer-line{font-size:11.8px!important}}#pricing.final-cta .mini-offer-price-compact{position:relative!important;margin-top:22px!important;padding:38px 0 0!important;min-height:0!important;border:0!important;border-top:1px solid #e7ecf0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}#pricing.final-cta .mini-offer-price-main-line{position:relative!important;display:flex!important;justify-content:center!important;align-items:center!important;min-height:54px!important}#pricing.final-cta .mini-offer-new-price{font-size:48px!important;line-height:.9!important;color:#0d1f3d!important}#pricing.final-cta .mini-offer-discount-badge{position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important;min-width:78px!important;padding:8px 12px!important;font-size:12px!important}#pricing.final-cta .mini-offer-price-sub-line{margin-top:9px!important;justify-content:center!important;gap:14px!important}#pricing.final-cta .mini-offer-old-price{color:#c5161d!important;font-size:18px!important}#pricing.final-cta .mini-offer-saving-line{color:#253247!important;font-size:15px!important;font-weight:850!important;white-space:nowrap!important}#pricing.final-cta .mini-offer-saving-line:before{content:""!important;display:inline-block!important;width:1px!important;height:24px!important;margin:0 14px 0 0!important;vertical-align:middle!important;background:#d7dee6!important}@media(min-width:981px){.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{font-weight:560!important;letter-spacing:-.004em!important}.wsm-twostore-v3d-top-lock .course-card .offer-included-list strong{font-weight:900!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated,#pricing.final-cta .wsm-card-offer-activated{top:-11px!important;min-width:166px!important;min-height:31px!important;padding:8px 16px!important;border-radius:7px!important;font-size:11.2px!important;letter-spacing:.03em!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated:before,#pricing.final-cta .wsm-card-offer-activated:before{margin-right:7px!important;font-size:13.5px!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated:after,#pricing.final-cta .wsm-card-offer-activated:after{bottom:-9px!important;border-left-width:9px!important;border-right-width:9px!important;border-top-width:9px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{padding-top:36px!important;row-gap:8px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-main-line{min-height:50px!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:44px!important}.wsm-twostore-v3d-top-lock .course-card .offer-discount-badge{min-width:72px!important;padding:7px 11px!important;font-size:11.2px!important}.wsm-twostore-v3d-top-lock .course-card .offer-old-price{font-size:16.5px!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line{font-size:13.8px!important;font-weight:760!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line:before{height:22px!important}#pricing.final-cta .mini-offer-price-compact{padding-top:36px!important}#pricing.final-cta .mini-offer-price-main-line{min-height:50px!important}#pricing.final-cta .mini-offer-new-price{font-size:44px!important}#pricing.final-cta .mini-offer-discount-badge{min-width:72px!important;padding:7px 11px!important;font-size:11.2px!important}#pricing.final-cta .mini-offer-old-price{font-size:16.5px!important}#pricing.final-cta .mini-offer-saving-line{font-size:13.8px!important;font-weight:760!important}}@media(min-width:981px)and (max-height:730px){.wsm-twostore-v3d-top-lock .course-card .offer-included-list li{font-weight:540!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated,#pricing.final-cta .wsm-card-offer-activated{top:-10px!important;min-height:30px!important;padding-top:7px!important;padding-bottom:7px!important;font-size:10.9px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{padding-top:33px!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:41px!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line{font-size:12.7px!important}.wsm-twostore-v3d-top-lock .course-card .offer-old-price{font-size:15.5px!important}}@media(min-width:981px){.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{padding-top:43px!important;row-gap:7px!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated,#pricing.final-cta .wsm-card-offer-activated{top:3px!important;min-width:156px!important;min-height:29px!important;padding:7px 14px!important;font-size:10.4px!important;border-radius:7px!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated:before,#pricing.final-cta .wsm-card-offer-activated:before{font-size:12.5px!important;margin-right:6px!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated:after,#pricing.final-cta .wsm-card-offer-activated:after{bottom:-8px!important;border-left-width:8px!important;border-right-width:8px!important;border-top-width:8px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-main-line{min-height:42px!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:35px!important;letter-spacing:-.06em!important}.wsm-twostore-v3d-top-lock .course-card .offer-discount-badge{min-width:68px!important;padding:6px 10px!important;font-size:10.8px!important}.wsm-twostore-v3d-top-lock .course-card .offer-old-price{font-size:15.2px!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line{font-size:12.8px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-sub-line{gap:12px!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line:before{height:20px!important;margin-right:12px!important}.wsm-twostore-v3d-top-lock .course-card .btn,.wsm-twostore-v3d-top-lock .course-card .btn-orange{font-size:15.3px!important;min-height:50px!important;padding-top:14px!important;padding-bottom:14px!important;margin-top:0!important}.wsm-twostore-v3d-top-lock .course-card .video-box,.wsm-twostore-v3d-top-lock .course-card .wsm-video-box-deferred{background:#061f2b!important;overflow:hidden!important}.wsm-twostore-v3d-top-lock .course-card .video-box>iframe,.wsm-twostore-v3d-top-lock .course-card .video-box iframe.wsm-deferred-vimeo{position:absolute!important;top:50%!important;left:50%!important;width:162%!important;height:162%!important;min-width:162%!important;min-height:162%!important;max-width:none!important;max-height:none!important;transform:translate(-50%,-50%) scale(1.04)!important;transform-origin:center center!important;background:#061f2b!important;border:0!important}.wsm-twostore-v3d-top-lock .course-card .wsm-vimeo-poster,.wsm-twostore-v3d-top-lock .course-card .wsm-vimeo-poster-card{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;overflow:hidden!important;background:#061f2b!important}.wsm-twostore-v3d-top-lock .course-card .wsm-vimeo-poster img,.wsm-twostore-v3d-top-lock .course-card .video-box img{position:absolute!important;top:50%!important;left:50%!important;width:118%!important;height:118%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;transform:translate(-50%,-50%) scale(1.08)!important;transform-origin:center center!important}#pricing.final-cta .mini-offer-price-compact{padding-top:43px!important}#pricing.final-cta .mini-offer-price-main-line{min-height:42px!important}#pricing.final-cta .mini-offer-new-price{font-size:35px!important;letter-spacing:-.06em!important}#pricing.final-cta .mini-offer-discount-badge{min-width:68px!important;padding:6px 10px!important;font-size:10.8px!important}#pricing.final-cta .mini-offer-old-price{font-size:15.2px!important}#pricing.final-cta .mini-offer-saving-line{font-size:12.8px!important}}@media(min-width:981px)and (max-height:730px){.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{padding-top:40px!important}.wsm-twostore-v3d-top-lock .wsm-card-offer-activated,#pricing.final-cta .wsm-card-offer-activated{top:2px!important;min-height:28px!important;padding-top:6px!important;padding-bottom:6px!important;font-size:10px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-main-line{min-height:39px!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:33px!important}.wsm-twostore-v3d-top-lock .course-card .btn,.wsm-twostore-v3d-top-lock .course-card .btn-orange{font-size:15px!important;min-height:48px!important;padding-top:13px!important;padding-bottom:13px!important}}@media(min-width:981px)and (max-height:680px){.wsm-twostore-v3d-top-lock .course-card .offer-price-compact{padding-top:38px!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:31px!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line{font-size:12.2px!important}}.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred{background:#fff!important}.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred .wsm-vimeo-poster{top:-1px!important;right:-1px!important;bottom:-1px!important;left:-1px!important;overflow:hidden!important;transform:scale(1.16)!important;transform-origin:center center!important}.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred .wsm-vimeo-poster img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;transform:scale(1.06)!important;transform-origin:center center!important}.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred iframe.wsm-deferred-vimeo{width:122%!important;height:122%!important;min-width:122%!important;min-height:122%!important;transform:translate(-50%,-50%) scale(1.08)!important;transform-origin:center center!important}@media(max-width:720px){.wsm-v15-visual-shell .mobile-hero-video-card iframe.wsm-deferred-vimeo,.wsm-v15-visual-shell .mobile-hero-video-iframe.wsm-deferred-vimeo{width:116%!important;height:116%!important;min-width:116%!important;min-height:116%!important;transform:translate(-50%,-50%) scale(1.06)!important}}@media(min-width:721px){.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred,.wsm-twostore-v3d-top-lock .course-card .video-box.wsm-video-box-deferred{position:relative!important;overflow:hidden!important;background:#061f2b!important}.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred iframe.wsm-deferred-vimeo,.wsm-twostore-v3d-top-lock .course-card .video-box.wsm-video-box-deferred iframe.wsm-deferred-vimeo,.wsm-twostore-v3d-top-lock .course-card .video-box>iframe.wsm-deferred-vimeo{position:absolute!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;width:100%!important;height:172%!important;min-width:100%!important;min-height:172%!important;max-width:none!important;max-height:none!important;transform:translate(-50%,-50%) scale(1)!important;transform-origin:center center!important;border:0!important;background:transparent!important}.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred .wsm-vimeo-poster,.wsm-twostore-v3d-top-lock .course-card .video-box.wsm-video-box-deferred .wsm-vimeo-poster,.wsm-twostore-v3d-top-lock .course-card .video-box.wsm-video-box-deferred .wsm-vimeo-poster-card{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;overflow:hidden!important;background:#061f2b!important;transform:none!important}.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred .wsm-vimeo-poster img,.wsm-twostore-v3d-top-lock .course-card .video-box.wsm-video-box-deferred .wsm-vimeo-poster img,.wsm-twostore-v3d-top-lock .course-card .video-box.wsm-video-box-deferred img{position:absolute!important;top:50%!important;left:50%!important;width:100%!important;height:172%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;transform:translate(-50%,-50%) scale(1.01)!important;transform-origin:center center!important}}@media(min-width:721px){.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred,.wsm-twostore-v3d-top-lock .course-card .video-box.wsm-video-box-deferred{position:relative!important;overflow:hidden!important;background:#061f2b!important;isolation:isolate!important}.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred iframe.wsm-deferred-vimeo,.wsm-twostore-v3d-top-lock .course-card .video-box.wsm-video-box-deferred iframe.wsm-deferred-vimeo,.wsm-twostore-v3d-top-lock .course-card .video-box>iframe.wsm-deferred-vimeo{position:absolute!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;width:114%!important;height:196%!important;min-width:114%!important;min-height:196%!important;max-width:none!important;max-height:none!important;transform:translate(-50%,-50%) scale(1.14)!important;transform-origin:center center!important;border:0!important;background:#061f2b!important}.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred .wsm-vimeo-poster,.wsm-twostore-v3d-top-lock .course-card .video-box.wsm-video-box-deferred .wsm-vimeo-poster,.wsm-twostore-v3d-top-lock .course-card .video-box.wsm-video-box-deferred .wsm-vimeo-poster-card{position:absolute!important;top:-2px!important;right:-2px!important;bottom:-2px!important;left:-2px!important;width:auto!important;height:auto!important;overflow:hidden!important;background:#061f2b!important}.wsm-v15-visual-shell .course-card .video-box.wsm-video-box-deferred .wsm-vimeo-poster img,.wsm-twostore-v3d-top-lock .course-card .video-box.wsm-video-box-deferred .wsm-vimeo-poster img,.wsm-twostore-v3d-top-lock .course-card .video-box.wsm-video-box-deferred img{position:absolute!important;top:50%!important;left:50%!important;width:114%!important;height:196%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;transform:translate(-50%,-50%) scale(1.14)!important;transform-origin:center center!important}}@keyframes wsmMobileStickyOfferRotate{0%,42%{opacity:1;transform:translateY(0)}50%,to{opacity:0;transform:translateY(-7px)}}@media(max-width:720px){.wsm-v15-visual-shell .mobile-sticky-offer{min-width:0!important}.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-pill{position:relative!important;overflow:hidden!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:clamp(94px,25vw,112px)!important;height:24px!important;padding:0 8px!important;box-sizing:border-box!important;background:#16a34a1f!important;border:1px solid rgba(22,163,74,.34)!important;color:#15803d!important;border-radius:999px!important;white-space:nowrap!important;box-shadow:0 5px 12px #16a34a14!important}.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-pill b{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 7px!important;box-sizing:border-box!important;color:inherit!important;font-size:9.6px!important;line-height:1!important;font-weight:950!important;letter-spacing:.005em!important;text-align:center!important;white-space:nowrap!important;background:transparent!important;border:0!important;text-decoration:none!important;opacity:0;transform:translateY(7px);animation:wsmMobileStickyOfferRotate 4s ease-in-out infinite}.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-text-a{animation-delay:0s!important}.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-text-b{animation-delay:2s!important}}@media(max-width:380px){.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-pill{width:clamp(88px,24vw,100px)!important;height:22px!important;padding:0 6px!important}.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-pill b{font-size:8.8px!important;padding:0 5px!important}}@media(prefers-reduced-motion:reduce){.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-pill b{animation:none!important;opacity:0!important;transform:none!important}.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-text-a{opacity:1!important}}@media(max-width:720px){.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-pill{width:clamp(112px,29vw,136px)!important;padding-left:22px!important;padding-right:8px!important}.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-pill:before{content:"\26a1"!important;position:absolute!important;left:8px!important;top:50%!important;transform:translateY(-50%)!important;z-index:2!important;color:#f3b21a!important;font-size:11px!important;line-height:1!important;font-weight:900!important;filter:drop-shadow(0 1px 1px rgba(0,0,0,.08))!important;pointer-events:none!important}.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-pill b{padding-left:22px!important;padding-right:8px!important;font-size:9.3px!important}}@media(max-width:380px){.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-pill{width:clamp(104px,28vw,122px)!important;padding-left:20px!important;padding-right:6px!important}.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-pill:before{left:7px!important;font-size:10px!important}.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-pill b{padding-left:20px!important;padding-right:6px!important;font-size:8.4px!important}}@media(max-width:720px){.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-pill{background:linear-gradient(135deg,#ef2f2f,#d71920 52%,#b90f16)!important;border:1px solid rgba(255,255,255,.3)!important;color:#fff!important;box-shadow:0 7px 16px #d7192047!important}.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-pill:before{color:#fff!important;filter:drop-shadow(0 1px 1px rgba(0,0,0,.16))!important}.wsm-v15-visual-shell .mobile-sticky-offer .mobile-sticky-offer-pill b{color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.14)!important}}.wsm-bundle-summary,.wsm-bundle-courses,.wsm-bundle-path,.wsm-bundle-value,.wsm-bundle-compare{padding:88px 0;background:#fff}.wsm-bundle-summary{background:linear-gradient(180deg,#fffaf0,#fff 78%)}.wsm-bundle-courses{background:#f7faf9}.wsm-bundle-path{background:#fff}.wsm-bundle-value{background:linear-gradient(135deg,#061f23,#0b3a42);color:#fff}.wsm-bundle-compare{background:#f7faf9}.wsm-bundle-summary-grid,.wsm-bundle-value-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:42px;align-items:center}.wsm-bundle-summary-card,.wsm-bundle-value-offer,.wsm-bundle-course-card,.wsm-bundle-path-card,.wsm-bundle-compare-card{border-radius:26px;box-shadow:0 24px 70px #061f231f}.wsm-bundle-summary-card{background:#fff;border:1px solid rgba(6,31,35,.1);padding:26px}.wsm-bundle-summary-card-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:22px}.wsm-bundle-summary-card-head span,.wsm-bundle-value-badge,.wsm-bundle-course-badge,.wsm-bundle-path-card span,.wsm-bundle-compare-card-head span{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.wsm-bundle-summary-card-head span,.wsm-bundle-course-badge,.wsm-bundle-path-card span{background:#00a6ad1a;color:#007a80}.wsm-bundle-summary-card-head strong{font-size:22px;line-height:1.15;color:#13282c}.wsm-bundle-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wsm-bundle-metric{background:#f7faf9;border:1px solid rgba(6,31,35,.08);border-radius:18px;padding:18px}.wsm-bundle-metric span{display:block;color:#061f23;font-size:26px;line-height:1;font-weight:950;letter-spacing:-.04em}.wsm-bundle-metric small{display:block;color:#607477;margin-top:8px;font-weight:800}.wsm-bundle-price-strip{margin-top:18px;padding:18px;border-radius:20px;background:linear-gradient(135deg,#082b30,#11515a);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}.wsm-bundle-price-strip small{display:block;opacity:.78;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.wsm-bundle-price-strip strong{display:block;font-size:34px;line-height:1;letter-spacing:-.05em}.wsm-bundle-price-strip del{color:#ffffff94;font-weight:900}.wsm-bundle-price-strip span{background:#e0b94a;color:#061f23;border-radius:999px;padding:8px 12px;font-weight:950;white-space:nowrap}.wsm-bundle-summary-note{margin:14px 0 0;color:#607477;font-size:14px;font-weight:700}.wsm-bundle-section-head{max-width:760px;margin:0 0 34px}.wsm-bundle-section-head--center{margin-left:auto;margin-right:auto;text-align:center}.wsm-bundle-section-head h2{color:#13282c;font-size:clamp(32px,4vw,48px);line-height:1.04;letter-spacing:-.055em;margin:8px 0 12px}.wsm-bundle-section-head p{color:#607477;font-size:17px;line-height:1.7}.wsm-bundle-course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.wsm-bundle-course-card{background:#fff;border:1px solid rgba(6,31,35,.08);padding:24px;display:flex;flex-direction:column;min-height:100%}.wsm-bundle-course-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.wsm-bundle-course-number{color:#061f2333;font-size:34px;line-height:1;font-weight:950;letter-spacing:-.06em}.wsm-bundle-course-card h3{color:#13282c;font-size:22px;line-height:1.15;letter-spacing:-.035em;margin-bottom:10px}.wsm-bundle-course-card p{color:#607477;font-size:15px;line-height:1.65;margin-bottom:14px}.wsm-bundle-course-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.wsm-bundle-course-meta span{background:#fff7ed;color:#0d3e45;border:1px solid rgba(224,185,74,.28);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.wsm-bundle-course-card ul{list-style:none;display:grid;gap:9px;margin-top:auto}.wsm-bundle-course-card li{color:#13282c;font-size:14px;font-weight:750;position:relative;padding-left:22px}.wsm-bundle-course-card li:before{content:"\2713";position:absolute;left:0;top:0;color:#00a6ad;font-weight:950}.wsm-bundle-course-link{margin-top:16px;display:inline-flex;font-weight:950;color:#007a80}.wsm-bundle-soft-note{margin-top:24px;padding:16px 18px;border-radius:18px;background:#fff;border:1px solid rgba(6,31,35,.08);color:#607477;font-weight:800}.wsm-bundle-path-line{display:grid;gap:20px;position:relative;max-width:920px;margin:0 auto}.wsm-bundle-path-step{display:grid;grid-template-columns:64px minmax(0,1fr);gap:18px;align-items:stretch}.wsm-bundle-path-dot{width:64px;height:64px;border-radius:50%;background:#e0b94a;color:#061f23;display:grid;place-items:center;font-weight:950;font-size:22px;box-shadow:0 16px 30px #e0b94a47}.wsm-bundle-path-card{background:#fff;border:1px solid rgba(6,31,35,.08);padding:24px}.wsm-bundle-path-card h3{color:#13282c;font-size:24px;line-height:1.12;letter-spacing:-.035em;margin:10px 0 8px}.wsm-bundle-path-card p{color:#607477;line-height:1.7}.wsm-bundle-value .section-title h2,.wsm-bundle-value .copy p{color:#fff}.wsm-bundle-value .eyebrow{color:#e0b94a}.wsm-bundle-value-list{display:grid;gap:10px;margin-top:24px}.wsm-bundle-value-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 16px;border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.wsm-bundle-value-row span{color:#ffffffdb;font-weight:800}.wsm-bundle-value-row strong{color:#fff;font-weight:950;white-space:nowrap}.wsm-bundle-value-offer{background:#fff;color:#13282c;padding:28px;border:1px solid rgba(255,255,255,.22);position:sticky;top:96px}.wsm-bundle-value-badge{background:#c2410c;color:#fff;margin-bottom:14px}.wsm-bundle-value-offer h3{font-size:26px;line-height:1.1;letter-spacing:-.04em;margin-bottom:18px}.wsm-bundle-value-price{padding:18px;border-radius:22px;background:#fff7ed;border:1px solid rgba(224,185,74,.32);text-align:center}.wsm-bundle-value-price del{color:#9aa8aa;font-weight:900}.wsm-bundle-value-price strong{display:block;color:#061f23;font-size:46px;line-height:1;letter-spacing:-.06em;margin:6px 0}.wsm-bundle-value-price span{color:#c2410c;font-weight:950}.wsm-bundle-cta-btn{display:flex;justify-content:center;align-items:center;margin-top:18px;padding:16px 20px;border-radius:14px;background:#e0b94a;color:#061f23;font-weight:950;box-shadow:0 16px 36px #e0b94a47}.wsm-bundle-value-offer p{color:#607477;font-size:14px;text-align:center;margin:14px 0 0;font-weight:800}.wsm-bundle-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}.wsm-bundle-compare-card{background:#fff;padding:28px;border:1px solid rgba(6,31,35,.08)}.wsm-bundle-compare-card--winner{background:linear-gradient(135deg,#082b30,#11515a);color:#fff;border-color:#e0b94a75}.wsm-bundle-compare-card-head{margin-bottom:20px}.wsm-bundle-compare-card-head span{background:#f1f5f9;color:#607477;margin-bottom:12px}.wsm-bundle-compare-card--winner .wsm-bundle-compare-card-head span{background:#e0b94a;color:#061f23}.wsm-bundle-compare-card h3{color:#13282c;font-size:28px;line-height:1.1;letter-spacing:-.045em}.wsm-bundle-compare-card--winner h3{color:#fff}.wsm-bundle-compare-card ul{list-style:none;display:grid;gap:12px}.wsm-bundle-compare-card li{position:relative;padding-left:28px;color:#607477;font-weight:800;line-height:1.55}.wsm-bundle-compare-card li:before{content:"\2014";position:absolute;left:0;top:0;color:#94a3b8;font-weight:950}.wsm-bundle-compare-card--winner li{color:#ffffffe6}.wsm-bundle-compare-card--winner li:before{content:"\2713";color:#e0b94a}@media(max-width:980px){.wsm-bundle-summary,.wsm-bundle-courses,.wsm-bundle-path,.wsm-bundle-value,.wsm-bundle-compare{padding:62px 0}.wsm-bundle-summary-grid,.wsm-bundle-value-grid,.wsm-bundle-compare-grid{grid-template-columns:1fr}.wsm-bundle-course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wsm-bundle-value-offer{position:static}}@media(max-width:640px){.wsm-bundle-course-grid{grid-template-columns:1fr}.wsm-bundle-metric-grid{grid-template-columns:1fr 1fr}.wsm-bundle-summary-card,.wsm-bundle-value-offer,.wsm-bundle-course-card,.wsm-bundle-path-card,.wsm-bundle-compare-card{border-radius:20px;padding:20px}.wsm-bundle-price-strip{flex-direction:column;align-items:flex-start}.wsm-bundle-path-step{grid-template-columns:46px minmax(0,1fr);gap:12px}.wsm-bundle-path-dot{width:46px;height:46px;font-size:18px}.wsm-bundle-value-row{align-items:flex-start;flex-direction:column;gap:6px}}.wsm-twostore-v3d-content-shell.wsm-overview-premium-shell #overview.wsm-overview-premium{padding:92px 0!important;background:radial-gradient(circle at 10% 8%,#e0b94a2e,#e0b94a00 26%),radial-gradient(circle at 92% 20%,#07a0a024,#07a0a000 28%),linear-gradient(180deg,#fffaf0,#fff 72%)!important}.wsm-overview-premium-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(330px,430px)!important;gap:38px!important;align-items:stretch!important}.wsm-overview-premium .section-title{margin-bottom:18px!important}.wsm-overview-premium .section-title h2{color:#082b30!important;font-size:clamp(34px,4.7vw,58px)!important;line-height:.98!important;letter-spacing:-.065em!important;max-width:780px!important}.wsm-overview-premium .eyebrow{color:#007a80!important;font-weight:950!important}.wsm-overview-copy-card{max-width:780px!important;padding:24px 26px!important;border-radius:26px!important;background:#ffffffc2!important;border:1px solid rgba(6,31,35,.08)!important;box-shadow:0 18px 55px #061f2314!important}.wsm-overview-copy-card p{color:#455d60!important;font-size:17px!important;line-height:1.75!important}.wsm-overview-feature-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;margin-top:20px!important}.wsm-overview-feature-card.mini-card{background:#fff!important;border:1px solid rgba(6,31,35,.08)!important;border-radius:24px!important;padding:22px!important;box-shadow:0 18px 45px #061f2314!important}.wsm-overview-feature-card .mini-icon{width:44px!important;height:44px!important;border-radius:16px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#07a0a021,#e0b94a2e)!important;margin-bottom:14px!important}.wsm-overview-feature-card strong{color:#082b30!important;font-size:18px!important;letter-spacing:-.025em!important}.wsm-overview-feature-card p{color:#607477!important;font-size:14px!important;line-height:1.6!important}.wsm-overview-impact-card.stat-card{padding:28px!important;border-radius:30px!important;background:linear-gradient(180deg,#0d1f3dfa,#082b30fa)!important;border:1px solid rgba(224,185,74,.32)!important;box-shadow:0 30px 80px #0d1f3d38!important;color:#fff!important;position:relative!important;overflow:hidden!important}.wsm-overview-impact-card:before{content:""!important;position:absolute!important;inset:-80px -80px auto auto!important;width:210px!important;height:210px!important;border-radius:999px!important;background:#07a0a038!important;filter:blur(4px)!important}.wsm-overview-impact-badge{display:inline-flex!important;width:fit-content!important;padding:8px 13px!important;border-radius:999px!important;background:#e0b94a29!important;border:1px solid rgba(224,185,74,.34)!important;color:#e0b94a!important;font-size:12px!important;font-weight:950!important;letter-spacing:.06em!important;text-transform:uppercase!important;position:relative!important;z-index:1!important}.wsm-overview-impact-card h3{color:#fff!important;font-size:32px!important;line-height:1.04!important;letter-spacing:-.055em!important;margin:18px 0 10px!important;position:relative!important;z-index:1!important}.wsm-overview-impact-text{color:#ffffffbf!important;line-height:1.65!important;margin:0 0 18px!important;position:relative!important;z-index:1!important}.wsm-overview-stat-list{display:grid!important;gap:12px!important;position:relative!important;z-index:1!important}.wsm-overview-stat-row.stat-row{display:flex!important;align-items:center!important;gap:13px!important;padding:14px!important;border-radius:18px!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.1)!important}.wsm-overview-stat-row .stat-icon{width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:#ffffff1a!important}.wsm-overview-stat-row strong{color:#fff!important;font-size:24px!important;line-height:1!important}.wsm-overview-stat-row small{color:#ffffffb8!important;font-weight:800!important}.wsm-overview-impact-note{margin-top:16px!important;padding:14px 16px!important;border-radius:18px!important;background:#e0b94a!important;color:#061f23!important;font-weight:950!important;line-height:1.35!important;position:relative!important;z-index:1!important}.wsm-bundle-courses{background:radial-gradient(circle at 0% 0%,#07a0a01a,#07a0a000 30%),linear-gradient(180deg,#f8fbfa,#fff)!important}.wsm-bundle-courses-summary-bar{display:inline-flex!important;margin-top:18px!important;padding:10px 16px!important;border-radius:999px!important;background:#fff!important;border:1px solid rgba(6,31,35,.08)!important;color:#0d3e45!important;font-weight:950!important;box-shadow:0 12px 32px #061f2312!important}.wsm-bundle-course-grid--premium_grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}.wsm-bundle-course-card--premium_grid{border-radius:28px!important;border:1px solid rgba(6,31,35,.08)!important;box-shadow:0 24px 64px #061f231a!important;background:#fff!important;position:relative!important;overflow:hidden!important}.wsm-bundle-course-card--premium_grid:before{content:""!important;position:absolute!important;inset:0 0 auto 0!important;height:6px!important;background:linear-gradient(90deg,#07a0a0,#e0b94a)!important}.wsm-bundle-course-card--premium_grid .wsm-bundle-course-number{color:#07a0a02e!important}.wsm-bundle-course-grid--timeline{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:16px!important;max-width:980px!important;margin:0 auto!important;position:relative!important}.wsm-bundle-course-grid--timeline:before{content:""!important;position:absolute!important;left:34px!important;top:22px!important;bottom:22px!important;width:2px!important;background:linear-gradient(180deg,#07a0a026,#e0b94a80,#07a0a026)!important}.wsm-bundle-course-card--timeline{display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;gap:22px!important;align-items:stretch!important;min-height:0!important;border-radius:26px!important;background:#ffffffeb!important;border:1px solid rgba(6,31,35,.08)!important;box-shadow:0 18px 48px #061f2314!important}.wsm-bundle-course-card--timeline .wsm-bundle-course-top{flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;margin-bottom:0!important;position:relative!important;z-index:1!important}.wsm-bundle-course-card--timeline .wsm-bundle-course-number{width:68px!important;height:68px!important;border-radius:22px!important;display:grid!important;place-items:center!important;background:#0d1f3d!important;color:#fff!important;font-size:22px!important;box-shadow:0 14px 34px #0d1f3d33!important}.wsm-bundle-course-card--timeline .wsm-bundle-course-body{min-width:0!important}.wsm-bundle-course-card--timeline ul{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.wsm-bundle-course-card--timeline li{background:#f7faf9!important;border:1px solid rgba(6,31,35,.06)!important;border-radius:14px!important;padding:10px 12px 10px 30px!important}.wsm-bundle-course-card--timeline li:before{left:12px!important;top:10px!important}.wsm-bundle-course-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.wsm-bundle-course-card--compact{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;gap:16px!important;align-items:start!important;padding:20px!important;border-radius:22px!important;box-shadow:0 14px 34px #061f2312!important}.wsm-bundle-course-card--compact .wsm-bundle-course-top{flex-direction:column!important;align-items:flex-start!important;margin-bottom:0!important}.wsm-bundle-course-card--compact .wsm-bundle-course-number{color:#0d1f3d!important;font-size:30px!important}.wsm-bundle-course-card--compact h3{font-size:20px!important}.wsm-bundle-course-card--compact p{margin-bottom:10px!important}.wsm-bundle-course-card--compact ul{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.wsm-bundle-course-card--compact li{padding:7px 10px 7px 24px!important;border-radius:999px!important;background:#f7faf9!important;border:1px solid rgba(6,31,35,.06)!important;font-size:12px!important}.wsm-bundle-course-card--compact li:before{left:10px!important;top:7px!important}.wsm-bundle-value{background:radial-gradient(circle at 86% 10%,#e0b94a2e,#e0b94a00 26%),linear-gradient(180deg,#fffaf0,#fff 82%)!important;color:#082b30!important}.wsm-bundle-value-grid{align-items:start!important}.wsm-bundle-value .section-title h2{color:#082b30!important;font-size:clamp(34px,4.6vw,58px)!important;line-height:.98!important;letter-spacing:-.065em!important}.wsm-bundle-value .copy p{color:#52696d!important;font-size:17px!important;line-height:1.75!important}.wsm-bundle-value .eyebrow{color:#007a80!important}.wsm-bundle-value-highlight{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin:26px 0 18px!important;padding:22px 24px!important;border-radius:26px!important;background:#0d1f3d!important;color:#fff!important;box-shadow:0 24px 60px #0d1f3d29!important}.wsm-bundle-value-highlight small{display:block!important;color:#ffffffb3!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.06em!important;font-size:12px!important}.wsm-bundle-value-highlight strong{display:block!important;color:#fff!important;font-size:clamp(26px,3vw,38px)!important;line-height:1!important;letter-spacing:-.055em!important;margin-top:6px!important}.wsm-bundle-value-highlight span{color:#0d1f3d!important;background:#e0b94a!important;padding:10px 14px!important;border-radius:999px!important;font-weight:950!important;white-space:nowrap!important}.wsm-bundle-value-list{gap:12px!important}.wsm-bundle-value-row{background:#fff!important;border:1px solid rgba(6,31,35,.08)!important;border-radius:18px!important;box-shadow:0 12px 34px #061f230f!important}.wsm-bundle-value-row span{color:#294649!important}.wsm-bundle-value-row strong{color:#082b30!important}.wsm-bundle-value-offer{background:#fff!important;color:#082b30!important;border:1px solid rgba(6,31,35,.08)!important;box-shadow:0 30px 80px #061f2324!important;border-radius:30px!important}.wsm-bundle-value-offer h3{color:#082b30!important}.wsm-bundle-value-price{background:linear-gradient(180deg,#fffaf0,#fff7ed)!important;border-color:#e0b94a57!important}@media(max-width:980px){.wsm-overview-premium-grid{grid-template-columns:1fr!important}.wsm-overview-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.wsm-bundle-course-card--timeline ul{grid-template-columns:1fr!important}}@media(max-width:760px){.wsm-twostore-v3d-content-shell.wsm-overview-premium-shell #overview.wsm-overview-premium,.wsm-bundle-courses,.wsm-bundle-value{padding:62px 0!important}.wsm-overview-feature-grid,.wsm-bundle-course-grid--premium_grid,.wsm-bundle-course-grid--compact,.wsm-bundle-course-card--timeline,.wsm-bundle-course-card--compact{grid-template-columns:1fr!important}.wsm-bundle-course-grid--timeline:before{display:none!important}.wsm-bundle-course-card--timeline .wsm-bundle-course-top,.wsm-bundle-course-card--compact .wsm-bundle-course-top{flex-direction:row!important;justify-content:space-between!important;align-items:center!important}.wsm-bundle-value-highlight{flex-direction:column!important;align-items:flex-start!important}.wsm-bundle-value-highlight span{white-space:normal!important}}.wsm-overview-clean-shell,.wsm-bundle-value-clean-section{background:#fbf7ee!important}.wsm-twostore-v3d-content-shell.wsm-overview-clean-shell #overview.wsm-overview-clean,.wsm-bundle-value-clean{padding:86px 0!important;background:radial-gradient(circle at 88% 8%,#e0b94a24,#e0b94a00 26%),linear-gradient(180deg,#fbf7ee,#fff)!important;color:#082b30!important}.wsm-overview-clean-grid{display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr)!important;gap:34px!important;align-items:stretch!important}.wsm-overview-clean-main,.wsm-overview-clean-proof,.wsm-bundle-value-clean-breakdown,.wsm-bundle-value-clean-offer{border-radius:32px!important}.wsm-overview-clean-kicker,.wsm-bundle-clean-kicker{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#007a80!important;font-size:13px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.07em!important;margin-bottom:16px!important}.wsm-overview-clean-kicker span,.wsm-bundle-clean-kicker span{width:10px!important;height:10px!important;border-radius:999px!important;background:#07a0a0!important;box-shadow:0 0 0 6px #07a0a01f!important}.wsm-overview-clean-main h2,.wsm-bundle-value-clean-head h2{color:#082b30!important;max-width:780px!important;font-size:clamp(38px,4.8vw,64px)!important;line-height:1.03!important;letter-spacing:-.06em!important;margin:0!important}.wsm-overview-clean-copy-card{margin-top:24px!important;padding:28px 30px!important;border-radius:28px!important;background:#fff!important;border:1px solid rgba(6,31,35,.08)!important;box-shadow:0 22px 60px #061f2314!important}.wsm-overview-clean-copy-card p,.wsm-bundle-value-clean-intro p{color:#36575b!important;font-size:17px!important;line-height:1.75!important;margin:0 0 14px!important;font-weight:600!important}.wsm-overview-clean-copy-card p:last-child,.wsm-bundle-value-clean-intro p:last-child{margin-bottom:0!important}.wsm-overview-clean-pill-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;margin-top:18px!important}.wsm-overview-clean-pill{display:grid!important;gap:12px!important;padding:20px!important;border-radius:24px!important;background:#ffffffd1!important;border:1px solid rgba(6,31,35,.08)!important;box-shadow:0 16px 42px #061f230f!important}.wsm-overview-clean-pill-icon{width:44px!important;height:44px!important;border-radius:16px!important;display:grid!important;place-items:center!important;background:#effaf8!important;font-size:20px!important}.wsm-overview-clean-pill strong{display:block!important;color:#082b30!important;font-size:18px!important;line-height:1.15!important;margin-bottom:7px!important;font-weight:950!important}.wsm-overview-clean-pill p{color:#607477!important;font-size:14px!important;line-height:1.55!important;margin:0!important;font-weight:700!important}.wsm-overview-clean-proof{padding:32px!important;background:radial-gradient(circle at 96% 0%,#07a0a038,#07a0a000 36%),linear-gradient(135deg,#0d1f3d,#0e3b43)!important;color:#fff!important;box-shadow:0 28px 80px #0d1f3d29!important;align-self:start!important}.wsm-overview-clean-proof-badge{display:inline-flex!important;align-items:center!important;padding:8px 12px!important;border-radius:999px!important;background:#e0b94a29!important;color:#e0b94a!important;font-size:12px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.06em!important;margin-bottom:18px!important}.wsm-overview-clean-proof h3{color:#fff!important;font-size:clamp(28px,3vw,42px)!important;line-height:1.06!important;letter-spacing:-.055em!important;margin:0 0 14px!important;font-weight:950!important}.wsm-overview-clean-proof-text{color:#ffffffc7!important;font-size:16px!important;line-height:1.7!important;margin:0 0 22px!important;font-weight:650!important}.wsm-overview-clean-stats{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.wsm-overview-clean-stat{padding:18px!important;border-radius:22px!important;background:#fffffff2!important;border:1px solid rgba(255,255,255,.18)!important}.wsm-overview-clean-stat-icon{width:40px!important;height:40px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:#effaf8!important;margin-bottom:12px!important}.wsm-overview-clean-stat strong{display:block!important;color:#061f23!important;font-size:25px!important;line-height:1!important;letter-spacing:-.035em!important;margin-bottom:8px!important}.wsm-overview-clean-stat span{display:block!important;color:#5f6f80!important;font-size:13px!important;line-height:1.45!important;font-weight:850!important}.wsm-overview-clean-note{margin-top:18px!important;padding:17px 18px!important;border-radius:20px!important;background:#e0b94a!important;color:#0d1f3d!important;font-size:15px!important;line-height:1.45!important;font-weight:950!important}.wsm-bundle-value-clean-head{max-width:900px!important;margin:0 auto 34px!important;text-align:center!important}.wsm-bundle-value-clean-head .wsm-bundle-clean-kicker{justify-content:center!important}.wsm-bundle-value-clean-head h2{margin-left:auto!important;margin-right:auto!important}.wsm-bundle-value-clean-intro{max-width:720px!important;margin:18px auto 0!important}.wsm-bundle-value-clean-grid{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(340px,.78fr)!important;gap:26px!important;align-items:start!important;max-width:1120px!important;margin:0 auto!important}.wsm-bundle-value-clean-breakdown{padding:26px!important;background:#fff!important;border:1px solid rgba(6,31,35,.08)!important;box-shadow:0 24px 70px #061f2314!important}.wsm-bundle-value-clean-highlight{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px 18px!important;align-items:center!important;padding:24px!important;border-radius:26px!important;background:#0d1f3d!important;color:#fff!important;margin-bottom:16px!important}.wsm-bundle-value-clean-highlight small{grid-column:1 / -1!important;color:#e0b94a!important;font-size:12px!important;line-height:1!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.08em!important}.wsm-bundle-value-clean-highlight strong{color:#fff!important;font-size:clamp(32px,4vw,50px)!important;line-height:.98!important;letter-spacing:-.06em!important;font-weight:950!important}.wsm-bundle-value-clean-highlight span{justify-self:end!important;max-width:290px!important;padding:11px 16px!important;border-radius:999px!important;background:#e0b94a!important;color:#0d1f3d!important;font-size:14px!important;line-height:1.25!important;font-weight:950!important;text-align:center!important}.wsm-bundle-value-clean-list{display:grid!important;gap:10px!important}.wsm-bundle-value-clean-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding:15px 17px!important;border-radius:18px!important;background:#fbf7ee!important;border:1px solid rgba(6,31,35,.07)!important}.wsm-bundle-value-clean-row span{color:#244448!important;font-size:15px!important;line-height:1.35!important;font-weight:850!important}.wsm-bundle-value-clean-row strong{color:#082b30!important;font-size:16px!important;line-height:1!important;font-weight:950!important;white-space:nowrap!important}.wsm-bundle-value-clean-offer{padding:28px!important;background:#fff!important;border:1px solid rgba(6,31,35,.08)!important;box-shadow:0 28px 80px #061f2321!important;position:sticky!important;top:96px!important}.wsm-bundle-value-clean-badge{display:inline-flex!important;padding:9px 14px!important;border-radius:999px!important;background:#c2410c!important;color:#fff!important;font-size:12px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.04em!important;margin-bottom:16px!important}.wsm-bundle-value-clean-offer h3{color:#082b30!important;font-size:25px!important;line-height:1.1!important;letter-spacing:-.04em!important;margin:0 0 18px!important}.wsm-bundle-value-clean-price{padding:24px!important;border-radius:24px!important;background:linear-gradient(180deg,#fffaf0,#fff7ed)!important;border:1px solid rgba(224,185,74,.36)!important;text-align:center!important}.wsm-bundle-value-clean-price del{color:#9aa8aa!important;font-size:17px!important;font-weight:950!important}.wsm-bundle-value-clean-price strong{display:block!important;color:#061f23!important;font-size:clamp(48px,5vw,64px)!important;line-height:.95!important;letter-spacing:-.07em!important;margin:9px 0 6px!important}.wsm-bundle-value-clean-price span{color:#c2410c!important;font-size:16px!important;font-weight:950!important}.wsm-bundle-value-clean-btn{width:100%!important;margin-top:18px!important;justify-content:center!important}.wsm-bundle-value-clean-offer p{color:#607477!important;font-size:13px!important;line-height:1.55!important;text-align:center!important;font-weight:850!important;margin:14px 0 0!important}@media(max-width:980px){.wsm-overview-clean-grid,.wsm-bundle-value-clean-grid{grid-template-columns:1fr!important}.wsm-bundle-value-clean-offer{position:static!important}}@media(max-width:760px){.wsm-twostore-v3d-content-shell.wsm-overview-clean-shell #overview.wsm-overview-clean,.wsm-bundle-value-clean{padding:58px 0!important}.wsm-overview-clean-main h2,.wsm-bundle-value-clean-head h2{font-size:clamp(32px,10vw,42px)!important;letter-spacing:-.045em!important}.wsm-overview-clean-copy-card,.wsm-overview-clean-proof,.wsm-bundle-value-clean-breakdown,.wsm-bundle-value-clean-offer{padding:22px!important;border-radius:24px!important}.wsm-overview-clean-pill-grid,.wsm-overview-clean-stats,.wsm-bundle-value-clean-highlight{grid-template-columns:1fr!important}.wsm-bundle-value-clean-highlight span{justify-self:start!important;max-width:none!important;border-radius:18px!important}.wsm-bundle-value-clean-row{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}}.wsm-overview-editorial-shell,.wsm-bundle-ledger-shell{background:#fbf7ee!important}.wsm-twostore-v3d-content-shell.wsm-overview-editorial-shell #overview.wsm-overview-editorial,.wsm-bundle-ledger{padding:88px 0!important;background:radial-gradient(circle at 92% 0%,#e0b94a21,#e0b94a00 32%),linear-gradient(180deg,#fbf7ee,#fff)!important;color:#0b2f35!important}.wsm-overview-editorial-grid{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr)!important;gap:28px!important;align-items:stretch!important}.wsm-overview-editorial-kicker,.wsm-bundle-ledger-kicker{display:inline-flex!important;align-items:center!important;gap:9px!important;color:#007a80!important;font-size:13px!important;line-height:1!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.075em!important;margin-bottom:18px!important}.wsm-overview-editorial-kicker span,.wsm-bundle-ledger-kicker span{width:10px!important;height:10px!important;border-radius:999px!important;background:#07a0a0!important;box-shadow:0 0 0 6px #07a0a01f!important}.wsm-overview-editorial-copy h2,.wsm-bundle-ledger-head h2{color:#072a30!important;font-size:clamp(40px,5vw,66px)!important;line-height:1.02!important;letter-spacing:-.065em!important;max-width:850px!important;margin:0!important;font-weight:950!important}.wsm-overview-editorial-body{max-width:720px!important;margin-top:26px!important;padding:30px 32px!important;border-radius:30px!important;background:#ffffffeb!important;border:1px solid rgba(7,42,48,.08)!important;box-shadow:0 26px 70px #072a3012!important}.wsm-overview-editorial-body p{color:#31575c!important;font-size:17px!important;line-height:1.75!important;margin:0 0 15px!important;font-weight:600!important}.wsm-overview-editorial-body p:last-child{margin-bottom:0!important}.wsm-overview-editorial-memo{display:flex!important;flex-direction:column!important;justify-content:space-between!important;min-height:100%!important;padding:30px!important;border-radius:32px!important;background:linear-gradient(135deg,#0d1f3d,#123a45)!important;box-shadow:0 28px 80px #0d1f3d29!important;color:#fff!important;position:relative!important;overflow:hidden!important}.wsm-overview-editorial-memo:before{content:""!important;position:absolute!important;width:210px!important;height:210px!important;right:-78px!important;top:-80px!important;border-radius:999px!important;background:#07a0a038!important}.wsm-overview-editorial-memo-label{width:max-content!important;max-width:100%!important;padding:8px 13px!important;border-radius:999px!important;background:#e0b94a29!important;color:#e0b94a!important;font-size:12px!important;font-weight:950!important;letter-spacing:.065em!important;text-transform:uppercase!important;position:relative!important;z-index:1!important}.wsm-overview-editorial-memo h3{color:#fff!important;font-size:clamp(30px,3vw,44px)!important;line-height:1.02!important;letter-spacing:-.055em!important;margin:24px 0 14px!important;max-width:360px!important;position:relative!important;z-index:1!important}.wsm-overview-editorial-memo p{color:#ffffffc7!important;font-size:16px!important;line-height:1.72!important;margin:0!important;max-width:390px!important;font-weight:650!important;position:relative!important;z-index:1!important}.wsm-overview-editorial-note{margin-top:26px!important;padding:18px 20px!important;border-radius:22px!important;background:#e0b94a!important;color:#0d1f3d!important;font-size:15px!important;line-height:1.42!important;font-weight:950!important;position:relative!important;z-index:1!important}.wsm-overview-editorial-path{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;margin-top:26px!important}.wsm-overview-editorial-path-card{position:relative!important;display:grid!important;grid-template-columns:auto 1fr!important;gap:14px!important;padding:22px!important;border-radius:26px!important;background:#fff!important;border:1px solid rgba(7,42,48,.08)!important;box-shadow:0 20px 55px #072a300f!important}.wsm-overview-editorial-path-num{position:absolute!important;top:18px!important;right:20px!important;color:#0d1f3d21!important;font-size:34px!important;line-height:1!important;letter-spacing:-.06em!important;font-weight:950!important}.wsm-overview-editorial-path-icon{width:48px!important;height:48px!important;border-radius:18px!important;display:grid!important;place-items:center!important;background:#effaf8!important;font-size:21px!important}.wsm-overview-editorial-path-card strong{display:block!important;color:#072a30!important;font-size:18px!important;line-height:1.15!important;font-weight:950!important;margin:5px 0 8px!important;padding-right:36px!important}.wsm-overview-editorial-path-card p{color:#607477!important;font-size:14px!important;line-height:1.55!important;font-weight:700!important;margin:0!important}.wsm-overview-editorial-stats{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1px!important;overflow:hidden!important;margin-top:18px!important;border-radius:26px!important;background:#072a3017!important;border:1px solid rgba(7,42,48,.08)!important;box-shadow:0 20px 60px #072a300f!important}.wsm-overview-editorial-stat{padding:20px 22px!important;background:#fffffff0!important;display:grid!important;grid-template-columns:auto 1fr!important;gap:8px 12px!important;align-items:center!important}.wsm-overview-editorial-stat span{grid-row:1 / 3!important;width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border-radius:15px!important;background:#effaf8!important}.wsm-overview-editorial-stat strong{color:#072a30!important;font-size:26px!important;line-height:1!important;letter-spacing:-.04em!important;font-weight:950!important}.wsm-overview-editorial-stat em{color:#61757a!important;font-style:normal!important;font-size:13px!important;line-height:1.25!important;font-weight:850!important}.wsm-bundle-ledger-head{max-width:880px!important;margin:0 auto 34px!important;text-align:center!important}.wsm-bundle-ledger-head .wsm-bundle-ledger-kicker{justify-content:center!important}.wsm-bundle-ledger-head h2{margin-left:auto!important;margin-right:auto!important}.wsm-bundle-ledger-intro{max-width:700px!important;margin:18px auto 0!important}.wsm-bundle-ledger-intro p{color:#47656a!important;font-size:17px!important;line-height:1.65!important;font-weight:650!important;margin:0 0 10px!important}.wsm-bundle-ledger-card{display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:0!important;max-width:1120px!important;margin:0 auto!important;border-radius:34px!important;overflow:hidden!important;background:#fff!important;border:1px solid rgba(7,42,48,.09)!important;box-shadow:0 32px 90px #072a301a!important}.wsm-bundle-ledger-list-wrap{padding:30px!important}.wsm-bundle-ledger-list-head{display:flex!important;justify-content:space-between!important;gap:20px!important;align-items:center!important;padding:22px 24px!important;border-radius:26px!important;background:#fbf7ee!important;border:1px solid rgba(224,185,74,.34)!important;margin-bottom:16px!important}.wsm-bundle-ledger-list-head small{display:block!important;color:#007a80!important;font-size:12px!important;line-height:1!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-weight:950!important;margin-bottom:8px!important}.wsm-bundle-ledger-list-head strong{display:block!important;color:#072a30!important;font-size:clamp(32px,4.3vw,54px)!important;line-height:.95!important;letter-spacing:-.06em!important;font-weight:950!important}.wsm-bundle-ledger-list-head span{max-width:290px!important;color:#34575b!important;font-size:15px!important;line-height:1.35!important;font-weight:850!important;text-align:right!important}.wsm-bundle-ledger-list{display:grid!important;gap:0!important;border:1px solid rgba(7,42,48,.08)!important;border-radius:24px!important;overflow:hidden!important}.wsm-bundle-ledger-row{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;padding:16px 18px!important;background:#fff!important;border-bottom:1px solid rgba(7,42,48,.08)!important}.wsm-bundle-ledger-row:last-child{border-bottom:0!important}.wsm-bundle-ledger-row span{color:#24484d!important;font-size:15px!important;line-height:1.35!important;font-weight:850!important}.wsm-bundle-ledger-row strong{color:#072a30!important;font-size:16px!important;line-height:1!important;font-weight:950!important;white-space:nowrap!important}.wsm-bundle-ledger-offer{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:32px!important;background:radial-gradient(circle at 100% 0%,#07a0a033,#07a0a000 40%),linear-gradient(135deg,#0d1f3d,#123a45)!important;color:#fff!important}.wsm-bundle-ledger-badge{width:max-content!important;max-width:100%!important;padding:9px 14px!important;border-radius:999px!important;background:#c2410c!important;color:#fff!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.05em!important;text-transform:uppercase!important;margin-bottom:16px!important}.wsm-bundle-ledger-offer h3{color:#fff!important;font-size:28px!important;line-height:1.05!important;letter-spacing:-.045em!important;margin:0 0 22px!important;font-weight:950!important}.wsm-bundle-ledger-price{padding:24px!important;border-radius:26px!important;background:#fffffff5!important;border:1px solid rgba(255,255,255,.28)!important;text-align:center!important;color:#0d1f3d!important}.wsm-bundle-ledger-price del{color:#8c9aa3!important;font-size:17px!important;font-weight:950!important}.wsm-bundle-ledger-price strong{display:block!important;color:#061f23!important;font-size:clamp(50px,5vw,66px)!important;line-height:.9!important;letter-spacing:-.075em!important;font-weight:950!important;margin:10px 0 8px!important}.wsm-bundle-ledger-price span{color:#c2410c!important;font-size:16px!important;font-weight:950!important}.wsm-bundle-ledger-btn{width:100%!important;justify-content:center!important;margin-top:18px!important}.wsm-bundle-ledger-offer p{color:#ffffffc2!important;text-align:center!important;font-size:13px!important;line-height:1.5!important;font-weight:850!important;margin:14px 0 0!important}.wsm-bundle-courses--executive_stack{background:#fff!important}.wsm-bundle-course-grid--executive_stack{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;max-width:1120px!important;margin:0 auto!important}.wsm-bundle-course-card--executive_stack{display:grid!important;grid-template-columns:84px minmax(0,1fr)!important;gap:18px!important;padding:22px!important;border-radius:26px!important;background:#fbf7ee!important;border:1px solid rgba(7,42,48,.08)!important;box-shadow:0 18px 52px #072a300e!important}.wsm-bundle-course-card--executive_stack .wsm-bundle-course-top{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.wsm-bundle-course-card--executive_stack .wsm-bundle-course-number{width:58px!important;height:58px!important;border-radius:20px!important;display:grid!important;place-items:center!important;background:#0d1f3d!important;color:#fff!important;font-size:20px!important;font-weight:950!important;letter-spacing:-.04em!important}.wsm-bundle-course-card--executive_stack .wsm-bundle-course-badge{width:max-content!important;max-width:82px!important;padding:7px 9px!important;border-radius:999px!important;background:#07a0a01c!important;color:#007a80!important;font-size:11px!important;font-weight:950!important;letter-spacing:.02em!important}.wsm-bundle-course-card--executive_stack .wsm-bundle-course-body h3{color:#072a30!important;font-size:23px!important;line-height:1.12!important;letter-spacing:-.04em!important;margin:0 0 8px!important}.wsm-bundle-course-card--executive_stack .wsm-bundle-course-body p{color:#49676b!important;font-size:15px!important;line-height:1.55!important;font-weight:650!important;margin:0 0 12px!important}.wsm-bundle-course-card--executive_stack .wsm-bundle-course-meta{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin:0 0 12px!important}.wsm-bundle-course-card--executive_stack .wsm-bundle-course-meta span{padding:7px 10px!important;border-radius:999px!important;background:#fff!important;color:#31575c!important;font-size:12px!important;font-weight:900!important}.wsm-bundle-course-card--executive_stack ul{display:grid!important;gap:7px!important;margin:0!important;padding:0!important;list-style:none!important}.wsm-bundle-course-card--executive_stack li{color:#607477!important;font-size:13px!important;line-height:1.35!important;font-weight:750!important;padding-left:18px!important;position:relative!important}.wsm-bundle-course-card--executive_stack li:before{content:""!important;width:7px!important;height:7px!important;border-radius:999px!important;background:#e0b94a!important;position:absolute!important;left:0!important;top:.48em!important}.wsm-bundle-course-card--executive_stack .wsm-bundle-course-link{display:inline-flex!important;margin-top:14px!important;color:#007a80!important;font-weight:950!important;text-decoration:none!important}@media(max-width:980px){.wsm-overview-editorial-grid,.wsm-bundle-ledger-card,.wsm-bundle-course-grid--executive_stack{grid-template-columns:1fr!important}.wsm-overview-editorial-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.wsm-twostore-v3d-content-shell.wsm-overview-editorial-shell #overview.wsm-overview-editorial,.wsm-bundle-ledger{padding:58px 0!important}.wsm-overview-editorial-copy h2,.wsm-bundle-ledger-head h2{font-size:clamp(32px,10vw,44px)!important;letter-spacing:-.045em!important}.wsm-overview-editorial-body,.wsm-overview-editorial-memo,.wsm-bundle-ledger-list-wrap,.wsm-bundle-ledger-offer{padding:22px!important;border-radius:24px!important}.wsm-overview-editorial-path,.wsm-overview-editorial-stats{grid-template-columns:1fr!important}.wsm-bundle-ledger-list-head{align-items:flex-start!important;flex-direction:column!important}.wsm-bundle-ledger-list-head span{text-align:left!important;max-width:none!important}.wsm-bundle-ledger-row{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}.wsm-bundle-course-card--executive_stack{grid-template-columns:1fr!important}.wsm-bundle-course-card--executive_stack .wsm-bundle-course-top{flex-direction:row!important;align-items:center!important;justify-content:space-between!important}}.wsm-bundle-ledger-list-head strong{font-size:clamp(30px,3.55vw,46px)!important;letter-spacing:-.055em!important}.wsm-bundle-ledger-list-head small{margin-bottom:6px!important}.wsm-bundle-ledger-list-head span{font-size:14px!important;line-height:1.32!important}.wsm-bundle-ledger-price strong{font-size:clamp(52px,5.4vw,68px)!important;letter-spacing:-.075em!important}.wsm-bundle-ledger-price del{font-size:16px!important}.wsm-bundle-ledger-price span{font-size:17px!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-main-line{min-height:50px!important;gap:12px!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:clamp(38px,3.25vw,44px)!important;line-height:.92!important;letter-spacing:-.07em!important}.wsm-twostore-v3d-top-lock .course-card .offer-discount-badge{font-size:11px!important;padding:7px 11px!important;min-width:72px!important}.wsm-twostore-v3d-top-lock .course-card .offer-old-price{font-size:16px!important}.wsm-twostore-v3d-top-lock .course-card .offer-saving-line{font-size:13.5px!important}#pricing.final-cta .mini-offer-new-price{font-size:clamp(40px,4.4vw,54px)!important;line-height:.92!important}@media(max-width:760px){.wsm-bundle-ledger-list-head{align-items:flex-start!important}.wsm-bundle-ledger-list-head strong{font-size:clamp(30px,9vw,40px)!important}.wsm-bundle-ledger-price strong{font-size:clamp(46px,13vw,58px)!important}.wsm-twostore-v3d-top-lock .course-card .offer-new-price{font-size:clamp(34px,10vw,40px)!important}.wsm-twostore-v3d-top-lock .course-card .offer-price-main-line{min-height:44px!important}}.wsm-opt-v3d{background:#f7f5ef;color:#0d1f3d}.wsm-opt-v3d .container{max-width:1180px;margin:0 auto;padding:0 22px}.wsm-opt-v3d .wsm-opt-section{padding:clamp(54px,7vw,92px) 0}.wsm-opt-v3d .wsm-opt-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#07a0a01c;color:#087979;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.wsm-opt-v3d .wsm-opt-title{margin:15px 0 0;max-width:780px;font-size:clamp(32px,4vw,54px);line-height:.98;letter-spacing:-.055em;color:#0d1f3d}.wsm-opt-v3d .wsm-opt-intro{max-width:760px;margin:18px 0 0;color:#0d1f3db8;font-size:17px;line-height:1.65}.wsm-opt-v3d .wsm-opt-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.wsm-opt-v3d .wsm-opt-head .wsm-opt-intro{max-width:460px;margin-bottom:5px}.wsm-opt-v3d .wsm-opt-card{background:#fff;border:1px solid rgba(13,31,61,.1);border-radius:28px;box-shadow:0 22px 55px #0d1f3d14}.wsm-opt-v3d .wsm-opt-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.wsm-opt-v3d .wsm-opt-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.wsm-opt-v3d .wsm-opt-icon{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:#0d1f3d;color:#e0b94a;font-weight:900;flex:0 0 auto}.wsm-opt-v3d .wsm-opt-mini-label{color:#087979;font-size:12px;font-weight:850;letter-spacing:.075em;text-transform:uppercase}.wsm-opt-v3d .wsm-opt-muted{color:#0d1f3dab}.wsm-opt-v3d .wsm-opt-dark{background:linear-gradient(135deg,#0d1f3d,#102e53);color:#fff;border:1px solid rgba(224,185,74,.24);box-shadow:0 30px 70px #0d1f3d38}.wsm-opt-v3d .wsm-opt-dark .wsm-opt-muted{color:#ffffffb8}.wsm-opt-v3d .wsm-opt-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.wsm-opt-v3d .wsm-opt-list li{display:flex;align-items:flex-start;gap:10px;color:#0d1f3db8;line-height:1.45}.wsm-opt-v3d .wsm-opt-list li:before{content:"";width:18px;height:18px;border-radius:999px;margin-top:2px;background:#07a0a0;box-shadow:inset 0 0 0 5px #ffffffb8;flex:0 0 auto}.wsm-opt-v3d .wsm-opt-dark .wsm-opt-list li{color:#ffffffc7}.wsm-opt-v3d .wsm-opt-dark .wsm-opt-list li:before{background:#e0b94a}.wsm-opt-v3d .wsm-opt-pill{display:inline-flex;align-items:center;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:850;color:#0d1f3d;background:#efe4c2}.wsm-opt-v3d .wsm-opt-cta-link{display:inline-flex;align-items:center;gap:8px;color:#087979;font-weight:850;text-decoration:none}.wsm-opt-v3d .wsm-opt-cta-link:hover{text-decoration:underline}.wsm-opt-files-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.wsm-opt-file-card{padding:22px;min-height:220px;display:flex;flex-direction:column;gap:14px}.wsm-opt-file-card strong{font-size:20px;line-height:1.15;letter-spacing:-.025em}.wsm-opt-file-card p{margin:0;color:#0d1f3dad;line-height:1.48}.wsm-opt-file-card small{margin-top:auto;color:#0d1f3d8a;font-weight:750}.wsm-opt-case-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:stretch}.wsm-opt-case-copy{padding:34px}.wsm-opt-case-copy .wsm-opt-title{font-size:clamp(32px,3.35vw,48px)}.wsm-opt-case-board{padding:26px;overflow:hidden;position:relative}.wsm-opt-case-board:after{content:"";position:absolute;inset:auto -80px -110px auto;width:270px;height:270px;border-radius:50%;background:#e0b94a26;filter:blur(4px)}.wsm-opt-case-screen{position:relative;z-index:1;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:18px}.wsm-opt-case-screen-head{display:flex;align-items:center;justify-content:space-between;color:#ffffffbd;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.wsm-opt-case-bars{display:grid;gap:10px}.wsm-opt-case-bar{height:38px;border-radius:12px;background:#ffffff1a;overflow:hidden}.wsm-opt-case-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#07a0a0,#e0b94a)}.wsm-opt-case-steps{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.wsm-opt-case-step{padding:16px;border-radius:18px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.wsm-opt-case-step span{color:#e0b94a;font-size:12px;font-weight:900}.wsm-opt-case-step strong{display:block;margin-top:6px;color:#fff;line-height:1.25}.wsm-opt-skill-wrap{display:grid;grid-template-columns:.72fr 1.28fr;gap:24px;align-items:start}.wsm-opt-skill-panel{padding:30px;position:sticky;top:90px}.wsm-opt-skill-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wsm-opt-skill-item{padding:18px;display:flex;gap:12px;align-items:flex-start}.wsm-opt-skill-item span{width:26px;height:26px;border-radius:999px;display:grid;place-items:center;flex:0 0 auto;background:#07a0a01f;color:#087979;font-weight:900}.wsm-opt-skill-item strong{display:block;font-size:16px;line-height:1.35}.wsm-opt-skill-item small{display:block;margin-top:6px;color:#0d1f3d94;font-weight:700}.wsm-opt-choice-card{padding:26px;position:relative;overflow:hidden}.wsm-opt-choice-card.is-highlight{border-color:#e0b94a99;box-shadow:0 28px 70px #e0b94a2e}.wsm-opt-choice-card h3{margin:16px 0 8px;font-size:24px;letter-spacing:-.035em}.wsm-opt-choice-card p{margin:0 0 16px;color:#0d1f3dad;line-height:1.55}.wsm-opt-choice-card .wsm-opt-pill{margin-bottom:16px}.wsm-opt-tracks{display:grid;gap:14px}.wsm-opt-track{padding:24px;display:grid;grid-template-columns:220px 1fr;gap:22px;align-items:center}.wsm-opt-track h3{margin:6px 0 8px;font-size:24px;letter-spacing:-.035em}.wsm-opt-track p{margin:0;color:#0d1f3dad;line-height:1.5}.wsm-opt-track-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.wsm-opt-roadmap{position:relative;display:grid;gap:16px}.wsm-opt-roadmap-step{display:grid;grid-template-columns:170px 1fr 230px;gap:18px;align-items:stretch;padding:18px}.wsm-opt-roadmap-time{border-radius:20px;background:#0d1f3d;color:#fff;display:grid;place-items:center;text-align:center;padding:16px;font-weight:900}.wsm-opt-roadmap-main{padding:8px 0}.wsm-opt-roadmap-main h3{margin:0 0 8px;font-size:23px;letter-spacing:-.035em}.wsm-opt-roadmap-main p{margin:0;color:#0d1f3dad;line-height:1.52}.wsm-opt-roadmap-result{border-left:1px solid rgba(13,31,61,.12);padding-left:18px;display:flex;align-items:center;color:#087979;font-weight:850;line-height:1.4}.wsm-opt-deliverables-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.wsm-opt-deliverable{padding:22px}.wsm-opt-deliverable strong{display:block;font-size:34px;line-height:.95;letter-spacing:-.06em;color:#0d1f3d}.wsm-opt-deliverable span{display:block;margin-top:10px;color:#0d1f3dad;font-weight:750}.wsm-opt-deliverables-note{margin-top:20px;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px}.wsm-opt-deliverables-note strong{font-size:22px;letter-spacing:-.035em}.wsm-opt-deliverables-note p{margin:0;color:#0d1f3dad}.wsm-opt-comparison{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.wsm-opt-plan{padding:28px;display:flex;flex-direction:column;min-height:430px}.wsm-opt-plan.is-highlight{background:linear-gradient(135deg,#0d1f3d,#102e53);color:#fff;border-color:#e0b94a61;transform:translateY(-8px)}.wsm-opt-plan h3{margin:14px 0 8px;font-size:28px;letter-spacing:-.04em}.wsm-opt-plan-price{font-size:44px;line-height:.95;letter-spacing:-.065em;font-weight:900;color:#0d1f3d}.wsm-opt-plan.is-highlight .wsm-opt-plan-price{color:#e0b94a}.wsm-opt-plan p{color:#0d1f3dad;line-height:1.5}.wsm-opt-plan.is-highlight p{color:#ffffffbd}.wsm-opt-plan .wsm-opt-list{margin-top:18px}.wsm-opt-plan .wsm-opt-list li{color:#0d1f3db8}.wsm-opt-plan.is-highlight .wsm-opt-list li{color:#fffc}.wsm-opt-before-after{display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:stretch}.wsm-opt-ba-card{padding:30px}.wsm-opt-ba-card h3{margin:14px 0 18px;font-size:30px;letter-spacing:-.04em}.wsm-opt-ba-arrow{width:74px;min-height:100%;border-radius:999px;display:grid;place-items:center;background:#e0b94a;color:#0d1f3d;font-size:32px;font-weight:900;align-self:center}.wsm-opt-prereq-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.wsm-opt-prereq{padding:24px}.wsm-opt-prereq h3{margin:14px 0 8px;font-size:22px;letter-spacing:-.035em}.wsm-opt-prereq p{margin:0;color:#0d1f3dad;line-height:1.5}.wsm-opt-guarantee-card{padding:34px;display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center}.wsm-opt-guarantee-badge{width:92px;height:92px;border-radius:30px;background:#e0b94a;color:#0d1f3d;display:grid;place-items:center;font-size:42px;font-weight:900;box-shadow:0 20px 50px #e0b94a40}.wsm-opt-guarantee-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wsm-opt-guarantee-point{padding:18px;border-radius:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.13)}.wsm-opt-guarantee-point strong{display:block;color:#fff}.wsm-opt-guarantee-point small{display:block;margin-top:7px;color:#ffffffa8;line-height:1.35}.wsm-opt-tools-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.wsm-opt-tool{padding:22px}.wsm-opt-tool strong{display:block;margin:14px 0 8px;font-size:21px;letter-spacing:-.035em}.wsm-opt-tool p{margin:0;color:#0d1f3dad;line-height:1.46}@media(max-width:980px){.wsm-opt-v3d .wsm-opt-head{display:block}.wsm-opt-files-grid,.wsm-opt-tools-grid,.wsm-opt-deliverables-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wsm-opt-case-grid,.wsm-opt-skill-wrap,.wsm-opt-guarantee-card{grid-template-columns:1fr}.wsm-opt-skill-panel{position:static}.wsm-opt-track{grid-template-columns:1fr}.wsm-opt-track-tags{justify-content:flex-start}.wsm-opt-roadmap-step{grid-template-columns:1fr}.wsm-opt-roadmap-result{border-left:0;border-top:1px solid rgba(13,31,61,.12);padding:14px 0 0}.wsm-opt-comparison{grid-template-columns:1fr}.wsm-opt-plan.is-highlight{transform:none}}@media(max-width:680px){.wsm-opt-v3d .container{padding:0 16px}.wsm-opt-v3d .wsm-opt-grid-3,.wsm-opt-v3d .wsm-opt-grid-2,.wsm-opt-files-grid,.wsm-opt-tools-grid,.wsm-opt-deliverables-grid,.wsm-opt-skill-grid,.wsm-opt-case-steps,.wsm-opt-prereq-grid,.wsm-opt-guarantee-points,.wsm-opt-before-after{grid-template-columns:1fr}.wsm-opt-ba-arrow{width:100%;min-height:58px;border-radius:22px;transform:rotate(90deg)}.wsm-opt-deliverables-note{display:block}}@media(min-width:1121px){main .wsm-opt-v3d .container{width:min(720px,calc(100% - 470px))!important;max-width:none!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}main .wsm-opt-v3d .wsm-opt-head{display:block!important;margin-bottom:26px!important}main .wsm-opt-v3d .wsm-opt-head .wsm-opt-intro{max-width:720px!important;margin-top:18px!important;margin-bottom:0!important}main .wsm-opt-v3d .wsm-opt-title{font-size:clamp(30px,3vw,44px)!important;line-height:1.02!important}main .wsm-opt-files-grid,main .wsm-opt-tools-grid,main .wsm-opt-deliverables-grid,main .wsm-opt-skill-grid,main .wsm-opt-case-steps,main .wsm-opt-guarantee-points{grid-template-columns:repeat(2,minmax(0,1fr))!important}main .wsm-opt-case-grid,main .wsm-opt-skill-wrap,main .wsm-opt-guarantee-card,main .wsm-opt-grid-2,main .wsm-opt-grid-3,main .wsm-opt-prereq-grid,main .wsm-opt-comparison,main .wsm-opt-before-after{grid-template-columns:1fr!important}main .wsm-opt-skill-panel{position:static!important}main .wsm-opt-track{grid-template-columns:1fr!important}main .wsm-opt-track-tags{justify-content:flex-start!important}main .wsm-opt-roadmap-step{grid-template-columns:1fr!important}main .wsm-opt-roadmap-result{border-left:0!important;border-top:1px solid rgba(13,31,61,.12)!important;padding:14px 0 0!important}main .wsm-opt-plan.is-highlight{transform:none!important}main .wsm-opt-ba-arrow{width:100%!important;min-height:58px!important;border-radius:22px!important;transform:rotate(90deg)!important}main .wsm-opt-deliverables-note{display:block!important}}.wsm-opt-polish-v4 .wsm-opt-section{padding:clamp(44px,6vw,78px) 0}.wsm-opt-polish-v4 .wsm-opt-v4-head{max-width:760px;margin-bottom:24px}.wsm-opt-polish-v4 .wsm-opt-v4-head.is-centered{text-align:center;margin-left:auto;margin-right:auto}.wsm-opt-polish-v4 .wsm-opt-title{max-width:720px}.wsm-opt-polish-v4 .wsm-opt-intro{max-width:680px}.wsm-opt-polish-v4 .wsm-opt-v4-head.is-centered .wsm-opt-intro{margin-left:auto;margin-right:auto}.wsm-opt-polish-v4 .wsm-opt-v4-casefile{overflow:hidden;border:1px solid rgba(13,31,61,.11);border-radius:32px;background:radial-gradient(circle at top right,rgba(224,185,74,.18),transparent 34%),linear-gradient(180deg,#fff,#fbfaf5);box-shadow:0 26px 70px #0d1f3d1a}.wsm-opt-polish-v4 .wsm-opt-v4-casefile-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:28px 30px 20px;border-bottom:1px solid rgba(13,31,61,.08)}.wsm-opt-polish-v4 .wsm-opt-v4-doc-label,.wsm-opt-polish-v4 .wsm-opt-v4-track-label{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;background:#07a0a01a;color:#087979;padding:7px 11px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.wsm-opt-polish-v4 .wsm-opt-v4-casefile-top h3{margin:12px 0 0;color:#0d1f3d;font-size:clamp(25px,3vw,36px);line-height:1.05;letter-spacing:-.055em}.wsm-opt-polish-v4 .wsm-opt-v4-case-chip{flex:0 0 auto;border:1px solid rgba(224,185,74,.45);border-radius:999px;background:#fff6d9;color:#0d1f3d;padding:9px 13px;font-size:12px;font-weight:900}.wsm-opt-polish-v4 .wsm-opt-v4-case-visual{padding:22px 30px 4px}.wsm-opt-polish-v4 .wsm-opt-v4-case-visual img{display:block;width:100%;height:auto;max-height:420px;object-fit:cover;border-radius:24px;border:1px solid rgba(13,31,61,.1);box-shadow:inset 0 1px #fffc,0 18px 50px #0d1f3d1a}.wsm-opt-polish-v4 .wsm-opt-v4-model-mock{border-radius:26px;overflow:hidden;background:#0d1f3d;border:1px solid rgba(13,31,61,.1);box-shadow:0 24px 55px #0d1f3d2e}.wsm-opt-polish-v4 .wsm-opt-v4-model-head{display:flex;gap:8px;padding:16px 18px;background:#ffffff0f;border-bottom:1px solid rgba(255,255,255,.1)}.wsm-opt-polish-v4 .wsm-opt-v4-model-head span{width:10px;height:10px;border-radius:50%;background:#ffffff52}.wsm-opt-polish-v4 .wsm-opt-v4-model-body{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;padding:22px;min-height:220px}.wsm-opt-polish-v4 .wsm-opt-v4-model-table,.wsm-opt-polish-v4 .wsm-opt-v4-model-chart{border-radius:20px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);padding:18px}.wsm-opt-polish-v4 .wsm-opt-v4-model-table{display:grid;align-content:center;gap:12px}.wsm-opt-polish-v4 .wsm-opt-v4-model-table i{display:block;height:14px;border-radius:999px;background:linear-gradient(90deg,#ffffffad,#fff3)}.wsm-opt-polish-v4 .wsm-opt-v4-model-chart{display:flex;align-items:end;justify-content:center;gap:12px}.wsm-opt-polish-v4 .wsm-opt-v4-model-chart b{display:block;width:24px;min-height:50px;border-radius:12px 12px 6px 6px;background:linear-gradient(180deg,#e0b94a,#07a0a0)}.wsm-opt-polish-v4 .wsm-opt-v4-case-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:22px 30px 6px}.wsm-opt-polish-v4 .wsm-opt-v4-case-meta-grid div{border-radius:18px;background:#0d1f3d0a;border:1px solid rgba(13,31,61,.07);padding:16px}.wsm-opt-polish-v4 .wsm-opt-v4-case-meta-grid small{display:block;margin-bottom:7px;color:#0d1f3d8c;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.wsm-opt-polish-v4 .wsm-opt-v4-case-meta-grid strong{display:block;color:#0d1f3d;font-size:15px;line-height:1.25}.wsm-opt-polish-v4 .wsm-opt-v4-case-steps{display:grid;gap:12px;padding:24px 30px 30px}.wsm-opt-polish-v4 .wsm-opt-v4-case-step{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:start;border-radius:22px;background:#fff;border:1px solid rgba(13,31,61,.09);padding:18px}.wsm-opt-polish-v4 .wsm-opt-v4-case-step span{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;background:#0d1f3d;color:#e0b94a;font-size:14px;font-weight:950}.wsm-opt-polish-v4 .wsm-opt-v4-case-step h4{margin:0 0 6px;color:#0d1f3d;font-size:18px;letter-spacing:-.025em}.wsm-opt-polish-v4 .wsm-opt-v4-case-step p{margin:0;color:#0d1f3da8;line-height:1.5}.wsm-opt-polish-v4 .wsm-opt-v4-tracks{display:grid;gap:14px}.wsm-opt-polish-v4 .wsm-opt-v4-track{position:relative;overflow:hidden;display:grid;grid-template-columns:74px 1fr;gap:20px;border:1px solid rgba(13,31,61,.1);border-radius:30px;background:#fff;box-shadow:0 22px 60px #0d1f3d14;padding:24px}.wsm-opt-polish-v4 .wsm-opt-v4-track:after{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,#07a0a0,#e0b94a)}.wsm-opt-polish-v4 .wsm-opt-v4-track-index{position:relative;z-index:1;width:58px;height:58px;display:grid;place-items:center;border-radius:22px;background:#0d1f3d;color:#e0b94a;font-size:18px;font-weight:950;letter-spacing:-.03em}.wsm-opt-polish-v4 .wsm-opt-v4-track-main{position:relative;z-index:1}.wsm-opt-polish-v4 .wsm-opt-v4-track h3{margin:12px 0 8px;color:#0d1f3d;font-size:clamp(23px,2.6vw,32px);line-height:1.05;letter-spacing:-.05em}.wsm-opt-polish-v4 .wsm-opt-v4-track p{margin:0;color:#0d1f3dad;line-height:1.55}.wsm-opt-polish-v4 .wsm-opt-v4-track-outcome{margin-top:14px;border-radius:18px;background:#fbf6e3;border:1px solid rgba(224,185,74,.32);padding:13px 14px;color:#0d1f3dc7;line-height:1.4}.wsm-opt-polish-v4 .wsm-opt-v4-track-outcome strong{color:#0d1f3d}.wsm-opt-polish-v4 .wsm-opt-v4-track-tags{grid-column:2;display:flex;flex-wrap:wrap;gap:8px;margin-top:-6px}.wsm-opt-polish-v4 .wsm-opt-v4-track-tags span{display:inline-flex;align-items:center;border-radius:999px;background:#07a0a01a;color:#087979;padding:8px 11px;font-size:12px;font-weight:850}.wsm-opt-polish-v4 .wsm-opt-v4-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wsm-opt-polish-v4 .wsm-opt-v4-tool{position:relative;overflow:hidden;border:1px solid rgba(13,31,61,.1);border-radius:28px;background:#fff;box-shadow:0 20px 55px #0d1f3d14;padding:22px;min-height:260px;display:flex;flex-direction:column}.wsm-opt-polish-v4 .wsm-opt-v4-tool:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,#07a0a0,#e0b94a)}.wsm-opt-polish-v4 .wsm-opt-v4-tool-icon{width:70px;height:70px;display:grid;place-items:center;border-radius:22px;background:linear-gradient(145deg,#f7f5ef,#fff);border:1px solid rgba(13,31,61,.1);box-shadow:inset 0 1px #fffc}.wsm-opt-polish-v4 .wsm-opt-v4-tool-icon img{width:44px;height:44px;object-fit:contain;display:block}.wsm-opt-polish-v4 .wsm-opt-v4-tool-icon span{color:#0d1f3d;font-size:20px;font-weight:950;letter-spacing:-.04em}.wsm-opt-polish-v4 .wsm-opt-v4-tool-copy{margin-top:18px}.wsm-opt-polish-v4 .wsm-opt-v4-tool-copy small{display:block;color:#087979;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.wsm-opt-polish-v4 .wsm-opt-v4-tool-copy h3{margin:8px 0 9px;color:#0d1f3d;font-size:22px;line-height:1.08;letter-spacing:-.045em}.wsm-opt-polish-v4 .wsm-opt-v4-tool-copy p{margin:0;color:#0d1f3da8;line-height:1.5}.wsm-opt-polish-v4 .wsm-opt-v4-tool-badge{margin-top:auto;width:fit-content;border-radius:999px;background:#0d1f3d;color:#fff;padding:8px 11px;font-size:12px;font-weight:850}.wsm-opt-polish-v4 .wsm-opt-v4-tools-note{margin-top:16px;border-radius:22px;background:#fbf6e3;border:1px solid rgba(224,185,74,.28);color:#0d1f3dbd;padding:16px 18px;font-weight:750;line-height:1.45}@media(max-width:980px){.wsm-opt-polish-v4 .wsm-opt-v4-case-meta-grid,.wsm-opt-polish-v4 .wsm-opt-v4-tools-grid,.wsm-opt-polish-v4 .wsm-opt-v4-model-body{grid-template-columns:1fr}}@media(max-width:680px){.wsm-opt-polish-v4 .wsm-opt-v4-casefile-top{display:block;padding:24px 20px 18px}.wsm-opt-polish-v4 .wsm-opt-v4-case-chip{margin-top:14px;width:fit-content}.wsm-opt-polish-v4 .wsm-opt-v4-case-visual,.wsm-opt-polish-v4 .wsm-opt-v4-case-meta-grid,.wsm-opt-polish-v4 .wsm-opt-v4-case-steps{padding-left:20px;padding-right:20px}.wsm-opt-polish-v4 .wsm-opt-v4-case-step,.wsm-opt-polish-v4 .wsm-opt-v4-track{grid-template-columns:1fr}.wsm-opt-polish-v4 .wsm-opt-v4-track-tags{grid-column:1}}.wsm-opt-polish-v5 .wsm-opt-section{padding:clamp(42px,5.8vw,76px) 0}.wsm-opt-polish-v5 .wsm-opt-v5-head{max-width:760px;margin-bottom:22px}.wsm-opt-polish-v5 .wsm-opt-v5-head .wsm-opt-title{max-width:720px}.wsm-opt-polish-v5 .wsm-opt-v5-head .wsm-opt-intro{max-width:680px}.wsm-opt-v5-transform-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:0;overflow:hidden;border-radius:30px;background:#fff;border:1px solid rgba(13,31,61,.1);box-shadow:0 26px 70px #0d1f3d17}.wsm-opt-v5-transform-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 74% 12%,rgba(224,185,74,.16),transparent 34%)}.wsm-opt-v5-transform-col{position:relative;z-index:1;min-height:315px;padding:clamp(24px,3vw,34px)}.wsm-opt-v5-transform-col.is-before{background:linear-gradient(180deg,#fff,#faf8f0)}.wsm-opt-v5-transform-col.is-after{background:linear-gradient(180deg,#fff,#f3fbfa)}.wsm-opt-v5-label-row{display:flex;align-items:center;gap:10px}.wsm-opt-v5-dot{width:12px;height:12px;border-radius:999px;background:#e0b94a;box-shadow:0 0 0 6px #e0b94a26}.wsm-opt-v5-transform-col.is-after .wsm-opt-v5-dot{background:#07a0a0;box-shadow:0 0 0 6px #07a0a021}.wsm-opt-v5-transform-col h3{margin:18px 0;color:#0d1f3d;font-size:clamp(25px,3vw,34px);line-height:1.04;letter-spacing:-.055em}.wsm-opt-v5-clean-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.wsm-opt-v5-clean-list li{position:relative;padding-left:28px;color:#0d1f3db3;line-height:1.48;font-weight:650}.wsm-opt-v5-clean-list li:before{content:"";position:absolute;left:0;top:.42em;width:14px;height:14px;border-radius:999px;background:#0d1f3d29;box-shadow:inset 0 0 0 4px #fff}.wsm-opt-v5-transform-col.is-after .wsm-opt-v5-clean-list li:before{background:#07a0a0}.wsm-opt-v5-bridge{position:relative;z-index:2;width:90px;display:grid;place-items:center;background:linear-gradient(180deg,#0d1f3d0f,#0d1f3d06);border-left:1px solid rgba(13,31,61,.08);border-right:1px solid rgba(13,31,61,.08)}.wsm-opt-v5-bridge span{display:grid;place-items:center;width:70px;height:70px;padding:8px;border-radius:22px;background:#0d1f3d;color:#e0b94a;text-align:center;font-size:11px;font-weight:900;letter-spacing:.07em;line-height:1.15;text-transform:uppercase;box-shadow:0 18px 42px #0d1f3d33}.wsm-opt-v5-transform-note{display:flex;align-items:center;gap:12px;margin-top:16px;padding:16px 18px;border-radius:22px;background:#07a0a014;border:1px solid rgba(7,160,160,.14)}.wsm-opt-v5-transform-note span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:999px;background:#07a0a0;color:#fff;font-weight:900}.wsm-opt-v5-transform-note p{margin:0;color:#0d1f3db3;line-height:1.45;font-weight:700}.wsm-opt-v5-guarantee-section{padding-top:clamp(30px,4.8vw,56px)!important;padding-bottom:clamp(30px,4.8vw,56px)!important}.wsm-opt-v5-guarantee-strip{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px 20px;align-items:center;overflow:hidden;padding:clamp(20px,3vw,28px);border-radius:28px;background:radial-gradient(circle at top right,rgba(224,185,74,.18),transparent 36%),linear-gradient(135deg,#0d1f3d,#102a4e);border:1px solid rgba(224,185,74,.3);box-shadow:0 26px 70px #0d1f3d2e}.wsm-opt-v5-guarantee-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:20px;background:#e0b94a;color:#0d1f3d;font-size:30px;font-weight:950;box-shadow:0 16px 38px #e0b94a3d}.wsm-opt-v5-guarantee-copy .wsm-opt-mini-label{color:#e0b94a}.wsm-opt-v5-guarantee-copy h2{margin:8px 0 0;color:#fff;font-size:clamp(26px,3.1vw,38px);line-height:1;letter-spacing:-.055em}.wsm-opt-v5-guarantee-copy p{max-width:640px;margin:10px 0 0;color:#ffffffb8;line-height:1.5;font-weight:650}.wsm-opt-v5-guarantee-points{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:2px}.wsm-opt-v5-guarantee-point{padding:13px 14px;border-radius:18px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.wsm-opt-v5-guarantee-point strong{display:block;color:#fff;font-size:14px;line-height:1.25}.wsm-opt-v5-guarantee-point small{display:block;margin-top:4px;color:#ffffff9e;font-size:12px;line-height:1.35}@media(max-width:980px){.wsm-opt-v5-transform-card{grid-template-columns:1fr}.wsm-opt-v5-bridge{width:100%;min-height:76px;border-left:0;border-right:0;border-top:1px solid rgba(13,31,61,.08);border-bottom:1px solid rgba(13,31,61,.08)}.wsm-opt-v5-bridge span{width:auto;min-width:170px;height:48px;border-radius:999px}.wsm-opt-v5-transform-col{min-height:auto}.wsm-opt-v5-guarantee-points{grid-template-columns:1fr}}.wsm-course-pathway-v2 .wsm-course-pathway-section{padding-top:clamp(52px,6vw,86px);padding-bottom:clamp(52px,6vw,86px);background:radial-gradient(circle at 88% 4%,rgba(224,185,74,.12),transparent 30%),radial-gradient(circle at 8% 12%,rgba(7,160,160,.1),transparent 28%)}.wsm-course-pathway-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,300px);gap:clamp(18px,3vw,30px);align-items:end;margin-bottom:clamp(24px,3vw,34px)}.wsm-course-pathway-title{max-width:850px;margin:10px 0 0;color:#0d1f3d;font-size:clamp(34px,4.2vw,58px);line-height:.96;letter-spacing:-.065em;font-weight:950}.wsm-course-pathway-intro{max-width:760px;margin:16px 0 0;color:#0d1f3db3;font-size:clamp(15px,1.45vw,18px);line-height:1.58;font-weight:650}.wsm-course-pathway-micro-card{position:relative;overflow:hidden;padding:20px 20px 19px;border-radius:26px;background:#0d1f3d;color:#fff;box-shadow:0 26px 58px #0d1f3d29}.wsm-course-pathway-micro-card:before{content:"";position:absolute;inset:-80px -70px auto auto;width:160px;height:160px;border-radius:999px;background:#e0b94a38}.wsm-course-pathway-micro-card span{position:relative;display:inline-flex;margin-bottom:9px;color:#e0b94a;font-size:11px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.wsm-course-pathway-micro-card strong{position:relative;display:block;color:#fff;font-size:clamp(32px,3.2vw,44px);line-height:.9;letter-spacing:-.06em;font-weight:950}.wsm-course-pathway-micro-card p{position:relative;margin:11px 0 0;color:#ffffffbd;font-size:13px;line-height:1.45;font-weight:650}.wsm-course-pathway-board{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr);gap:18px;padding:clamp(16px,2vw,22px);border-radius:34px;background:linear-gradient(180deg,#fffffff5,#fbfaf5fa);border:1px solid rgba(13,31,61,.1);box-shadow:0 24px 70px #0d1f3d18}.wsm-course-pathway-progress{position:sticky;top:96px;align-self:start;display:grid;justify-items:center;gap:13px;padding-top:5px}.wsm-course-pathway-progress-line{position:absolute;top:21px;bottom:21px;left:50%;width:3px;transform:translate(-50%);border-radius:999px;background:linear-gradient(180deg,#07a0a0,#e0b94a 56%,#0d1f3d29)}.wsm-course-pathway-progress span{position:relative;z-index:1;width:42px;height:42px;display:grid;place-items:center;border-radius:16px;background:#fff;color:#0d1f3d;border:1px solid rgba(13,31,61,.13);box-shadow:0 10px 24px #0d1f3d14;font-size:15px;font-weight:950}.wsm-course-pathway-progress span.is-highlight{background:#e0b94a;color:#0d1f3d;border-color:#e0b94ab3}.wsm-course-pathway-steps{display:grid;gap:14px}.wsm-course-pathway-step-card{position:relative;overflow:hidden;padding:clamp(17px,2.2vw,24px);border-radius:28px;background:#fff;border:1px solid rgba(13,31,61,.09);box-shadow:0 14px 36px #0d1f3d0f}.wsm-course-pathway-step-card:after{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:#07a0a08c}.wsm-course-pathway-step-card.is-highlight{background:linear-gradient(180deg,#fffdf5,#fff);border-color:#e0b94a75;box-shadow:0 20px 48px #e0b94a21}.wsm-course-pathway-step-card.is-highlight:after{background:#e0b94a}.wsm-course-pathway-step-top{display:grid;grid-template-columns:66px minmax(0,1fr);gap:16px;align-items:start}.wsm-course-pathway-step-number{width:58px;height:58px;display:grid;place-items:center;border-radius:20px;background:#0d1f3d;color:#fff;box-shadow:0 16px 34px #0d1f3d26}.wsm-course-pathway-step-card.is-highlight .wsm-course-pathway-step-number{background:#e0b94a;color:#0d1f3d}.wsm-course-pathway-step-number small{display:block;font-size:8.5px;font-weight:950;letter-spacing:.09em;line-height:1;text-transform:uppercase;opacity:.74}.wsm-course-pathway-step-number strong{display:block;margin-top:-8px;font-size:27px;line-height:1;letter-spacing:-.055em;font-weight:950}.wsm-course-pathway-step-meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:9px}.wsm-course-pathway-step-meta span{display:inline-flex;align-items:center;min-height:25px;padding:6px 10px;border-radius:999px;background:#0d1f3d0e;color:#0d1f3dad;font-size:11px;line-height:1;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.wsm-course-pathway-step-meta .wsm-course-pathway-status{background:#07a0a01c;color:#087979}.wsm-course-pathway-step-card.is-highlight .wsm-course-pathway-step-meta .wsm-course-pathway-status{background:#e0b94a47;color:#60490a}.wsm-course-pathway-step-copy h3{margin:0;color:#0d1f3d;font-size:clamp(23px,2.1vw,32px);line-height:1.02;letter-spacing:-.052em;font-weight:950}.wsm-course-pathway-step-copy p{margin:10px 0 0;color:#0d1f3db0;font-size:15px;line-height:1.52;font-weight:650}.wsm-course-pathway-step-bottom{display:grid;gap:14px;margin-top:17px;padding-left:74px}.wsm-course-pathway-requirement-v2{display:grid;grid-template-columns:100px minmax(0,1fr);gap:12px;align-items:center;padding:13px 14px;border-radius:18px;background:#f7f5ef;border:1px solid rgba(13,31,61,.07)}.wsm-course-pathway-requirement-v2 span{color:#087979;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.wsm-course-pathway-requirement-v2 strong{color:#0d1f3dbd;font-size:13.5px;line-height:1.35;font-weight:800}.wsm-course-pathway-modules{display:flex;flex-wrap:wrap;gap:8px}.wsm-course-pathway-modules span{display:inline-flex;align-items:center;gap:7px;padding:9px 11px;border-radius:999px;background:#07a0a012;color:#0d1f3dbf;font-size:13px;line-height:1;font-weight:800}.wsm-course-pathway-modules span:before{content:"";width:7px;height:7px;flex:0 0 auto;border-radius:999px;background:#07a0a0}.wsm-course-pathway-link-v2{width:fit-content;display:inline-flex;align-items:center;gap:8px;color:#087979;font-size:14px;font-weight:950;text-decoration:none}.wsm-course-pathway-link-v2 span{transition:transform .18s ease}.wsm-course-pathway-link-v2:hover span{transform:translate(3px)}.wsm-course-pathway-note-v2{display:flex;align-items:center;gap:12px;margin-top:16px;padding:15px 17px;border-radius:22px;background:#0d1f3d0e;border:1px solid rgba(13,31,61,.075)}.wsm-course-pathway-note-v2 span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:999px;background:#0d1f3d;color:#e0b94a;font-weight:950}.wsm-course-pathway-note-v2 p{margin:0;color:#0d1f3db3;font-size:14px;line-height:1.45;font-weight:720}@media(min-width:1121px){main .wsm-course-pathway-v2 .container{width:min(720px,calc(100% - 470px))!important;max-width:none!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}main .wsm-course-pathway-v2 .wsm-course-pathway-hero{grid-template-columns:1fr!important}main .wsm-course-pathway-v2 .wsm-course-pathway-micro-card{display:grid;grid-template-columns:auto 1fr;column-gap:18px;align-items:center}main .wsm-course-pathway-v2 .wsm-course-pathway-micro-card span{grid-column:1 / -1}main .wsm-course-pathway-v2 .wsm-course-pathway-micro-card p{margin-top:0}main .wsm-course-pathway-v2 .wsm-course-pathway-board{grid-template-columns:46px minmax(0,1fr)!important;gap:12px!important}main .wsm-course-pathway-v2 .wsm-course-pathway-progress span{width:36px;height:36px;border-radius:14px;font-size:13px}main .wsm-course-pathway-v2 .wsm-course-pathway-step-bottom{padding-left:0}main .wsm-course-pathway-v2 .wsm-course-pathway-requirement-v2{grid-template-columns:1fr;gap:5px}}@media(max-width:760px){.wsm-course-pathway-hero{grid-template-columns:1fr}.wsm-course-pathway-board{grid-template-columns:1fr;padding:13px;border-radius:28px}.wsm-course-pathway-progress{position:static;display:flex;justify-content:center;gap:7px;padding:0 0 2px}.wsm-course-pathway-progress-line{display:none}.wsm-course-pathway-progress span{width:32px;height:32px;border-radius:12px;font-size:12px}.wsm-course-pathway-step-card{padding:16px;border-radius:24px}.wsm-course-pathway-step-top{grid-template-columns:52px minmax(0,1fr);gap:12px}.wsm-course-pathway-step-number{width:48px;height:48px;border-radius:16px}.wsm-course-pathway-step-number small{font-size:7.5px}.wsm-course-pathway-step-number strong{font-size:22px}.wsm-course-pathway-step-bottom{padding-left:0}.wsm-course-pathway-requirement-v2{grid-template-columns:1fr;gap:5px}.wsm-course-pathway-modules span{width:100%;justify-content:flex-start;border-radius:14px}.wsm-course-pathway-note-v2{align-items:flex-start}}.wsm-build-v1 .wsm-build-section{padding:clamp(46px,6vw,82px) 0;background:radial-gradient(circle at 12% 8%,rgba(7,160,160,.08),transparent 32%),linear-gradient(180deg,#fbfaf5,#f7f5ef)}.wsm-build-head{max-width:760px;margin:0 0 24px}.wsm-build-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:13px;color:#087979;font-size:12px;font-weight:950;letter-spacing:.105em;text-transform:uppercase}.wsm-build-kicker:before{content:"";width:8px;height:8px;border-radius:999px;background:#e0b94a;box-shadow:0 0 0 7px #e0b94a29}.wsm-build-head h2{margin:0;max-width:720px;color:#0d1f3d;font-size:clamp(34px,4.6vw,58px);line-height:.98;letter-spacing:-.065em;font-weight:950}.wsm-build-head p{margin:16px 0 0;max-width:650px;color:#0d1f3db3;font-size:17px;line-height:1.58;font-weight:650}.wsm-build-board{overflow:hidden;border-radius:34px;background:#fff;border:1px solid rgba(13,31,61,.095);box-shadow:0 26px 80px #0d1f3d1a}.wsm-build-board-top{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) 260px;gap:22px;padding:clamp(24px,3.2vw,34px);color:#fff;background:radial-gradient(circle at 86% 16%,rgba(224,185,74,.26),transparent 36%),linear-gradient(135deg,#0d1f3d,#102f4c 58%,#0c4e54)}.wsm-build-board-top>div:first-child{align-self:center}.wsm-build-board-top span{display:inline-flex;margin-bottom:12px;color:#e0b94af5;font-size:11px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.wsm-build-board-top h3{margin:0;color:#fff;font-size:clamp(27px,3.4vw,42px);line-height:1.02;letter-spacing:-.055em;font-weight:950}.wsm-build-board-top p{margin:13px 0 0;color:#ffffffc7;font-size:15.5px;line-height:1.55;font-weight:620}.wsm-build-mini-workspace{align-self:stretch;min-height:188px;border-radius:24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);box-shadow:inset 0 1px #ffffff1f;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wsm-build-window-head{display:flex;gap:6px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.14)}.wsm-build-window-head i{width:9px;height:9px;border-radius:50%;background:#ffffffa6}.wsm-build-window-body{padding:18px 17px 15px}.wsm-build-window-body b{display:block;height:9px;margin-bottom:11px;border-radius:999px;background:#ffffff52}.wsm-build-window-chart{display:flex;align-items:end;gap:9px;height:62px;margin-top:13px;padding-top:8px;border-top:1px solid rgba(255,255,255,.16)}.wsm-build-window-chart span{display:block;flex:1 1 0;min-width:0;margin:0;border-radius:8px 8px 4px 4px;background:linear-gradient(180deg,#e0b94a,#e0b94a59)}.wsm-build-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px;background:linear-gradient(180deg,#fff,#fbfaf5)}.wsm-build-card{position:relative;display:flex;flex-direction:column;min-height:238px;padding:20px;border-radius:24px;background:#fff;border:1px solid rgba(13,31,61,.09);box-shadow:0 12px 32px #0d1f3d0e}.wsm-build-card.is-featured{background:linear-gradient(180deg,#fff,#f3fbfa);border-color:#07a0a03d;box-shadow:0 18px 42px #07a0a01c}.wsm-build-card.is-featured:after{content:"Featured output";position:absolute;right:16px;top:16px;padding:7px 9px;border-radius:999px;background:#e0b94a2e;color:#755f17;font-size:10px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.wsm-build-card-top{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding-right:76px}.wsm-build-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;overflow:hidden;border-radius:16px;background:#0d1f3d;color:#e0b94a;box-shadow:0 10px 22px #0d1f3d26}.wsm-build-icon img{width:100%;height:100%;object-fit:cover}.wsm-build-icon span{font-size:14px;font-weight:950;letter-spacing:-.02em}.wsm-build-type{min-width:0;display:inline-flex;padding:8px 10px;border-radius:999px;background:#0d1f3d0e;color:#0d1f3dad;font-size:11px;line-height:1;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.wsm-build-card h4{margin:0;color:#0d1f3d;font-size:clamp(20px,2.1vw,26px);line-height:1.08;letter-spacing:-.045em;font-weight:950}.wsm-build-card p{margin:10px 0 18px;color:#0d1f3da8;font-size:14.5px;line-height:1.5;font-weight:650}.wsm-build-meta{margin-top:auto;display:grid;gap:5px;padding-top:15px;border-top:1px solid rgba(13,31,61,.08)}.wsm-build-meta span{color:#087979;font-size:10.5px;line-height:1;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.wsm-build-meta strong{color:#0d1f3dd1;font-size:14px;line-height:1.3;font-weight:850}.wsm-build-workflow{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;padding:18px 22px;background:#f7f5ef;border-top:1px solid rgba(13,31,61,.08)}.wsm-build-workflow>span{color:#0d1f3d;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.wsm-build-workflow div{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.wsm-build-workflow b{display:inline-flex;padding:8px 10px;border-radius:999px;background:#fff;color:#0d1f3db8;border:1px solid rgba(13,31,61,.08);font-size:12.5px;line-height:1;font-weight:850}.wsm-build-workflow i{color:#0d1f3d61;font-style:normal;font-weight:900}@media(min-width:1121px){main .wsm-build-v1 .wsm-build-board-top{grid-template-columns:1fr}main .wsm-build-v1 .wsm-build-mini-workspace{min-height:150px}main .wsm-build-v1 .wsm-build-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.wsm-build-board{border-radius:28px}.wsm-build-board-top{grid-template-columns:1fr;padding:22px}.wsm-build-mini-workspace{min-height:150px}.wsm-build-cards{grid-template-columns:1fr;padding:10px}.wsm-build-card{min-height:0;padding:18px;border-radius:22px}.wsm-build-card.is-featured:after{position:static;width:fit-content;margin:-3px 0 12px;order:-1}.wsm-build-card-top{padding-right:0}.wsm-build-workflow{grid-template-columns:1fr;gap:10px;padding:16px}}.wsm-membership-section{background:#f7f5ef}.wsm-membership-section .container{max-width:1180px;margin:0 auto;padding:0 24px}.wsm-membership-headline{max-width:760px;margin:0 0 28px}.wsm-membership-headline--center{margin-left:auto;margin-right:auto;text-align:center}.wsm-membership-headline>span,.wsm-vault-intro>span,.wsm-ledger-left>span{display:inline-flex;align-items:center;gap:8px;color:#087979;background:#07a0a01a;border:1px solid rgba(7,160,160,.18);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.wsm-membership-headline h2,.wsm-vault-intro h2,.wsm-ledger-left h2{margin:14px 0 0;color:#0d1f3d;font-size:clamp(34px,4vw,56px);line-height:.98;letter-spacing:-.055em;font-weight:950}.wsm-membership-headline p,.wsm-vault-intro p,.wsm-ledger-left p{margin:16px 0 0;color:#0d1f3dad;font-size:clamp(16px,1.5vw,19px);line-height:1.6;font-weight:650}.wsm-membership-snapshot{padding:72px 0}.wsm-membership-snapshot-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr);gap:22px;align-items:stretch}.wsm-membership-pass-card{position:relative;overflow:hidden;min-height:100%;border-radius:34px;background:#0d1f3d;color:#fff;padding:34px;box-shadow:0 26px 70px #0d1f3d2e}.wsm-membership-pass-card:before{content:"";position:absolute;inset:-120px -160px auto auto;width:360px;height:360px;border-radius:999px;background:radial-gradient(circle,rgba(224,185,74,.35),rgba(7,160,160,.12) 45%,transparent 68%)}.wsm-pass-topline{position:relative;z-index:1;color:#e0b94a;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.wsm-membership-pass-card h3{position:relative;z-index:1;margin:18px 0 0;font-size:clamp(30px,3.4vw,48px);line-height:1;letter-spacing:-.055em;font-weight:950}.wsm-membership-pass-card p{position:relative;z-index:1;margin:18px 0 0;color:#ffffffc7;font-size:16px;line-height:1.6;font-weight:650}.wsm-pass-band{position:relative;z-index:1;margin-top:28px;padding:18px;border-radius:22px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);display:grid;gap:5px}.wsm-pass-band strong{color:#fff;font-size:17px;line-height:1.2}.wsm-pass-band small{color:#ffffffb3;font-size:13px;line-height:1.35;font-weight:700}.wsm-membership-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.wsm-membership-stat{min-height:150px;border-radius:26px;padding:20px;background:#fff;border:1px solid rgba(13,31,61,.08);box-shadow:0 18px 50px #0d1f3d12;display:flex;flex-direction:column;justify-content:space-between}.wsm-stat-icon{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:#f2ead1;color:#0d1f3d;font-size:13px;font-weight:950}.wsm-membership-stat strong{color:#0d1f3d;font-size:clamp(28px,3.2vw,42px);line-height:.92;letter-spacing:-.055em;font-weight:950}.wsm-membership-stat span{color:#0d1f3d9e;font-size:13.5px;line-height:1.35;font-weight:750}.wsm-membership-vault{padding:78px 0;background:#fff}.wsm-membership-vault-frame{border-radius:38px;background:#f7f5ef;border:1px solid rgba(13,31,61,.08);padding:34px;box-shadow:0 20px 70px #0d1f3d0f}.wsm-vault-intro{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:end;margin-bottom:26px}.wsm-vault-intro p{margin:0}.wsm-vault-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.wsm-vault-card{background:#fff;border:1px solid rgba(13,31,61,.08);border-radius:28px;padding:22px;box-shadow:0 16px 40px #0d1f3d0d}.wsm-vault-card-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.wsm-vault-card-top span{width:48px;height:48px;display:grid;place-items:center;border-radius:18px;background:#0d1f3d;color:#e0b94a;font-size:13px;font-weight:950;letter-spacing:-.04em}.wsm-vault-card-top small{color:#087979;font-size:11px;line-height:1;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.wsm-vault-card h3{margin:18px 0 0;color:#0d1f3d;font-size:24px;line-height:1.05;letter-spacing:-.045em;font-weight:950}.wsm-vault-card p{margin:10px 0 0;color:#0d1f3da6;font-size:14.5px;line-height:1.5;font-weight:650}.wsm-vault-card ul{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:8px}.wsm-vault-card li{position:relative;padding-left:20px;color:#0d1f3d;font-size:14px;line-height:1.35;font-weight:800}.wsm-vault-card li:before{content:"";position:absolute;left:0;top:.45em;width:8px;height:8px;border-radius:999px;background:#e0b94a}.wsm-membership-flagships{padding:78px 0}.wsm-flagship-stack{display:grid;gap:13px}.wsm-flagship-row{display:grid;grid-template-columns:70px minmax(0,1fr) 150px;gap:18px;align-items:center;padding:18px;border-radius:28px;background:#fff;border:1px solid rgba(13,31,61,.08);box-shadow:0 14px 42px #0d1f3d0e}.wsm-flagship-row.is-featured{background:#0d1f3d;color:#fff;border-color:#e0b94a73}.wsm-flagship-index{width:56px;height:56px;border-radius:20px;display:grid;place-items:center;background:#f2ead1;color:#0d1f3d;font-weight:950}.wsm-flagship-row.is-featured .wsm-flagship-index{background:#e0b94a}.wsm-flagship-copy span{color:#087979;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.wsm-flagship-row.is-featured .wsm-flagship-copy span{color:#e0b94a}.wsm-flagship-copy h3{margin:5px 0 0;color:#0d1f3d;font-size:clamp(22px,2.4vw,30px);line-height:1.05;letter-spacing:-.045em;font-weight:950}.wsm-flagship-row.is-featured .wsm-flagship-copy h3{color:#fff}.wsm-flagship-copy p{margin:8px 0 0;color:#0d1f3da3;font-size:14.5px;line-height:1.45;font-weight:650}.wsm-flagship-row.is-featured .wsm-flagship-copy p{color:#ffffffb8}.wsm-flagship-metrics{display:grid;gap:8px;justify-items:end}.wsm-flagship-metrics b{color:#0d1f3d;font-size:18px;line-height:1}.wsm-flagship-row.is-featured .wsm-flagship-metrics b{color:#e0b94a}.wsm-flagship-metrics small{display:inline-flex;width:max-content;padding:7px 10px;border-radius:999px;background:#f7f5ef;color:#0d1f3db8;font-size:12px;line-height:1;font-weight:850}.wsm-flagship-row.is-featured .wsm-flagship-metrics small{background:#ffffff1f;color:#ffffffd1}.wsm-membership-tracks{padding:78px 0;background:#fff}.wsm-membership-track-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.wsm-membership-track{border-radius:30px;padding:24px;background:#f7f5ef;border:1px solid rgba(13,31,61,.08);box-shadow:0 16px 48px #0d1f3d0b}.wsm-track-heading{display:flex;gap:14px;align-items:center}.wsm-track-heading>span{width:54px;height:54px;border-radius:20px;display:grid;place-items:center;background:#0d1f3d;color:#e0b94a;font-size:13px;font-weight:950;letter-spacing:-.04em}.wsm-track-heading small{display:block;color:#087979;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.wsm-track-heading h3{margin:4px 0 0;color:#0d1f3d;font-size:24px;line-height:1.05;letter-spacing:-.045em;font-weight:950}.wsm-membership-track p{margin:16px 0 0;color:#0d1f3da3;font-size:14.5px;line-height:1.5;font-weight:650}.wsm-membership-track ul{margin:18px 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px}.wsm-membership-track li{padding:8px 10px;border-radius:999px;background:#fff;border:1px solid rgba(13,31,61,.08);color:#0d1f3d;font-size:12.5px;line-height:1;font-weight:850}.wsm-membership-ledger{padding:78px 0}.wsm-membership-ledger-card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:18px;padding:18px;border-radius:38px;background:#fff;border:1px solid rgba(13,31,61,.08);box-shadow:0 24px 80px #0d1f3d17}.wsm-ledger-left{padding:22px}.wsm-ledger-rows{margin-top:24px;display:grid;gap:10px}.wsm-ledger-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:18px;background:#f7f5ef;border:1px solid rgba(13,31,61,.06)}.wsm-ledger-row span{color:#0d1f3db8;font-size:14px;line-height:1.25;font-weight:800}.wsm-ledger-row strong{color:#0d1f3d;font-size:15px;line-height:1;font-weight:950;white-space:nowrap}.wsm-ledger-price-card{position:relative;overflow:hidden;border-radius:30px;background:#0d1f3d;color:#fff;padding:30px;display:flex;flex-direction:column;justify-content:center;min-height:360px}.wsm-ledger-price-card:before{content:"";position:absolute;inset:auto -90px -110px auto;width:280px;height:280px;border-radius:999px;background:radial-gradient(circle,rgba(224,185,74,.3),transparent 68%)}.wsm-ledger-price-card small{position:relative;z-index:1;color:#e0b94a;font-size:12px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.wsm-ledger-price-card del{position:relative;z-index:1;margin-top:18px;color:#ffffff8c;font-size:24px;font-weight:800}.wsm-ledger-price-card strong{position:relative;z-index:1;margin-top:2px;color:#fff;font-size:clamp(54px,6vw,82px);line-height:.9;letter-spacing:-.07em;font-weight:950}.wsm-ledger-price-card span{position:relative;z-index:1;margin-top:14px;width:max-content;padding:10px 13px;border-radius:999px;background:#e0b94a;color:#0d1f3d;font-size:13px;line-height:1;font-weight:950}.wsm-ledger-price-card p{position:relative;z-index:1;margin:18px 0 0;color:#ffffffb8;font-size:13.5px;line-height:1.45;font-weight:700}.wsm-membership-comparison{padding:78px 0;background:#fff}.wsm-elite-compare-table{overflow:hidden;border-radius:30px;border:1px solid rgba(13,31,61,.08);box-shadow:0 20px 70px #0d1f3d12;background:#fff}.wsm-elite-compare-head,.wsm-elite-compare-row{display:grid;grid-template-columns:1.15fr .8fr .8fr .95fr}.wsm-elite-compare-head>div{padding:18px;background:#0d1f3d;color:#fff;font-size:13px;line-height:1.1;font-weight:950;letter-spacing:.03em;text-transform:uppercase}.wsm-elite-compare-head>div.is-elite{background:#e0b94a;color:#0d1f3d}.wsm-elite-compare-row>div{padding:16px 18px;border-top:1px solid rgba(13,31,61,.07);color:#0d1f3db3;font-size:14px;line-height:1.35;font-weight:750}.wsm-elite-compare-row>div:first-child{color:#0d1f3d;font-weight:950}.wsm-elite-compare-row>div.is-elite{background:#fbf5df;color:#0d1f3d;font-weight:950}@media(min-width:1121px){main .wsm-twostore-v3d-content-shell.wsm-membership-section .container{max-width:900px;margin-left:max(24px,calc((100vw - 1180px)/2));margin-right:auto}main .wsm-twostore-v3d-content-shell.wsm-membership-section .wsm-membership-snapshot-grid,main .wsm-twostore-v3d-content-shell.wsm-membership-section .wsm-membership-ledger-card{grid-template-columns:1fr}main .wsm-twostore-v3d-content-shell.wsm-membership-section .wsm-membership-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}main .wsm-twostore-v3d-content-shell.wsm-membership-section .wsm-vault-intro{grid-template-columns:1fr}main .wsm-twostore-v3d-content-shell.wsm-membership-section .wsm-vault-categories,main .wsm-twostore-v3d-content-shell.wsm-membership-section .wsm-membership-track-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.wsm-membership-section{padding-left:0;padding-right:0}.wsm-membership-snapshot-grid,.wsm-vault-intro,.wsm-membership-ledger-card,.wsm-membership-stat-grid,.wsm-vault-categories,.wsm-membership-track-grid,.wsm-flagship-row{grid-template-columns:1fr}.wsm-flagship-metrics{justify-items:start;display:flex;flex-wrap:wrap}.wsm-elite-compare-table{border-radius:24px;overflow-x:auto}.wsm-elite-compare-head,.wsm-elite-compare-row{min-width:760px}.wsm-membership-vault-frame,.wsm-membership-ledger-card{border-radius:28px;padding:12px}.wsm-membership-pass-card,.wsm-ledger-price-card{border-radius:26px}}.wsm-top-theme-elite .hero{background:radial-gradient(circle at 82% 14%,rgba(224,185,74,.24),transparent 28%),radial-gradient(circle at 18% 12%,rgba(7,160,160,.26),transparent 30%),linear-gradient(135deg,#061225,#0d1f3d 45%,#074c52)!important}.wsm-top-theme-elite .hero h1 .accent-word{color:#f2d66f!important}.wsm-top-theme-elite .wsm-hero-best-badge{background:#e0b94a29!important;border-color:#e0b94a57!important;color:#ffe89a!important}.wsm-top-theme-elite .info-panel{border-left-color:#e0b94a94!important}.wsm-top-theme-elite .hero-subtitle{color:#ffffffe6!important}.wsm-membership-snapshot-grid{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:18px}.wsm-membership-pass-card{min-height:auto;display:flex;flex-direction:column;justify-content:flex-start;padding:30px;background:radial-gradient(circle at 95% 0%,rgba(224,185,74,.3),transparent 32%),linear-gradient(145deg,#07152d,#0d1f3d 63%,#0b4b51);border:1px solid rgba(224,185,74,.22)}.wsm-membership-pass-card:before{opacity:.72}.wsm-pass-topline{display:inline-flex;width:max-content;padding:8px 11px;border-radius:999px;background:#e0b94a24;border:1px solid rgba(224,185,74,.28);color:#ffe58a}.wsm-membership-pass-card h3{font-size:clamp(25px,2.7vw,38px);line-height:1.07;letter-spacing:-.045em;margin-top:16px;max-width:94%}.wsm-membership-pass-card p{color:#ffffffeb;font-size:15.5px;line-height:1.62;font-weight:620;max-width:96%}.wsm-pass-band{margin-top:auto;background:#ffffff21;border-color:#ffffff38}.wsm-pass-band strong{color:#ffe58a}.wsm-pass-band small{color:#ffffffdb}.wsm-membership-stat{min-height:136px}.wsm-flagship-row,.wsm-flagship-row.is-featured{position:relative;background:#fff;color:#0d1f3d;border-color:#0d1f3d14;cursor:default}.wsm-flagship-row:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:999px;background:#07a0a057}.wsm-flagship-row.is-featured{border-color:#e0b94a73;box-shadow:0 18px 52px #0d1f3d13}.wsm-flagship-row.is-featured:before{background:#e0b94a}.wsm-flagship-row.is-featured .wsm-flagship-index{background:#0d1f3d;color:#e0b94a}.wsm-flagship-row.is-featured .wsm-flagship-copy span{color:#087979}.wsm-flagship-row.is-featured .wsm-flagship-copy h3{color:#0d1f3d}.wsm-flagship-row.is-featured .wsm-flagship-copy p{color:#0d1f3da3}.wsm-flagship-row.is-featured .wsm-flagship-metrics b{color:#0d1f3d}.wsm-flagship-row.is-featured .wsm-flagship-metrics small{background:#f7f5ef;color:#0d1f3db8}.wsm-flagship-row.is-featured .wsm-flagship-copy span:after{content:" \b7  Featured";color:#b18418}@media(min-width:1121px){main .wsm-twostore-v3d-content-shell.wsm-membership-section .wsm-membership-snapshot-grid{grid-template-columns:1fr}}@media(max-width:820px){.wsm-membership-pass-card{padding:24px}.wsm-membership-pass-card h3{font-size:30px}}.wsm-top-theme-elite .hero{position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 74% 12%,rgba(224,185,74,.42) 0%,rgba(224,185,74,.18) 18%,transparent 39%),radial-gradient(circle at 12% 18%,rgba(7,160,160,.28) 0%,rgba(7,160,160,.12) 24%,transparent 48%),linear-gradient(135deg,#040711,#0a1020 34%,#10233f 64%,#073f45)!important;border-bottom:1px solid rgba(224,185,74,.28)!important}.wsm-top-theme-elite .hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.42;background-image:linear-gradient(120deg,rgba(255,255,255,.1) 0 1px,transparent 1px),linear-gradient(30deg,rgba(224,185,74,.1) 0 1px,transparent 1px);background-size:86px 86px,120px 120px;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.25) 60%,transparent 100%);mask-image:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.25) 60%,transparent 100%)}.wsm-top-theme-elite .hero:after{content:"ELITE ALL-ACCESS";position:absolute;right:-18px;top:42px;pointer-events:none;color:#e0b94a17;font-size:clamp(56px,9vw,132px);line-height:.86;letter-spacing:-.07em;font-weight:950;text-transform:uppercase;transform:rotate(-4deg)}.wsm-top-theme-elite .hero .container,.wsm-top-theme-elite .hero .hero-inner,.wsm-top-theme-elite .hero .course-card,.wsm-top-theme-elite .hero .sticky-card-wrap{position:relative;z-index:1}.wsm-top-theme-elite .hero h1{color:#fff!important;text-shadow:0 18px 50px rgba(0,0,0,.28)}.wsm-top-theme-elite .hero h1 .accent-word{color:#f4d56a!important}.wsm-top-theme-elite .wsm-hero-best-badge{background:#e0b94a2e!important;border-color:#e0b94a6b!important;color:#ffe89a!important}.wsm-top-theme-elite .info-panel{background:#ffffff13!important;border-color:#ffffff24!important;border-left-color:#e0b94ac2!important;box-shadow:inset 0 1px #ffffff14!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wsm-top-theme-elite .info-panel h3{color:#f5d86f!important}.wsm-top-theme-elite .info-panel p,.wsm-top-theme-elite .hero-subtitle,.wsm-top-theme-elite .hero-instructor-line,.wsm-top-theme-elite .rating-row{color:#ffffffe6!important}.wsm-top-theme-elite .breadcrumbs,.wsm-top-theme-elite .breadcrumbs a,.wsm-top-theme-elite .rating-copy,.wsm-top-theme-elite .rating-dash{color:#ffffffb8!important}.wsm-top-theme-elite .stars,.wsm-top-theme-elite .offer-stars{color:#f6cf5d!important}.wsm-membership-section.wsm-membership-snapshot,.wsm-membership-section.wsm-membership-vault,.wsm-membership-section.wsm-membership-flagships,.wsm-membership-section.wsm-membership-tracks,.wsm-membership-section.wsm-membership-ledger,.wsm-membership-section.wsm-membership-comparison,.wsm-build-v1 .wsm-build-section,.wsm-opt-polish-v4 .wsm-opt-section{padding-top:clamp(78px,8.5vw,118px)!important;padding-bottom:clamp(78px,8.5vw,118px)!important}.wsm-membership-section.wsm-membership-vault,.wsm-membership-section.wsm-membership-tracks,.wsm-membership-section.wsm-membership-comparison{box-shadow:inset 0 1px #0d1f3d11,inset 0 -1px #0d1f3d0b}.wsm-membership-headline{margin-bottom:clamp(28px,3.5vw,44px)!important}.wsm-membership-headline h2,.wsm-vault-intro h2,.wsm-ledger-left h2{margin-top:16px!important}.wsm-membership-headline p,.wsm-vault-intro p,.wsm-ledger-left p{margin-top:18px!important}.wsm-membership-snapshot{background:radial-gradient(circle at 8% 8%,rgba(224,185,74,.16),transparent 32%),linear-gradient(180deg,#fffaf0,#f7f5ef)!important}.wsm-membership-snapshot .wsm-membership-headline{max-width:820px!important}.wsm-membership-snapshot-grid{display:grid!important;grid-template-columns:1fr!important;gap:20px!important;align-items:stretch!important}.wsm-membership-pass-card{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(210px,250px)!important;column-gap:28px!important;row-gap:12px!important;align-items:center!important;min-height:auto!important;padding:clamp(24px,3.4vw,34px)!important;border-radius:34px!important;background:radial-gradient(circle at 92% 8%,rgba(224,185,74,.36),transparent 34%),linear-gradient(135deg,#071326,#0d1f3d 58%,#0b4c52)!important;border:1px solid rgba(224,185,74,.3)!important;box-shadow:0 26px 80px #0d1f3d2e!important;color:#fff!important}.wsm-membership-pass-card:before{display:none!important}.wsm-pass-topline,.wsm-membership-pass-card h3,.wsm-membership-pass-card p{position:relative!important;z-index:1!important;grid-column:1!important}.wsm-pass-topline{display:inline-flex!important;width:max-content!important;margin:0!important;padding:8px 12px!important;border-radius:999px!important;background:#e0b94a29!important;border:1px solid rgba(224,185,74,.34)!important;color:#ffe58a!important;font-size:11px!important;line-height:1!important;font-weight:950!important;letter-spacing:.105em!important;text-transform:uppercase!important}.wsm-membership-pass-card h3{margin:2px 0 0!important;max-width:680px!important;color:#fff!important;font-size:clamp(30px,3.8vw,48px)!important;line-height:1.02!important;letter-spacing:-.055em!important;font-weight:950!important;text-shadow:0 14px 40px rgba(0,0,0,.24)!important}.wsm-membership-pass-card p{margin:0!important;max-width:650px!important;color:#ffffffdb!important;font-size:clamp(15px,1.4vw,17px)!important;line-height:1.55!important;font-weight:650!important}.wsm-pass-band{position:relative!important;z-index:1!important;grid-column:2!important;grid-row:1 / span 3!important;margin:0!important;padding:22px!important;border-radius:26px!important;background:#fffffff0!important;border:1px solid rgba(255,255,255,.34)!important;box-shadow:0 18px 48px #00000029!important}.wsm-pass-band strong{display:block!important;color:#0d1f3d!important;font-size:18px!important;line-height:1.2!important;font-weight:950!important;letter-spacing:-.025em!important}.wsm-pass-band small{display:block!important;margin-top:8px!important;color:#0d1f3da3!important;font-size:13px!important;line-height:1.45!important;font-weight:800!important}.wsm-membership-stat-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.wsm-membership-stat{min-height:128px!important;padding:18px!important;border-radius:24px!important;background:#fffffff5!important;border:1px solid rgba(13,31,61,.085)!important;box-shadow:0 16px 44px #0d1f3d11!important}.wsm-membership-stat strong{color:#0d1f3d!important;font-size:clamp(27px,3vw,40px)!important;line-height:.95!important}.wsm-membership-stat span{color:#0d1f3dab!important;font-size:13px!important;line-height:1.35!important}.wsm-stat-icon{background:#fbf2d4!important;color:#0d1f3d!important;border:1px solid rgba(224,185,74,.28)!important}@media(min-width:1121px){main .wsm-twostore-v3d-content-shell.wsm-membership-section .wsm-membership-snapshot-grid{grid-template-columns:1fr!important}}@media(max-width:820px){.wsm-membership-section.wsm-membership-snapshot,.wsm-membership-section.wsm-membership-vault,.wsm-membership-section.wsm-membership-flagships,.wsm-membership-section.wsm-membership-tracks,.wsm-membership-section.wsm-membership-ledger,.wsm-membership-section.wsm-membership-comparison,.wsm-build-v1 .wsm-build-section,.wsm-opt-polish-v4 .wsm-opt-section{padding-top:62px!important;padding-bottom:62px!important}.wsm-membership-pass-card{grid-template-columns:1fr!important;padding:24px!important;border-radius:28px!important}.wsm-pass-band{grid-column:1!important;grid-row:auto!important;margin-top:10px!important}.wsm-membership-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:560px){.wsm-membership-stat-grid{grid-template-columns:1fr!important}.wsm-top-theme-elite .hero:after{display:none!important}}.wsm-top-theme-elite .hero{isolation:isolate!important;background:radial-gradient(circle at 82% 10%,rgba(255,218,106,.72) 0%,rgba(224,185,74,.36) 14%,rgba(224,185,74,.1) 32%,transparent 50%),radial-gradient(circle at 70% 42%,rgba(7,160,160,.26) 0%,rgba(7,160,160,.12) 28%,transparent 52%),radial-gradient(circle at 10% 12%,rgba(255,255,255,.1) 0%,rgba(7,160,160,.16) 24%,transparent 48%),linear-gradient(135deg,#05070f,#091225 31%,#10233f 58%,#063f45)!important;border-bottom:1px solid rgba(224,185,74,.34)!important;box-shadow:inset 0 -1px #ffffff14,0 30px 90px #0d1f3d24!important}.wsm-top-theme-elite .hero:before{opacity:.62!important;background-image:linear-gradient(112deg,rgba(255,255,255,.12) 0 1px,transparent 1px),linear-gradient(28deg,rgba(224,185,74,.16) 0 1px,transparent 1px),radial-gradient(circle at 78% 12%,rgba(255,231,153,.34),transparent 28%)!important;background-size:88px 88px,130px 130px,100% 100%!important;-webkit-mask-image:linear-gradient(90deg,#000000c7,#00000094 58%,#0003)!important;mask-image:linear-gradient(90deg,#000000c7,#00000094 58%,#0003)!important}.wsm-top-theme-elite .hero:after{content:"ELITE"!important;right:clamp(14px,4vw,58px)!important;top:34px!important;color:#ffda6a24!important;font-size:clamp(82px,13vw,190px)!important;letter-spacing:-.095em!important;transform:rotate(-6deg)!important;filter:drop-shadow(0 0 34px rgba(224,185,74,.2))}.wsm-top-theme-elite .hero h1 .accent-word{color:#ffe38b!important;text-shadow:0 0 28px rgba(224,185,74,.28),0 18px 52px rgba(0,0,0,.32)!important}.wsm-top-theme-elite .wsm-hero-best-badge{background:linear-gradient(135deg,#e0b94a4d,#e0b94a1a)!important;border-color:#ffe58a8f!important;color:#ffeaa3!important;box-shadow:0 12px 34px #e0b94a1f!important}.wsm-top-theme-elite .info-panel{background:linear-gradient(135deg,#ffffff1a,#ffffff0b)!important;border-color:#ffffff2e!important;border-left-color:#ffde77e6!important}.wsm-membership-section.wsm-membership-snapshot,.wsm-membership-section.wsm-membership-vault,.wsm-membership-section.wsm-membership-flagships,.wsm-membership-section.wsm-membership-tracks,.wsm-membership-section.wsm-membership-ledger,.wsm-membership-section.wsm-membership-comparison,.wsm-build-v1 .wsm-build-section,.wsm-opt-polish-v4 .wsm-opt-section{padding-top:clamp(54px,5.4vw,76px)!important;padding-bottom:clamp(54px,5.4vw,76px)!important}.wsm-membership-headline{margin-bottom:clamp(20px,2.6vw,30px)!important}.wsm-membership-headline h2,.wsm-vault-intro h2,.wsm-ledger-left h2,.wsm-membership-headline p,.wsm-vault-intro p,.wsm-ledger-left p{margin-top:12px!important}.wsm-membership-section.wsm-membership-vault,.wsm-membership-section.wsm-membership-tracks,.wsm-membership-section.wsm-membership-comparison{box-shadow:inset 0 1px #0d1f3d0b,inset 0 -1px #0d1f3d09!important}.wsm-membership-ledger{background:radial-gradient(circle at 14% 8%,rgba(224,185,74,.12),transparent 32%),linear-gradient(180deg,#f7f5ef,#fff)!important}.wsm-membership-ledger-card{position:relative!important;overflow:hidden!important;display:grid!important;grid-template-columns:1fr!important;gap:0!important;padding:0!important;border-radius:34px!important;background:#fff!important;border:1px solid rgba(13,31,61,.1)!important;box-shadow:0 24px 80px #0d1f3d18!important}.wsm-membership-ledger-card:before{content:"";position:absolute;inset:0 0 auto 0;height:7px;background:linear-gradient(90deg,#0d1f3d,#07a0a0 48%,#e0b94a)}.wsm-ledger-left{padding:clamp(26px,4vw,42px) clamp(22px,3.6vw,38px) 20px!important}.wsm-ledger-left>span{background:#f9f1d4!important;border-color:#e0b94a59!important;color:#8b6815!important}.wsm-ledger-left h2{max-width:760px!important;font-size:clamp(32px,4.6vw,54px)!important;line-height:.98!important}.wsm-ledger-left p{max-width:740px!important;color:#0d1f3da8!important}.wsm-ledger-rows{margin-top:26px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.wsm-ledger-row{position:relative!important;display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:12px!important;padding:16px 16px 16px 18px!important;border-radius:20px!important;background:#fbfaf7!important;border:1px solid rgba(13,31,61,.075)!important;box-shadow:none!important}.wsm-ledger-row:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:4px;border-radius:99px;background:#e0b94a}.wsm-ledger-row span{color:#0d1f3dc2!important;font-size:14px!important;line-height:1.28!important;font-weight:850!important}.wsm-ledger-row strong{color:#0d1f3d!important;font-size:14px!important;line-height:1!important;font-weight:950!important;white-space:nowrap!important;padding:8px 10px!important;border-radius:999px!important;background:#fff!important;border:1px solid rgba(13,31,61,.08)!important}.wsm-ledger-price-card{position:relative!important;min-height:auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;column-gap:22px!important;row-gap:8px!important;margin:12px clamp(18px,3vw,30px) clamp(18px,3vw,30px)!important;padding:24px clamp(22px,3.3vw,34px)!important;border-radius:28px!important;background:radial-gradient(circle at 84% 18%,rgba(224,185,74,.25),transparent 35%),linear-gradient(135deg,#08152a,#0d1f3d 54%,#094c52)!important;border:1px solid rgba(224,185,74,.28)!important;color:#fff!important;box-shadow:inset 0 1px #ffffff14!important}.wsm-ledger-price-card:before{display:none!important}.wsm-ledger-price-card small{grid-column:1!important;margin:0!important;color:#ffe58a!important;font-size:12px!important;letter-spacing:.1em!important}.wsm-ledger-price-card del{grid-column:1!important;margin:4px 0 0!important;color:#ffffff9e!important;font-size:20px!important;line-height:1!important}.wsm-ledger-price-card strong{grid-column:2!important;grid-row:1 / span 3!important;margin:0!important;color:#fff!important;font-size:clamp(52px,7vw,86px)!important;line-height:.88!important;text-align:right!important}.wsm-ledger-price-card span{grid-column:1!important;width:max-content!important;margin:8px 0 0!important;padding:9px 12px!important;border-radius:999px!important;background:#e0b94a!important;color:#0d1f3d!important;font-size:13px!important;font-weight:950!important}.wsm-ledger-price-card p{grid-column:1 / -1!important;margin:12px 0 0!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.12)!important;color:#ffffffc2!important;font-size:13.5px!important;line-height:1.45!important}@media(max-width:820px){.wsm-membership-section.wsm-membership-snapshot,.wsm-membership-section.wsm-membership-vault,.wsm-membership-section.wsm-membership-flagships,.wsm-membership-section.wsm-membership-tracks,.wsm-membership-section.wsm-membership-ledger,.wsm-membership-section.wsm-membership-comparison,.wsm-build-v1 .wsm-build-section,.wsm-opt-polish-v4 .wsm-opt-section{padding-top:48px!important;padding-bottom:48px!important}.wsm-ledger-rows,.wsm-ledger-price-card{grid-template-columns:1fr!important}.wsm-ledger-price-card strong{grid-column:1!important;grid-row:auto!important;text-align:left!important;margin-top:8px!important;font-size:58px!important}}@media(max-width:560px){.wsm-top-theme-elite .hero:after{display:none!important}.wsm-ledger-left{padding:26px 18px 16px!important}.wsm-ledger-price-card{margin:10px 14px 14px!important;padding:22px 18px!important}}.wsm-top-theme-elite .hero:after{content:""!important;display:none!important}.wsm-top-theme-elite .hero{background:radial-gradient(circle at 78% 8%,rgba(255,218,106,.78) 0%,rgba(224,185,74,.38) 13%,rgba(224,185,74,.11) 31%,transparent 50%),radial-gradient(circle at 67% 43%,rgba(7,160,160,.26) 0%,rgba(7,160,160,.12) 29%,transparent 53%),radial-gradient(circle at 10% 11%,rgba(255,255,255,.1) 0%,rgba(7,160,160,.16) 22%,transparent 46%),linear-gradient(135deg,#05070f,#091225 31%,#10233f 58%,#063f45)!important}.wsm-membership-section.wsm-membership-snapshot,.wsm-membership-section.wsm-membership-vault,.wsm-membership-section.wsm-membership-flagships,.wsm-membership-section.wsm-membership-tracks,.wsm-membership-section.wsm-membership-ledger,.wsm-membership-section.wsm-membership-comparison,.wsm-build-v1 .wsm-build-section,.wsm-opt-polish-v4 .wsm-opt-section{background:#fff!important;background-image:none!important;box-shadow:none!important}.wsm-membership-section.wsm-membership-snapshot,.wsm-membership-section.wsm-membership-vault,.wsm-membership-section.wsm-membership-flagships,.wsm-membership-section.wsm-membership-tracks,.wsm-membership-section.wsm-membership-ledger,.wsm-membership-section.wsm-membership-comparison,.wsm-build-v1 .wsm-build-section,.wsm-opt-polish-v4 .wsm-opt-section{padding-top:clamp(42px,4.7vw,64px)!important;padding-bottom:clamp(42px,4.7vw,64px)!important}.wsm-membership-section.wsm-membership-vault,.wsm-membership-section.wsm-membership-tracks,.wsm-membership-section.wsm-membership-comparison,.wsm-opt-polish-v4 .wsm-opt-section,.wsm-build-v1 .wsm-build-section{border-top:1px solid rgba(13,31,61,.045)!important}.wsm-membership-snapshot .wsm-membership-pass-card,.wsm-membership-ledger-card{box-shadow:0 22px 70px #0d1f3d1a!important}@media(max-width:820px){.wsm-membership-section.wsm-membership-snapshot,.wsm-membership-section.wsm-membership-vault,.wsm-membership-section.wsm-membership-flagships,.wsm-membership-section.wsm-membership-tracks,.wsm-membership-section.wsm-membership-ledger,.wsm-membership-section.wsm-membership-comparison,.wsm-build-v1 .wsm-build-section,.wsm-opt-polish-v4 .wsm-opt-section{padding-top:40px!important;padding-bottom:40px!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/wsm-twostore-v3d-design.css.map */
