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">
   Find your dealer to learn more about the 2025 Audi A7.
  </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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE0NTgxfQ:1v0tXo:ehE7-iWLpLPESVD5A939oVUTYCgI9kqNqpJg2OlN0bM" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE1MDkzN30:1v0tXo:I2Avr2jhm0tUto3ZS2dUEhvPC-d63O5aYKvGblSines" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE1MjA5M30:1v0tXo:eTWyJXutU_2kRQ7qFdmxVTPwqYxHc9V8a-a5jvufDYA" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE1MzE3fQ:1v0tXo:W8F6b0VFnbuZrmVdigEfzoIr41KovVqS7ITZ3jSS7Cg" 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="Built for tomorrow. Ready for you today" border="0" class="hideInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FAutomated%252FHandraiser_Dynamic_Program%252FT2%252FMY25%252Fimages%252Fimg_HRDP_MY25_T2_A7_Hero.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE1NDI1fQ:1v0tXo:gD2d3hPNm3RMlrAUXRN865P1WdbCyb4ifDyQA9PVQUQ" style="border:none; display:block;" width="720"/>
       <!--[if !mso]><!-->
       <img alt="Built for tomorrow. Ready for you today" class="showInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FAutomated%252FHandraiser_Dynamic_Program%252FT2%252FMY25%252Fimages%252Fimg_HRDP_MY25_T2_A7_Hero_mob.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE1NTI0N30:1v0tXo:1wiFkpCHhgYe4WoQsb21quHeKkpNUsS-nxqpm3VFnZs" 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;">
                   The details will surpass your expectations. Now it's time to see what that feels like. Reach out to your local dealer to schedule a test drive of the 2025 Audi A7 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="" border="0" class="hideInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FAutomated%252FHandraiser_Dynamic_Program%252FT2%252FMY25%252Fimages%252Fimg_HRDP_MY25_T2_A7_SND.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE1NjM1M30:1v0tXo:kf72sSc7eP8-mimAUhG2lTVeEmuM0Ah0EPDkMVMH7x8" style="border:none; display:block;" width="340"/>
                   <!--[if !mso]><!-->
                   <img alt="" class="showInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FAutomated%252FHandraiser_Dynamic_Program%252FT2%252FMY25%252Fimages%252Fimg_HRDP_MY25_T2_A7_SND_mob.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE1NzcyMn0:1v0tXo:jKLmBQZeJZDj83BlaKjr1tOcwavaQ09MxwU016yfqQY" 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;">
                         Let's get going.
                        </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 today for inquiries about inventory, trade-in estimates, 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE1ODc1fQ:1v0tXo:U2luBOLLdbqjw6ZgWif6dRiKMqol0kSdJmGqXRnOwew" 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  -->
       <tr>
        <td>
         <a style="text-decoration:none;" target="_blank">
          <!-- Desktop Image -->
          <img alt="Excellence comes with an offer. See what incentives and additional savings may be available. Explore all offers" class="hideInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.us-east-1.amazonaws.com%252FAutomated%252FHandraiser_Dynamic_Program%252FT2%252FMY24%252Fimg_HRDP_MY25_T2_SQ6_e-tron_Offer.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE1OTgyfQ:1v0tXo:wQ3QGMewjil4FqUdo9ubRcnIm09bXjILcM8Nc0psJyQ" style="border:none; display:block;" width="720"/>
          <!-- Mobile Image -->
          <!--[if !mso]><!-->
          <img alt="Excellence comes with an offer. See what incentives and additional savings may be available. Explore all offers" class="showInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.us-east-1.amazonaws.com%252FAutomated%252FHandraiser_Dynamic_Program%252FT2%252FMY24%252Fimg_HRDP_MY25_T2_SQ6_e-tron_Offer_mob.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE2MDc5M30:1v0tXo:bPyyRNNNLHXGQTHNoiqTnR-g1lI9qtg9Nj0VMGirrCs" style="border:none; display:none;" width="360"/>
          <!--<![endif]-->
         </a>
        </td>
       </tr>
       <tr>
        <td align="left" class="h45" height="35" valign="top">
        </td>
       </tr>
       <tr>
        <td>
         <a style="text-decoration:none;" target="_blank">
          <!-- IMAGE FOR NON-OUTLOOK DEVICES -->
          <!--[if !mso]><!-->
          <img alt="Audi A7 interior" class="hideInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FAutomated%252FHandraiser_Dynamic_Program%252FT2%252FMY25%252Fimages%252Fimg_HRDP_MY25_T2_A7_TRD.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE2MTkxOH0:1v0tXo:-eMih0J-lOQhlw-ytYPkT8F2Cyazx74qptXXeX4uim0" style="border:none; display:block;" width="720"/>
          <img alt="Audi A7 interior" class="showInMobile" src="https://inboxflows.com/_/image/https%253A%252F%252Faoa-images-prod.s3.amazonaws.com%252FAutomated%252FHandraiser_Dynamic_Program%252FT2%252FMY25%252Fimages%252Fimg_HRDP_MY25_T2_A7_TRD_mob.gif/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE2Mjg5fQ:1v0tXo:nB45sqh-ABfXDl_zTyeIv0AHdQMwtx9GXd_0XOQHni8" style="border:none; display:none;" width="360"/>
          <!--<![endif]-->
          <!-- IMAGE FOR OUTLOOK DEVICES -->
          <!--[if mso]>               <img  src="https://aoa-images-prod.s3.amazonaws.com/Automated/Handraiser_Dynamic_Program/T2/MY25/images/img_HRDP_MY25_T2_A7_TRD.jpg" width="720" alt="Audi A7 interior" 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%252Faoa-images-prod.s3.amazonaws.com%252FTemplate%252F2023%252Fimg_AppStore_2023.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE2Mzg0fQ:1v0tXo:-jo7IAEZEA73Fq8U10CRWpdVY9iOdv2DPkzlTwQyAyQ" style="display:block;" width="66"/>
                   </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%252Faoa-images-prod.s3.amazonaws.com%252FTemplate%252F2023%252Fimg_GooglePlay_2023.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE2NDc2fQ:1v0tXo:wCdr2bUjSx8srtWFyWIVZrVc9vtXNwpjNF0sDf8j4Bw" style="display:block;" width="78"/>
                   </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;">
                1 myAudi services require myAudi account and acceptance of Terms of Service. 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;">
                 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;" 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:none" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE2NTczOH0:1v0tXo:Uq7tjgIQ4PVgT1meTsnn98eKwIBsw2WvXqHOQuAbvmk" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE2NjY0NH0:1v0tXo:TH21mXDA-sZGn2Bd-2kgcTjEfPEExYK_PaSueu-inE8" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE2NzgwMn0:1v0tXo:UsgWQfOrmrASSYfAvyDesJP_2tFgW5iGTZacBDoqsK0" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE2ODc1MX0:1v0tXo:0ayNLlm_8K40VBst1BLM0KkzVkLuydF0pjqSDgwazZ8" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE2OTY3OX0:1v0tXo:VSL4XZ18NQGLQ0hS_JR-YZj8ooxuJ_4XWli0q22YyfY" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE3MDU2M30:1v0tXo:VvLoCLKfspVqt49WCyLVe1EEGOLFqYjTZr-oLdufv_w" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZhb2EtaW1hZ2VzLSIsInRpbWUiOjE3NTg1OTc1MDAuOTE3MTQzOH0:1v0tXo:0CZVmJ887D_-NtjpRJcR6t8Nc3X7RsHl6LFA6ybY4GY" 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-ff62177570%2526d%253D100214%2526bmt%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5lLmF1ZCIsInRpbWUiOjE3NTg1OTc1MDAuOTE3MjUzNX0:1v0tXo:lZnDTETA8NGwd3BAIRPKkBG2cqY2-0KJZK-T19qyogs" width="1"/>
     </td>
    </tr>
    <!--<![endif]-->
   </table>
  </div>
 </body>
</html>