body{--color-brand-black:#f7f8fa;--color-brand-elevated:#fff;--color-brand-surface:#eceef2;--color-brand-white:#1a1a1e;--color-brand-muted:#5c5e66;--color-brand-faint:#8f919a;--color-brand-accent:#d4a843;--color-brand-accent-hover:#e5b94e;--color-brand-accent-dim:#d4a8431f;--color-brand-accent-glow:#d4a84314;--color-brand-accent-mid:#d4a84359;--color-brand-border:#0000000f;--color-brand-border-hover:#0000001f;--color-brand-error:#c0392b;--color-brand-error-dim:#c0392b14;--color-brand-error-border:#c0392b40;--fs-dark:#111114;--fs-dark-elevated:#18181c;--fs-dark-border:#ffffff14;--fs-dark-border-hover:#ffffff26;--fs-dark-text:#e8e8ec;--fs-dark-muted:#9a9aa0;--fs-dark-faint:#6b6b73;--fs-steel:#4a6fa5;--fs-steel-dim:#4a6fa51f;--font-display:"DM Serif Display", Georgia, "Times New Roman", serif;--font-sans:"Inter", ui-sans-serif, system-ui, sans-serif}.font-display,[class*=font-display]{font-synthesis:none;font-weight:400!important}body:after{content:"";pointer-events:none;z-index:9999;opacity:.02;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px 256px;position:fixed;inset:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes floatSlow{0%,to{transform:translate(0)scale(1)}33%{transform:translate(25px,-15px)scale(1.03)}66%{transform:translate(-15px,10px)scale(.97)}}@keyframes floatSlowReverse{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-20px,15px)scale(.97)}66%{transform:translate(12px,-18px)scale(1.03)}}.animate-in{opacity:0;animation:.6s cubic-bezier(.22,1,.36,1) forwards fadeUp}.delay-1{animation-delay:.12s}.delay-2{animation-delay:.24s}.delay-3{animation-delay:.36s}.delay-4{animation-delay:.48s}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes toastIn{to{opacity:1;transform:translate(0)}}@keyframes toastOut{to{opacity:0;transform:translate(20px)}}.toast{z-index:1000;opacity:0;pointer-events:auto;border-radius:6px;max-width:420px;padding:1.125rem 1.5rem;font-size:.875rem;font-weight:500;line-height:1.6;animation:.4s forwards toastIn,.4s 6s forwards toastOut;position:fixed;top:5.5rem;right:2rem;transform:translate(20px)}.toast-success{background:var(--color-brand-accent-dim);border:1px solid var(--color-brand-accent-mid);color:var(--color-brand-accent)}.toast-error{background:var(--color-brand-error-dim);border:1px solid var(--color-brand-error-border);color:var(--color-brand-error)}.toast-close{color:inherit;opacity:.6;cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;line-height:1;position:absolute;top:.625rem;right:.75rem}.toast-close:hover{opacity:1}@media (width<=768px){.toast{max-width:none;left:1rem;right:1rem}}.fs-dark-section{background:linear-gradient(to bottom, var(--fs-dark), #141418, var(--fs-dark));color:var(--fs-dark-text);clip-path:inset(0);position:relative}.fs-dark-section:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 1px 1px,#ffffff06 1px,#0000 0);background-size:32px 32px;position:absolute;inset:0}.fs-glow-orb{filter:blur(80px);pointer-events:none;will-change:transform;border-radius:50%;position:absolute}.fs-glow-orb--hero{background:radial-gradient(circle,#d4a8431a 0%,#0000 70%);width:450px;height:450px;animation:14s ease-in-out infinite floatSlow;top:-80px;right:-60px}.fs-glow-orb--hero-secondary{background:radial-gradient(circle,#4a6fa50f 0%,#0000 70%);width:300px;height:300px;animation:18s ease-in-out infinite floatSlowReverse;bottom:-40px;left:-40px}.fs-glow-orb--cta{background:radial-gradient(circle,#d4a84314 0%,#0000 70%);width:600px;height:600px;animation:16s ease-in-out infinite floatSlow;top:50%;left:50%;transform:translate(-50%,-50%)}.fs-corner-glow--gold{pointer-events:none;background:radial-gradient(at 100% 0,#d4a8430f 0%,#0000 70%);width:400px;height:400px;position:absolute;top:0;right:0}.fs-corner-glow--steel{pointer-events:none;background:radial-gradient(at 0 100%,#4a6fa50a 0%,#0000 70%);width:350px;height:350px;position:absolute;bottom:0;left:0}.fs-hero{position:relative;overflow:hidden}.fs-constellation{pointer-events:none;z-index:0;opacity:0;width:74%;height:126%;animation:1s cubic-bezier(.22,1,.36,1) forwards constellationFadeIn;position:absolute;bottom:-25%;right:2%}.fs-constellation svg{width:100%;height:100%}@keyframes constellationFadeIn{to{opacity:.55}}@keyframes constellationDrift{0%{transform:rotate(0)scale(1)}50%{transform:rotate(1.5deg)scale(1.01)}to{transform:rotate(0)scale(1)}}.fs-constellation svg{animation:30s ease-in-out infinite constellationDrift}@keyframes drawLine{0%{stroke-dashoffset:var(--line-length);opacity:.6}to{stroke-dashoffset:0;opacity:1}}.fs-star-line{stroke-dasharray:var(--line-length);stroke-dashoffset:var(--line-length)}.fs-star-line--2{--line-length:1400;animation:2s forwards drawLine,10s ease-in-out 2s infinite linePulse}.fs-star-line--1{--line-length:1400;animation:2s 1s forwards drawLine,8s ease-in-out 3s infinite linePulse}.fs-star-line--5{--line-length:1400;animation:2s 2s forwards drawLine,11s ease-in-out 4s infinite linePulse}.fs-star-line--4{--line-length:1400;animation:2s 3s forwards drawLine,9s ease-in-out 5s infinite linePulse}.fs-star-line--3{--line-length:1400;animation:2s 4s forwards drawLine,12s ease-in-out 6s infinite linePulse}@keyframes linePulse{0%,to{opacity:.8}50%{opacity:.5}}@keyframes nodeFadeIn{0%{opacity:0}to{opacity:.35}}@keyframes nodeGlow{0%,to{opacity:.1}50%{opacity:.35}}.fs-star-node{opacity:0}.fs-star-node--1{animation:2s 6s forwards nodeFadeIn,3s ease-in-out 8s infinite nodeGlow}.fs-star-node--2{animation:2s 6.3s forwards nodeFadeIn,4s ease-in-out 8.3s infinite nodeGlow}.fs-star-node--3{animation:2s 6.6s forwards nodeFadeIn,3.5s ease-in-out 8.6s infinite nodeGlow}.fs-star-node--4{animation:2s 6.9s forwards nodeFadeIn,4.5s ease-in-out 8.9s infinite nodeGlow}.fs-star-node--5{animation:2s 7.2s forwards nodeFadeIn,3.5s ease-in-out 9.2s infinite nodeGlow}.fs-star-node--inner{animation:2s 7.5s forwards nodeFadeIn,5s ease-in-out 9.5s infinite nodeGlow}@media (width<=768px){.fs-constellation{display:none}}.fs-hero-label:before{content:"";background:var(--color-brand-accent);vertical-align:middle;width:28px;height:1.5px;margin-right:12px;display:inline-block}.fs-glass-card{border:1px solid var(--fs-dark-border);background:linear-gradient(145deg,#ffffff0f 0%,#ffffff05 100%);border-radius:6px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1),border-color .4s cubic-bezier(.22,1,.36,1);position:relative}.fs-glass-card:hover{border-color:var(--fs-dark-border-hover);transform:translateY(-4px);box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d}.fs-showcase-card{background:linear-gradient(145deg,#ffffff17 0%,#ffffff08 50%,#d4a84308 100%);border:1px solid #d4a84326;border-radius:6px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1),border-color .4s cubic-bezier(.22,1,.36,1),background .4s cubic-bezier(.22,1,.36,1);position:relative;box-shadow:0 4px 24px -6px #0000004d,0 0 40px -10px #d4a8430f,inset 0 1px #ffffff12}.fs-showcase-card:before{content:"";z-index:2;background:linear-gradient(90deg,#0000,#d4a8434d,#0000);border-radius:1px;height:1px;position:absolute;top:-1px;left:1rem;right:1rem}.fs-showcase-card:hover{background:linear-gradient(145deg,#ffffff1f 0%,#ffffff0d 50%,#d4a8430d 100%);border-color:#d4a84340;transform:translateY(-5px);box-shadow:0 25px 60px -12px #00000080,0 0 60px -8px #d4a8431f,0 0 100px -20px #d4a84314,inset 0 1px #ffffff17}.fs-showcase-card:hover:before{background:linear-gradient(90deg,#0000,#d4a84380,#0000)}.fs-situation-card.fs-showcase-card:before{left:0}.fs-light-card{background:#fff;border:1px solid #0000000f;border-radius:6px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1),border-color .4s cubic-bezier(.22,1,.36,1);box-shadow:0 2px 12px -4px #0000000a,0 4px 24px -8px #00000008}.fs-light-card:hover{border-color:#0000001a;transform:translateY(-4px);box-shadow:0 12px 40px -8px #00000014,0 0 40px -8px #d4a8430f}.fs-situation-card{border-left:3px solid #d4a8434d;transition:border-left-color .4s cubic-bezier(.22,1,.36,1),transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1),border-color .4s cubic-bezier(.22,1,.36,1),background .4s cubic-bezier(.22,1,.36,1)}.fs-situation-card:hover{border-left-color:var(--color-brand-accent)}.fs-situation-card h4{color:var(--fs-dark-text);letter-spacing:-.01em;margin-bottom:.375rem;font-size:.9375rem;font-weight:600}.fs-stream-card{position:relative;overflow:hidden}.fs-stream-card:after{content:"";background:linear-gradient(90deg, var(--color-brand-accent), transparent);opacity:0;height:2px;transition:opacity .4s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:0;right:0}.fs-stream-card:hover:after{opacity:1}.fs-stream-card--left{background:linear-gradient(145deg,#d4a8430f 0%,#ffffff14 30%,#ffffff08 100%)}.fs-stream-card--left:hover{background:linear-gradient(145deg,#d4a8431a 0%,#ffffff1a 30%,#ffffff0a 100%)}.fs-stream-card--right{background:linear-gradient(215deg,#d4a8430f 0%,#ffffff14 30%,#ffffff08 100%)}.fs-stream-card--right:hover{background:linear-gradient(215deg,#d4a8431a 0%,#ffffff1a 30%,#ffffff0a 100%)}.fs-stream-list li{padding-left:1.125rem;position:relative}.fs-stream-list li:before{content:"";background:var(--color-brand-accent);border-radius:1px;width:4px;height:4px;position:absolute;top:.6em;left:0}.fs-process-line{background:linear-gradient(to bottom, var(--color-brand-accent-mid), var(--color-brand-border));width:1px;position:absolute;top:3rem;bottom:0;left:1.25rem}.fs-process-step{position:relative}.fs-process-marker{z-index:2;border:1.5px solid var(--color-brand-accent);background:var(--color-brand-black);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:box-shadow .4s cubic-bezier(.22,1,.36,1);display:flex;position:relative;box-shadow:0 0 0 4px #d4a8430f}.fs-process-step:hover .fs-process-marker{box-shadow:0 0 0 6px #d4a8431a,0 0 20px #d4a84314}.fs-platform-logo{color:var(--color-brand-faint);opacity:.7;text-decoration:none;transition:opacity .3s cubic-bezier(.22,1,.36,1),color .3s cubic-bezier(.22,1,.36,1)}.fs-platform-logo:hover{opacity:1;color:var(--color-brand-white)}.fs-industry-tag{border:1px solid var(--fs-dark-border);background:linear-gradient(145deg,#ffffff0f 0%,#ffffff05 100%);transition:all .3s cubic-bezier(.22,1,.36,1)}.fs-industry-tag:hover{border-color:var(--fs-dark-border-hover);background:linear-gradient(145deg,#ffffff17 0%,#ffffff0a 100%);transform:translateY(-2px)}.fs-cta{position:relative;overflow:hidden}.fs-accent-rule{background:linear-gradient(90deg, var(--color-brand-accent-mid), transparent 60%);border:none;height:1px;margin:0}.fs-btn-primary{color:var(--fs-dark);background:var(--color-brand-accent);letter-spacing:.02em;cursor:pointer;border:none;border-radius:5px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.875rem;font-weight:600;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-flex}.fs-btn-primary:hover{background:var(--color-brand-accent-hover);transform:translateY(-2px);box-shadow:0 8px 30px #d4a84333,0 0 60px #d4a8430f}.fs-link-ghost{color:var(--color-brand-muted);letter-spacing:.02em;border-bottom:1px solid var(--color-brand-border);padding-bottom:2px;font-size:.875rem;font-weight:500;transition:all .2s}.fs-link-ghost:hover{color:var(--color-brand-white);border-color:var(--color-brand-muted)}.fs-link-ghost--dark{color:var(--fs-dark-muted);letter-spacing:.02em;border-bottom:1px solid var(--fs-dark-border);padding-bottom:2px;font-size:.875rem;font-weight:500;transition:all .2s}.fs-link-ghost--dark:hover{color:var(--fs-dark-text);border-color:var(--fs-dark-muted)}.fs-star{opacity:.35;width:.75em;height:.75em;display:inline-block}.fs-star--filled{opacity:1}.fs-nav{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--fs-dark-border);background:#111114eb}.fs-nav a.fs-nav-link{color:var(--fs-dark-muted);transition:color .2s}.fs-nav a.fs-nav-link:hover{color:var(--fs-dark-text)}.fs-footer{background:var(--fs-dark);color:var(--fs-dark-faint);border-top:1px solid var(--fs-dark-border)}.fs-footer a{color:var(--fs-dark-faint);transition:color .2s}.fs-footer a:hover{color:var(--fs-dark-muted)}.fs-mobile-menu{z-index:99;-webkit-backdrop-filter:blur(20px);background:#111114f7;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:none;position:fixed;inset:0}.fs-mobile-menu.is-open{display:flex}.fs-mobile-menu a{color:var(--fs-dark-text);text-transform:uppercase;letter-spacing:.1em;font-size:1.125rem;font-weight:600;transition:color .2s}.fs-mobile-menu a:hover{color:var(--color-brand-accent)}.fs-hamburger{cursor:pointer;z-index:101;flex-direction:column;gap:5px;padding:4px;display:none}.fs-hamburger span{background:var(--fs-dark-text);width:22px;height:1.5px;transition:all .3s;display:block}.fs-hamburger.is-open span:first-child{transform:rotate(45deg)translate(4.5px,4.5px)}.fs-hamburger.is-open span:nth-child(2){opacity:0}.fs-hamburger.is-open span:nth-child(3){transform:rotate(-45deg)translate(4.5px,-4.5px)}@media (width<=768px){.fs-hamburger{display:flex}}.fs-section-label--dark{color:var(--color-brand-accent);text-transform:uppercase;letter-spacing:.2em;font-size:.6875rem;font-weight:600}.fs-timeline-callout--light,.fs-timeline-callout--dark{background:0 0;border:none}.fs-form-label{color:var(--color-brand-white);letter-spacing:.02em;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:block}.fs-form-input,.fs-form-textarea,.fs-form-select{width:100%;font-size:.875rem;font-family:var(--font-sans);color:var(--color-brand-white);background:var(--color-brand-black);border:1px solid var(--color-brand-border);border-radius:5px;outline:none;padding:.75rem 1rem;transition:border-color .2s cubic-bezier(.22,1,.36,1),box-shadow .2s cubic-bezier(.22,1,.36,1);display:block}.fs-form-input::placeholder,.fs-form-textarea::placeholder{color:var(--color-brand-faint)}.fs-form-input:focus,.fs-form-textarea:focus,.fs-form-select:focus{border-color:var(--color-brand-accent);box-shadow:0 0 0 3px #d4a84314}.fs-form-textarea{resize:vertical;min-height:140px}.fs-form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%238F919A' stroke-width='1.5'%3E%3Cpath d='M3 4.5l3 3 3-3'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.fs-legal-list-item:before{content:"";background:var(--color-brand-accent);border-radius:1px;width:4px;height:4px;position:absolute;top:.75em;left:0}@media (width<=768px){.fs-process-line,.fs-glow-orb{display:none}}.article-prose h2{letter-spacing:-.015em;color:var(--color-brand-white);margin-top:2.75rem;margin-bottom:1rem;font-size:1.375rem;font-weight:700;line-height:1.3}.article-prose h3{letter-spacing:-.01em;color:var(--color-brand-white);margin-top:2rem;margin-bottom:.75rem;font-size:1.0625rem;font-weight:700}.article-prose p{color:var(--color-brand-muted);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.85}.article-prose p strong{color:var(--color-brand-white);font-weight:600}.article-prose a{color:var(--color-brand-accent);text-underline-offset:2px;text-decoration:underline;transition:color .2s}.article-prose a:hover{color:var(--color-brand-accent-hover)}.article-prose ul,.article-prose ol{margin-bottom:1.25rem;padding-left:0;list-style:none}.article-prose ul li,.article-prose ol li{color:var(--color-brand-muted);margin-bottom:.5rem;padding-left:1.25rem;font-size:.9375rem;line-height:1.85;position:relative}.article-prose ul li:before{content:"";background:var(--color-brand-accent);border-radius:1px;width:4px;height:4px;position:absolute;top:.65em;left:0}.article-prose ol{counter-reset:article-ol}.article-prose ol li{counter-increment:article-ol}.article-prose ol li:before{content:counter(article-ol) ".";color:var(--color-brand-accent);font-size:.8125rem;font-weight:700;position:absolute;left:0}.article-prose blockquote{border-left:2px solid var(--color-brand-accent);background:var(--color-brand-surface);border-radius:0 6px 6px 0;margin:2rem 0;padding:1.5rem 2rem}.article-prose blockquote p{color:var(--color-brand-white);margin-bottom:0;font-size:.9375rem}.article-prose hr{background:var(--color-brand-border);border:none;height:1px;margin:2.5rem 0}.article-prose figure{margin:2rem 0}.article-prose figure img{border-radius:6px;width:100%}.article-prose figure figcaption{color:var(--color-brand-faint);margin-top:.75rem;font-size:.8125rem;line-height:1.5}.fs-article-process{background:#111114;border-radius:.5rem;margin:2.5rem 0;padding:1.5rem 1.75rem}.fs-article-process .fs-article-label{text-transform:uppercase;letter-spacing:.15em;color:#d4a843;margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.fs-article-process ol{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.fs-article-process li{align-items:flex-start;gap:1rem;margin:0;padding:0;display:flex}.fs-article-process li:before{display:none}.fs-article-process .fs-step-num{color:#d4a843;background:#d4a84326;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-top:.125rem;font-size:.75rem;font-weight:700;display:flex}.fs-article-process p{color:#e8e8ec;margin:0;font-size:.875rem;line-height:1.65}.fs-article-warning{background:#c45d4f0f;border-left:3px solid #c45d4f;border-radius:0 .5rem .5rem 0;margin:2rem 0;padding:1rem 1.25rem}.fs-article-warning .fs-article-label{text-transform:uppercase;letter-spacing:.15em;color:#5c5e66;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.fs-article-warning p{color:#1a1a1e;margin:0;font-size:.875rem;line-height:1.65}.fs-article-warning strong{color:#1a1a1e;font-weight:600}.fs-article-insight{background:#d4a8430f;border-left:3px solid #d4a843;border-radius:0 .5rem .5rem 0;margin:2rem 0;padding:1rem 1.25rem}.fs-article-insight .fs-article-label{text-transform:uppercase;letter-spacing:.15em;color:#5c5e66;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.fs-article-insight p{color:#1a1a1e;margin:0;font-size:.875rem;line-height:1.65}.fs-article-insight strong{color:#1a1a1e;font-weight:600}.fs-article-reference{background:#eceef2;border-radius:.5rem;margin:2rem 0;padding:1.25rem 1.5rem}.fs-article-reference .fs-article-label{text-transform:uppercase;letter-spacing:.15em;color:#5c5e66;margin-bottom:1rem;font-size:.75rem;font-weight:600}.fs-article-reference ul{counter-reset:fs-ref-item;margin:0;padding:0;list-style:none}.fs-article-reference li{color:#1a1a1ecc;margin:0;padding-left:1rem;font-size:.875rem;line-height:1.65;display:block;position:relative}.fs-article-reference li+li{margin-top:.625rem}.fs-article-reference li:before{content:"";background:#4a6fa5;border-radius:50%;width:.375rem;height:.375rem;position:absolute;top:.55rem;left:0}.fs-article-reference li:has(>strong:first-child){counter-increment:fs-ref-item;padding-left:2.5rem}.fs-article-reference li:has(>strong:first-child)+li:has(>strong:first-child){margin-top:1.5rem}.fs-article-reference li:has(>strong:first-child):before{content:counter(fs-ref-item, decimal-leading-zero);color:#4a6fa5;font-feature-settings:"tnum";letter-spacing:.04em;background:0 0;border-radius:0;width:auto;height:auto;font-size:.75rem;font-weight:700;position:absolute;top:.2rem;left:0}.fs-article-reference li>strong:first-child{color:#1a1a1e;margin-bottom:.2rem;font-size:.9375rem;font-weight:600;display:block}.fs-article-scenario{background:#fff;border:1px solid #00000014;border-radius:.5rem;margin:2rem 0;padding:1.25rem 1.5rem;box-shadow:0 1px 2px #0000000d}.fs-article-scenario .fs-article-label{text-transform:uppercase;letter-spacing:.15em;color:#5c5e66;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.fs-article-scenario p{color:#1a1a1ecc;margin-bottom:.75rem;font-size:.875rem;line-height:1.65}.fs-article-scenario p:last-child{margin-bottom:0}.fs-article-pullquote{text-align:center;border-top:2px solid #d4a8434d;border-bottom:2px solid #d4a8434d;margin:2.5rem 0;padding:1.5rem 0}.fs-article-pullquote p{color:#1a1a1e;max-width:36rem;margin:0 auto;font-size:1rem;font-weight:500;line-height:1.65}
