Email Security, Explained in Plain English

From understanding your first DMARC report to enforcing full email authentication — this is your resource for protecting your domain without needing a security degree.

BIMI: How to Display Your Brand Logo in Email Inboxes (Complete 2026 Guide)

April 2, 2026


title: “BIMI: How to Display Your Brand Logo in Email Inboxes (Complete 2026 Guide)”
slug: “bimi-guide-display-brand-logo-inbox-email-authentication”
url: “/bimi-guide-display-brand-logo-inbox-email-authentication”
date: “2026-04-02”
author: “Mike Walton”
keywords:
– “BIMI email”
– “brand logo email inbox”
– “BIMI setup guide”
– “verified mark certificate”
– “email authentication BIMI”
tags:
– “Email Security”
– “BIMI”
– “Email Authentication”
– “Email Marketing”
status: “draft”


BIMI: How to Display Your Brand Logo in Email Inboxes (Complete 2026 Guide)

By Mike Walton, Founder of CertMS

*After 20+ years managing IT infrastructure and email systems, I’ve seen plenty of “nice-to-have” technologies. BIMI isn’t one of them anymore. When properly implemented, it’s one of the few email upgrades that both security teams and marketing departments genuinely agree on.*

Your competitors’ logos are showing up next to their emails in Gmail. Yours aren’t. That’s not just a branding problem – it’s a trust problem.

BIMI (Brand Indicators for Message Identification) puts your verified brand logo right next to your emails in supported inboxes. But here’s what most guides don’t tell you: only 4.57% of domains have valid BIMI records, and over half of those have configuration errors that prevent their logos from displaying.

Let me show you how to get BIMI right the first time.

What BIMI Actually Does

BIMI is a DNS-based standard that displays your brand logo next to emails you send – but only when those emails pass authentication. Think of it as the visual payoff for getting your DMARC, SPF, and DKIM configured correctly.

When someone receives an email from your domain:

  • The receiving server checks your DMARC authentication
  • If the email passes, the server looks up your BIMI DNS record
  • That record points to your logo file (and optionally, a certificate proving you own it)
  • Your logo appears next to the email in the recipient’s inbox
  • The key word here is “authentication.” BIMI won’t display your logo for emails that fail DMARC. That’s the entire point – it’s a visual trust indicator that tells recipients “this email genuinely came from who it claims to be from.”

    Why BIMI Matters for Your Business

    Let’s talk numbers, because the impact here is measurable.

    According to research from Red Sift and Entrust, brands displaying BIMI logos see:

    • 21-39% higher open rates compared to emails without logos
    • 90% increase in consumer confidence that an email is legitimate
    • Up to 32% increase in purchasing decisions from email campaigns
    • 44% improvement in brand recall after just 5 seconds of exposure
    • Tallyfy reported an 80% increase in click-through rates on their transactional emails after implementing BIMI – jumping from average rates to 15-25% CTR.

      And it’s not just about marketing metrics. For Gen Z recipients specifically, emails without a visible logo negatively impacted purchasing decisions by 28%.

      The business case practically writes itself: better deliverability, higher engagement, stronger brand recognition, and increased trust. All from a technology that builds on authentication infrastructure you should already have in place.

      The Prerequisites: You Can’t Skip These

      BIMI sits at the top of the email authentication pyramid. Before you can implement it, you need solid foundations.

      DMARC at Enforcement

      This is non-negotiable. BIMI requires your DMARC policy to be set to either p=quarantine or p=reject. Monitoring mode (p=none) won’t work.

      Additionally, your pct value must be 100 – meaning your DMARC policy applies to all outgoing mail. You can’t use BIMI while only enforcing DMARC on a percentage of your traffic.

      If you’re still on p=none, don’t skip ahead to BIMI. Work through your DMARC deployment properly first. Our complete DMARC guide covers the path from monitoring to enforcement.

      Aligned SPF and DKIM

      Your emails need to pass either SPF or DKIM with proper alignment. In practice, you want both configured correctly:

    • SPF must include all legitimate sending sources (watch that 10-lookup limit)
    • DKIM should use 2048-bit keys and sign with your domain (not your email provider’s domain)
    • DKIM alignment is particularly important because SPF breaks when emails are forwarded. If you’re relying solely on SPF, your BIMI logo won’t display for forwarded messages.

      A Compliant Logo File

      Your logo needs to meet specific technical requirements. This trips up more organizations than you’d expect – 27.5% of BIMI errors stem from non-compliant SVG files.

      We’ll cover logo requirements in detail below.

      VMC vs. CMC: Which Certificate Do You Need?

      Here’s where BIMI gets interesting. Major email providers require proof that you actually own the logo you’re trying to display. That proof comes in the form of a certificate.

      Verified Mark Certificate (VMC)

      A VMC requires a registered trademark for your logo. The certificate authority verifies that:

    • Your logo is a registered trademark
    • Your organization legitimately owns that trademark
    • Your domain is associated with your organization
    • VMCs cost approximately $1,500 per year and are issued by authorities like DigiCert and Entrust.

      The big advantage: VMCs are supported by Gmail, Yahoo, Apple Mail, and other providers. Gmail specifically displays a blue checkmark next to your logo when you use a VMC – an additional trust signal for recipients.

      Common Mark Certificate (CMC)

      Google introduced CMCs in early 2025 as an alternative for brands without registered trademarks. Instead of proving trademark ownership, you demonstrate that:

    • Your logo has been publicly displayed on your domain for at least 12 months
    • Your organization controls that domain
    • CMCs are slightly cheaper (around $1,100 per year) and have faster issuance times since there’s no trademark verification.

      The catch: CMC support is currently limited to Gmail. Yahoo will likely follow, but Apple has stated they won’t support CMCs. And critically, CMCs don’t get the blue checkmark in Gmail – just the logo.

      Which Should You Choose?

      Choose VMC if:

    • Your logo is a registered trademark
    • You need the Gmail blue checkmark for maximum trust signals
    • You want support across all BIMI-compatible email clients
    • Brand security is a high priority
    • Choose CMC if:

    • You don’t have a trademark (or your trademark doesn’t exactly match your logo)
    • Gmail is your primary audience
    • Budget is a concern
    • You want to implement BIMI quickly
    • For most businesses serious about email security and brand presence, the VMC is worth the additional investment.

      Creating a BIMI-Compliant SVG Logo

      This is where many implementations fail. BIMI doesn’t accept just any SVG file – it requires a specific format called SVG Tiny Portable/Secure (SVG P/S).

      Technical Requirements

      Your logo file must meet these specifications:

    • Format: SVG Tiny 1.2 profile with baseProfile="tiny-ps"
    • Dimensions: Square (1:1 aspect ratio) – the exact pixel dimensions don’t matter since SVG is scalable
    • File size: Under 32 kilobytes
    • Content: 100% vector-based – no embedded raster images
    • According to BIMI Group specifications, your SVG file must NOT include:

    • External links or references
    • Scripts, animation, or interactive elements
    • x= or y= attributes in the root SVG element
    • Embedded text (text should be converted to paths)
    • External stylesheets
    • Creating the File

      There’s currently no tool that exports SVG P/S format directly. The recommended workflow:

    • Create in Adobe Illustrator and export as SVG Tiny 1.2
    • Edit the exported file to:
    • – Change baseProfile="tiny" to baseProfile="tiny-ps"
      – Remove any x="0" and y="0" attributes from the SVG tag
      – Add a </code> element with your brand name (for accessibility)</p> <li><strong>Validate</strong> using a BIMI SVG checker tool</li> <p><a href="https://www.valimail.com/blog/bimi-compatible-logos/">Valimail recommends</a> keeping your design simple. Complex logos with many elements often exceed the 32KB limit or include problematic code after export.</p> <p><h3>Logo Content Best Practices</h3> </p> <p>Beyond technical compliance:</p> <li>Use a <strong>solid color background</strong> – transparent backgrounds may not display correctly across all clients</li> <p></p> <li><strong>Center your logo</strong> within the square canvas</li> <p></p> <li>Test at <strong>small sizes</strong> (96×96 pixels) to ensure it’s recognizable – that’s the minimum Gmail displays</li> <p></p> <li>Consider <strong>simplified versions</strong> of complex logos for better readability at small sizes</li> <p><h2>Setting Up Your BIMI DNS Record</h2> </p> <p>Once you have your logo file and certificate, the DNS configuration is straightforward.</p> <p><h3>Step 1: Host Your Files</h3> </p> <p>Upload your SVG logo and PEM certificate file to a secure (HTTPS) web server. The URLs must:</p> <li>Use HTTPS (not HTTP)</li> <p></p> <li>Be publicly accessible without authentication</li> <p></p> <li>Return the correct content-type headers</li> <p><h3>Step 2: Create the TXT Record</h3> </p> <p>Add a TXT record at this location:</p> <p><pre><code><br>default._bimi.yourdomain.com<br></code></pre> </p> <p>With this value:</p> <p><pre><code><br>v=BIMI1; l=https://yourdomain.com/path/to/logo.svg; a=https://yourdomain.com/path/to/certificate.pem<br></code></pre> </p> <p>The key components:</p> <li><strong>v=BIMI1</strong> – Required version tag (always BIMI1)</li> <p></p> <li><strong>l=</strong> – URL to your logo file</li> <p></p> <li><strong>a=</strong> – URL to your VMC or CMC certificate (optional for some providers, required for Gmail)</li> <p><a href="https://mxtoolbox.com/dmarc/bimi/how-to-create-bimi-record">If you don’t have a certificate yet</a>, you can omit the <code>a=</code> tag, but your logo won’t display in Gmail or Apple Mail.</p> <p><h3>Step 3: Verify and Wait</h3> </p> <p>After publishing, use a BIMI record checker to verify your syntax. Then wait.</p> <p><a href="https://powerdmarc.com/how-to-publish-a-bimi-record/">DNS propagation typically takes 24-48 hours</a>, but your logo appearing in inboxes can take longer. Email providers cache BIMI data, so even with a perfect configuration, you might wait a few days to a few weeks before seeing results consistently.</p> <p><h2>Which Email Clients Support BIMI?</h2> </p> <p>Support varies by provider, and this matters for your implementation decisions.</p> <p><h3>Full Support</h3> </p> <p><strong>Gmail</strong>: Requires VMC or CMC. <a href="https://bimicertifications.com/insights/email-client-support-for-bimi">Displays blue checkmark for VMC holders</a>. The largest consumer email provider and typically the highest priority for BIMI implementation.</p> <p><strong>Yahoo Mail</strong>: <a href="https://sendmarc.com/bimi/email-clients/">An early BIMI adopter</a>. Supports BIMI logos without requiring a certificate, though VMC is recommended.</p> <p><strong>Apple Mail</strong>: Displays BIMI logos on iOS 16+, iPadOS 16+, macOS Ventura 13+, and iCloud.com. <a href="https://www.suped.com/guides/bimi/which-email-clients-actually-support-bimi">Requires VMC</a> – CMC is not supported.</p> <p><strong>Fastmail</strong>: Displays logos without requiring a certificate.</p> <p><h3>No Support (Yet)</h3> </p> <p><strong>Microsoft Outlook/Office 365</strong>: <a href="https://bimicertifications.com/insights/email-client-support-for-bimi">As of early 2026, Microsoft has not announced BIMI support</a>. Your logo won’t display for Outlook users regardless of your configuration.</p> <p>This is a notable gap. If your audience primarily uses Outlook, BIMI’s visual benefits won’t reach them – though the underlying authentication improvements still matter for deliverability.</p> <p><h2>Troubleshooting Common BIMI Problems</h2> </p> <p>When your logo doesn’t display, systematic troubleshooting saves hours of frustration.</p> <p><h3>Problem 1: Logo Not Appearing at All</h3> </p> <p><strong>Check DMARC first.</strong> <a href="https://www.duocircle.com/dmarc/avoiding-bimi-pitfalls-common-errors-and-how-to-fix-them">This is the most common issue</a>. If your DMARC policy is <code>p=none</code> or your <code>pct</code> isn’t 100, BIMI won’t work.</p> <p>Use a DMARC checker to verify:</p> <li>Policy is <code>quarantine</code> or <code>reject</code></li> <p></p> <li>Percent is 100</li> <p></p> <li>Your emails are actually passing DMARC authentication</li> <p><h3>Problem 2: Invalid Record Format Errors</h3> </p> <p><a href="https://www.validity.com/blog/the-bimi-battle-an-analysis-on-bimi-adoption-and-implementation/">84% of BIMI record errors are syntax problems</a>. Double-check:</p> <li>Record is at <code>default.<em>bimi.yourdomain.com</code> (not just <code></em>bimi</code>)</li> <p></p> <li>Uses <code>v=BIMI1;</code> (the version tag is required)</li> <p></p> <li>Uses lowercase <code>l=</code> for logo URL (not capital I or number 1)</li> <p></p> <li>URLs use HTTPS</li> <p></p> <li>Semicolons separate each tag</li> <p><h3>Problem 3: Logo File Issues</h3> </p> <p><a href="https://www.uriports.com/blog/bimi-2025-update/">The SVG compliance checker reveals the problem 27% of the time</a>. Verify:</p> <li>File is true SVG (not a wrapped PNG/JPG)</li> <p></p> <li>Uses <code>baseProfile="tiny-ps"</code></li> <p></p> <li>No x/y attributes on the root SVG element</li> <p></p> <li>File size under 32KB</li> <p></p> <li>No scripts, animations, or external references</li> <p><h3>Problem 4: Certificate Problems</h3> </p> <p>If you have a VMC or CMC:</p> <li>Verify the certificate hasn’t expired</li> <p></p> <li>Check that the PEM file URL is accessible (try loading it directly in a browser)</li> <p></p> <li>Confirm the certificate was issued for the exact domain you’re using</li> <p></p> <li>Ensure the logo in the certificate matches the logo in your BIMI record</li> <p><h3>Problem 5: Email Client Doesn’t Support BIMI</h3> </p> <p>There’s no error message for this – your emails just arrive without logos. If you’ve verified everything else, confirm the recipient’s email client actually supports BIMI. Outlook users, for example, won’t see your logo regardless of your configuration.</p> <p><h2>Monitoring Your BIMI Implementation</h2> </p> <p>BIMI doesn’t have its own reporting mechanism. Your visibility into BIMI success comes primarily through DMARC reports – which show whether your emails are passing authentication (a prerequisite for logo display).</p> <p>This is where tools like <a href="https://monitordmarc.com">MonitorDMARC</a> become valuable. The platform:</p> <li><strong>Parses DMARC aggregate reports</strong> showing authentication pass/fail rates across all your sending sources</li> <p></p> <li><strong>Monitors your DNS records</strong> for changes to SPF, DKIM, DMARC, and BIMI</li> <p></p> <li><strong>Alerts you to authentication issues</strong> before they impact your BIMI logo display</li> <p>Without monitoring, you might not notice a BIMI problem until marketing asks why campaign engagement dropped or customers report that your emails “look different.”</p> <p><h2>Implementation Timeline: What to Expect</h2> </p> <p>BIMI isn’t a quick project. Here’s a realistic timeline:</p> <p><strong>Week 1-2: Assessment</strong></p> <li>Verify DMARC is at enforcement (<code>p=quarantine</code> or <code>p=reject</code>)</li> <p></p> <li>Confirm all email sources are properly authenticated</li> <p></p> <li>Review DMARC reports for any authentication failures</li> <p><strong>Week 2-4: Logo Preparation</strong></p> <li>Create or adapt your logo to SVG P/S format</li> <p></p> <li>Test at small sizes for readability</li> <p></p> <li>Validate with BIMI SVG checker tools</li> <p><strong>Week 4-8: Certificate Procurement</strong></p> <li>Choose VMC or CMC based on your trademark status and audience</li> <p></p> <li>Apply through DigiCert, Entrust, or another certificate authority</li> <p></p> <li>Complete verification process (faster for CMC, longer for VMC)</li> <p><strong>Week 8-10: Deployment</strong></p> <li>Host logo and certificate files on HTTPS server</li> <p></p> <li>Publish BIMI DNS record</li> <p></p> <li>Verify with BIMI record checkers</li> <p><strong>Week 10+: Monitoring</strong></p> <li>Watch for logo display across test accounts</li> <p></p> <li>Monitor DMARC reports for authentication issues</li> <p></p> <li>Track engagement metrics to measure impact</li> </ul> <p>The certificate procurement step often takes longest. <a href="https://www.thesslstore.com/resources/bimi-certificate-cost-for-cmcs-and-vmcs/">VMC trademark verification can take several weeks</a>, so start that process early.</p> <p><h2>The Bottom Line</h2> </p> <p>BIMI represents the visual payoff for solid email authentication. When your <a href="/what-is-dmarc-complete-guide-email-authentication">DMARC</a>, <a href="/why-spf-record-breaking-email-authentication-how-to-fix">SPF</a>, and <a href="/dkim-setup-troubleshooting-guide-email-authentication">DKIM</a> are properly configured, BIMI adds a trust signal that recipients actually see.</p> <p>The statistics support the investment: higher open rates, better brand recall, increased consumer confidence. And with <a href="https://www.uriports.com/blog/bimi-2025-update/">adoption still under 6%</a>, implementing BIMI now puts you ahead of competitors who haven’t made the move.</p> <p>Start with your authentication foundation. Get DMARC to enforcement. Then implement BIMI properly – with the right certificate, a compliant logo, and monitoring to ensure everything keeps working.</p> <p>Your brand’s inbox presence matters. Make sure it’s visible.</p> <p>Ready to get your email authentication ready for BIMI? Start with <a href="https://monitordmarc.com">MonitorDMARC’s free 14-day trial</a> (no credit card required) and get visibility into your DMARC compliance status.</p> <hr> <p>*Mike Walton is the founder of CertMS, a certificate management platform. He has 20+ years of experience in IT infrastructure and PKI management.*</p> <hr> <p><strong>Word Count: 2,891</strong></p> </div> </div> </div> </div> </div> </div> </div> </div> <footer id="main-footer"> <div class="container"> <div id="footer-widgets" class="clearfix"> <div class="footer-widget"><div id="block-5" class="fwidget et_pb_widget widget_block"> <div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow"> <h2 class="wp-block-heading">MonitorDMARC</h2> <p>Email Security for Everyone</p> </div> </div><div id="block-6" class="fwidget et_pb_widget widget_block"> <div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained"></div> </div></div><div class="footer-widget"><div id="block-23" class="fwidget et_pb_widget widget_block"> <ul class="wp-block-list"> <li><a href="https://monitordmarc.com/features/" data-type="page" data-id="63">Features</a></li> <li><a href="https://monitordmarc.com/pricing/" data-type="page" data-id="92">Pricing</a></li> <li><a href="https://app.monitordmarc.com">Start Your Free Trial</a></li> </ul> </div></div><div class="footer-widget"><div id="block-24" class="fwidget et_pb_widget widget_block"> <ul class="wp-block-list"> <li><a href="https://monitordmarc.com/contact/" data-type="page" data-id="147">Contact Us</a></li> <li><a href="https://monitordmarc.com/privacy" data-type="link" data-id="https://monitordmarc.com/privacy">Privacy Policy</a></li> <li><a href="https://monitordmarc.com/terms-of-service/" data-type="link" data-id="https://monitordmarc.com/terms-of-service/">Terms Of Service</a></li> </ul> </div></div><div class="footer-widget"></div> </div> </div> <div id="footer-bottom"> <div class="container clearfix"> <ul class="et-social-icons"> <li class="et-social-icon et-social-rss"> <a href="https://monitordmarc.com/feed/" class="icon"> <span>RSS</span> </a> </li> </ul><div id="footer-info">MonitorDMARC Copyright 2026</div> </div> </div> </footer> </div> </div> <style class="et-vb-global-data et-vb-global-fonts">:root{--et_global_heading_font: 'Open Sans';--et_global_body_font: 'Open Sans';--et_global_heading_font_weight: 500;--et_global_body_font_weight: 500;}</style><script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/Divi/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <style class="et-vb-global-data et-vb-global-numeric-vars">:root{--et_global_heading_font: 'Open Sans';--et_global_body_font: 'Open Sans';}</style><script type="text/javascript" src="https://monitordmarc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://monitordmarc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" id="jquery-js-after"> /* <![CDATA[ */ jqueryParams.length&&$.each(jqueryParams,function(e,r){if("function"==typeof r){var n=String(r);n.replace("$","jQuery");var a=new Function("return "+n)();$(document).ready(a)}}); //# sourceURL=jquery-js-after /* ]]> */ </script> <script type="text/javascript" id="monitordmarc-tools-script-js-extra"> /* <![CDATA[ */ var monitordmarcAjax = {"ajaxurl":"https://monitordmarc.com/wp-admin/admin-ajax.php","nonce":"e342535893"}; //# sourceURL=monitordmarc-tools-script-js-extra /* ]]> */ </script> <script type="text/javascript" src="https://monitordmarc.com/wp-content/plugins/monitordmarc-wpplugin/assets/js/dns-lookup.js?ver=1.2.0" id="monitordmarc-tools-script-js"></script> <script type="text/javascript" id="monitordmarc-generator-script-js-extra"> /* <![CDATA[ */ var monitordmarcGeneratorAjax = {"ajaxurl":"https://monitordmarc.com/wp-admin/admin-ajax.php","nonce":"eaef7f9725"}; //# sourceURL=monitordmarc-generator-script-js-extra /* ]]> */ </script> <script type="text/javascript" src="https://monitordmarc.com/wp-content/plugins/monitordmarc-wpplugin/assets/js/dmarc-generator.js?ver=1.2.0" id="monitordmarc-generator-script-js"></script> <script type="text/javascript" id="monitordmarc-spf-generator-script-js-extra"> /* <![CDATA[ */ var monitordmarcSPFAjax = {"ajaxurl":"https://monitordmarc.com/wp-admin/admin-ajax.php","nonce":"f7d1b56da9"}; //# sourceURL=monitordmarc-spf-generator-script-js-extra /* ]]> */ </script> <script type="text/javascript" src="https://monitordmarc.com/wp-content/plugins/monitordmarc-wpplugin/assets/js/spf-generator.js?ver=1.2.0" id="monitordmarc-spf-generator-script-js"></script> <script type="text/javascript" id="divi-custom-script-js-extra"> /* <![CDATA[ */ var DIVI = {"item_count":"%d Item","items_count":"%d Items"}; //# sourceURL=divi-custom-script-js-extra /* ]]> */ </script> <script type="text/javascript" src="https://monitordmarc.com/wp-content/themes/Divi/js/theme-scripts-library-base.js?ver=5.3.3" id="divi-custom-script-js"></script> <script type="text/javascript" src="https://monitordmarc.com/wp-content/themes/Divi/js/theme-scripts-library-search-menu.js?ver=5.3.3" id="divi-theme-scripts-library-search-menu-js"></script> <script type="text/javascript" src="https://monitordmarc.com/wp-content/themes/Divi/js/theme-scripts-library-menu.js?ver=5.3.3" id="divi-theme-scripts-library-menu-js"></script> <script type="text/javascript" src="https://monitordmarc.com/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-frontend-global-functions.js?ver=5.3.3" id="divi-script-library-global-functions-js"></script> <script type="text/javascript" src="https://monitordmarc.com/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-ext-waypoint.js?ver=5.3.3" id="divi-script-library-ext-waypoint-js"></script> <script type="text/javascript" src="https://monitordmarc.com/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-fullwidth-header.js?ver=5.3.3" id="divi-script-library-fullwidth-header-js"></script> <script type="text/javascript" src="https://monitordmarc.com/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-jquery.fitvids.js?ver=5.3.3" id="fitvids-js"></script> <script type="text/javascript" src="https://monitordmarc.com/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-fitvids-functions.js?ver=5.3.3" id="divi-script-library-fitvids-functions-js"></script> <script type="text/javascript" src="https://monitordmarc.com/wp-content/themes/Divi/core/admin/js/common.js?ver=5.3.3" id="et-core-common-js"></script> <script type="text/javascript" id="divi-script-library-frontend-scripts-js-extra"> /* <![CDATA[ */ var et_pb_custom = {"ajaxurl":"https://monitordmarc.com/wp-admin/admin-ajax.php","images_uri":"https://monitordmarc.com/wp-content/themes/Divi/images","builder_images_uri":"https://monitordmarc.com/wp-content/themes/Divi/includes/builder-5/images","et_frontend_nonce":"57809cd7d9","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"7ec9afe6a3","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","wrong_checkbox":"Checkbox","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"653","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"no","is_shortcode_tracking":"","tinymce_uri":"https://monitordmarc.com/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors","accent_color":"#0056b3","waypoints_options":[]}; var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"}; var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"}; //# sourceURL=divi-script-library-frontend-scripts-js-extra /* ]]> */ </script> <script type="text/javascript" src="https://monitordmarc.com/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-frontend-scripts.js?ver=5.3.3" id="divi-script-library-frontend-scripts-js"></script> <script type="text/javascript" id="divi-script-library-multi-view-js-extra"> /* <![CDATA[ */ var diviBreakpointData = {"enabledBreakpoints":[{"order":50,"baseDevice":true,"enable":true,"name":"desktop"},{"order":30,"enable":true,"maxWidth":{"value":"980px","default":980},"name":"tablet"},{"order":10,"enable":true,"maxWidth":{"value":"767px","default":767},"name":"phone"}],"enabledBreakpointNames":["desktop","tablet","phone"],"baseBreakpointName":"desktop"}; //# sourceURL=divi-script-library-multi-view-js-extra /* ]]> */ </script> <script type="text/javascript" src="https://monitordmarc.com/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-multi-view.js?ver=5.3.3" id="divi-script-library-multi-view-js"></script> </body> </html>