Inboxes List

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

+New inbox

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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"/>
  <!--[if !mso]><!-->
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <!--<![endif]-->
  <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  <!--target dark mode - force light mode-->
  <meta content="light" name="color-scheme"/>
  <meta content="light" name="supported-color-schemes"/>
  <title>
   Carnival
  </title>
  <!--styles needed for Gmail app -->
  <style>
   u + .body .gmail-blend-screen { background:#000; mix-blend-mode:screen; }
  u + .body .gmail-blend-difference { background:#000; mix-blend-mode:difference; }
  u + .body .gmail-blend-screen img { mix-blend-mode: darken;}
  u + .body .gmail-blend-difference img { mix-blend-mode:difference; }
  </style>
  <!--to support dark mode meta tags-->
  <style type="text/css">
   :root {
 color-scheme: light;
 supported-color-schemes: light;
}
  </style>
  <!--START Dark Mode Styles-->
  <!--[if gte mso 16]> <style> .txt-white {  mso-style-textfill-type:gradient;  mso-style-textfill-fill-gradientfill-stoplist:"0 \#FFFFFF 0 100000\,100000 \#FFFFFF 0 100000";  color: #000000 !important; } </style> <![endif]-->
  <style>
   [data-ogsb] .light-mode-img-default {
 display: none !important;
}
[data-ogsb] .dark-mode-img {
 display: block !important;
}
[data-ogsb] .bg-blue {
 background-color: #0A569A!important;
}
[data-ogsb] .bg-white {
 background-color: #ffffff!important;
}
[data-ogsb] .txt-white {
 color: #ffffff!important;
}
[data-ogsb] .txt-black {
 color: #000000!important;
}
  </style>
  <!-- /END Dark Mode Styles-->
  <!--START Outlook Styles-->
  <!--[if gt mso 15]> <style type="text/css" media="all">  /* Outlook 2016 Height Fix */  table, tr, td { border-collapse: collapse; }  tr { font-size:0px; line-height:0px; border-collapse: collapse; } </style> <![endif]-->
  <!--Fix for Outlook 120DPI issues-->
  <!--[if gte mso 9]> <xml>   <o:OfficeDocumentSettings>     <o:AllowPNG/>     <o:PixelsPerInch>96</o:PixelsPerInch>  </o:OfficeDocumentSettings> </xml> <![endif]-->
  <!--Fix for Windows 10 link underline issues-->
  <!--[if (mso)|(mso 16)]> <style type="text/css"> a {text-decoration: none;} a:visited {text-decoration: none;} </style> <![endif]-->
  <!-- /END Outlook Styles-->
  <style>
   /* apple link styles */
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;
}
/*Samsung link styles*/
#MessageViewBody a {
 color: inherit !important;
 text-decoration: none !important;
 font-size: inherit !important;
 font-family: inherit !important;
 font-weight: inherit !important;
 line-height: inherit !important;
}
@media only screen and (max-width: 639px) {
 /* force link styling on addresses, etc. in the Gmail App */
 #body a, #body a:hover, #body a:visited {
  color: inherit;
  font: inherit;
  text-decoration: none;
 }
}
@media only screen and (min-width: 600px) {
 /*Force Outlook.com to full width for desktop so it doesn't look broken when browser window is smaller than max width.*/
 [class="x_webkit"] {
  width: 640px!important;
 }
}
 
/* Basic boilerplate styles */
body {
 margin: 0 auto !important;
 padding: 0;
 background-color: #F0F0F0;
}
table {
 border-spacing: 0;
 font-family: sans-serif;
 color: #333333;
}
td {
 padding: 0;
}
img {
 border: 0;
}
.wrapper {
 width: 100%;
 table-layout: fixed;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}
.webkit {
 max-width: 640px; /* set to max-width of full email */
 margin: 0 auto;
}
.multi-column-align-top .column {
 width: 100%;
 max-width: 640px;  /* set to width at which you'd like the column to scale to 100% */
 display: inline-block;
 vertical-align: top; /* this will align the column just as if it's a table cell */
}
.multi-column-align-middle .column {
 width: 100%;
 max-width: 640px;  /* set to width at which you'd like the column to scale to 100% */
 display: inline-block;
 vertical-align: middle; /* this will align the column just as if it's a table cell */
}
.multi-column-align-bottom .column {
 width: 100%;
 max-width: 640px;  /* set to width at which you'd like the column to scale to 100% */
 display: inline-block;
 vertical-align: top; /* this will align the column just as if it's a table cell */
}

@media only screen and (max-width: 639px) {
 .m-hide {
  display: none!important;
 }
 .m-show{
  display: block!important;
 }
 .m-block {
  display: block!important;
 }
 .m-float-left{
  display: inline!important;
  float: left!important;
 }
 .m-height-auto {
  height: auto!important;
 }
 .m-max-width-310px{
  max-width: 310px!important;
 }
 .m-width-70pc {
  width: 70%!important;
 }
 .m-width-30pc {
  width: 30%!important;
 }
 .m-full-width{
  width: 100%!important;
  max-width: 100%!important;
 }
 .m-border-none {
  border: none!important;
 }
 .m-txt-left {
  text-align: left!important;
 }
  .m-font-size-18px{
   font-size: 18px!important;
   line-height: 26px!important;
  }
 .m-font-size-12px{
  font-size: 12px!important;
  line-height: 14px!important;
 }
 .m-pt-20px {
  padding-top: 20px!important;
 }
 .m-pr-40px{
  padding-right: 40px!important;
 }
 .m-pr-30px{
  padding-right: 30px!important;
 }
 .m-pr-20px{
  padding-right: 20px!important;
 }
 .m-pr-10px{
  padding-right: 10px!important;
 }
 .m-pr-0px{
  padding-right: 0px!important;
 }
 .m-pl-40px{
  padding-left: 40px!important;
 }
 .m-pl-30px{
  padding-left: 30px!important;
 }
 .m-pl-20px{
  padding-left: 20px!important;
 }
 .m-pl-10px{
  padding-left: 10px!important;
 }
 .m-pl-0px{
  padding-left: 0px!important;
 }
}
  </style>
  <!--set UTM parameters-->
  <!--set campaign variables-->
 </head>
 <body class="body" id="body" style="background-color: #ffffff;">
  <!-- VALIDITY tracking pixel -->
  <!-- /\//\/\//\\/  VALIDITY TRACKING PIXEL STARTS /\//\/\//\\/-->
  <style>
   @media print{ #_two50 { background-image:url('https://inboxflows.com/_/image/http%253A%252F%252Fanalytics.carnivalcruiselineemail.com%252Fea%252Fqa8sdFS4Xr%252F%253Ft%253Dp%2526e%253Duifeed.com%2526c%253DLOY/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3NjM2NzU3ODguMzk2NjU5MX0:1vMCdg:ca3InYQfRwzwVNVVpU6F6nmxtMvhKFTRNdad_eeZ3HA'); } } blockquote #_two50, #mailContainerBody #_two50, div.OutlookMessageHeader, table.moz-email-headers-table { background-image:url('https://inboxflows.com/_/image/http%253A%252F%252Fanalytics.carnivalcruiselineemail.com%252Fea%252Fqa8sdFS4Xr%252F%253Ft%253Df%2526e%253Duifeed.com%2526c%253DLOY/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3NjM2NzU3ODguMzk3NDA2Nn0:1vMCdg:cGwcw8ocPHGQiu0BOndx73ODXBRkOMwxbVn53vxphZU'); }
  </style>
  <div id="_two50">
  </div>
  <img height="1" id="_two50_img" src="https://inboxflows.com/_/image/http%253A%252F%252Fanalytics.carnivalcruiselineemail.com%252Fea%252Fqa8sdFS4Xr%252F%253Fe%253Duifeed.com%2526c%253DLOY/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3NjM2NzU3ODguNDE1NjY4N30:1vMCdg:y0QO6gddEDawuvYgHzv6_kPNoB387BVRTd0odPFHYS8" style="margin:0 !important; padding:0 !important; border:0 !important; height:1px !important; width:1px !important;" width="1"/>
  <!-- /\//\/\//\\/  VALIDITY TRACKING PIXEL ENDS/\//\/\//\\/-->
  <center class="wrapper" style="background-color: #ffffff;">
   <div class="webkit" style="background-color: #ffffff;">
    <!--[if (gte mso 9)|(IE)]>   <table role="presentation" width="640" align="center" cellpadding="0" cellspacing="0" border="0" style="width: 640px;">    <tr>   <td>   <![endif]-->
    <!--Preheader-->
    <table align="center" border="0" cellpadding="0" cellspacing="0" class="m-hide" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <tr>
      <td align="left" style="width: 500px; padding: 12px 0px 12px 20px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; mso-line-height-rule:exactly; line-height: 14px; color: #6F6F6F;" width="500">
       Now you have until August 31, 2026 to reach your next status level.
      </td>
      <td align="right" style="width: 100px; padding: 12px 20px 12px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; mso-line-height-rule:exactly; line-height: 14px; color: #6F6F6F;" width="100">
       <a style="color: #6F6F6F; text-decoration: underline;" target="_blank">
        View online
       </a>
      </td>
     </tr>
    </table>
    <!--/Preheader-->
    <!-- Header-->
    <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <tr>
      <td align="center" style="padding: 20px;">
       <!-- Light Mode logo: white background for default. Dark Mode logo: This is for the Outlook app and Outlook.com -->
       <a target="_blank">
        <img alt="Carnival™" border="0" class="light-mode-img-default" height="58" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F6bd73ce0-0ed6-4c2c-a2cd-e2d26ea0ca00.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE1OTM0OH0:1vMCdg:W0vQ5C_1AEhMzgGNUobLOK7Zi9OWkzoCE39_1BApM0M" style="display: block;" width="220"/>
        <!--[if mso]><!-->
        <img alt="Carnival™" border="0" class="dark-mode-img" height="58" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fdcd7b031-986e-451a-8c9d-45d9919bf593.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE2MDc0OH0:1vMCdg:ks3n5qHkWqpw5q8MzaOXaf5qvjXf7cpdNgh6vYuDLPE" style="display: none;" width="220"/>
        <!--<![endif]-->
       </a>
      </td>
     </tr>
     <tr>
      <td align="center" class="m-pr-10px m-pl-10px" style="padding: 0px 30px 20px 30px;">
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="center" class="m-font-size-12px" style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; color: #A8A8A8; border-right: solid 1px #A8A8A8; padding: 2px 10px;">
          <a style="color: #0A569A; text-decoration: none; text-transform: uppercase; font-weight: bold;" target="_blank">
           Exclusive Offers
          </a>
         </td>
         <td align="center" class="m-font-size-12px" style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; color: #A8A8A8; border-right: solid 1px #A8A8A8; padding: 2px 10px;">
          <a style="color: #0A569A; text-decoration: none; text-transform: uppercase; font-weight: bold;" target="_blank">
           Search cruises
          </a>
         </td>
         <td align="center" class="m-font-size-12px" style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; color: #A8A8A8; padding: 2px 10px;">
          <a style="color: #0A569A; text-decoration: none; text-transform: uppercase; font-weight: bold;" target="_blank">
           My profile
          </a>
         </td>
        </tr>
       </table>
      </td>
     </tr>
    </table>
    <!--/Header-->
    <!-- Banner-->
    <table align="center" bgcolor="#0A569A" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <tr>
      <td align="center" class="m-font-size-18px" style="padding: 20px 30px 20px 30px; font-family: Arial, Helvetica, sans-serif; font-size: 22px; mso-line-height-rule: exactly; line-height: 32px; font-weight: bold; color: #ffffff;">
       Carnival Rewards
       <span style="font-weight: normal; vertical-align:.5em; line-height:normal; font-size:60%; mso-ansi-font-size: 90%;">
        ™
       </span>
       is launching September 2026.
      </td>
     </tr>
    </table>
    <!--/Banner-->
    <!-- Hero-->
    <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <tr>
      <td align="center">
       <a target="_blank">
        <img alt="Carnival Rewards - Good things are worth the wait. Learn more." class="m-full-width" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F127865a2-5d80-4628-8ebb-3d4b94d009d2.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE2MjM5NX0:1vMCdg:TuODWip4FRpo_fZjn9bCO4G20KBN-y7gV1aS2LpfezU" style="display: block;" width="640"/>
       </a>
      </td>
     </tr>
    </table>
    <!--/Hero-->
    <!-- Body-->
    <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <tr>
      <td align="left" class="m-pr-20px m-pl-30px" style="padding: 40px 40px 0px 40px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;">
       <p style="margin: 0px 0px 24px 0px; font-weight: bold;">
        Dear Fred:
       </p>
       <p style="margin: 0px 0px 30px 0px;">
        We've been listening to your feedback about our upcoming Carnival Rewards™ program, and we're excited to share this update.
       </p>
       <p style="font-weight: bold; margin: 0px 0px 10px 0px;">
        More Time to Earn Your Status
       </p>
       <p style="margin: 0px 0px 30px 0px;">
        To give you extra time — and to let your Summer 2026 cruises count toward your final VIFP Club
        <sup style="vertical-align:.5em; line-height:normal; font-size:60%; mso-ansi-font-size: 90%;">
         ®
        </sup>
        status — we are moving the launch of Carnival Rewards to September 1, 2026.  All your cruise activity through August 31, 2026 will count toward your final VIFP status, which will become your starting status in Carnival Rewards.
       </p>
       <p style="font-weight: bold; margin: 0px 0px 10px 0px;">
        Here’s How Carnival Rewards Will Recognize Our Members
       </p>
       <p style="margin: 0px 0px 10px 0px;">
        We are keeping the benefits we announced earlier:
       </p>
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 10px 0px;">
           Diamond guests keep lifetime status
          </p>
         </td>
        </tr>
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 24px 0px;">
           Platinum guests receive a 10,000-star boost every two years
          </p>
         </td>
        </tr>
       </table>
       <p style="margin: 0px 0px 24px 0px;">
        And then the benefits include:
       </p>
      </td>
     </tr>
     <tr>
      <td align="center" class="m-pr-10px m-pl-10px" style="padding: 0px 16px 40px 16px; font-family: Arial, Helvetica, sans-serif; text-align: left;">
       <a target="_blank">
        <img alt="Carnival Rewards status benefits details." border="0" class="m-hide" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F8927f580-6360-43cc-8c44-efa196faba62.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE2Mzc5fQ:1vMCdg:FNf8qdJSDESyuTOjndfCyCCQTktljtH3JR305FjoxQ8" style="display: block;" width="608"/>
        <!--[if mso]><!-->
        <img alt="Carnival Rewards™ launches June 2026." border="0" class="m-show" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fc395423a-8069-4ff7-aea6-d61eaed33963.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE2NTEyN30:1vMCdg:TULrR-r-gUc8RF3uWQ9bjrzJx63vyZkjL1GTqYlo6HI" style="display: none;" width="100%"/>
        <!--<![endif]-->
       </a>
      </td>
     </tr>
     <tr>
      <td align="left" class="m-pr-20px m-pl-30px" style="padding: 0px 40px 60px 40px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;">
       <p style="font-weight: bold; margin: 0px 0px 10px 0px;">
        How the New Two-Year Cycle Will Work
       </p>
       <p style="margin: 0px 0px 10px 0px;">
        We're shifting to a simple, calendar-year schedule:
       </p>
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 10px 0px;">
           When Carnival Rewards begins on September 1, 2026, your new status will match your VIFP status on August 31, 2026, and will last through December 31, 2028. This gives everyone four extra months in the very first cycle to earn status.
          </p>
         </td>
        </tr>
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 30px 0px;">
           After that, every earning period will run January 1–December 31, every two years.
          </p>
         </td>
        </tr>
       </table>
       <p style="font-weight: bold; margin: 0px 0px 10px 0px;">
        How You’ll Earn Stars (for Status)
       </p>
       <p style="margin: 0px 0px 24px 0px;">
        Stars determine your status level. They reset every two years.
       </p>
       <p style="margin: 0px 0px 10px 0px;">
        You earn:
       </p>
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 10px 0px;">
           3 stars per $1 spent on cruise fare and anything you buy onboard (+1 extra star per $1 if you use the Carnival Rewards™ Mastercard™)
          </p>
         </td>
        </tr>
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 30px 0px;">
           1 star for every casino point
          </p>
         </td>
        </tr>
       </table>
       <p style="font-weight: bold; margin: 0px 0px 10px 0px;">
        How You’ll Earn Points (for Spending on Rewards)
       </p>
       <p style="margin: 0px 0px 24px 0px;">
        Points are what you use to "buy" rewards like drinks, excursions, photos — even cruise fare.
       </p>
       <p style="margin: 0px 0px 10px 0px;">
        You earn:
       </p>
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 10px 0px;">
           3 points per $1 spent on cruise fare and onboard purchases
          </p>
         </td>
        </tr>
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 10px 0px;">
           1 point per casino point
          </p>
         </td>
        </tr>
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 24px 0px;">
           Extra points with the Carnival Rewards Mastercard
          </p>
         </td>
        </tr>
       </table>
       <p style="margin: 0px 0px 24px 0px;">
        100 points ≈ $1 in value, depending on demand — similar to how cruise fares vary.
       </p>
       <p style="margin: 0px 0px 30px 0px;">
        Points never expire as long as you earn or redeem points at least once every 3 years.
       </p>
       <p style="font-weight: bold; margin: 0px 0px 10px 0px;">
        New Carnival Rewards™ Mastercard
        <sup style="vertical-align:.5em; line-height:normal; font-size:60%; mso-ansi-font-size: 90%;">
         ®
        </sup>
        Benefits (coming in September 2026)
       </p>
       <p style="margin: 0px 0px 10px 0px;">
        Use the card and you can earn points and status in Carnival Rewards even faster:
       </p>
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 10px 0px;">
           3 points + 1 star per $1 spent on Carnival (to a net total of 6 Points and 4 Stars per $1 spent on Carnival)
          </p>
         </td>
        </tr>
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 10px 0px;">
           2 points + 1 star per $1 spent at eligible grocery stores and restaurants
          </p>
         </td>
        </tr>
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 24px 0px;">
           1 point + 1 star per $1 spent on all other purchases
          </p>
         </td>
        </tr>
       </table>
       <p style="margin: 0px 0px 30px 0px;">
        Upon launch of the Carnival Rewards program current cardmembers, as well as any new cardmembers, will have the balance of their Fun Points
        <sup style="vertical-align:.5em; line-height:normal; font-size:60%; mso-ansi-font-size: 90%;">
         ®
        </sup>
        converted to Carnival Rewards Points with no need to reapply.
       </p>
       <p style="font-weight: bold; margin: 0px 0px 10px 0px;">
        Milestones Are Still Here and More Rewards on More Intervals
       </p>
       <p style="margin: 0px 0px 10px 0px;">
        We'll still celebrate your Milestone cruises.
       </p>
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 10px 0px;">
           The current milestone program ends August 31, 2026
          </p>
         </td>
        </tr>
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 10px 0px;">
           All milestone awards earned by that date remain valid through August 31, 2030
          </p>
         </td>
        </tr>
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 10px 0px;">
           The new Carnival Rewards Milestones will be tied to days sailed, with special recognition on the specific cruise where you hit those milestones
          </p>
         </td>
        </tr>
        <tr>
         <td align="right" class="m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left; padding: 0px 0px 0px 10px;" valign="top">
          •
         </td>
         <td align="left" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #000000; text-align: left;" valign="top">
          <p style="margin: 0px 0px 24px 0px;">
           All your past cruising history will carry over
          </p>
         </td>
        </tr>
       </table>
       <p style="margin: 0px 0px 24px 0px;">
        Thank you for being part of the Carnival family. We'll continue sharing updates as we get closer to the launch of Carnival Rewards in 2026 — and we can't wait to welcome you aboard again soon!
       </p>
       <p style="margin: 0px 0px 10px 0px;">
        Sincerely,
       </p>
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="left" style="padding: 0px 0px 10px 0px;" valign="top">
          <img alt="" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F8cd42cf1-0d80-4961-8fde-b0dbf6e67af4.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE2NjQ2fQ:1vMCdg:5kqNqM4fXIgmzuYHFit0jwOxi4vaLt1WEh8vYVZcHZM" style="display: block;" width="260"/>
         </td>
        </tr>
       </table>
       <p style="margin: 0px 0px 4px 0px;">
        <strong>
         Christine Duffy
        </strong>
        <br/>
        President, Carnival Cruise Line
       </p>
      </td>
     </tr>
    </table>
    <!-- Blue with Arc-->
    <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <tr>
      <td align="center">
       <img alt="" border="0" class="m-hide" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F7f8fc132-ea16-4f1f-93f4-ccdbab57ac35.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE2ODA3Mn0:1vMCdg:uzIMqqlrEZSUA2mvjmtt1T8dk7LRVa21CDTdNlB-5CU" style="display: block;" width="640"/>
       <!--[if mso]><!-->
       <img alt="" border="0" class="m-show" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F91c7a9f4-64f9-49b1-b781-2e81857084e6.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE2OTQ3MX0:1vMCdg:yrn_LA_nFx2Nxd-zXGua-5XgLIvBg-Cv2Kazi6vqkhM" style="display: none;" width="100%"/>
       <!--<![endif]-->
      </td>
     </tr>
     <tr>
      <td align="center" bgcolor="#0A569A" class="bg-blue">
       <div style="background: #0A569A; background-image:linear-gradient(#0A569A,#0A569A); color: #ffffff;">
        <!--[if gte mso 9]>       <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:640px;" fillcolor="#0A569A">       <v:textbox style="mso-fit-shape-to-text:true" inset="20px,0px,0px,0px">       <![endif]-->
        <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
         <tr>
          <td class="txt-white" style="padding: 20px 20px 20px 20px; mso-padding-alt: 20px 20px 20px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff; text-align: center;">
           <div class="gmail-blend-screen">
            <div class="gmail-blend-difference">
             <h2 style="font-size: 22px; line-height: 32px; text-transform: uppercase; letter-spacing: 2px; margin: 0px;">
              <span class="m-block">
               Your cruise.
              </span>
              <span class="m-block">
               Your rewards.
              </span>
              <span class="m-block">
               Your way.
              </span>
             </h2>
            </div>
           </div>
          </td>
         </tr>
         <tr>
          <td class="txt-white m-pr-30px m-pl-30px" style="padding: 0px 60px 30px 60px; mso-padding-alt: 0px 60px 30px 40px; font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff; text-align: center;">
           <div class="gmail-blend-screen">
            <div class="gmail-blend-difference">
             <p style="margin: 0px;">
              When
              <strong>
               Carnival Rewards™ launches in September 2026
              </strong>
              , it will take a fresh, personalized approach to cruise rewards — and offer more opportunities to earn higher status with faster ways to get there.
             </p>
            </div>
           </div>
          </td>
         </tr>
         <tr>
          <td align="center" class="multi-column-align-top" style="font-size: 0; padding: 10px 20px; mso-padding-alt: 10px 20px 10px 0px;">
           <!--[if (gte mso 9)|(IE)]>          <table role="presentation" width="600" align="center" cellpadding="0" cellspacing="0" border="0" style="width: 600px;">          <tr>          <td width="150" valign="top" style="width: 150px;">          <![endif]-->
           <div class="column m-full-width" style="max-width: 150px;">
            <table border="0" cellpadding="0" cellspacing="0" class="m-max-width-310px" role="presentation" width="100%">
             <tr>
              <td align="center" style="padding: 0px 0px 20px 0px;">
               <table border="0" cellpadding="0" cellspacing="0" class="m-float-left m-width-30pc" role="presentation" width="100%">
                <tr>
                 <td align="center" width="100%">
                  <img alt="" border="0" height="80" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F4f2a1703-c55f-40fc-825f-857455bbe6f9.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE3MDgwNH0:1vMCdg:-tAD4_UK3MQ2aotD-u1kIWqGlZwMgG-FdZXuEI3gPCY" style="display: block;" width="80"/>
                 </td>
                </tr>
               </table>
               <table border="0" cellpadding="0" cellspacing="0" class="m-float-left m-width-70pc" role="presentation" width="100%">
                <tr>
                 <td align="center" class="txt-white m-txt-left m-pt-20px m-pr-0px m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; color: #ffffff; padding: 10px 6px 0px 6px;">
                  <div class="gmail-blend-screen">
                   <div class="gmail-blend-difference">
                    <p style="margin: 0px;">
                     Enjoy valuable points, our new flexible way to earn and redeem.
                    </p>
                   </div>
                  </div>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </div>
           <!--[if (gte mso 9)|(IE)]>          </td><td width="150" valign="top" style="width: 150px;">          <![endif]-->
           <div class="column m-full-width" style="max-width: 150px;">
            <table border="0" cellpadding="0" cellspacing="0" class="m-max-width-310px" role="presentation" width="100%">
             <tr>
              <td align="center" style="padding: 0px 0px 20px 0px;">
               <table border="0" cellpadding="0" cellspacing="0" class="m-float-left m-width-30pc" role="presentation" width="100%">
                <tr>
                 <td align="center" width="100%">
                  <img alt="" border="0" height="80" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F5c2017ee-510a-4347-a8c1-588bc6fa58f1.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE3MjE2M30:1vMCdg:hehteA-R5-GtDKkvSruOOP8ovZE0FclG9pVv5ZlP0qI" style="display: block;" width="80"/>
                 </td>
                </tr>
               </table>
               <table border="0" cellpadding="0" cellspacing="0" class="m-float-left m-width-70pc" role="presentation" width="100%">
                <tr>
                 <td align="center" class="txt-white m-txt-left m-pt-20px m-pr-0px m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; color: #ffffff; padding: 10px 5px 0px 5px;">
                  <div class="gmail-blend-screen">
                   <div class="gmail-blend-difference">
                    <p style="margin: 0px;">
                     Redeem your points for everything* Carnival
                     <sup style="vertical-align:.5em; mso-vertical-align-special: 60%; line-height:normal; font-size:60%; mso-ansi-font-size: 90%;">
                      ®
                     </sup>
                     .
                    </p>
                   </div>
                  </div>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </div>
           <!--[if (gte mso 9)|(IE)]>          </td><td width="155" valign="top" style="width: 150px;">          <![endif]-->
           <div class="column m-full-width" style="max-width: 150px;">
            <table border="0" cellpadding="0" cellspacing="0" class="m-max-width-310px" role="presentation" width="100%">
             <tr>
              <td align="center" style="padding: 0px 0px 20px 0px;">
               <table border="0" cellpadding="0" cellspacing="0" class="m-float-left m-width-30pc" role="presentation" width="100%">
                <tr>
                 <td align="center" width="100%">
                  <img alt="" border="0" height="80" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F2727a196-8034-4f2e-b513-3afe346ae79d.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE3MzQ5Nn0:1vMCdg:j5vBYlcwVzHUg1_dJZd6j6rq9GB2yuSA7wBVmaoL2YU" style="display: block;" width="80"/>
                 </td>
                </tr>
               </table>
               <table border="0" cellpadding="0" cellspacing="0" class="m-float-left m-width-70pc" role="presentation" width="100%">
                <tr>
                 <td align="center" class="txt-white m-txt-left m-pt-20px m-pr-0px m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; color: #ffffff; padding: 10px 15px 0px 15px;">
                  <div class="gmail-blend-screen">
                   <div class="gmail-blend-difference">
                    <p style="margin: 0px;">
                     Earn status faster and easier.
                    </p>
                   </div>
                  </div>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </div>
           <!--[if (gte mso 9)|(IE)]>          </td><td width="150" valign="top" style="width: 150px;">          <![endif]-->
           <div class="column m-full-width" style="max-width: 150px;">
            <table border="0" cellpadding="0" cellspacing="0" class="m-max-width-310px" role="presentation" width="100%">
             <tr>
              <td align="center" style="padding: 0px 0px 20px 0px;">
               <table border="0" cellpadding="0" cellspacing="0" class="m-float-left m-width-30pc" role="presentation" width="100%">
                <tr>
                 <td align="center" width="100%">
                  <img alt="" border="0" height="80" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Ff141abea-1ed7-474f-b79f-bb75a52353ad.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE3NDc3fQ:1vMCdg:C07D95iJ9N0uoB2gYwDIYr3WKeN4RdPB6QBvl6m4TEc" style="display: block;" width="80"/>
                 </td>
                </tr>
               </table>
               <table border="0" cellpadding="0" cellspacing="0" class="m-float-left m-width-70pc" role="presentation" width="100%">
                <tr>
                 <td align="center" class="txt-white m-txt-left m-pt-20px m-pr-0px m-pl-10px" style="font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; color: #ffffff; padding: 10px 20px 0px 20px;">
                  <div class="gmail-blend-screen">
                   <div class="gmail-blend-difference">
                    <p style="margin: 0px;">
                     Earn even more with the Carnival
                     <sup style="vertical-align:.5em; mso-vertical-align-special: 60%; line-height:normal; font-size:60%; mso-ansi-font-size: 90%;">
                      ®
                     </sup>
                     Mastercard
                     <sup style="vertical-align:.5em; mso-vertical-align-special: 60%; line-height:normal; font-size:60%; mso-ansi-font-size: 90%;">
                      ®
                     </sup>
                     .
                    </p>
                   </div>
                  </div>
                 </td>
                </tr>
               </table>
              </td>
             </tr>
            </table>
           </div>
           <!--[if (gte mso 9)|(IE)]>          </td>          </tr>          </table>          <![endif]-->
          </td>
         </tr>
         <tr>
          <td align="center" style="padding: 10px 20px 20px 20px; mso-padding-alt: 20px 20px 20px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 22px; color: #ffffff;">
           <!--Button-->
           <table border="0" cellpadding="0" cellspacing="0" height="60" role="presentation" style="height: 60px; text-align: center; background-color: #ffffff; border-radius: 8px; border: solid 1px #8C8C8C; mso-height-alt: 62px;">
            <tr>
             <td align="center" style="font-family: Arial, Helvetica, sans-serif; text-align:center; font-size: 16px; line-height: 20px; color:#ffffff; font-weight: bold; text-transform: uppercase; letter-spacing: 0.5px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; mso-padding-alt: 18px 30px;">
              <a style="color:#0A569A; border: none; text-decoration: none; display: inline-block; padding: 0px 30px; line-height: 60px;" target="_blank">
               Learn More
              </a>
             </td>
            </tr>
           </table>
           <!--/Button-->
           <p style="margin: 30px 0px 0px 0px;">
            *Limited exclusions apply.
           </p>
          </td>
         </tr>
        </table>
        <!--[if gte mso 9]>       <p style="margin:0; font-size:0; line-height:0;"><o:p xmlns:o="urn:schemas-microsoft-com:office:office">&nbsp;</o:p></p>       </v:textbox>       </v:rect>       <![endif]-->
       </div>
      </td>
     </tr>
     <tr>
      <td align="center">
       <img alt="Carnival Rewards™ launches September 2026." border="0" class="m-hide" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fd70ea187-435e-4629-81d5-5063cdc29896.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE3NjExNn0:1vMCdg:CwR0mi56LCkadGTrq9CajPq2yLosRuvt2ClLOhL8hX4" style="display: block;" width="640"/>
       <!--[if mso]><!-->
       <img alt="Carnival Rewards™ launches September 2026." border="0" class="m-show" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fd9adaa24-ddbf-4618-8de8-46bce868fa32.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE3NzM5Mn0:1vMCdg:lfx5l3azB1fcbThsdx75e2NwBHFNCwC71ADLfXj5-bI" style="display: none;" width="100%"/>
       <!--<![endif]-->
      </td>
     </tr>
    </table>
    <!-- /Blue with Arc-->
    <!--/Body-->
    <!--Footer-->
    <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <tr>
      <td align="center" class="multi-column-align-top" style="font-size: 0; padding: 10px 20px 20px 20px;">
       <!--[if (gte mso 9)|(IE)]>      <table role="presentation" width="600" align="center" cellpadding="0" cellspacing="0" border="0" style="width: 600px;">      <tr>      <td width="300" valign="top" style="width: 300px;">      <![endif]-->
       <div class="column m-full-width" style="max-width: 300px;">
        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
         <tr>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="Away We Go" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Facb9eed0-2654-47d9-bcbe-74a3cf98885f.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE3ODc2NX0:1vMCdg:N2HrX7neSYE9uSEC6_2oFTNPn7fVtOCDa-lXMBUjHHo" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="Away We Go" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F9108f210-6e66-4c10-8383-63863706e8b9.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE4MDAxNH0:1vMCdg:oDWblu1wONfDXiZQL0Dcpns6kfCBAnsw_N7mBcEohBE" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="Facebook" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F35891bda-8262-4b9b-adc6-abfb995f2d05.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE4MTMxOH0:1vMCdg:IbmmKDuoaWTLcbp5bSlx9FbpWiizkkBE57rzrfMJaHE" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="Facebook" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fd65b81b3-ce70-4d69-8e5c-fb2493da0ff5.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE4MjYxfQ:1vMCdg:k-MtUMR_9phs2A3Z3Z6A4AaQzZI8aC6MwxVMF5EMEos" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="Instagram" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fe6d44d0e-8399-49c9-9c50-7b4d74bbf117.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE4MzkwM30:1vMCdg:4w5JYhS-EhJ4qxfj7pfmF79PqqGk9ttAGiLzKoH-ANM" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="Instagram" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F8b6c5bf8-7621-4548-8a5a-7a65ce7e90ca.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE4NTE1fQ:1vMCdg:oX_EN4Ms7OuLcr-rJGv0gp0KQkQFkGLUaGd-UGtlDlw" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="TikTok" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F36f285cf-4b8f-42e9-9e31-e358efb9fac8.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE4NjQzfQ:1vMCdg:D5gNp6RO3mDMiNeKzdMt7yu3M1MIFpN-2JXdSgSCumw" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="TikTok" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F40ae7235-e869-4481-ba44-9e9a5793c645.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE4NzcxfQ:1vMCdg:1allXtvRO1h3931NhTAjM-EjFIKbZibvsIb-A14o6Hs" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
         </tr>
        </table>
       </div>
       <!--[if (gte mso 9)|(IE)]>      </td><td width="300" valign="top" style="width: 300px;">      <![endif]-->
       <div class="column m-full-width" style="max-width: 300px;">
        <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
         <tr>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="X" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F66df0c71-4055-4e71-aa2e-41e5edc96084.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE4OTAyNn0:1vMCdg:mDTKQpfdEQlglnyhoguCVeQSxGDVJT6a1WynAI1nfn4" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="X" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F787b598a-e691-4594-af8a-79e995321ce3.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE5MDI5N30:1vMCdg:snl4wVMdY6dD4OLqJvsBdsbjbqJexxO3s_D1q1GtI90" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="Pinterest" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F0a70b487-7f44-4fbd-8b51-82444ab530fc.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE5MTY1OH0:1vMCdg:-GZtWNsKfzI3Mk_4XM81xoRIZgI5tXy7nn67mPKsBsQ" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="Pinterest" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fa99a205e-4eb3-4019-acc9-a7c15bfaf421.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE5Mjk2fQ:1vMCdg:0t-vTwEPqeUISnsuUgdD-70_j_sigc74WL98mld3FGA" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="YouTube" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F9efeeab6-2b5a-4dcd-9eb6-62267384c90b.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE5NDI1Mn0:1vMCdg:tA0xwjBScS6uGE05f1OFibzPRgX8Ah9UoBK1JxBPucs" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="YouTube" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fde7eeddc-5680-4b5f-91bd-4b57b57b4fe1.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE5NTgzM30:1vMCdg:bjN94oLd7lStnRtfQ9i5UdPEJnteCVzn6vgsC4fIqAw" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
          <td align="center" style="padding: 10px;" width="25%">
           <a target="_blank">
            <img alt="Threads" border="0" class="light-mode-img-default" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fcb3fd494-7acc-448e-83ac-af89035c06f2.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE5Njg4Mn0:1vMCdg:ZWosOLkG7rpf65HwFLYp6WQ15oApoy1aT-oVfhqYLMw" style="display: block;" width="55"/>
            <!--[if mso]><!-->
            <img alt="Threads" border="0" class="dark-mode-img" height="55" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fae7c6c33-f760-4243-9f6d-465b4d4a9a84.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE5Nzg5Nn0:1vMCdg:fT9FC1tTuPj-UM22HabQlIe6zyZjgD9OM3wUkYvktmc" style="display: none;" width="55"/>
            <!--<![endif]-->
           </a>
          </td>
         </tr>
        </table>
       </div>
       <!--[if (gte mso 9)|(IE)]>      </td>      </tr>      </table>      <![endif]-->
      </td>
     </tr>
     <tr>
      <td align="center" style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #6A6A6A; text-align: center; padding: 10px 20px 20px 20px;">
       <p style="margin: 0px 0px 14px 0px;">
        The Carnival Mastercard is issued by Barclays Bank Delaware pursuant to a license from Mastercard International Incorporated. Mastercard, World Mastercard, World Elite Mastercard, and the circles design are registered trademarks of Mastercard International Incorporated.
       </p>
       <p style="margin: 0px 0px 14px 0px;">
        Guarantee our messages always go straight to your inbox
        <br/>
        Add
        <a style="text-decoration: underline; color: #6A6A6A;" target="_blank">
         funships@carnivalcruiselineemail.com
        </a>
        to your address book or safe list.
       </p>
       <p style="margin: 0px 0px 14px 0px;">
        <a style="text-decoration: underline; color: #6A6A6A;" target="_blank">
         Unsubscribe
        </a>
        from our mailing list or send a request by mail to Carnival Cruise Line: Carnival Place, 3655 NW 87th Avenue, Miami, FL 33178-2428. Attn: Interactive Marketing.
       </p>
       <p style="margin: 0px 0px 14px 0px;">
        <a style="text-decoration: underline; color: #6A6A6A;" target="_blank">
         FAQ
        </a>
        •
        <a style="text-decoration: underline; color: #6A6A6A;" target="_blank">
         About Us
        </a>
        •
        <a style="text-decoration: underline; color: #6A6A6A;" target="_blank">
         Privacy Notice
        </a>
       </p>
      </td>
     </tr>
    </table>
    <!--/Footer-->
    <!--[if (gte mso 9)|(IE)]>   </td>   </tr>   </table>   <![endif]-->
   </div>
  </center>
  <img alt="" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Fclick.carnivalcruiselineemail.com%252Fopen.aspx%253Fffcb10-feca107572640478-fe2215757d610c7c721c72-fe9513727761047c7c-ff971074-fe551378706d067e7017-ff01167274650c%2526d%253D70247%2526bmt%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5jYXJuaSIsInRpbWUiOjE3NjM2NzU3ODguNDE5OTAxfQ:1vMCdg:EdH6q79bB-QVVoaHAGN3UKzZvywiepKeItgrVUhvzbs" width="1"/>
 </body>
</html>