Inboxes List

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html lang="en" xmlns="//www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
 <head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <!--This tag is important for preserving your character encoding across various email clients. However, regardless of this tag, some email clients will force you to use their encoding (UTF-8) upon receiving your email, and ESPs will use their default encoding upon sending.-->
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <!-- Forcing initial-scale shouldn't be necessary -->
  <meta content="telephone=no, date=no, address=no, email=no, url=no" name="format-detection"/>
  <!-- Tell iOS not to automatically link certain text strings. -->
  <meta name="x-apple-disable-message-reformatting"/>
  <!-- Disable auto-scale in iOS 10 Mail entirely -->
  <!-- Built By The FKA Team -->
  <title>
   Audi
  </title>
  <style>
   /* What it does: Remove spaces around the email design added by some email clients and resets all paragraph and heading tags to not have margin or padding. */
body, p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
/* What it does: forcing the box model & stops email clients from resizing small text */
* {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/* What it does: Stops Outlook from adding extra spacing to tables & fixes webkit padding issue. */
table {
  border-collapse: collapse;
  mso-table-lspace: 0;
  mso-table-rspace: 0;
}
/* What it does: Reset for G-Mail's default link behavior */
u+.body a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
sup {
  font-size: .6em;
  line-height: 0;
}
/* reset the left margin to zero for Gmail webmail */
u + .body .glist {
  margin-left: 0 !important;
}
  </style>
  <style>
   /*Prevents apple devices from resetting auto link colors, fonts, etc.*/
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
a {
  color: inherit!important;
  mso-color-alt: windowtext;
  text-decoration: none;
}
/* Add unlink class to any container to prevent autolinking */
.unlink a {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
/* Fix for visited links turning purple in outlook */
span.MsoHyperlink {
  color: inherit !important;
  mso-style-priority: 99 !important;
}
span.MsoHyperlinkFollowed {
  color: inherit !important;
  mso-style-priority: 99 !important;
}
/* Prevents gmail from adding weird modal image behavior on unlinked large images */
img + div {
  display: none;
}
/* Android 4.4 screen fix */
div[style*="margin: 16px 0"] {
  margin: 0!important;
}
  </style>
  <!-- Mobile Base Styles -->
  <style>
   @media screen and (max-width:540px) {
/* Saumsung fixes */
#MessageViewBody, #MessageWebViewDiv {
  width: 100% !important;
}
/* Utility Classes */
.alignLeft {
  text-align: left !important;
}
.alignCenter {
  text-align: center !important;
  margin: 0 auto !important;
}
.fullWidth {
  width: 100% !important;
}
.displayTable {
  display: table !important;
}
.hideInMobile {
  display: none !important;
}
.mobileContainer {
  min-width: 360px !important;
  max-width: 360px !important;
  width: 360px !important;
}
.showInMobile {
  width: 100% !important;
  display: block !important;
  float: none !important;
}
.mobilePods {
  width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
}
.displayBlock {
  display: block !important;
}
.hAuto {
  height: auto !important;
  max-height: none !important;
}
/* reset the left margin to zero for Gmail webmail */
u + .body .glist {
  margin-left: 25px !important;
}
}
  </style>
  <!-- Mobile Font, Height, Width & Padding resets -->
  <style>
   @media screen and (max-width:540px) {
/* Fonts */ 
.fontSize10Footer {
  font-size: 10px!important;
  line-height: 15px !important;
  letter-spacing: 1px;
}
.fontSize13 {
  font-size: 13px!important;
  line-height: 18px !important;
}
.fontSize14 {
  font-size: 14px!important;
  line-height: 22px !important;
}
.fontSize16 {
  font-size: 16px!important;
  line-height: 24px !important;
}
/* Heights */
.h10 {
  height: 10px!important;
}
.h13 {
  height: 13px !important;
}
.h20 {
  height: 20px !important;
}
.h26 {
  height: 26px !important;
}
.h30 {
  height: 30px!important;
}
.h36 {
  height: 36px!important;
}
/* Widths */
.w17 {
  width: 17px!important;
}
.w20 {
  width: 20px !important;
}
.w22 {
  width: 22px !important;
}
.w27 {
  width: 27px!important;
}
.w29 {
  width: 29px !important;
}
.w30 {
  width: 30px !important;
}
.w120 {
  width: 120px!important;
}
.w140 {
  width: 140px!important;
}
.w218 {
  width: 218px!important;
}
.w324 {
  width: 324px!important;
}
.w360 {
  width: 360px!important;
}
/* Padding */
.padR0 {
  padding-right: 0px!important;
}
.padB25 {
  padding-bottom: 25px !important;
}
.padL0 {
  padding-left: 0px!important;
}
.padL10 {
  padding-left: 10px!important;
}
}
  </style>
  <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
  <!--[if mso]>         <style>             * {                 font-family: sans-serif !important;             }              sup { font-size: 100% !important; }          </style>     <![endif]-->
  <!-- Makes background images in 72ppi Outlook render at correct size. -->
  <!--[if mso]>     <noscript>       <xml>         <o:OfficeDocumentSettings>           <o:PixelsPerInch>96</o:PixelsPerInch>         </o:OfficeDocumentSettings>       </xml>     </noscript>     <![endif]-->
  <!-- Makes bullets render correctly in Outlook -->
  <!--[if (gte mso 9)|(IE)]> <style> li { margin-left:27px !important; mso-special-format: bullet; } .forDumbOutlooks { margin-left: -25px !important; } </style> <![endif]-->
 </head>
 <body class="body" xml:lang="en">
  <div style="display:none">
   The Audi A3. Let’s drive.
  </div>
  <!-- The following code will prevent any content from the top of your email showing in the preheader preview -->
  <div style="display:none">
   ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
  </div>
  <div aria-label="email name" aria-roledescription="email" dir="ltr" lang="en" role="article">
   <table align="center" border="0" cellpadding="0" cellspacing="0" class="mobileContainer" style="width:720px;" width="720">
    <!-- HEADER -->
    <tr>
     <td align="left" valign="top">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="left" valign="top">
         <a style="text-decoration:none;" target="_blank">
          <img alt="Audi" class="hideInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FTemplate%252F2023%252Fimg_Audi_Header_Rings_White_2023.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1ODY2OTAuNzM3MzE2Nn0:1v0qjS:JiIb0pMfTqkBdxghOHV564mfVo89vMhI5vFkhQDfefU" style="border:none; display:block;" width="360"/>
          <!--[if !mso]><!-->
          <img alt="Audi" class="displayBlock" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FTemplate%252F2023%252Fimg_Audi_Header_Rings_White_mob_2023.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1ODY2OTAuNzM3ODkyNH0:1v0qjS:axulV3FCSRSiZ3dwgkEmtTvO4oxmf4BvHvhdgOzh878" style="display:none;" width="180"/>
          <!--<![endif]-->
         </a>
        </td>
        <td align="left" valign="top">
         <a style="text-decoration:none;" target="_blank">
          <img alt="VIEW IN BROWSER." class="hideInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FTemplate%252F2023%252Fimg_Audi_Header_View_In_Browser_White_2023.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1ODY2OTAuNzM4MDA4M30:1v0qjS:xpo0pvv27384PO3aXUvft9Ru-1Ggm2U2vMDz3QbF2FY" style="border:none; display:block;" width="360"/>
          <!--[if !mso]><!-->
          <img alt="VIEW IN BROWSER." class="displayBlock" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FTemplate%252F2023%252Fimg_Audi_Header_View_In_Browser_White_mob_2023.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1ODY2OTAuNzM4MTA5Nn0:1v0qjS:nupAgZ7LnO_psuu9iKreH9lUL4iMqQiWlhyYy9ci9LE" style="display:none;" width="180"/>
          <!--<![endif]-->
         </a>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- END HEADER  -->
    <!-- HERO -->
    <tr>
     <td>
      <a style="text-decoration:none;" target="_blank">
       <img alt="Head-on view of a red Audi A3 parked before a modern sculptural wall. Premium is in reach. The Audi A3. Find your dealer." border="0" class="hideInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.audiusa.com%252Flib%252Ffe3615707564047f721c77%252Fm%252F1%252F97a90bf3-8603-4eae-ab95-07fc6c72c4f1.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmF1ZCIsInRpbWUiOjE3NTg1ODY2OTAuNzM4MjMzfQ:1v0qjS:fb5Oewb6oPhaU1UcT--bn0jIxe6-dcdbBiN76B6hJKc" style="border:none; display:block;" width="720"/>
       <!--[if !mso]><!-->
       <img alt="Head-on view of a red Audi A3 parked before a modern sculptural wall. Premium is in reach. The Audi A3. Find your dealer." class="showInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.audiusa.com%252Flib%252Ffe3615707564047f721c77%252Fm%252F1%252F1e1bb80b-3098-4a51-aef2-b21fbe8216b7.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmF1ZCIsInRpbWUiOjE3NTg1ODY2OTAuNzM4MzMzNX0:1v0qjS:R8CNgbOr5Da2VyfdvafUeMMI9m9WkS1mYs3DLLSwQms" style="border:none; display:none;" width="360"/>
       <!--<![endif]-->
      </a>
     </td>
    </tr>
    <!-- END HERO -->
    <!-- OFFER_POD -->
    <tr>
     <td align="left" valign="top">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="left" valign="top">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td align="left" class="w30" valign="top" width="37">
           </td>
           <td align="left" valign="top">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tr>
              <td align="left" valign="top">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tr>
                 <td align="left" height="40" valign="top">
                 </td>
                </tr>
                <tr>
                 <td align="left" valign="top">
                  <p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#000; line-height:28px; -webkit-text-size-adjust:none;">
                   Fred,
                  </p>
                 </td>
                </tr>
                <tr>
                 <td align="left" height="10" valign="top">
                 </td>
                </tr>
                <tr>
                 <td align="left" valign="top">
                  <p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#000; line-height:20px; -webkit-text-size-adjust:none;">
                   Right size. Without compromise.
                   <br/>
                   <br/>
                   The Audi A3 offers the compact versatility life demands, plus the features you crave inside and out. Turn heads with a sleek, modernized exterior and an iconic silhouette. Optimize infotainment with MMI
                   <sup>
                    ®
                   </sup>
                   touch response, a customizable display easy to use as your smartphone.
                   <br/>
                   <br/>
                   Schedule your test drive today.
                  </p>
                 </td>
                </tr>
                <tr>
                 <td align="left" height="45" valign="top">
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </td>
           <td align="left" class="w27" valign="top" width="50">
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td align="left" valign="top">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td align="left" valign="top">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tr>
              <td align="left" class="mobilePods" valign="top">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tr>
                 <td align="left" valign="top">
                  <a target="_blank">
                   <img alt="The front seat of an Audi A3. Explore features." border="0" class="hideInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.audiusa.com%252Flib%252Ffe3615707564047f721c77%252Fm%252F1%252F41b9181a-f873-4195-b306-b01dc2610a11.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmF1ZCIsInRpbWUiOjE3NTg1ODY2OTAuNzM4NDI2NH0:1v0qjS:VXfz1YZd3awXKtQSsggqsI8DR1oO-J6UHicoI1NYTxg" style="border:none; display:block;" width="340"/>
                   <!--[if !mso]><!-->
                   <img alt="The front seat of an Audi A3. Explore features." class="showInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.audiusa.com%252Flib%252Ffe3615707564047f721c77%252Fm%252F1%252Fdb6482fc-0e1e-4539-82f5-3dc2e6214c58.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmF1ZCIsInRpbWUiOjE3NTg1ODY2OTAuNzM4NTE5fQ:1v0qjS:RxGjILPvmF9zZRookJTxYu_mrw_puUiwmwC2y99OvSQ" style="border:none; display:none;" width="360"/>
                   <!--<![endif]-->
                  </a>
                 </td>
                </tr>
                <tr>
                 <td align="left" class="h36" height="55" valign="top">
                 </td>
                </tr>
               </table>
              </td>
              <td align="left" class="mobilePods" valign="top">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tr>
                 <td height="30" style="line-height:30px; font-size:1px;">
                 </td>
                </tr>
               </table>
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tr>
                 <td align="left" class="w20" valign="top" width="35">
                 </td>
                 <td align="left" valign="top">
                  <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                   <tr>
                    <td align="left" height="15" valign="top">
                    </td>
                   </tr>
                   <tr>
                    <td align="left" valign="top">
                     <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                      <tr>
                       <td align="left" valign="top">
                        <p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size:18px; color:#000; line-height:22px; -webkit-text-size-adjust:none; font-weight: bold;">
                         Take the wheel.
                        </p>
                       </td>
                      </tr>
                      <tr>
                       <td align="left" class="h30" height="20" valign="top">
                       </td>
                      </tr>
                      <tr>
                       <td align="left" valign="top">
                        <p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#000; line-height:20px; -webkit-text-size-adjust:none;">
                         Reach out to your local Audi dealer to explore inventory, trade-in, incentives and more.
                        </p>
                       </td>
                      </tr>
                      <tr>
                       <td align="left" class="h30" height="20" valign="top">
                       </td>
                      </tr>
                      <tr>
                       <td align="left" class="padL0" style="padding-left: 5px;" valign="top">
                        <a target="_blank">
                         <img alt="Find your dealer" border="0" class="w218" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FAutomated%252FHandraiser_Dynamic_Program%252FTemplate%252F2024%252Fimg_HRDP_MY25_T2_CTA.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1ODY2OTAuNzM4NjE1OH0:1v0qjS:NJ7MIcqgojFunRaZvoHD9-l4CfQLxfYhUYJ-kMCmsJ8" style="display:block;" width="210"/>
                        </a>
                       </td>
                      </tr>
                      <tr>
                       <td align="left" class="h45" height="35" valign="top">
                       </td>
                      </tr>
                     </table>
                    </td>
                   </tr>
                  </table>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <!-- NEW T2 POD ADDITION  -->
       <td align="left" class="h45" height="35" valign="top">
       </td>
       <tr>
        <td>
         <a style="text-decoration:none;" target="_blank">
          <!-- IMAGE FOR NON-OUTLOOK DEVICES -->
          <!--[if !mso]><!-->
          <img alt="A red Audi A3 parked before an ultramodern building. Find your dealer." class="hideInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.audiusa.com%252Flib%252Ffe3615707564047f721c77%252Fm%252F1%252F4247d349-3a5a-42ff-ba94-41e2c6e0248a.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmF1ZCIsInRpbWUiOjE3NTg1ODY2OTAuNzM4NzA3NX0:1v0qjS:7WOEco16_b66oI3mUYYuxI30TlysU5bbJ8G9HBSkjU4" style="border:none; display:block;" width="720"/>
          <img alt="A red Audi A3 parked before an ultramodern building. Find your dealer." class="showInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.audiusa.com%252Flib%252Ffe3615707564047f721c77%252Fm%252F1%252Fe6e22752-4f36-4426-b66f-89ab8077cb0f.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmF1ZCIsInRpbWUiOjE3NTg1ODY2OTAuNzM4ODEwOH0:1v0qjS:C7HRfdmxLse-4oHz2TzLNEVQRMU9ExLgOn6QHF5Ng4E" style="border:none; display:none;" width="360"/>
          <!--<![endif]-->
          <!-- IMAGE FOR OUTLOOK DEVICES -->
          <!--[if mso]>               <img  src="https://image.e.audiusa.com/lib/fe3615707564047f721c77/m/1/4247d349-3a5a-42ff-ba94-41e2c6e0248a.png" width="720" alt="A red Audi A3 parked before an ultramodern building. Find your dealer." style="border:none; display:block;">               <![endif]-->
         </a>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- END OFFER_POD -->
    <!-- FOOTER -->
    <tr>
     <td align="left" bgcolor="#000000" valign="top">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <!-- START LOGO RINGS FOOTER -->
       <span style="background-color: #000000;">
        <tr bgcolor="#000000" style="background-color: #000000;">
         <td align="left" bgcolor="#000000" style="background-color: #000000;" valign="top">
          <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
           <tr>
            <td align="left" class="w22" valign="top" width="37">
            </td>
            <td align="left" valign="top">
             <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
              <tr>
               <td align="left" class="h20" height="30" valign="top">
               </td>
              </tr>
              <tr>
               <td align="left" valign="top">
                <p class="fontSize13" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size:11px; color:#ffffff; line-height:15px; -webkit-text-size-adjust:none; letter-spacing: 0.5px;">
                 Unlock your ownership experience with the myAudi app.¹
                 <a style="color:#ffffff; line-height:13px; text-decoration:underline;" target="_blank">
                  Learn more
                 </a>
                 .
                </p>
               </td>
              </tr>
              <tr>
               <td align="left" class="h20" height="10" valign="top">
               </td>
              </tr>
              <tr>
               <td align="left" valign="top">
                <table border="0" cellpadding="0" cellspacing="0" role="presentation">
                 <tr>
                  <td align="left" valign="top">
                   <a target="_blank">
                    <img alt="Download on the App Store." border="0" class="w120" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.audiusa.com%252Flib%252Ffe3615707564047f721c77%252Fm%252F1%252F409a5388-f153-4e3c-a4e5-c6b7fd07627b.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmF1ZCIsInRpbWUiOjE3NTg1ODY2OTAuNzM4OTAxMX0:1v0qjS:RqV5nLtCfSooETXlI3pEpYCkbJ0iU--Ubi8upFhQQl0" style="display:block;" width="120"/>
                   </a>
                  </td>
                  <td align="left" class="w27" valign="top" width="13">
                  </td>
                  <td align="left" valign="top">
                   <a target="_blank">
                    <img alt="Google Play." border="0" class="w140" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.e.audiusa.com%252Flib%252Ffe3615707564047f721c77%252Fm%252F1%252Fc2fbd5b7-c666-4035-afc1-7326d4ada08e.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5lLmF1ZCIsInRpbWUiOjE3NTg1ODY2OTAuNzM4OTg5OH0:1v0qjS:TVjbsi1CpEwCjafcs4WEU_1U7s-SuJp_dFpo_5P1l6M" style="display:block;" width="130"/>
                   </a>
                  </td>
                 </tr>
                </table>
               </td>
              </tr>
             </table>
            </td>
           </tr>
          </table>
         </td>
        </tr>
       </span>
       <!-- END myADUI APP FOOTER -->
       <tr>
        <td align="left" valign="top">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td align="left" class="w22" valign="top" width="37">
           </td>
           <td align="left" valign="top">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tr>
              <td align="left" class="h25" height="15" valign="top">
              </td>
             </tr>
             <tr>
              <td align="left" valign="top">
               <p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size:10px; color:#ffffff; line-height:15px; -webkit-text-size-adjust:none; letter-spacing:-0.5px;">
                <sup>
                 1
                </sup>
                myAudi services require myAudi account and acceptance of Terms of Services. Standard text and data usage rates may apply. Always pay careful attention to the road, and do not drive while distracted.
               </p>
              </td>
             </tr>
             <tr>
              <td class="h13" height="10">
              </td>
             </tr>
             <tr>
              <td align="left" valign="top">
               <p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size:10px; color:#ffffff; line-height:15px; -webkit-text-size-adjust:none; letter-spacing:-0.5px;">
                “Audi,” “Singleframe” and the Singleframe grille design, the four rings logo and all model names are registered trademarks of AUDI AG. “Apple” and the Apple logo are trademarks of Apple Inc., registered in the U.S. and other countries and regions. “App Store” is a service mark of Apple Inc. “Google Play” and the Google Play logo are trademarks of Google LLC. All other trademarks are the property of their respective owners.
               </p>
              </td>
             </tr>
             <tr>
              <td class="h13" height="10">
              </td>
             </tr>
             <tr>
              <td align="left" valign="top">
               <p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size:10px; color:#ffffff; line-height:15px; -webkit-text-size-adjust:none; letter-spacing:-0.5px;">
                To ensure you continue to receive emails from Audi, please place
                <a alias="AudiExperiencetxt" style="color:#ffffff; text-decoration:underline; line-height:15px; white-space:nowrap;">
                 AudiExperience@e.audiusa.com
                </a>
                in your address book. If you would no longer like to receive these marketing emails, you may
                <a style="color:#ffffff; text-decoration:underline; line-height:15px; font-weight: bold;" target="_blank">
                 unsubscribe
                </a>
                . 
       You may also
                <a style="color:#ffffff; text-decoration:underline; line-height:15px;" target="_blank">
                 contact Audi directly
                </a>
                with questions or for additional information. This is an outbound email only; we will be unable to respond to replies. For comments and questions, please contact
                <a style="color:#ffffff; text-decoration:underline; line-height:15px; white-space:nowrap;" target="_blank">
                 auditalk@audi.com
                </a>
                .
               </p>
              </td>
             </tr>
             <tr>
              <td align="left" class="h25" height="20" valign="top">
              </td>
             </tr>
             <tr bgcolor="#000">
              <td align="left" valign="top">
               <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
                <tr>
                 <td align="left" class="mobilePods" valign="top" width="100">
                  <p class="fontSize13 padB25" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px; color:#ffffff; line-height:13px; -webkit-text-size-adjust:none; letter-spacing: 1px;">
                   <a style="color:#ffffff; line-height:13px; text-decoration:underline;" target="_blank">
                    AUDIUSA.COM
                   </a>
                  </p>
                 </td>
                 <td align="right" class="mobilePods alignLeft" valign="bottom">
                  <table border="0" cellpadding="0" cellspacing="0" role="presentation">
                   <tr>
                    <td align="left" valign="top" width="14">
                     <a target="_blank">
                      <img alt="Facebook." border="0" class="w20" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FAutomated%252FInside_the_Rings%252Fimages%252Fimg_Facebook.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1ODY2OTAuNzM5MDgwMn0:1v0qjS:R3m5g2SC6ZyPU-IuMIkVWauxY0HQj-XgWP2nLKaNrdY" style="display:block;" width="14"/>
                     </a>
                    </td>
                    <td align="left" class="w10" valign="top" width="15">
                    </td>
                    <td align="left" valign="top" width="20">
                     <a target="_blank">
                      <img alt="YouTube." border="0" class="w30" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FAutomated%252FInside_the_Rings%252Fimages%252Fimg_Youtube.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1ODY2OTAuNzM5MTY3Mn0:1v0qjS:GOljZ0OFdSytHq3uBfjR7m35p4uVaHjJgUC01oCBaic" style="display:block;" width="20"/>
                     </a>
                    </td>
                    <td align="left" valign="top" width="15">
                    </td>
                    <td align="left" valign="top" width="17">
                     <a target="_blank">
                      <img alt="Instagram." border="0" class="w27" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FAutomated%252FInside_the_Rings%252Fimages%252Fimg_Instagram.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1ODY2OTAuNzM5MjU0fQ:1v0qjS:mG7uKBYqaaJDZxwXBToY10gFHx4bBhg-XCTKHYaCgr8" style="display:block;" width="17"/>
                     </a>
                    </td>
                    <td align="left" valign="top" width="15">
                    </td>
                    <td align="left" valign="top" width="17">
                     <a target="_blank">
                      <img alt="Threads." border="0" class="w27" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FTemplate%252F2024%252Fthreads_icon5.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1ODY2OTAuNzM5MzM4Nn0:1v0qjS:4M04lL7N2spo3xg5l1EEOXXB8v4rNPtpmt8koWocvBc" style="display:block;" width="17"/>
                     </a>
                    </td>
                    <td align="left" valign="top" width="15">
                    </td>
                    <td align="left" style="padding-top: 1px;" valign="top" width="17">
                     <a target="_blank">
                      <img alt="LinkedIn." border="0" class="w27" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FAutomated%252FInside_the_Rings%252Fimages%252Fimg_LinkedIn.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1ODY2OTAuNzM5NDI3Nn0:1v0qjS:zRdbfn09w0oP0nxFZTPC-P6xv3PdWz_DmGCEkUfQ-H4" style="display:block;" width="17"/>
                     </a>
                    </td>
                   </tr>
                  </table>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
             <tr>
              <td class="h30" height="10">
              </td>
             </tr>
             <!-- START FOOTER LINE -->
             <tr>
              <td align="center">
               <img alt="" class="hideInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FTemplate%252F2023%252Fimg_Line_2023.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1ODY2OTAuNzM5NTEzNn0:1v0qjS:JSJCFSDdqrVm6a4hleNbV-eAevLbXiOG5UhcCxmADIs" style="border:none; display:block;" width="645"/>
               <!--[if !mso]><!-->
               <img alt="" class="showInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FTemplate%252F2023%252Fimg_Line_mob_2023.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1ODY2OTAuNzM5NjI1NX0:1v0qjS:7KAnpKaNCFeTiKbWS7SPnS5dWF84yd2iMYh2ZxOyLms" style="border:none; display:none;" width="305"/>
               <!--<![endif]-->
              </td>
             </tr>
             <!-- END FOOTER LINE -->
             <tr>
              <td class="h15" height="10">
              </td>
             </tr>
             <tr>
              <td align="left" valign="top">
               <p class="fontSize10Footer" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size:10px; color:#ffffff; line-height:15px; -webkit-text-size-adjust:none; letter-spacing:-0.5px;">
                © 2025 Audi of America, Inc.     |
                <a class="outlookFix" style="color:#ffffff; line-height:15px; text-decoration:underline;" target="_blank">
                 Privacy Policy
                </a>
                <!--[if !mso]><!-->
                <br class="displayBlock" style="display:none;"/>
                <!--<![endif]-->
                <span class="hideInMobile">
                 |
                </span>
                Audi of America, Inc.
                <!--[if !mso]><!-->
                <br class="displayBlock" style="display:none;"/>
                <!--<![endif]-->
                1950 Opportunity Way, Suite 1500,
                <!--[if !mso]><!-->
                <br class="displayBlock" style="display:none;"/>
                <!--<![endif]-->
                Reston, VA 20190
               </p>
              </td>
             </tr>
             <tr>
              <td class="h15" height="10">
               <!-- 8/7/2024 - MiS
                                Block ID '300192' (name 'CIP Capture EM HTML') - for Customer Insight Portal (CIP)
                                - Code Snippet source in VWGoA BU and shared to child BUs
                                - content is AMPScript to capture rendered email HTML in SendLog variable emailHTML for only
                                - one specific email address deployed to (marketingservices@vw.com)
                                -->
              </td>
             </tr>
             <tr>
              <td align="left" height="40" valign="top">
              </td>
             </tr>
            </table>
           </td>
           <td align="left" class="w27" valign="top" width="37">
           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td align="left" height="40" valign="top">
     </td>
    </tr>
    <!-- END FOOTER -->
    <!-- SFMC will have a meltdown if you don't keep this code inside your template -->
    <!--[if !mso]><!-->
    <tr>
     <td style="display:none;">
      <a style="color: #000000;">
       Update Profile
      </a>
      <span style="color: #000000;">
       This email was sent by:
       <strong>
        Volkswagen Group of America, Inc.
       </strong>
       1950 Opportunity Way Reston,
        VA, 20190, US
      </span>
      <img alt="" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fclick.e.audiusa.com%252Fopen.aspx%253Fffcb10-fe9215707c6c047e7d-fe2a167372670c7d701578-fe3615707564047f721c77-ff951579-fe3417707662057d751278-ff65177577%2526d%253D100216%2526bmt%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5lLmF1ZCIsInRpbWUiOjE3NTg1ODY2OTAuNzM5ODA4Nn0:1v0qjS:juN_eypcLV1ExqjHJYLEot3lgKauJd3K07U9g1ZiTMo" width="1"/>
     </td>
    </tr>
    <!--<![endif]-->
   </table>
  </div>
 </body>
</html>