{"id":14457,"date":"2015-02-25T16:27:23","date_gmt":"2015-02-25T16:27:23","guid":{"rendered":"https:\/\/www.sisinternational.com\/?page_id=14457"},"modified":"2026-03-24T18:21:57","modified_gmt":"2026-03-24T22:21:57","slug":"%ec%86%94%eb%a3%a8%ec%85%98","status":"publish","type":"page","link":"https:\/\/www.sisinternational.com\/ko\/%ec%86%94%eb%a3%a8%ec%85%98\/","title":{"rendered":"\uc194\ub8e8\uc158"},"content":{"rendered":"\n<!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>Research Solutions &#8211; SIS International<\/title>\n    <style>\n        \/* \u2500\u2500 RESET B\u00c1SICO \u2500\u2500 *\/\n        html, body {\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            overflow-x: hidden;\n        }\n\n        \/* \u2500\u2500 CONTENEDOR MAESTRO CON GRADIENTE RADIAL \u2500\u2500 *\/\n        #sis-hero-master-container {\n            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n            box-sizing: border-box;\n            \n            \/* MODERNIZATION: Luxury radial spotlight with subtle texture *\/\n            background: \n                radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 1) 0%, rgba(241, 244, 248, 0.8) 50%, rgba(226, 232, 240, 1) 100%),\n                url('data:image\/svg+xml,%3Csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\"%3E%3Cg fill=\"%23083e6c\" fill-opacity=\"0.02\"%3E%3Cpath fill-rule=\"evenodd\" d=\"M11 18H2V2h16v9h11v11H18V11H11v7zm0 26h7V33h11V22H18v11h-7v7H2v16h16V44h-7zM2 78h16V62h11V51H18v11h-7v7H2v9zm67-22h7V40h11V29H78v11h-7v7H62v16h16V56h-7zM62 18h11V7h11v11H78V7H67v11zm-7 11v7H44v11h7v7H40V29h15z\"\/%3E%3C\/g%3E%3C\/svg%3E');\n            \n            background-attachment: fixed;\n            padding: 80px 40px; \n            width: 100%;\n            min-height: 100vh;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            position: relative;\n        }\n\n        #sis-hero-master-container * {\n            box-sizing: border-box;\n        }\n\n        \/* \u2500\u2500 GRID INTERNO \u2500\u2500 *\/\n        .sis-hero-inner-grid {\n            max-width: 1200px;\n            width: 100%;\n            display: grid;\n            grid-template-columns: 1.3fr 1fr;\n            gap: 60px;\n            align-items: center;\n            z-index: 1;\n        }\n\n        \/* \u2500\u2500 LADO IZQUIERDO: TEXTO \u2500\u2500 *\/\n        .sis-hero-content {\n            opacity: 0;\n            animation: sisFadeInUp 1s ease-out forwards;\n        }\n\n        .sis-hero-tag-pill {\n            display: inline-flex;\n            align-items: center;\n            border-radius: 9999px;\n            padding: 8px 18px;\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.15em;\n            font-weight: 700;\n            color: #bf8e15;\n            background: rgba(191, 142, 21, 0.1);\n            border: 1px solid rgba(191, 142, 21, 0.4);\n            margin-bottom: 25px;\n        }\n\n        .sis-hero-title {\n            font-size: clamp(2.2rem, 5vw, 3.5rem);\n            font-weight: 800;\n            line-height: 1.15;\n            margin: 0 0 25px 0;\n            color: #083e6c;\n            background: linear-gradient(110deg, #083e6c 0%, #083e6c 25%, #205b8a 40%, #6ea8d1 50%, #205b8a 60%, #083e6c 75%, #083e6c 100%);\n            background-size: 200% auto;\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            animation: deep-sheen-shift 10s linear infinite;\n        }\n\n        .sis-hero-subheading {\n            font-size: 1.15rem;\n            color: #4a5568;\n            line-height: 1.75;\n            max-width: 650px;\n            border-left: 4px solid #bf8e15;\n            padding-left: 25px;\n            margin-bottom: 20px;\n        }\n\n        \/* \u2500\u2500 LADO DERECHO: IMAGEN CON CRECIMIENTO DE LUJO \u2500\u2500 *\/\n        .sis-hero-image-wrap {\n            position: relative;\n            opacity: 0;\n            animation: sisFadeInRight 1.2s ease-out forwards 0.3s;\n            cursor: pointer;\n        }\n\n        .sis-hero-img-frame {\n            width: 100%;\n            height: auto;\n            border-radius: 20%; \n            object-fit: cover;\n            aspect-ratio: 1 \/ 1;\n            border: 10px solid #ffffff;\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);\n            position: relative;\n            z-index: 2;\n            \n            \/* MODERNIZATION: Extra-slow 2.5s growth transition *\/\n            transition: transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);\n        }\n\n        .sis-hero-image-wrap:hover .sis-hero-img-frame {\n            transform: translateY(-15px) scale(1.05);\n            box-shadow: 0 45px 70px -20px rgba(0, 0, 0, 0.25);\n        }\n\n        .sis-hero-image-wrap::before {\n            content: \"\";\n            position: absolute;\n            inset: -12px;\n            border: 2px solid #bf8e15;\n            border-radius: 22%;\n            z-index: 1;\n            opacity: 0.6;\n            \/* MODERNIZATION: Organic morphing background shape *\/\n            animation: organicMorph 8s ease-in-out infinite alternate;\n        }\n\n        \/* \u2500\u2500 ANIMACIONES \u2500\u2500 *\/\n        @keyframes deep-sheen-shift { to { background-position: 200% center; } }\n        @keyframes sisFadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes sisFadeInRight { from { opacity: 0; transform: translateX(50px); } to { opacity: 1; transform: translateX(0); } }\n        \n        @keyframes organicMorph {\n            0% { transform: rotate(-3deg); border-radius: 22% 25% 20% 24%; }\n            50% { transform: rotate(-1deg) scale(1.02); border-radius: 28% 20% 26% 20%; }\n            100% { transform: rotate(-5deg) scale(0.98); border-radius: 20% 28% 22% 26%; }\n        }\n\n        \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n        @media (max-width: 992px) {\n            #sis-hero-master-container { padding: 60px 20px; }\n            .sis-hero-inner-grid { grid-template-columns: 1fr; text-align: center; }\n            .sis-hero-subheading { margin: 0 auto; border-left: none; border-top: 4px solid #bf8e15; padding: 25px 0 0 0; text-align: left; }\n            .sis-hero-img-frame { max-width: 450px; margin: 40px auto 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div id=\"sis-hero-master-container\">\n    <div class=\"sis-hero-inner-grid\">\n        \n        <div class=\"sis-hero-content\">\n            <div class=\"sis-hero-tag-pill\">Comprehensive Solutions<\/div>\n            <h1 class=\"sis-hero-title\">SIS International Research Solutions<\/h1>\n            \n            <p class=\"sis-hero-subheading\">\n                Running a business today is like solving a puzzle while the pieces keep changing. We provide the intelligence and strategy needed to anchor your vision, drive growth, and achieve sustainable success in an evolving market.\n            <\/p>\n        <\/div>\n\n        <div class=\"sis-hero-image-wrap\">\n            <img decoding=\"async\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/10\/Sales-Enablement-2.jpg\" \n                 alt=\"Business Intelligence and Strategy\" \n                 class=\"sis-hero-img-frame\">\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n\n\n<div class=\"gb-container gb-container-a76c6499\"><div class=\"gb-shapes\"><div class=\"gb-shape gb-shape-1\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1200 360\" preserveAspectRatio=\"none\"><path d=\"M1200 360H0V0l1200 348z\"\/><\/svg><\/div><\/div><\/div>\n\n<div class=\"gb-container gb-container-f75655ba\">\n<div class=\"gb-container gb-container-558ee340\">\n<div class=\"gb-container gb-container-3165593a\">\n\n<div class=\"gb-headline gb-headline-bff72dec gb-headline-text\"><strong>Our Solutions<\/strong><\/div>\n\n\n\n<style>\n  .h2-wrapper {\n    text-align: center;\n  }\n\n  h2 {\n    color: #083e6c;\n    background: linear-gradient(\n      110deg,\n      #083e6c 0%,\n      #083e6c 25%,\n      #205b8a 40%,\n      #6ea8d1 50%,\n      #205b8a 60%,\n      #083e6c 75%,\n      #083e6c 100%\n    );\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    font-size: 2rem;\n    font-weight: 700;\n    line-height: 1.3;\n    display: inline-block;\n    margin: 0 0 1em;\n    animation: deep-sheen-shift 12s linear infinite;\n  }\n\n  @keyframes deep-sheen-shift {\n    to { background-position: 200% center; }\n  }\n<\/style>\n\n<div class=\"h2-wrapper\">\n  <h2>Take your business to the next level<\/h2>\n<\/div>\n\n\n\n<figure class=\"gb-block-image gb-block-image-db2667d9\"><img loading=\"lazy\" decoding=\"async\" width=\"1456\" height=\"816\" class=\"gb-image gb-image-db2667d9\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/10\/Strategy-Development-2.jpg\" alt=\"SIS International Market Research &amp; Strategy\" title=\"Strategy Development (2)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/10\/Strategy-Development-2.jpg 1456w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/10\/Strategy-Development-2-300x168.jpg 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/10\/Strategy-Development-2-1024x574.jpg 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/10\/Strategy-Development-2-768x430.jpg 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/10\/Strategy-Development-2-18x10.jpg 18w\" sizes=\"auto, (max-width: 1456px) 100vw, 1456px\"><\/figure>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<section class=\"animated-insights\">\n    <div class=\"container\">\n        <div class=\"header\">\n            <span class=\"badge\">Strategic Advantage<\/span>\n            <h2>Actionable Intelligence for <span>Global Leadership<\/span><\/h2>\n            <p>Proprietary research and consulting <a href=\"https:\/\/www.sisinternational.com\/expertise\/lfp-battery-market-research\/\" title=\"LFP Battery Market Research\"  data-wpil-monitor-id=\"11437\">solutions<\/a> designed to bridge the gap between high-level strategy and local market execution.<\/p>\n        <\/div>\n\n        <div class=\"bento-grid\">\n            \n            <div class=\"card glass fade-in-on-scroll\">\n                <div class=\"gradient-border\"><\/div>\n                <div class=\"icon blue-check\"><\/div>\n                <h3><a href=\"https:\/\/www.sisinternational.com\/expertise\/bric-market-research\/\" target=\"_blank\">Global Market Research<\/a><\/h3>\n                <p>We collect and analyze data about global markets, consumers, and competitors. This helps you understand market dynamics, customer needs, and trends to make informed decisions and develop effective growth strategies.<\/p>\n                <a href=\"https:\/\/www.sisinternational.com\/expertise\/bric-market-research\/\" class=\"card-link\" target=\"_blank\">See All &rarr;<\/a>\n            <\/div>\n\n            <div class=\"card glass fade-in-on-scroll\">\n                <div class=\"gradient-border\"><\/div>\n                <div class=\"icon gold-check\"><\/div>\n                <h3><a href=\"https:\/\/www.sisinternational.com\/solutions\/consulting-services\/\" target=\"_blank\">Consulting Services<\/a><\/h3>\n                <p>We provide expert advice and strategic planning to help businesses improve performance, enter new markets, and achieve sustainable growth.<\/p>\n                <a href=\"https:\/\/www.sisinternational.com\/solutions\/consulting-services\/\" class=\"card-link\" target=\"_blank\">See All &rarr;<\/a>\n            <\/div>\n\n            <div class=\"card glass fade-in-on-scroll\">\n                <div class=\"gradient-border\"><\/div>\n                <div class=\"icon blue-check\"><\/div>\n                <h3><a href=\"https:\/\/www.sisinternational.com\/solutions\/customer-insights\/\" target=\"_blank\">Customer &#038; Customer Insights<\/a><\/h3>\n                <p>Our customer and consumer insights and methods include focus groups, surveys, and customer lifetime value analysis, providing insights into customer experiences and brand perceptions.<\/p>\n                <a href=\"https:\/\/www.sisinternational.com\/solutions\/customer-insights\/\" class=\"card-link\" target=\"_blank\">See All &rarr;<\/a>\n            <\/div>\n\n            <div class=\"card featured glass fade-in-on-scroll\">\n                <div class=\"gradient-border\"><\/div>\n                <div class=\"icon gold-check\"><\/div>\n                <h3><a href=\"https:\/\/www.sisinternational.com\/expertise\/industries\/\" target=\"_blank\">Industry-Specific Research<\/a><\/h3>\n                <p>We tailor our research efforts to the unique needs and characteristics of your specific industries. It includes specialized research across healthcare, education technology, food and beverage, and oil and gas.<\/p>\n                <a href=\"https:\/\/www.sisinternational.com\/expertise\/industries\/\" class=\"card-link\" target=\"_blank\">See All Industries &rarr;<\/a>\n            <\/div>\n\n            <div class=\"card glass fade-in-on-scroll\">\n                <div class=\"gradient-border\"><\/div>\n                <div class=\"icon blue-check\"><\/div>\n                <h3><a href=\"https:\/\/www.sisinternational.com\/solutions\/technology-innovation\/\" target=\"_blank\">Technology &#038; Innovation<\/a><\/h3>\n                <p>We give you insights on emerging tech trends, <a class=\"wpil_keyword_link\" href=\"https:\/\/www.sisinternational.com\/solutions\/innovation\/\"   title=\"Innovation Research\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"11347\">innovation research<\/a>, and strategies for leveraging technological advancements in various market sectors.<\/p>\n                <a href=\"https:\/\/www.sisinternational.com\/solutions\/technology-innovation\/\" class=\"card-link\" target=\"_blank\">See All &rarr;<\/a>\n            <\/div>\n\n            <div class=\"card glass fade-in-on-scroll\">\n                <div class=\"gradient-border\"><\/div>\n                <div class=\"icon gold-check\"><\/div>\n                <h3><a href=\"https:\/\/www.sisinternational.com\/solutions\/sales-strategy-solutions\/\" target=\"_blank\">Sales &#038; Strategy Solutions<\/a><\/h3>\n                <p>You obtain strategies to improve sales performance and market positioning. This includes market research for sales conversion, strategic planning, and developing new customer segments to enhance business growth and competitiveness.<\/p>\n                <a href=\"https:\/\/www.sisinternational.com\/solutions\/sales-strategy-solutions\/\" class=\"card-link\" target=\"_blank\">See All &rarr;<\/a>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n    :root {\n        --b-dark: #053d63;\n        --b-main: #085589;\n        --g-main: #bd8f13;\n        --w: #ffffff;\n        --text: #334155;\n        --bg-soft: #f8fafc;\n    }\n\n    .animated-insights {\n        padding: 100px 20px;\n        background-color: var(--bg-soft);\n        background-image: \n            radial-gradient(at 0% 0%, rgba(8, 85, 137, 0.03) 0px, transparent 50%),\n            radial-gradient(at 100% 100%, rgba(189, 143, 19, 0.03) 0px, transparent 50%);\n        font-family: 'Helvetica Neue', Arial, sans-serif;\n    }\n\n    .container { max-width: 1200px; margin: 0 auto; }\n\n    .header { text-align: center; margin-bottom: 60px; }\n    \n    .badge {\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        font-size: 11px;\n        font-weight: 800;\n        color: var(--g-main);\n        display: inline-block;\n        padding: 5px 15px;\n        background: rgba(189, 143, 19, 0.1);\n        border-radius: 50px;\n        margin-bottom: 20px;\n    }\n\n    .header h2 {\n        font-size: clamp(2rem, 5vw, 2.8rem);\n        color: var(--b-dark);\n        font-weight: 800;\n        line-height: 1.2;\n    }\n\n    .header h2 span {\n        background: linear-gradient(90deg, var(--b-main), var(--g-main));\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n    }\n\n    .header p {\n        color: var(--text);\n        font-size: 1.1rem;\n        max-width: 700px;\n        margin: 20px auto 0;\n        opacity: 0.8;\n    }\n\n    \/* BENTO GRID *\/\n    .bento-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));\n        gap: 25px;\n    }\n\n    \/* GLASSMORPHIC CARD *\/\n    .card.glass {\n        background: rgba(255, 255, 255, 0.7);\n        backdrop-filter: blur(12px);\n        -webkit-backdrop-filter: blur(12px);\n        padding: 40px;\n        border-radius: 24px;\n        border: 1px solid rgba(255, 255, 255, 0.4);\n        position: relative;\n        transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);\n        display: flex;\n        flex-direction: column;\n        box-shadow: 0 10px 30px -10px rgba(0,0,0,0.05);\n    }\n\n    .card.glass:hover {\n        transform: translateY(-10px);\n        background: rgba(255, 255, 255, 0.9);\n        box-shadow: 0 30px 60px -15px rgba(8, 85, 137, 0.15);\n    }\n\n    .card.featured {\n        background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(246, 249, 252, 0.9) 100%);\n        grid-row: span 1;\n    }\n\n    \/* GRADIENT BORDER EFFECT *\/\n    .gradient-border {\n        position: absolute;\n        inset: 0;\n        border-radius: 24px;\n        padding: 2px;\n        background: linear-gradient(135deg, var(--b-main), var(--g-main), var(--b-main));\n        background-size: 200% auto;\n        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n        -webkit-mask-composite: xor;\n        mask-composite: exclude;\n        opacity: 0;\n        transition: opacity 0.4s ease, background-position 0.6s ease;\n    }\n\n    .card:hover .gradient-border {\n        opacity: 1;\n        animation: gradientMove 3s linear infinite;\n    }\n\n    @keyframes gradientMove {\n        0% { background-position: 0% 50%; }\n        100% { background-position: 200% 50%; }\n    }\n\n    .icon {\n        width: 35px; height: 35px;\n        margin-bottom: 25px;\n    }\n\n    .gold-check { background: url('data:image\/svg+xml;utf8,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"%23bd8f13\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>') no-repeat center; }\n    .blue-check { background: url('data:image\/svg+xml;utf8,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"%23085589\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>') no-repeat center; }\n\n    .card h3 {\n        font-size: 1.4rem;\n        margin-bottom: 15px;\n        font-weight: 700;\n    }\n\n    \/* Styling for the header links so they don't look like ugly blue links *\/\n    .card h3 a {\n        color: var(--b-dark);\n        text-decoration: none;\n        position: relative;\n        z-index: 2; \/* Keeps it clickable above the whole-card link *\/\n    }\n\n    .card p {\n        font-size: 1rem;\n        color: var(--text);\n        line-height: 1.6;\n        opacity: 0.9;\n        margin-bottom: 20px;\n    }\n\n    \/* LINK STYLING *\/\n    .card-link {\n        margin-top: auto;\n        display: inline-block;\n        color: var(--b-main);\n        text-decoration: none;\n        font-weight: bold;\n        font-size: 0.95rem;\n        transition: color 0.3s ease;\n    }\n\n    \/* This pseudo-element expands the bottom link to make the entire card clickable *\/\n    .card-link::after {\n        content: \"\";\n        position: absolute;\n        inset: 0;\n        z-index: 1;\n    }\n\n    .card-link:hover {\n        color: var(--g-main);\n    }\n\n    .list { list-style: none; padding: 0; margin-top: 20px; border-top: 1px solid rgba(0,0,0,0.05); padding-top: 15px; }\n    .list li { font-size: 0.95rem; color: var(--text); padding: 6px 0; display: flex; align-items: flex-start; }\n    .list li::before { content: \"\u2192\"; color: var(--g-main); font-weight: bold; margin-right: 12px; }\n\n    \/* SCROLL ANIMATION *\/\n    .fade-in-on-scroll {\n        opacity: 0;\n        transform: translateY(30px);\n        transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);\n    }\n\n    .fade-in-on-scroll.visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    @media (max-width: 768px) {\n        .bento-grid { grid-template-columns: 1fr; }\n        .animated-insights { padding: 60px 15px; }\n    }\n<\/style>\n\n<script>\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach((entry, index) => {\n            if (entry.isIntersecting) {\n                setTimeout(() => {\n                    entry.target.classList.add('visible');\n                }, index * 100); \n                observer.unobserve(entry.target);\n            }\n        });\n    }, { threshold: 0.1 });\n\n    document.querySelectorAll('.fade-in-on-scroll').forEach((el) => observer.observe(el));\n<\/script>\n\n<\/div>\n<\/div>\n<\/div>\n\n\n<div style=\"height:142px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-gymp4kk9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-iby3fjd3\"><h2 class=\"uagb-heading-text\"><strong>Frequently Asked Questions<\/strong><\/h2><\/div>\n\n\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-gazliqci uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height     \" data-faqtoggle=\"true\" role=\"tablist\"><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-mvkxsyam \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<p class=\"uagb-question\"><strong>What is market research?<\/strong><\/p><\/div><div class=\"uagb-faq-content\"><p><strong>Market research involves collecting and analyzing data about a market to understand its dynamics, target audience, and competitive landscape. It helps businesses make informed decisions and identify opportunities.<br><\/strong><\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-odtvhkej \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<p class=\"uagb-question\"><strong>How can consulting services benefit my business?<\/strong><\/p><\/div><div class=\"uagb-faq-content\"><p><strong>Consulting services provide expert advice and strategies to help businesses grow, improve operations, and achieve their goals. They offer valuable insights and practical solutions for various business challenges.<\/strong><\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-qhnqz28x \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<p class=\"uagb-question\"><strong>Why are customer insights crucial?<\/strong><\/p><\/div><div class=\"uagb-faq-content\"><p><strong>Customer insights help businesses understand their customers&#8217; needs and preferences, allowing them to tailor their products, services, and marketing efforts to better meet demand and enhance customer satisfaction.<\/strong><\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-zwbbaf3p \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<p class=\"uagb-question\"><strong>How does technology enhance market research?<\/strong><\/p><\/div><div class=\"uagb-faq-content\"><p><strong>Technology enhances market research by enabling faster data collection, more accurate analysis, and deeper insights through tools like big data analytics, artificial intelligence, and online surveys.<\/strong><\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-vxiozuul \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<p class=\"uagb-question\"><strong>What makes SIS International Research stand out?<\/strong><\/p><\/div><div class=\"uagb-faq-content\"><p><strong>SIS International Research stands out due to its expertise, experience, and comprehensive research solutions. The firm offers customized, global, and advanced research methodologies that provide valuable insights and actionable recommendations for businesses.<\/strong><\/p><\/div><\/div><\/div><\/div><\/div>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-center\">SIS offers ongoing executive market intelligence to give leadership teams a competitive edge in quickly changing markets.<\/h4>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center has-accent-color has-text-color has-link-color wp-elements-226fdc1fceea72325d536eed1e69fa52\"><strong>Fill out the form and get the insights you need <\/strong><\/h3>\n\n\n\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n<script>\n    tailwind.config = {\n        corePlugins: {\n            preflight: false,\n        },\n        theme: {\n            extend: {\n                fontFamily: {\n                    'sans': ['Inter', 'sans-serif'],\n                }\n            }\n        }\n    }\n<\/script>\n\n<style>\n    \/* RENAMED ANIMATION *\/\n    @keyframes contact-slow-pan {\n        0% { background-position: 0% 50%; }\n        100% { background-position: -100% 50%; }\n    }\n\n    #sis-contact-section, #sis-contact-section * {\n        box-sizing: border-box;\n    }\n    \n    .contact-bg-container {\n        position: absolute;\n        inset: 0;\n        z-index: 0;\n        background-image: url('https:\/\/hoirqrkdgbmvpwutwuwj.supabase.co\/storage\/v1\/object\/public\/assets\/assets\/77f55872-adf5-4910-9a7c-d21c0041bbe1_3840w.webp');\n        background-size: cover;\n        background-repeat: repeat-x;\n        opacity: 0.3; \n        animation: contact-slow-pan 120s linear infinite;\n    }\n\n    #sis-contact-section .reveal-on-scroll {\n        opacity: 0;\n        transform: translateY(30px);\n        transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    \n    #sis-contact-section .reveal-on-scroll.is-visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    .no-js #sis-contact-section .reveal-on-scroll {\n        opacity: 1;\n        transform: none;\n    }\n<\/style>\n\n<section\n  id=\"sis-contact-section\"\n  class=\"relative w-[96%] max-w-screen-2xl mx-auto my-6 md:my-12 py-24 md:py-56 overflow-hidden bg-gradient-to-br from-[#085589] via-[#042d4a] to-black font-sans rounded-3xl md:rounded-[50px]\">\n  \n  <div class=\"contact-bg-container pointer-events-none\"><\/div>\n\n  <div class=\"pointer-events-none absolute inset-0 z-0 overflow-hidden\">\n    <div class=\"absolute -left-20 top-0 h-[100vh] w-[80vh] rounded-full blur-3xl opacity-20\"\n      style=\"background: radial-gradient(closest-side, rgba(8, 85, 137, 0.8), rgba(0,0,0,0));\"><\/div>\n  <\/div>\n  \n  <div class=\"relative z-10 max-w-4xl mx-auto px-4 md:px-6\">\n    <div class=\"text-center\">\n      <span class=\"reveal-on-scroll inline-flex items-center gap-2 rounded-full border border-white\/20 bg-white\/5 px-3 py-1.5 text-xs\" style=\"color: #bd9013 !important;\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"h-4 w-4\"><path d=\"M4 6l8 5 8-5\"><\/path><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"><\/rect><\/svg>\n            Let&#8217;s Work Together\n      <\/span>\n      \n      <h6 class=\"reveal-on-scroll mt-4 text-3xl md:text-6xl tracking-tight font-semibold text-white\" data-delay=\"100\" style=\"margin: 1.5rem 0; color: #ffffff !important;\">\n        Ready to <span class=\"font-medium text-neutral-200\" style=\"color: #e5e5e5 !important;\">start your project?<\/span>\n      <\/h6>\n      \n      <p class=\"reveal-on-scroll mt-4 text-white font-bold text-base md:text-lg max-w-2xl mx-auto\" data-delay=\"200\" style=\"color: #ffffff !important;\">\n      <\/p>\n    <\/div>\n  \n    <div class=\"mt-12 md:mt-20 grid grid-cols-1 md:grid-cols-2 gap-6 md:gap-8\">\n      \n      <div class=\"reveal-on-scroll relative rounded-2xl border border-white\/20 bg-white\/5 p-6 md:p-8 backdrop-blur-sm\" data-delay=\"300\">\n        <h3 class=\"text-xl font-semibold text-white mb-6\" style=\"color: #ffffff !important;\">Send a Message<\/h3>\n        \n        <form action=\"https:\/\/formsubmit.co\/research2@sisinternational.com\" method=\"POST\" class=\"space-y-4 md:space-y-6\">\n          <input type=\"hidden\" name=\"_captcha\" value=\"false\">\n          <input type=\"hidden\" name=\"_subject\" value=\"New Website Inquiry\">\n\n          <div class=\"grid grid-cols-1 md:grid-cols-2 gap-4\">\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Name<\/label>\n              <input name=\"name\" type=\"text\" required\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"Your name\" \n                     style=\"color: black !important;\">\n            <\/div>\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Email<\/label>\n              <input name=\"email\" type=\"email\" required\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"your@email.com\" \n                     style=\"color: black !important;\">\n            <\/div>\n          <\/div>\n\n          <div class=\"grid grid-cols-1 md:grid-cols-2 gap-4\">\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Title<\/label>\n              <input name=\"title\" type=\"text\"\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"Your Job Title\" \n                     style=\"color: black !important;\">\n            <\/div>\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Company<\/label>\n              <input name=\"company\" type=\"text\"\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"Company Name\" \n                     style=\"color: black !important;\">\n            <\/div>\n          <\/div>\n\n          <div class=\"grid grid-cols-1 md:grid-cols-2 gap-4\">\n             <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Industry<\/label>\n              <input name=\"industry\" type=\"text\"\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"e.g. Healthcare, Tech\" \n                     style=\"color: black !important;\">\n            <\/div>\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Market Sectors<\/label>\n              <input name=\"market_sectors\" type=\"text\"\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"e.g. B2B, Consumer\" \n                     style=\"color: black !important;\">\n            <\/div>\n          <\/div>\n\n          <div>\n            <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Frequency<\/label>\n            <select name=\"frequency\" \n                    class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black focus:border-white focus:outline-none transition-all\" \n                    style=\"color: black !important;\">\n                  <option value=\"Monthly\">Monthly<\/option>\n                  <option value=\"Quarterly\">Quarterly<\/option>\n                  <option value=\"Annually\">Annually<\/option>\n            <\/select>\n          <\/div>\n          \n          <button type=\"submit\" class=\"group w-full inline-flex items-center justify-center gap-2 rounded-lg bg-white text-black font-semibold border border-transparent px-6 py-3 hover:bg-neutral-200 hover:text-[#bf8e15] transition-all cursor-pointer\">\n                <span>Send Message<\/span>\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"h-4 w-4 transition-transform group-hover:translate-x-1\"><path d=\"m22 2-7 20-4-9-9-4Z\"><\/path><path d=\"M22 2 11 13\"><\/path><\/svg>\n          <\/button>\n        <\/form>\n      <\/div>\n  \n      <div class=\"space-y-6 md:space-y-8\">\n        \n        <div class=\"reveal-on-scroll relative rounded-2xl border border-white\/20 bg-white\/5 p-6 backdrop-blur-sm\" data-delay=\"400\">\n          <div class=\"flex flex-col sm:flex-row items-start sm:items-center gap-4\">\n            <div class=\"h-12 w-12 flex-shrink-0 flex items-center justify-center rounded-xl bg-white\/10 border border-white\/20\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"h-6 w-6 text-white\" style=\"color: white !important;\"><path d=\"M4 6l8 5 8-5\"><\/path><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"><\/rect><\/svg>\n            <\/div>\n            <div class=\"overflow-hidden\">\n              <h3 class=\"text-lg font-semibold text-white\" style=\"color: #ffffff !important;\">Email<\/h3>\n              \n              <a href=\"mailto:research2@sisinternational.com\" class=\"hover:underline transition-colors font-medium break-all sm:break-normal\" style=\"color: #ffffff !important;\">research2@sisinternational.com<\/a>\n            \n            <\/div>\n          <\/div>\n        <\/div>\n  \n        <div class=\"reveal-on-scroll relative rounded-2xl border border-white\/20 bg-white\/5 p-6 backdrop-blur-sm\" data-delay=\"500\">\n          <h3 class=\"text-lg font-semibold text-white mb-4\" style=\"color: #ffffff !important;\">Follow Us<\/h3>\n          <div class=\"flex items-center gap-4\">\n            \n            <a href=\"https:\/\/x.com\/SISIntlResearch\" target=\"_blank\" class=\"flex items-center justify-center w-10 h-10 rounded-lg bg-white\/10 text-white hover:bg-white\/20 transition\" style=\"color: white !important;\">\n              <svg role=\"img\" viewBox=\"0 0 24 24\" fill=\"currentColor\" class=\"w-5 h-5\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"fill: white !important; color: white !important;\">\n                <path d=\"M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z\"\/>\n              <\/svg>\n            <\/a>\n            \n            <a href=\"https:\/\/www.linkedin.com\/company\/sisinternationalresearch\/\" target=\"_blank\" class=\"flex items-center justify-center w-10 h-10 rounded-lg bg-white\/10 text-white hover:bg-white\/20 transition\" style=\"color: white !important;\" rel=\"noopener\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"color: white !important;\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"><\/path><rect width=\"4\" height=\"12\" x=\"2\" y=\"9\"><\/rect><circle cx=\"4\" cy=\"4\" r=\"2\"><\/circle><\/svg>\n            <\/a>\n\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"absolute bottom-0 left-0 right-0 pointer-events-none z-10\">\n    <div class=\"absolute bottom-0 left-1\/2 -translate-x-1\/2 opacity-25 w-[60%] h-8\"\n      style=\"background: radial-gradient(ellipse 80% 100% at 50% 100%, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 30%, transparent 70%);\">\n    <\/div>\n    <div class=\"h-px bg-white\/10 w-full\"><\/div>\n  <\/div>\n<\/section>\n\n<script>\n    (function() {\n        function initAnimations() {\n            const observerOptions = {\n                threshold: 0.1,\n                rootMargin: \"50px\"\n            };\n\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach((entry) => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add(\"is-visible\");\n                    }\n                });\n            }, observerOptions);\n\n            const animatedElements = document.querySelectorAll(\"#sis-contact-section .reveal-on-scroll\");\n            \n            if (animatedElements.length === 0) return;\n\n            animatedElements.forEach((el) => observer.observe(el));\n        }\n\n        if (document.readyState === \"complete\" || document.readyState === \"interactive\") {\n            setTimeout(initAnimations, 100);\n        } else {\n            document.addEventListener(\"DOMContentLoaded\", initAnimations);\n        }\n    })();\n<\/script>\n\n\n\n<div style=\"height:46px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>SIS\ub294 \uc120\ub3c4\uc801\uc778 \uc2dc\uc7a5 \uc870\uc0ac \ubc0f \uc804\ub7b5 \ucee8\uc124\ud305 \ud68c\uc0ac\uc785\ub2c8\ub2e4. \uc18c\ube44\uc790, \ud5ec\uc2a4\ucf00\uc5b4, B2B, \uc0b0\uc5c5 \ubc0f \uc790\ub3d9\ucc28 \uc5f0\uad6c\uc640 \uc804\ub7b5\uc744 \uc218\ud589\ud569\ub2c8\ub2e4.<\/p>","protected":false},"author":1,"featured_media":64778,"parent":0,"menu_order":35,"comment_status":"closed","ping_status":"open","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-14457","page","type-page","status-publish","has-post-thumbnail"],"uagb_featured_image_src":{"full":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Digital-Customer-Experience-1.jpg",1456,816,false],"thumbnail":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Digital-Customer-Experience-1-150x150.jpg",150,150,true],"medium":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Digital-Customer-Experience-1-300x168.jpg",300,168,true],"medium_large":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Digital-Customer-Experience-1-768x430.jpg",768,430,true],"large":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Digital-Customer-Experience-1-1024x574.jpg",1024,574,true],"1536x1536":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Digital-Customer-Experience-1.jpg",1456,816,false],"2048x2048":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Digital-Customer-Experience-1.jpg",1456,816,false],"trp-custom-language-flag":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/Digital-Customer-Experience-1-18x10.jpg",18,10,true]},"uagb_author_info":{"display_name":"Ruth Stanat","author_link":"https:\/\/www.sisinternational.com\/ko\/author\/expert\/"},"uagb_comment_info":0,"uagb_excerpt":"SIS is a leading Market Research and Strategy Consulting company. We conduct Consumer, Healthcare, B2B, Industrial, and Automotive Research and Strategy.","_links":{"self":[{"href":"https:\/\/www.sisinternational.com\/ko\/wp-json\/wp\/v2\/pages\/14457","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sisinternational.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sisinternational.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/ko\/wp-json\/wp\/v2\/comments?post=14457"}],"version-history":[{"count":100,"href":"https:\/\/www.sisinternational.com\/ko\/wp-json\/wp\/v2\/pages\/14457\/revisions"}],"predecessor-version":[{"id":85023,"href":"https:\/\/www.sisinternational.com\/ko\/wp-json\/wp\/v2\/pages\/14457\/revisions\/85023"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/ko\/wp-json\/wp\/v2\/media\/64778"}],"wp:attachment":[{"href":"https:\/\/www.sisinternational.com\/ko\/wp-json\/wp\/v2\/media?parent=14457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}