@keyframes heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes dividerExpand{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hero-fade-up[data-astro-cid-kh7btl4r]{opacity:0;animation:heroFadeUp .8s cubic-bezier(.25,.1,.25,1) forwards;animation-delay:var(--hero-delay, 0s)}.about-hero[data-astro-cid-kh7btl4r]{background:var(--bg);padding:32px 0 0}.about-hero-inner[data-astro-cid-kh7btl4r]{max-width:1440px;margin:0 auto;padding:0 100px;display:grid;grid-template-columns:1fr 440px;gap:80px;align-items:center;min-height:560px}.hero-text-col[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column;justify-content:center;padding:40px 0 60px}.tagline[data-astro-cid-kh7btl4r]{font-family:var(--font-heading);font-size:20px;font-weight:400;text-transform:uppercase;color:var(--white);margin-bottom:12px}.headline-accent[data-astro-cid-kh7btl4r]{color:var(--blue-accent)}.hero-headline[data-astro-cid-kh7btl4r]{font-family:var(--font-heading);font-size:72px;font-weight:400;text-transform:uppercase;color:var(--white-full);line-height:110%;margin-bottom:28px;max-width:680px}.hero-body-row[data-astro-cid-kh7btl4r]{display:flex;align-items:flex-start;gap:16px;margin-bottom:44px}.accent-line[data-astro-cid-kh7btl4r]{width:2px;height:48px;background:var(--blue-primary);flex-shrink:0;margin-top:4px;transition:height .4s cubic-bezier(.25,.1,.25,1),background .4s cubic-bezier(.25,.1,.25,1)}.hero-body[data-astro-cid-kh7btl4r]{font-family:var(--font-body);font-size:20px;font-weight:400;color:var(--white-muted);line-height:150%;max-width:540px;transition:color .4s cubic-bezier(.25,.1,.25,1)}.hero-body-row[data-astro-cid-kh7btl4r]:hover .accent-line[data-astro-cid-kh7btl4r]{background:var(--blue-accent);height:56px}.hero-body-row[data-astro-cid-kh7btl4r]:hover .hero-body[data-astro-cid-kh7btl4r]{color:var(--white-full)}.hero-cta-row[data-astro-cid-kh7btl4r]{display:flex;align-items:center;gap:12px}.cta-outline[data-astro-cid-kh7btl4r]{font-family:var(--font-heading);font-size:20px;font-weight:400;text-transform:uppercase;color:var(--white);border:1px solid var(--white);background:transparent;padding:16px 26px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;white-space:nowrap;position:relative;overflow:hidden;z-index:1;transition:color .4s cubic-bezier(.25,.1,.25,1)}.cta-outline[data-astro-cid-kh7btl4r]:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:var(--blue-accent);z-index:-1;transition:width .4s cubic-bezier(.25,.1,.25,1)}.cta-outline[data-astro-cid-kh7btl4r]:hover{color:var(--black);border-color:var(--blue-accent)}.cta-outline[data-astro-cid-kh7btl4r]:hover:before{width:100%}.cta-arrow[data-astro-cid-kh7btl4r]{width:60px;height:60px;background:transparent;border:1px solid var(--white);display:flex;align-items:center;justify-content:center;color:var(--white);transition:background .3s ease,color .3s ease,border-color .3s ease}.cta-arrow[data-astro-cid-kh7btl4r] svg[data-astro-cid-kh7btl4r]{transition:transform .3s cubic-bezier(.25,.1,.25,1)}.cta-arrow[data-astro-cid-kh7btl4r]:hover{background:var(--blue-accent);border-color:var(--blue-accent);color:var(--black)}.cta-arrow[data-astro-cid-kh7btl4r]:hover svg[data-astro-cid-kh7btl4r]{transform:translate(3px,-3px)}.hero-image-col[data-astro-cid-kh7btl4r]{display:flex;justify-content:flex-end;align-items:center}.hero-image-wrap[data-astro-cid-kh7btl4r]{overflow:hidden;border:1px solid var(--white);transition:border-color .4s cubic-bezier(.25,.1,.25,1),box-shadow .4s cubic-bezier(.25,.1,.25,1)}.hero-image-wrap[data-astro-cid-kh7btl4r]:hover{border-color:var(--blue-primary);box-shadow:0 0 30px #245da733}.hero-image[data-astro-cid-kh7btl4r]{width:100%;height:100%;aspect-ratio:3 / 4;object-fit:cover;display:block;max-height:586px}.story-image[data-astro-cid-kh7btl4r]{width:100%;height:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:top;display:block;max-height:560px;transition:transform .4s cubic-bezier(.25,.1,.25,1)}.story-image-wrapper[data-astro-cid-kh7btl4r]{position:relative;overflow:hidden;border:1px solid var(--white);transition:border-color .4s cubic-bezier(.25,.1,.25,1),box-shadow .4s cubic-bezier(.25,.1,.25,1)}.story-image-wrapper[data-astro-cid-kh7btl4r]:hover{border-color:var(--blue-primary);box-shadow:0 0 30px #245da733}.story-image-wrapper[data-astro-cid-kh7btl4r]:hover .story-image[data-astro-cid-kh7btl4r]{transform:scale(1.05)}.hero-divider[data-astro-cid-kh7btl4r]{width:100%;height:18px;background:var(--blue-primary);margin-top:0;transform-origin:left;transform:scaleX(0);animation:dividerExpand .8s cubic-bezier(.25,.1,.25,1) forwards;animation-delay:.85s}.our-story[data-astro-cid-kh7btl4r]{background:var(--bg);padding:120px 0}.our-story-inner[data-astro-cid-kh7btl4r]{max-width:1440px;margin:0 auto;padding:0 100px;display:grid;grid-template-columns:420px 1fr;gap:100px;align-items:start}.story-image-col[data-astro-cid-kh7btl4r]{padding-top:0}.story-number[data-astro-cid-kh7btl4r]{display:block;font-family:var(--font-heading);font-size:24px;font-weight:400;text-transform:uppercase;color:var(--white);line-height:1;margin-bottom:16px;transition:color .4s cubic-bezier(.25,.1,.25,1)}.story-image-col[data-astro-cid-kh7btl4r]:hover .story-number[data-astro-cid-kh7btl4r]{color:var(--blue-accent)}.story-accent-strip[data-astro-cid-kh7btl4r]{position:absolute;top:0;left:0;width:92px;height:16px;background:var(--blue-primary);z-index:1;transition:width .5s cubic-bezier(.25,.1,.25,1)}.story-image-col[data-astro-cid-kh7btl4r]:hover .story-accent-strip[data-astro-cid-kh7btl4r]{width:100%}.story-text-col[data-astro-cid-kh7btl4r]{padding-top:80px}.story-headline[data-astro-cid-kh7btl4r]{font-family:var(--font-heading);font-size:72px;font-weight:400;text-transform:uppercase;color:var(--white-full);line-height:110%;margin-bottom:20px}.story-subheadline[data-astro-cid-kh7btl4r]{font-family:var(--font-body);font-size:24px;font-weight:300;color:var(--white-muted);line-height:140%;margin-bottom:32px;padding-left:4px}.story-divider[data-astro-cid-kh7btl4r]{width:100%;height:1px;background:var(--white);margin-bottom:36px}.story-body-row[data-astro-cid-kh7btl4r]{display:flex;align-items:stretch;gap:16px}.story-body[data-astro-cid-kh7btl4r]{font-family:var(--font-body);font-size:18px;font-weight:400;color:var(--white-muted);line-height:170%;transition:color .4s cubic-bezier(.25,.1,.25,1)}.story-body-row[data-astro-cid-kh7btl4r] .accent-line[data-astro-cid-kh7btl4r]{height:auto;align-self:stretch}.story-body-row[data-astro-cid-kh7btl4r]:hover .accent-line[data-astro-cid-kh7btl4r]{background:var(--blue-accent)}.story-body-row[data-astro-cid-kh7btl4r]:hover .story-body[data-astro-cid-kh7btl4r]{color:var(--white-full)}.why-different[data-astro-cid-kh7btl4r]{background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(36,93,167,.08) 0%,transparent 70%),radial-gradient(ellipse 50% 80% at 20% 80%,rgba(0,162,233,.04) 0%,transparent 60%),var(--bg);padding:120px 0;position:relative;overflow:hidden}.why-different[data-astro-cid-kh7btl4r]:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--blue-primary),transparent)}.why-different[data-astro-cid-kh7btl4r]:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--blue-primary),transparent)}.why-different-inner[data-astro-cid-kh7btl4r]{max-width:1440px;margin:0 auto;padding:0 100px}.why-different-header[data-astro-cid-kh7btl4r]{margin-bottom:72px}.why-different-headline[data-astro-cid-kh7btl4r]{font-family:var(--font-heading);font-size:72px;font-weight:400;text-transform:uppercase;color:var(--white-full);line-height:110%;margin-bottom:16px;max-width:800px}.why-different-sub[data-astro-cid-kh7btl4r]{font-family:var(--font-body);font-size:22px;font-weight:300;color:var(--white-muted);line-height:150%}.comparison-table[data-astro-cid-kh7btl4r]{position:relative}.comparison-headers[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:1fr 2px 1fr;gap:0;margin-bottom:0}.col-header[data-astro-cid-kh7btl4r]{padding:24px 32px;position:relative}.col-header--old[data-astro-cid-kh7btl4r] .col-header-label[data-astro-cid-kh7btl4r]{font-family:var(--font-heading);font-size:16px;font-weight:400;text-transform:uppercase;letter-spacing:.12em;color:var(--white-muted);opacity:.5}.col-header--fsm[data-astro-cid-kh7btl4r]{position:relative}.col-header--fsm[data-astro-cid-kh7btl4r] .col-header-label[data-astro-cid-kh7btl4r]{font-family:var(--font-heading);font-size:16px;font-weight:400;text-transform:uppercase;letter-spacing:.12em;color:var(--blue-accent)}.col-header-accent[data-astro-cid-kh7btl4r]{position:absolute;top:0;left:32px;width:92px;height:16px;background:var(--blue-primary);transition:width .5s cubic-bezier(.25,.1,.25,1)}.col-header--fsm[data-astro-cid-kh7btl4r]:hover .col-header-accent[data-astro-cid-kh7btl4r]{width:calc(100% - 32px)}.col-divider-header[data-astro-cid-kh7btl4r]{width:2px;background:var(--blue-primary)}.comparison-row[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:1fr 2px 1fr;gap:0;border-top:1px solid rgba(232,232,232,.08);transition:background .4s cubic-bezier(.25,.1,.25,1)}.comparison-row[data-astro-cid-kh7btl4r]:last-child{border-bottom:1px solid rgba(232,232,232,.08)}.comparison-row[data-astro-cid-kh7btl4r]:hover{background:#e8e8e805}.comparison-cell[data-astro-cid-kh7btl4r]{padding:28px 32px;display:flex;align-items:center;gap:20px;transition:all .4s cubic-bezier(.25,.1,.25,1)}.col-divider[data-astro-cid-kh7btl4r]{width:2px;background:var(--blue-primary);transition:background .4s cubic-bezier(.25,.1,.25,1)}.comparison-row[data-astro-cid-kh7btl4r]:hover .col-divider[data-astro-cid-kh7btl4r]{background:var(--blue-accent)}.cell-text--old[data-astro-cid-kh7btl4r]{font-family:var(--font-body);font-size:18px;font-weight:400;color:var(--white-muted);opacity:.5;position:relative;transition:all .4s cubic-bezier(.25,.1,.25,1)}.cell-text--old[data-astro-cid-kh7btl4r]:after{content:"";position:absolute;left:0;top:50%;width:0;height:1px;background:var(--white-muted);transition:width .5s cubic-bezier(.25,.1,.25,1)}.comparison-row[data-astro-cid-kh7btl4r]:hover .cell-text--old[data-astro-cid-kh7btl4r]{opacity:.25}.comparison-row[data-astro-cid-kh7btl4r]:hover .cell-text--old[data-astro-cid-kh7btl4r]:after{width:100%}.row-marker[data-astro-cid-kh7btl4r]{font-family:var(--font-heading);font-size:13px;font-weight:400;color:var(--blue-primary);letter-spacing:.06em;flex-shrink:0;width:24px;transition:color .4s cubic-bezier(.25,.1,.25,1)}.comparison-row[data-astro-cid-kh7btl4r]:hover .row-marker[data-astro-cid-kh7btl4r]{color:var(--blue-accent)}.cell-text--fsm[data-astro-cid-kh7btl4r]{font-family:var(--font-body);font-size:18px;font-weight:400;color:var(--white);transition:color .4s cubic-bezier(.25,.1,.25,1)}.comparison-row[data-astro-cid-kh7btl4r]:hover .cell-text--fsm[data-astro-cid-kh7btl4r]{color:var(--white-full)}.comparison-row[data-astro-cid-kh7btl4r]:hover .comparison-cell--fsm[data-astro-cid-kh7btl4r]{background:#245da70f}.mobile-label[data-astro-cid-kh7btl4r]{display:none}.cta-banner[data-astro-cid-kh7btl4r]{position:relative;width:100%}.cta-banner-accent-top[data-astro-cid-kh7btl4r],.cta-banner-accent-bottom[data-astro-cid-kh7btl4r]{width:100%;height:16px;background:var(--blue-primary)}.cta-banner-bg[data-astro-cid-kh7btl4r]{position:relative;background:url(https://media.fullscopemetals.com/CTA-BANNER-BG.webp) center center / cover no-repeat;width:100%}.cta-banner-overlay[data-astro-cid-kh7btl4r]{position:absolute;top:0;left:0;width:100%;height:100%;background:#171717cc;pointer-events:none}.cta-banner-content[data-astro-cid-kh7btl4r]{position:relative;max-width:1440px;margin:0 auto;padding:100px;z-index:1}.cta-banner-headline[data-astro-cid-kh7btl4r]{font-family:var(--font-heading);font-size:72px;font-weight:400;text-transform:uppercase;color:var(--white-full);line-height:110%;margin-bottom:28px;max-width:700px}.cta-banner-body-row[data-astro-cid-kh7btl4r]{display:flex;align-items:flex-start;gap:16px;margin-bottom:44px;max-width:680px}.cta-banner-body[data-astro-cid-kh7btl4r]{font-family:var(--font-body);font-size:18px;font-weight:400;color:var(--white-muted);line-height:170%;transition:color .4s cubic-bezier(.25,.1,.25,1)}.cta-banner-body-row[data-astro-cid-kh7btl4r]:hover .accent-line[data-astro-cid-kh7btl4r]{background:var(--blue-accent);height:56px}.cta-banner-body-row[data-astro-cid-kh7btl4r]:hover .cta-banner-body[data-astro-cid-kh7btl4r]{color:var(--white-full)}.cta-banner-cta-row[data-astro-cid-kh7btl4r]{display:flex;align-items:center;gap:12px}@media(max-width:1200px){.about-hero-inner[data-astro-cid-kh7btl4r]{padding:0 80px;gap:60px;grid-template-columns:1fr 380px}.hero-headline[data-astro-cid-kh7btl4r]{font-size:60px}.our-story-inner[data-astro-cid-kh7btl4r]{padding:0 80px;gap:70px;grid-template-columns:360px 1fr}.story-headline[data-astro-cid-kh7btl4r]{font-size:60px}.why-different-inner[data-astro-cid-kh7btl4r]{padding:0 80px}.why-different-headline[data-astro-cid-kh7btl4r]{font-size:60px}.cta-banner-content[data-astro-cid-kh7btl4r]{padding:120px 80px}.cta-banner-headline[data-astro-cid-kh7btl4r]{font-size:60px}}@media(max-width:1024px){.about-hero-inner[data-astro-cid-kh7btl4r]{padding:0 48px;gap:48px;grid-template-columns:1fr 320px;min-height:480px}.hero-headline[data-astro-cid-kh7btl4r]{font-size:50px}.hero-body[data-astro-cid-kh7btl4r]{font-size:18px}.our-story[data-astro-cid-kh7btl4r]{padding:90px 0}.our-story-inner[data-astro-cid-kh7btl4r]{padding:0 48px;gap:48px;grid-template-columns:300px 1fr}.story-headline[data-astro-cid-kh7btl4r]{font-size:50px}.story-subheadline[data-astro-cid-kh7btl4r]{font-size:22px}.story-body[data-astro-cid-kh7btl4r]{font-size:17px}.why-different[data-astro-cid-kh7btl4r]{padding:90px 0}.why-different-inner[data-astro-cid-kh7btl4r]{padding:0 48px}.why-different-headline[data-astro-cid-kh7btl4r]{font-size:50px}.why-different-sub[data-astro-cid-kh7btl4r]{font-size:20px}.cell-text--old[data-astro-cid-kh7btl4r],.cell-text--fsm[data-astro-cid-kh7btl4r]{font-size:17px}.comparison-cell[data-astro-cid-kh7btl4r]{padding:24px 28px}.col-header[data-astro-cid-kh7btl4r]{padding:20px 28px}.cta-banner-content[data-astro-cid-kh7btl4r]{padding:100px 48px}.cta-banner-headline[data-astro-cid-kh7btl4r]{font-size:50px}}@media(max-width:768px){.about-hero[data-astro-cid-kh7btl4r]{padding:48px 0 0}.about-hero-inner[data-astro-cid-kh7btl4r]{padding:0 24px;grid-template-columns:1fr;gap:40px;min-height:auto}.hero-text-col[data-astro-cid-kh7btl4r]{padding:0 0 8px}.hero-headline[data-astro-cid-kh7btl4r]{font-size:40px;max-width:100%}.hero-body[data-astro-cid-kh7btl4r]{font-size:16px;max-width:100%;margin-bottom:36px}.hero-image-col[data-astro-cid-kh7btl4r]{justify-content:center}.hero-image[data-astro-cid-kh7btl4r]{max-width:340px;margin:0 auto}.cta-outline[data-astro-cid-kh7btl4r]{font-size:16px;padding:14px 20px;height:52px}.cta-arrow[data-astro-cid-kh7btl4r]{width:52px;height:52px}.hero-divider[data-astro-cid-kh7btl4r]{height:12px}.hero-image-col[data-astro-cid-kh7btl4r]{padding-bottom:16px}.tagline[data-astro-cid-kh7btl4r]{font-size:18px}@keyframes stripExpand{0%{width:92px}to{width:100%}}.story-accent-strip[data-astro-cid-kh7btl4r]{width:92px;transition:none}.scroll-reveal[data-astro-cid-kh7btl4r].revealed .story-accent-strip[data-astro-cid-kh7btl4r]{animation:stripExpand .8s cubic-bezier(.25,.1,.25,1) forwards;animation-delay:.2s}@keyframes accentExpand{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.cta-banner-accent-top[data-astro-cid-kh7btl4r],.cta-banner-accent-bottom[data-astro-cid-kh7btl4r]{transform-origin:left;transform:scaleX(0)}.cta-banner-accent-top[data-astro-cid-kh7btl4r].revealed,.cta-banner-accent-bottom[data-astro-cid-kh7btl4r].revealed{animation:accentExpand .8s cubic-bezier(.25,.1,.25,1) forwards}.cta-banner-accent-bottom[data-astro-cid-kh7btl4r].revealed{animation-delay:.15s}.our-story[data-astro-cid-kh7btl4r]{padding:72px 0}.our-story-inner[data-astro-cid-kh7btl4r]{padding:0 24px;grid-template-columns:1fr;gap:48px}.story-image-col[data-astro-cid-kh7btl4r]{padding-top:0;order:-1}.story-image-col[data-astro-cid-kh7btl4r] .story-image[data-astro-cid-kh7btl4r]{max-width:100%;object-position:top}.story-image-wrapper[data-astro-cid-kh7btl4r]{border:none}.story-image-wrapper[data-astro-cid-kh7btl4r]:hover{border-color:transparent}.story-number[data-astro-cid-kh7btl4r]{font-size:20px}.story-text-col[data-astro-cid-kh7btl4r]{padding-top:0}.story-headline[data-astro-cid-kh7btl4r]{font-size:40px}.story-subheadline[data-astro-cid-kh7btl4r]{font-size:20px;padding-left:0}.story-body[data-astro-cid-kh7btl4r]{font-size:16px;max-width:100%}.why-different[data-astro-cid-kh7btl4r]{padding:72px 0}.why-different-inner[data-astro-cid-kh7btl4r]{padding:0 24px}.why-different-headline[data-astro-cid-kh7btl4r]{font-size:40px}.why-different-header[data-astro-cid-kh7btl4r]{margin-bottom:48px}.why-different-sub[data-astro-cid-kh7btl4r]{font-size:18px}.comparison-headers[data-astro-cid-kh7btl4r]{display:none}.comparison-row[data-astro-cid-kh7btl4r]{grid-template-columns:1fr;gap:0;padding:24px;margin-bottom:12px;border:1px solid rgba(232,232,232,.08);border-top:none}.comparison-row[data-astro-cid-kh7btl4r]:last-child{border-bottom:1px solid rgba(232,232,232,.08)}.col-divider[data-astro-cid-kh7btl4r]{display:none}.mobile-label[data-astro-cid-kh7btl4r]{display:block;width:100%;font-family:var(--font-heading);font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:.12em;margin-bottom:4px}.mobile-label--old[data-astro-cid-kh7btl4r]{color:var(--white-muted);opacity:.4}.mobile-label--fsm[data-astro-cid-kh7btl4r]{color:var(--blue-accent)}.comparison-cell--old[data-astro-cid-kh7btl4r]{padding:0 0 16px;flex-wrap:wrap;border-bottom:1px solid rgba(232,232,232,.06)}.comparison-cell--fsm[data-astro-cid-kh7btl4r]{padding:16px 0 0 16px;border-left:3px solid var(--blue-primary);flex-wrap:wrap}.cell-text--old[data-astro-cid-kh7btl4r]{font-size:15px;opacity:.4;text-decoration:line-through;text-decoration-color:#e8e8e84d}.cell-text--old[data-astro-cid-kh7btl4r]:after{display:none}.cell-text--fsm[data-astro-cid-kh7btl4r]{font-size:16px;color:var(--white-full)}.row-marker[data-astro-cid-kh7btl4r]{display:none}.cta-banner-content[data-astro-cid-kh7btl4r]{padding:80px 24px}.cta-banner-headline[data-astro-cid-kh7btl4r]{font-size:40px}.cta-banner-body[data-astro-cid-kh7btl4r]{font-size:16px}.cta-banner-accent-top[data-astro-cid-kh7btl4r],.cta-banner-accent-bottom[data-astro-cid-kh7btl4r]{height:12px}}@media(max-width:480px){.about-hero-inner[data-astro-cid-kh7btl4r]{padding:0 16px;gap:32px}.hero-headline[data-astro-cid-kh7btl4r]{font-size:32px}.hero-body[data-astro-cid-kh7btl4r]{font-size:15px;margin-bottom:32px}.hero-badge[data-astro-cid-kh7btl4r]{margin-bottom:20px}.hero-image[data-astro-cid-kh7btl4r]{max-width:280px}.tagline[data-astro-cid-kh7btl4r]{font-size:16px}.our-story[data-astro-cid-kh7btl4r]{padding:56px 0}.our-story-inner[data-astro-cid-kh7btl4r]{padding:0 16px;gap:36px}.story-number[data-astro-cid-kh7btl4r]{font-size:18px}.story-headline[data-astro-cid-kh7btl4r]{font-size:32px}.story-subheadline[data-astro-cid-kh7btl4r]{font-size:18px;margin-bottom:24px}.story-divider[data-astro-cid-kh7btl4r]{margin-bottom:28px}.story-body[data-astro-cid-kh7btl4r]{font-size:15px}.why-different[data-astro-cid-kh7btl4r]{padding:56px 0}.why-different-inner[data-astro-cid-kh7btl4r]{padding:0 16px}.why-different-headline[data-astro-cid-kh7btl4r]{font-size:32px}.why-different-header[data-astro-cid-kh7btl4r]{margin-bottom:40px}.why-different-sub[data-astro-cid-kh7btl4r]{font-size:16px}.comparison-row[data-astro-cid-kh7btl4r]{padding:20px 16px;margin-bottom:10px}.cell-text--old[data-astro-cid-kh7btl4r]{font-size:14px}.cell-text--fsm[data-astro-cid-kh7btl4r]{font-size:15px}.cta-banner-content[data-astro-cid-kh7btl4r]{padding:64px 16px}.cta-banner-headline[data-astro-cid-kh7btl4r]{font-size:32px}.cta-banner-body[data-astro-cid-kh7btl4r]{font-size:15px}.cta-banner-body-row[data-astro-cid-kh7btl4r]{margin-bottom:36px}.cta-banner-accent-top[data-astro-cid-kh7btl4r],.cta-banner-accent-bottom[data-astro-cid-kh7btl4r]{height:10px}}
