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;
}
#converted-body #wrapper a[x-apple-data-detectors] {
  color:inherit !important;
  text-decoration: 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: 384px) {
 .m-hide-sm {
  display: none!important;
 }
}

@media only screen and (max-width: 639px) {
 .m-hide {
  display: none!important;
 }
 .m-show{
  display: block!important;
 }
 .m-block {
  display: block!important;
 }
  .m-inline{
    display: inline!important;
  }
  .m-center{
    text-align: center!important;
    margin: 0 auto!important;
  }
  .m-center img{
    margin: 0 auto!important;
  }
 .m-float-left{
  display: inline!important;
  float: left!important;
 }
 .m-height-auto {
  height: auto!important;
 }
 .m-max-width-380px{
  max-width: 380px!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;
    height: auto!important;
 }
  .m-width-100{
    width: 100%!important;
  }
 .column {
  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-30px {
  padding-top: 30px!important;
 }
 .m-pt-20px {
  padding-top: 20px!important;
 }
 .m-pt-10px {
  padding-top: 10px!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-pb-10px{
    padding-bottom: 10px!important;
  }
  .m-pb-0px{
    padding-bottom: 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;
 }
  .m-mr-0px {
    margin-right: 0px!important;
  }
  .m-ml-0px {
    margin-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=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3ODY2NTM0NzMuNTI4ODMxN30:1wucBV:TfIfxB16mELKhfLr7wqIn09Topqch58a2yzWTyn_df4'); } } 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=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3ODY2NTM0NzMuNTI5NTgzNX0:1wucBV:R63fTCQU6wtXWMDt5LLwCKvsV9hF_vOn-2BVPdhqh6M'); }
  </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=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmFuYWx5dGljcy5jYSIsInRpbWUiOjE3ODY2NTM0NzMuNTQzMjgwOH0:1wucBV:gkPPhn04besOCIwpcP0ImCPv7DLteeKRnjAndkJ2RZk" 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" id="converted-body" style="background-color: #ffffff;">
   <div class="webkit" id="wrapper" 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">
       Fred, ready for what’s next?
      </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-->
    <!-- Navy background-->
    <table align="center" bgcolor="#052049" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 640px; Margin: 0 auto;" width="100%">
     <!--Hero-->
     <tr>
      <td align="center" bgcolor="#062479">
       <a target="_blank">
        <img alt="Carnival Rewards. Time to get excited." class="m-full-width" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Fc8e12cbb-752e-4d86-a289-e57a4ef853cd.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQzNTA3fQ:1wucBV:TrpAkAtVtUWkYGyOKC48vzUst3olb5QV41wAayyvd2o" style="display: block;" width="640"/>
       </a>
      </td>
     </tr>
     <tr>
      <td align="center" bgcolor="#0b3386">
       <a target="_blank">
        <img alt="Display images to show real-time content" border="0" class="m-full-width" height="330" src="https://inboxflows.com/_/image/https%253A%252F%252Fmovableink.carnival.com%252Fp%252Frp%252F467d906a19986375.png%253Fmi_u%253D9022829857%2526mi_ecmp%253D20260813/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZtb3ZhYmxlaW5rLiIsInRpbWUiOjE3ODY2NTM0NzMuNTQzNjgxNn0:1wucBV:BvHE219bh57Up9dvH9HkDEgjRHB8IYtMuLb9s8wWamU" style="border: 0; display: block; height: auto;" width="640"/>
       </a>
      </td>
     </tr>
     <tr>
      <td align="center" bgcolor="#3171b6">
       <a target="_blank">
        <img alt="" class="m-full-width" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F3a243929-6019-4146-afbe-29132c60142a.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQzODA0NH0:1wucBV:6G2NMM0E-WGMyOMeRcOaIzMq0aflvM6k5dhCe8RMq-E" style="display: block;" width="640"/>
       </a>
      </td>
     </tr>
     <!--/Hero-->
     <tr>
      <td align="center" class="m-pr-30px m-pl-30px" style="padding: 30px 40px 0px 40px; font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff; text-align: center;">
       <p style="margin: 0px 0px 30px 0px;">
        A first of its kind at sea, Carnival Rewards will offer a rewarding and flexible way to cruise for everyone.
       </p>
       <p style="margin: 0px 0px 40px 0px;">
        Over the coming months, as part of our phased rollout, you’ll see the transition from VIFP Club
        <sup style="vertical-align:.3em; line-height:normal; font-size:75%; mso-ansi-font-size: 98%;">
         ®
        </sup>
        to Carnival Rewards™ come to life through new features and experiences designed to help you personalize your cruise journey.
       </p>
       <p style="font-family: Georgia, serif; font-size: 32px; line-height: 38px; font-weight: 600; margin: 0px 0px 18px 0px;">
        starting September 1:
       </p>
      </td>
     </tr>
     <tr>
      <td align="center" class="m-pr-30px m-pl-30px" style="padding: 0px 50px 0px 70px;">
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="left" style="width: 70px; padding: 0px 0px 30px 0px;" valign="middle" width="70">
          <img alt="" border="0" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252Febf95800-ed14-48ce-875f-4ca508646021.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQzOTIxNX0:1wucBV:9UacntBlI4PRcwtEuy7XIQwKKmfqSm8-mU41u3ftZW4" style="display: block;" width="70"/>
         </td>
         <td align="left" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; font-weight: bold; color: #ffffff; padding: 0px 0px 30px 10px;">
          Earn points for eligible cruise fare, pre-cruise
          <span style="font-weight: normal;">
           *
          </span>
          and onboard purchases.
         </td>
        </tr>
        <tr>
         <td align="left" style="width: 70px; padding: 0px 0px 30px 0px;" valign="middle" width="70">
          <img alt="" border="0" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F0253b3a1-2fb5-47c3-952e-6b5da3a665ef.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ0MDMzfQ:1wucBV:VXY_5jO9uv22kyOOsv1V2QszkWIkmXOP5tCHOpQx26Y" style="display: block;" width="70"/>
         </td>
         <td align="left" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; font-weight: bold; color: #ffffff; padding: 0px 0px 30px 10px;">
          Redeem points for eligible cruise fare and onboard purchases.
         </td>
        </tr>
        <tr>
         <td align="left" style="width: 70px; padding: 0px 0px 30px 0px;" valign="middle" width="70">
          <img alt="" border="0" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F9c957ede-5030-47ae-a063-15d958b047ee.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ0MTQzfQ:1wucBV:km2YsNRubjGMlJlorV8Asu7zXj0Cj0o9MZpPb9K_mA4" style="display: block;" width="70"/>
         </td>
         <td align="left" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; font-weight: bold; color: #ffffff; padding: 0px 0px 30px 10px;">
          Earn stars at the same time as points.
         </td>
        </tr>
        <tr>
         <td align="left" style="width: 70px; padding: 0px 0px 30px 0px;" valign="middle" width="70">
          <img alt="" border="0" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F5e6d5d5e-f4c3-4e44-afc4-4a719c6ac6fa.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ0Mjg4fQ:1wucBV:4nQLTnqgfsrdfdB1Cj3rr_ZJ94RZN_zZTH5WicDzHAc" style="display: block;" width="70"/>
         </td>
         <td align="left" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; font-weight: bold; color: #ffffff; padding: 0px 0px 30px 10px;">
          Celebrate your milestones based on days sailed.
         </td>
        </tr>
       </table>
      </td>
     </tr>
     <tr>
      <td align="center" class="m-pr-30px m-pl-30px" style="padding: 0px 40px 50px 40px; font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #ffffff; text-align: center;">
       <p style="font-size: 12px; line-height: 16px; margin: 0px 0px 40px 0px;">
        *Points and stars from pre-cruise purchases will be posted at a later date.
       </p>
       <p style="font-family: Georgia, serif; font-size: 32px; line-height: 38px; font-weight: 600; margin: 0px 0px 18px 0px;">
        by October:
       </p>
       <p style="margin: 0px 0px 40px 0px;">
        Track your points and stars earned on your
        <a style="color: #ffffff; text-decoration: none;" target="_blank">
         Carnival.com
        </a>
        account (Points and stars earned from eligible pre-cruise purchases will post to your account separately at a later date).
       </p>
       <p style="font-family: Georgia, serif; font-size: 32px; line-height: 38px; font-weight: 600; margin: 0px 0px 18px 0px;">
        by the end of the year:
       </p>
       <p style="margin: 0px 0px 40px 0px;">
        Redeem points toward eligible pre-cruise purchases.
       </p>
       <!-- button -->
       <div>
        <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;" width="100%">
         <tr>
          <td align="center" valign="middle">
           <!--[if mso]>           <table border="0" cellpadding="0" cellspacing="0" role="presentation"><tr><td valign="middle">           <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" arcsize="50%" fillcolor="#ffffff" style="height: 48px; text-align: center; width: 262px; v-text-anchor: middle;">           <center>           <![endif]-->
           <div style="display: inline-block; max-width: 262px; vertical-align: middle; width: 100%; border: solid 1px #8C8C8C; border-radius: 8px; border-radius: 24px; mso-border-alt: none;">
            <a style="background-color: #ffffff; border-radius: 24px; color: #10559A; display: block; font-family: Arial, sans-serif; font-size: 0px; height: 48px; overflow: hidden; padding: 0px 20px; text-align: center; text-decoration: none; vertical-align: middle; mso-border-alt: none; mso-shading: transparent;" target="_blank">
             <span aria-hidden="true" style="display: inline-block; vertical-align: middle; height: 48px;">
             </span>
             <span style="display: inline-block; vertical-align: middle; font-size: 18px; line-height: 20px; font-weight: 600; color: #10559A;">
              Learn More
             </span>
             <span aria-hidden="true" style="display: inline-block; vertical-align: middle; height: 48px;">
             </span>
            </a>
           </div>
           <!--[if mso]>           </center>           </v:roundrect>           </td></tr></table>           <![endif]-->
          </td>
         </tr>
        </table>
       </div>
       <!-- /button -->
      </td>
     </tr>
    </table>
    <!-- /Navy background-->
    <!--Enroll Module-->
    <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="m-pr-20px m-pl-20px" style="padding: 40px 40px 40px 40px;">
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="center" bgcolor="#E3F2FA" style="border-radius: 18px;">
          <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
           <tr>
            <td align="center" class="m-pt-30px" style="padding: 40px 20px 30px 20px;">
             <img alt="" border="0" class="m-hide" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F3b5bfe8d-f060-4048-91e5-90c7bd255c6f.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ0NDI2fQ:1wucBV:z1Brmg30l9cfBv5vhL5NIsaadCkuL9WgZvNRfr3a8kY" style="display: block;" width="504"/>
             <!--[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%252Fcb693a51-a339-47bb-969f-5d3af703e7f9.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ0NjA1M30:1wucBV:xPrctfY9kkg947FmIImEXDejuJztmQeKoY-KN679swo" style="display: none;" width="100%"/>
             <!--<![endif]-->
            </td>
           </tr>
           <tr>
            <td align="center" style="padding: 0px 30px 20px 30px; font-family: Georgia, serif; font-size: 32px; line-height: 38px; font-weight: 600; color: #10559A; text-align: center;">
             not enrolled yet?
             <div class="m-inline" style="display: block;">
              opt‑in now!
             </div>
            </td>
           </tr>
           <tr>
            <td align="left" class="m-pr-30px m-pl-30px" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; padding: 0px 40px 20px 40px;">
             <p style="margin: 0px 0px 30px 0px;">
              Enroll in Carnival Rewards™ before August 31 to ensure your VIFP Club
              <sup style="vertical-align:.3em; line-height:normal; font-size:75%; mso-ansi-font-size: 98%;">
               ®
              </sup>
              status and days sailed carry over to the new program.
             </p>
             <p style="margin: 0px 0px 30px 0px;">
              Once you opt in, you’ll be ready to enjoy exciting new rewards and benefits beginning September 1, 2026.
             </p>
             <p style="margin: 0px 0px 30px 0px;">
              We’re updating our Terms &amp; Conditions, please accept them below. You’re two clicks away!
             </p>
             <p style="font-size: 16px; line-height: 22px; margin: 0px 0px 10px 0px;">
              By clicking the Opt In Now button below, I accept the
              <a style="text-decoration: underline; color: #000000;" target="_blank">
               Carnival Rewards Loyalty Terms and Conditions
              </a>
              . I understand that my personal information will be processed in accordance with the
              <a style="text-decoration: underline; color: #000000;" target="_blank">
               CCL Privacy Notice
              </a>
              , the
              <a style="text-decoration: underline; color: #000000;" target="_blank">
               CCL Consumer Health Data Privacy Notice
              </a>
              , and the
              <a style="text-decoration: underline; color: #000000;" target="_blank">
               CCL Notice of Financial Incentive
              </a>
              . I also understand that I may opt-out of the Carnival Rewards Loyalty Program at any time.
             </p>
            </td>
           </tr>
           <tr>
            <td align="center" style="padding: 0px 0px 16px 0px;">
             <a target="_blank">
              <img alt="Opt in now." border="0" height="50" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F97e176ff-45cc-4729-a747-980d542eca28.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ0NzI0Mn0:1wucBV:TFtgkyoC6iVDJkU3DnwWpzF7vxwrHtjqZ5MVLY9GhtA" style="display: inline-block;" width="261"/>
             </a>
            </td>
           </tr>
           <tr>
            <td align="center" style="padding: 0px 0px 40px 0px;">
             <a target="_blank">
              <img alt="Opt out of Carnival Rewards." border="0" height="50" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F3a14a9e8-766a-4c61-a967-fb4d0400b4a5.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ0ODMxOH0:1wucBV:aPYCQL7JgTdwZ1sKhGmbH3VTP2cazEM2Iyz_5UALVyY" style="display: inline-block;" width="261"/>
             </a>
            </td>
           </tr>
          </table>
         </td>
        </tr>
       </table>
      </td>
     </tr>
     <tr>
      <td align="center" class="m-pr-20px m-pl-20px" style="padding: 0px 40px 0px 40px;">
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="center" bgcolor="#E3F2FA" style="border-radius: 18px;">
          <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
           <tr>
            <td align="center" style="padding: 40px 30px 20px 30px; font-family: Georgia, serif; font-size: 32px; line-height: 38px; font-weight: 600; color: #10559A; text-align: center;">
             what’s next?
            </td>
           </tr>
           <tr>
            <td align="left" class="m-pr-30px m-pl-30px" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; padding: 0px 40px 10px 40px;">
             <p style="margin: 0px 0px 30px 0px;">
              Once enrolled, your first earning window will run from September 1, 2026, through December 31, 2028. As soon as you earn enough stars, you’ll unlock your next status immediately and enjoy it through December 31, 2030. The more stars you collect, the higher your status will go.
             </p>
             <p style="margin: 0px 0px 30px 0px;">
              Remember, if you reach Platinum or Diamond status before August 31, 2026:
             </p>
             <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
              <tr>
               <td align="right" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; font-weight: bold; padding: 0px 0px 30px 0px;" valign="top" width="20">
                •
               </td>
               <td align="left" class="m-pr-0px" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; padding: 0px 20px 30px 0px;">
                <strong>
                 Platinum Members:
                </strong>
                You’ll receive
                <strong>
                 10,000 bonus stars
                </strong>
                at the beginning of each earning window. This gets you closer to achieving Platinum status every 2 years.
               </td>
              </tr>
              <tr>
               <td align="right" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; font-weight: bold; padding: 0px 0px 30px 0px;" valign="top" width="20">
                •
               </td>
               <td align="left" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; padding: 0px 0px 30px 0px;">
                <strong>
                 Diamond Members:
                </strong>
                You will enjoy
                <strong>
                 lifetime Diamond status
                </strong>
                in the new Carnival Rewards program!
               </td>
              </tr>
             </table>
            </td>
           </tr>
          </table>
         </td>
        </tr>
       </table>
      </td>
     </tr>
    </table>
    <!--/Enroll Module-->
    <!--Credit Card Module-->
    <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 0px 0px 0px;">
       <img alt="" border="0" class="m-width-100" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fimage.carnivalcruiselineemail.com%252Flib%252Ffe9513727761047c7c%252Fm%252F1%252F434f9cfe-bb8a-4272-9aee-f5de1f9c7815.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ0OTQxNH0:1wucBV:QjhnFDXGD9XJxhzRO1GA7hTtBZkfGMCtDB1dNtyWH1Q" style="display: block;" width="560"/>
      </td>
     </tr>
     <tr>
      <td align="center" class="m-pr-30px m-pl-30px" style="font-family: Arial, sans-serif; font-size: 20px; line-height: 28px; color: #000000; padding: 10px 60px 40px 60px;">
       <p style="margin: 0px 0px 30px 0px;">
        Want to earn points and status faster? With the new Carnival Rewards™ Mastercard
        <sup style="vertical-align:.3em; line-height:normal; font-size:75%; mso-ansi-font-size: 98%;">
         ®
        </sup>
        , you can earn points and stars on eligible Carnival purchases plus everyday purchases, starting September 1.
       </p>
       <!-- button -->
       <div>
        <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width: 100%;" width="100%">
         <tr>
          <td align="center" valign="middle">
           <!--[if mso]>           <table border="0" cellpadding="0" cellspacing="0" role="presentation"><tr><td valign="middle">           <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" arcsize="50%" fillcolor="#10559A" style="height: 48px; text-align: center; width: 262px; v-text-anchor: middle;">           <center>           <![endif]-->
           <div style="display: inline-block; max-width: 262px; vertical-align: middle; width: 100%;">
            <a style="background-color: #10559A; border-radius: 24px; color: #ffffff; display: block; font-family: Arial, sans-serif; font-size: 0px; height: 48px; overflow: hidden; padding: 0px 20px; text-align: center; text-decoration: none; vertical-align: middle; mso-border-alt: none; mso-shading: transparent;" target="_blank">
             <span aria-hidden="true" style="display: inline-block; vertical-align: middle; height: 48px;">
             </span>
             <span style="display: inline-block; vertical-align: middle; font-size: 18px; line-height: 20px; font-weight: 600; color: #ffffff;">
              Apply Now
             </span>
             <span aria-hidden="true" style="display: inline-block; vertical-align: middle; height: 48px;">
             </span>
            </a>
           </div>
           <!--[if mso]>           </center>           </v:roundrect>           </td></tr></table>           <![endif]-->
          </td>
         </tr>
        </table>
       </div>
       <!-- /button -->
       <p style="font-size: 12px; line-height: 16px; margin: 20px 0px 0px 0px;">
        Terms apply.
       </p>
      </td>
     </tr>
    </table>
    <!--/Credit Card Module-->
    <!--/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="m-pt-10px m-pr-10px m-pb-0px m-pl-10px" style="padding: 20px 30px 10px 30px;">
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td align="center" class="m-block m-border-none m-pt-10px m-pb-10px" 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-block m-border-none m-pt-10px m-pb-10px" 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-block m-border-none m-pt-10px m-pb-10px" 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>
     <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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ1MDU2OH0:1wucBV:PqbxHM6s9FISEGKYNt1leeinpwbzGTAT9t7HKuOuZJk" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ1MTY4NH0:1wucBV:Vwe_ToXm1AOLs3Y7UxLqfBcPXUSxUg6spWAkEcIgz2w" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ1MjgxfQ:1wucBV:bGYiHO5jOi1_gy5wO2tjyZNLzdtowISZd69aHVepHeY" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ1NDM1N30:1wucBV:A6CDlZG8uZzh04tr5dvxXveJwBJXaJIgwJOVqjSby7g" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ1NTczMn0:1wucBV:uQoVA9usFPhgV2NHht5WalnyTybctS0jR4o96WKF0NQ" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ1Njg0M30:1wucBV:Q-phXrE5fJE-seDZWdY4O2AV9AK9ogZ5BK7yrrMQry4" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ1Nzl9:1wucBV:EKilakY6UDZafYkkJRft4f-mZrrMeb3mw6QPIpohFdk" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ1ODk5Mn0:1wucBV:enQ5rOunVF-R5ZriSdUgCkVVqT6iSDHk3KaRx3maTTY" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ2MDA4M30:1wucBV:akYKaKkX-eNELaCH9mVGkZwPXvlZ6FG1rOmuqzub-yQ" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ2MTE2OH0:1wucBV:jScVlmOmkdfHEP5WRHiAQwzJbsCR92jOEMMZbzr6ZoA" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ2MjIzNH0:1wucBV:8WsPmNJdA_7WBwE-yOXNC0oKXwHdjjKuZbMRFqRi33w" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ2MzM3OH0:1wucBV:WIjB6IpoOduOYHrnYJqB0NmwvSFrtK7qgvpu3_Cb848" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ2NDQ2Nn0:1wucBV:x-GQM-11cdd6FAr3tczjBBCCNj6HKVkemUpdUeTDsMY" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ2NTY4Nn0:1wucBV:aeIdx7zQA5rgdnM23z05uMAzwAVKEhQo4dlq6_tiU_o" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ2Njc2fQ:1wucBV:RuWbPCnuGAh4OZGbGaxugSxUl7XUEKLucnSQ1wIaEYw" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ2Nzg0fQ:1wucBV:USiKxX8nbQ31VE-Fjy6jP1Z6Mfh-m8DpWRn5dUKmEUU" 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="padding: 0px 20px 20px 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ2ODk0Nn0:1wucBV:7OChYjyx1OUHpPi9oiQXsbVAF8ud1TQIpVBj6xm5Sqs" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZpbWFnZS5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ3MDAyOH0:1wucBV:I8_FzhJnA3d11uYiBtLUfUYA3d2zE6Dd2iHJTMoWrGE" style="display: none;" width="220"/>
        <!--<![endif]-->
       </a>
      </td>
     </tr>
     <tr>
      <td align="center" style="font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; color: #6A6A6A; text-align: center; padding: 10px 20px 20px 20px;">
       <p style="margin: 0px 0px 14px 0px;">
        The Carnival
        <sup style="vertical-align:.3em; line-height:normal; font-size:75%; mso-ansi-font-size: 98%;">
         ®
        </sup>
        World Mastercard
        <sup style="vertical-align:.3em; line-height:normal; font-size:75%; mso-ansi-font-size: 98%;">
         ®
        </sup>
        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%253FRE5KPY2TMSWEDFZQRBI5TLQJVQ.70254%2526d%253D70254%2526bmt%253D0/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5jYXJuaSIsInRpbWUiOjE3ODY2NTM0NzMuNTQ3MTIxOH0:1wucBV:cuDDh_rhifrT-tTCMa_aLUhxwefsxXNcUqCmDLpfXeg" width="1"/>
 </body>
</html>