{"campaignId":"69ea32f0a88e2817a05c1aa9","campaignVersionId":"6a195a8d9b836c7792b10252","companyId":"686d27f5bc21cb003b3f6102","pageId":"69ea39ff3d68d8c7b4e1bc9b","pageName":"EM Aboshop - V1 - 27.05.26","pageSlug":"page_r4bi1n","tag":"interaction","components":[{"_id":"69ea3a04534a22d5ff692bb7","type":"component","isTemplate":false,"name":"embed","content":{"body":"&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;de&quot;&gt;\n\n&lt;head&gt;\n\n    &lt;meta charset=&quot;UTF-8&quot;&gt;\n\n    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\n\n    &lt;title&gt;PLATOW Börse - Exklusives Abo-Angebot&lt;/title&gt;\n\n\n\n    &lt;!-- Resource Hints für schnellere Verbindungen --&gt;\n\n    &lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;\n\n    &lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.gstatic.com&quot; crossorigin&gt;\n\n\n\n    &lt;!-- Tailwind JIT via CDN (Für Produktion empfiehlt sich ein Build-Prozess) --&gt;\n\n    &lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;\n\n\n\n    &lt;link href=&quot;https://fonts.googleapis.com/css2?family=Raleway:wght@700;800&amp;family=Open+Sans:wght@400;600;700&amp;family=EB+Garamond:ital,wght@1,600;1,800&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;\n\n\n\n    &lt;style&gt;\n\n        :root {\n\n            --platow-orange: #ec5017;\n\n            --platow-schwarz: #000000;\n\n            --platow-black: #000000;\n\n            --platow-grau: #e0dad7;\n\n            --platow-grey-text: #666666;\n\n            --platow-lightgray: #e0dad7;\n\n            --platow-bg-light: #f9f9f9;\n\n            --bg-white: #ffffff;\n\n        }\n\n        body {\n\n            font-family: &#39;Open Sans&#39;, sans-serif;\n\n            background-color: var(--bg-white);\n\n            -webkit-font-smoothing: antialiased;\n\n            -moz-osx-font-smoothing: grayscale;\n\n        }\n\n        h1, h2, h3 {\n\n            font-family: &#39;Raleway&#39;, sans-serif;\n\n        }\n\n        h2 {\n\n            letter-spacing: -0.01em;\n\n        }\n\n        .bg-platow-orange { background-color: var(--platow-orange); }\n\n        .text-platow-orange { color: var(--platow-orange); }\n\n        .text-platow-schwarz { color: var(--platow-schwarz); }\n\n        .border-platow-orange { border-color: var(--platow-orange); }\n\n        .btn-hover:hover {\n\n            opacity: 0.9;\n\n            transform: translateY(-1px);\n\n        }\n\n        .card-shadow { box-shadow: 0 10px 40px rgba(0,0,0,0.04); }\n\n\n\n        /* Sanfteres Laden der Bilder */\n\n        img { content-visibility: auto; }\n\n        .font-garamond { font-family: &#39;EB Garamond&#39;, serif; }\n\n        .font-raleway { font-family: &#39;Raleway&#39;, sans-serif; }\n\n\n\n        /* Konsistente Linie */\n\n        .orange-line {\n\n            width: 40px;\n\n            height: 4px;\n\n            background-color: var(--platow-orange);\n\n            margin-bottom: 0.75rem;\n\n        }\n\n        @media (min-width: 768px) {\n\n            .orange-line {\n\n                width: 60px;\n\n                height: 6px;\n\n                margin-bottom: 1.25rem;\n\n            }\n\n        }\n\n\n\n        .check-container {\n\n            display: flex;\n\n            align-items: center;\n\n            justify-content: center;\n\n            width: 24px;\n\n            height: 24px;\n\n            border: 2px solid var(--platow-orange);\n\n            border-radius: 50%;\n\n            color: var(--platow-orange);\n\n            flex-shrink: 0;\n\n            margin-top: 2px;\n\n        }\n\n        @media (min-width: 768px) {\n\n            .check-container {\n\n                width: 32px;\n\n                height: 32px;\n\n                border-width: 2.5px;\n\n                margin-top: 4px;\n\n            }\n\n        }\n\n\n\n        .grey-subheadline {\n\n            color: var(--platow-grey-text);\n\n            font-family: &#39;Open Sans&#39;, sans-serif;\n\n            font-weight: 600;\n\n        }\n\n\n\n        /* Styling für das Anführungszeichen-Icon */\n\n        .custom-quote-icon {\n\n            color: var(--platow-orange);\n\n            width: 48px;\n\n            height: auto;\n\n            margin-bottom: 1.5rem;\n\n        }\n\n        @media (min-width: 768px) {\n\n            .custom-quote-icon {\n\n                width: 64px;\n\n                margin-bottom: 2rem;\n\n            }\n\n        }\n\n\n\n        /* FAQ Accordion Styling */\n\n        .faq-item {\n\n            border: 1px solid #e5e7eb;\n\n            border-radius: 8px;\n\n            transition: all 0.3s ease;\n\n            background-color: var(--platow-bg-light);\n\n        }\n\n\n\n        .faq-item:hover {\n\n            border-color: var(--platow-orange);\n\n        }\n\n\n\n        .faq-question {\n\n            cursor: pointer;\n\n            padding: 1.25rem;\n\n            display: flex;\n\n            justify-content: space-between;\n\n            align-items: center;\n\n        }\n\n\n\n        .faq-answer {\n\n            max-height: 0;\n\n            overflow: hidden;\n\n            transition: max-height 0.3s ease-out, padding 0.3s ease;\n\n            padding: 0 1.25rem;\n\n            color: var(--platow-grey-text);\n\n            line-height: 1.6;\n\n        }\n\n\n\n        .faq-item.active .faq-answer {\n\n            max-height: 500px; /* Groß genug für den Text */\n\n            padding-bottom: 1.25rem;\n\n        }\n\n\n\n        .faq-item.active .faq-icon {\n\n            transform: rotate(180deg);\n\n            color: var(--platow-orange);\n\n        }\n\n\n\n        .faq-icon {\n\n            transition: transform 0.3s ease;\n\n            color: #9ca3af;\n\n        }\n\n    &lt;/style&gt;\n\n&lt;/head&gt;\n\n&lt;body class=&quot;text-gray-900 overflow-x-hidden&quot;&gt;\n\n\n\n    &lt;!-- Navigation --&gt;\n\n    &lt;nav class=&quot;bg-white border-b border-gray-100 pt-6 pb-2 sticky top-0 z-50&quot;&gt;\n\n        &lt;div class=&quot;max-w-7xl mx-auto px-4 flex justify-center items-center&quot;&gt;\n\n            &lt;!-- Fetchpriority high für das Logo im Header --&gt;\n\n            &lt;a href=&quot;https://www.platow.de/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;\n\n                &lt;img src=&quot;https://www.platow.de/app/themes/platow/assets/img/logo_w_subline.svg&quot;\n\n                     alt=&quot;PLATOW Logo&quot;\n\n                     class=&quot;h-10 md:h-16&quot;\n\n                     fetchpriority=&quot;high&quot;&gt;\n\n            &lt;/a&gt;\n\n        &lt;/div&gt;\n\n    &lt;/nav&gt;\n\n\n\n    &lt;!-- Hero Header --&gt;\n\n    &lt;header class=&quot;bg-white pt-4 pb-4 md:pt-10 md:pb-6 px-4&quot;&gt;\n\n        &lt;div class=&quot;max-w-4xl mx-auto text-center&quot;&gt;\n\n            &lt;h1 class=&quot;text-3xl md:text-5xl font-bold mb-4 md:mb-6 text-platow-schwarz leading-tight&quot;&gt;\n\n               Ihr Wissensvorsprung für Emerging Markets\n\n            &lt;/h1&gt;\n\n            &lt;p class=&quot;text-base md:text-xl text-black mb-4 max-w-2xl mx-auto px-2&quot;&gt;\n\n                Das fundierte Aktien-Briefing für die Wachstumsmärkte in Asien, Osteuropa und Lateinamerika. Seit über 28 Jahren begleiten wir Anleger mit tiefer Expertise in Schwellenländern.\n\n            &lt;/p&gt;\n\n        &lt;/div&gt;\n\n    &lt;/header&gt;\n\n\n\n    &lt;!-- Pricing Section --&gt;\n\n    &lt;section class=&quot;bg-white pb-16 px-4&quot;&gt;\n\n        &lt;div class=&quot;max-w-7xl mx-auto&quot;&gt;\n\n            &lt;!-- Grid Container --&gt;\n\n            &lt;div class=&quot;grid grid-cols-1 md:grid-cols-3 gap-6 lg:gap-8 items-stretch max-w-6xl mx-auto&quot;&gt;\n\n\n\n                &lt;!-- Jahresabo (Mobil: 1. Stelle / Beliebtestes Angebot) --&gt;\n\n                &lt;!-- Wir setzen dieses nach oben, da es mobil als erstes geladen werden soll --&gt;\n\n                &lt;div class=&quot;order-1 md:order-2 card-shadow border-2 border-platow-orange rounded-xl p-6 lg:p-8 flex flex-col items-center text-center relative bg-white md:transform md:scale-105 w-full z-10 shadow-2xl shadow-orange-100&quot;&gt;\n\n                    &lt;div class=&quot;absolute -top-4 left-1/2 -translate-x-1/2 bg-platow-orange text-white px-6 py-1.5 rounded-full text-xs font-bold shadow-lg whitespace-nowrap tracking-wide&quot;&gt;\n\n                        BELIEBTESTES ANGEBOT\n\n                    &lt;/div&gt;\n\n\n\n                    &lt;div class=&quot;mb-4 mt-2 md:mt-0 text-black w-full&quot;&gt;\n\n                        &lt;h3 class=&quot;text-xl md:text-2xl font-bold mb-1&quot;&gt;Jahresabo&lt;/h3&gt;\n\n                        &lt;p class=&quot;text-xs text-platow-orange uppercase tracking-widest font-semibold&quot;&gt;PLATOW Emerging Markets&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n\n\n                    &lt;!-- Mockup (Optimiertes Laden) --&gt;\n\n                    &lt;div class=&quot;flex-grow flex justify-center items-center mb-6 w-full px-2&quot;&gt;\n\n                        &lt;img src=&quot;https://www.platow.de/app/uploads/2026/04/aboshop-em-v1.png&quot;\n\n                             alt=&quot;PLATOW Emerging Markets Mockup&quot;\n\n                             class=&quot;h-40 md:h-48 lg:h-64 w-auto max-w-full object-contain&quot;\n\n                             decoding=&quot;async&quot;&gt;\n\n                   &lt;/div&gt;\n\n\n\n                    &lt;div class=&quot;mb-4 w-full&quot;&gt;\n\n                        &lt;div class=&quot;flex items-baseline justify-center&quot;&gt;\n\n                            &lt;span class=&quot;text-3xl md:text-4xl font-bold text-platow-schwarz&quot;&gt;40,00 €&lt;/span&gt;\n\n                        &lt;/div&gt;\n\n                        &lt;p class=&quot;text-sm text-black font-medium mt-1&quot;&gt;pro Monat&lt;/p&gt;\n\n                        &lt;p class=&quot;text-[11px] text-gray-400 mt-1 italic&quot;&gt;480,00 € Einmalzahlung pro Jahr&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n\n\n                    &lt;a href=&quot;https://www.platow.de/checkout/?offer_id=O_YPQG40FUOWI71DI1ZA&quot; target=&quot;_blank&quot; class=&quot;w-full bg-platow-orange text-white py-4 rounded-lg font-bold btn-hover transition text-base md:text-lg mb-4 shadow-xl shadow-orange-200 text-center block&quot;&gt;\n\n                        Jetzt bestellen\n\n                    &lt;/a&gt;\n\n                    &lt;div class=&quot;flex items-center justify-center space-x-1.5 opacity-60&quot;&gt;\n\n                        &lt;svg class=&quot;w-3.5 h-3.5 text-gray-500&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;&lt;path d=&quot;M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z&quot;/&gt;&lt;path d=&quot;m9 12 2 2 4-4&quot;/&gt;&lt;/svg&gt;\n\n                        &lt;p class=&quot;text-xs text-black&quot;&gt;Online kündbar&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n                &lt;/div&gt;\n\n\n\n                &lt;!-- Monatsabo (Mobil: 2. Stelle) --&gt;\n\n                &lt;div class=&quot;order-2 md:order-1 card-shadow border border-gray-100 rounded-xl p-6 lg:p-8 flex flex-col items-center text-center transition-all hover:border-gray-200 bg-white w-full&quot;&gt;\n\n                    &lt;div class=&quot;mb-4 text-black w-full&quot;&gt;\n\n                        &lt;h3 class=&quot;text-xl md:text-2xl font-bold mb-1&quot;&gt;Monatsabo&lt;/h3&gt;\n\n                        &lt;p class=&quot;text-xs uppercase tracking-widest font-semibold opacity-60&quot;&gt;PLATOW Emerging Markets&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n\n\n                    &lt;!-- Mockup (Optimiertes Laden) --&gt;\n\n                    &lt;div class=&quot;flex-grow flex justify-center items-center mb-6 w-full px-2&quot;&gt;\n\n                         &lt;img src=&quot;https://www.platow.de/app/uploads/2026/04/aboshop-em-v1.png&quot;\n\n                              alt=&quot;PLATOW Emerging Markets Mockup&quot;\n\n                              class=&quot;h-40 md:h-48 lg:h-64 w-auto max-w-full object-contain&quot;\n\n                              loading=&quot;lazy&quot;\n\n                              decoding=&quot;async&quot;&gt;\n\n                    &lt;/div&gt;\n\n\n\n                    &lt;div class=&quot;mb-4 w-full&quot;&gt;\n\n                        &lt;div class=&quot;flex items-baseline justify-center&quot;&gt;\n\n                            &lt;span class=&quot;text-3xl md:text-4xl font-bold text-platow-schwarz&quot;&gt;51,00 €&lt;/span&gt;\n\n                        &lt;/div&gt;\n\n                        &lt;p class=&quot;text-sm text-black font-medium mt-1&quot;&gt;pro Monat&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n\n\n                    &lt;a href=&quot;https://www.platow.de/checkout/?offer_id=O_6AI0T3F04ZZPIXHDED&quot; target=&quot;_blank&quot; class=&quot;w-full bg-black text-white py-4 rounded-lg font-bold btn-hover transition text-base md:text-lg mb-4 text-center block&quot;&gt;\n\n                        Jetzt bestellen\n\n                    &lt;/a&gt;\n\n                    &lt;div class=&quot;flex items-center justify-center space-x-1.5 opacity-60&quot;&gt;\n\n                        &lt;svg class=&quot;w-3.5 h-3.5 text-gray-500&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;&lt;path d=&quot;M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z&quot;/&gt;&lt;path d=&quot;m9 12 2 2 4-4&quot;/&gt;&lt;/svg&gt;\n\n                        &lt;p class=&quot;text-xs text-black&quot;&gt;Online kündbar&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n                &lt;/div&gt;\n\n\n\n                &lt;!-- Kombi Abo (Mobil: 3. Stelle) --&gt;\n\n                &lt;div class=&quot;order-3 md:order-3 card-shadow border border-gray-100 rounded-xl p-6 lg:p-8 flex flex-col items-center text-center transition-all hover:border-gray-200 bg-white w-full&quot;&gt;\n\n                    &lt;div class=&quot;mb-4 text-black w-full&quot;&gt;\n\n                        &lt;h3 class=&quot;text-xl md:text-2xl font-bold mb-1&quot;&gt;Kombiabo&lt;/h3&gt;\n\n                        &lt;p class=&quot;text-xs uppercase tracking-widest font-semibold opacity-60&quot;&gt;PLATOW Börse + Emerging Markets&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n\n\n                    &lt;!-- Mockup (Optimiertes Laden) --&gt;\n\n                    &lt;div class=&quot;flex-grow flex justify-center items-center mb-6 w-full px-2&quot;&gt;\n\n                        &lt;img src=&quot;https://www.platow.de/app/uploads/2026/04/aboshop-boerse-kombi-v1-1.png&quot;\n\n                             alt=&quot;PLATOW Börse Kombi Mockup&quot;\n\n                             class=&quot;h-40 md:h-48 lg:h-64 w-auto max-w-full object-contain&quot;\n\n                             loading=&quot;lazy&quot;\n\n                             decoding=&quot;async&quot;&gt;\n\n                   &lt;/div&gt;\n\n\n\n                    &lt;div class=&quot;mb-4 w-full&quot;&gt;\n\n                        &lt;div class=&quot;flex items-baseline justify-center&quot;&gt;\n\n                            &lt;span class=&quot;text-3xl md:text-4xl font-bold text-platow-schwarz&quot;&gt;68,00 €&lt;/span&gt;\n\n                        &lt;/div&gt;\n\n                        &lt;p class=&quot;text-sm text-black font-medium mt-1&quot;&gt;pro Monat&lt;/p&gt;\n\n                        &lt;p class=&quot;text-[11px] text-gray-400 mt-1 italic&quot;&gt;816,00 € Einmalzahlung pro Jahr&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n\n\n                    &lt;a href=&quot;https://www.platow.de/checkout/?offer_id=O_8FONQK9GXG5JSNCYAH&quot; target=&quot;_blank&quot; class=&quot;w-full bg-black text-white py-4 rounded-lg font-bold btn-hover transition text-base md:text-lg mb-4 text-center block&quot;&gt;\n\n                        Jetzt bestellen\n\n                    &lt;/a&gt;\n\n                    &lt;div class=&quot;flex items-center justify-center space-x-1.5 opacity-60&quot;&gt;\n\n                        &lt;svg class=&quot;w-3.5 h-3.5 text-gray-500&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;&lt;path d=&quot;M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z&quot;/&gt;&lt;path d=&quot;m9 12 2 2 4-4&quot;/&gt;&lt;/svg&gt;\n\n                        &lt;p class=&quot;text-xs text-black&quot;&gt;Online kündbar&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n                &lt;/div&gt;\n\n\n\n            &lt;/div&gt;\n\n        &lt;/div&gt;\n\n    &lt;/section&gt;\n\n\n\n    &lt;main class=&quot;max-w-4xl mx-auto w-full px-5 py-12 md:px-16 md:py-24&quot;&gt;\n\n\n\n        &lt;div class=&quot;flex flex-col space-y-8 md:space-y-10 w-full&quot;&gt;\n\n            &lt;header class=&quot;flex flex-col items-center text-center&quot;&gt;\n\n                &lt;div class=&quot;orange-line&quot;&gt;&lt;/div&gt;\n\n                &lt;h2 class=&quot;text-3xl md:text-5xl lg:text-6xl font-extrabold text-black leading-tight&quot;&gt;Ihre Vorteile&lt;/h2&gt;\n\n                &lt;p class=&quot;grey-subheadline mt-1 md:mt-3 text-sm md:text-lg lg:text-xl uppercase tracking-widest&quot;&gt;Fakten statt Hype.&lt;/p&gt;\n\n            &lt;/header&gt;\n\n\n\n            &lt;article class=&quot;space-y-6 md:space-y-8 w-full max-w-2xl mx-auto&quot;&gt;\n\n                &lt;section class=&quot;flex gap-4 md:gap-5 items-start&quot;&gt;\n\n                    &lt;div class=&quot;check-container&quot; aria-hidden=&quot;true&quot;&gt;\n\n                        &lt;svg class=&quot;w-3 h-3 md:w-4 h-4&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;4&quot; d=&quot;M5 13l4 4L19 7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;p class=&quot;text-base md:text-lg lg:text-xl leading-snug&quot;&gt;&lt;strong class=&quot;font-bold&quot;&gt;Das PLATOW EM-Musterdepot:&lt;/strong&gt; Voller Zugriff auf unser Schwellenländer-Musterdepot mit transparentem Track Record seit über 28 Jahren. Inklusive aller Kauf- und Verkaufssignale.&lt;/p&gt;\n\n                &lt;/section&gt;\n\n\n\n                &lt;section class=&quot;flex gap-4 md:gap-5 items-start&quot;&gt;\n\n                    &lt;div class=&quot;check-container&quot; aria-hidden=&quot;true&quot;&gt;\n\n                        &lt;svg class=&quot;w-3 h-3 md:w-4 h-4&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;4&quot; d=&quot;M5 13l4 4L19 7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;p class=&quot;text-base md:text-lg lg:text-xl leading-snug&quot;&gt;&lt;strong class=&quot;font-bold&quot;&gt;Die PLATOW EM-Dispoliste:&lt;/strong&gt; Über 140 sorgfältig ausgewählte Aktien aus Asien, Lateinamerika, Osteuropa und Afrika im laufenden Urteil. Inklusive Kaufkurs, Limit, Stopp und Orderstatus.&lt;/p&gt;\n\n                &lt;/section&gt;\n\n\n\n                &lt;section class=&quot;flex gap-4 md:gap-5 items-start&quot;&gt;\n\n                    &lt;div class=&quot;check-container&quot; aria-hidden=&quot;true&quot;&gt;\n\n                        &lt;svg class=&quot;w-3 h-3 md:w-4 h-4&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;4&quot; d=&quot;M5 13l4 4L19 7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;p class=&quot;text-base md:text-lg lg:text-xl leading-snug&quot;&gt;&lt;strong class=&quot;font-bold&quot;&gt;Globaler Researchradius:&lt;/strong&gt; Was in Frankfurter Bankentürmen kaum beachtet wird, analysieren wir tiefgehend. Echte Renditechancen jenseits von DAX und S&amp;P 500.&lt;/p&gt;\n\n                &lt;/section&gt;\n\n\n\n                &lt;section class=&quot;flex gap-4 md:gap-5 items-start&quot;&gt;\n\n                    &lt;div class=&quot;check-container&quot; aria-hidden=&quot;true&quot;&gt;\n\n                        &lt;svg class=&quot;w-3 h-3 md:w-4 h-4&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;4&quot; d=&quot;M5 13l4 4L19 7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;p class=&quot;text-base md:text-lg lg:text-xl leading-snug&quot;&gt;&lt;strong class=&quot;font-bold&quot;&gt;Jeden Mittwoch fundierte Einschätzungen:&lt;/strong&gt; Aktienanalysen und Marktkommentare aus erster Hand — pünktlich zum Wochenmittelpunkt direkt in Ihr E-Mail-Postfach.&lt;/p&gt;\n\n                &lt;/section&gt;\n\n\n\n                &lt;section class=&quot;flex gap-4 md:gap-5 items-start&quot;&gt;\n\n                    &lt;div class=&quot;check-container&quot; aria-hidden=&quot;true&quot;&gt;\n\n                        &lt;svg class=&quot;w-3 h-3 md:w-4 h-4&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;4&quot; d=&quot;M5 13l4 4L19 7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;p class=&quot;text-base md:text-lg lg:text-xl leading-snug&quot;&gt;&lt;strong class=&quot;font-bold&quot;&gt;Kombi-Vorteil:&lt;/strong&gt; Mit dem PLATOW Kombiabo erhalten Sie zusätzlich das Musterdepot der PLATOW Börse sowie alle Aktienanalysen aus Deutschland, Europa und den USA.&lt;/p&gt;\n\n                &lt;/section&gt;\n\n\n\n                &lt;section class=&quot;flex gap-4 md:gap-5 items-start&quot;&gt;\n\n                    &lt;div class=&quot;check-container&quot; aria-hidden=&quot;true&quot;&gt;\n\n                        &lt;svg class=&quot;w-3 h-3 md:w-4 h-4&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;4&quot; d=&quot;M5 13l4 4L19 7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;p class=&quot;text-base md:text-lg lg:text-xl leading-snug font-bold&quot;&gt;Flexible Laufzeiten. Online kündbar.&lt;/p&gt;\n\n                &lt;/section&gt;\n\n            &lt;/article&gt;\n\n        &lt;/div&gt;\n\n\n\n    &lt;/main&gt;\n\n\n\n    &lt;!-- Zitat Modul Start --&gt;\n\n    &lt;section class=&quot;max-w-4xl mx-auto w-full px-5 py-12 md:px-16 md:py-24&quot;&gt;\n\n\n\n        &lt;div class=&quot;flex flex-col items-center text-center space-y-8 md:space-y-12 w-full&quot;&gt;\n\n\n\n            &lt;!-- Header: Ohne Unterüberschrift, voll zentriert --&gt;\n\n            &lt;header class=&quot;flex flex-col items-center&quot;&gt;\n\n                &lt;div class=&quot;orange-line&quot;&gt;&lt;/div&gt;\n\n                &lt;h2 class=&quot;text-3xl md:text-5xl lg:text-6xl font-extrabold text-black leading-tight&quot;&gt;\n\n                    Das sagen unsere Kunden\n\n                &lt;/h2&gt;\n\n            &lt;/header&gt;\n\n\n\n            &lt;!-- Zitat-Inhalt: Zentriert für alle Bildschirmgrößen --&gt;\n\n            &lt;div class=&quot;flex flex-col items-center w-full max-w-3xl mx-auto&quot;&gt;\n\n\n\n                &lt;!-- SVG Icon basierend auf dem Screenshot --&gt;\n\n                &lt;svg class=&quot;custom-quote-icon&quot; viewBox=&quot;0 0 100 80&quot; fill=&quot;currentColor&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;\n\n                    &lt;path d=&quot;M0 40C0 17.9086 17.9086 0 40 0V20C28.9543 20 20 28.9543 20 40H40V80H0V40Z&quot; /&gt;\n\n                    &lt;path d=&quot;M60 40C60 17.9086 77.9086 0 98 0V20C86.9543 20 78 28.9543 78 40H98V80H60V40Z&quot; /&gt;\n\n                &lt;/svg&gt;\n\n\n\n                &lt;blockquote class=&quot;text-center&quot;&gt;\n\n                    &lt;p class=&quot;font-garamond italic text-2xl md:text-4xl lg:text-4.5xl text-black leading-tight md:leading-snug mb-8&quot;&gt;\n\n                        „Gerade bei Aktien aus den Schwellenländern, wo vieles schwer einzuordnen ist, helfen mir die Analysen, aktuelle Entwicklungen besser zu verstehen.&quot;\n\n                    &lt;/p&gt;\n\n\n\n                    &lt;!-- Autor / Herkunft --&gt;\n\n                    &lt;footer class=&quot;flex flex-col items-center&quot;&gt;\n\n                        &lt;div class=&quot;flex items-center space-x-3&quot;&gt;\n\n                            &lt;span class=&quot;h-px w-6 md:w-10 bg-gray-300&quot;&gt;&lt;/span&gt;\n\n                            &lt;cite class=&quot;not-italic font-bold text-sm md:text-base uppercase tracking-wider text-black&quot;&gt;\n\n                                Frank T.\n\n                            &lt;/cite&gt;\n\n                            &lt;span class=&quot;h-px w-6 md:w-10 bg-gray-300&quot;&gt;&lt;/span&gt;\n\n                        &lt;/div&gt;\n\n                    &lt;/footer&gt;\n\n                &lt;/blockquote&gt;\n\n            &lt;/div&gt;\n\n\n\n        &lt;/div&gt;\n\n\n\n    &lt;/section&gt;\n\n    &lt;!-- Zitat Modul Ende --&gt;\n\n\n\n    &lt;section class=&quot;max-w-4xl mx-auto w-full px-5 py-12 md:px-16 md:py-24&quot;&gt;\n\n\n\n        &lt;div class=&quot;flex flex-col items-center text-center space-y-12 w-full&quot;&gt;\n\n\n\n            &lt;header class=&quot;flex flex-col items-center&quot;&gt;\n\n                &lt;div class=&quot;orange-line&quot;&gt;&lt;/div&gt;\n\n                &lt;h2 class=&quot;text-3xl md:text-5xl lg:text-6xl font-extrabold text-black leading-tight&quot;&gt;\n\n                    Häufige Fragen\n\n                &lt;/h2&gt;\n\n            &lt;/header&gt;\n\n\n\n            &lt;div class=&quot;w-full max-w-3xl mx-auto space-y-4 text-left&quot;&gt;\n\n\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Was ist PLATOW Emerging Markets?&lt;/span&gt;\n\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n\n                        &lt;p&gt;PLATOW Emerging Markets liefert aussichtsreiche Empfehlungen und fundierte Analysen zu Aktien aus den weltweiten Schwellenländern wie Asien, Afrika, Lateinamerika und Osteuropa. Jeden Mittwoch erreicht Sie die aktuelle Ausgabe per Mail. Depotänderungen werden Ihnen ebenfalls rechtzeitig per Mail mitgeteilt.&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n                &lt;/div&gt;\n\n\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Was ist die PLATOW Börse?&lt;/span&gt;\n\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n\n                        &lt;p&gt;Die PLATOW Börse ist ein digitales Briefing mit klarem Fokus auf den deutschen Aktienmarkt, ergänzt um die besten Aktienanlagen aus Europa und den USA. Die Ausgaben erscheinen 3x wöchentlich (dienstags, donnerstags und freitags) per Mail. Depotänderungen werden Ihnen ebenfalls rechtzeitig per Mail mitgeteilt.&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n                &lt;/div&gt;\n\n\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Was beinhaltet das Kombi-Abo?&lt;/span&gt;\n\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n\n                        &lt;p&gt;Das Kombi Abo vereint die PLATOW Börse und PLATOW Emerging Markets. Sie erhalten Zugriff auf zwei Musterdepots sowie konkrete Aktienempfehlungen und Marktanalysen aus Deutschland, Europa, den USA und den Schwellenländern. 4x pro Woche direkt in Ihr E-Mail-Postfach.&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n                &lt;/div&gt;\n\n\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Welche Zahlarten gibt es?&lt;/span&gt;\n\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n\n                        &lt;p&gt;Mit folgenden Zahlungsmethoden können Sie Ihr Abonnement bezahlen: SEPA-Lastschrift, Kreditkarte und PayPal. Eine Bezahlung per Rechnung ist nur bei Mehrlizenzen oder auf Anfrage möglich.&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n                &lt;/div&gt;\n\n\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Ich habe ein PLATOW Abo abgeschlossen. Wie kann ich mich einloggen?&lt;/span&gt;\n\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n\n                        &lt;p&gt;Für uneingeschränkten Zugriff auf alle zahlungspflichtigen Inhalte melden Sie sich bitte direkt auf unserer Website an.&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n                &lt;/div&gt;\n\n\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Kann ich die PLATOW Börse auf meinem Tablet oder Smartphone lesen?&lt;/span&gt;\n\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n\n                        &lt;p&gt;Ja, unser Angebot ist vollständig mobil optimiert. Sie können alle Inhalte bequem auf Ihrem Smartphone, Tablet oder Desktop-Computer abrufen.&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n                &lt;/div&gt;\n\n\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Was kostet ein digitales Abo?&lt;/span&gt;\n\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n\n                        &lt;p&gt;Die Preise für unsere digitalen Abos variieren je nach Paket und Laufzeit. Die aktuell gültigen Angebote finden Sie oben auf dieser Seite.&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n                &lt;/div&gt;\n\n\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Gibt es ein Geschäftskunden-Abo?&lt;/span&gt;\n\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n\n                        &lt;p&gt;Ja. Unsere Angebote für Unternehmen werden individuell zusammengestellt. Kontaktieren Sie uns einfach unter kundenservice@platow.de, und wir erstellen ein passendes Angebot für Sie.&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n                &lt;/div&gt;\n\n\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Kann ich mein Abo jederzeit kündigen?&lt;/span&gt;\n\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n\n                        &lt;p&gt;Transparenz ist uns wichtig: Sie können Ihr Abonnement jederzeit unkompliziert online in Ihrem Benutzerprofil kündigen. Die Kündigungsfrist von Abonnements beträgt 4 Wochen zum Ende des ersten Bezugszeitraums. Abonnements mit Mindestlaufzeit wandeln sich nach Ablauf der Mindestlaufzeit in reguläre unbefristete Abonnements um. Unbefristete Abonnements können jederzeit mit einer Frist von einem Monat gekündigt werden.&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n                &lt;/div&gt;\n\n\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Gibt es Angebote für Rentner oder Auszubildende?&lt;/span&gt;\n\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n\n                        &lt;p&gt;Ja, Auszubildende, Studenten und Rentner erhalten bei entsprechendem Nachweis 30% Rabatt. Bitte wenden Sie sich an kundenservice@platow.de&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n                &lt;/div&gt;\n\n\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Wie kann ich den Kundenservice erreichen?&lt;/span&gt;\n\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n\n                    &lt;/div&gt;\n\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n\n                        &lt;p&gt;Unser Kundenservice steht Ihnen gerne per E-Mail: kundenservice@platow.de zur Verfügung.&lt;/p&gt;\n\n                    &lt;/div&gt;\n\n                &lt;/div&gt;\n\n\n\n            &lt;/div&gt;\n\n\n\n        &lt;/div&gt;\n\n\n\n    &lt;/section&gt;\n\n\n\n    &lt;script&gt;\n\n        function toggleFaq(element) {\n\n            const item = element.parentElement;\n\n            item.classList.toggle(&#39;active&#39;);\n\n        }\n\n    &lt;/script&gt;\n\n\n\n&lt;/body&gt;\n\n&lt;/html&gt;\n","provider":"custom-html","box":{"left":"none","right":"none","top":"small","bottom":"small"},"framed":false,"isGdprSensitive":false},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"65eb072f9671ba48e6c8390b","campaignId":"69ea32f0a88e2817a05c1aa9","components":[],"allowedChildSections":[],"pageId":"69ea39ff3d68d8c7b4e1bc9b","companyId":"686d27f5bc21cb003b3f6102","componentType":"embed","createdAt":"2026-04-23T15:25:56.910Z","updatedAt":"2026-05-29T09:21:14.051Z","__v":0}],"isResultPage":false,"animation":"none","theme":{"_id":"5d5b04db87f853001d0c7c84","updatedAt":"2019-09-03T18:32:44.077Z","createdAt":"2019-08-19T20:21:47.082Z","name":"Perspective","typography":"Roboto:300,700","fontColor":"#000000","backgroundColor":"#ffffff","formFieldBackgroundColor":"#007aff","buttonBackgroundColor":"#0080FF","image":"https://perspective.imgix.net/assets/app/themes/perspective.png","type":"theme","__v":0,"transition":"default"},"themeV2":{"typography":"Roboto:300,700","fontColor":"#000000","backgroundColor":"#ffffff","formFieldBackgroundColor":"#007aff","buttonBackgroundColor":"#0080FF","borderRadius":"small","transition":"default"},"fields":[],"cookiesEnabled":false,"language":"de","showProgressBar":false,"showAffiliateBadge":false,"affiliateLink":"https://try.perspective.co/32z7wmc7pxyl","resultMapping":{},"nextPage":"result","sortedPages":["69ea39ff3d68d8c7b4e1bc9b"],"hasResultPages":true,"resultPages":["69ea32f0a88e2817a05c1ae0"],"isHomePage":true,"isLastPage":false,"firstResultPage":"69ea32f0a88e2817a05c1ae0","headScript":"","bodyScript":"","trackingProperties":[],"automaticRedirect":null,"inputMap":{"byComponent":{},"byName":{}},"pageIdSlugMap":{"69ea32f0a88e2817a05c1ae0":"thanks","69ea39ff3d68d8c7b4e1bc9b":"page_r4bi1n"},"context":{"slug":"emerging-markets","trackingVersion":"v4","url":"https://abo.platow.de/emerging-markets/","domain":"abo.platow.de"}}