Created
February 18, 2026 04:54
-
-
Save cvvishalkumar/4b7c59c4198c0de42f57d8efe74687bb to your computer and use it in GitHub Desktop.
Hybrid Content Blocks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| Author: Vihal Kumar CV | |
| Project: Hybrid Email with variety of content blocks | |
| --> | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title>Vishal - Demo - Responsive Hybrid email</title> | |
| <meta content="telephone=no" name="format-detection" /> | |
| <meta content="width=device-width" name="viewport" /> | |
| <meta content="IE=edge" http-equiv="X-UA-Compatible" /> | |
| <meta name="x-apple-disable-message-reformatting"> | |
| <!--[if gte mso 9]> | |
| <style> .outlookfix { font-size: 0%; line-height: 0; } </style> | |
| <![endif]--> | |
| <style type="text/css"> | |
| /* What it does: Stops Outlook from adding extra spacing to tables. */ | |
| table td { | |
| mso-table-lspace: 0pt !important; | |
| mso-table-rspace: 0pt !important; | |
| border-collapse: collapse; | |
| } | |
| table { | |
| border-spacing: 0 !important; | |
| } | |
| /* What it does: Centers email on Android 4.4 */ | |
| div[style*="margin: 16px 0"] { | |
| margin: 0 !important; | |
| } | |
| /* What it does: Uses a better rendering method when resizing images in IE. */ | |
| img { | |
| -ms-interpolation-mode: bicubic; | |
| } | |
| /* What it does: A work-around for iOS meddling in triggered links. */ | |
| *[x-apple-data-detectors] { | |
| color: inherit !important; | |
| text-decoration: none !important; | |
| font-size: inherit !important; | |
| font-family: inherit !important; | |
| font-weight: inherit !important; | |
| line-height: inherit !important; | |
| } | |
| /* What it does: A work-around for Gmail meddling in triggered links. */ | |
| .x-gmail-data-detectors, | |
| .x-gmail-data-detectors *, | |
| .aBn { | |
| border-bottom: 0 !important; | |
| cursor: default !important; | |
| } | |
| /* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */ | |
| .a6S { | |
| display: none !important; | |
| opacity: 0.01 !important; | |
| } | |
| /* If the above doesn't work, add a .g-img class to any image in question. */ | |
| img.g-img+div { | |
| display: none !important; | |
| } | |
| /* What it does: Prevents underlining the button text in Windows 10 */ | |
| .button-link { | |
| text-decoration: none !important; | |
| } | |
| /* Forces Hotmail to display emails at full width */ | |
| .ReadMsgBody { | |
| width: 100%; | |
| } | |
| /*Hotmail table centering fix*/ | |
| .ExternalClass { | |
| width: 100%; | |
| } | |
| /* Forces Hotmail/Outlook to display normal line spacing*/ | |
| .ExternalClass * { | |
| line-height: 100%; | |
| } | |
| /*Yahoo paragraph fix*/ | |
| p { | |
| margin: 1em 0; | |
| } | |
| .left-column { | |
| float: left; | |
| } | |
| .right-column { | |
| float: right; | |
| } | |
| .Desktop_Nav-color:hover { | |
| color: #602320 !important; | |
| } | |
| .txt-color_h1_h6:hover { | |
| color: #d93954 !important; | |
| } | |
| .txt-color_Text_hyperlink:hover { | |
| color: #602320 !important; | |
| } | |
| .CTA-color_Background:hover { | |
| background-color: #404041 !important; | |
| } | |
| .CTA-color_Background:hover { | |
| background-color: #404041 !important; | |
| } | |
| /* Gmail app right margin fix */ | |
| @media only screen and (min-device-width: 320px) and (max-device-width: 374px) { | |
| /* iPhone 5 and 5S */ | |
| .nav-under { | |
| display: block !important; | |
| max-height: none !important; | |
| padding-top: 60px; | |
| padding-bottom: 22px !important; | |
| } | |
| .email-container { | |
| min-width: 320px !important; | |
| } | |
| } | |
| @media only screen and (min-device-width: 375px) and (max-device-width: 414px) { | |
| /* iPhone 6 and 6+ */ | |
| .nav-under { | |
| display: block !important; | |
| max-height: none !important; | |
| padding-top: 60px; | |
| padding-bottom: 22px !important; | |
| } | |
| .email-container { | |
| min-width: 375px !important; | |
| } | |
| } | |
| /** MOBILE STYLES **/ | |
| @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { | |
| /* iPhone 6 and 6+ */ | |
| .email-container { | |
| min-width: 375px !important; | |
| } | |
| } | |
| @media only screen and (max-device-width: 640px), | |
| screen and (max-width: 640px) { | |
| /* CLIENT-SPECIFIC STYLES */ | |
| body[yahoo] { | |
| width: 100% !important; | |
| min-width: 100% !important; | |
| margin: 0 auto !important; | |
| } | |
| .container100pr { | |
| width: 100% !important; | |
| max-width: 100% !important; | |
| min-width: 100% !important; | |
| } | |
| .container { | |
| width: 100% !important; | |
| } | |
| .nomobile { | |
| display: none !important; | |
| } | |
| .pad_R_19 { | |
| padding-right: 19px !important; | |
| } | |
| .vertical_align { | |
| vertical-align: top !important; | |
| padding-top: 7px !important; | |
| } | |
| .pad_B_12 { | |
| padding-bottom: 12px !important; | |
| } | |
| .pad_L_R_19 { | |
| padding-left: 19px !important; | |
| padding-right: 19px !important; | |
| } | |
| .font_20 { | |
| font-size: 20px !important; | |
| } | |
| .font16 { | |
| font-family: Georgia, Arial, Helvetica, sans-serif !important; | |
| font-size: 16px !important; | |
| line-height: 20px !important; | |
| color: #404041 !important; | |
| } | |
| .height15 { | |
| height: 15px !important; | |
| } | |
| .containerCTA { | |
| width: 100% !important; | |
| max-width: 100% !important; | |
| min-width: 100% !important; | |
| height: 50px !important; | |
| } | |
| .drop { | |
| display: block !important; | |
| } | |
| .heightauto { | |
| height: auto !important; | |
| } | |
| .w214 { | |
| width: 214px !important; | |
| } | |
| .height20 { | |
| height: 20px !important; | |
| } | |
| /*--Mobile Menu--*/ | |
| .menu-table { | |
| border: #ffffff 1px solid; | |
| width: 100% !important; | |
| } | |
| #navcontainer { | |
| position: absolute !important; | |
| width: 150px; | |
| right: 10px; | |
| z-index: 1; | |
| float: right; | |
| top: 0px; | |
| } | |
| #navcontainer th { | |
| display: block; | |
| padding: 10px 10px 10px 10px !important; | |
| background-size: 100% 36px; | |
| display: block; | |
| } | |
| .last-nav { | |
| background-size: 100% 36px; | |
| } | |
| .border_bottom { | |
| border-bottom: 1px solid #ffffff !important; | |
| } | |
| #menucontainer { | |
| width: 230px; | |
| overflow: hidden; | |
| position: absolute !important; | |
| right: -10px; | |
| background-color: #404041!important; | |
| z-index: 1; | |
| } | |
| #navcontainer table { | |
| margin-top: -500px; | |
| -ms-transition: margin-top .5s ease-in-out; | |
| -webkit-transition: margin-top .5s ease-in-out; | |
| } | |
| /* checkbox mechanism */ | |
| #navcheckbox:checked+table { | |
| margin-top: 0%; | |
| } | |
| /* fallback hover mechanism */ | |
| .nav-over { | |
| display: block !important; | |
| max-height: none !important; | |
| padding-top: 3px; | |
| padding-bottom: 3px; | |
| -ms-transition-delay: 1.5s; | |
| -webkit-transition-delay: 1.5s; | |
| } | |
| .nav-over img { | |
| display: block; | |
| float: right; | |
| padding: 0px 10px 10px 0; | |
| } | |
| .nav-under img { | |
| display: block; | |
| float: right; | |
| padding: 20px 10px 10px 0; | |
| } | |
| .menu_block { | |
| width: 100% !important; | |
| display: block !important; | |
| text-align: left !important; | |
| border-right: 0px !important; | |
| font-size: 14px !important; | |
| padding: 0 !important; | |
| line-height: 36px; | |
| letter-spacing: -1px; | |
| } | |
| /* to deal with quirks in windows 8.1 and Outlook iOS */ | |
| #navcontainer>.nav-over:hover+div table { | |
| margin-top: 0% !important; | |
| } | |
| #navcontainer>.nav-over:hover { | |
| visibility: hidden; | |
| } | |
| .Nav-color_Background:hover { | |
| background-color: #d93954!important; | |
| } | |
| /* Mobile menu CSS : END */ | |
| /* Vishal - Demo specific mobile styles */ | |
| .text_align_left { | |
| text-align: left !important; | |
| } | |
| .photo { | |
| width: 100% !important; | |
| height: auto !important; | |
| } | |
| .wrapper { | |
| width: 100% !important; | |
| padding: 0 !important; | |
| } | |
| .no_bg { | |
| background: none !important; | |
| } | |
| .marg_0 { | |
| margin: 0px !important; | |
| } | |
| .show { | |
| display: block !important; | |
| padding: 0 !important; | |
| overflow: visible !important; | |
| width: auto !important; | |
| max-height: inherit !important; | |
| } | |
| .h { | |
| display: none !important; | |
| } | |
| .pad_0 { | |
| padding: 0px !important; | |
| } | |
| .bg_red { | |
| background-color: #d93954; | |
| } | |
| /* END of Vishal - Demo Specific mobile styles */ | |
| /* Force iOS Mail to render the email at full width & removes margins. */ | |
| } | |
| </style> | |
| <!--Yahoo scroll bars fix | fix for Hybrid coding issue :: START--> | |
| <style> | |
| @media screen yahoo { | |
| * { | |
| overflow: visible!important | |
| } | |
| .y-overflow-hidden { | |
| overflow: hidden!important | |
| } | |
| } | |
| </style> | |
| <!--Yahoo scroll bars fix | fix for Hybrid coding issue :: END--> | |
| <!--[if gte mso 9]> | |
| <style> .Arial_MSO { font-family: Arial, Helvetica, sans-serif !important; } /* Target Outlook 2007 and 2010 */ html, body { font-family:Georgia, Arial, Helvetica, sans-serif; } table { font-family:Georgia, Arial, Helvetica, sans-serif; } td { font-family:Georgia, Arial, Helvetica, sans-serif; } a { font-family:Georgia, Arial, Helvetica, sans-serif; } .mso-font { font-size: 14px; } </style> | |
| <![endif]--> | |
| <!--[if gte mso 9]> | |
| <xml> | |
| <o:OfficeDocumentSettings> | |
| <o:Allowjpg /> | |
| <o:PixelsPerInch>96</o:PixelsPerInch> | |
| </o:OfficeDocumentSettings> | |
| </xml> | |
| <![endif]--> | |
| <style type="text/css"> | |
| .video-wrapper { | |
| display: none; | |
| } | |
| @media (-webkit-min-device-pixel-ratio: 0) and (min-device-width:1024px) { | |
| .video-wrapper { | |
| display: block!important; | |
| } | |
| .video-fallback { | |
| display: none!important; | |
| } | |
| } | |
| @supports (-webkit-overflow-scrolling:touch) and (color:#ffffffff) { | |
| div[class^=video-wrapper] { | |
| display: block!important; | |
| } | |
| div[class^=video-fallback] { | |
| display: none!important; | |
| } | |
| } | |
| #MessageViewBody .video-wrapper { | |
| display: block!important; | |
| } | |
| #MessageViewBody .video-fallback { | |
| display: none!important; | |
| } | |
| .ham { | |
| width: 35px; | |
| height: 5px; | |
| background-color: black; | |
| margin: 6px 0; | |
| } | |
| </style> | |
| </head> | |
| <body bgcolor="#ffffff" style="margin: 0px; padding: 0px; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; min-width: 100%;" yahoo="fix"> | |
| <style type="text/css"> | |
| div.preheader { | |
| display: none !important; | |
| } | |
| </style> | |
| <div class="preheader" style="font-size: 1px; display: none !important;">TBC</div> | |
| <table align="center" bgcolor="#f0f0f1" border="0" cellpadding="0" cellspacing="0" width="100%" class="email-container"> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="container" style="max-width: 100%;" width="640"> | |
| <tr> | |
| <td align="center" class="container" valign="top"> | |
| <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| <tr class="outlookfix"> | |
| <td align="right" valign="top" bgcolor="#f0f0f1"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="right" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#f0f0f1"> | |
| <tr> | |
| <td valign="top" bgcolor="#f0f0f1" align="center"> | |
| <table class="container100pr" style="max-width: 100%; width: 640px;" width="640" cellspacing="0" cellpadding="0" border="0" bgcolor="#f0f0f1" align="right"> | |
| <tr> | |
| <td style=" font-size: 0%; line-height: 100%;" valign="top" height="14" align="right"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="right"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="right"> | |
| <tr> | |
| <td valign="top" align="right"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="right"> | |
| <tr> | |
| <td class="nomobile" style="font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color: #404041; text-align:right;" valign="top" align="right"> | |
| <a class="Arial_MSO" href="#" style="color: #404041; text-decoration: none;" target="_blank" title="View email online">View email online</a> | |
| </td> | |
| <td class="nomobile" style="font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color: #cccccc; padding: 0px 5px;" valign="top" align="right"> | |
| | | |
| </td> | |
| <td class="pad_R_19" style="font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color: #404041; text-align:right;" valign="top" align="right"> | |
| <a alias="Forward this email" class="Arial_MSO" href="#" style="color: #404041; text-decoration: none;" target="_blank" title="Forward this email">Forward this email</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style=" font-size: 0%; line-height: 100%;" valign="top" height="14" align="right"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table style="border-bottom: 1px solid #f4f4f4;" width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" bgcolor="#ffffff" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="19" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="bottom" align="left"> | |
| <a alias="Vishal - Demo" href="#" style="text-decoration: none; color:#404041;" target="_blank" title="Vishal - Demo"><img alt="Vishal - Demo" src="http://placehold.it/70x53" style="display:block;border:0; font-family:Georgia, Arial,Helvetica, sans-serif; font-size:12px;line-height:16px; color:#404041;" | |
| title="Vishal - Demo" width="70" height="53" /></a> | |
| </td> | |
| <td style="font-size:0%; line-height:100%" width="12" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td class="height15" style="font-size:0%; line-height:100%" valign="top" height="30" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td class="font16" style="font-family:Georgia,Arial,Helvetica, sans-serif; font-size:20px; line-height:24px; color:#404041; padding-left:14px; border-left:1px solid #404041;" valign="top" align="left"> | |
| <a alias="Header" href="#" style="text-decoration: none; color:#404041;" target="_blank" title="Email title goes here - Georgia 20px">Email title goes here -<span class="drop"> Georgia 20px</span></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td class="width50" style="font-size:0%; line-height:100%" width="5" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="19" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <!--Header Starts--> | |
| <table style="border-bottom: 1px solid #f4f4f4;" width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" bgcolor="#ffffff" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" align="left"> | |
| <!-- Mobile nav : END --> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <!--[if !mso]><!--> | |
| <div class="show" style="font-size: 0px; max-height: 0px; overflow: hidden; display: none; width: 0px;"> | |
| <div id="navcontainer"> | |
| <div class="nav-under" style="display: none; overflow: hidden; max-height: 0px;"> | |
| <label class="show" for="navcheckbox" style="font-size: 0px; max-height: 0px; overflow: hidden; display: none; width: 0px; line-height: 0;"><img alt="" src="https://i.postimg.cc/j24mmf2G/ham.png" width="22" height="11" border="0"> </label> | |
| </div> | |
| <div class="nav-over" style="display: none; overflow: hidden; max-height: 0px; position: absolute; top: 0px; width: 100%; opacity: 0; font-size: 0%; line-height: 0;"> | |
| <label class="show" for="navcheckbox" style="font-size: 0px; max-height: 0px; overflow: hidden; display: none; width: 0px; line-height: 0;"><img alt="" src="http://www.1x1px.me/FF4D00-0.8.png" width="0" height="0" border="0"> </label> | |
| </div> | |
| <div id="menucontainer"> | |
| <input id="navcheckbox" style="display: none !important;" value="on" type="checkbox"> | |
| <table class="menu-table" width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <th class="nomobile" style="font-size: 0px; font-weight: 400; border: 0px none; padding: 0px;" width="1" valign="top"> | |
| </th> | |
| <th class="Nav-color_Background border_bottom" style="font-family:Arial, Helvetica, sans-serif; font-size: 16px; line-height:20px; color: #474747; padding-left:20px;" valign="top"> | |
| <a alias="Navigation1" class="menu_block" href="#" style="text-decoration:none; color:#ffffff;" target="_blank" title="Navigation1">Navigation item1 - Arial 16px</a> | |
| </th> | |
| <th class="Nav-color_Background border_bottom" style="font-family:Arial, Helvetica, sans-serif; font-size: 16px; line-height:20px; color: #474747; padding-left:20px;" valign="top"> | |
| <a alias="Navigation2" class="menu_block" href="#" style="text-decoration:none; color:#ffffff;" target="_blank" title="Navigation2">Navigation item2 - Arial 16px</a> | |
| </th> | |
| <th class="Nav-color_Background border_bottom" style="font-family:Arial, Helvetica, sans-serif; font-size: 16px; line-height:20px; color: #474747; padding-left:20px;" valign="top"> | |
| <a alias="Navigation3" class="menu_block" href="#" style="text-decoration:none; color:#ffffff;" target="_blank" title="Navigation3">Navigation item3 - Arial 16px</a> | |
| </th> | |
| <th class="Nav-color_Background border_bottom" style="font-family:Arial, Helvetica, sans-serif; font-size: 16px; line-height:20px; color: #474747; padding-left:20px;" valign="top"> | |
| <a alias="Navigation4" class="menu_block" href="#" style="text-decoration:none; color:#ffffff;" target="_blank" title="Navigation4">Navigation item4 - Arial 16px</a> | |
| </th> | |
| </tr> | |
| </table> | |
| </div> | |
| </div> | |
| </div> | |
| <!--<![endif]--> | |
| </td> | |
| </tr> | |
| <!-- Mobile nav : END --> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%;" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="bottom" align="left"> | |
| <a alias="Vishal - Demo" href="#" style="text-decoration: none; color:#404041;" target="_blank" title="Vishal - Demo"><img alt="Vishal - Demo" src="http://placehold.it/70x53" style="display:block;border:0; font-family:Georgia, Arial,Helvetica, sans-serif; font-size:12px;line-height:16px; color:#404041;" | |
| title="Vishal - Demo" width="70" height="53"></a> | |
| </td> | |
| <td style="font-size:0%; line-height:100%;" width="12" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td class="height20" style="font-size:0%; line-height:100%; height: 30px;" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table class="container" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td class="font16" style="font-family:Georgia,Arial,Helvetica, sans-serif; font-size:20px; line-height:24px; color:#404041; padding-left:14px; padding-right:56px; border-left:1px solid #404041;" valign="top" align="left"> | |
| <a alias="Header_With_Navigation_Heading" href="#" style="text-decoration: none; color:#404041;" target="_blank" title="Email title goes here - Georgia 20px">Email title goes here - Georgia 20px</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td class="width50" style="font-size:0%; line-height:100%" width="5" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="19" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <!-- Desktop Nav :START --> | |
| <tr> | |
| <td class="nomobile" style="background-color:#ffffff;" valign="top" align="left"> | |
| <table style="border-collapse: collapse; border:0px; width: 100%" cellspacing="0" cellpadding="0" align="center"> | |
| <tr> | |
| <td width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="left"> | |
| <table style="border-collapse: collapse; border:0px; width: 100%" cellspacing="0" cellpadding="0" align="center"> | |
| <tr> | |
| <td style="font-size:16px; line-height:20px; font-family:Arial, Helvetica, sans-serif; color:#404041;" width="149" valign="top" align="center"> | |
| <a alias="Navigation1" class="Desktop_Nav-color" href="#" style="text-decoration: none; color: #333333;" target="_blank" title="Navigation1">Navigation1</a> | |
| </td> | |
| <td style="background-color:#9c9c9e; width:1px; padding:0px; font-size:0px; line-height:100%;" width="1" valign="top" align="center"> | |
| | |
| </td> | |
| <td style="font-size:16px; line-height:20px; font-family:Arial, Helvetica, sans-serif; color:#404041;" width="149" valign="top" align="center"> | |
| <a alias="Navigation2" class="Desktop_Nav-color" href="#" style="text-decoration: none; color: #333333;" target="_blank" title="Navigation2">Navigation2</a> | |
| </td> | |
| <td style="background-color:#9c9c9e; width:1px;padding:0px; font-size:0px; line-height:100%;" width="1" valign="top" align="center"> | |
| | |
| </td> | |
| <td style="font-size:16px; line-height:20px; font-family:Arial, Helvetica, sans-serif; color:#404041;" width="149" valign="top" align="center"> | |
| <a alias="Navigation3" class="Desktop_Nav-color" href="#" style="text-decoration: none; color: #333333;" target="_blank" title="Navigation3">Navigation3</a> | |
| </td> | |
| <td style="background-color:#9c9c9e; width:1px;padding:0px; font-size:0px; line-height:100%;" width="1" valign="top" align="center"> | |
| | |
| </td> | |
| <td style="font-size:16px; line-height:20px; font-family:Arial, Helvetica, sans-serif; color:#404041;" width="149" valign="top" align="center"> | |
| <a alias="Navigation4" class="Desktop_Nav-color" href="#" style="text-decoration: none; color: #333333;" target="_blank" title="Navigation4">Navigation4</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <!-- Desktop Nav :END--> | |
| <tr> | |
| <td class="nomobile" style="font-size:0%; line-height:100%; background-color:#ffffff;" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| <!--Header Ends--> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <!--Hero_1 : START--> | |
| <table class="email-container" width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table class="container100pr" style="max-width: 100%;" width="640" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td class="no_bg" style="background-repeat: no-repeat; background-position: top center; max-width: 100%;" valign="middle" height="209" bgcolor="#cccccc" background="http://placehold.it/640x209/cccccc" align="center"> | |
| <!--[if gte mso 9]> | |
| <v:rect fill="true" stroke="false" style="width:640;height:209px;" xmlns:v="urn:schemas-microsoft-com:vml"> | |
| <v:fill color="#cccccc" src="http://placehold.it/640x209/cccccc" type="frame" /> | |
| <v:textbox inset="0,0,0,0"> | |
| <![endif]--> | |
| <div> | |
| <!--[if !mso]> <!--> | |
| <div class="show" style="font-size: 0%; max-height: 0; overflow: hidden; display: none; width: 0;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <a alias="Hero_1_Image" href="#" style="text-decoration: none;" target="_blank" title="640x209"><img alt="" class="photo" src="http://placehold.it/640x209" style="display: block; font-family:Georgia, Arial, Helvetica, sans-serif; font-size: 16px; color: #cccccc; max-width: 100%; height: auto;" | |
| title="640x209" width="640" height="400" border="0"> </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--<![endif]--> | |
| <table class="container white_bg_color" style="width: 100%; min-width: 100%; max-width: 100%;" width="640" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td style="font-size: 0px; line-height: 0px;" valign="top" align="left"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td class="h" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| <td class="pad_0" style="padding:18px 0px;" valign="top" align="left"> | |
| <table class="container100pr white_bg_color" style="max-width: 100%; background-color:#ffffff;" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table class="container100pr" style="max-width: 100%;" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="15" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="padding:0px 20px; text-align: left; font-family:Georgia, Arial, Helvetica, sans-serif; font-size: 24px; color: #602320; line-height: 28px; " valign="top" align="center"> | |
| <a alias="Hero_1_Heading" class="txt-color_h1_h6" href="#" style="text-decoration: none; color: #602320;" target="_blank" title="Section title - Heading 1 Georgia 24px">Section title - Heading 1<br> | |
| Georgia 24px </a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table class="container100pr" style="width: 100%;" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td class="Arial_MSO" style="padding:0px 20px; text-align: left; font-family: Arial, Helvetica, sans-serif !important; font-size: 14px; color: #404041 ; line-height: 18px; " valign="top" align="center"> | |
| Text line 1 - test test test test<br> Text line 2 - test test test test<br> Text line | |
| 3 - test test test test<br> Text line 4 - test test test test | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td class="h" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if gte mso 9]> | |
| </v:textbox> | |
| </v:rect> | |
| <![endif]--> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!--Hero_1 : END--> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <!--Hero_2 : START--> | |
| <table class="email-container" width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table class="container100pr" style="max-width: 100%;" width="640" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td class="no_bg" style="background-repeat: no-repeat; background-position: top center; max-width: 100%;" valign="middle" height="209" bgcolor="#d93954" background="http://placehold.it/640x209/cccccc" align="center"> | |
| <!--[if gte mso 9]> | |
| <v:rect fill="true" stroke="false" style="width:640;height:209px;" xmlns:v="urn:schemas-microsoft-com:vml"> | |
| <v:fill color="#d93954" src="http://placehold.it/640x209/cccccc" type="frame" /> | |
| <v:textbox inset="0,0,0,0"> | |
| <![endif]--> | |
| <div> | |
| <!--[if !mso]> <!--> | |
| <div class="show" style="font-size: 0%; max-height: 0; overflow: hidden; display: none; width: 0;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <a alias="Hero_2_Image" href="#" style="text-decoration: none;" target="_blank" title="640x209"><img alt="640x209" class="photo" src="http://placehold.it/640x209" style="display: block; font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 16px; color: #d93954; max-width: 100%; height: auto;" | |
| title="640x209" width="640" height="209" border="0"> </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--<![endif]--> | |
| <table class="container" style="width: 100%; min-width: 100%; max-width: 100%;" width="640" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td style="font-size: 0px; line-height: 0px;" valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td class="h" style="font-size: 0%; line-height: 100%;" valign="top" height="118" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td class="bg_red" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| <td class="bg_red" style="padding-top: 20px;" valign="top" align="left"> | |
| <table class="container100pr" style="width: 100%; background-color: #ffffff;" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table class="container100pr" style="max-width: 100%;" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="15" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="padding: 0px 20px; text-align: left; font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 24px; color: #602320; line-height: 28px;" valign="top" align="center"> | |
| <a alias="Hero_2_Heading" class="txt-color_h1_h6" href="#" style="text-decoration: none; color: #602320;" target="_blank" title="Section title - Heading 1 Georgia 24px. This title can display across two lines if required">Section title - Heading 1 Georgia 24px. This title can<br class="h"> | |
| display across two lines if required</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td class="bg_red" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if gte mso 9]> | |
| </v:textbox> | |
| </v:rect> | |
| <![endif]--> | |
| </td> | |
| </tr> | |
| <!-- white row : START --> | |
| <tr> | |
| <td class="h" style="background-color: #ffffff;font-size:0px; line-height:100%;" valign="top" height="10" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <!-- white row : END --> | |
| <!-- red row : START --> | |
| <tr> | |
| <td style="background-color: #d93954;" valign="top" align="left"> | |
| <table style="border-collapse: collapse; border: 0px; width: 100%" cellspacing="0" cellpadding="0" align="center"> | |
| <tr> | |
| <td width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="left"> | |
| <table class="container100pr" style="max-width: 100%; background-color:#ffffff;" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table class="container100pr" style="max-width: 100%;" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table class="container100pr" style="max-width: 100%;" width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td class="Arial_MSO" style="padding:0px 20px; text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #404041 ; line-height: 18px; " valign="top" align="center"> | |
| Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="background-color: #ffffff;font-size:0px; line-height:100%;" valign="top" height="10" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <!-- red row : END --> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!--Hero_2 : END--> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table class="container100pr" style="max-width: 100%;" width="640" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 24px; line-height: 28px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="Text_Heading_1" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 1 - Georgia 24px">Heading 1 - Georgia 24px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:22px; line-height: 26px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="Text_Heading_2" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 2 - Georgia 22px">Heading 2 - Georgia 22px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:20px; line-height: 24px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="Text_Heading_3" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 3 - Georgia 20px">Heading 3 - Georgia 20px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:18px; line-height: 22px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="Text_Heading_4" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 4 - Georgia 18px">Heading 4 - Georgia 18px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="Text_Heading_5" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 5 - Georgia 16px">Heading 5 - Georgia 16px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:14px; line-height: 18px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="Text_Heading_6" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 6 - Georgia 14px">Heading 6 - Georgia 14px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="17" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #404041; text-align: left;" valign="top" align="center"> | |
| Lorem ipsum dolor sit amet, <a alias="Text_link_1" class="txt-color_Text_hyperlink" href="#" style="color: #d93954; text-decoration: underline;" | |
| target="_blank" title="consectetur adipiscing"><span class="Arial_MSO" style="text-decoration: underline;">consectetur adipiscing</span></a> elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation | |
| ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum | |
| dolore eu fugiat nulla pariatur. Lorem ipsum dymm text data. deserunt. | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="17" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" width="18" valign="top" align="center"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; color: #d93954; font-size: 30px; line-height: 34px; mso-line-height-rule: exactly;" width="8" valign="top" align="center"> | |
| • | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="13" valign="top" align="center"> | |
| | |
| </td> | |
| <td class="vertical_align" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #404041; text-align: left;" valign="middle" align="center">Lorem ipsum dymm text data.</td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; color: #d93954; font-size: 30px; line-height: 34px; mso-line-height-rule: exactly;" width="8" valign="top" align="center"> | |
| • | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="13" valign="top" align="center"> | |
| | |
| </td> | |
| <td class="vertical_align" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #404041; text-align: left;" valign="middle" align="center">Lorem ipsum dymm text data.</td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; color: #d93954; font-size: 30px; line-height: 34px; mso-line-height-rule: exactly;" width="8" valign="top" align="center"> | |
| • | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="13" valign="top" align="left"> | |
| | |
| </td> | |
| <td class="Arial_MSO vertical_align" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #d93954; text-align: left; text-decoration: underline;" valign="middle" align="center"> | |
| <a alias="Text_link_2" class="txt-color_Text_hyperlink" href="#" style="color: #d93954;" target="_blank" title="Lorem ipsum dymm text data."><span class="Arial_MSO" style="text-decoration: underline;">Lorem ipsum dymm text data.</span></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; color: #d93954; font-size: 30px; line-height: 34px; mso-line-height-rule: exactly;" width="8" valign="top" align="center"> | |
| • | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="13" valign="top" align="center"> | |
| | |
| </td> | |
| <td class="vertical_align" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #d93954; text-align: left; text-decoration: underline;" valign="middle" align="center"> | |
| <a alias="Text_link_3" class="txt-color_Text_hyperlink" href="#" style="color: #d93954; text-decoration: underline;" target="_blank" title="Lorem ipsum dymm text data."><span class="Arial_MSO" style="text-decoration: underline;">Lorem ipsum dymm text data.</span></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table class="container100pr" style="max-width: 100%;" width="640" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| <td style="background-color: #cccccc;" valign="top" align="center"> | |
| <a alias="IMAGE" href="#" style="color: #969696; text-decoration: none;" target="_blank"><img alt="1200x676" src="http://via.placeholder.com/1200x676" style="font-family:Georgia, Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color:#969696; background-color: #cccccc; max-width: 100%; display: block;" | |
| title="1200x676" width="600" border="0"></a> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" align="left"> | |
| <tr> | |
| <td valign="top" bgcolor="#ffffff" align="left"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table class="container100pr" style="max-width: 100%;" width="640" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table class="container100pr CTA-color_Background" cellspacing="0" cellpadding="0" border="0" bgcolor="#d93954" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 100%; color: #ffffff; padding: 14px 25px 14px 25px; font-weight: bold; text-align:center;" valign="top" align="center"> | |
| <a alias="CALL_TO_ACTION_1" class="Arial_MSO" href="#" style="color: #ffffff; text-decoration: none;" target="_blank" title="CTA Button - Arial 14px">CTA Button - Arial 14px</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table class="container100pr CTA-color_Background" cellspacing="0" cellpadding="0" border="0" bgcolor="#9c9c9c" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 100%; color: #ffffff; padding: 14px 25px 14px 25px; font-weight: bold; text-align:center;" valign="top" align="center"> | |
| <a alias="CALL_TO_ACTION_2" class="Arial_MSO" href="#" style="color: #ffffff; text-decoration: none;" target="_blank" title="CTA Button - Arial 14px">CTA Button - Arial 14px</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <table class="container100pr" style="max-width: 100%;" width="640" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" align="center"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| <td valign="top" align="left"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table width="600" style="width: 600px; max-width: 100%;" cellpadding="0" align="left" cellspacing="0" border="0" class="container100pr"> | |
| <tr> | |
| <td align="left" valign="top" width="218"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="width: 218px; min-width: 218px; max-width: 100%; vertical-align:top; display: inline-block;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" bgcolor="#ffffff" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table class="container100pr CTA-color_Background" cellspacing="0" cellpadding="0" border="0" bgcolor="#d93954" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 100%; color: #ffffff; padding: 14px 25px 14px 25px; font-weight: bold; text-align:center;" valign="top" align="center"> | |
| <a alias="CALL_TO_ACTION_3" class="Arial_MSO" href="#" style="color: #ffffff; text-decoration: none;" target="_blank" title="CTA Button - Arial 14px">CTA Button - Arial 14px</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="left" valign="top" width="370"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="width: 370px; min-width: 370px; max-width: 100%; vertical-align:top; display: inline-block;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" bgcolor="#ffffff" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table class="container100pr CTA-color_Background" cellspacing="0" cellpadding="0" border="0" bgcolor="#9c9c9c" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 100%; color: #ffffff; padding: 14px 25px 14px 25px; font-weight: bold; text-align:center;" valign="top" align="center"> | |
| <a alias="CALL_TO_ACTION_4" class="Arial_MSO" href="#" style="color: #ffffff; text-decoration: none;" target="_blank" title="CTA Button - Arial 14px">CTA Button - Arial 14px</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" bgcolor="#ffffff" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <!-- Video : START --> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#f0f0f1"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table class="container100pr" style="max-width: 100%;" width="640" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td style="background-color:#ffffff; width: 20px;" valign="top" align="center"> | |
| </td> | |
| <td valign="top" align="center"> | |
| <table class="container100pr" style="max-width: 100%;" width="600" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td style="background-color:#ffffff; height: 20px;" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <!-- video section --> | |
| <!-- video section --> | |
| <div class="video-wrapper container100pr" style="display:none;"> | |
| <video controls="controls" poster="http://placehold.it/600x339/?text=Sample Video" src="https://www.w3schools.com/html/mov_bbb.mp4" width="600" height="339"> | |
| <!-- fallback 1 --><a alias="Video" href="#" style="tex-decoration:none;border:0px;"><img alt="Fallback Image" src="http://placehold.it/600x339/?text=Fallback Image" title="Fallback Image" width="600" height="339"></a> | |
| </video> | |
| </div> | |
| <!-- fallback section --> | |
| <div class="video-fallback container100pr"> | |
| <a alias="Video" href="#" style="border:0px; text-decoration:none;"><img alt="Fallback Image" class="photo" src="http://placehold.it/600x339/?text=Fallback Image" style="display:block;border:0px;" | |
| title="Fallback Image" width="600" height="339"></a> | |
| </div> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td style="background-color:#ffffff; width: 20px;" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <!-- video description : START --> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table class="wrapper" width="640" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td style="font-size: 0px; line-height: 100%; background-color: #ffffff;" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td style="background-color: #ffffff;" valign="top" align="center"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table align="center" border="0" cellpadding="0" cellspacing="0" width="600"> | |
| <tr> | |
| <td align="center" valign="top" width="600"> | |
| <![endif]--> | |
| <table style="max-width: 600px;" width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" align="center"> | |
| <tr> | |
| <td style="font-size: 0; background-color: #f2f2f2;" valign="top" align="left"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table align="center" border="0" cellpadding="0" cellspacing="0" width="600"> | |
| <tr> | |
| <td align="left" valign="top" width="280"> | |
| <![endif]--> | |
| <div style="display: inline-block; max-width: 280px; vertical-align: top; width: 100%;"> | |
| <table class="deviceWidth" style="max-width: 280px;" width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size: 14px;" valign="top" align="center"> | |
| <table class="container100pr" style="max-width: 100%;" width="278px" cellspacing="0" cellpadding="0" border="0" bgcolor="#f2f2f2"> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 20px; line-height: 24px; color: #602320; padding: 10px 20px;" valign="top" align="left"> | |
| Video title - Georgia 20px | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="left" valign="top" width="280"> | |
| <![endif]--> | |
| <div style="display: inline-block; max-width: 280px; vertical-align: top; width: 100%;"> | |
| <table class="deviceWidth" style="max-width: 280px;" width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size: 14px;" valign="top" align="center"> | |
| <table class="container100pr" style="max-width: 100%;" width="278px" cellspacing="0" cellpadding="0" border="0" bgcolor="#f2f2f2"> | |
| <tr> | |
| <td class="text_align_left" style="font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; line-height: 20px; color: #602320; text-align: right; padding: 12px 20px;" valign="top" align="left"> | |
| <span class="Arial_MSO" style="color: #404041; font-weight: normal;">Duration:</span> 1 min | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| </tr> | |
| </table> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| <td style="font-size: 0px; line-height: 100%; background-color: #ffffff;" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <!-- Video description : END --> | |
| <tr> | |
| <td style="background-color:#ffffff; height: 20px;" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!-- Video : END --> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="left"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <a alias="1_Col_Info_Img" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="1200x376"><img alt="1200x376" src="http://via.placeholder.com/1200x376" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%;" | |
| title="1200x376" width="600"></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td style="padding:0px 20px 0px 20px;" valign="top" bgcolor="#f0f0f1" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" bgcolor="#f0f0f1" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="15" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Georgia,Arial,Helvetica, sans-serif; font-size:22px; line-height:26px; color:#602320;" valign="top" align="left"> | |
| <a alias="1_Col_Info_Headline" class="txt-color_h1_h6" href="#" style="text-decoration: none; color:#602320;" target="_blank" title="Section title heading 2 - Georgia 22px">Section title heading 2 - Georgia 22px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="11" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:16px; line-height:20px; color:#404041;" valign="top" align="left"> | |
| Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="15" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table class="container100pr" cellspacing="0" cellpadding="0" border="0" bgcolor="#d93954" align="left"> | |
| <tr> | |
| <td class="CTA-color_Background" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; background-color:#d93954; line-height:18px; font-weight:bold; padding:14px 25px 14px 25px;" valign="top" align="center"> | |
| <a alias="1_Col_Info_CTA" class="Arial_MSO" href="#" style="text-decoration: none; color:#ffffff;" target="_blank" title="CTA Button - Arial 14px">CTA Button - Arial 14px</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table border="0" cellspacing="0" cellpadding="0" width="100%"> | |
| <tr> | |
| <td align="center" valign="top" style="padding-right:10px;"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="display: inline-block; vertical-align: top; max-width: 100%; width: 290px; min-width: 290px;"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <a alias="2_Col_Info_Img1" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="580x180"><img alt="580x180" src="http://via.placeholder.com/580x180" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%; min-width:100%;" | |
| title="580x180" width="290"> </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" bgcolor="#f0f0f1"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="15" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Georgia,Arial,Helvetica, sans-serif; font-size:20px; line-height:24px; color:#602320;" valign="top" align="left"> | |
| <a alias="2_Col_Info_Headline1" class="txt-color_h1_h6" href="#" style="text-decoration: none; color:#602320;" target="_blank" title="Section title heading 3 - Georgia 20px">Section title heading 3 - Georgia 20px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="11" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#404041;" valign="top" align="left"> | |
| Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim aderno minim veniam, quis nostrud nisi ut. | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="15" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table class="container100pr" cellspacing="0" cellpadding="0" border="0" bgcolor="#d93954" align="left"> | |
| <tr> | |
| <td class="CTA-color_Background" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; background-color:#d93954; line-height:18px; font-weight:bold; padding:14px 25px 14px 25px;" valign="top" align="center"> | |
| <a alias="2_Col_Info_CTA1" class="Arial_MSO" href="#" style="text-decoration: none; color:#ffffff;" target="_blank" title="CTA Button - Arial 14px">CTA Button - Arial 14px</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top" style="padding-left:10px;"> | |
| <![endif]--> | |
| <div class="container100pr right-column" style="display: inline-block; vertical-align: top; max-width: 100%; width: 290px; min-width: 290px;"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <a alias="2_Col_Info_Img2" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="580x180"><img alt="580x180" src="http://via.placeholder.com/580x180" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%; min-width:100%;" | |
| title="580x180" width="290"> </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" bgcolor="#f0f0f1"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="15" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Georgia,Arial,Helvetica, sans-serif; font-size:20px; line-height:24px; color:#602320;" valign="top" align="left"> | |
| <a alias="2_Col_Info_Headline2" class="txt-color_h1_h6" href="#" style="text-decoration: none; color:#602320;" target="_blank" title="Section title heading 3 - Georgia 20px">Section title heading 3 - Georgia 20px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="11" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#404041;" valign="top" align="left"> | |
| Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim aderno minim veniam, quis nostrud nisi ut. | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="15" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table class="container100pr" cellspacing="0" cellpadding="0" border="0" bgcolor="#d93954" align="left"> | |
| <tr> | |
| <td class="CTA-color_Background" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; background-color:#d93954; line-height:18px; font-weight:bold; padding:14px 25px 14px 25px;" valign="top" align="center"> | |
| <a alias="2_Col_Info_CTA2" class="Arial_MSO" href="#" style="text-decoration: none; color:#ffffff;" target="_blank" title="CTA Button - Arial 14px">CTA Button - Arial 14px</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" align="center"> | |
| <tr> | |
| <td style="font-size:0%; line-height: 100%;" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td style="border-bottom: 1px solid #f0f0f1;" valign="top" align="left"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table width="600" style="width: 600px; max-width: 100%;" cellpadding="0" align="left" cellspacing="0" border="0" class="container100pr"> | |
| <tr> | |
| <td align="left" valign="top" style="padding-right: 20px;"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="width: 290px; min-width: 290px; max-width: 100%; vertical-align:top; display: inline-block;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="padding-top: 4px;" valign="top" align="left"> | |
| <a alias="2_Col_Image_Left_Info_Image" href="#" style="color: #969696; text-decoration: none;" target="_blank"><img alt="580x326" src="http://via.placeholder.com/580x326" style="font-family:Georgia, Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color:#969696; background-color: #cccccc; max-width: 100%; min-width: 100%; display: block;" | |
| title="580x326" width="290" border="0"></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top"> | |
| <![endif]--> | |
| <div class="container100pr right-column" style="width: 290px; min-width: 290px; max-width: 100%; vertical-align:top; display: inline-block;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:18px; line-height: 22px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="2_Col_Image_Left_Info_Heading" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 4 - Georgia 18px Up to two lines of heading content">Heading 4 - Georgia 18px Up to two lines of heading content</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="12" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 18px; color: #404041; text-align: left;" valign="top" align="center"> | |
| Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt utern ipsum doloronomo sed. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 18px; color: #d93954; text-align: left; text-decoration: underline;" valign="top" align="center"> | |
| <a alias="2_Col_Image_Left_Info_Text_link" class="txt-color_Text_hyperlink" href="#" style="color: #d93954; text-decoration: underline;" target="_blank" title="Text link - Arial 14px"><span class="Arial_MSO">Text link - Arial 14px</span></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%; width: 20px;" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td style="font-size:0%; line-height: 100%;" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td style="border-bottom: 1px solid #f0f0f1;" valign="top" align="left"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table width="600" style="width: 600px; max-width: 100%;" cellpadding="0" align="left" cellspacing="0" border="0" class="container100pr"> | |
| <tr> | |
| <td align="left" valign="top" style="padding-right: 20px;"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="width: 290px; min-width: 290px; max-width: 100%; vertical-align:top; display: inline-block;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:18px; line-height: 22px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="2_Col_Image_Right_Info_Heading" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 4 - Georgia 18px Up to two lines of heading content">Heading 4 - Georgia 18px Up to two lines of heading content</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="12" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 18px; color: #404041; text-align: left;" valign="top" align="center"> | |
| Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt utern ipsum doloronomo sed. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium. | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 18px; color: #d93954; text-align: left; text-decoration: underline;" valign="top" align="center"> | |
| <a alias="2_Col_Image_Right_Info_Text_link" class="txt-color_Text_hyperlink" href="#" style="color: #d93954; text-decoration: underline;" target="_blank" title="Text link - Arial 14px"><span class="Arial_MSO">Text link - Arial 14px</span></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top"> | |
| <![endif]--> | |
| <div class="container100pr right-column" style="width: 290px; min-width: 290px; max-width: 100%; vertical-align:top; display: inline-block;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="padding-top: 4px;" valign="top" align="left"> | |
| <a alias="2_Col_Image_Right_Info_Image" href="#" style="color: #969696; text-decoration: none;" target="_blank"><img alt="580x326" src="http://via.placeholder.com/580x326" style="font-family:Georgia, Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color:#969696; background-color: #cccccc; max-width: 100%; min-width: 100%; display: block;" | |
| title="580x326" width="290" border="0"></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%; width: 20px;" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table border="0" cellspacing="0" cellpadding="0" width="100%"> | |
| <tr> | |
| <td align="center" valign="top" style="padding-right:15px;"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="display: inline-block; vertical-align: top; max-width: 100%; width: 190px; min-width: 190px;"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <a alias="3_Col_Info_Img1" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="380x118"><img alt="380x118" src="http://via.placeholder.com/380x118" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%; min-width:100%;" | |
| title="380x118" width="190"> </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" bgcolor="#f0f0f1"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="15" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Georgia,Arial,Helvetica, sans-serif; font-size:16px; line-height:20px; color:#602320; height: 23px;" valign="top" align="left"> | |
| <a alias="3_Col_Info_Headline1" class="txt-color_h1_h6" href="#" style="text-decoration: none; color:#602320;" target="_blank" title="Section title heading 5 - Georgia 16px">Section title heading 5 - Georgia 16px </a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="11" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#404041;" valign="top" align="left"> | |
| Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="19" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top"> | |
| <![endif]--> | |
| <div class="container100pr" style="display: inline-block; vertical-align: top; max-width: 100%; width: 190px; min-width: 190px;"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <a alias="3_Col_Info_Img2" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="380x118"><img alt="380x118" src="http://via.placeholder.com/380x118" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%; min-width:100%;" | |
| title="380x118" width="190"> </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" bgcolor="#f0f0f1"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="15" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Georgia,Arial,Helvetica, sans-serif; font-size:16px; line-height:20px; color:#602320; height: 23px;" valign="top" align="left"> | |
| <a alias="3_Col_Info_Headline2" class="txt-color_h1_h6" href="#" style="text-decoration: none; color:#602320;" target="_blank" title="Section title heading 5 - Georgia 16px">Section title heading 5 - Georgia 16px </a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="11" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#404041;" valign="top" align="left"> | |
| Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="19" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top" style="padding-left:15px;"> | |
| <![endif]--> | |
| <div class="container100pr right-column" style="display: inline-block; vertical-align: top; max-width: 100%; width: 190px; min-width: 190px;"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <a alias="3_Col_Info_Img3" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="380x118"><img alt="380x118" src="http://via.placeholder.com/380x118" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%; min-width:100%;" | |
| title="380x118" width="190"> </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" bgcolor="#f0f0f1"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="15" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Georgia,Arial,Helvetica, sans-serif; font-size:16px; line-height:20px; color:#602320; height: 23px;" valign="top" align="left"> | |
| <a alias="3_Col_Info_Headline3" class="txt-color_h1_h6" href="#" style="text-decoration: none; color:#602320;" target="_blank" title="Section title heading 5 - Georgia 16px">Section title heading 5 - Georgia 16px </a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="11" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#404041;" valign="top" align="left"> | |
| Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="19" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td style="font-size:0%; line-height: 100%;" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| <td style="border-bottom: 1px solid #f0f0f1;" valign="top" align="center"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table width="600" style="width: 600px; max-width: 100%;" cellpadding="0" align="center" cellspacing="0" border="0" class="container100pr"> | |
| <tr> | |
| <td align="center" valign="top" style="padding-right: 20px;"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="width: 190px; min-width: 190px; max-width: 100%; vertical-align:top; display: inline-block;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="padding-top: 4px;" valign="top" align="left"> | |
| <a alias="3_Col_Image_Left_Info_Image" href="#" style="color: #969696; text-decoration: none;" target="_blank"><img alt="380x214" src="http://via.placeholder.com/380x214" style="font-family:Georgia, Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color:#969696; background-color: #cccccc; max-width: 100%; min-width: 100%; display: block;" | |
| title="380x214" width="190" border="0"></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top"> | |
| <![endif]--> | |
| <div class="container100pr right-column" style="width: 390px; min-width: 390px; max-width: 100%; vertical-align:top; display: inline-block;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:18px; line-height: 22px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="3_Col_Image_Left_Info_Heading" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Section title heading 4 - Georgia 18px">Section title heading 4 - Georgia 18px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="12" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 18px; color: #404041; text-align: left;" valign="top" align="center"> | |
| Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt utern ipsum doloronomo sed. | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="12" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 18px; color: #d93954; text-align: left; text-decoration: underline;" valign="top" align="center"> | |
| <a alias="3_Col_Image_Left_Info_Text_link" class="txt-color_Text_hyperlink" href="#" style="color: #d93954; text-decoration: underline;" target="_blank" title="Text link - Arial 14px"><span class="Arial_MSO">Text link - Arial 14px</span></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%; width: 20px;" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td style="border-bottom: 1px solid #f0f0f1; border-top: 1px solid #f0f0f1;" valign="top" align="left"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:20px; line-height: 24px; color: #602320; text-align: left;" valign="top" align="left"> | |
| <a alias="Top_5_Info_Heading" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Section title heading 3 - Georgia 20px">Section title heading 3 - Georgia 20px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #404041; font-weight: bold;" valign="top" align="center"> | |
| 1. | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="13" valign="top" align="left"> | |
| | |
| </td> | |
| <td class="Arial_MSO" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #d93954; text-align: left; text-decoration: underline;" valign="top" align="center"> | |
| <a alias="Top_5_Info_Text_link_1" class="txt-color_Text_hyperlink" href="#" style="color: #d93954; text-decoration: underline;" target="_blank" title="Lorem ipsum dolor sit amet, consectetur adipiscing elit sed donomron"><span class="Arial_MSO">Lorem ipsum dymm text data.</span></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #404041; font-weight: bold;" valign="top" align="center"> | |
| 2. | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="13" valign="top" align="left"> | |
| | |
| </td> | |
| <td class="Arial_MSO" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #d93954; text-align: left; text-decoration: underline;" valign="top" align="center"> | |
| <a alias="Top_5_Info_Text_link_2" class="txt-color_Text_hyperlink" href="#" style="color: #d93954; text-decoration: underline;" target="_blank" title="Lorem ipsum dymm text data."><span class="Arial_MSO">Lorem ipsum dymm text data.</span></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #404041; font-weight: bold;" valign="top" align="center"> | |
| 3. | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="13" valign="top" align="left"> | |
| | |
| </td> | |
| <td class="Arial_MSO" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #d93954; text-align: left; text-decoration: underline;" valign="top" align="center"> | |
| <a alias="Top_5_Info_Text_link_3" class="txt-color_Text_hyperlink" href="#" style="color: #d93954; text-decoration: underline;" target="_blank" title="Lorem ipsum dolor sit amet, consectetur adipiscing elit sed donomron"><span class="Arial_MSO">Lorem ipsum dymm text data.</span></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #404041; font-weight: bold;" valign="top" align="center"> | |
| 4. | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="13" valign="top" align="left"> | |
| | |
| </td> | |
| <td class="Arial_MSO" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #d93954; text-align: left; text-decoration: underline;" valign="top" align="center"> | |
| <a alias="Top_5_Info_Text_link_4" class="txt-color_Text_hyperlink" href="#" style="color: #d93954; text-decoration: underline;" target="_blank" title="Lorem ipsum dymm text data."><span class="Arial_MSO">Lorem ipsum dymm text data.</span></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #404041; font-weight: bold;" valign="top" align="center"> | |
| 5. | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="13" valign="top" align="left"> | |
| | |
| </td> | |
| <td class="Arial_MSO" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #d93954; text-align: left; text-decoration: underline;" valign="top" align="center"> | |
| <a alias="Top_5_Info_Text_link_5" class="txt-color_Text_hyperlink" href="#" style="color: #d93954; text-decoration: underline;" target="_blank" title="Lorem ipsum dolor sit amet, consectetur adipiscing elit sed donomron"><span class="Arial_MSO">Lorem ipsum dymm text data.</span></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="16" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td style="font-size:0%; line-height: 100%;" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table width="600" style="width: 600px; max-width: 100%;" cellpadding="0" align="center" cellspacing="0" border="0" class="container100pr"> | |
| <tr> | |
| <td align="left" valign="top" style="padding-right: 20px;"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="width: 290px; min-width: 290px; max-width: 100%; vertical-align:top; display: inline-block;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 24px; line-height: 28px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="2_Col_Text_Heading_1_Left_column" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 1 - Georgia 24px">Heading 1 - Georgia 24px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:22px; line-height: 26px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="2_Col_Text_Heading_2_Left_column" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 2 - Georgia 22px">Heading 2 - Georgia 22px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:20px; line-height: 24px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="2_Col_Text_Heading_3_Left_column" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 3 - Georgia 20px">Heading 3 - Georgia 20px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:18px; line-height: 22px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="2_Col_Text_Heading_4_Left_column" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 4 - Georgia 18px">Heading 4 - Georgia 18px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="2_Col_Text_Heading_5_Left_column" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 5 - Georgia 16px">Heading 5 - Georgia 16px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:14px; line-height: 18px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="2_Col_Text_Heading_6_Left_column" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 6 - Georgia 14px">Heading 6 - Georgia 14px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="17" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #404041; text-align: left;" valign="top" align="center"> | |
| Lorem ipsum dolor sit amet, <a alias="2_Col_Text_link_1_Left_column" class="txt-color_Text_hyperlink" href="#" | |
| style="color: #d93954; text-decoration: underline;" target="_blank" title="consectetur adipiscing"><span class="Arial_MSO" style="text-decoration: underline;">consectetur adipiscing</span></a> elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud | |
| exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit | |
| in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Lorem ipsum dymm text data. deserunt. | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" width="18" valign="top" align="center"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; color: #d93954; font-size: 30px; line-height: 34px; mso-line-height-rule: exactly;" width="8" valign="top" align="center"> | |
| • | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="10" valign="top" align="center"> | |
| | |
| </td> | |
| <td class="vertical_align" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #404041; text-align: left; padding-top: 7px;" valign="top" align="center"> | |
| Maecenas in eros volutpat, aliquam quam fringilla, bibendum tortor. | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="1" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; color: #d93954; font-size: 30px; line-height: 34px; mso-line-height-rule: exactly;" width="8" valign="top" align="center"> | |
| • | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="10" valign="top" align="center"> | |
| | |
| </td> | |
| <td class="vertical_align" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #404041; text-align: left; padding-top: 7px;" valign="middle" align="center"> | |
| Phasellus ac libero vestibulum, aliquet nunc vitae, molestie lectus. | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="1" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; color: #d93954; font-size: 30px; line-height: 34px; mso-line-height-rule: exactly;" width="8" valign="top" align="center"> | |
| • | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="10" valign="top" align="left"> | |
| | |
| </td> | |
| <td class="Arial_MSO vertical_align" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #d93954; text-align: left; text-decoration: underline; padding-top: 7px;" valign="top" align="center"> | |
| <a alias="2_Col_Text_link_2_Left_column" class="txt-color_Text_hyperlink" href="#" style="color: #d93954; text-decoration: underline;" target="_blank" title="Lorem ipsum dymm text data."><span class="Arial_MSO">Lorem ipsum dymm text data.</span></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="1" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; color: #d93954; font-size: 30px; line-height: 34px; mso-line-height-rule: exactly;" width="8" valign="top" align="center"> | |
| • | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="10" valign="top" align="center"> | |
| | |
| </td> | |
| <td class="vertical_align" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #d93954; text-align: left; text-decoration: underline; padding-top: 7px;" valign="top" align="center"> | |
| <a alias="2_Col_Text_link_3_Left_column" class="txt-color_Text_hyperlink" href="#" style="color: #d93954; text-decoration: underline;" target="_blank" title="Lorem ipsum dymm text data."><span class="Arial_MSO">Lorem ipsum dymm text data.</span></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top"> | |
| <![endif]--> | |
| <div class="container100pr right-column" style="width: 290px; min-width: 290px; max-width: 100%; vertical-align:top; display: inline-block;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 24px; line-height: 28px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="2_Col_Text_Heading_1_Right_column" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 1 - Georgia 24px">Heading 1 - Georgia 24px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:22px; line-height: 26px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="2_Col_Text_Heading_2_Right_column" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 2 - Georgia 22px">Heading 2 - Georgia 22px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:20px; line-height: 24px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="2_Col_Text_Heading_3_Right_column" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 3 - Georgia 20px">Heading 3 - Georgia 20px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:18px; line-height: 22px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="2_Col_Text_Heading_4_Right_column" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 4 - Georgia 18px">Heading 4 - Georgia 18px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="2_Col_Text_Heading_5_Right_column" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 5 - Georgia 16px">Heading 5 - Georgia 16px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="14" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:14px; line-height: 18px; color: #602320; text-align: left;" valign="top" align="center"> | |
| <a alias="2_Col_Text_Heading_6_Right_column" class="txt-color_h1_h6" href="#" style="color: #602320; text-decoration: none;" target="_blank" title="Heading 6 - Georgia 14px">Heading 6 - Georgia 14px</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="17" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #404041; text-align: left;" valign="top" align="center"> | |
| Lorem ipsum dolor sit amet, <a alias="2_Col_Text_link_1_Right_column" class="txt-color_Text_hyperlink" href="#" | |
| style="color: #d93954; text-decoration: underline;" target="_blank" title="consectetur adipiscing"><span class="Arial_MSO" style="text-decoration: underline;">consectetur adipiscing</span></a> elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud | |
| exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit | |
| in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Lorem ipsum dymm text data. deserunt. | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="10" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" width="18" valign="top" align="center"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; color: #d93954; font-size: 30px; line-height: 34px; mso-line-height-rule: exactly;" width="8" valign="top" align="center"> | |
| • | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="10" valign="top" align="center"> | |
| | |
| </td> | |
| <td class="vertical_align" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #404041; text-align: left; padding-top: 7px;" valign="top" align="center"> | |
| Maecenas in eros volutpat, aliquam quam fringilla, bibendum tortor. | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="1" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; color: #d93954; font-size: 30px; line-height: 34px; mso-line-height-rule: exactly;" width="8" valign="top" align="center"> | |
| • | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="10" valign="top" align="center"> | |
| | |
| </td> | |
| <td class="vertical_align" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #404041; text-align: left; padding-top: 7px;" valign="top" align="center"> | |
| Phasellus ac libero vestibulum, aliquet nunc vitae, molestie lectus. | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="1" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; color: #d93954; font-size: 30px; line-height: 34px; mso-line-height-rule: exactly;" width="8" valign="top" align="center"> | |
| • | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="10" valign="top" align="left"> | |
| | |
| </td> | |
| <td class="Arial_MSO vertical_align" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #d93954; text-align: left; text-decoration: underline; padding-top: 7px;" valign="top" align="center"> | |
| <a alias="2_Col_Text_link_2_Right_column" class="txt-color_Text_hyperlink" href="#" style="color: #d93954; text-decoration: underline;" target="_blank" title="Lorem ipsum dymm text data."><span class="Arial_MSO">Lorem ipsum dymm text data.</span></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="1" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; color: #d93954; font-size: 30px; line-height: 34px; mso-line-height-rule: exactly;" width="8" valign="top" align="center"> | |
| • | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="10" valign="top" align="center"> | |
| | |
| </td> | |
| <td class="vertical_align" style="font-family: Arial, Helvetica, sans-serif; font-size:16px; line-height: 20px; color: #d93954; text-align: left; text-decoration: underline; padding-top: 7px;" valign="top" align="center"> | |
| <a alias="2_Col_Text_link_3_Right_column" class="txt-color_Text_hyperlink" href="#" style="color: #d93954; text-decoration: underline;" target="_blank" title="Lorem ipsum dymm text data."><span class="Arial_MSO">Lorem ipsum dymm text data.</span></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%; width: 20px;" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" align="center"> | |
| <tr> | |
| <td class="nomobile" style="font-size:0%; line-height: 100%;" width="20" valign="top" bgcolor="#ffffff" align="left"> | |
| | |
| </td> | |
| <td valign="top" bgcolor="#f0f0f1" align="left"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table width="600" style="width: 600px; max-width: 100%;" cellpadding="0" align="left" cellspacing="0" border="0" class="container100pr" bgcolor="#f0f0f1"> | |
| <tr> | |
| <td align="left" valign="top" width="280"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="width: 280px; min-width: 280px; max-width: 100%; vertical-align:top; display: inline-block;"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" bgcolor="#f0f0f1" align="center"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" width="18" valign="top" align="center"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td class="txt-color_h1_h6" style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size:24px; line-height: 28px; color: #602320; text-align: left;" valign="top" align="center"> | |
| Dummy title goes here Heading 1 - Georgia 24px up to 3 lines | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="12" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 18px; color: #404041; text-align: left;" valign="top" align="center"> | |
| Lorem ipsum dolor sit amet, consecteur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud nisi ut aliquip ex ea commodo consequat irure dolor. | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table class="container100pr CTA-color_Background" cellspacing="0" cellpadding="0" border="0" bgcolor="#d93954" align="left"> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 100%; color: #ffffff; padding: 14px 25px 14px 25px; font-weight: bold; text-align:center;" valign="top" align="center"> | |
| <a alias="Event_CTA" class="Arial_MSO" href="#" style="color: #ffffff; text-decoration: none;" target="_blank" title="Register for this event">Attending this event</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="37" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="18" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="right" valign="top" width="320"> | |
| <![endif]--> | |
| <div class="container100pr right-column" style="width: 320px; min-width: 320px; max-width: 100%; vertical-align:top; display: inline-block;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <a alias="Event_Image" href="#" style="color: #969696; text-decoration: none;" target="_blank"><img alt="640x400" src="http://via.placeholder.com/640x400" style="font-family:Georgia, Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color:#969696; background-color: #cccccc; max-width: 100%; min-width: 100%; display: block;" | |
| title="640x400" width="320" border="0"></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" bgcolor="#e9e9e9" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" bgcolor="#e9e9e9" align="center"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="17" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="padding-top: 1px;" valign="top" align="left"> | |
| <img src="http://placehold.it/20x20" style="font-family:Georgia, Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color:#969696; background-color: #e9e9e9; max-width: 100%; min-width: 100%; display: block;" width="24" border="0"> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="15" valign="top" align="center"> | |
| | |
| </td> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 18px; color: #404041; text-align: left;" valign="top" align="center"> | |
| <a href="#" style="color:#404041; text-decoration: none; cursor: default;"><span style="color:#404041; text-decoration: none;"><strong>Monday 10th December 2018</strong> 11.30am - 10.30pm</span></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="17" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="padding-top: 1px;" valign="top" align="left"> | |
| <img src="http://placehold.it/20x20" style="font-family:Georgia, Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color:#969696; background-color: #e9e9e9; max-width: 100%; min-width: 100%; display: block;" width="20" border="0" /> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="15" valign="top" align="center"> | |
| | |
| </td> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 18px; color: #404041; text-align: left;" valign="top" align="center"> | |
| <strong>Mysore</strong> Karnataka <a alias="Event_Text_hyperlink" class="txt-color_Text_hyperlink" href="#" | |
| style="color: #d93954; text-decoration: underline;" target="_blank" title="EC2M 3YD"><span class="Arial_MSO" style="text-decoration: underline;">India</span></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| <td class="nomobile" style="font-size: 0%; line-height: 100%;" width="20" valign="top" bgcolor="#ffffff" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td style="font-family:Georgia,Arial,Helvetica, sans-serif; font-size:22px; line-height:100%; color:#602320; padding: 0px 0px 20px 20px;" valign="top" align="left"> | |
| <a alias="1_Col_Speakers_Headline" class="txt-color_h1_h6" href="#" style="text-decoration: none; color:#602320;" target="_blank" title="Speaker">Banner1</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="#ffffff"> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="display: inline-block; vertical-align: top; max-width: 100%; width: 300px; min-width: 300px;" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <a alias="1_Col_Speakers_Img" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="200x200"><img alt="200x200" src="http://via.placeholder.com/200x200" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%;" | |
| title="200x200" width="100" height="100"></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%; height: 16px;" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:16px; line-height:20px; color:#d93954; font-weight:bold;" valign="top" align="center"> | |
| Vishal Kumar CV | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#404041; font-weight:bold;" valign="top" align="center"> | |
| Vishal - UI developer | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#6d6e71;" valign="top" align="center"> | |
| Salesforce Certified | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#d93954;" valign="top" align="center"> | |
| <a alias="1_Col_Speakers_Twitter" href="#" style="text-decoration: underline; color:#d93954;" target="_blank" title=""><span class="Arial_MSO" style="text-decoration: underline;">Mysore</span></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#e9e9e9"> | |
| <tr> | |
| <td style="font-family:Georgia,Arial,Helvetica, sans-serif; font-size:22px; line-height:26px; color:#602320; padding: 16px 0px 20px 20px;" valign="top" align="left"> | |
| <a alias="2_Col_Speakers_Headline" class="txt-color_h1_h6" href="#" style="text-decoration: none; color:#602320;" target="_blank" title="Speakers">Banner2</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table border="0" cellspacing="0" cellpadding="0" width="100%"> | |
| <tr> | |
| <td align="center" valign="top" width="300"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="display: inline-block; vertical-align: top; max-width: 100%; width: 300px; min-width: 300px;"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <a alias="2_Col_Speakers_Img1" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="200x200"><img alt="200x200" src="http://via.placeholder.com/200x200" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%;" | |
| title="200x200" width="100" height="100"></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="16" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:16px; line-height:20px; color:#d93954; font-weight:bold;" valign="top" align="center"> | |
| Dr. ABC | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#404041; font-weight:bold;" valign="top" align="center"> | |
| Vishal - Lorem ipsum | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#6d6e71;" valign="top" align="center"> | |
| Lorem ipsum | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#d93954;" valign="top" align="center"> | |
| <a alias="2_Col_Speakers_Twitter1" href="#" style="text-decoration: underline; color:#d93954;" target="_blank" title="@Lorem ipsum"><span class="Arial_MSO" style="text-decoration: underline;">@Lorem ipsum</span></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top" width="300"> | |
| <![endif]--> | |
| <div class="container100pr right-column" style="display: inline-block; vertical-align: top; max-width: 100%; width: 300px; min-width: 300px;"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <a alias="2_Col_Speakers_Img2" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="200x200"><img alt="200x200" src="http://via.placeholder.com/200x200" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%;" | |
| title="200x200" width="100" height="100"></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="16" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:16px; line-height:20px; color:#d93954; font-weight:bold;" valign="top" align="center"> | |
| Mr. XYZ </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#404041; font-weight:bold;" valign="top" align="center"> | |
| Co-founder of Lorem ipsum | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#6d6e71; height: 18px;" valign="top" align="center"> | |
| Lorem ipsum | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#d93954;" valign="top" align="center"> | |
| <a alias="2_Col_Speakers_Twitter2" href="#" style="text-decoration: underline; color:#d93954;" target="_blank" title="@Lorem ipsum"><span class="Arial_MSO" style="text-decoration: underline;">@Lorem ipsum</span></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff"> | |
| <tr> | |
| <td style="font-family:Georgia,Arial,Helvetica, sans-serif; font-size:22px; line-height:26px; color:#602320; padding: 16px 0px 20px 20px;" valign="top" align="left"> | |
| <a alias="3_Col_Speakers_Headline" class="txt-color_h1_h6" href="#" style="text-decoration: none; color:#602320;" target="_blank" title="Speakers">Persons</a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table border="0" cellspacing="0" cellpadding="0" width="100%"> | |
| <tr> | |
| <td align="center" valign="top" width="200"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="display: inline-block; vertical-align: top; max-width: 100%; width: 200px; min-width: 200px;"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <a alias="3_Col_Speakers_Img1" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="200x200"><img alt="200x200" src="http://via.placeholder.com/200x200" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%;" | |
| title="200x200" width="100" height="100"></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="16" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#d93954; font-weight:bold;" valign="top" align="center"> | |
| Person 01 | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#404041;" valign="top" align="center"> | |
| Vishal - Lorem ipsum | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top" width="200"> | |
| <![endif]--> | |
| <div class="container100pr" style="display: inline-block; vertical-align: top; max-width: 100%; width: 200px; min-width: 200px;"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <a alias="3_Col_Speakers_Img2" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="200x200"><img alt="200x200" src="http://via.placeholder.com/200x200" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%;" | |
| title="200x200" width="100" height="100"></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="16" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#d93954; font-weight:bold;" valign="top" align="center"> | |
| Person 02 | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#404041;" valign="top" align="center"> | |
| Vishal - Demo | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top" width="200"> | |
| <![endif]--> | |
| <div class="container100pr right-column" style="display: inline-block; vertical-align: top; max-width: 100%; width: 200px; min-width: 200px;"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <a alias="3_Col_Speakers_Img3" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="200x200"><img alt="200x200" src="http://via.placeholder.com/200x200" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%;" | |
| title="200x200" width="100" height="100"></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="16" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#d93954; font-weight:bold;" valign="top" align="center"> | |
| Mr. XYZ </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family:Arial,Helvetica, sans-serif; font-size:14px; line-height:18px; color:#404041; height: 18px;" valign="top" align="center"> | |
| Co-founder of Lorem ipsum | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" align="left"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="16" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td style="font-family:Georgia,Arial,Helvetica, sans-serif; font-size:20px; line-height:24px; color:#602320;" valign="top" align="left"> | |
| <a alias="Call_To_Action_Group_Headline" class="txt-color_h1_h6" href="#" style="text-decoration: none; color:#602320;" target="_blank" title="Section title heading 3 - Georgia 20px">Section title heading 3 - Georgia 20px</a> | |
| </td> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="16" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table border="0" cellspacing="0" cellpadding="0" width="100%"> | |
| <tr> | |
| <td align="center" valign="top" style="padding-right:15px;"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="display: inline-block; vertical-align: top; max-width: 100%; width: 190px; min-width: 190px;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <a alias="Call_To_Action_Group1" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="380x118"><img alt="380x118" src="http://via.placeholder.com/380x118" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%; min-width:100%;" | |
| title="380x118" width="190"> </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table class="containerCTA" cellspacing="0" cellpadding="0" border="0" bgcolor="#d93954" align="left"> | |
| <tr> | |
| <td class="CTA-color_Background" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; background-color:#d93954; line-height:18px; font-weight:bold; padding:0px 10px;" width="190" valign="middle" height="50" align="center"> | |
| <a alias="Call_To_Action_GroupCTA1" class="Arial_MSO" href="#" style="text-decoration: none; color:#ffffff;" target="_blank" title="Cyber security">CTA text</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top"> | |
| <![endif]--> | |
| <div class="container100pr" style="display: inline-block; vertical-align: top; max-width: 100%; width: 190px; min-width: 190px;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <a alias="Call_To_Action_Group2" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="380x118"><img alt="380x118" src="http://via.placeholder.com/380x118" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%; min-width:100%;" | |
| title="380x118" width="190"> </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table class="containerCTA" cellspacing="0" cellpadding="0" border="0" bgcolor="#d93954" align="left"> | |
| <tr> | |
| <td class="CTA-color_Background" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; background-color:#d93954; line-height:18px; font-weight:bold; padding:0px 10px;" width="190" valign="middle" height="50" align="center"> | |
| <a alias="Call_To_Action_GroupCTA2" class="Arial_MSO" href="#" style="text-decoration: none; color:#ffffff;" target="_blank" title="Data and analytics">CTA text</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top" style="padding-left:15px;"> | |
| <![endif]--> | |
| <div class="container100pr right-column" style="display: inline-block; vertical-align: top; max-width: 100%; width: 190px; min-width: 190px;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <a alias="Call_To_Action_Group3" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="380x118"><img alt="380x118" src="http://via.placeholder.com/380x118" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%; min-width:100%;" | |
| title="380x118" width="190"> </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table class="containerCTA" cellspacing="0" cellpadding="0" border="0" bgcolor="#d93954" align="left"> | |
| <tr> | |
| <td class="CTA-color_Background" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; background-color:#d93954; line-height:18px; font-weight:bold;padding:0px 10px;" width="190" valign="middle" height="50" align="center"> | |
| <a alias="Call_To_Action_GroupCTA3" class="Arial_MSO" href="#" style="text-decoration: none; color:#ffffff;" target="_blank" title="Tech for good">CTA text</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff"> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="center"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table border="0" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td align="center" valign="top" style="padding-right:15px;"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="display: inline-block; vertical-align: top; max-width: 100%; width: 190px; min-width: 190px;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <a alias="Call_To_Action_Group4" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="380x118"><img alt="380x118" src="http://via.placeholder.com/380x118" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%; min-width:100%;" | |
| title="380x118" width="190"> </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table class="containerCTA" cellspacing="0" cellpadding="0" border="0" bgcolor="#d93954" align="left"> | |
| <tr> | |
| <td class="CTA-color_Background" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; background-color:#d93954; line-height:18px; font-weight:bold; padding:0px 10px;" width="190" valign="middle" height="50" align="center"> | |
| <a alias="Call_To_Action_GroupCTA4" class="Arial_MSO" href="#" style="text-decoration: none; color:#ffffff;" target="_blank" title="Disruptive innovation and emerging tech">CTA text</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top"> | |
| <![endif]--> | |
| <div class="container100pr" style="display: inline-block; vertical-align: top; max-width: 100%; width: 190px; min-width: 190px;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <a alias="Call_To_Action_Group5" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="380x118"><img alt="380x118" src="http://via.placeholder.com/380x118" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%; min-width:100%;" | |
| title="380x118" width="190"> </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table class="containerCTA" cellspacing="0" cellpadding="0" border="0" bgcolor="#d93954" align="left"> | |
| <tr> | |
| <td class="CTA-color_Background" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; background-color:#d93954; line-height:18px; font-weight:bold;padding:0px 10px;" width="190" valign="middle" height="50" align="center"> | |
| <a alias="Call_To_Action_GroupCTA5" class="Arial_MSO" href="#" style="text-decoration: none; color:#ffffff;" target="_blank" title="The future of work">CTA text</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top" style="padding-left:15px;"> | |
| <![endif]--> | |
| <div class="container100pr right-column" style="display: inline-block; vertical-align: top; max-width: 100%; width: 190px; min-width: 190px;"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <a alias="Call_To_Action_Group6" href="#" style="text-decoration: none; color:#969696;" target="_blank" title="380x118"><img alt="380x118" src="http://via.placeholder.com/380x118" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#969696; background-color:#cccccc; display:block; border:0; max-width:100%; min-width:100%;" | |
| title="380x118" width="190"> </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <table class="containerCTA" cellspacing="0" cellpadding="0" border="0" bgcolor="#d93954" align="left"> | |
| <tr> | |
| <td class="CTA-color_Background" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; background-color:#d93954; line-height:18px; font-weight:bold;padding:0px 10px;" width="190" valign="middle" height="50" align="center"> | |
| <a alias="Call_To_Action_GroupCTA6" class="Arial_MSO" href="#" style="text-decoration: none; color:#ffffff;" target="_blank" title="Accelerate digital">CTA text</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size:0%; line-height:100%" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| <td style="font-size:0%; line-height:100%" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> | |
| <tr> | |
| <td valign="top" bgcolor="#404041" align="center"> | |
| <table class="container100pr" style="max-width: 100%;" cellspacing="0" cellpadding="0" border="0" bgcolor="#404041"> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <!--[if (gte mso 9)|(IE)]> | |
| <table align="center" border="0" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td align="center" valign="top" style="padding-right: 20px;"> | |
| <![endif]--> | |
| <div class="container100pr left-column" style="display: inline-block; vertical-align: top; min-width: 125px; max-width: 100%; width: 125px;"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="25" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td class="font_20" style="font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 24px; line-height: 100%; color: #ffffff; text-align: center;" valign="top" align="center"> | |
| Follow us | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| <td align="center" valign="top"> | |
| <![endif]--> | |
| <div class="container100pr right-column" style="display: inline-block; vertical-align: top; width: 300px; min-width: 300px; max-width: 100%;"> | |
| <table cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="18" align="center"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td valign="top" align="center"> | |
| <table class="pad_B_12" cellspacing="0" cellpadding="0" border="0" align="center"> | |
| <tr> | |
| <td valign="top" align="left"> | |
| <a href="#" style="color: #ffffff; text-decoration: none;" target="_blank"><img alt="LinkedIn" src="http://placehold.it/42x42" style="font-family:Georgia, Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color:#ffffff; background-color: #127cb3; display: block;" | |
| title="LinkedIn" width="42" border="0"></a> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="left"> | |
| <a href="#" target="_blank"><img alt="Facebook" src="http://placehold.it/42x42" style="font-family:Georgia, Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color:#ffffff; background-color: #3b5a95; display: block;" | |
| title="Facebook" width="42" border="0" height="42"></a> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="left"> | |
| <a href="#" target="_blank"><img alt="Twitter" src="http://placehold.it/42x42" style="font-family:Georgia, Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color:#ffffff; background-color: #1daee6; display: block;" | |
| title="Twitter" width="42" border="0" height="42"></a> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="left"> | |
| <a href="#" target="_blank"><img alt="YouTube" src="http://placehold.it/42x42" style="font-family:Georgia, Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color:#ffffff; background-color: #df2e2e; display: block;" | |
| title="YouTube" width="42" border="0" height="42"></a> | |
| </td> | |
| <td style="font-size: 0%; line-height: 100%;" width="20" valign="top" align="left"> | |
| | |
| </td> | |
| <td valign="top" align="left"> | |
| <a href="#" target="_blank"><img alt="Instagram" src="http://placehold.it/42x42" style="font-family:Georgia, Arial, Helvetica, sans-serif; font-size:12px; line-height: 16px; color:#ffffff; background-color: #df346d; display: block;" | |
| title="Instagram" width="42" border="0" height="42"></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="18" align="center"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| <!--[if (gte mso 9)|(IE)]> | |
| </td> | |
| </tr> | |
| </table> | |
| <![endif]--> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| <tr class="outlookfix"> | |
| <td align="center" valign="top"> | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0"> | |
| <tbody> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <!----> | |
| <table style="min-width: 100%; " class="stylingblock-content-wrapper" width="100%" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td class="stylingblock-content-wrapper camarker-inner"> | |
| <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left"> | |
| <tr> | |
| <td class="pad_L_R_19" valign="top" bgcolor="#f0f0f1" align="left"> | |
| <table cellspacing="0" cellpadding="0" border="0" width="100%"> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="20" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #404041; line-height: 16px;"> | |
| Can-spam mandatory data and fields. | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="25" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #404041; line-height: 16px;"> | |
| © 2018 Vishal - Demo LLP. Vishal - Demo | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="22" align="left"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #404041; line-height: 16px;"> | |
| End of Vishal - Demo | |
| </td> | |
| </tr> | |
| <tr> | |
| <td style="font-size: 0%; line-height: 100%;" valign="top" height="25" align="left"> | |
| | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!----> | |
| </td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment