email-header.php 96.2 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632
<?php

/**
 * Email Header
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/emails/email-header.php.
 *
 * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer).
 * will need to copy the new files to your theme to maintain compatibility. We try to do this.
 * as little as possible, but it does happen. When this occurs the version of the template file will.
 * be bumped and the readme will list any important changes.
 *
 * @see 	    http://docs.woothemes.com/document/template-structure/
 * @author  WooThemes
 * @package WooCommerce/Templates/Emails
 * @version 2.4.0
 */
function fgc_get_content_email($link, $heading, $subheading, $body_text_1, $link_text_1, $body_text_2, $welcome_text, $link_text_2) {
    ob_start();
    ?>
    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
                <!-- NAME: 3:1:3 COLUMN -->
                <!--[if gte mso 15]>
                <xml>
                   <o:OfficeDocumentSettings>
                      <o:AllowPNG/>
                      <o:PixelsPerInch>96</o:PixelsPerInch>
                   </o:OfficeDocumentSettings>
                </xml>
                <![endif]-->
                <meta charset="UTF-8">
                    <meta http-equiv="X-UA-Compatible" content="IE=edge">
                        <meta name="viewport" content="width=device-width, initial-scale=1">
                            <title>REIZE Email</title>
                            <style>
                                @media only screen and (max-device-width: 480px) {
                                    .picture_bottom{
                                        width: 100% !important;
                                    }
                                }

                            </style>
                            </head>
                            <body style="height: 100%; width: 100% !important; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; min-width: 100% !important; background-color: #fafafa; margin: 0; padding: 0; " bgcolor="#fafafa">
                                <center>
                                    <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable" style="border-collapse: collapse; height: 100%; width: 100%; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; background-color: #fafafa; margin: 0; padding: 0;" bgcolor="#fafafa">
                                        <tbody>
                                            <tr>
                                                <td align="center" valign="top" id="bodyCell" style="height: 100%; width: 100%; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; border-top-width: 0; margin: 0; padding: 10px;">
                                                    <!-- BEGIN TEMPLATE // -->
                                                    <!--[if gte mso 9]>
                                                    <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
                                                       <tr>
                                                          <td align="center" valign="top" width="600" style="width:600px;">
                                                             <![endif]-->
                                                    <table border="0" cellpadding="0" cellspacing="0" class="templateContainer" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; max-width: 600px !important; width: 100%; border: 0;">
                                                        <tbody>
                                                            <tr>
                                                                <td valign="top" id="templatePreheader" style="mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; border-top-width: 0; border-bottom-width: 0; padding-top: 10px; padding-bottom: 10px; display: block !important; background-color: #232323;" bgcolor="#232323">
                                                                    <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock" style="min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                        <tbody class="mcnImageBlockOuter">
                                                                            <tr>
                                                                                <td valign="top" style="mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; padding: 0px;" class="mcnImageBlockInner">
                                                                                    <table align="left" width="100%" border="0" cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                        <tbody>
                                                                                            <tr>
                                                                                                <td class="mcnImageContent" valign="top" style="mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; padding: 0 0px;">
                                                                                                    <img align="left" alt="" src="https://gallery.mailchimp.com/9cfc8f78fec1afb80edb5dc6f/images/1ac199a9-68a7-4989-a7c8-1a9b986ca3dc.png" width="130" style="max-width: 130px; padding-bottom: 0; display: inline !important; vertical-align: bottom; height: auto; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; /* width: 100% !important; */ border: 0;" class="mcnImage">
                                                                                                </td>
                                                                                            </tr>
                                                                                        </tbody>
                                                                                    </table>
                                                                                </td>
                                                                            </tr>
                                                                        </tbody>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr style="background: #F8F7F6; ">
                                                                <td valign="top" id="templateHeader" style="mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; border-top-width: 0; border-bottom-width: 0; padding-top: 20px; padding-bottom: 0; ">
                                                                    <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                        <tbody class="mcnTextBlockOuter">
                                                                            <tr>
                                                                                <td valign="top" class="mcnTextBlockInner" style="mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                    <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; max-width: 100% !important; width: 100% !important;" class="mcnTextContentContainer">
                                                                                        <tbody>
                                                                                            <tr>
                                                                                                <td valign="top" class="mcnTextContent" style="line-height: 150% !important; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; word-break: break-word; color: #202020; font-family: Helvetica; font-size: 16px !important; text-align: left; padding: 9px 18px;" align="left">
                                                                                                    <div style="text-align: left;" align="left">
                                                                                                        <?php if ($heading != '') { ?>
                                                                                                            <p style="mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; color: #94937F; font-family: Helvetica; font-size: 28px !important; line-height: 150% !important; text-align: left; margin: 10px 0; padding: 0;" align="left">
                                                                                                                <span style="color: #94937F;">
                                                                                                                    <span style="font-size: 0.75em;">
                                                                                                                        <span style="font-family: arial,helvetica neue,helvetica,sans-serif;">
                                                                                                                            <strong>
                                                                                                                                <?php echo $heading; ?>
                                                                                                                            </strong>
                                                                                                                        </span>
                                                                                                                    </span>
                                                                                                                </span>
                                                                                                            </p>
                                                                                                        <?php } ?>
                                                                                                        <?php if ($subheading != '') { ?>
                                                                                                            <p style="mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; color: #000; font-family: Helvetica; font-size: 12px !important; line-height: 150% !important; text-align: left; margin: 10px 0; padding: 0;" align="left">
                                                                                                                <span style="color: #000;">
                                                                                                                    <span style="font-size: 1.4em;">
                                                                                                                        <span style="font-family: arial,helvetica neue,helvetica,sans-serif;">
                                                                                                                            <strong>   <?php echo $subheading; ?> </strong>
                                                                                                                        </span>
                                                                                                                    </span>
                                                                                                                </span>
                                                                                                            </p>
                                                                                                        <?php } ?>
                                                                                                        <?php if ($link != '') { ?>
                                                                                                            <p style="mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; color: #000; font-family: Helvetica; font-size: 12px !important; line-height: 150% !important; text-align: left; margin: 10px 0; padding: 0;" align="left">
                                                                                                                <button style="display: block;    font-size: 1.4em;    margin: 22px 0;     background: #ffe833 none repeat scroll 0 0;    border-radius: 5px;        font-weight: 700;    line-height: 25px;    padding: 11px 0px;" >
                                                                                                                    <a href=" <?php echo $link; ?>" style=" text-decoration: none; padding: 11px 24px; color: #000;">ACCEPT INVITATION</a>
                                                                                                                </button>
                                                                                                            </p>
                                                                                                        <?php } ?>
                                                                                                        <?php if ($body_text_1 != '') { ?>
                                                                                                            <p style="mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; color: #000; font-family: Helvetica; font-size: 12px !important; line-height: 180% !important; text-align: left; margin: 10px 0; padding: 0;" align="left">
                                                                                                                <span style="color: #000;">
                                                                                                                    <span style="font-size: 1.4em;">
                                                                                                                        <span style="font-family: arial,helvetica neue,helvetica,sans-serif;line-height: 150%;"> <?php echo $body_text_1; ?> </span>
                                                                                                                    </span>
                                                                                                                </span>
                                                                                                            </p>
                                                                                                        <?php } ?>
                                                                                                        <?php if ($link_text_1 != '') { ?>
                                                                                                            <p style="mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; color: #202020; font-family: Helvetica; font-size: 16px !important; line-height: 150% !important; text-align: left; margin: 20px 0; padding: 0;" align="left">
                                                                                                                <span style="color: #000;">
                                                                                                                    <span style="font-size: 1em;">
                                                                                                                        <span style="font-family: arial,helvetica neue,helvetica,sans-serif;">
                                                                                                                            <strong><a href=" <?php echo $link; ?>" style="     color: #000;"> <?php echo $link_text_1; ?> </a></strong>
                                                                                                                        </span>
                                                                                                                    </span>
                                                                                                                </span>
                                                                                                            </p>
                                                                                                        <?php } ?>
                                                                                                        <?php if ($body_text_2 != '') { ?>
                                                                                                            <p style="mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; color: #202020; font-family: Helvetica; font-size: 16px !important; line-height: 150% !important; text-align: left; margin: 10px 0; padding: 0;" align="left">
                                                                                                                <span style="color: #000;">
                                                                                                                    <span style="font-size: 1.05em;">
                                                                                                                        <span style="font-family: arial,helvetica neue,helvetica,sans-serif;line-height: 150%;"> <?php echo $body_text_2; ?></span>
                                                                                                                    </span>
                                                                                                                </span>
                                                                                                            </p>
                                                                                                        <?php } ?>
                                                                                                        <?php if ($welcome_text != '') { ?>
                                                                                                            <p style="mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; color: #202020; font-family: Helvetica; font-size: 16px !important; line-height: 150% !important; text-align: left; margin: 20px 0; padding: 0;" align="left">
                                                                                                                <span style="color: #000;">
                                                                                                                    <span style="font-size: 1.05em;">
                                                                                                                        <span style="font-family: arial,helvetica neue,helvetica,sans-serif;line-height: 150%;">
                                                                                                                            <?php echo $welcome_text; ?>
                                                                                                                        </span>
                                                                                                                    </span>
                                                                                                                </span>
                                                                                                            </p>
                                                                                                        <?php } ?>
                                                                                                        <?php if ($link_text_2 != '') { ?>
                                                                                                            <p style="mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; color: #202020; font-family: Helvetica; font-size: 16px !important; line-height: 150% !important; text-align: center; margin: 10px 0; padding: 0;" align="left">
                                                                                                                <span style="color: #000;">
                                                                                                                    <span style="font-size: 1em;">
                                                                                                                        <span style="font-family: arial,helvetica neue,helvetica,sans-serif;">
                                                                                                                            <strong> <a href=" <?php echo $link; ?>" style=" text-decoration: none;     color: #000;"> <?php echo $link_text_2; ?></a></strong>
                                                                                                                        </span>
                                                                                                                    </span>
                                                                                                                </span>
                                                                                                            </p>
                                                                                                        <?php } ?>
                                                                                                    </div>
                                                                                                </td>
                                                                                            </tr>
                                                                                        </tbody>
                                                                                    </table>
                                                                                </td>
                                                                            </tr>
                                                                        </tbody>
                                                                    </table>
                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnBoxedTextBlock" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                        <!--[if gte mso 9]>
                                                                        <table align = "center" border = "0" cellspacing = "0" cellpadding = "0" width = "100%">
                                                                           <![endif] -->
                                                                        <tbody class = "mcnBoxedTextBlockOuter">
                                                                            <tr>
                                                                                <td valign = "top" class = "mcnBoxedTextBlockInner" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                    <!--[if gte mso 9]>
                                                                                 <td align = "center" valign = "top" ">
                                                                                    <![endif]-->
                                                                                    <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100% !important;
                                                                                           border-collapse: collapse;
                                                                                           mso-table-lspace: 0pt;
                                                                                           mso-table-rspace: 0pt;
                                                                                           -ms-text-size-adjust: 100%;
                                                                                           -webkit-text-size-adjust: none!important;
                                                                                           max-width: 100% !important;
                                                                                           width: 100% !important;
                                                                                           " class="mcnBoxedTextContentContainer">
                                                                                        <tbody>
                                                                                            <tr>
                                                                                                <td style="mso-line-height-rule: exactly;
                                                                                                    -ms-text-size-adjust: 100%;
                                                                                                    -webkit-text-size-adjust: none!important;
                                                                                                    padding: 9px 18px;
                                                                                                    ">
                                                                                                    <table border="0" cellpadding="18" cellspacing="0" class="mcnTextContentContainer" width="100%" style="min-width: 100 % !important;
                                                                                                           border-collapse: collapse;
                                                                                                           mso-table-lspace: 0pt;
                                                                                                           mso-table-rspace: 0pt;
                                                                                                           -ms-text-size-adjust: 100%;
                                                                                                           -webkit-text-size-adjust: none!important;
                                                                                                           max-width: 100 % !important;
                                                                                                           width: 100 % !important;
                                                                                                           background-color: #404040;" bgcolor="#404040">
                                                                                                        <tbody>
                                                                                                            <tr>
                                                                                                                <td valign = "top" class = "mcnTextContent" style = "color: #F2F2F2; font-family: Helvetica; font-size: 16px !important; font-weight: normal; text-align: center; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; word-break: break-word; line-height: 150% !important; padding-right: 18px !important; padding-left: 18px !important;" align = "center">
                                                                                                                    <span style = "font-size: 1.7em; line-height: 40.4px;"><strong>IT'S MOST FLAVOURSOME</strong></span>
                                                                                                                </td>
                                                                                                            </tr>
                                                                                                        </tbody>
                                                                                                    </table>
                                                                                                </td>
                                                                                            </tr>
                                                                                        </tbody>
                                                                                    </table>
                                                                                    <!--[if gte mso 9]>
                                                                                 </td>
                                                                                 <![endif] -->
                                                                                    <!--[if gte mso 9]>
                                                                                 </tr>
                                                                           </table>
                                                                           <![endif] -->
                                                                                </td>
                                                                            </tr>
                                                                        </tbody>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td valign="top" id="templateUpperColumns" style="mso-line-height-rule: exactly;
                                                                    -ms-text-size-adjust: 100%;
                                                                    -webkit-text-size-adjust: none!important;
                                                                    border-top-width: 0;
                                                                    border-bottom-width: 0;
                                                                    padding-top: 5px;
                                                                    padding-bottom: 10px;
                                                                    background-color: #4a4a4b; text-align: center;" bgcolor="#4a4a4b">
                                                                    <!--[if gte mso 9]>
                                                                    <table align = "center" border = "0" cellspacing = "0" cellpadding = "0" width = "200" style = "width:600px;">
                                                                       <tr>
                                                                          <td align = "center" valign = "top" width = "200" style = "width:200px;">
                                                                             <![endif] -->
                                                                    <table  border = "0" cellpadding = "0" cellspacing = "0" width="195"  class = "columnWrapper" style = "border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; max-width: 100% !important;   display: inline-block;">
                                                                        <tbody>
                                                                            <tr>
                                                                                <td valign = "top" class = "columnContainer" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnImageBlock" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                        <tbody class = "mcnImageBlockOuter">
                                                                                            <tr>
                                                                                                <td valign = "top" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; padding: 9px;" class = "mcnImageBlockInner">
                                                                                                    <table align = "left" width = "100%" border = "0" cellpadding = "0" cellspacing = "0" class = "mcnImageContentContainer" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                        <tbody>
                                                                                                            <tr>
                                                                                                                <td class = "mcnImageContent" valign = "top" style = "text-align: center; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; padding: 0 9px;" align = "center">
                                                                                                                    <img align = "center" alt = "" src = "https://gallery.mailchimp.com/9cfc8f78fec1afb80edb5dc6f/images/94b512ae-b214-4c54-8777-1d9bb8b49e31.png" width = "164" style = "max-width: 500px; padding-bottom: 0; display: inline !important; vertical-align: bottom; height: auto; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: 100% !important; border: 0;" class = "mcnImage">
                                                                                                                </td>
                                                                                                            </tr>
                                                                                                        </tbody>
                                                                                                    </table>
                                                                                                </td>
                                                                                            </tr>
                                                                                        </tbody>
                                                                                    </table>
                                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnTextBlock" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                        <tbody class = "mcnTextBlockOuter">
                                                                                            <tr>
                                                                                                <td valign = "top" class = "mcnTextBlockInner" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                    <table align = "left" border = "0" cellpadding = "0" cellspacing = "0" width = "100%" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; max-width: 100% !important; width: 100% !important;" class = "mcnTextContentContainer">
                                                                                                        <tbody>
                                                                                                            <tr>
                                                                                                                <td valign = "top" class = "mcnTextContent" style = "color: #FFFFFF; text-align: center; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; word-break: break-word; font-family: Helvetica; font-size: 16px !important; line-height: 150% !important; padding: 9px 18px;" align = "center">
                                                                                                                    <img align = "none" height = "30" src = "https://gallery.mailchimp.com/9cfc8f78fec1afb80edb5dc6f/images/c500555a-64f2-42b2-a6c0-1c9c1a0bddc9.png" style = "width: 120px; height: auto !important; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; margin: 0px; border: 0;" width = "120">
                                                                                                                </td>
                                                                                                            </tr>
                                                                                                        </tbody>
                                                                                                    </table>
                                                                                                </td>
                                                                                            </tr>
                                                                                        </tbody>
                                                                                    </table>
                                                                                </td>
                                                                            </tr>
                                                                        </tbody>
                                                                    </table>
                                                                    <!--[if gte mso 9]>
                                                                 </td>
                                                                 <td align = "center" valign = "top" width = "200" style = "width:200px;">
                                                                    <![endif] -->
                                                                    <table  border = "0" cellpadding = "0" cellspacing = "0"   width="195"  class = "columnWrapper" style = "border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; max-width: 100% !important; display: inline-block;   ">
                                                                        <tbody>
                                                                            <tr>
                                                                                <td valign = "top" class = "columnContainer" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnImageBlock" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                        <tbody class = "mcnImageBlockOuter">
                                                                                            <tr>
                                                                                                <td valign = "top" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; padding: 9px;" class = "mcnImageBlockInner">
                                                                                                    <table align = "left" width = "100%" border = "0" cellpadding = "0" cellspacing = "0" class = "mcnImageContentContainer" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                        <tbody>
                                                                                                            <tr>
                                                                                                                <td class = "mcnImageContent" valign = "top" style = "text-align: center; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; padding: 0 9px;" align = "center">
                                                                                                                    <img align = "center" alt = "" src = "https://gallery.mailchimp.com/9cfc8f78fec1afb80edb5dc6f/images/e1e49700-ac01-48ac-9207-75a55063fc72.png" width = "164" style = "max-width: 500px; padding-bottom: 0; display: inline !important; vertical-align: bottom; height: auto; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: 100% !important; border: 0;" class = "mcnImage">
                                                                                                                </td>
                                                                                                            </tr>
                                                                                                        </tbody>
                                                                                                    </table>
                                                                                                </td>
                                                                                            </tr>
                                                                                        </tbody>
                                                                                    </table>
                                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnTextBlock" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                        <tbody class = "mcnTextBlockOuter">
                                                                                            <tr>
                                                                                                <td valign = "top" class = "mcnTextBlockInner" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                    <table align = "left" border = "0" cellpadding = "0" cellspacing = "0" width = "100%" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; max-width: 100% !important; width: 100% !important;" class = "mcnTextContentContainer">
                                                                                                        <tbody>
                                                                                                            <tr>
                                                                                                                <td valign = "top" class = "mcnTextContent" style = "color: #FFFFFF; text-align: center; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; word-break: break-word; font-family: Helvetica; font-size: 16px !important; line-height: 150% !important; padding: 9px 18px;" align = "center">
                                                                                                                    <img align = "none" height = "30" src = "https://gallery.mailchimp.com/9cfc8f78fec1afb80edb5dc6f/images/b2dc4462-5aba-4281-967a-b220c8b3a4f1.png" style = "width: 120px; height: auto !important; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; margin: 0px; border: 0;" width = "120">
                                                                                                                </td>
                                                                                                            </tr>
                                                                                                        </tbody>
                                                                                                    </table>
                                                                                                </td>
                                                                                            </tr>
                                                                                        </tbody>
                                                                                    </table>
                                                                                </td>
                                                                            </tr>
                                                                        </tbody>
                                                                    </table>
                                                                    <!--[if gte mso 9]>
                                                                 </td>
                                                                 <td align = "center" valign = "top" width = "200" style = "width:200px;">
                                                                    <![endif] -->
                                                                    <table  border = "0" cellpadding = "0" cellspacing = "0"  width="195"  class = "columnWrapper " style = "border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; max-width: 100% !important;   display: inline-block; ">
                                                                        <tbody>
                                                                            <tr>
                                                                                <td valign = "top" class = "columnContainer" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnImageBlock" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                        <tbody class = "mcnImageBlockOuter">
                                                                                            <tr>
                                                                                                <td valign = "top" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; padding: 9px;" class = "mcnImageBlockInner">
                                                                                                    <table align = "left" width = "100%" border = "0" cellpadding = "0" cellspacing = "0" class = "mcnImageContentContainer" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                        <tbody>
                                                                                                            <tr>
                                                                                                                <td class = "mcnImageContent" valign = "top" style = "text-align: center; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; padding: 0 9px;" align = "center">
                                                                                                                    <img align = "center" alt = "" src = "https://gallery.mailchimp.com/9cfc8f78fec1afb80edb5dc6f/images/30190e41-8a63-457c-9725-0bcac7c4a413.png" width = "164" style = "max-width: 500px; padding-bottom: 0; display: inline !important; vertical-align: bottom; height: auto; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: 100% !important; border: 0;" class = "mcnImage">
                                                                                                                </td>
                                                                                                            </tr>
                                                                                                        </tbody>
                                                                                                    </table>
                                                                                                </td>
                                                                                            </tr>
                                                                                        </tbody>
                                                                                    </table>
                                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnTextBlock" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                        <tbody class = "mcnTextBlockOuter">
                                                                                            <tr>
                                                                                                <td valign = "top" class = "mcnTextBlockInner" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                    <table align = "left" border = "0" cellpadding = "0" cellspacing = "0" width = "100%" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; max-width: 100% !important; width: 100% !important;" class = "mcnTextContentContainer">
                                                                                                        <tbody>
                                                                                                            <tr>
                                                                                                                <td valign = "top" class = "mcnTextContent" style = "color: #FFFFFF; text-align: center; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; word-break: break-word; font-family: Helvetica; font-size: 16px !important; line-height: 150% !important; padding: 9px 18px;" align = "center">
                                                                                                                    &nbsp;
                                                                                                                    <img align = "none" height = "30" src = "https://gallery.mailchimp.com/9cfc8f78fec1afb80edb5dc6f/images/0ccc13cf-a8de-4b3c-a22d-61b15ef2b82c.png" style = "width: 120px; height: auto !important; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; margin: 0px; border: 0;" width = "120">
                                                                                                                </td>
                                                                                                            </tr>
                                                                                                        </tbody>
                                                                                                    </table>
                                                                                                </td>
                                                                                            </tr>
                                                                                        </tbody>
                                                                                    </table>
                                                                                </td>
                                                                            </tr>
                                                                        </tbody>
                                                                    </table>
                                                                    <!--[if gte mso 9]>
                                                                 </td>
                                                              </tr>
                                                           </table>
                                                           <![endif] -->
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td valign = "top" id = "templateFooter" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; border-top-width: 0; border-bottom-width: 0; padding-top: 9px; padding-bottom: 9px; background-color: #232323;" bgcolor = "#232323">
                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnTextBlock" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                        <tbody class = "mcnTextBlockOuter">
                                                                            <tr>
                                                                                <td valign = "top" class = "mcnTextBlockInner" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                    <table align = "left" border = "0" cellpadding = "0" cellspacing = "0" width = "100%" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; max-width: 100% !important; width: 100% !important;" class = "mcnTextContentContainer">
                                                                                        <tbody>
                                                                                            <tr>
                                                                                                <td valign = "top" class = "mcnTextContent" style = "color: #D4D4CC; font-family: Arial,  Helvetica, sans-serif; font-size: 14px !important; font-weight: bold; text-align: center; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; word-break: break-word; line-height: 150% !important; padding: 9px 18px;" align = "center">
                                                                                                    <span style = "font-size: 18px;">REIZE: Great energy drinks, home delivered</span>
                                                                                                </td>
                                                                                            </tr>
                                                                                        </tbody>
                                                                                    </table>
                                                                                </td>
                                                                            </tr>
                                                                        </tbody>
                                                                    </table>
                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnDividerBlock" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; table-layout: fixed !important;">
                                                                        <tbody class = "mcnDividerBlockOuter">
                                                                            <tr>
                                                                                <td class = "mcnDividerBlockInner" style = "min-width: 100%; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; padding: 10px 18px 25px;">
                                                                                    <table class = "mcnDividerContent" border = "0" cellpadding = "0" cellspacing = "0" width = "100%" style = "min-width: 100%; border-top-width: 2px; border-top-style: solid; border-top-color: #EEEEEE; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                        <tbody>
                                                                                            <tr>
                                                                                                <td style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                    <span></span>
                                                                                                </td>
                                                                                            </tr>
                                                                                        </tbody>
                                                                                    </table>
                                                                                    <!--
                                                                                       <td class = "mcnDividerBlockInner" style = "padding: 18px;">
                                                                                       <hr class = "mcnDividerContent" style = "border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
                                                                                    -->
                                                                                </td>
                                                                            </tr>
                                                                        </tbody>
                                                                    </table>
                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnFollowBlock" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                        <tbody class = "mcnFollowBlockOuter">
                                                                            <tr>
                                                                                <td align = "center" valign = "top" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; padding: 9px;" class = "mcnFollowBlockInner">
                                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnFollowContentContainer" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                        <tbody>
                                                                                            <tr>
                                                                                                <td align = "center" style = "padding-left: 9px; padding-right: 9px; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;" class = "mcnFollowContent">
                                                                                                        <tbody>
                                                                                                            <tr>
                                                                                                                <td align = "center" valign = "top" style = "padding-top: 9px; padding-right: 9px; padding-left: 9px; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                    <table align = "center" border = "0" cellpadding = "0" cellspacing = "0" style = "border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                        <tbody>
                                                                                                                            <tr>
                                                                                                                                <td align = "center" valign = "top" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                    <!--[if mso]>
                                                                                                                                    <table align = "center" border = "0" cellspacing = "0" cellpadding = "0">
                                                                                                                                       <tr>
                                                                                                                                          <![endif] -->
                                                                                                                                    <!--[if mso]>
                                                                                                                                    <td align = "center" valign = "top">
                                                                                                                                       <![endif] -->
                                                                                                                                    <table align = "left" border = "0" cellpadding = "0" cellspacing = "0" style = "display: inline; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                        <tbody>
                                                                                                                                            <tr>
                                                                                                                                                <td valign = "top" style = "padding-right: 10px; padding-bottom: 9px; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;" class = "mcnFollowContentItemContainer">
                                                                                                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnFollowContentItem" style = "border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                                        <tbody>
                                                                                                                                                            <tr>
                                                                                                                                                                <td align = "left" valign = "middle" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; padding: 5px 10px 5px 9px;">
                                                                                                                                                                    <table align = "left" border = "0" cellpadding = "0" cellspacing = "0" width = "" style = "border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                                                        <tbody>
                                                                                                                                                                            <tr>
                                                                                                                                                                                <td align = "center" valign = "middle" width = "24" class = "mcnFollowIconContent" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                                                                    <a href = "https://twitter.com/reizeenergy" target = "_blank" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;"><img src = "https://cdn-images.mailchimp.com/icons/social-block-v2/gray-twitter-48.png" style = "display: block; height: auto; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; border: 0;" height = "24" width = "24" class = ""></a>
                                                                                                                                                                                </td>
                                                                                                                                                                            </tr>
                                                                                                                                                                        </tbody>
                                                                                                                                                                    </table>
                                                                                                                                                                </td>
                                                                                                                                                            </tr>
                                                                                                                                                        </tbody>
                                                                                                                                                    </table>
                                                                                                                                                </td>
                                                                                                                                            </tr>
                                                                                                                                        </tbody>
                                                                                                                                    </table>
                                                                                                                                    <!--[if mso]>
                                                                                                                                 </td>
                                                                                                                                 <![endif] -->
                                                                                                                                    <!--[if mso]>
                                                                                                                                    <td align = "center" valign = "top">
                                                                                                                                       <![endif] -->
                                                                                                                                    <table align = "left" border = "0" cellpadding = "0" cellspacing = "0" style = "display: inline; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                        <tbody>
                                                                                                                                            <tr>
                                                                                                                                                <td valign = "top" style = "padding-right: 10px; padding-bottom: 9px; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;" class = "mcnFollowContentItemContainer">
                                                                                                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnFollowContentItem" style = "border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                                        <tbody>
                                                                                                                                                            <tr>
                                                                                                                                                                <td align = "left" valign = "middle" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; padding: 5px 10px 5px 9px;">
                                                                                                                                                                    <table align = "left" border = "0" cellpadding = "0" cellspacing = "0" width = "" style = "border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                                                        <tbody>
                                                                                                                                                                            <tr>
                                                                                                                                                                                <td align = "center" valign = "middle" width = "24" class = "mcnFollowIconContent" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                                                                    <a href = "https://www.facebook.com/reizeenergydrink/" target = "_blank" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;"><img src = "https://cdn-images.mailchimp.com/icons/social-block-v2/gray-facebook-48.png" style = "display: block; height: auto; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; border: 0;" height = "24" width = "24" class = ""></a>
                                                                                                                                                                                </td>
                                                                                                                                                                            </tr>
                                                                                                                                                                        </tbody>
                                                                                                                                                                    </table>
                                                                                                                                                                </td>
                                                                                                                                                            </tr>
                                                                                                                                                        </tbody>
                                                                                                                                                    </table>
                                                                                                                                                </td>
                                                                                                                                            </tr>
                                                                                                                                        </tbody>
                                                                                                                                    </table>
                                                                                                                                    <!--[if mso]>
                                                                                                                                 </td>
                                                                                                                                 <![endif] -->
                                                                                                                                    <!--[if mso]>
                                                                                                                                    <td align = "center" valign = "top">
                                                                                                                                       <![endif] -->
                                                                                                                                    <table align = "left" border = "0" cellpadding = "0" cellspacing = "0" style = "display: inline; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                        <tbody>
                                                                                                                                            <tr>
                                                                                                                                                <td valign = "top" style = "padding-right: 10px; padding-bottom: 9px; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;" class = "mcnFollowContentItemContainer">
                                                                                                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnFollowContentItem" style = "border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                                        <tbody>
                                                                                                                                                            <tr>
                                                                                                                                                                <td align = "left" valign = "middle" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; padding: 5px 10px 5px 9px;">
                                                                                                                                                                    <table align = "left" border = "0" cellpadding = "0" cellspacing = "0" width = "" style = "border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                                                        <tbody>
                                                                                                                                                                            <tr>
                                                                                                                                                                                <td align = "center" valign = "middle" width = "24" class = "mcnFollowIconContent" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                                                                    <a href = "https://www.youtube.com/channel/UCI8KVKB6O46_oCrA_3rAFrQ" target = "_blank" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;"><img src = "https://cdn-images.mailchimp.com/icons/social-block-v2/gray-youtube-48.png" style = "display: block; height: auto; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; border: 0;" height = "24" width = "24" class = ""></a>
                                                                                                                                                                                </td>
                                                                                                                                                                            </tr>
                                                                                                                                                                        </tbody>
                                                                                                                                                                    </table>
                                                                                                                                                                </td>
                                                                                                                                                            </tr>
                                                                                                                                                        </tbody>
                                                                                                                                                    </table>
                                                                                                                                                </td>
                                                                                                                                            </tr>
                                                                                                                                        </tbody>
                                                                                                                                    </table>
                                                                                                                                    <!--[if mso]>
                                                                                                                                 </td>
                                                                                                                                 <![endif] -->
                                                                                                                                    <!--[if mso]>
                                                                                                                                    <td align = "center" valign = "top">
                                                                                                                                       <![endif] -->
                                                                                                                                    <table align = "left" border = "0" cellpadding = "0" cellspacing = "0" style = "display: inline; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                        <tbody>
                                                                                                                                            <tr>
                                                                                                                                                <td valign = "top" style = "padding-right: 0; padding-bottom: 9px; mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;" class = "mcnFollowContentItemContainer">
                                                                                                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnFollowContentItem" style = "border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                                        <tbody>
                                                                                                                                                            <tr>
                                                                                                                                                                <td align = "left" valign = "middle" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important; padding: 5px 10px 5px 9px;">
                                                                                                                                                                    <table align = "left" border = "0" cellpadding = "0" cellspacing = "0" width = "" style = "border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                                                        <tbody>
                                                                                                                                                                            <tr>
                                                                                                                                                                                <td align = "center" valign = "middle" width = "24" class = "mcnFollowIconContent" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                                                                                                                    <a href = "https://www.instagram.com/reizeenergydrink/" target = "_blank" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;"><img src = "https://cdn-images.mailchimp.com/icons/social-block-v2/gray-instagram-48.png" style = "display: block; height: auto; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; border: 0;" height = "24" width = "24" class = ""></a>
                                                                                                                                                                                </td>
                                                                                                                                                                            </tr>
                                                                                                                                                                        </tbody>
                                                                                                                                                                    </table>
                                                                                                                                                                </td>
                                                                                                                                                            </tr>
                                                                                                                                                        </tbody>
                                                                                                                                                    </table>
                                                                                                                                                </td>
                                                                                                                                            </tr>
                                                                                                                                        </tbody>
                                                                                                                                    </table>
                                                                                                                                    <!--[if mso]>
                                                                                                                                 </td>
                                                                                                                                 <![endif] -->
                                                                                                                                    <!--[if mso]>
                                                                                                                                 </tr>
                                                                                                                              </table>
                                                                                                                              <![endif] -->
                                                                                                                                </td>
                                                                                                                            </tr>
                                                                                                                        </tbody>
                                                                                                                    </table>
                                                                                                                </td>
                                                                                                            </tr>
                                                                                                        </tbody>
                                                                                                    </table>
                                                                                                </td>
                                                                                            </tr>
                                                                                        </tbody>
                                                                                    </table>
                                                                                </td>
                                                                            </tr>
                                                                        </tbody>
                                                                    </table>
                                                                    <table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" class = "mcnTextBlock" style = "min-width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                        <tbody class = "mcnTextBlockOuter">
                                                                            <tr>
                                                                                <td valign = "top" class = "mcnTextBlockInner" style = "mso-line-height-rule: exactly; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none !important;">
                                                                                </td>
                                                                            </tr>
                                                                        </tbody>
                                                                    </table>
                                                                </td>
                                                            </tr>
                                                        </tbody>
                                                    </table>
                                                    <!--[if gte mso 9]>
                                                 </td>
                                              </tr>
                                           </table>
                                           <![endif] -->
                                                    <!--// END TEMPLATE -->
                                                </td>
                                            </tr>
                                        </tbody>
                                    </table>
                                </center>
                            </body>
                            </html>
                            <?php
                            return ob_get_clean();
                        }
                        ?>