<!DOCTYPE html>
<html>
  <head>
    <title>Adobe Resource Center | Adobe for Business</title>
    <link rel="canonical" href="https://business.adobe.com/resources/main.html">
    <meta name="description" content="Access the latest digital experience resources, guides, reports, and webinars to elevate your business strategy with insights from Adobe for Business.">
    <meta property="og:title" content="Adobe Resource Center | Adobe for Business">
    <meta property="og:description" content="Access the latest digital experience resources, guides, reports, and webinars to elevate your business strategy with insights from Adobe for Business.">
    <meta property="og:image" content="./media_1c0dae76d6ed4ceb1a0cf4a7d1218b6ca0f505f62.png?width=750&#x26;format=png&#x26;optimize=medium">
    <meta property="og:image:secure_url" content="https://business.adobe.com/resources/media_1c6209fcc340329104085ffe2998e7ac873d40e8f.png?width=1200&#x26;format=pjpg&#x26;optimize=medium">
    <meta property="og:image:alt" content="https://main--da-bacom--adobecom.aem.page/assets/videos/resources/digital-trends/media_16880df6c4480651af0c3588fa4b61fd8bb9c773b.mp4#_autoplay1 | 2026 DT">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Adobe Resource Center | Adobe for Business">
    <meta name="twitter:description" content="Access the latest digital experience resources, guides, reports, and webinars to elevate your business strategy with insights from Adobe for Business.">
    <meta name="twitter:image" content="./media_1c0dae76d6ed4ceb1a0cf4a7d1218b6ca0f505f62.png?width=750&#x26;format=png&#x26;optimize=medium">
    <meta name="target" content="on">
    <meta name="pageperf" content="on">
    <meta name="pageperf-rate" content="50">
    <meta name="hreflinksuseragents" content="Googlebot, Tokowaka, ChatGPT-User, Google-InspectionTool">
    <meta name="content-language" content="en">
    <meta name="header" content="global-navigation">
    <meta name="footer" content="global-footer">
    <meta name="georouting" content="off">
    <meta name="mobile-gnav-v2" content="on">
    <meta name="langfirst" content="on">
    <meta name="languagebanner" content="on">
    <meta name="marketssource" content="bacom">
    <meta name="dynamic-nav" content="off">
    <meta name="gnav-source" content="https://main--bacom--adobecom.aem.live/gnav/localnav-resource-center">
    <meta name="footer-source" content="https://main--da-bacom--adobecom.aem.page/footer">
    <meta name="nofollow-links" content="on">
    <meta name="serp-content-type" content="thought-leadership">
    <meta name="pagecreatedat" content="en">
    <meta name="translated" content="false">
    <meta name="publishdate" content="2024-02-21">
    <meta name="primaryproductname" content="Adobe for Business">
    <meta name="data-jarvis-demandbase-enabled" content="true">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="head-loaded" content="false">
    <link rel="preload" href="/styles/styles.css" as="style">
    <script>
  const libs = (() => {
    const { hostname, search } = window.location;
    if (!['.aem.', '.hlx.', '.stage.', 'local'].some((i) => hostname.includes(i))) return '/libs';
    const branch = new URLSearchParams(search).get('milolibs') || 'main';
    if (!/^[a-zA-Z0-9_-]+$/.test(branch)) throw new Error('Invalid branch name.');
    if (branch === 'local') return 'http://localhost:6456/libs';
    if (branch === 'main' && hostname.includes('.stage.')) return '/libs';
    return branch.includes('--') ? `https://${branch}.aem.live/libs` : `https://${branch}--milo--adobecom.aem.live/libs`;
  })();

  const flagMeta = document.querySelector('meta[name="head-loaded"]');
  const headAlreadyLoaded = flagMeta.content === 'true';

  if (!headAlreadyLoaded) {
    const miloStyles = document.createElement('link');
    const miloUtils = document.createElement('link');
    const miloDecorate = document.createElement('link');

    miloStyles.setAttribute('as', 'style');
    miloStyles.setAttribute('href', `${libs}/styles/styles.css`);

    [miloUtils, miloDecorate].forEach((tag) => {
      tag.setAttribute('crossorigin', 'true');
      tag.setAttribute('as', 'script');
    })

    miloUtils.setAttribute('href', `${libs}/utils/utils.js`);
    miloDecorate.setAttribute('href', `${libs}/utils/decorate.js`);

    [miloStyles, miloUtils, miloDecorate].forEach((tag) => tag.setAttribute('rel', 'preload'));
    document.head.append(miloStyles, miloUtils, miloDecorate); 
  }

  const LOCALES = ['ae_ar', 'ae_en', 'africa', 'ar', 'at', 'au', 'be_en', 'be_fr', 'be_nl', 'bg', 'br', 'ca_fr', 'ca', 'ch_de', 'ch_fr', 'ch_it', 'cl', 'cn', 'co', 'cr', 'cy_en', 'cz', 'de', 'dk', 'ec', 'ee', 'eg_ar', 'eg_en', 'el', 'es', 'fi', 'fr', 'gr_el', 'gr_en', 'gt', 'hk_en', 'hk_zh', 'hu', 'id_en', 'id_id', 'ie', 'il_en', 'il_he', 'in_hi', 'in', 'it', 'jp', 'kr', 'kw_ar', 'kw_en', 'la', 'langstore', 'lt', 'lu_de', 'lu_en', 'lu_fr', 'lv', 'mena_ar', 'mena_en', 'mt', 'mx', 'my_en', 'my_ms', 'ng', 'nl', 'no', 'nz', 'pe', 'ph_en', 'ph_fil', 'pl', 'pr', 'pt', 'qa_ar', 'qa_en', 'ro', 'ru', 'sa_ar', 'sa_en', 'se', 'sg', 'si', 'sk', 'th_en', 'th_th', 'tr', 'tw', 'ua', 'uk', 'vn_en', 'vn_vi', 'za'];

  if (!headAlreadyLoaded) {
    (async () => {
      // --- hreflang config (change these two lines per property) ---
      const HREFLANG_ORIGIN = 'https://business.adobe.com';
      const HREFLANG_TEMPLATE = '/{locale}/sitemap.xml';
      // ------------------------------------------------------------
      const HREFLANG_CACHE_PREFIX = 'hreflang-';
      const HREFLANG_TIMEOUT_MS = 5000;

      function buildHreflangMap(xmlDoc) {
        const map = {};
        xmlDoc.querySelectorAll('url').forEach((urlEl) => {
          const loc = urlEl.querySelector('loc')?.textContent;
          if (!loc) return;
          const links = [...urlEl.querySelectorAll('link[rel="alternate"]')]
            .map((el) => ({ hreflang: el.getAttribute('hreflang'), href: el.getAttribute('href') }))
            .filter((l) => l.hreflang && l.href);
          if (links.length) map[loc] = links;
        });
        return map;
      }

      function getCachedMap(cacheKey) {
        try { return JSON.parse(sessionStorage.getItem(cacheKey)); } catch { return null; }
      }

      function setCachedMap(cacheKey, map) {
        try {
          Object.keys(sessionStorage)
            .filter((k) => k.startsWith(HREFLANG_CACHE_PREFIX) && k !== cacheKey)
            .forEach((k) => sessionStorage.removeItem(k));
          sessionStorage.setItem(cacheKey, JSON.stringify(map));
        } catch {
          window.lana?.log('hreflang: sessionStorage quota exceeded', { tags: 'hreflang', severity: 'warning' });
        }
      }

      async function fetchSitemapMap(sitemapUrl) {
        const ctrl = new AbortController();
        const tid = setTimeout(() => ctrl.abort(), HREFLANG_TIMEOUT_MS);
        try {
          const res = await fetch(sitemapUrl, { signal: ctrl.signal });
          if (!res.ok) {
            window.lana?.log(`hreflang: fetch failed (${res.status}) ${sitemapUrl}`, { tags: 'hreflang', severity: 'error' });
            return null;
          }
          const xmlDoc = new DOMParser().parseFromString(await res.text(), 'text/xml');
          if (xmlDoc.querySelector('parsererror')) {
            window.lana?.log(`hreflang: parse failed ${sitemapUrl}`, { tags: 'hreflang', severity: 'error' });
            return null;
          }
          return buildHreflangMap(xmlDoc);
        } catch (e) {
          const msg = e.name === 'AbortError'
            ? `hreflang: timeout fetching ${sitemapUrl}`
            : `hreflang: error fetching ${sitemapUrl} - ${e.message}`;
          window.lana?.log(msg, { tags: 'hreflang', severity: 'error' });
          return null;
        } finally {
          clearTimeout(tid);
        }
      }

      function getSitemapPath(localeMatch) {
        if (!HREFLANG_TEMPLATE.includes('{locale}')) {
          window.lana?.log(`hreflang: HREFLANG_TEMPLATE missing {locale} placeholder: ${HREFLANG_TEMPLATE}`, { tags: 'hreflang', severity: 'error' });
          return HREFLANG_TEMPLATE;
        }
        return localeMatch
          ? HREFLANG_TEMPLATE.replace('{locale}', localeMatch)
          : HREFLANG_TEMPLATE.replace(/\/?{locale}/, '');
      }

      function getPageUrl(pathname, localeMatch) {
        const isLocaleRoot = localeMatch && pathname === `/${localeMatch}/`;
        if (pathname === '/' || isLocaleRoot) return `${HREFLANG_ORIGIN}${pathname}`;
        const normalized = pathname.endsWith('/') ? pathname.slice(0, -1) : pathname;
        return `${HREFLANG_ORIGIN}${normalized.endsWith('.html') ? normalized : `${normalized}.html`}`;
      }

      function injectHreflangLinks(links) {
        const titleEl = document.head.querySelector('title');
        if (!titleEl) return;
        titleEl.after(...links.map(({ hreflang, href }) => {
          const el = document.createElement('link');
          el.setAttribute('rel', 'alternate');
          el.setAttribute('hreflang', hreflang);
          el.setAttribute('href', href);
          return el;
        }));
      }

      const uaMeta = document.querySelector('meta[name="hreflinksuseragents"]');
      if (!uaMeta?.content) return;
      if (!uaMeta.content.split(',').some((a) => navigator.userAgent.includes(a.trim()))) return;

      const { pathname } = window.location;
      const localeMatch = LOCALES.find((l) => pathname.startsWith(`/${l}/`));
      const sitemapPath = getSitemapPath(localeMatch);
      const sitemapUrl = `${window.location.origin}${sitemapPath}`;
      const cacheKey = HREFLANG_CACHE_PREFIX + sitemapPath;

      let map = getCachedMap(cacheKey);
      if (!map) {
        map = await fetchSitemapMap(sitemapUrl);
        if (!map) return;
        setCachedMap(cacheKey, map);
      }

      const pageUrl = getPageUrl(pathname, localeMatch);
      const links = map[pageUrl] ?? map[pageUrl.replace(/\/$/, '')];
      if (links?.length) injectHreflangLinks(links);
    })();
  }

  const sheetSchema = document.querySelector('[type="application/ld+json"]');

  const schema = {
    "@context": "https://schema.org",
    "@type": "WebSite",
    "name": 'Adobe for Business', 
    "url": window.location.href 
  }

  if (!headAlreadyLoaded) {
    const jsonLD = document.createElement('script');
    jsonLD.setAttribute('type', 'application/ld+json');
    jsonLD.innerText = JSON.stringify(schema);
    sheetSchema ? sheetSchema.after(jsonLD) : document.head.append(jsonLD);
  }

  flagMeta.content = 'true';
</script>
    <script src="/scripts/scripts.js" type="module"></script>
    <style>body { display: none; }</style>
    <link rel="icon" href="data:,">
  </head>
  <body>
    <header></header>
    <main>
      <div>
        <div class="breadcrumbs">
          <div>
            <div>
              <ul>
                <li><a href="https://business.adobe.com/">Home</a></li>
                <li>Resource Center</li>
              </ul>
            </div>
          </div>
        </div>
        <div class="text dark xs-spacing">
          <div>
            <div></div>
          </div>
          <div>
            <div>
              <h1 id="adobe-resource-center">Adobe Resource Center</h1>
              <p>Enterprise-level marketing resources, tools, videos, webinars, and more. Discover content tailored to your business goals by product, industry, or type.</p>
            </div>
          </div>
        </div>
        <div class="brick split light rounded-corners l-heading button-fill">
          <div>
            <div>#F5F5F5</div>
          </div>
          <div>
            <div>
              <p>REPORT</p>
              <h2 id="adobe-2026-ai-and-digital-trends">Adobe 2026 AI and Digital Trends</h2>
              <p>This year's report explores how generative and agentic AI shape experiences, highlights gaps, and offers insights to help brands keep pace.</p>
              <p><em><a href="/resources/digital-trends-report">Read now | Read now Digital Trends Report</a></em></p>
            </div>
            <div>
              <picture>
                <source type="image/webp" srcset="./media_1c6209fcc340329104085ffe2998e7ac873d40e8f.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                <source type="image/webp" srcset="./media_1c6209fcc340329104085ffe2998e7ac873d40e8f.png?width=750&#x26;format=webply&#x26;optimize=medium">
                <source type="image/png" srcset="./media_1c6209fcc340329104085ffe2998e7ac873d40e8f.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                <img loading="lazy" alt="https://main--da-bacom--adobecom.aem.page/assets/videos/resources/digital-trends/media_16880df6c4480651af0c3588fa4b61fd8bb9c773b.mp4#_autoplay1 | 2026 DT" src="./media_1c6209fcc340329104085ffe2998e7ac873d40e8f.png?width=750&#x26;format=png&#x26;optimize=medium" width="792" height="768">
              </picture>
            </div>
          </div>
        </div>
        <div class="brick rounded-corners static-links l-heading button-fill dark">
          <div>
            <div>#FFE1F5</div>
          </div>
          <div>
            <div>#FFE1F5</div>
            <div>#FFE1F5</div>
            <div>
              <picture>
                <source type="image/webp" srcset="./media_1b4f5b3b808de1e032542e3055cebce49cbc2dd5d.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                <source type="image/webp" srcset="./media_1b4f5b3b808de1e032542e3055cebce49cbc2dd5d.png?width=750&#x26;format=webply&#x26;optimize=medium">
                <source type="image/png" srcset="./media_1b4f5b3b808de1e032542e3055cebce49cbc2dd5d.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                <img loading="lazy" alt="" src="./media_1b4f5b3b808de1e032542e3055cebce49cbc2dd5d.png?width=750&#x26;format=png&#x26;optimize=medium" width="384" height="384">
              </picture>
            </div>
          </div>
          <div>
            <div>
              <p>ASSESSMENT</p>
              <h2 id="customer-experience-ai-maturity-index">Customer Experience AI Maturity Index.</h2>
              <p><em><a href="/resources/customer-experience-ai-maturity-index">Start now | Read now Customer Experience AI Maturity Index</a></em></p>
            </div>
          </div>
        </div>
        <div class="section-metadata">
          <div>
            <div>style</div>
            <div>static-links, masonry, xxl spacing</div>
          </div>
          <div>
            <div>masonry</div>
            <div>Full-width, Span 8, span 4</div>
          </div>
          <div>
            <div>background</div>
            <div>#000</div>
          </div>
        </div>
      </div>
      <div>
        <div class="section-metadata">
          <div>
            <div>style</div>
            <div>m spacing</div>
          </div>
        </div>
      </div>
      <div>
        <div class="text m-heading m-spacing-top s-spacing-bottom">
          <div>
            <div>
              <h3 id="explore-resources-by-product">Explore resources by product</h3>
            </div>
          </div>
        </div>
      </div>
      <div>
        <div class="action-scroller navigation">
          <div>
            <div>Item width</div>
            <div>110</div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1beb95efdf1e86d3c5d3179ef3d3ed181e55fd6de.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1beb95efdf1e86d3c5d3179ef3d3ed181e55fd6de.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1beb95efdf1e86d3c5d3179ef3d3ed181e55fd6de.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1beb95efdf1e86d3c5d3179ef3d3ed181e55fd6de.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Acrobat</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/acrobat">https://main--bacom--adobecom.aem.page/resources/acrobat</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1077410a61166df190eb74a4da7647d49d0b5e8d5.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1077410a61166df190eb74a4da7647d49d0b5e8d5.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1077410a61166df190eb74a4da7647d49d0b5e8d5.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1077410a61166df190eb74a4da7647d49d0b5e8d5.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Analytics</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/analytics">https://main--bacom--adobecom.aem.page/resources/analytics</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1cfb5c6e907560c21e6cefaa13278f9c219c5d23a.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1cfb5c6e907560c21e6cefaa13278f9c219c5d23a.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1cfb5c6e907560c21e6cefaa13278f9c219c5d23a.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1cfb5c6e907560c21e6cefaa13278f9c219c5d23a.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Commerce</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/commerce">https://main--bacom--adobecom.aem.page/resources/commerce</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1866604b9edf251c561c94413f05d3203e7693aee.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1866604b9edf251c561c94413f05d3203e7693aee.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1866604b9edf251c561c94413f05d3203e7693aee.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1866604b9edf251c561c94413f05d3203e7693aee.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Creative Cloud</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/creative-cloud">https://main--bacom--adobecom.aem.page/resources/creative-cloud</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1c832f3c34c39a1fc8be6937fd5aa043f33f7f3b3.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1c832f3c34c39a1fc8be6937fd5aa043f33f7f3b3.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1c832f3c34c39a1fc8be6937fd5aa043f33f7f3b3.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1c832f3c34c39a1fc8be6937fd5aa043f33f7f3b3.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Experience Manager Assets</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/experience-manager-assets">https://main--bacom--adobecom.aem.page/resources/experience-manager-assets</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1b3effdc5d6b29b0e2cc28f919f578e0659a6835b.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1b3effdc5d6b29b0e2cc28f919f578e0659a6835b.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1b3effdc5d6b29b0e2cc28f919f578e0659a6835b.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1b3effdc5d6b29b0e2cc28f919f578e0659a6835b.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Experience Manager Sites</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/experience-manager-sites">https://main--bacom--adobecom.aem.page/resources/experience-manager-sites</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_11f0e2353c245fab12c6bf0550b71a3ee538c83a5.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_11f0e2353c245fab12c6bf0550b71a3ee538c83a5.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_11f0e2353c245fab12c6bf0550b71a3ee538c83a5.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_11f0e2353c245fab12c6bf0550b71a3ee538c83a5.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Express</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/express">https://main--bacom--adobecom.aem.page/resources/express</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_118e3ce304a3e8050cffc67af406647f5b7af9c5d.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_118e3ce304a3e8050cffc67af406647f5b7af9c5d.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_118e3ce304a3e8050cffc67af406647f5b7af9c5d.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_118e3ce304a3e8050cffc67af406647f5b7af9c5d.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Firefly</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/firefly">https://main--bacom--adobecom.aem.page/resources/firefly</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1ad75bd91661bcdbd807ae9c9de727b0f63618b17.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1ad75bd91661bcdbd807ae9c9de727b0f63618b17.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1ad75bd91661bcdbd807ae9c9de727b0f63618b17.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1ad75bd91661bcdbd807ae9c9de727b0f63618b17.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Frame.io</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/frame-io">https://main--bacom--adobecom.aem.page/resources/frame-io</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_17e0163c661a0c6a658da13ed783256c7b098b26a.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_17e0163c661a0c6a658da13ed783256c7b098b26a.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_17e0163c661a0c6a658da13ed783256c7b098b26a.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_17e0163c661a0c6a658da13ed783256c7b098b26a.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>GenStudio for Performance Marketing</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/genstudio-for-performance-marketing">https://main--bacom--adobecom.aem.page/resources/genstudio-for-performance-marketing</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_19cfce923bb453e0e47c3bf43349116976c2686f4.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_19cfce923bb453e0e47c3bf43349116976c2686f4.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_19cfce923bb453e0e47c3bf43349116976c2686f4.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_19cfce923bb453e0e47c3bf43349116976c2686f4.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Journey Optimizer</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/journey-optimizer">https://main--bacom--adobecom.aem.page/resources/journey-optimizer</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1d93f4ba79ee2c7a274b634ea2a848ccca5ce97e6.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1d93f4ba79ee2c7a274b634ea2a848ccca5ce97e6.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1d93f4ba79ee2c7a274b634ea2a848ccca5ce97e6.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1d93f4ba79ee2c7a274b634ea2a848ccca5ce97e6.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Journey Optimizer B2B Edition</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/journey-optimizer-b2b-edition">https://main--bacom--adobecom.aem.page/resources/journey-optimizer-b2b-edition</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_18be19914c988956eb36ce660642fffabd42a1bc3.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_18be19914c988956eb36ce660642fffabd42a1bc3.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_18be19914c988956eb36ce660642fffabd42a1bc3.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_18be19914c988956eb36ce660642fffabd42a1bc3.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Marketo Engage</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/marketo-engage">https://main--bacom--adobecom.aem.page/resources/marketo-engage</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_138e6a686ca316c34099e173a69f5bafcd5cd6819.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_138e6a686ca316c34099e173a69f5bafcd5cd6819.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_138e6a686ca316c34099e173a69f5bafcd5cd6819.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_138e6a686ca316c34099e173a69f5bafcd5cd6819.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Real-Time CDP</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/real-time-cdp">https://main--bacom--adobecom.aem.page/resources/real-time-cdp</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_166249f5c19c3a783aef6f535ab8a2505a79caa98.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_166249f5c19c3a783aef6f535ab8a2505a79caa98.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_166249f5c19c3a783aef6f535ab8a2505a79caa98.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_166249f5c19c3a783aef6f535ab8a2505a79caa98.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Workfront</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/workfront">https://main--bacom--adobecom.aem.page/resources/workfront</a></div>
          </div>
        </div>
        <div class="section-metadata">
          <div>
            <div>style</div>
            <div>l-spacing</div>
          </div>
        </div>
      </div>
      <div>
        <div class="text m-heading xl-spacing-top s-spacing-bottom">
          <div>
            <div>
              <h3 id="explore-resources-by-content-type">Explore resources by content type</h3>
            </div>
          </div>
        </div>
      </div>
      <div>
        <div class="action-scroller navigation">
          <div>
            <div>Item width</div>
            <div>110</div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_195dc0310282a7bad721482232a1cb8bb22ca97ad.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_195dc0310282a7bad721482232a1cb8bb22ca97ad.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_195dc0310282a7bad721482232a1cb8bb22ca97ad.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_195dc0310282a7bad721482232a1cb8bb22ca97ad.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Blogs</p>
            </div>
          </div>
          <div>
            <div><a href="https://business.adobe.com/blog/">https://business.adobe.com/blog/</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1bebd0e7ac074d7a8d564bc94d6f49921f6710028.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1bebd0e7ac074d7a8d564bc94d6f49921f6710028.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1bebd0e7ac074d7a8d564bc94d6f49921f6710028.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1bebd0e7ac074d7a8d564bc94d6f49921f6710028.png?width=750&#x26;format=png&#x26;optimize=medium" width="161" height="160">
                </picture>
              </p>
              <p>Customer Stories</p>
            </div>
          </div>
          <div>
            <div><a href="/customer-success-stories">https://main--bacom--adobecom.aem.page/customer-success-stories</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1941a5d12e7667b56eb94b194cb5c57e7384894ec.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1941a5d12e7667b56eb94b194cb5c57e7384894ec.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1941a5d12e7667b56eb94b194cb5c57e7384894ec.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1941a5d12e7667b56eb94b194cb5c57e7384894ec.png?width=750&#x26;format=png&#x26;optimize=medium" width="161" height="160">
                </picture>
              </p>
              <p>Demos and Videos</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/demos-videos">https://main--bacom--adobecom.aem.page/resources/demos-videos</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_18b60489d3b59f1d87e24b69823bb7b441a626b88.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_18b60489d3b59f1d87e24b69823bb7b441a626b88.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_18b60489d3b59f1d87e24b69823bb7b441a626b88.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_18b60489d3b59f1d87e24b69823bb7b441a626b88.png?width=750&#x26;format=png&#x26;optimize=medium" width="161" height="160">
                </picture>
              </p>
              <p>Guides</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/guides">https://main--bacom--adobecom.aem.page/resources/guides</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1a2a8cbdd8dbd572ebe9f6325e235db7680207bab.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1a2a8cbdd8dbd572ebe9f6325e235db7680207bab.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1a2a8cbdd8dbd572ebe9f6325e235db7680207bab.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1a2a8cbdd8dbd572ebe9f6325e235db7680207bab.png?width=750&#x26;format=png&#x26;optimize=medium" width="161" height="160">
                </picture>
              </p>
              <p>Infographics</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/infographics">https://main--bacom–adobecom.aem.page/resources/infographics</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_10e58450bcb0370802acd677647d0ed11bd61dbc7.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_10e58450bcb0370802acd677647d0ed11bd61dbc7.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_10e58450bcb0370802acd677647d0ed11bd61dbc7.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_10e58450bcb0370802acd677647d0ed11bd61dbc7.png?width=750&#x26;format=png&#x26;optimize=medium" width="161" height="160">
                </picture>
              </p>
              <p>Reports</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/reports">https://main–bacom–adobecom.aem.page/resources/reports</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_109b135c287115843b1c2e387a03b3161bf539d58.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_109b135c287115843b1c2e387a03b3161bf539d58.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_109b135c287115843b1c2e387a03b3161bf539d58.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_109b135c287115843b1c2e387a03b3161bf539d58.png?width=750&#x26;format=png&#x26;optimize=medium" width="161" height="160">
                </picture>
              </p>
              <p>Webinars</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/webinars">https://main--bacom--adobecom.aem.page/resources/webinars</a></div>
          </div>
        </div>
        <div class="section-metadata">
          <div>
            <div>style</div>
            <div>l-spacing</div>
          </div>
        </div>
      </div>
      <div>
        <div class="text m-heading xl-spacing-top s-spacing-bottom">
          <div>
            <div>
              <h3 id="explore-resources-by-industry">Explore resources by industry</h3>
            </div>
          </div>
        </div>
      </div>
      <div>
        <div class="action-scroller navigation">
          <div>
            <div>Item width</div>
            <div>110</div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1af20d81852b70d3cefaafe370cbd1d84deaa1bad.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1af20d81852b70d3cefaafe370cbd1d84deaa1bad.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1af20d81852b70d3cefaafe370cbd1d84deaa1bad.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1af20d81852b70d3cefaafe370cbd1d84deaa1bad.png?width=750&#x26;format=png&#x26;optimize=medium" width="161" height="160">
                </picture>
              </p>
              <p>Financial Services</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/financial-services">https://main--bacom--adobecom.aem.page/resources/financial-services</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_192e5a0b6a9f098bfaec29b0e77305f44753b49dd.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_192e5a0b6a9f098bfaec29b0e77305f44753b49dd.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_192e5a0b6a9f098bfaec29b0e77305f44753b49dd.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_192e5a0b6a9f098bfaec29b0e77305f44753b49dd.png?width=750&#x26;format=png&#x26;optimize=medium" width="161" height="160">
                </picture>
              </p>
              <p>Government</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/government">https://main--bacom--adobecom.aem.page/resources/government</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1e89e925b68a6d73a31c1bdd5d0f261f8fe1989d2.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1e89e925b68a6d73a31c1bdd5d0f261f8fe1989d2.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1e89e925b68a6d73a31c1bdd5d0f261f8fe1989d2.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1e89e925b68a6d73a31c1bdd5d0f261f8fe1989d2.png?width=750&#x26;format=png&#x26;optimize=medium" width="161" height="160">
                </picture>
              </p>
              <p>Healthcare</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/healthcare">https://main--bacom--adobecom.aem.page/resources/healthcare</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1ef30e7bcc1fc03a36f21ec31e17001fed75ff272.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1ef30e7bcc1fc03a36f21ec31e17001fed75ff272.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1ef30e7bcc1fc03a36f21ec31e17001fed75ff272.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1ef30e7bcc1fc03a36f21ec31e17001fed75ff272.png?width=750&#x26;format=png&#x26;optimize=medium" width="161" height="160">
                </picture>
              </p>
              <p>High-Tech</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/high-tech">https://main--bacom--adobecom.aem.page/resources/high-tech</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_108abc2ddea2d334f26ceb26a640704f8e0ac0eb3.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_108abc2ddea2d334f26ceb26a640704f8e0ac0eb3.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_108abc2ddea2d334f26ceb26a640704f8e0ac0eb3.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_108abc2ddea2d334f26ceb26a640704f8e0ac0eb3.png?width=750&#x26;format=png&#x26;optimize=medium" width="160" height="160">
                </picture>
              </p>
              <p>Media and Entertainment</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/media-entertainment">https://main--bacom--adobecom.aem.page/resources/media-entertainment</a></div>
          </div>
        </div>
        <div class="action-item center">
          <div>
            <div>
              <p>
                <picture>
                  <source type="image/webp" srcset="./media_1b56e35a38a2e9f0f16dd14c7d373dd5741f6dde2.png?width=2000&#x26;format=webply&#x26;optimize=medium" media="(min-width: 600px)">
                  <source type="image/webp" srcset="./media_1b56e35a38a2e9f0f16dd14c7d373dd5741f6dde2.png?width=750&#x26;format=webply&#x26;optimize=medium">
                  <source type="image/png" srcset="./media_1b56e35a38a2e9f0f16dd14c7d373dd5741f6dde2.png?width=2000&#x26;format=png&#x26;optimize=medium" media="(min-width: 600px)">
                  <img loading="lazy" alt="" src="./media_1b56e35a38a2e9f0f16dd14c7d373dd5741f6dde2.png?width=750&#x26;format=png&#x26;optimize=medium" width="161" height="160">
                </picture>
              </p>
              <p>Retail</p>
            </div>
          </div>
          <div>
            <div><a href="/resources/retail">https://main--bacom--adobecom.aem.page/resources/retail</a></div>
          </div>
        </div>
        <div class="section-metadata">
          <div>
            <div>background</div>
            <div></div>
          </div>
          <div>
            <div>style</div>
            <div>l spacing</div>
          </div>
        </div>
      </div>
      <div>
        <div class="text m-heading xxl-spacing-top s-spacing-bottom">
          <div>
            <div>
              <h2 id="explore-all-adobe-resources">Explore all Adobe resources</h2>
            </div>
          </div>
        </div>
        <p><a href="https://milo.adobe.com/tools/caas#~~H4sIAAAAAAAACq1YzXLbNhB+FQ0OPYmS7SRNq5ut2Jl07ESNlfaQ8WEFrCjUAJYDgLJlj2d671v2STrgn2SZ4oBxbySw+327i90luI8MjLikVPI5pI5Nvj8yabyFOaTFKpuwL1/ZMEhVAowDuAkn49H4xG8yHFvMyHo2bNm6w4U0YFv3pFlSaiFbSd66n+ZSYOvOQlHausFz50mjTZwnu2kVwXV4dOicJNMqIVCTS8CIZC0FkmsVykhwcO1ON1YctFMajxa4l2tM8D5DK9FwZDdPN0Haimu/Ucgm7HhywoYMjchIGh8W3p68e5/wldRoYQSCFijJ5sZLjSODfgyZHK+PQ9zHlVRyNDoaHY85KYXcl07jPVe5wGdHWgTGjTXctztsSeTcs5shU7Ch3M83WTDxTZ6xIVME4oosnnlT207rEAHgt6ml3Ag2ZBmk0kAw4dzAQqFgE29z3N34PQfjpd9cr+jOvNz+5nC+Qo1vmi0FHFekBNpvVrEJW3mfucl4rEGaJBEQLCCdJEWoOOkRoB4pucZxcHGsIcukScMZW3S58m6GdgZpcOBXNmQOwfLVhUQlikgFpxRs3GgBxqAdCXTcyqwKaxWwU4vQueNBqjne+70NL70KCd+QKFigeoZ0E0zyU7DijKxA6+pAuBXdXUjl95auC/t3V+bkQX0tfW3WyfrySGaU5dl2Obccg9tFEAO5D9qB3s0pnBGbsLfvjo7YkC1r8u+P1fMc0ia5quxxAYMyNCi+mEsCwSaMDZnkZMqntsSsdccaUjSeEk5aoy3qZdhGtpu3P0LY1VIOUHrKJP8RrkJxjKEfZFY6TO7I3iYaDKSo0fhDhNKI3PlgUB/OosGE0/4AHk8d302AsPQBn6/NQ0aetqztCm47y2fQoXBOlRpYLLMnVJagz+Qv4WFTGlhqQe5pSrnxdnMJJt1N0U+iyczS8bNcKjEDg6HCywPZZty0fN/Lu+B7dFzCQuhSGZuwxxL/Y3g9fdqn+eRR7+Z4tXwZCjV4zi0toKjrYv3iYCGMoRLdOd92sMG1TE0UYmhxiQvSHaBijdZLJ00ajwlbpYQrykUXgQG18ZK7HvCNymHYKegMegWC1xodoHUjiQdtaT37oBYhfNgH0yJSEdC80ihjmyzJJtuG0MVUtabBb5Rbg5tBr9g3je2vUjvuGA5SDs5OzgbnQtYfvB+nTxYniwQrpMOmnDf3psFV0S7t4NQ59D0Sb3v1qjquTaCE6EV7QVa/jnVZIPQi/Rhux69jTUuIXrTX0r+S1RUInaQWXT+OQuEw5IW0uFSbGMhlJdoBZkHjSFIUWpBNJHXAfURz7XMhabAkO5ihDbkAZcjtLfrIRp2icQVMB1Vds18yL7V8QBsf47pIqVHtQdO3NRygjOwLlwjWSJPWKRvDqCqdOkm74C+v+gVQKR0VtvK4aXBu0vD/EYGsS40EC41kIR/kQnV9MK7k/eCKBKo+R6/lfaIrpcPQs1Kp3yeoJKheo74/XxFUMpcaB9MPs3gKG9TCP3LCRdYBf50vnA/F9+/f/8Sgu1q+A3MONsW4K2Fhqy/lDwP+SfZ2aclEYd41wjdP+78S/8sd+azvHflx1+az46cOL14OfQ5HZQ/2TTTu82lNLMFJf/wXP5CdBG+jCV7Mq2Ipfo6meD40i8V/H41fjvpicX+Jxt0dMUanTnzkD47xIpmOopmqEWs0cnx61hPaqj20lfj0VSU+7Szxeo4xDvMATUUof0o0LaSSPrpapp3+NhycjMtDKaZEIrpOpp29pAFfSgOGS1CJQ7uWvPOS+5ygM+MagjTMBc3+UKgT+F0U8ApB+RUHG526087WsQWW6SrxyFfRuJ0to8HVYPIlcJ/bcDuOxe5sG1tsFBKKblr8g3uQ/ULeXdQNjS2GwPGocUXkUYUht86N5MXAPD4Hu1vGlsHCGlURnxW5THqo6rRlDhnWVlJgmCx+CsFcg6oHe7nDaRHgP8I3a6ZgU+48/QeP/YxNkhoAAA==">Content as a Service v3 - All resources - Tuesday, December 9, 2025 at 12:39 (no-lazy)</a></p>
      </div>
      <div>
        <div class="martech-metadata">
          <div>
            <div>
              <h3 id="adobe-resource-center-1"><strong>Adobe Resource Center</strong></h3>
            </div>
            <div><strong>Adobe Resource Center</strong></div>
          </div>
          <div>
            <div>
              <h3 id="adobe-2025-ai-and-digital-trends"><strong>Adobe 2025 AI and Digital Trends.</strong></h3>
            </div>
            <div><strong>Adobe 2025 AI and Digital Trends.</strong></div>
          </div>
          <div>
            <div>
              <h3 id="read-now"><strong>Read now</strong></h3>
            </div>
            <div><strong>Read now</strong></div>
          </div>
          <div>
            <div>
              <h3 id="latest-innovations-in-adobe-genstudio-for-performance-marketing"><strong>Latest innovations in Adobe GenStudio for Performance Marketing.</strong></h3>
            </div>
            <div><strong>Latest innovations in Adobe GenStudio for Performance Marketing.</strong></div>
          </div>
          <div>
            <div>
              <h3 id="read-article"><strong>Read article</strong></h3>
            </div>
            <div><strong>Read article</strong></div>
          </div>
          <div>
            <div>
              <h3 id="explore-resources-by-product-1"><strong>Explore resources by product</strong></h3>
            </div>
            <div><strong>Explore resources by product</strong></div>
          </div>
          <div>
            <div>
              <h3 id="analytics"><strong>Analytics</strong></h3>
            </div>
            <div><strong>Analytics</strong></div>
          </div>
          <div>
            <div>
              <h3 id="commerce"><strong>Commerce</strong></h3>
            </div>
            <div><strong>Commerce</strong></div>
          </div>
          <div>
            <div>
              <h3 id="creative-cloud"><strong>Creative Cloud</strong></h3>
            </div>
            <div><strong>Creative Cloud</strong></div>
          </div>
          <div>
            <div>
              <h3 id="experience-manager-assets"><strong>Experience Manager Assets</strong></h3>
            </div>
            <div><strong>Experience Manager Assets</strong></div>
          </div>
          <div>
            <div>
              <h3 id="experience-manager-sites"><strong>Experience Manager Sites</strong></h3>
            </div>
            <div><strong>Experience Manager Sites</strong></div>
          </div>
          <div>
            <div>
              <h3 id="express"><strong>Express</strong></h3>
            </div>
            <div><strong>Express</strong></div>
          </div>
          <div>
            <div>
              <h3 id="firefly"><strong>Firefly</strong></h3>
            </div>
            <div><strong>Firefly</strong></div>
          </div>
          <div>
            <div>
              <h3 id="frameio"><strong>Frame.io</strong></h3>
            </div>
            <div><strong>Frame.io</strong></div>
          </div>
          <div>
            <div>
              <h3 id="genstudio-for-performance-marketing"><strong>GenStudio for Performance Marketing</strong></h3>
            </div>
            <div><strong>GenStudio for Performance Marketing</strong></div>
          </div>
          <div>
            <div>
              <h3 id="journey-optimizer"><strong>Journey Optimizer</strong></h3>
            </div>
            <div><strong>Journey Optimizer</strong></div>
          </div>
          <div>
            <div>
              <h3 id="journey-optimizer-b2b-edition"><strong>Journey Optimizer B2B Edition</strong></h3>
            </div>
            <div><strong>Journey Optimizer B2B Edition</strong></div>
          </div>
          <div>
            <div>
              <h3 id="marketo-engage"><strong>Marketo Engage</strong></h3>
            </div>
            <div><strong>Marketo Engage</strong></div>
          </div>
          <div>
            <div>
              <h3 id="real-time-cdp"><strong>Real-Time CDP</strong></h3>
            </div>
            <div><strong>Real-Time CDP</strong></div>
          </div>
          <div>
            <div>
              <h3 id="workfront"><strong>Workfront</strong></h3>
            </div>
            <div><strong>Workfront</strong></div>
          </div>
          <div>
            <div>
              <h3 id="explore-resources-by-content-type-1"><strong>Explore resources by content-type</strong></h3>
            </div>
            <div><strong>Explore resources by content-type</strong></div>
          </div>
          <div>
            <div>
              <h3 id="blogs"><strong>Blogs</strong></h3>
            </div>
            <div><strong>Blogs</strong></div>
          </div>
          <div>
            <div>
              <h3 id="customer-stories"><strong>Customer Stories</strong></h3>
            </div>
            <div><strong>Customer Stories</strong></div>
          </div>
          <div>
            <div>
              <h3 id="demos-and-videos"><strong>Demos and Videos</strong></h3>
            </div>
            <div><strong>Demos and Videos</strong></div>
          </div>
          <div>
            <div>
              <h3 id="guides"><strong>Guides</strong></h3>
            </div>
            <div><strong>Guides</strong></div>
          </div>
          <div>
            <div>
              <h3 id="infographics"><strong>Infographics</strong></h3>
            </div>
            <div><strong>Infographics</strong></div>
          </div>
          <div>
            <div>
              <h3 id="reports"><strong>Reports</strong></h3>
            </div>
            <div><strong>Reports</strong></div>
          </div>
          <div>
            <div>
              <h3 id="webinars"><strong>Webinars</strong></h3>
            </div>
            <div><strong>Webinars</strong></div>
          </div>
          <div>
            <div>
              <h3 id="explore-resources-by-industry-1"><strong>Explore resources by industry</strong></h3>
            </div>
            <div><strong>Explore resources by industry</strong></div>
          </div>
          <div>
            <div>
              <h3 id="financial-services"><strong>Financial Services</strong></h3>
            </div>
            <div><strong>Financial Services</strong></div>
          </div>
          <div>
            <div>
              <h3 id="government"><strong>Government</strong></h3>
            </div>
            <div><strong>Government</strong></div>
          </div>
          <div>
            <div>
              <h3 id="healthcare"><strong>Healthcare</strong></h3>
            </div>
            <div><strong>Healthcare</strong></div>
          </div>
          <div>
            <div>
              <h3 id="high-tech"><strong>High-Tech</strong></h3>
            </div>
            <div><strong>High-Tech</strong></div>
          </div>
          <div>
            <div>
              <h3 id="media-and-entertainment"><strong>Media and Entertainment</strong></h3>
            </div>
            <div><strong>Media and Entertainment</strong></div>
          </div>
          <div>
            <div>
              <h3 id="retail"><strong>Retail</strong></h3>
            </div>
            <div><strong>Retail</strong></div>
          </div>
          <div>
            <div>
              <h3 id="explore-all-adobe-resources-1"><strong>Explore all Adobe resources</strong></h3>
            </div>
            <div><strong>Explore all Adobe resources</strong></div>
          </div>
        </div>
      </div>
    </main>
    <footer></footer>
  </body>
</html>
