:root{--ft-accent:#2563eb;--ft-border:#e2e8f0;--ft-ink:#0f172a;--ft-muted:#475569}.ft-hub{padding:4rem 0}.ft-hub .wrap>section:first-of-type{border-top:none}.ft-hub .wrap>section:first-of-type:after{content:none}.ft-hub__title{margin:0 0 2rem;text-align:center;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2;color:var(--ft-ink)}.ft-hub__subtitle{margin:0 auto 2.5rem;max-width:36rem;text-align:center;font-size:1.125rem;line-height:1.5;color:var(--ft-muted)}.ft-section{margin-top:4rem}.ft-stories-head{text-align:center}.ft-stories-head__eyebrow{margin:0;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--ft-accent)}.ft-stories-head__title{margin:.5rem 0 0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--ft-ink)}.ft-stories-head__sub{margin:.75rem auto 0;max-width:42rem;font-size:1.125rem;color:var(--ft-muted)}.ft-stories-grid{display:grid;gap:2rem;margin-top:2.5rem;grid-template-columns:1fr}@media (min-width:768px){.ft-stories-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ft-stories-grid{grid-template-columns:repeat(3,1fr)}}.ft-story-card{display:flex;height:100%;flex-direction:column;overflow:hidden;border:1px solid var(--ft-border);background:#fff;transition:border-color .2s ease}.ft-story-card:hover{border-color:var(--ft-accent)}.ft-story-media{position:relative;height:9rem;width:100%;background:#f8fafc}.ft-story-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:1.5rem}.ft-story-body{display:flex;flex:1 1;flex-direction:column;gap:.75rem;padding:1.5rem}.ft-story-industry{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:.5rem;border:1px solid var(--ft-border);padding:.25rem .75rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--ft-accent)}.ft-story-title{font-size:1.25rem;font-weight:600;color:var(--ft-ink)}.ft-story-headline{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:var(--ft-muted)}.ft-story-link{margin-top:auto;display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--ft-accent)}.ft-story-link:hover{text-decoration:underline}.ft-story-link__arrow{font-size:1.125rem}.ftc{background:#fff}.ftc__inner{gap:3rem;padding:4rem 0}.ftc__article,.ftc__inner{display:flex;flex-direction:column}.ftc__article{gap:1rem}.ftc__title{margin:0;font-size:1.5rem;font-weight:600;color:var(--ft-ink)}.ftc__p{font-size:1rem;line-height:1.7}.ftc__list,.ftc__p{margin:0;color:var(--ft-muted)}.ftc__list{display:flex;flex-direction:column;gap:.5rem;padding-left:1.25rem;list-style:disc}.am{background:#fff;padding:6rem 0}.am__head{margin:0 auto 4rem;max-width:48rem;text-align:center}.am__title{margin:1.5rem 0 0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;letter-spacing:-.01em;color:var(--ft-ink)}.am__sub{margin:1rem 0 0;font-size:1.125rem;color:var(--ft-muted)}.am__tabs{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem}.am__tab,.am__tabs{display:flex;align-items:center}.am__tab{width:6rem;flex-direction:column;gap:.75rem;background:none;border:none;cursor:pointer}.am__tab-icon{display:flex;height:5rem;width:5rem;align-items:center;justify-content:center;border:1px solid var(--ft-border);background:#f8fafc;color:var(--ft-muted);transition:border-color .2s ease,background .2s ease,color .2s ease}.am__tab-icon svg{height:2rem;width:2rem}.am__tab--active .am__tab-icon{border-color:var(--ft-accent);background:var(--ft-accent);color:#fff}.am__tab-label{display:flex;height:2.5rem;align-items:center;justify-content:center;text-align:center;font-size:.875rem;font-weight:600;color:var(--ft-muted)}.am__tab--active .am__tab-label{color:var(--ft-accent)}.am__display{position:relative;margin:0 auto;max-width:72rem}.am__nav{position:absolute;top:50%;z-index:20;display:flex;height:3.5rem;width:3.5rem;transform:translateY(-50%);align-items:center;justify-content:center;border:1px solid var(--ft-border);background:#fff;color:var(--ft-ink);cursor:pointer;transition:border-color .2s ease}.am__nav:hover{border-color:var(--ft-accent)}.am__nav svg{height:1.5rem;width:1.5rem}.am__nav--prev{left:0;transform:translate(-50%,-50%)}.am__nav--next{right:0;transform:translate(50%,-50%)}.am__card{overflow:hidden;border:1px solid var(--ft-border);background:#fff}.am__grid{display:grid;grid-template-columns:1fr}@media (min-width:1024px){.am__grid{grid-template-columns:repeat(2,1fr)}}.am__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:#f1f5f9}@media (min-width:1024px){.am__media{aspect-ratio:auto}}.am__img-wrap{position:relative;height:100%}.am__img{width:100%;height:100%;object-fit:cover}.am__content{display:flex;flex-direction:column;justify-content:center;padding:2rem}@media (min-width:1024px){.am__content{padding:3rem}}.am__eyebrow{margin-bottom:.5rem;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--ft-accent)}.am__heading{margin:0 0 1rem;font-size:1.875rem;font-weight:700;color:var(--ft-ink)}.am__desc{margin:0 0 2rem;font-size:1.125rem;line-height:1.7;color:var(--ft-muted)}.am__features{display:flex;flex-direction:column;gap:.75rem}.am__feature{display:flex;align-items:flex-start;gap:.75rem}.am__feature-check{margin-top:.25rem;display:flex;height:1.25rem;width:1.25rem;flex-shrink:0;align-items:center;justify-content:center;border:1px solid var(--ft-accent);color:var(--ft-accent)}.am__feature-check svg{height:.75rem;width:.75rem}.am__feature-text{color:var(--ft-ink)}
/*# sourceMappingURL=162521acddaf816c.css.map*/