Tradebanner (TB-Banner-CTA_1)
Mon Aug 01 2022 10:31:33 GMT+0000 (Coordinated Universal Time)
Saved by @CK_Michael
%%[
/*************************************************************************************/
/************************** TRANSLATION REPLACEMENT *****************************/
/* Replace the text below with a unique name for the content block within the email */
/* e.g. SET @blockName = "TB-Banner-CTA_1" */
/**/
SET @blockName = "TB-Banner-CTA_1"
SET @withGender = false
/**/
/*************************************************************************************/
/* Load content not depending on gender */
SET @contentRows = LookupRows(@contentDEName,'CommunicationCulture',@comCulture,'blockName',@blockName)
IF ROWCOUNT(@contentRows) == 0 THEN
raiseError(Concat("No translation available for ", @blockName),true)
ENDIF
SET @contentRow = Row(@contentRows,1)
SET @COPY1_TEXT = Field(@contentRow, "COPY1_TEXT")
/* Load content depending on gender */
IF @withGender AND NOT Empty(AttributeValue('GenderAffinity')) THEN
SET @blockName = Concat(@blockName, '_', AttributeValue('GenderAffinity'))
ENDIF
SET @contentRows = LookupRows(@contentDEName,'CommunicationCulture',@comCulture,'blockName',@blockName)
IF ROWCOUNT(@contentRows) == 0 THEN
raiseError(Concat("No translation available for ", @blockName),true)
ENDIF
SET @contentRow = Row(@contentRows,1)
SET @IMG1 = Field(@contentRow, "IMG1")
SET @IMG1_ALT = Field(@contentRow, "IMG1_ALT")
SET @COPY2_TEXT = Field(@contentRow, "COPY2_TEXT")
SET @COPY3_TEXT = Field(@contentRow, "COPY3_TEXT")
SET @BUTTON1_TEXT = Field(@contentRow, "BUTTON1_TEXT")
SET @BUTTON1_LINK = Field(@contentRow, "BUTTON1_LINK")
SET @BUTTON2_TEXT = Field(@contentRow, "BUTTON2_TEXT")
SET @BUTTON2_LINK = Field(@contentRow, "BUTTON2_LINK")
SET @BUTTON3_TEXT = Field(@contentRow, "BUTTON3_TEXT")
SET @BUTTON3_LINK = Field(@contentRow, "BUTTON3_LINK")
SET @BUTTON4_TEXT = Field(@contentRow, "BUTTON4_TEXT")
SET @BUTTON4_LINK = Field(@contentRow, "BUTTON4_LINK")
SET @BUTTON5_TEXT = Field(@contentRow, "BUTTON5_TEXT")
SET @BUTTON5_LINK = Field(@contentRow, "BUTTON5_LINK")
SET @SECTION1_TEXT = Field(@contentRow, "SECTION1_TEXT")
SET @SECTION1_LINK = Field(@contentRow, "SECTION1_LINK")
SET @SECTION2_TEXT = Field(@contentRow, "SECTION2_TEXT")
SET @SECTION2_LINK = Field(@contentRow, "SECTION2_LINK")
SET @SECTION3_TEXT = Field(@contentRow, "SECTION3_TEXT")
SET @SECTION3_LINK = Field(@contentRow, "SECTION3_LINK")
SET @SECTION4_TEXT = Field(@contentRow, "SECTION4_TEXT")
SET @SECTION4_LINK = Field(@contentRow, "SECTION4_LINK")
SET @SECTION5_TEXT = Field(@contentRow, "SECTION5_TEXT")
SET @SECTION5_LINK = Field(@contentRow, "SECTION5_LINK")
/*** Start MetaData tagging ***/
SET @Link_Value = @BUTTON1_LINK
SET @Link_FieldName = "BUTTON1_LINK"
ContentBlockByID('66456') /* CA Utilities\MetaData_Link_Tagging */
SET @BUTTON1_LINK = @Link_Value
SET @Link_Value = @BUTTON2_LINK
SET @Link_FieldName = "BUTTON2_LINK"
ContentBlockByID('66456') /* CA Utilities\MetaData_Link_Tagging */
SET @BUTTON2_LINK = @Link_Value
SET @Link_Value = @BUTTON3_LINK
SET @Link_FieldName = "BUTTON3_LINK"
ContentBlockByID('66456') /* CA Utilities\MetaData_Link_Tagging */
SET @BUTTON3_LINK = @Link_Value
SET @Link_Value = @BUTTON4_LINK
SET @Link_FieldName = "BUTTON4_LINK"
ContentBlockByID('66456') /* CA Utilities\MetaData_Link_Tagging */
SET @BUTTON4_LINK = @Link_Value
SET @Link_Value = @BUTTON5_LINK
SET @Link_FieldName = "BUTTON5_LINK"
ContentBlockByID('66456') /* CA Utilities\MetaData_Link_Tagging */
SET @BUTTON5_LINK = @Link_Value
SET @Link_Value = @SECTION1_LINK
SET @Link_FieldName = "SECTION1_LINK"
ContentBlockByID('66456') /* CA Utilities\MetaData_Link_Tagging */
SET @SECTION1_LINK = @Link_Value
SET @Link_Value = @SECTION2_LINK
SET @Link_FieldName = "SECTION2_LINK"
ContentBlockByID('66456') /* CA Utilities\MetaData_Link_Tagging */
SET @SECTION2_LINK = @Link_Value
SET @Link_Value = @SECTION3_LINK
SET @Link_FieldName = "SECTION3_LINK"
ContentBlockByID('66456') /* CA Utilities\MetaData_Link_Tagging */
SET @SECTION3_LINK = @Link_Value
SET @Link_Value = @SECTION4_LINK
SET @Link_FieldName = "SECTION4_LINK"
ContentBlockByID('66456') /* CA Utilities\MetaData_Link_Tagging */
SET @SECTION4_LINK = @Link_Value
SET @Link_Value = @SECTION5_LINK
SET @Link_FieldName = "SECTION5_LINK"
ContentBlockByID('66456') /* CA Utilities\MetaData_Link_Tagging */
SET @SECTION5_LINK = @Link_Value
/*** End MetaData tagging ***/
]%%
<style>
@media only screen and (max-width: 480px) {
.height-20 {height:20px !important;}
}
</style>
<table width="640" border="0" cellspacing="0" cellpadding="0" class="content-wrapper" align="center" style="width:640px; margin:0 auto;" bgcolor="#ffffff">
<tr>
<td height="15" style="font-size:1px; line-height:1px; height: 15px;"> </td>
</tr>
<tr>
<td class="mobile-hide" height="15" style="font-size:1px; line-height:1px; height: 15px;"> </td>
</tr>
</table>
<!-- Headline 02 -->
<table role="presentation" width="640" border="0" cellspacing="0" cellpadding="0" class="content-wrapper" align="center" style="width:640px; margin:0 auto;" bgcolor="#ffffff">
<tr class="black">
<td class="font-20 pad-l-r-30" align="center" style="font-family: 'KleinRegular', Futura, Helvetica, Arial, sans-serif; color: #000001; font-size: 25px; line-height: 26px; vertical-align: middle; text-transform: none; font-weight: 600; padding-left: 90px; padding-right: 90px; vertical-align: bottom;">%%=v(@COPY1_TEXT)=%%</td>
</tr>
<tr>
<td height="15" style="font-size:1px; line-height:1px; height: 15px;"> </td>
</tr>
<tr>
<td class="mobile-hide" height="15" style="font-size:1px; line-height:1px; height: 15px;"> </td>
</tr>
</table>
<!-- /Headline 02 -->
<!-- Banner-V3 -->
<table role="presentation" width="640" border="0" cellspacing="0" cellpadding="0" class="content-wrapper" align="center" style="width:640px; margin:0 auto;">
<tr>
<td class="full-width-img" style=""><img src="%%=v(@IMG1)=%%" width="640" height="201" alt="%%=v(@IMG1_ALT)=%%" border="0" style="display: block;"></td>
</tr>
</table>
<table width="640" border="0" cellspacing="0" cellpadding="0" class="content-wrapper" align="center" style="width:640px; margin:0 auto;" bgcolor="#ffffff">
<tr>
<td height="30" style="font-size:1px; line-height:1px; height: 15px;"> </td>
</tr>
<tr>
<td class="mobile-hide" height="30" style="font-size:1px; line-height:1px; height: 15px;"> </td>
</tr>
</table>
<table role="presentation" width="640" border="0" cellspacing="0" cellpadding="0" class="content-wrapper" align="center" style="width:640px; margin:0 auto;" bgcolor="#ffffff">
<tr>
<td class="pad-l-r-11" style="padding: 0 22px;" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%"><table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr class="black">
<td class="font-20" align="center" style="font-family: 'KleinRegular', Futura, Helvetica, Arial, sans-serif; color: #000001; font-size: 25px; line-height: 26px; vertical-align: middle; text-transform: none; font-weight: 600; vertical-align: bottom;">%%=v(@COPY2_TEXT)=%%</td>
<td class="width-4" width="8" style="font-size: 1px; line-height: 1px; width: 8px"> </td>
</tr>
</table></td>
<td width="50%"><table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr class="black">
<td class="width-4" width="8" style="font-size: 1px; line-height: 1px; width: 8px"> </td>
<td class="font-20" align="center" style="font-family: 'KleinRegular', Futura, Helvetica, Arial, sans-serif; color: #000001; font-size: 25px; line-height: 26px; vertical-align: middle; text-transform: none; font-weight: 600; vertical-align: bottom;">%%=v(@COPY3_TEXT)=%%</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="15" style="font-size:1px; line-height:1px; height: 15px;"> </td>
</tr>
<tr>
<td class="mobile-hide" height="15" style="font-size:1px; line-height:1px; height: 15px;"> </td>
</tr>
</table>
<!-- /Banner-V3 -->
%%[IF NOT Empty(@BUTTON1_TEXT) AND NOT Empty(@BUTTON2_TEXT) THEN]%%
<table role="presentation" width="640" border="0" cellspacing="0" cellpadding="0" class="content-wrapper" align="center" style="width:640px; margin:0 auto;" bgcolor="#ffffff">
<tr>
<td class="pad-l-r-11" style="padding: 0 22px;" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" class="width-100pct" width="100%">
<tr>
<td align="center" bgcolor="#f5f4f3" class="button" height="49" style="height: 54px; padding: 2px 5px; height: 49px;"><table bgcolor="#f5f4f3" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr class="black">
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]-->
<td class="min-width-auto" align="center" bgcolor="#f5f4f3" style="font-family: 'KleinRegular', Futura, Helvetica, Arial, sans-serif; color: #000001; font-size: 14px; line-height: 15px; text-transform: none; font-weight: 600; min-width: 280px;"><a href="%%=RedirectTo(@BUTTON1_LINK)=%%" style="color:#111111; text-decoration:none; padding:8px 25px;" alias="TB1_Women" target="_blank">%%=v(@BUTTON1_TEXT)=%%</a></td>
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]--></tr>
</table>
</td>
</tr>
</table>
</td>
<td class="width-4" width="8" style="font-size: 1px; line-height: 1px; width: 8px"> </td>
</tr>
</table>
</td>
<td width="50%">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td class="width-4" width="8" style="font-size: 1px; line-height: 1px; width: 8px"> </td>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" class="width-100pct" width="100%">
<tr>
<td align="center" bgcolor="#f5f4f3" class="button" height="49" style="height: 54px; padding: 2px 5px; height: 49px;">
<table bgcolor="#f5f4f3" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr class="black">
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]-->
<td class="min-width-auto" align="center" bgcolor="#f5f4f3" style="font-family: 'KleinRegular', Futura, Helvetica, Arial, sans-serif; color: #000001; font-size: 14px; line-height: 15px; text-transform: none; font-weight: 600; min-width: 280px;"><a href="%%=RedirectTo(@BUTTON2_LINK)=%%" style="color:#111111; text-decoration:none; padding:8px 25px;" alias="TB2_Men" target="_blank">%%=v(@BUTTON2_TEXT)=%%</a></td>
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]--></tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="height-20" height="16" style="font-size:1px; line-height:1px; height: 16px;"> </td>
</tr>
</table>
%%[ENDIF]%%
%%[IF NOT Empty(@BUTTON3_TEXT) AND NOT Empty(@BUTTON4_TEXT) THEN]%%
<table role="presentation" width="640" border="0" cellspacing="0" cellpadding="0" class="content-wrapper" align="center" style="width:640px; margin:0 auto;" bgcolor="#ffffff">
<tr>
<td class="pad-l-r-11" style="padding: 0 22px;" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" class="width-100pct" width="100%">
<tr>
<td align="center" bgcolor="#f5f4f3" class="button" height="49" style="height: 54px; padding: 2px 5px; height: 49px;"><table bgcolor="#f5f4f3" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr class="black">
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]-->
<td class="min-width-auto" align="center" bgcolor="#f5f4f3" style="font-family: 'KleinRegular', Futura, Helvetica, Arial, sans-serif; color: #000001; font-size: 14px; line-height: 15px; text-transform: none; font-weight: 600; min-width: 280px;"><a href="%%=RedirectTo(@BUTTON3_LINK)=%%" style="color:#111111; text-decoration:none; padding:8px 25px;" alias="TB3_Women" target="_blank">%%=v(@BUTTON3_TEXT)=%%</a></td>
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]--></tr>
</table>
</td>
</tr>
</table>
</td>
<td class="width-4" width="8" style="font-size: 1px; line-height: 1px; width: 8px"> </td>
</tr>
</table>
</td>
<td width="50%">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td class="width-4" width="8" style="font-size: 1px; line-height: 1px; width: 8px"> </td>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" class="width-100pct" width="100%">
<tr>
<td align="center" bgcolor="#f5f4f3" class="button" height="49" style="height: 54px; padding: 2px 5px; height: 49px;">
<table bgcolor="#f5f4f3" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr class="black">
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]-->
<td class="min-width-auto" align="center" bgcolor="#f5f4f3" style="font-family: 'KleinRegular', Futura, Helvetica, Arial, sans-serif; color: #000001; font-size: 14px; line-height: 15px; text-transform: none; font-weight: 600; min-width: 280px;"><a href="%%=RedirectTo(@BUTTON4_LINK)=%%" style="color:#111111; text-decoration:none; padding:8px 25px;" alias="TB4_Men" target="_blank">%%=v(@BUTTON4_TEXT)=%%</a></td>
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]--></tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="height-20" height="16" style="font-size:1px; line-height:1px; height: 16px;"> </td>
</tr>
</table>
%%[ENDIF]%%
%%[IF NOT Empty(@BUTTON5_TEXT) AND NOT Empty(@SECTION1_TEXT) THEN]%%
<table role="presentation" width="640" border="0" cellspacing="0" cellpadding="0" class="content-wrapper" align="center" style="width:640px; margin:0 auto;" bgcolor="#ffffff">
<tr>
<td class="pad-l-r-11" style="padding: 0 22px;" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" class="width-100pct" width="100%">
<tr>
<td align="center" bgcolor="#f5f4f3" class="button" height="49" style="height: 54px; padding: 2px 5px; height: 49px;"><table bgcolor="#f5f4f3" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr class="black">
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]-->
<td class="min-width-auto" align="center" bgcolor="#f5f4f3" style="font-family: 'KleinRegular', Futura, Helvetica, Arial, sans-serif; color: #000001; font-size: 14px; line-height: 15px; text-transform: none; font-weight: 600; min-width: 280px;"><a href="%%=RedirectTo(@BUTTON5_LINK)=%%" style="color:#111111; text-decoration:none; padding:8px 25px;" alias="TB5_Women" target="_blank">%%=v(@BUTTON5_TEXT)=%%</a></td>
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]--></tr>
</table>
</td>
</tr>
</table>
</td>
<td class="width-4" width="8" style="font-size: 1px; line-height: 1px; width: 8px"> </td>
</tr>
</table>
</td>
<td width="50%">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td class="width-4" width="8" style="font-size: 1px; line-height: 1px; width: 8px"> </td>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" class="width-100pct" width="100%">
<tr>
<td align="center" bgcolor="#f5f4f3" class="button" height="49" style="height: 54px; padding: 2px 5px; height: 49px;">
<table bgcolor="#f5f4f3" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr class="black">
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]-->
<td class="min-width-auto" align="center" bgcolor="#f5f4f3" style="font-family: 'KleinRegular', Futura, Helvetica, Arial, sans-serif; color: #000001; font-size: 14px; line-height: 15px; text-transform: none; font-weight: 600; min-width: 280px;"><a href="%%=RedirectTo(@SECTION1_LINK)=%%" style="color:#111111; text-decoration:none; padding:8px 25px;" alias="TB6_Men" target="_blank">%%=v(@SECTION1_TEXT)=%%</a></td>
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]--></tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="height-20" height="16" style="font-size:1px; line-height:1px; height: 16px;"> </td>
</tr>
</table>
%%[ENDIF]%%
%%[IF NOT Empty(@SECTION2_TEXT) AND NOT Empty(@SECTION3_TEXT) THEN]%%
<table role="presentation" width="640" border="0" cellspacing="0" cellpadding="0" class="content-wrapper" align="center" style="width:640px; margin:0 auto;" bgcolor="#ffffff">
<tr>
<td class="pad-l-r-11" style="padding: 0 22px;" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" class="width-100pct" width="100%">
<tr>
<td align="center" bgcolor="#f5f4f3" class="button" height="49" style="height: 54px; padding: 2px 5px; height: 49px;"><table bgcolor="#f5f4f3" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr class="black">
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]-->
<td class="min-width-auto" align="center" bgcolor="#f5f4f3" style="font-family: 'KleinRegular', Futura, Helvetica, Arial, sans-serif; color: #000001; font-size: 14px; line-height: 15px; text-transform: none; font-weight: 600; min-width: 280px;"><a href="%%=RedirectTo(@SECTION2_LINK)=%%" style="color:#111111; text-decoration:none; padding:8px 25px;" alias="TB7_women" target="_blank">%%=v(@SECTION2_TEXT)=%%</a></td>
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]--></tr>
</table>
</td>
</tr>
</table>
</td>
<td class="width-4" width="8" style="font-size: 1px; line-height: 1px; width: 8px"> </td>
</tr>
</table>
</td>
<td width="50%">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td class="width-4" width="8" style="font-size: 1px; line-height: 1px; width: 8px"> </td>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" class="width-100pct" width="100%">
<tr>
<td align="center" bgcolor="#f5f4f3" class="button" height="49" style="height: 54px; padding: 2px 5px; height: 49px;">
<table bgcolor="#f5f4f3" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr class="black">
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]-->
<td class="min-width-auto" align="center" bgcolor="#f5f4f3" style="font-family: 'KleinRegular', Futura, Helvetica, Arial, sans-serif; color: #000001; font-size: 14px; line-height: 15px; text-transform: none; font-weight: 600; min-width: 280px;"><a href="%%=RedirectTo(@SECTION3_LINK)=%%" style="color:#111111; text-decoration:none; padding:8px 25px;" alias="TB8_Men" target="_blank">%%=v(@SECTION3_TEXT)=%%</a></td>
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]--></tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="height-20" height="16" style="font-size:1px; line-height:1px; height: 16px;"> </td>
</tr>
</table>
%%[ENDIF]%%
%%[IF NOT Empty(@SECTION4_TEXT) AND NOT Empty(@SECTION5_TEXT) THEN]%%
<table role="presentation" width="640" border="0" cellspacing="0" cellpadding="0" class="content-wrapper" align="center" style="width:640px; margin:0 auto;" bgcolor="#ffffff">
<tr>
<td class="pad-l-r-11" style="padding: 0 22px;" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" class="width-100pct" width="100%">
<tr>
<td align="center" bgcolor="#f5f4f3" class="button" height="49" style="height: 54px; padding: 2px 5px; height: 49px;"><table bgcolor="#f5f4f3" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr class="black">
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]-->
<td class="min-width-auto" align="center" bgcolor="#f5f4f3" style="font-family: 'KleinRegular', Futura, Helvetica, Arial, sans-serif; color: #000001; font-size: 14px; line-height: 15px; text-transform: none; font-weight: 600; min-width: 280px;"><a href="%%=RedirectTo(@SECTION4_LINK)=%%" style="color:#111111; text-decoration:none; padding:8px 25px;" alias="TB9_Women" target="_blank">%%=v(@SECTION4_TEXT)=%%</a></td>
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]--></tr>
</table>
</td>
</tr>
</table>
</td>
<td class="width-4" width="8" style="font-size: 1px; line-height: 1px; width: 8px"> </td>
</tr>
</table>
</td>
<td width="50%">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td class="width-4" width="8" style="font-size: 1px; line-height: 1px; width: 8px"> </td>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation" class="width-100pct" width="100%">
<tr>
<td align="center" bgcolor="#f5f4f3" class="button" height="49" style="height: 54px; padding: 2px 5px; height: 49px;">
<table bgcolor="#f5f4f3" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr class="black">
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]-->
<td class="min-width-auto" align="center" bgcolor="#f5f4f3" style="font-family: 'KleinRegular', Futura, Helvetica, Arial, sans-serif; color: #000001; font-size: 14px; line-height: 15px; text-transform: none; font-weight: 600; min-width: 280px;"><a href="%%=RedirectTo(@SECTION5_LINK)=%%" style="color:#111111; text-decoration:none; padding:8px 25px;" alias="TB10_Men" target="_blank">%%=v(@SECTION5_TEXT)=%%</a></td>
<!--[if mso ]>
<td width="30" bgcolor="#f5f4f3"> </td>
<![endif]--></tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="30" style="font-size:1px; line-height:1px; height: 30px;"> </td>
</tr>
<tr>
<td class="mobile-hide" height="30" style="font-size:1px; line-height:1px; height: 30px;"> </td>
</tr>
</table>
%%[ENDIF]%%



Comments