{"id":14247,"date":"2015-02-12T21:14:20","date_gmt":"2015-02-12T21:14:20","guid":{"rendered":"https:\/\/www.sisinternational.com\/?page_id=14247"},"modified":"2026-04-10T19:56:07","modified_gmt":"2026-04-10T23:56:07","slug":"kunden","status":"publish","type":"page","link":"https:\/\/www.sisinternational.com\/de\/sachverstand\/kunden\/","title":{"rendered":"Unsere Kunden"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Our Clients | SIS International Market Research &#038; Strategy Consulting<\/title>\n    <meta name=\"description\" content=\"SIS International has served Fortune 500 companies across technology, automotive, healthcare, financial services, and consumer industries for over 40 years.\">\n    <style>\n        :root {\n            --ink:        #0a1628;\n            --ink-90:     #111d30;\n            --ink-80:     #1a2940;\n            --ink-60:     #2d3f5a;\n            --ink-40:     #4a5f7f;\n            --ink-20:     #8a9bba;\n            --ink-10:     #b8c5da;\n            --ink-05:     #e4e9f1;\n            --ink-02:     #f4f6f9;\n            --ink-01:     #fafbfc;\n            --gold:       #c49a2a;\n            --gold-light: #ddb94d;\n            --gold-glow:  rgba(196,154,42,0.15);\n            --gold-subtle:rgba(196,154,42,0.06);\n            --white:      #ffffff;\n            --radius:     20px;\n            --radius-sm:  12px;\n            --ease:       cubic-bezier(0.16, 1, 0.3, 1);\n            --ease-out:   cubic-bezier(0.33, 1, 0.68, 1);\n        }\n\n        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n        html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }\n\n        body {\n            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n            color: var(--ink);\n            background: var(--white);\n            overflow-x: hidden;\n            line-height: 1.6;\n        }\n\n        \/* Grain overlay *\/\n        body::after {\n            content: \"\";\n            position: fixed; inset: 0;\n            pointer-events: none; z-index: 9999;\n            opacity: 0.018;\n            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.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'\/%3E%3C\/svg%3E\");\n            background-repeat: repeat; background-size: 200px;\n        }\n\n        \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n           HERO\n           \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n        .hero {\n            min-height: 85vh;\n            display: flex;\n            align-items: center;\n            position: relative;\n            padding: 140px clamp(24px, 6vw, 100px) 60px;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: \"\";\n            position: absolute;\n            width: 900px; height: 900px;\n            top: -300px; right: -200px;\n            background: radial-gradient(circle, var(--gold-glow) 0%, transparent 65%);\n            animation: drift 22s ease-in-out infinite alternate;\n            pointer-events: none;\n        }\n\n        @keyframes drift {\n            0%   { transform: translate(0, 0) scale(1); }\n            100% { transform: translate(30px, -40px) scale(1.1); }\n        }\n\n        .hero-grid {\n            max-width: 1400px; width: 100%;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: 1.1fr 0.9fr;\n            gap: clamp(48px, 8vw, 120px);\n            align-items: center;\n            position: relative; z-index: 2;\n        }\n\n        .hero-content { padding: 40px 0; }\n\n        .hero-eyebrow {\n            display: inline-flex; align-items: center; gap: 10px;\n            font-size: 11px; font-weight: 700;\n            text-transform: uppercase; letter-spacing: 0.22em;\n            color: var(--gold);\n            margin-bottom: 32px;\n            opacity: 0; animation: revUp 1s var(--ease) 0.2s forwards;\n        }\n\n        .hero-eyebrow::before {\n            content: \"\"; width: 40px; height: 1px; background: var(--gold);\n        }\n\n        .hero h1 {\n            font-size: clamp(3.2rem, 6.5vw, 6rem);\n            font-weight: 700;\n            line-height: 0.92;\n            letter-spacing: -0.04em;\n            color: var(--ink);\n            margin-bottom: 36px;\n            opacity: 0; animation: revUp 1s var(--ease) 0.35s forwards;\n        }\n\n        .hero h1 em {\n            font-style: normal;\n            display: block;\n            background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .hero-body {\n            font-size: clamp(1rem, 1.15vw, 1.2rem);\n            font-weight: 400; line-height: 1.8;\n            color: var(--ink-40);\n            max-width: 500px;\n            margin-bottom: 32px;\n            opacity: 0; animation: revUp 1s var(--ease) 0.5s forwards;\n        }\n\n        .hero-quote {\n            font-size: 1.05rem;\n            font-weight: 600;\n            font-style: italic;\n            color: var(--ink-60);\n            padding-left: 20px;\n            border-left: 3px solid var(--gold);\n            max-width: 440px;\n            line-height: 1.6;\n            opacity: 0; animation: revUp 1s var(--ease) 0.65s forwards;\n        }\n\n        \/* Hero visual \u2014 stacked cards effect *\/\n        .hero-visual {\n            position: relative;\n            opacity: 0; animation: revScale 1.2s var(--ease) 0.4s forwards;\n        }\n\n        .hero-img-main {\n            width: 100%; aspect-ratio: 4 \/ 5;\n            object-fit: cover; display: block;\n            border-radius: 28px;\n            box-shadow: 0 40px 80px -20px rgba(10,22,40,0.18);\n            position: relative; z-index: 2;\n            transition: transform 6s var(--ease);\n        }\n\n        .hero-visual:hover .hero-img-main { transform: scale(1.03); }\n\n        .hero-img-main::after {\n            content: \"\"; position: absolute;\n            bottom: 0; left: 0; right: 0; height: 3px;\n            background: linear-gradient(90deg, var(--gold), var(--gold-light), transparent);\n        }\n\n        \/* Decorative card behind *\/\n        .hero-visual::before {\n            content: \"\";\n            position: absolute;\n            inset: 16px -16px -16px 16px;\n            border-radius: 28px;\n            border: 1px solid var(--ink-05);\n            background: var(--ink-02);\n            z-index: 1;\n        }\n\n        .hero-visual::after {\n            content: \"\";\n            position: absolute;\n            inset: 32px -32px -32px 32px;\n            border-radius: 28px;\n            border: 1px solid rgba(196,154,42,0.1);\n            z-index: 0;\n        }\n\n        \/* Client count badge *\/\n        .hero-count {\n            position: absolute;\n            top: -16px; right: -16px;\n            background: var(--ink);\n            color: var(--white);\n            border-radius: 16px;\n            padding: 20px 24px;\n            z-index: 5;\n            box-shadow: 0 12px 32px rgba(10,22,40,0.2);\n            opacity: 0; animation: revUp 0.8s var(--ease) 1.1s forwards;\n        }\n\n        .hero-count-num {\n            font-size: 2rem; font-weight: 700;\n            letter-spacing: -0.04em; line-height: 1;\n            color: var(--gold-light);\n        }\n\n        .hero-count-label {\n            font-size: 0.68rem; font-weight: 600;\n            text-transform: uppercase; letter-spacing: 0.1em;\n            color: var(--ink-20); margin-top: 4px;\n        }\n\n        \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n           DIVIDER STAT BAR\n           \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n        .stat-bar {\n            border-top: 1px solid var(--ink-05);\n            border-bottom: 1px solid var(--ink-05);\n        }\n\n        .stat-bar-inner {\n            max-width: 1400px; margin: 0 auto;\n            display: grid; grid-template-columns: repeat(4, 1fr);\n        }\n\n        .stat-item {\n            padding: 48px 32px; text-align: center;\n            position: relative; transition: background 0.4s;\n        }\n\n        .stat-item:hover { background: var(--gold-subtle); }\n\n        .stat-item:not(:last-child)::after {\n            content: \"\"; position: absolute;\n            right: 0; top: 25%; height: 50%;\n            width: 1px; background: var(--ink-05);\n        }\n\n        .stat-num {\n            font-size: clamp(2.2rem, 3.5vw, 3rem);\n            font-weight: 700; letter-spacing: -0.04em;\n            color: var(--ink); line-height: 1;\n        }\n\n        .stat-label {\n            font-size: 0.7rem; font-weight: 600;\n            text-transform: uppercase; letter-spacing: 0.14em;\n            color: var(--ink-20); margin-top: 8px;\n        }\n\n        \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n           SECTOR SECTIONS\n           \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n        .sector {\n            padding: clamp(70px, 9vw, 120px) clamp(24px, 6vw, 100px);\n            scroll-margin-top: 60px;\n        }\n\n        .sector:nth-child(even of .sector) { background: var(--ink-01); }\n\n        .sector-head {\n            max-width: 1400px; margin: 0 auto 44px;\n            display: grid;\n            grid-template-columns: auto 1fr;\n            gap: 0 40px; align-items: start;\n        }\n\n        .sector-idx {\n            font-size: 4rem; font-weight: 800;\n            letter-spacing: -0.06em; line-height: 1;\n            color: var(--ink-05);\n            grid-row: 1 \/ 3; padding-top: 2px;\n            user-select: none;\n        }\n\n        .sector-head h2 {\n            font-size: clamp(1.4rem, 2.3vw, 2rem);\n            font-weight: 700; letter-spacing: -0.02em;\n            color: var(--ink); line-height: 1.15;\n        }\n\n        .sector-head p {\n            font-size: 0.92rem; line-height: 1.75;\n            color: var(--ink-40); max-width: 660px;\n            margin-top: 10px;\n        }\n\n        \/* Logo grid within each sector *\/\n        .logo-grid {\n            max-width: 1400px; margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));\n            gap: 12px;\n        }\n\n        .logo-tile {\n            display: flex; flex-direction: column;\n            align-items: center; justify-content: center;\n            gap: 10px;\n            padding: 28px 16px;\n            border-radius: var(--radius-sm);\n            background: var(--ink);\n            border: 1px solid rgba(255,255,255,0.04);\n            transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s;\n            cursor: default;\n            text-decoration: none;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .logo-tile::before {\n            content: \"\";\n            position: absolute; inset: 0;\n            background: radial-gradient(ellipse 70% 50% at 50% 30%, rgba(196,154,42,0.06) 0%, transparent 60%);\n            opacity: 0; transition: opacity 0.4s;\n            pointer-events: none;\n        }\n\n        .logo-tile:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 16px 40px rgba(10,22,40,0.15), 0 0 0 1px rgba(196,154,42,0.15);\n            border-color: rgba(196,154,42,0.2);\n        }\n\n        .logo-tile:hover::before { opacity: 1; }\n\n        .logo-tile img {\n            width: 32px; height: 32px;\n            filter: brightness(0) invert(1);\n            opacity: 0.7;\n            transition: opacity 0.3s, transform 0.3s;\n            position: relative; z-index: 1;\n        }\n\n        .logo-tile:hover img { opacity: 1; transform: scale(1.1); }\n\n        .logo-tile span {\n            font-size: 0.68rem; font-weight: 700;\n            text-transform: uppercase; letter-spacing: 0.1em;\n            color: var(--ink-20);\n            position: relative; z-index: 1;\n            transition: color 0.3s;\n            text-align: center;\n        }\n\n        .logo-tile:hover span { color: var(--gold-light); }\n\n        \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n           ENGAGEMENT TYPES\n           \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n        .engage {\n            padding: clamp(80px, 10vw, 140px) clamp(24px, 6vw, 100px);\n            background: var(--ink);\n            position: relative; overflow: hidden;\n        }\n\n        .engage::before {\n            content: \"\";\n            position: absolute; inset: 0;\n            background: repeating-linear-gradient(0deg, transparent, transparent 79px, rgba(255,255,255,0.015) 79px, rgba(255,255,255,0.015) 80px);\n            pointer-events: none;\n        }\n\n        .engage-inner {\n            max-width: 1400px; margin: 0 auto;\n            position: relative; z-index: 2;\n        }\n\n        .engage-head {\n            text-align: center;\n            margin-bottom: 56px;\n        }\n\n        .engage-head h3 {\n            font-size: clamp(2rem, 3.5vw, 3rem);\n            font-weight: 700; letter-spacing: -0.03em;\n            color: var(--white); line-height: 1.05;\n            margin-bottom: 16px;\n        }\n\n        .engage-head p {\n            font-size: 1rem; line-height: 1.75;\n            color: var(--ink-20);\n            max-width: 560px; margin: 0 auto;\n        }\n\n        .engage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 16px;\n        }\n\n        .engage-card {\n            padding: 36px 32px;\n            border-radius: var(--radius);\n            border: 1px solid rgba(255,255,255,0.05);\n            background: var(--ink-90);\n            transition: border-color 0.4s, transform 0.4s;\n            position: relative; overflow: hidden;\n        }\n\n        .engage-card::before {\n            content: \"\";\n            position: absolute; top: 0; left: 32px; right: 32px;\n            height: 1px;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);\n        }\n\n        .engage-card:hover {\n            border-color: rgba(196,154,42,0.2);\n            transform: translateY(-4px);\n        }\n\n        .engage-card h4 {\n            font-size: 1.05rem; font-weight: 700;\n            color: var(--white); margin-bottom: 10px;\n            letter-spacing: -0.01em;\n        }\n\n        .engage-card h4 span { color: var(--gold-light); }\n\n        .engage-card p {\n            font-size: 0.84rem; line-height: 1.7;\n            color: var(--ink-20);\n        }\n\n        \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n           CTA\n           \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n        .cta {\n            padding: clamp(100px, 12vw, 180px) clamp(24px, 6vw, 100px);\n            text-align: center; position: relative;\n            background: var(--white);\n        }\n\n        .cta-inner {\n            max-width: 640px; margin: 0 auto;\n        }\n\n        .cta h3 {\n            font-size: clamp(2rem, 4vw, 3.2rem);\n            font-weight: 700; letter-spacing: -0.035em;\n            color: var(--ink); line-height: 1.05;\n            margin-bottom: 18px;\n        }\n\n        .cta p {\n            font-size: 1.05rem; line-height: 1.8;\n            color: var(--ink-40); margin-bottom: 40px;\n        }\n\n        .cta-btn {\n            position: relative;\n            display: inline-flex;\n            height: 3.25rem;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 0.6rem;\n            padding: 0 2rem;\n            font-family: inherit;\n            font-weight: 700;\n            font-size: 1.05rem;\n            color: #ffffff !important;\n            text-decoration: none !important;\n            border: none;\n            cursor: pointer;\n            transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);\n            z-index: 1;\n        }\n\n        .cta-btn:hover {\n            transform: scale(1.1);\n            color: #ffffff !important;\n        }\n\n        .cta-btn .btn-ray {\n            position: absolute;\n            inset: -500%;\n            animation: btnSpin 3s linear infinite;\n            background: conic-gradient(\n                from 90deg at 50% 50%,\n                transparent 0%,\n                #bd8f13 45%,\n                #ffffff 50%,\n                #bd8f13 55%,\n                transparent 100%\n            );\n            z-index: -2;\n        }\n\n        .cta-btn .btn-fill {\n            position: absolute;\n            inset: 2px;\n            background: linear-gradient(135deg, #d4a31a 0%, #bd8f13 50%, #8a6a10 100%) !important;\n            border-radius: 8px;\n            z-index: -1;\n            transition: background 0.3s ease;\n        }\n\n        .cta-btn:hover .btn-fill {\n            background: linear-gradient(135deg, #bd8f13 0%, #8a6a10 100%) !important;\n        }\n\n        .cta-btn span {\n            display: flex;\n            align-items: center;\n            gap: 0.6rem;\n            text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n        }\n\n        .cta-btn svg {\n            width: 18px; height: 18px;\n            stroke: #ffffff; stroke-width: 3; fill: none;\n        }\n\n        @keyframes btnSpin {\n            from { transform: rotate(0deg); }\n            to   { transform: rotate(360deg); }\n        }\n\n        \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n           ANIMATIONS\n           \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n        @keyframes revUp {\n            from { opacity: 0; transform: translateY(32px); }\n            to   { opacity: 1; transform: translateY(0); }\n        }\n\n        @keyframes revScale {\n            from { opacity: 0; transform: scale(0.94) translateY(20px); }\n            to   { opacity: 1; transform: scale(1) translateY(0); }\n        }\n\n        .r {\n            opacity: 0; transform: translateY(36px);\n            transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);\n        }\n\n        .r.v { opacity: 1; transform: translateY(0); }\n\n        \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n           RESPONSIVE\n           \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n        @media (max-width: 1024px) {\n            .hero-grid { grid-template-columns: 1fr; gap: 48px; }\n            .hero-content { text-align: center; padding: 0; }\n            .hero-body, .hero-quote { margin-left: auto; margin-right: auto; }\n            .hero-quote { border-left: none; border-top: 3px solid var(--gold); padding: 16px 0 0; }\n            .hero-visual { max-width: 420px; margin: 0 auto; }\n            .hero-count { top: -12px; right: 0; }\n            .hero-visual::before, .hero-visual::after { display: none; }\n            .stat-bar-inner { grid-template-columns: repeat(2, 1fr); }\n            .stat-item:nth-child(2)::after { display: none; }\n            .sector-head { grid-template-columns: 1fr; gap: 6px; }\n            .sector-idx { font-size: 2.8rem; grid-row: auto; }\n        }\n\n        @media (max-width: 640px) {\n            .hero { min-height: auto; padding-top: 120px; padding-bottom: 40px; }\n            .stat-item { padding: 32px 16px; }\n            .logo-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 8px; }\n            .logo-tile { padding: 20px 12px; }\n            .engage-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     HERO\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"hero\">\n    <div class=\"hero-grid\">\n        <div class=\"hero-content\">\n            <div class=\"hero-eyebrow\">The Intelligence Arm<\/div>\n            <h1>\n                Unser<br>\n                <em>Clients.<\/em>\n            <\/h1>\n            <p class=\"hero-body\">\n                For over 40 years, we have been the research and advisory backbone for companies that refuse to guess about their future. From pre-launch concept validation to post-merger integration intelligence, our clients return because the work holds up under scrutiny.\n            <\/p>\n            <p class=\"hero-quote\">\n                &#8220;They don&#8217;t call us because we&#8217;re nice. They call us because we&#8217;re right.&#8221;\n            <\/p>\n        <\/div>\n        <div class=\"hero-visual\">\n            <img decoding=\"async\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/10\/Partnership-Development-3.jpg\"\n                 alt=\"SIS International Client Partnerships\"\n                 class=\"hero-img-main\"\n                 loading=\"eager\">\n            <div class=\"hero-count\">\n                <div class=\"hero-count-num\">300+<\/div>\n                <div class=\"hero-count-label\">Fortune 500 Engagements<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     STAT BAR\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div class=\"stat-bar\">\n    <div class=\"stat-bar-inner\">\n        <div class=\"stat-item r\"><div class=\"stat-num\">45+<\/div><div class=\"stat-label\">Client Industries<\/div><\/div>\n        <div class=\"stat-item r\"><div class=\"stat-num\">70%+<\/div><div class=\"stat-label\">Repeat Engagement<\/div><\/div>\n        <div class=\"stat-item r\"><div class=\"stat-num\">135+<\/div><div class=\"stat-label\">Countries Fielded<\/div><\/div>\n        <div class=\"stat-item r\"><div class=\"stat-num\">6<\/div><div class=\"stat-label\">Continents Covered<\/div><\/div>\n    <\/div>\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTOR 01: TECHNOLOGY\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"sector\" id=\"tech\">\n    <div class=\"sector-head r\">\n        <div class=\"sector-idx\">01<\/div>\n        <h2>Technology &#038; Digital Platforms<\/h2>\n        <p>SIS has supported B2B and B2C technology companies with competitive benchmarking, product concept testing, UX research, enterprise buyer journey mapping, and go-to-market strategy validation. Our tech practice recruits CIOs, IT procurement leads, and end-user decision-makers through verified professional panels.<\/p>\n    <\/div>\n    <div class=\"logo-grid\">\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/apple.svg\" alt=\"Apfel\"><span>Apfel<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/microsoft.svg\" alt=\"Microsoft\"><span>Microsoft<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/google.svg\" alt=\"Google\"><span>Google<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/amazon.svg\" alt=\"Amazonas\"><span>Amazonas<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/ibm.svg\" alt=\"IBM\"><span>IBM<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/intel.svg\" alt=\"Intel\"><span>Intel<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/cisco.svg\" alt=\"Cisco\"><span>Cisco<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/dell.svg\" alt=\"Dell\"><span>Dell<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/samsung.svg\" alt=\"Samsung\"><span>Samsung<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/sony.svg\" alt=\"Sony\"><span>Sony<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/adobe.svg\" alt=\"Adobe\"><span>Adobe<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/hp.svg\" alt=\"HP\"><span>HP<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/lg.svg\" alt=\"LG\"><span>LG<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/fujitsu.svg\" alt=\"Fujitsu\"><span>Fujitsu<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/acer.svg\" alt=\"Acer\"><span>Acer<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/motorola.svg\" alt=\"Motorola\"><span>Motorola<\/span><\/div>\n    <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTOR 02: AUTOMOTIVE & INDUSTRIAL\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"sector\" id=\"auto\">\n    <div class=\"sector-head r\">\n        <div class=\"sector-idx\">02<\/div>\n        <h2>Automotive, Aerospace &#038; Industrial<\/h2>\n        <p>From powertrain R&#038;D perception studies to dealer satisfaction tracking, our automotive and industrial practice has delivered competitive intelligence, market entry assessments, and voice-of-customer research for OEMs, Tier 1 suppliers, and heavy equipment manufacturers. We conduct car clinics, ride-and-drive evaluations, and B2B channel assessments across three continents.<\/p>\n    <\/div>\n    <div class=\"logo-grid\">\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/ford.svg\" alt=\"Ford\"><span>Ford<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/toyota.svg\" alt=\"Toyota\"><span>Toyota<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/generalmotors.svg\" alt=\"General Motors\"><span>General Motors<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/nissan.svg\" alt=\"Nissan\"><span>Nissan<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/tesla.svg\" alt=\"Tesla\"><span>Tesla<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/boeing.svg\" alt=\"Boeing\"><span>Boeing<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/caterpillar.svg\" alt=\"Raupe\"><span>Raupe<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/siemens.svg\" alt=\"Siemens\"><span>Siemens<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/generalelectric.svg\" alt=\"GE\"><span>GE<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/johndeere.svg\" alt=\"John Deere\"><span>John Deere<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/3m.svg\" alt=\"3M\"><span>3M<\/span><\/div>\n    <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTOR 03: FINANCIAL\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"sector\" id=\"fin\">\n    <div class=\"sector-head r\">\n        <div class=\"sector-idx\">03<\/div>\n        <h2>Financial Services &#038; Payments<\/h2>\n        <p>Our financial services practice has conducted customer experience optimization, product development research, distribution channel analysis, and regulatory impact assessments for global banks, card networks, insurance carriers, and professional services firms. We recruit from verified panels of institutional investors, wealth managers, and treasury professionals.<\/p>\n    <\/div>\n    <div class=\"logo-grid\">\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/bankofamerica.svg\" alt=\"Bank of America\"><span>Bank of America<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/hsbc.svg\" alt=\"HSBC\"><span>HSBC<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/mastercard.svg\" alt=\"Mastercard\"><span>Mastercard<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/westernunion.svg\" alt=\"Western Union\"><span>Western Union<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/accenture.svg\" alt=\"Accenture\"><span>Accenture<\/span><\/div>\n    <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTOR 04: HEALTHCARE\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"sector\" id=\"health\">\n    <div class=\"sector-head r\">\n        <div class=\"sector-idx\">04<\/div>\n        <h2>Healthcare &#038; Life Sciences<\/h2>\n        <p>SIS supports pharmaceutical manufacturers, medical device companies, and healthcare providers with KOL identification, prescriber perception studies, formulary access research, and patient journey mapping. Our healthcare practice navigates IRB considerations and HIPAA-compliant data collection with panels spanning 30+ physician specialties.<\/p>\n    <\/div>\n    <div class=\"logo-grid\">\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/merck.svg\" alt=\"Merck\"><span>Merck<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/abbott.svg\" alt=\"Abbott\"><span>Abbott<\/span><\/div>\n    <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTOR 05: CONSUMER & RETAIL\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"sector\" id=\"consumer\">\n    <div class=\"sector-head r\">\n        <div class=\"sector-idx\">05<\/div>\n        <h2>Consumer, Retail &#038; CPG<\/h2>\n        <p>From central location tests and sensory evaluations to shelf audits and planogram optimization, our consumer practice has supported product launches, brand repositioning, and pricing strategy for some of the world&#8217;s most recognized consumer brands. We field research across mass, premium, and DTC channels in 50+ countries.<\/p>\n    <\/div>\n    <div class=\"logo-grid\">\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/cocacola.svg\" alt=\"Coca-Cola\"><span>Coca-Cola<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/nike.svg\" alt=\"Nike\"><span>Nike<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/unilever.svg\" alt=\"Unilever\"><span>Unilever<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/walmart.svg\" alt=\"Walmart\"><span>Walmart<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/tesco.svg\" alt=\"Tesco\"><span>Tesco<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/kfc.svg\" alt=\"KFC\"><span>KFC<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/kodak.svg\" alt=\"Kodak\"><span>Kodak<\/span><\/div>\n    <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTOR 06: LOGISTICS & TRAVEL\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"sector\" id=\"logistics\">\n    <div class=\"sector-head r\">\n        <div class=\"sector-idx\">06<\/div>\n        <h2>Logistics, Travel &#038; Transportation<\/h2>\n        <p>Our transportation practice conducts route optimization research, shipper perception studies, fleet operator satisfaction tracking, and passenger experience mapping for global logistics providers, airlines, and freight carriers. We recruit from verified panels of supply chain directors, procurement managers, and corporate travel buyers.<\/p>\n    <\/div>\n    <div class=\"logo-grid\">\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/fedex.svg\" alt=\"FedEx\"><span>FedEx<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/ups.svg\" alt=\"UPS\"><span>UPS<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/dhl.svg\" alt=\"DHL\"><span>DHL<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/americanairlines.svg\" alt=\"American Airlines\"><span>American Airlines<\/span><\/div>\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/britishairways.svg\" alt=\"British Airways\"><span>British Airways<\/span><\/div>\n    <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTOR 07: ENTERTAINMENT\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"sector\" id=\"media\">\n    <div class=\"sector-head r\">\n        <div class=\"sector-idx\">07<\/div>\n        <h2>Media &#038; Entertainment<\/h2>\n        <p>SIS supports media companies and streaming platforms with audience segmentation, content concept testing, ad effectiveness research, and licensing strategy intelligence. Our entertainment practice has conducted test screenings, brand lift studies, and subscriber churn analysis across digital and traditional media.<\/p>\n    <\/div>\n    <div class=\"logo-grid\">\n        <div class=\"logo-tile r\"><img decoding=\"async\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/simple-icons\/11.8.0\/netflix.svg\" alt=\"Netflix\"><span>Netflix<\/span><\/div>\n    <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     ENGAGEMENT TYPES\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"engage\">\n    <div class=\"engage-inner\">\n        <div class=\"engage-head r\">\n            <h3>How We Work<br>With These Brands<\/h3>\n            <p>Our engagements span the full spectrum of strategic research \u2014 from a single-market competitive sprint to a multi-year global tracking program.<\/p>\n        <\/div>\n        <div class=\"engage-grid\">\n            <div class=\"engage-card r\">\n                <h4>Wettbewerbsf\u00e4hig <span>Intelligenz<\/span><\/h4>\n                <p>Win\/loss analysis, competitor positioning audits, pricing intelligence, and market share estimation through primary B2B and B2C research across 135+ countries.<\/p>\n            <\/div>\n            <div class=\"engage-card r\">\n                <h4>Markteintritt <span>&#038; Opportunity Sizing<\/span><\/h4>\n                <p>TAM\/SAM\/SOM modeling, regulatory landscape assessment, distribution channel mapping, and go-to-market strategy validation for new geographies and product categories.<\/p>\n            <\/div>\n            <div class=\"engage-card r\">\n                <h4>Brand &#038; Product <span>Development<\/span><\/h4>\n                <p>Concept screening, conjoint analysis, MaxDiff prioritization, sensory evaluation, CLTs, and naming research that reduces launch risk before capital is committed.<\/p>\n            <\/div>\n            <div class=\"engage-card r\">\n                <h4>Kundenerfahrung <span>&#038; Loyalty<\/span><\/h4>\n                <p>NPS benchmarking, journey mapping, touchpoint satisfaction tracking, churn diagnostics, and voice-of-customer programs that link CX metrics to revenue outcomes.<\/p>\n            <\/div>\n            <div class=\"engage-card r\">\n                <h4>Strategic Advisory <span>&#038; Due Diligence<\/span><\/h4>\n                <p>Commercial due diligence for M&#038;A targets, category attractiveness assessments, expert network interviews, and board-ready market landscape reports.<\/p>\n            <\/div>\n            <div class=\"engage-card r\">\n                <h4>Tracking &#038; <span>Continuous Programs<\/span><\/h4>\n                <p>Brand health trackers, ad effectiveness waves, price sensitivity monitors, and quarterly competitive dashboards delivered as ongoing subscription programs.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     CTA\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"cta\">\n    <div class=\"cta-inner r\">\n        <h3>Join Them.<\/h3>\n        <p>Whether you need a focused three-week competitive sprint or a multi-year global tracking program, our sector leads are ready to scope the right engagement for your decision timeline.<\/p>\n        <a href=\"https:\/\/www.sisinternational.com\/de\/kontaktieren-sie-sis-international-market-research\/\" class=\"cta-btn\">\n            <div class=\"btn-ray\"><\/div>\n            <div class=\"btn-fill\"><\/div>\n            <span>\n                Talk to an Expert\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <polyline points=\"9 18 15 12 9 6\"><\/polyline>\n                <\/svg>\n            <\/span>\n        <\/a>\n    <\/div>\n<\/section>\n\n<script>\n(function(){\n    const io = new IntersectionObserver((entries) => {\n        entries.forEach(e => {\n            if (!e.isIntersecting) return;\n            const siblings = e.target.parentElement.querySelectorAll('.r');\n            const idx = Array.from(siblings).indexOf(e.target);\n            e.target.style.transitionDelay = `${idx * 50}ms`;\n            e.target.classList.add('v');\n            io.unobserve(e.target);\n        });\n    }, { threshold: 0.06, rootMargin: '0px 0px -20px 0px' });\n    document.querySelectorAll('.r').forEach(el => io.observe(el));\n})();\n<\/script>\n\n<\/body>\n<\/html>\n\n\n<div class=\"gb-container gb-container-fa7183cb\"><\/div>\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Eine Auswahl unserer aktuellen und fr\u00fcheren SIS-Kunden.<\/p>","protected":false},"author":1,"featured_media":62795,"parent":14514,"menu_order":10,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-14247","page","type-page","status-publish","has-post-thumbnail"],"_links":{"self":[{"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/pages\/14247","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/comments?post=14247"}],"version-history":[{"count":64,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/pages\/14247\/revisions"}],"predecessor-version":[{"id":85395,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/pages\/14247\/revisions\/85395"}],"up":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/pages\/14514"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/media\/62795"}],"wp:attachment":[{"href":"https:\/\/www.sisinternational.com\/de\/wp-json\/wp\/v2\/media?parent=14247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}