html,body{overflow-x:clip!important}:root{--sz-accent: #00704a;--sz-accent-hover: #005c3d;--sz-accent-light: #e6f2ed;--sz-text: #1a1a1a;--sz-muted: #777777;--sz-border: #e5e5e5;--sz-bg-warm: #f7f7f5;--sz-bg-cool: #f0f0f0;--sz-white: #ffffff;--sz-black: #1a1a1a;--sz-dark-text: #ffffff;--sz-dark-muted: rgba(255,255,255,.55);--sz-dark-border: rgba(255,255,255,.08);--sz-dark-card: rgba(255,255,255,.06);--sz-dark-card-hover: rgba(255,255,255,.1);--sz-accent-text: #ffffff;--sz-accent-muted: rgba(255,255,255,.8);--sz-radius-btn: 8px;--sz-radius-img: 8px;--sz-radius-card: 12px;--sz-radius-hero: 16px;--sz-radius-full: 9999px;--sz-shadow: 0 1px 2px rgba(0,0,0,.04), 0 4px 12px rgba(0,0,0,.06), 0 12px 32px rgba(0,0,0,.04);--sz-shadow-hover: 0 2px 4px rgba(0,0,0,.06), 0 8px 20px rgba(0,0,0,.08), 0 20px 48px rgba(0,0,0,.06);--sz-shadow-glass: 0 8px 32px rgba(0,0,0,.08), 0 2px 8px rgba(0,0,0,.04);--sz-ease: cubic-bezier(.22, 1, .36, 1);--sz-ease-entrance: cubic-bezier(.34, 1.56, .64, 1);--sz-duration-fast: .4s;--sz-duration-base: .6s;--sz-stagger: 80ms;--green: var(--sz-accent);--green-hover: var(--sz-accent-hover);--green-light: var(--sz-accent-light);--dark: var(--sz-text);--muted: var(--sz-muted);--border: var(--sz-border);--warm: var(--sz-bg-warm);--cool: var(--sz-bg-cool);--radius-sm: var(--sz-radius-btn);--radius-md: var(--sz-radius-card);--radius-full: var(--sz-radius-full);--ease: var(--sz-ease);--ease-entrance: var(--sz-ease-entrance);--shadow-card: var(--sz-shadow);--shadow-card-hover: var(--sz-shadow-hover)}@media(prefers-reduced-motion:reduce){:root{--sz-duration-fast: 0ms;--sz-duration-base: 0ms;--sz-stagger: 0ms}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--sz-text);background:var(--sz-white);line-height:1.6;-webkit-font-smoothing:antialiased;padding-top:0}.sz-cs-index-v4-section img{max-width:100%;display:block}.sz-cs-index-v4-section a{color:inherit;text-decoration:none}.sz-cs-index-v4-section button{font-family:inherit;cursor:pointer}.sz-cs-index-v4-section p,.sz-cs-index-v4-section li,.sz-cs-index-v4-section span,.sz-cs-index-v4-section div{font-style:normal}.sz-cs-index-v4-section .c{max-width:1240px;margin:0 auto;padding:0 48px}.sz-cs-index-v4-section .c--wide{max-width:1360px;margin:0 auto;padding:0 48px}.sz-cs-index-v4-section [data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .6s var(--sz-ease),transform .6s var(--sz-ease)}.sz-cs-index-v4-section [data-reveal].is-visible{opacity:1;transform:none}.sz-cs-index-v4-section .nav{position:sticky;top:var(--header-height, 80px);z-index:800;background:var(--sz-bg-warm);border-bottom:1px solid var(--sz-border)}.sz-cs-index-v4-section .nav__inner{display:flex;align-items:center;justify-content:space-between;height:60px;max-width:1240px;margin:0 auto;padding:0 48px}.sz-cs-index-v4-section .nav__logo{font-size:18px;font-weight:800;letter-spacing:-.03em;color:var(--sz-black)}.sz-cs-index-v4-section .nav__logo span{color:var(--sz-accent)}.sz-cs-index-v4-section .nav__links{display:flex;gap:32px}.sz-cs-index-v4-section .nav__links a{font-size:14px;font-weight:500;color:var(--sz-muted);transition:color .18s ease}.sz-cs-index-v4-section .nav__links a:hover{color:var(--sz-text)}.sz-cs-index-v4-section .nav__cta{padding:9px 20px;font-size:13px;font-weight:600;background:var(--sz-accent);color:#fff;border-radius:var(--sz-radius-btn);border:none;cursor:pointer;transition:background .18s ease}.sz-cs-index-v4-section .nav__cta:hover{background:var(--sz-accent-hover)}.sz-cs-index-v4-section .hero{position:relative;overflow:hidden;min-height:515px;display:flex;align-items:center;background:var(--sz-black)}.sz-cs-index-v4-section .hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.sz-cs-index-v4-section .hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center 32%;display:block}.sz-cs-index-v4-section .hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000059,#00000080,#000000b3)}.sz-cs-index-v4-section .hero__inner{position:relative;z-index:2;max-width:1200px;width:100%;margin:0 auto;padding:97px 32px;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.sz-cs-index-v4-section .hero__h1{font-size:clamp(42px,5vw,68px);font-weight:600;line-height:1.05;letter-spacing:-.03em;color:#fff;margin:0 0 20px}.sz-cs-index-v4-section .hero__h1 span{display:block}.sz-cs-index-v4-section .hero__h1 span.is-accent{color:#fff}.sz-cs-index-v4-section .hero__sub{font-size:16px;font-weight:400;line-height:1.65;color:#ffffffd9;max-width:640px;margin:0 0 36px}.sz-cs-index-v4-section .hero__actions{display:flex;align-items:center;justify-content:flex-start}.sz-cs-index-v4-section .btn--primary{display:inline-flex;align-items:center;gap:8px;padding:13px 24px;border-radius:var(--sz-radius-btn);background:var(--sz-accent);color:#fff;font-size:14px;font-weight:600;border:none;cursor:pointer;font-style:normal;transition:transform .2s var(--sz-ease),box-shadow .2s var(--sz-ease),background .2s var(--sz-ease)}.sz-cs-index-v4-section .btn--primary svg{width:14px;height:14px}.sz-cs-index-v4-section .btn--primary:hover{transform:translateY(-2px);box-shadow:var(--sz-shadow);background:var(--sz-accent-hover)}.sz-cs-index-v4-section .btn--text{display:inline-flex;align-items:center;gap:4px;font-size:16px;font-weight:500;color:var(--sz-black);text-decoration:underline;text-underline-offset:4px;background:none;border:none;cursor:pointer;font-style:normal;transition:opacity .2s ease}.sz-cs-index-v4-section .btn--text:hover{opacity:.7}.sz-cs-index-v4-section .filter-row{background:var(--sz-white);border-bottom:1px solid var(--sz-border);padding:0;position:sticky;top:var(--header-height, 80px);z-index:700}.sz-cs-index-v4-section .filter-row__inner{max-width:1240px;margin:0 auto;padding:0 48px;display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none}.sz-cs-index-v4-section .filter-row__inner::-webkit-scrollbar{display:none}.sz-cs-index-v4-section .filter-tab{flex-shrink:0;padding:18px 24px;font-size:13px;font-weight:600;color:var(--sz-muted);letter-spacing:.02em;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease;background:none;border-top:none;border-left:none;border-right:none;position:relative;white-space:nowrap}.sz-cs-index-v4-section .filter-tab:after{content:"\b7";position:absolute;right:0;color:var(--sz-border);font-size:16px}.sz-cs-index-v4-section .filter-tab:last-child:after{display:none}.sz-cs-index-v4-section .filter-tab:hover{color:var(--sz-text)}.sz-cs-index-v4-section .filter-tab.active{color:var(--sz-accent);border-bottom-color:var(--sz-accent)}.sz-cs-index-v4-section .filter-count{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:10px;font-weight:700;background:var(--sz-accent-light);color:var(--sz-accent);border-radius:50%;margin-left:6px}.sz-cs-index-v4-section .logo-wall{background:var(--sz-bg-warm);padding:28px 56px}.sz-cs-index-v4-section .logo-wall__inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:28px}.sz-cs-index-v4-section .logo-wall__label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--sz-muted);white-space:nowrap;line-height:1;display:flex;align-items:center}.sz-cs-index-v4-section .logo-wall__divider{width:1px;height:32px;background:#0000002e;flex-shrink:0}.sz-cs-index-v4-section .logo-wall__row{display:flex;align-items:center;gap:32px;flex:1;justify-content:space-around;flex-wrap:nowrap;overflow:hidden}.sz-cs-index-v4-section .logo-wall__logo{height:32px;max-width:120px;width:auto;object-fit:contain;filter:grayscale(100%) brightness(.4);opacity:.7;transition:opacity .2s var(--sz-ease),filter .2s var(--sz-ease)}.sz-cs-index-v4-section .logo-wall__logo:hover{filter:grayscale(0%);opacity:1}.sz-cs-index-v4-section .mosaic-section{background:var(--sz-bg-cool);padding:40px 0;border-top:8px solid var(--sz-accent)}.sz-cs-index-v4-section .mosaic-header{max-width:1240px;margin:0 auto 40px;padding:0 48px;text-align:center}.sz-cs-index-v4-section .mosaic-header__h2{font-size:clamp(28px,3.4vw,40px);font-weight:800;letter-spacing:-.03em;line-height:1.1;color:var(--sz-black);margin-bottom:12px}.sz-cs-index-v4-section .mosaic-header__sub{font-size:17px;line-height:1.55;color:var(--sz-muted);max-width:600px;margin:0 auto}.sz-cs-index-v4-section .mosaic{max-width:1240px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:28px}.sz-cs-index-v4-section .mosaic .cs-card--featured,.sz-cs-index-v4-section .mosaic .cs-card--tall,.sz-cs-index-v4-section .mosaic .cs-card--wide,.sz-cs-index-v4-section .mosaic .cs-card--mid,.sz-cs-index-v4-section .mosaic .cs-card--mid-wide,.sz-cs-index-v4-section .mosaic .cs-card--narrow,.sz-cs-index-v4-section .mosaic .cs-card--std{grid-column:span 1;grid-row:auto}.sz-cs-index-v4-section .mosaic .cs-card--featured .cs-card__img,.sz-cs-index-v4-section .mosaic .cs-card--tall .cs-card__img{position:relative;aspect-ratio:auto;height:240px;flex:0 0 auto}.sz-cs-index-v4-section .mosaic .cs-card--featured .cs-card__img img,.sz-cs-index-v4-section .mosaic .cs-card--tall .cs-card__img img{object-position:center 38%}.sz-cs-index-v4-section .mosaic .cs-card--featured .cs-card__img:after,.sz-cs-index-v4-section .mosaic .cs-card--tall .cs-card__img:after{display:none}.sz-cs-index-v4-section .mosaic .cs-card--featured .cs-card__body,.sz-cs-index-v4-section .mosaic .cs-card--tall .cs-card__body{position:relative;inset:auto;padding:18px 22px 20px;background:var(--sz-white);color:var(--sz-black);z-index:auto}.sz-cs-index-v4-section .mosaic .cs-card--featured .cs-card__industry,.sz-cs-index-v4-section .mosaic .cs-card--tall .cs-card__industry{color:var(--sz-accent)}.sz-cs-index-v4-section .mosaic .cs-card--featured .cs-card__name,.sz-cs-index-v4-section .mosaic .cs-card--tall .cs-card__name{font-size:18px;color:var(--sz-black)}.sz-cs-index-v4-section .mosaic .cs-card--featured .cs-card__tagline,.sz-cs-index-v4-section .mosaic .cs-card--tall .cs-card__tagline{font-size:14px;color:var(--sz-muted);line-height:1.55}.sz-cs-index-v4-section .mosaic .cs-card--featured .cs-card__arrow,.sz-cs-index-v4-section .mosaic .cs-card--tall .cs-card__arrow{color:var(--sz-accent)}.sz-cs-index-v4-section .mosaic .cs-card__tagline{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sz-cs-index-v4-section .cs-card{background:var(--sz-white);border-radius:var(--sz-radius-card);box-shadow:var(--sz-shadow);overflow:hidden;position:relative;display:flex;flex-direction:column;cursor:pointer;transition:transform .22s var(--sz-ease),box-shadow .22s var(--sz-ease)}.sz-cs-index-v4-section .cs-card:hover{transform:translateY(-2px);box-shadow:var(--sz-shadow-hover)}.sz-cs-index-v4-section .cs-card--featured,.sz-cs-index-v4-section .cs-card--tall{grid-column:span 3}.sz-cs-index-v4-section .cs-card--std{grid-column:span 2}.sz-cs-index-v4-section .cs-card--featured .cs-card__img,.sz-cs-index-v4-section .cs-card--tall .cs-card__img{flex:0 0 auto;aspect-ratio:4 / 3;overflow:hidden;position:relative}.sz-cs-index-v4-section .cs-card--featured .cs-card__img img,.sz-cs-index-v4-section .cs-card--tall .cs-card__img img{width:100%;height:100%;object-fit:cover;object-position:center bottom;display:block;transition:transform .4s var(--sz-ease)}.sz-cs-index-v4-section .cs-card--featured:hover .cs-card__img img,.sz-cs-index-v4-section .cs-card--tall:hover .cs-card__img img{transform:scale(1.03)}.sz-cs-index-v4-section .cs-card--std .cs-card__img{flex:0 0 auto;height:240px;background:var(--sz-black);overflow:hidden;position:relative}.sz-cs-index-v4-section .cs-card--std .cs-card__img img{width:100%;height:100%;object-fit:cover;object-position:center 70%;display:block;transition:transform .6s var(--sz-ease)}.sz-cs-index-v4-section .cs-card--std:hover .cs-card__img img{transform:scale(1.04)}.sz-cs-index-v4-section .cs-card--featured .cs-card__img:after,.sz-cs-index-v4-section .cs-card--tall .cs-card__img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,26,26,.72) 0%,transparent 55%)}.sz-cs-index-v4-section .cs-card--featured .cs-card__body,.sz-cs-index-v4-section .cs-card--tall .cs-card__body{position:absolute;bottom:0;left:0;right:0;padding:28px 32px;color:#fff}.sz-cs-index-v4-section .cs-card__body{padding:18px 22px 20px}.sz-cs-index-v4-section .cs-card--std .cs-card__body{flex:1 1 auto;display:flex;flex-direction:column}.sz-cs-index-v4-section .cs-card__industry{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sz-accent);margin-bottom:6px;display:flex;align-items:center;gap:8px}.sz-cs-index-v4-section .cs-card--featured .cs-card__industry,.sz-cs-index-v4-section .cs-card--tall .cs-card__industry{color:#ffffffb3}.sz-cs-index-v4-section .cs-card__name{font-size:18px;font-weight:800;letter-spacing:-.03em;color:var(--sz-black);line-height:1.2;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:12px}.sz-cs-index-v4-section .cs-card--featured .cs-card__name{font-size:28px;color:#fff}.sz-cs-index-v4-section .cs-card--tall .cs-card__name{font-size:22px;color:#fff}.sz-cs-index-v4-section .cs-card__arrow{flex-shrink:0;color:var(--sz-accent);transition:transform .2s var(--sz-ease);display:inline-flex;align-items:center}.sz-cs-index-v4-section .cs-card--featured .cs-card__arrow,.sz-cs-index-v4-section .cs-card--tall .cs-card__arrow{color:#fff}.sz-cs-index-v4-section .cs-card:hover .cs-card__arrow{transform:translate(4px)}.sz-cs-index-v4-section .cs-card__tagline{font-size:14px;font-weight:400;color:var(--sz-muted);line-height:1.55;margin-bottom:0}.sz-cs-index-v4-section .cs-card--featured .cs-card__tagline{font-size:15px;color:#ffffffd9;line-height:1.5}.sz-cs-index-v4-section .cs-card--tall .cs-card__tagline{font-size:14px;color:#fffc;line-height:1.5}.sz-cs-index-v4-section .cs-card--featured .cs-card__body,.sz-cs-index-v4-section .cs-card--tall .cs-card__body{z-index:2}.sz-cs-index-v4-section .numbers-section{background:var(--sz-bg-warm);padding:96px 0}.sz-cs-index-v4-section .numbers-inner{max-width:1240px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr 380px;gap:80px;align-items:start}.sz-cs-index-v4-section .numbers__rule{width:40px;height:3px;background:var(--sz-accent);margin-bottom:28px}.sz-cs-index-v4-section .numbers__h2{font-size:40px;font-weight:800;letter-spacing:-.03em;color:var(--sz-black);line-height:1.1;margin-bottom:28px}.sz-cs-index-v4-section .numbers__prose{font-size:18px;font-weight:400;color:var(--sz-text);line-height:1.8;max-width:580px}.sz-cs-index-v4-section .numbers__prose strong{font-weight:700;color:var(--sz-accent);font-style:normal}.sz-cs-index-v4-section .logo-wall__label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sz-muted);margin-bottom:20px}.sz-cs-index-v4-section .logo-wall__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sz-cs-index-v4-section .logo-tile{background:var(--sz-white);border-radius:10px;border:1px solid var(--sz-border);padding:16px 12px;display:flex;align-items:center;justify-content:center;min-height:60px}.sz-cs-index-v4-section .logo-tile__name{font-size:12px;font-weight:700;letter-spacing:-.01em;color:var(--sz-text);text-align:center}.sz-cs-index-v4-section .cta-section{background:var(--sz-white);padding:56px 0 64px;border-top:1px solid var(--sz-border)}.sz-cs-index-v4-section .cta-inner{max-width:920px;margin:0 auto;padding:0 48px;text-align:center}.sz-cs-index-v4-section .cta__icon{width:40px;height:40px;background:var(--sz-accent-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;color:var(--sz-accent)}.sz-cs-index-v4-section .cta__icon svg{width:18px;height:18px}.sz-cs-index-v4-section .cta__h2{font-size:28px;font-weight:800;letter-spacing:-.025em;color:var(--sz-black);line-height:1.15;margin-bottom:10px}.sz-cs-index-v4-section .cta__sub{font-size:15px;font-weight:400;color:var(--sz-muted);line-height:1.55;margin-bottom:24px}.sz-cs-index-v4-section .cta__actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.sz-cs-index-v4-section .footer-strip{background:var(--sz-black);padding:28px 48px;display:flex;align-items:center;justify-content:space-between;max-width:100%}.sz-cs-index-v4-section .footer-strip__logo{font-size:16px;font-weight:800;letter-spacing:-.03em;color:#fff}.sz-cs-index-v4-section .footer-strip__logo span{color:var(--sz-accent)}.sz-cs-index-v4-section .footer-strip__copy{font-size:13px;color:#fff6}@media(max-width:768px){.c,.c--wide{padding:0 20px}.sz-cs-index-v4-section .nav__links{display:none}.sz-cs-index-v4-section .nav__inner{padding:0 20px}.sz-cs-index-v4-section .hero{min-height:480px}.sz-cs-index-v4-section .hero__inner{padding:56px 20px;gap:20px}.sz-cs-index-v4-section .hero__h1{font-size:38px;line-height:1}.sz-cs-index-v4-section .hero__sub{font-size:15px}.sz-cs-index-v4-section .filter-row{top:60px}.sz-cs-index-v4-section .filter-row__inner{padding:0 20px;gap:0}.sz-cs-index-v4-section .filter-tab{padding:14px 16px;font-size:12px}.sz-cs-index-v4-section .logo-wall{padding:18px 20px}.sz-cs-index-v4-section .logo-wall__inner{flex-direction:column;align-items:flex-start;gap:12px}.sz-cs-index-v4-section .logo-wall__row{gap:24px;justify-content:flex-start;overflow-x:auto;width:100%;padding-bottom:4px}.sz-cs-index-v4-section .logo-wall__logo{height:24px;flex-shrink:0}.sz-cs-index-v4-section .mosaic-section{padding:0 0 64px}.sz-cs-index-v4-section .mosaic-header{padding:0 20px;margin-bottom:28px}.sz-cs-index-v4-section .mosaic-header__h2{font-size:26px}.sz-cs-index-v4-section .mosaic-header__sub{font-size:15px}.sz-cs-index-v4-section .mosaic{grid-template-columns:1fr;grid-auto-rows:auto;padding:0 20px;gap:12px}.sz-cs-index-v4-section .cs-card--featured,.sz-cs-index-v4-section .cs-card--tall,.sz-cs-index-v4-section .cs-card--wide,.sz-cs-index-v4-section .cs-card--std,.sz-cs-index-v4-section .cs-card--narrow,.sz-cs-index-v4-section .cs-card--mid,.sz-cs-index-v4-section .cs-card--mid-wide{grid-column:1 / -1;grid-row:auto}.sz-cs-index-v4-section .cs-card--featured .cs-card__img,.sz-cs-index-v4-section .cs-card--tall .cs-card__img{height:220px;flex:none;position:relative}.sz-cs-index-v4-section .cs-card--featured .cs-card__body,.sz-cs-index-v4-section .cs-card--tall .cs-card__body{position:static;color:var(--sz-text);padding:18px 20px 20px}.sz-cs-index-v4-section .cs-card--featured .cs-card__name,.sz-cs-index-v4-section .cs-card--tall .cs-card__name{color:var(--sz-black);font-size:20px}.sz-cs-index-v4-section .cs-card--featured .cs-card__tagline,.sz-cs-index-v4-section .cs-card--tall .cs-card__tagline{color:var(--sz-muted)}.sz-cs-index-v4-section .cs-card--featured .cs-card__pairs,.sz-cs-index-v4-section .cs-card--tall .cs-card__pairs,.sz-cs-index-v4-section .cs-card--featured .cs-card__industry,.sz-cs-index-v4-section .cs-card--tall .cs-card__industry{color:var(--sz-accent)}.sz-cs-index-v4-section .cs-card--featured .cs-card__img:after,.sz-cs-index-v4-section .cs-card--tall .cs-card__img:after{display:none}.sz-cs-index-v4-section .cs-card--wide .cs-card__img,.sz-cs-index-v4-section .cs-card--std .cs-card__img,.sz-cs-index-v4-section .cs-card--narrow .cs-card__img,.sz-cs-index-v4-section .cs-card--mid .cs-card__img,.sz-cs-index-v4-section .cs-card--mid-wide .cs-card__img{height:180px}.sz-cs-index-v4-section .numbers-section{padding:64px 0}.sz-cs-index-v4-section .numbers-inner{grid-template-columns:1fr;gap:48px;padding:0 20px}.sz-cs-index-v4-section .numbers__h2{font-size:28px}.sz-cs-index-v4-section .numbers__prose{font-size:16px}.sz-cs-index-v4-section .logo-wall__grid{grid-template-columns:repeat(2,1fr)}.sz-cs-index-v4-section .cta-section{padding:64px 0 80px}.sz-cs-index-v4-section .cta-inner{padding:0 20px}.sz-cs-index-v4-section .cta__h2{font-size:28px}.sz-cs-index-v4-section .cta__sub{font-size:15px}.sz-cs-index-v4-section .cta__actions{flex-direction:column;align-items:stretch}.sz-cs-index-v4-section .cta__actions .btn{justify-content:center}.sz-cs-index-v4-section .footer-strip{flex-direction:column;gap:12px;padding:24px 20px;text-align:center}}.sz-cs-index-v4-section .cs-card__link{display:block;height:100%;color:inherit;text-decoration:none}.sz-cs-index-v4-section .cs-card__link:hover{text-decoration:none}
/*# sourceMappingURL=/cdn/shop/t/98/assets/sz-cs-index-v4.css.map */
