resul-template-builder 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2271 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1">
6
- <meta name="x-apple-disable-message-reformatting">
7
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
- <!-- <meta name="color-scheme" content="light dark"> -->
9
-
10
-
11
- <link rel="preconnect" href="https://fonts.googleapis.com">
12
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
13
- <link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
14
-
15
-
16
-
17
-
18
-
19
- <!--[if (mso 16)]>
20
- <style type="text/css">
21
- a {text-decoration: none;}
22
- </style>
23
- <![endif]-->
24
-
25
- <!--[if gte mso 9]>
26
- <style>sup { font-size: 100% !important; }</style>
27
- <![endif]-->
28
-
29
- <!--[if gte mso 9]>
30
- <noscript>
31
- <xml>
32
- <o:OfficeDocumentSettings>
33
- <o:AllowPNG></o:AllowPNG>
34
- <o:PixelsPerInch>96</o:PixelsPerInch>
35
- </o:OfficeDocumentSettings>
36
- </xml>
37
- </noscript>
38
- <![endif]-->
39
-
40
- <!--[if mso]><xml>
41
- <w:WordDocument xmlns:w="urn:schemas-microsoft-com:office:word">
42
- <w:DontUseAdvancedTypographyReadingMail/>
43
- </w:WordDocument>
44
- </xml>
45
- <![endif]-->
46
-
47
-
48
- <style>
49
- a {
50
- color: inherit;
51
- }
52
- a,
53
- a:visited {
54
- text-decoration: inherit;
55
- }
56
- a:-webkit-any-link {
57
- text-decoration: inherit;
58
- }
59
- .ii a[href] {
60
- color: inherit;
61
- }
62
- /* Reset styles */
63
- body {
64
- margin: 0;
65
- padding: 0;
66
- width: 100% !important;
67
- -webkit-text-size-adjust: 100%;
68
- -ms-text-size-adjust: 100%;
69
- /* background-color: #ffffff; */
70
- }
71
-
72
- img {
73
- -ms-interpolation-mode: bicubic;
74
- max-width: 100%;
75
- border: 0;
76
- /*display: block;*/
77
- height: auto;
78
- }
79
-
80
- table {
81
- border-collapse: collapse;
82
- mso-table-lspace: 0pt;
83
- mso-table-rspace: 0pt;
84
- }
85
-
86
- td {
87
- font-family: Arial, sans-serif;
88
- line-height: normal;
89
- }
90
-
91
- @-moz-document url-prefix() {
92
- scrollbar-color: #999999 #e9e9e9;
93
- }
94
- @-moz-document url-prefix() {
95
- scrollbar-width: thin;
96
- }
97
- ::-webkit-scrollbar-track {
98
- background-color: #e9e9e9;
99
- border-radius: 0 0 5px 5px;
100
- }
101
- ::-webkit-scrollbar {
102
- width: 7px;
103
- height: 7px;
104
- background-color: #e9e9e9;
105
- }
106
- ::-webkit-scrollbar-thumb {
107
- background-color: #999999;
108
- border-radius: 100px;
109
- -webkit-border-radius: 100px;
110
- -moz-border-radius: 100px;
111
- cursor: pointer;
112
- }
113
-
114
- /* Button styles */
115
- .button-component {
116
- display: inline-block;
117
- text-decoration: none;
118
- text-align: center;
119
- border-radius: 4px;
120
- -webkit-text-size-adjust: none;
121
- mso-hide: all;
122
- }
123
-
124
- .button-content {
125
- display: inline-block;
126
- width: auto;
127
- margin: 0 auto;
128
- }
129
-
130
- /* Container styles */
131
- .email-container {
132
- width: 100%;
133
- max-width: 600px;
134
- margin: 0 auto;
135
- padding: 0;
136
- background-color: #ffffff;
137
- }
138
-
139
- /* Content wrapper styles */
140
- .content-wrapper {
141
- width: 100%;
142
- max-width: 600px;
143
- margin: 0 auto;
144
- background-color: #ffffff;
145
- }
146
-
147
- /* Dark mode support */
148
- @media (prefers-color-scheme: dark) {
149
- body {
150
- background-color: #ffffff !important;
151
- }
152
- .email-container {
153
- background-color: #ffffff !important;
154
- }
155
- .content-wrapper {
156
- background-color: #ffffff !important;
157
- }
158
- }
159
-
160
- /* Responsive styles */
161
- @media screen and (max-width: 600px) {
162
- .main-table {
163
- width: 100% !important;
164
- }
165
- .stack-column-center .res_image_text_bg {
166
- height: 300px !important;
167
- }
168
- .stack-column-center,
169
- .stack-column-center .res_image_text_table,
170
- .stack-column-center .text-component {
171
- display: block !important;
172
- width: 100% !important;
173
- max-width: 100% !important;
174
- }
175
- .stack-column-center .res_image_text_bg {
176
- height: 200px !important;
177
- }
178
- .stack-column-center .res_image_text_table {
179
- display: table !important;
180
- }
181
- .stack-column-center .res_image_text_table td.image {
182
- text-align: center;
183
- padding-bottom: 10px !important;
184
- }
185
- .stack-column-center .res_image_text_table td span {
186
- display: inline-block;
187
- }
188
-
189
- table.hide-on-desktop {
190
- display: table !important;
191
- }
192
- .hide-on-desktop {
193
- /*width: auto !important;*/
194
- overflow: visible !important;
195
- float: none !important;
196
- max-height: inherit !important;
197
- line-height: inherit !important;
198
- }
199
-
200
- table.hide-on-mobile {
201
- display: table !important;
202
- }
203
- .hide-on-mobile {
204
- width: auto !important;
205
- overflow: visible !important;
206
- float: none !important;
207
- max-height: inherit !important;
208
- line-height: inherit !important;
209
- }
210
-
211
- /*.g table, .h table, .i table, .g, .i, .h {
212
- width: 100% !important;
213
- max-width: 600px !important;*/
214
- }
215
- /*.email-container,
216
- .content-wrapper {
217
- width: 100% !important;
218
- padding: 10px !important;
219
- }*/
220
-
221
- /* Make block columns stack on mobile */
222
-
223
- /* Responsive button styles */
224
- .button-component {
225
- width: 100% !important;
226
- min-width: 100% !important;
227
- }
228
-
229
- .button-content {
230
- width: 100% !important;
231
- }
232
- }
233
- </style>
234
- </head>
235
- <body class="body"
236
- style="width:100%;height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;padding:0;Margin:0">
237
- <div dir="ltr" class="es-wrapper-color" lang="und" style="background-color: #ffffff">
238
-
239
- <!--[if gte mso 9]>
240
- <v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
241
- <v:fill type="tile" color="#ffffff" origin="0.5, 0" position="0.5, 0"></v:fill>
242
- </v:background>
243
- <![endif]-->
244
-
245
- <!-- Hidden inbox preview text -->
246
-
247
-
248
- <!-- Email content starts here -->
249
-
250
- <!-- Gmail hack -->
251
- <div style="display:none; white-space:nowrap; font:15px courier; color:#ffffff; line-height:0; width:600px !important; min-width:100% !important; max-width:600px !important;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div>
252
- <!-- /Gmail hack -->
253
-
254
-
255
-
256
- <table width="100%" cellspacing="0" cellpadding="0" class="es-wrapper" role="none"
257
- style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;padding:0;Margin:0;width:100%;height:100%;background-repeat:repeat;background-position:center top;background-color:#ffffff">
258
- <tbody>
259
- <tr>
260
- <td valign="top" style="padding:0;Margin:0">
261
-
262
- <table cellspacing="0" cellpadding="0" align="center" class="g" role="none"
263
- style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;width:100%;table-layout:fixed !important">
264
- <tbody>
265
- <tr>
266
- <td bgcolor="transparent" align="center" style="padding:0;Margin:0">
267
-
268
-
269
- <div class="email-container">
270
- <div class="content-wrapper">
271
-
272
- <!--[if mso]>
273
- <table class="main-table" cellspacing="0" cellpadding="0" border="0" width="600" bgColor="#ffffff" style="background-color: #ffffff; border: none; margin: 0 auto;">
274
- <![endif]-->
275
-
276
- <!--[if !mso]><!-->
277
- <table class="main-table" cellspacing="0" cellpadding="0" border="0" width="100%" bgColor="#ffffff" style="background-color: #ffffff; border: none; width: 100%; max-width: 600px; margin: 0 auto;">
278
- <!--<![endif]-->
279
- <tr>
280
- <td>
281
- <div id="c7a567d0-4c76-48ec-9382-e9400ebb4338" class="email-block">
282
-
283
- <table class="" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 100%; max-width: 100%; margin: 0 auto; background-color: transparent; padding: 0px 0px 0px 0px; border-radius: 0; border: none; ">
284
- <tr class="test-tr">
285
-
286
- <td class="test-tr-con " valign="top" width="600" style="vertical-align: top; width: 600px; min-width: 100%">
287
- <div id="f97c4e4e-ed2c-424e-b2fc-67891216d5d5" class="email-text">
288
-
289
- <div class="email-text-container">
290
- <!--[if mso]>
291
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="600" rp-element-category="content" rp-element-type="text">
292
- <![endif]-->
293
-
294
- <!--[if !mso]><!-->
295
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
296
- <!--<![endif]-->
297
-
298
- <tbody>
299
- <tr>
300
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 22px; line-height: 1.5; letter-spacing: normal; text-align: center; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: #003e70; padding: 20px 10px 10px 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
301
-
302
- <div class="email-text-ul" style="
303
- list-style-position: inside !important;
304
- padding: 0 !important;
305
- margin: 0 !important;
306
- color: #222;
307
- ">
308
- <font color="#ffffff" style="font-size: 22px;">How to reach us</font>
309
- </div>
310
-
311
- </td>
312
- </tr>
313
- </tbody>
314
- </table>
315
- </div>
316
-
317
- <style>
318
- #f97c4e4e-ed2c-424e-b2fc-67891216d5d5 {
319
- margin: 0;
320
- padding: 0;
321
- width: 100%;
322
- }
323
- #f97c4e4e-ed2c-424e-b2fc-67891216d5d5 p {
324
- margin: 0;
325
- }
326
- #f97c4e4e-ed2c-424e-b2fc-67891216d5d5 br {
327
- line-height: inherit;
328
- }
329
- #f97c4e4e-ed2c-424e-b2fc-67891216d5d5 sup {
330
- vertical-align: super;
331
- font-size: 0.8em;
332
- line-height: 0;
333
- }
334
- #f97c4e4e-ed2c-424e-b2fc-67891216d5d5 sub {
335
- vertical-align: sub;
336
- font-size: 0.8em;
337
- line-height: 0;
338
- }
339
- @media (prefers-reduced-motion: reduce) {
340
- #f97c4e4e-ed2c-424e-b2fc-67891216d5d5 {
341
- transition: none !important;
342
- animation: none !important;
343
- }
344
- }
345
- '& ul': {
346
- listStyleType: 'disc',
347
- listStylePosition: 'inside',
348
- paddingLeft: '20px',
349
- margin: '0.5em 0',
350
- },
351
- '& ol': {
352
- listStyleType: 'decimal',
353
- listStylePosition: 'inside',
354
- paddingLeft: '20px',
355
- margin: '0.5em 0',
356
- },
357
- '& li': {
358
- margin: '0.25em 0',
359
- display: 'list-item',
360
- },
361
- '& sup': {
362
- verticalAlign: 'super',
363
- fontSize: '0.8em',
364
- },
365
- '& sub': {
366
- verticalAlign: 'sub',
367
- fontSize: '0.8em',
368
- },
369
- </style>
370
- </div>
371
- </td>
372
-
373
- </tr>
374
- </table>
375
-
376
- <style>
377
- #c7a567d0-4c76-48ec-9382-e9400ebb4338 {
378
- width: 100%;
379
- max-width: 100%;
380
- margin: 0 auto;
381
- }
382
- #c7a567d0-4c76-48ec-9382-e9400ebb4338 table {
383
- border-collapse: collapse;
384
- mso-table-lspace: 0pt;
385
- mso-table-rspace: 0pt;
386
- }
387
- #c7a567d0-4c76-48ec-9382-e9400ebb4338 td {
388
- font-family: Arial, sans-serif;
389
- line-height: 1.5;
390
- }
391
- @media only screen and (max-width: 600px) {
392
- #c7a567d0-4c76-48ec-9382-e9400ebb4338 td:last-child {
393
- margin-bottom: 0;
394
- }
395
- }
396
- </style>
397
- </div>
398
- <div id="70da4953-a1f0-4a8d-be97-8e7211ffe426" class="email-block">
399
-
400
- <table class="" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 100%; max-width: 100%; margin: 0 auto; background-color: #003e70; padding: 0px 0px 0px 0px; border-radius: 0; border: none; ">
401
- <tr class="test-tr">
402
-
403
- <td class="test-tr-con " valign="top" width="200" style="vertical-align: top; width: 200px; min-width: 100%">
404
- <div id="4e4f2c89-b982-47d3-b8d9-96968e0cf2b1" class="email-imagetext pandian">
405
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
406
- <!--[if mso]>
407
- <table data-type="outlook" role="presentation" border="0" cellpadding="0" cellspacing="0" width="200" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px; background: transparent;">
408
- <tr>
409
- <td
410
- id="srs"
411
- align="center"
412
- style="
413
- padding-top: 10px;
414
- padding-bottom: 10px;
415
- padding-right: 10px;
416
- padding-left: 10px;
417
- ">
418
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0">
419
- <tr>
420
- <td class="image rp-empty-image" valign="center" align="center" width="180">
421
-
422
- <div style="text-align: center;">
423
- <img
424
- class="img-src-elses"
425
- src="https://run.resulticks.com//Images/contact_icon.png"
426
- alt=""
427
- style="width: 50px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 140px;"
428
- width="140"
429
- block="3"
430
- content="false"
431
- // height="auto"
432
- height="auto"
433
- border="0"
434
- />
435
- </div>
436
-
437
- </td>
438
- </tr>
439
- </table>
440
- </td>
441
- </tr>
442
- </table>
443
- <![endif]-->
444
- <!--[if !mso]><!-->
445
- <div class="email-image-container" style="display: flex; width: 100%; background-color: transparent; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left; justify-content: center"><table class="image-left-content" data-type="image-left-content" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
446
- <tr>
447
- <td class="rs-td-test-left-content" style="padding: 10px" align="center">
448
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
449
- <tr>
450
- <td class="image rp-empty-image rs-left-content" valign="top" align="center" width="50">
451
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
452
-
453
- <div style="text-align: center;">
454
- <img
455
- class="img-src-elses"
456
- src="https://run.resulticks.com//Images/contact_icon.png"
457
- alt=""
458
- style="width: 50px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
459
- width="50"
460
- // height="auto"
461
- height="auto"
462
- border="0"
463
- />
464
- </div>
465
-
466
- </span>
467
- </td>
468
- </tr>
469
- </table>
470
- </td>
471
- </tr>
472
- </table>
473
- </div>
474
- <!--<![endif]-->
475
- </div>
476
- <style>
477
- #4e4f2c89-b982-47d3-b8d9-96968e0cf2b1 {
478
- width: 100%;
479
- max-width: 100%;
480
- margin: 0 auto;
481
- }
482
- #4e4f2c89-b982-47d3-b8d9-96968e0cf2b1 img {
483
- max-width: 100%;
484
- height: auto;
485
- -ms-interpolation-mode: bicubic;
486
- display: block;
487
- }
488
- #4e4f2c89-b982-47d3-b8d9-96968e0cf2b1 h3 {
489
- margin: 0 0 8px 0;
490
- }
491
- #4e4f2c89-b982-47d3-b8d9-96968e0cf2b1 p {
492
- margin: 0;
493
- }
494
- @media only screen and (max-width: 600px) {
495
- #4e4f2c89-b982-47d3-b8d9-96968e0cf2b1 td {
496
- margin-bottom: 16px;
497
- }
498
- #4e4f2c89-b982-47d3-b8d9-96968e0cf2b1 td:last-child {
499
- margin-bottom: 0;
500
- }
501
- }
502
- </style>
503
- </div>
504
- </td>
505
-
506
- <td class="test-tr-con " valign="top" width="200" style="vertical-align: top; width: 200px; min-width: 100%">
507
- <div id="a88a7e53-ecd9-4aa8-b03b-5476056bd594" class="email-imagetext pandian">
508
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
509
- <!--[if mso]>
510
- <table data-type="outlook" role="presentation" border="0" cellpadding="0" cellspacing="0" width="200" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px; background: transparent;">
511
- <tr>
512
- <td
513
- id="srs"
514
- align="center"
515
- style="
516
- padding-top: 10px;
517
- padding-bottom: 10px;
518
- padding-right: 10px;
519
- padding-left: 10px;
520
- ">
521
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0">
522
- <tr>
523
- <td class="image rp-empty-image" valign="center" align="center" width="180">
524
-
525
- <div style="text-align: center;">
526
- <img
527
- class="img-src-elses"
528
- src="https://run.resulticks.com//Images/location_icon.png"
529
- alt=""
530
- style="width: 50px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 140px;"
531
- width="140"
532
- block="3"
533
- content="false"
534
- // height="auto"
535
- height="auto"
536
- border="0"
537
- />
538
- </div>
539
-
540
- </td>
541
- </tr>
542
- </table>
543
- </td>
544
- </tr>
545
- </table>
546
- <![endif]-->
547
- <!--[if !mso]><!-->
548
- <div class="email-image-container" style="display: flex; width: 100%; background-color: transparent; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left; justify-content: center"><table class="image-left-content" data-type="image-left-content" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
549
- <tr>
550
- <td class="rs-td-test-left-content" style="padding: 10px" align="center">
551
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
552
- <tr>
553
- <td class="image rp-empty-image rs-left-content" valign="top" align="center" width="50">
554
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
555
-
556
- <div style="text-align: center;">
557
- <img
558
- class="img-src-elses"
559
- src="https://run.resulticks.com//Images/location_icon.png"
560
- alt=""
561
- style="width: 50px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
562
- width="50"
563
- // height="auto"
564
- height="auto"
565
- border="0"
566
- />
567
- </div>
568
-
569
- </span>
570
- </td>
571
- </tr>
572
- </table>
573
- </td>
574
- </tr>
575
- </table>
576
- </div>
577
- <!--<![endif]-->
578
- </div>
579
- <style>
580
- #a88a7e53-ecd9-4aa8-b03b-5476056bd594 {
581
- width: 100%;
582
- max-width: 100%;
583
- margin: 0 auto;
584
- }
585
- #a88a7e53-ecd9-4aa8-b03b-5476056bd594 img {
586
- max-width: 100%;
587
- height: auto;
588
- -ms-interpolation-mode: bicubic;
589
- display: block;
590
- }
591
- #a88a7e53-ecd9-4aa8-b03b-5476056bd594 h3 {
592
- margin: 0 0 8px 0;
593
- }
594
- #a88a7e53-ecd9-4aa8-b03b-5476056bd594 p {
595
- margin: 0;
596
- }
597
- @media only screen and (max-width: 600px) {
598
- #a88a7e53-ecd9-4aa8-b03b-5476056bd594 td {
599
- margin-bottom: 16px;
600
- }
601
- #a88a7e53-ecd9-4aa8-b03b-5476056bd594 td:last-child {
602
- margin-bottom: 0;
603
- }
604
- }
605
- </style>
606
- </div>
607
- </td>
608
-
609
- <td class="test-tr-con " valign="top" width="200" style="vertical-align: top; width: 200px; min-width: 100%">
610
- <div id="5ba6f23b-6a7b-4f9a-a45f-b31ab32eddb0" class="email-imagetext pandian">
611
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
612
- <!--[if mso]>
613
- <table data-type="outlook" role="presentation" border="0" cellpadding="0" cellspacing="0" width="200" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px; background: transparent;">
614
- <tr>
615
- <td
616
- id="srs"
617
- align="center"
618
- style="
619
- padding-top: 10px;
620
- padding-bottom: 10px;
621
- padding-right: 10px;
622
- padding-left: 10px;
623
- ">
624
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0">
625
- <tr>
626
- <td class="image rp-empty-image" valign="center" align="center" width="180">
627
-
628
- <div style="text-align: center;">
629
- <img
630
- class="img-src-elses"
631
- src="https://run.resulticks.com//Images/headphones_icon.png"
632
- alt=""
633
- style="width: 50px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 140px;"
634
- width="140"
635
- block="3"
636
- content="false"
637
- // height="auto"
638
- height="auto"
639
- border="0"
640
- />
641
- </div>
642
-
643
- </td>
644
- </tr>
645
- </table>
646
- </td>
647
- </tr>
648
- </table>
649
- <![endif]-->
650
- <!--[if !mso]><!-->
651
- <div class="email-image-container" style="display: flex; width: 100%; background-color: transparent; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left; justify-content: center"><table class="image-left-content" data-type="image-left-content" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
652
- <tr>
653
- <td class="rs-td-test-left-content" style="padding: 10px" align="center">
654
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
655
- <tr>
656
- <td class="image rp-empty-image rs-left-content" valign="top" align="center" width="50">
657
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
658
-
659
- <div style="text-align: center;">
660
- <img
661
- class="img-src-elses"
662
- src="https://run.resulticks.com//Images/headphones_icon.png"
663
- alt=""
664
- style="width: 50px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
665
- width="50"
666
- // height="auto"
667
- height="auto"
668
- border="0"
669
- />
670
- </div>
671
-
672
- </span>
673
- </td>
674
- </tr>
675
- </table>
676
- </td>
677
- </tr>
678
- </table>
679
- </div>
680
- <!--<![endif]-->
681
- </div>
682
- <style>
683
- #5ba6f23b-6a7b-4f9a-a45f-b31ab32eddb0 {
684
- width: 100%;
685
- max-width: 100%;
686
- margin: 0 auto;
687
- }
688
- #5ba6f23b-6a7b-4f9a-a45f-b31ab32eddb0 img {
689
- max-width: 100%;
690
- height: auto;
691
- -ms-interpolation-mode: bicubic;
692
- display: block;
693
- }
694
- #5ba6f23b-6a7b-4f9a-a45f-b31ab32eddb0 h3 {
695
- margin: 0 0 8px 0;
696
- }
697
- #5ba6f23b-6a7b-4f9a-a45f-b31ab32eddb0 p {
698
- margin: 0;
699
- }
700
- @media only screen and (max-width: 600px) {
701
- #5ba6f23b-6a7b-4f9a-a45f-b31ab32eddb0 td {
702
- margin-bottom: 16px;
703
- }
704
- #5ba6f23b-6a7b-4f9a-a45f-b31ab32eddb0 td:last-child {
705
- margin-bottom: 0;
706
- }
707
- }
708
- </style>
709
- </div>
710
- </td>
711
-
712
- </tr>
713
- </table>
714
-
715
- <style>
716
- #70da4953-a1f0-4a8d-be97-8e7211ffe426 {
717
- width: 100%;
718
- max-width: 100%;
719
- margin: 0 auto;
720
- }
721
- #70da4953-a1f0-4a8d-be97-8e7211ffe426 table {
722
- border-collapse: collapse;
723
- mso-table-lspace: 0pt;
724
- mso-table-rspace: 0pt;
725
- }
726
- #70da4953-a1f0-4a8d-be97-8e7211ffe426 td {
727
- font-family: Arial, sans-serif;
728
- line-height: 1.5;
729
- }
730
- @media only screen and (max-width: 600px) {
731
- #70da4953-a1f0-4a8d-be97-8e7211ffe426 td:last-child {
732
- margin-bottom: 0;
733
- }
734
- }
735
- </style>
736
- </div>
737
- <div id="0946cc66-5f90-473f-bd59-a85010bb65ba" class="email-block">
738
-
739
- <table class="" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 100%; max-width: 100%; margin: 0 auto; background-color: #003e70; padding: 0px 0px 0px 0px; border-radius: 0; border: none; ">
740
- <tr class="test-tr">
741
-
742
- <td class="test-tr-con " valign="top" width="200" style="vertical-align: top; width: 200px; min-width: 100%">
743
- <div id="a5a4d047-8555-4a79-acff-01577e540492" class="email-text">
744
-
745
- <div class="email-text-container">
746
- <!--[if mso]>
747
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="200" rp-element-category="content" rp-element-type="text">
748
- <![endif]-->
749
-
750
- <!--[if !mso]><!-->
751
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
752
- <!--<![endif]-->
753
-
754
- <tbody>
755
- <tr>
756
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 13px; line-height: 1.5; letter-spacing: normal; text-align: center; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: transparent; padding: 10px 10px 20px 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
757
-
758
- <div class="email-text-ul" style="
759
- list-style-position: inside !important;
760
- padding: 0 !important;
761
- margin: 0 !important;
762
- color: #222;
763
- ">
764
- <font color="#ffffff" style="font-size: 13px;"><u>Contact form</u></font>
765
- </div>
766
-
767
- </td>
768
- </tr>
769
- </tbody>
770
- </table>
771
- </div>
772
-
773
- <style>
774
- #a5a4d047-8555-4a79-acff-01577e540492 {
775
- margin: 0;
776
- padding: 0;
777
- width: 100%;
778
- }
779
- #a5a4d047-8555-4a79-acff-01577e540492 p {
780
- margin: 0;
781
- }
782
- #a5a4d047-8555-4a79-acff-01577e540492 br {
783
- line-height: inherit;
784
- }
785
- #a5a4d047-8555-4a79-acff-01577e540492 sup {
786
- vertical-align: super;
787
- font-size: 0.8em;
788
- line-height: 0;
789
- }
790
- #a5a4d047-8555-4a79-acff-01577e540492 sub {
791
- vertical-align: sub;
792
- font-size: 0.8em;
793
- line-height: 0;
794
- }
795
- @media (prefers-reduced-motion: reduce) {
796
- #a5a4d047-8555-4a79-acff-01577e540492 {
797
- transition: none !important;
798
- animation: none !important;
799
- }
800
- }
801
- '& ul': {
802
- listStyleType: 'disc',
803
- listStylePosition: 'inside',
804
- paddingLeft: '20px',
805
- margin: '0.5em 0',
806
- },
807
- '& ol': {
808
- listStyleType: 'decimal',
809
- listStylePosition: 'inside',
810
- paddingLeft: '20px',
811
- margin: '0.5em 0',
812
- },
813
- '& li': {
814
- margin: '0.25em 0',
815
- display: 'list-item',
816
- },
817
- '& sup': {
818
- verticalAlign: 'super',
819
- fontSize: '0.8em',
820
- },
821
- '& sub': {
822
- verticalAlign: 'sub',
823
- fontSize: '0.8em',
824
- },
825
- </style>
826
- </div>
827
- </td>
828
-
829
- <td class="test-tr-con " valign="top" width="200" style="vertical-align: top; width: 200px; min-width: 100%">
830
- <div id="a8b8cb81-b942-491b-8b9a-baeb793b397c" class="email-text">
831
-
832
- <div class="email-text-container">
833
- <!--[if mso]>
834
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="200" rp-element-category="content" rp-element-type="text">
835
- <![endif]-->
836
-
837
- <!--[if !mso]><!-->
838
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
839
- <!--<![endif]-->
840
-
841
- <tbody>
842
- <tr>
843
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 13px; line-height: 1.5; letter-spacing: normal; text-align: center; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: transparent; padding: 10px 10px 20px 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
844
-
845
- <div class="email-text-ul" style="
846
- list-style-position: inside !important;
847
- padding: 0 !important;
848
- margin: 0 !important;
849
- color: #222;
850
- ">
851
- <font color="#ffffff" style="font-size: 13px;"><u>Find a Branch / ATM</u></font>
852
- </div>
853
-
854
- </td>
855
- </tr>
856
- </tbody>
857
- </table>
858
- </div>
859
-
860
- <style>
861
- #a8b8cb81-b942-491b-8b9a-baeb793b397c {
862
- margin: 0;
863
- padding: 0;
864
- width: 100%;
865
- }
866
- #a8b8cb81-b942-491b-8b9a-baeb793b397c p {
867
- margin: 0;
868
- }
869
- #a8b8cb81-b942-491b-8b9a-baeb793b397c br {
870
- line-height: inherit;
871
- }
872
- #a8b8cb81-b942-491b-8b9a-baeb793b397c sup {
873
- vertical-align: super;
874
- font-size: 0.8em;
875
- line-height: 0;
876
- }
877
- #a8b8cb81-b942-491b-8b9a-baeb793b397c sub {
878
- vertical-align: sub;
879
- font-size: 0.8em;
880
- line-height: 0;
881
- }
882
- @media (prefers-reduced-motion: reduce) {
883
- #a8b8cb81-b942-491b-8b9a-baeb793b397c {
884
- transition: none !important;
885
- animation: none !important;
886
- }
887
- }
888
- '& ul': {
889
- listStyleType: 'disc',
890
- listStylePosition: 'inside',
891
- paddingLeft: '20px',
892
- margin: '0.5em 0',
893
- },
894
- '& ol': {
895
- listStyleType: 'decimal',
896
- listStylePosition: 'inside',
897
- paddingLeft: '20px',
898
- margin: '0.5em 0',
899
- },
900
- '& li': {
901
- margin: '0.25em 0',
902
- display: 'list-item',
903
- },
904
- '& sup': {
905
- verticalAlign: 'super',
906
- fontSize: '0.8em',
907
- },
908
- '& sub': {
909
- verticalAlign: 'sub',
910
- fontSize: '0.8em',
911
- },
912
- </style>
913
- </div>
914
- </td>
915
-
916
- <td class="test-tr-con " valign="top" width="200" style="vertical-align: top; width: 200px; min-width: 100%">
917
- <div id="df9790e3-4847-424d-9645-d3182284918d" class="email-text">
918
-
919
- <div class="email-text-container">
920
- <!--[if mso]>
921
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="200" rp-element-category="content" rp-element-type="text">
922
- <![endif]-->
923
-
924
- <!--[if !mso]><!-->
925
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
926
- <!--<![endif]-->
927
-
928
- <tbody>
929
- <tr>
930
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 13px; line-height: 1.5; letter-spacing: normal; text-align: center; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: transparent; padding: 10px 10px 20px 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
931
-
932
- <div class="email-text-ul" style="
933
- list-style-position: inside !important;
934
- padding: 0 !important;
935
- margin: 0 !important;
936
- color: #222;
937
- ">
938
- <font color="#ffffff" style="font-size: 13px;"><u>1 888 440 4480</u></font>
939
- </div>
940
-
941
- </td>
942
- </tr>
943
- </tbody>
944
- </table>
945
- </div>
946
-
947
- <style>
948
- #df9790e3-4847-424d-9645-d3182284918d {
949
- margin: 0;
950
- padding: 0;
951
- width: 100%;
952
- }
953
- #df9790e3-4847-424d-9645-d3182284918d p {
954
- margin: 0;
955
- }
956
- #df9790e3-4847-424d-9645-d3182284918d br {
957
- line-height: inherit;
958
- }
959
- #df9790e3-4847-424d-9645-d3182284918d sup {
960
- vertical-align: super;
961
- font-size: 0.8em;
962
- line-height: 0;
963
- }
964
- #df9790e3-4847-424d-9645-d3182284918d sub {
965
- vertical-align: sub;
966
- font-size: 0.8em;
967
- line-height: 0;
968
- }
969
- @media (prefers-reduced-motion: reduce) {
970
- #df9790e3-4847-424d-9645-d3182284918d {
971
- transition: none !important;
972
- animation: none !important;
973
- }
974
- }
975
- '& ul': {
976
- listStyleType: 'disc',
977
- listStylePosition: 'inside',
978
- paddingLeft: '20px',
979
- margin: '0.5em 0',
980
- },
981
- '& ol': {
982
- listStyleType: 'decimal',
983
- listStylePosition: 'inside',
984
- paddingLeft: '20px',
985
- margin: '0.5em 0',
986
- },
987
- '& li': {
988
- margin: '0.25em 0',
989
- display: 'list-item',
990
- },
991
- '& sup': {
992
- verticalAlign: 'super',
993
- fontSize: '0.8em',
994
- },
995
- '& sub': {
996
- verticalAlign: 'sub',
997
- fontSize: '0.8em',
998
- },
999
- </style>
1000
- </div>
1001
- </td>
1002
-
1003
- </tr>
1004
- </table>
1005
-
1006
- <style>
1007
- #0946cc66-5f90-473f-bd59-a85010bb65ba {
1008
- width: 100%;
1009
- max-width: 100%;
1010
- margin: 0 auto;
1011
- }
1012
- #0946cc66-5f90-473f-bd59-a85010bb65ba table {
1013
- border-collapse: collapse;
1014
- mso-table-lspace: 0pt;
1015
- mso-table-rspace: 0pt;
1016
- }
1017
- #0946cc66-5f90-473f-bd59-a85010bb65ba td {
1018
- font-family: Arial, sans-serif;
1019
- line-height: 1.5;
1020
- }
1021
- @media only screen and (max-width: 600px) {
1022
- #0946cc66-5f90-473f-bd59-a85010bb65ba td:last-child {
1023
- margin-bottom: 0;
1024
- }
1025
- }
1026
- </style>
1027
- </div>
1028
- <div id="828cca27-cdc5-4067-91a6-b7a184259b82" class="email-block">
1029
-
1030
- <table class="" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 100%; max-width: 100%; margin: 0 auto; background-color: transparent; padding: 0px 0px 0px 0px; border-radius: 0; border: none; ">
1031
- <tr class="test-tr">
1032
-
1033
- <td class="test-tr-con " valign="top" width="600" style="vertical-align: top; width: 600px; min-width: 100%">
1034
- <div id="48df7d67-e348-4575-b595-ee837d13f29f" class="email-imagetext pandian">
1035
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
1036
- <!--[if mso]>
1037
- <table data-type="outlook" role="presentation" border="0" cellpadding="0" cellspacing="0" width="600" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px; background: transparent;">
1038
- <tr>
1039
- <td
1040
- id="srs"
1041
- align="center"
1042
- style="
1043
- padding-top: 20px;
1044
- padding-bottom: 20px;
1045
- padding-right: 10px;
1046
- padding-left: 10px;
1047
- ">
1048
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0">
1049
- <tr>
1050
- <td class="image rp-empty-image" valign="center" align="center" width="580">
1051
-
1052
- <div style="text-align: center;">
1053
- <img
1054
- class="img-src-elses"
1055
- src="[COMPANY_LOGO]"
1056
- alt="Logo"
1057
- style="width: 180px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 90px;"
1058
- width="90"
1059
- block="1"
1060
- content="false"
1061
- // height="auto"
1062
- height="auto"
1063
- border="0"
1064
- />
1065
- </div>
1066
-
1067
- </td>
1068
- </tr>
1069
- </table>
1070
- </td>
1071
- </tr>
1072
- </table>
1073
- <![endif]-->
1074
- <!--[if !mso]><!-->
1075
- <div class="email-image-container" style="display: flex; width: 100%; background-color: transparent; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left; justify-content: center"><table class="image-left-content" data-type="image-left-content" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
1076
- <tr>
1077
- <td class="rs-td-test-left-content" style="padding: 20px 10px 20px 10px" align="center">
1078
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
1079
- <tr>
1080
- <td class="image rp-empty-image rs-left-content" valign="top" align="center" width="180">
1081
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
1082
-
1083
- <div style="text-align: center;">
1084
- <img
1085
- class="img-src-elses"
1086
- src="[COMPANY_LOGO]"
1087
- alt="Logo"
1088
- style="width: 180px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
1089
- width="180"
1090
- // height="auto"
1091
- height="auto"
1092
- border="0"
1093
- />
1094
- </div>
1095
-
1096
- </span>
1097
- </td>
1098
- </tr>
1099
- </table>
1100
- </td>
1101
- </tr>
1102
- </table>
1103
- </div>
1104
- <!--<![endif]-->
1105
- </div>
1106
- <style>
1107
- #48df7d67-e348-4575-b595-ee837d13f29f {
1108
- width: 100%;
1109
- max-width: 100%;
1110
- margin: 0 auto;
1111
- }
1112
- #48df7d67-e348-4575-b595-ee837d13f29f img {
1113
- max-width: 100%;
1114
- height: auto;
1115
- -ms-interpolation-mode: bicubic;
1116
- display: block;
1117
- }
1118
- #48df7d67-e348-4575-b595-ee837d13f29f h3 {
1119
- margin: 0 0 8px 0;
1120
- }
1121
- #48df7d67-e348-4575-b595-ee837d13f29f p {
1122
- margin: 0;
1123
- }
1124
- @media only screen and (max-width: 600px) {
1125
- #48df7d67-e348-4575-b595-ee837d13f29f td {
1126
- margin-bottom: 16px;
1127
- }
1128
- #48df7d67-e348-4575-b595-ee837d13f29f td:last-child {
1129
- margin-bottom: 0;
1130
- }
1131
- }
1132
- </style>
1133
- </div>
1134
- </td>
1135
-
1136
- </tr>
1137
- </table>
1138
-
1139
- <style>
1140
- #828cca27-cdc5-4067-91a6-b7a184259b82 {
1141
- width: 100%;
1142
- max-width: 100%;
1143
- margin: 0 auto;
1144
- }
1145
- #828cca27-cdc5-4067-91a6-b7a184259b82 table {
1146
- border-collapse: collapse;
1147
- mso-table-lspace: 0pt;
1148
- mso-table-rspace: 0pt;
1149
- }
1150
- #828cca27-cdc5-4067-91a6-b7a184259b82 td {
1151
- font-family: Arial, sans-serif;
1152
- line-height: 1.5;
1153
- }
1154
- @media only screen and (max-width: 600px) {
1155
- #828cca27-cdc5-4067-91a6-b7a184259b82 td:last-child {
1156
- margin-bottom: 0;
1157
- }
1158
- }
1159
- </style>
1160
- </div>
1161
- <div id="29875e00-bae6-4ea7-976e-ddc457ffc662" class="email-block">
1162
-
1163
- <table class="" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 100%; max-width: 100%; margin: 0 auto; background-color: transparent; padding: 0px 0px 0px 0px; border-radius: 0; border: none; ">
1164
- <tr class="test-tr">
1165
-
1166
- <td class="test-tr-con " valign="top" width="120" style="vertical-align: top; width: 120px; min-width: 100%">
1167
- <div id="280e5d4a-d5c7-436a-a6e3-7ae75bea160d" class="email-imagetext pandian">
1168
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
1169
- <!--[if mso]>
1170
- <table data-type="outlook" role="presentation" border="0" cellpadding="0" cellspacing="0" width="120" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px; background: transparent;">
1171
- <tr>
1172
- <td
1173
- id="srs"
1174
- align="center"
1175
- style="
1176
- padding-top: 10px;
1177
- padding-bottom: 10px;
1178
- padding-right: 10px;
1179
- padding-left: 10px;
1180
- ">
1181
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0">
1182
- <tr>
1183
- <td class="image rp-empty-image" valign="center" align="center" width="100">
1184
-
1185
- <div style="text-align: center;">
1186
- <img
1187
- class="img-src-elses"
1188
- src="https://run.resulticks.com//Images/social-square-color-facebook.png"
1189
- alt=""
1190
- style="width: 30px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 90px;"
1191
- width="90"
1192
- block="5"
1193
- content="false"
1194
- // height="auto"
1195
- height="auto"
1196
- border="0"
1197
- />
1198
- </div>
1199
-
1200
- </td>
1201
- </tr>
1202
- </table>
1203
- </td>
1204
- </tr>
1205
- </table>
1206
- <![endif]-->
1207
- <!--[if !mso]><!-->
1208
- <div class="email-image-container" style="display: flex; width: 100%; background-color: transparent; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left; justify-content: center"><table class="image-left-content" data-type="image-left-content" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
1209
- <tr>
1210
- <td class="rs-td-test-left-content" style="padding: 10px" align="center">
1211
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
1212
- <tr>
1213
- <td class="image rp-empty-image rs-left-content" valign="top" align="center" width="30">
1214
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
1215
-
1216
- <div style="text-align: center;">
1217
- <img
1218
- class="img-src-elses"
1219
- src="https://run.resulticks.com//Images/social-square-color-facebook.png"
1220
- alt=""
1221
- style="width: 30px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
1222
- width="30"
1223
- // height="auto"
1224
- height="auto"
1225
- border="0"
1226
- />
1227
- </div>
1228
-
1229
- </span>
1230
- </td>
1231
- </tr>
1232
- </table>
1233
- </td>
1234
- </tr>
1235
- </table>
1236
- </div>
1237
- <!--<![endif]-->
1238
- </div>
1239
- <style>
1240
- #280e5d4a-d5c7-436a-a6e3-7ae75bea160d {
1241
- width: 100%;
1242
- max-width: 100%;
1243
- margin: 0 auto;
1244
- }
1245
- #280e5d4a-d5c7-436a-a6e3-7ae75bea160d img {
1246
- max-width: 100%;
1247
- height: auto;
1248
- -ms-interpolation-mode: bicubic;
1249
- display: block;
1250
- }
1251
- #280e5d4a-d5c7-436a-a6e3-7ae75bea160d h3 {
1252
- margin: 0 0 8px 0;
1253
- }
1254
- #280e5d4a-d5c7-436a-a6e3-7ae75bea160d p {
1255
- margin: 0;
1256
- }
1257
- @media only screen and (max-width: 600px) {
1258
- #280e5d4a-d5c7-436a-a6e3-7ae75bea160d td {
1259
- margin-bottom: 16px;
1260
- }
1261
- #280e5d4a-d5c7-436a-a6e3-7ae75bea160d td:last-child {
1262
- margin-bottom: 0;
1263
- }
1264
- }
1265
- </style>
1266
- </div>
1267
- </td>
1268
-
1269
- <td class="test-tr-con " valign="top" width="120" style="vertical-align: top; width: 120px; min-width: 100%">
1270
- <div id="7ae1fc84-8f62-472e-a2e4-6a096d99ac37" class="email-imagetext pandian">
1271
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
1272
- <!--[if mso]>
1273
- <table data-type="outlook" role="presentation" border="0" cellpadding="0" cellspacing="0" width="120" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px; background: transparent;">
1274
- <tr>
1275
- <td
1276
- id="srs"
1277
- align="center"
1278
- style="
1279
- padding-top: 10px;
1280
- padding-bottom: 10px;
1281
- padding-right: 10px;
1282
- padding-left: 10px;
1283
- ">
1284
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0">
1285
- <tr>
1286
- <td class="image rp-empty-image" valign="center" align="center" width="100">
1287
-
1288
- <div style="text-align: center;">
1289
- <img
1290
- class="img-src-elses"
1291
- src="https://run.resulticks.com//Images/social-square-color-instagram.png"
1292
- alt=""
1293
- style="width: 30px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 90px;"
1294
- width="90"
1295
- block="5"
1296
- content="false"
1297
- // height="auto"
1298
- height="auto"
1299
- border="0"
1300
- />
1301
- </div>
1302
-
1303
- </td>
1304
- </tr>
1305
- </table>
1306
- </td>
1307
- </tr>
1308
- </table>
1309
- <![endif]-->
1310
- <!--[if !mso]><!-->
1311
- <div class="email-image-container" style="display: flex; width: 100%; background-color: transparent; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left; justify-content: center"><table class="image-left-content" data-type="image-left-content" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
1312
- <tr>
1313
- <td class="rs-td-test-left-content" style="padding: 10px" align="center">
1314
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
1315
- <tr>
1316
- <td class="image rp-empty-image rs-left-content" valign="top" align="center" width="30">
1317
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
1318
-
1319
- <div style="text-align: center;">
1320
- <img
1321
- class="img-src-elses"
1322
- src="https://run.resulticks.com//Images/social-square-color-instagram.png"
1323
- alt=""
1324
- style="width: 30px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
1325
- width="30"
1326
- // height="auto"
1327
- height="auto"
1328
- border="0"
1329
- />
1330
- </div>
1331
-
1332
- </span>
1333
- </td>
1334
- </tr>
1335
- </table>
1336
- </td>
1337
- </tr>
1338
- </table>
1339
- </div>
1340
- <!--<![endif]-->
1341
- </div>
1342
- <style>
1343
- #7ae1fc84-8f62-472e-a2e4-6a096d99ac37 {
1344
- width: 100%;
1345
- max-width: 100%;
1346
- margin: 0 auto;
1347
- }
1348
- #7ae1fc84-8f62-472e-a2e4-6a096d99ac37 img {
1349
- max-width: 100%;
1350
- height: auto;
1351
- -ms-interpolation-mode: bicubic;
1352
- display: block;
1353
- }
1354
- #7ae1fc84-8f62-472e-a2e4-6a096d99ac37 h3 {
1355
- margin: 0 0 8px 0;
1356
- }
1357
- #7ae1fc84-8f62-472e-a2e4-6a096d99ac37 p {
1358
- margin: 0;
1359
- }
1360
- @media only screen and (max-width: 600px) {
1361
- #7ae1fc84-8f62-472e-a2e4-6a096d99ac37 td {
1362
- margin-bottom: 16px;
1363
- }
1364
- #7ae1fc84-8f62-472e-a2e4-6a096d99ac37 td:last-child {
1365
- margin-bottom: 0;
1366
- }
1367
- }
1368
- </style>
1369
- </div>
1370
- </td>
1371
-
1372
- <td class="test-tr-con " valign="top" width="120" style="vertical-align: top; width: 120px; min-width: 100%">
1373
- <div id="6acebfa1-798e-479b-9b3f-d51ec5b23759" class="email-imagetext pandian">
1374
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
1375
- <!--[if mso]>
1376
- <table data-type="outlook" role="presentation" border="0" cellpadding="0" cellspacing="0" width="120" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px; background: transparent;">
1377
- <tr>
1378
- <td
1379
- id="srs"
1380
- align="center"
1381
- style="
1382
- padding-top: 10px;
1383
- padding-bottom: 10px;
1384
- padding-right: 10px;
1385
- padding-left: 10px;
1386
- ">
1387
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0">
1388
- <tr>
1389
- <td class="image rp-empty-image" valign="center" align="center" width="100">
1390
-
1391
- <div style="text-align: center;">
1392
- <img
1393
- class="img-src-elses"
1394
- src="https://run.resulticks.com//Images/social-square-color-linkedin.png"
1395
- alt=""
1396
- style="width: 30px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 90px;"
1397
- width="90"
1398
- block="5"
1399
- content="false"
1400
- // height="auto"
1401
- height="auto"
1402
- border="0"
1403
- />
1404
- </div>
1405
-
1406
- </td>
1407
- </tr>
1408
- </table>
1409
- </td>
1410
- </tr>
1411
- </table>
1412
- <![endif]-->
1413
- <!--[if !mso]><!-->
1414
- <div class="email-image-container" style="display: flex; width: 100%; background-color: transparent; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left; justify-content: center"><table class="image-left-content" data-type="image-left-content" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
1415
- <tr>
1416
- <td class="rs-td-test-left-content" style="padding: 10px" align="center">
1417
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
1418
- <tr>
1419
- <td class="image rp-empty-image rs-left-content" valign="top" align="center" width="30">
1420
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
1421
-
1422
- <div style="text-align: center;">
1423
- <img
1424
- class="img-src-elses"
1425
- src="https://run.resulticks.com//Images/social-square-color-linkedin.png"
1426
- alt=""
1427
- style="width: 30px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
1428
- width="30"
1429
- // height="auto"
1430
- height="auto"
1431
- border="0"
1432
- />
1433
- </div>
1434
-
1435
- </span>
1436
- </td>
1437
- </tr>
1438
- </table>
1439
- </td>
1440
- </tr>
1441
- </table>
1442
- </div>
1443
- <!--<![endif]-->
1444
- </div>
1445
- <style>
1446
- #6acebfa1-798e-479b-9b3f-d51ec5b23759 {
1447
- width: 100%;
1448
- max-width: 100%;
1449
- margin: 0 auto;
1450
- }
1451
- #6acebfa1-798e-479b-9b3f-d51ec5b23759 img {
1452
- max-width: 100%;
1453
- height: auto;
1454
- -ms-interpolation-mode: bicubic;
1455
- display: block;
1456
- }
1457
- #6acebfa1-798e-479b-9b3f-d51ec5b23759 h3 {
1458
- margin: 0 0 8px 0;
1459
- }
1460
- #6acebfa1-798e-479b-9b3f-d51ec5b23759 p {
1461
- margin: 0;
1462
- }
1463
- @media only screen and (max-width: 600px) {
1464
- #6acebfa1-798e-479b-9b3f-d51ec5b23759 td {
1465
- margin-bottom: 16px;
1466
- }
1467
- #6acebfa1-798e-479b-9b3f-d51ec5b23759 td:last-child {
1468
- margin-bottom: 0;
1469
- }
1470
- }
1471
- </style>
1472
- </div>
1473
- </td>
1474
-
1475
- <td class="test-tr-con " valign="top" width="120" style="vertical-align: top; width: 120px; min-width: 100%">
1476
- <div id="5327340a-d685-4843-9155-8b249e0ba390" class="email-imagetext pandian">
1477
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
1478
- <!--[if mso]>
1479
- <table data-type="outlook" role="presentation" border="0" cellpadding="0" cellspacing="0" width="120" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px; background: transparent;">
1480
- <tr>
1481
- <td
1482
- id="srs"
1483
- align="center"
1484
- style="
1485
- padding-top: 10px;
1486
- padding-bottom: 10px;
1487
- padding-right: 10px;
1488
- padding-left: 10px;
1489
- ">
1490
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0">
1491
- <tr>
1492
- <td class="image rp-empty-image" valign="center" align="center" width="100">
1493
-
1494
- <div style="text-align: center;">
1495
- <img
1496
- class="img-src-elses"
1497
- src="https://run.resulticks.com//Images/social-square-color-twitter.png"
1498
- alt=""
1499
- style="width: 30px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 90px;"
1500
- width="90"
1501
- block="5"
1502
- content="false"
1503
- // height="auto"
1504
- height="auto"
1505
- border="0"
1506
- />
1507
- </div>
1508
-
1509
- </td>
1510
- </tr>
1511
- </table>
1512
- </td>
1513
- </tr>
1514
- </table>
1515
- <![endif]-->
1516
- <!--[if !mso]><!-->
1517
- <div class="email-image-container" style="display: flex; width: 100%; background-color: transparent; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left; justify-content: center"><table class="image-left-content" data-type="image-left-content" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
1518
- <tr>
1519
- <td class="rs-td-test-left-content" style="padding: 10px" align="center">
1520
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
1521
- <tr>
1522
- <td class="image rp-empty-image rs-left-content" valign="top" align="center" width="30">
1523
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
1524
-
1525
- <div style="text-align: center;">
1526
- <img
1527
- class="img-src-elses"
1528
- src="https://run.resulticks.com//Images/social-square-color-twitter.png"
1529
- alt=""
1530
- style="width: 30px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
1531
- width="30"
1532
- // height="auto"
1533
- height="auto"
1534
- border="0"
1535
- />
1536
- </div>
1537
-
1538
- </span>
1539
- </td>
1540
- </tr>
1541
- </table>
1542
- </td>
1543
- </tr>
1544
- </table>
1545
- </div>
1546
- <!--<![endif]-->
1547
- </div>
1548
- <style>
1549
- #5327340a-d685-4843-9155-8b249e0ba390 {
1550
- width: 100%;
1551
- max-width: 100%;
1552
- margin: 0 auto;
1553
- }
1554
- #5327340a-d685-4843-9155-8b249e0ba390 img {
1555
- max-width: 100%;
1556
- height: auto;
1557
- -ms-interpolation-mode: bicubic;
1558
- display: block;
1559
- }
1560
- #5327340a-d685-4843-9155-8b249e0ba390 h3 {
1561
- margin: 0 0 8px 0;
1562
- }
1563
- #5327340a-d685-4843-9155-8b249e0ba390 p {
1564
- margin: 0;
1565
- }
1566
- @media only screen and (max-width: 600px) {
1567
- #5327340a-d685-4843-9155-8b249e0ba390 td {
1568
- margin-bottom: 16px;
1569
- }
1570
- #5327340a-d685-4843-9155-8b249e0ba390 td:last-child {
1571
- margin-bottom: 0;
1572
- }
1573
- }
1574
- </style>
1575
- </div>
1576
- </td>
1577
-
1578
- <td class="test-tr-con " valign="top" width="120" style="vertical-align: top; width: 120px; min-width: 100%">
1579
- <div id="8d753cef-d7ca-49f4-94ef-85a725f10ec3" class="email-imagetext pandian">
1580
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
1581
- <!--[if mso]>
1582
- <table data-type="outlook" role="presentation" border="0" cellpadding="0" cellspacing="0" width="120" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px; background: transparent;">
1583
- <tr>
1584
- <td
1585
- id="srs"
1586
- align="center"
1587
- style="
1588
- padding-top: 10px;
1589
- padding-bottom: 10px;
1590
- padding-right: 10px;
1591
- padding-left: 10px;
1592
- ">
1593
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0">
1594
- <tr>
1595
- <td class="image rp-empty-image" valign="center" align="center" width="100">
1596
-
1597
- <div style="text-align: center;">
1598
- <img
1599
- class="img-src-elses"
1600
- src="https://run.resulticks.com//Images/social-square-color-youtube.png"
1601
- alt=""
1602
- style="width: 30px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 90px;"
1603
- width="90"
1604
- block="5"
1605
- content="false"
1606
- // height="auto"
1607
- height="auto"
1608
- border="0"
1609
- />
1610
- </div>
1611
-
1612
- </td>
1613
- </tr>
1614
- </table>
1615
- </td>
1616
- </tr>
1617
- </table>
1618
- <![endif]-->
1619
- <!--[if !mso]><!-->
1620
- <div class="email-image-container" style="display: flex; width: 100%; background-color: transparent; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left; justify-content: center"><table class="image-left-content" data-type="image-left-content" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
1621
- <tr>
1622
- <td class="rs-td-test-left-content" style="padding: 10px" align="center">
1623
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
1624
- <tr>
1625
- <td class="image rp-empty-image rs-left-content" valign="top" align="center" width="30">
1626
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
1627
-
1628
- <div style="text-align: center;">
1629
- <img
1630
- class="img-src-elses"
1631
- src="https://run.resulticks.com//Images/social-square-color-youtube.png"
1632
- alt=""
1633
- style="width: 30px; max-width: 100%; height: auto; image-align: center; object-fit: cover; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
1634
- width="30"
1635
- // height="auto"
1636
- height="auto"
1637
- border="0"
1638
- />
1639
- </div>
1640
-
1641
- </span>
1642
- </td>
1643
- </tr>
1644
- </table>
1645
- </td>
1646
- </tr>
1647
- </table>
1648
- </div>
1649
- <!--<![endif]-->
1650
- </div>
1651
- <style>
1652
- #8d753cef-d7ca-49f4-94ef-85a725f10ec3 {
1653
- width: 100%;
1654
- max-width: 100%;
1655
- margin: 0 auto;
1656
- }
1657
- #8d753cef-d7ca-49f4-94ef-85a725f10ec3 img {
1658
- max-width: 100%;
1659
- height: auto;
1660
- -ms-interpolation-mode: bicubic;
1661
- display: block;
1662
- }
1663
- #8d753cef-d7ca-49f4-94ef-85a725f10ec3 h3 {
1664
- margin: 0 0 8px 0;
1665
- }
1666
- #8d753cef-d7ca-49f4-94ef-85a725f10ec3 p {
1667
- margin: 0;
1668
- }
1669
- @media only screen and (max-width: 600px) {
1670
- #8d753cef-d7ca-49f4-94ef-85a725f10ec3 td {
1671
- margin-bottom: 16px;
1672
- }
1673
- #8d753cef-d7ca-49f4-94ef-85a725f10ec3 td:last-child {
1674
- margin-bottom: 0;
1675
- }
1676
- }
1677
- </style>
1678
- </div>
1679
- </td>
1680
-
1681
- </tr>
1682
- </table>
1683
-
1684
- <style>
1685
- #29875e00-bae6-4ea7-976e-ddc457ffc662 {
1686
- width: 100%;
1687
- max-width: 100%;
1688
- margin: 0 auto;
1689
- }
1690
- #29875e00-bae6-4ea7-976e-ddc457ffc662 table {
1691
- border-collapse: collapse;
1692
- mso-table-lspace: 0pt;
1693
- mso-table-rspace: 0pt;
1694
- }
1695
- #29875e00-bae6-4ea7-976e-ddc457ffc662 td {
1696
- font-family: Arial, sans-serif;
1697
- line-height: 1.5;
1698
- }
1699
- @media only screen and (max-width: 600px) {
1700
- #29875e00-bae6-4ea7-976e-ddc457ffc662 table,
1701
- #29875e00-bae6-4ea7-976e-ddc457ffc662 tr,
1702
- #29875e00-bae6-4ea7-976e-ddc457ffc662 td {
1703
- /* display: block !important;
1704
- width: 100% !important; */
1705
- }
1706
- #29875e00-bae6-4ea7-976e-ddc457ffc662 td {
1707
- // margin-bottom: 20px;
1708
- }
1709
- #29875e00-bae6-4ea7-976e-ddc457ffc662 td:last-child {
1710
- margin-bottom: 0;
1711
- }
1712
- }
1713
- </style>
1714
- </div>
1715
- <div id="c482388d-4f0d-4313-82de-2fa247cc0e50" class="email-block">
1716
-
1717
- <table class="" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="width: 100%; max-width: 100%; margin: 0 auto; background-color: transparent; padding: 0px 0px 0px 0px; border-radius: 0; border: none; ">
1718
- <tr class="test-tr">
1719
-
1720
- <td class="test-tr-con " valign="top" width="600" style="vertical-align: top; width: 600px; min-width: 100%">
1721
- <div id="4e71a184-b7ee-439b-b302-76595fe31791" class="email-text">
1722
-
1723
- <div class="email-text-container">
1724
- <!--[if mso]>
1725
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="600" rp-element-category="content" rp-element-type="text">
1726
- <![endif]-->
1727
-
1728
- <!--[if !mso]><!-->
1729
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
1730
- <!--<![endif]-->
1731
-
1732
- <tbody>
1733
- <tr>
1734
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 12px; line-height: 1.5; letter-spacing: normal; text-align: left; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: transparent; padding: 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
1735
-
1736
- <div class="email-text-ul" style="
1737
- list-style-position: inside !important;
1738
- padding: 0 !important;
1739
- margin: 0 !important;
1740
- color: #222;
1741
- ">
1742
- <font color="#aaaaaa" style="font-size: 12px;">This email was sent to you on behalf of [COMPANY_NAME]. located at [COMPANY_NAME]., [CLIENT_FOOTER_ADDRESS]</font>
1743
- </div>
1744
-
1745
- </td>
1746
- </tr>
1747
- </tbody>
1748
- </table>
1749
- </div>
1750
-
1751
- <style>
1752
- #4e71a184-b7ee-439b-b302-76595fe31791 {
1753
- margin: 0;
1754
- padding: 0;
1755
- width: 100%;
1756
- }
1757
- #4e71a184-b7ee-439b-b302-76595fe31791 p {
1758
- margin: 0;
1759
- }
1760
- #4e71a184-b7ee-439b-b302-76595fe31791 br {
1761
- line-height: inherit;
1762
- }
1763
- #4e71a184-b7ee-439b-b302-76595fe31791 sup {
1764
- vertical-align: super;
1765
- font-size: 0.8em;
1766
- line-height: 0;
1767
- }
1768
- #4e71a184-b7ee-439b-b302-76595fe31791 sub {
1769
- vertical-align: sub;
1770
- font-size: 0.8em;
1771
- line-height: 0;
1772
- }
1773
- @media (prefers-reduced-motion: reduce) {
1774
- #4e71a184-b7ee-439b-b302-76595fe31791 {
1775
- transition: none !important;
1776
- animation: none !important;
1777
- }
1778
- }
1779
- '& ul': {
1780
- listStyleType: 'disc',
1781
- listStylePosition: 'inside',
1782
- paddingLeft: '20px',
1783
- margin: '0.5em 0',
1784
- },
1785
- '& ol': {
1786
- listStyleType: 'decimal',
1787
- listStylePosition: 'inside',
1788
- paddingLeft: '20px',
1789
- margin: '0.5em 0',
1790
- },
1791
- '& li': {
1792
- margin: '0.25em 0',
1793
- display: 'list-item',
1794
- },
1795
- '& sup': {
1796
- verticalAlign: 'super',
1797
- fontSize: '0.8em',
1798
- },
1799
- '& sub': {
1800
- verticalAlign: 'sub',
1801
- fontSize: '0.8em',
1802
- },
1803
- </style>
1804
- </div>
1805
- <div id="0f52381f-0240-405c-96bf-27209cf69b5e" class="email-text">
1806
-
1807
- <div class="email-text-container">
1808
- <!--[if mso]>
1809
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="600" rp-element-category="content" rp-element-type="text">
1810
- <![endif]-->
1811
-
1812
- <!--[if !mso]><!-->
1813
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
1814
- <!--<![endif]-->
1815
-
1816
- <tbody>
1817
- <tr>
1818
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 12px; line-height: 1.5; letter-spacing: normal; text-align: left; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: transparent; padding: 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
1819
-
1820
- <div class="email-text-ul" style="
1821
- list-style-position: inside !important;
1822
- padding: 0 !important;
1823
- margin: 0 !important;
1824
- color: #222;
1825
- ">
1826
- <font color="#aaaaaa" style="font-size: 12px;">At [COMPANY_NAME]., your privacy is very important to us. We maintain strict security standards and procedures to prevent unauthorized access to information about you. HDFC Bank Limited. will never ask you to validate personal information such as your username, password, or account number by email or otherwise. If you receive such a request, <a href="javascript:;" title="" target="_blank"><font color="#aaaaaa" style="font-size: 12px;"><u>please contact us</u></font></a>. For more information, you can view our privacy policy <a href="javascript:;" title="" target="_blank"><font color="#aaaaaa" style="font-size: 12px;"><u>here</u></font></a>. Additional information about our Legal policies can be viewed <a href="javascript:;" title="" target="_blank"><font color="#aaaaaa" style="font-size: 12px;"><u>here</u></font></a>.</font>
1827
- </div>
1828
-
1829
- </td>
1830
- </tr>
1831
- </tbody>
1832
- </table>
1833
- </div>
1834
-
1835
- <style>
1836
- #0f52381f-0240-405c-96bf-27209cf69b5e {
1837
- margin: 0;
1838
- padding: 0;
1839
- width: 100%;
1840
- }
1841
- #0f52381f-0240-405c-96bf-27209cf69b5e p {
1842
- margin: 0;
1843
- }
1844
- #0f52381f-0240-405c-96bf-27209cf69b5e br {
1845
- line-height: inherit;
1846
- }
1847
- #0f52381f-0240-405c-96bf-27209cf69b5e sup {
1848
- vertical-align: super;
1849
- font-size: 0.8em;
1850
- line-height: 0;
1851
- }
1852
- #0f52381f-0240-405c-96bf-27209cf69b5e sub {
1853
- vertical-align: sub;
1854
- font-size: 0.8em;
1855
- line-height: 0;
1856
- }
1857
- @media (prefers-reduced-motion: reduce) {
1858
- #0f52381f-0240-405c-96bf-27209cf69b5e {
1859
- transition: none !important;
1860
- animation: none !important;
1861
- }
1862
- }
1863
- '& ul': {
1864
- listStyleType: 'disc',
1865
- listStylePosition: 'inside',
1866
- paddingLeft: '20px',
1867
- margin: '0.5em 0',
1868
- },
1869
- '& ol': {
1870
- listStyleType: 'decimal',
1871
- listStylePosition: 'inside',
1872
- paddingLeft: '20px',
1873
- margin: '0.5em 0',
1874
- },
1875
- '& li': {
1876
- margin: '0.25em 0',
1877
- display: 'list-item',
1878
- },
1879
- '& sup': {
1880
- verticalAlign: 'super',
1881
- fontSize: '0.8em',
1882
- },
1883
- '& sub': {
1884
- verticalAlign: 'sub',
1885
- fontSize: '0.8em',
1886
- },
1887
- </style>
1888
- </div>
1889
- <div id="8f68041a-61ad-4928-a4b0-c0701142c8f5" class="email-text">
1890
-
1891
- <div class="email-text-container">
1892
- <!--[if mso]>
1893
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="600" rp-element-category="content" rp-element-type="text">
1894
- <![endif]-->
1895
-
1896
- <!--[if !mso]><!-->
1897
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
1898
- <!--<![endif]-->
1899
-
1900
- <tbody>
1901
- <tr>
1902
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 12px; line-height: 1.5; letter-spacing: normal; text-align: left; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: transparent; padding: 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
1903
-
1904
- <div class="email-text-ul" style="
1905
- list-style-position: inside !important;
1906
- padding: 0 !important;
1907
- margin: 0 !important;
1908
- color: #222;
1909
- ">
1910
- <font color="#aaaaaa" style="font-size: 12px;">If you wish to no longer receive promotional emails, please <a href="{{#UNSUB}}" title="" target="_blank"><font color="#aaaaaa" style="font-size: 12px;"><u>unsubscribe</u></font></a>. You still may receive important notices about your account or membership from us.</font>
1911
- </div>
1912
-
1913
- </td>
1914
- </tr>
1915
- </tbody>
1916
- </table>
1917
- </div>
1918
-
1919
- <style>
1920
- #8f68041a-61ad-4928-a4b0-c0701142c8f5 {
1921
- margin: 0;
1922
- padding: 0;
1923
- width: 100%;
1924
- }
1925
- #8f68041a-61ad-4928-a4b0-c0701142c8f5 p {
1926
- margin: 0;
1927
- }
1928
- #8f68041a-61ad-4928-a4b0-c0701142c8f5 br {
1929
- line-height: inherit;
1930
- }
1931
- #8f68041a-61ad-4928-a4b0-c0701142c8f5 sup {
1932
- vertical-align: super;
1933
- font-size: 0.8em;
1934
- line-height: 0;
1935
- }
1936
- #8f68041a-61ad-4928-a4b0-c0701142c8f5 sub {
1937
- vertical-align: sub;
1938
- font-size: 0.8em;
1939
- line-height: 0;
1940
- }
1941
- @media (prefers-reduced-motion: reduce) {
1942
- #8f68041a-61ad-4928-a4b0-c0701142c8f5 {
1943
- transition: none !important;
1944
- animation: none !important;
1945
- }
1946
- }
1947
- '& ul': {
1948
- listStyleType: 'disc',
1949
- listStylePosition: 'inside',
1950
- paddingLeft: '20px',
1951
- margin: '0.5em 0',
1952
- },
1953
- '& ol': {
1954
- listStyleType: 'decimal',
1955
- listStylePosition: 'inside',
1956
- paddingLeft: '20px',
1957
- margin: '0.5em 0',
1958
- },
1959
- '& li': {
1960
- margin: '0.25em 0',
1961
- display: 'list-item',
1962
- },
1963
- '& sup': {
1964
- verticalAlign: 'super',
1965
- fontSize: '0.8em',
1966
- },
1967
- '& sub': {
1968
- verticalAlign: 'sub',
1969
- fontSize: '0.8em',
1970
- },
1971
- </style>
1972
- </div>
1973
- <div id="a8c0f13e-e0a1-4567-9ecd-4b9e918a8450" class="email-text">
1974
-
1975
- <div class="email-text-container">
1976
- <!--[if mso]>
1977
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="600" rp-element-category="content" rp-element-type="text">
1978
- <![endif]-->
1979
-
1980
- <!--[if !mso]><!-->
1981
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
1982
- <!--<![endif]-->
1983
-
1984
- <tbody>
1985
- <tr>
1986
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 12px; line-height: 1.5; letter-spacing: normal; text-align: left; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: transparent; padding: 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
1987
-
1988
- <div class="email-text-ul" style="
1989
- list-style-position: inside !important;
1990
- padding: 0 !important;
1991
- margin: 0 !important;
1992
- color: #222;
1993
- ">
1994
- <font color="#aaaaaa" style="font-size: 12px;">Please do not respond this this email.</font>
1995
- </div>
1996
-
1997
- </td>
1998
- </tr>
1999
- </tbody>
2000
- </table>
2001
- </div>
2002
-
2003
- <style>
2004
- #a8c0f13e-e0a1-4567-9ecd-4b9e918a8450 {
2005
- margin: 0;
2006
- padding: 0;
2007
- width: 100%;
2008
- }
2009
- #a8c0f13e-e0a1-4567-9ecd-4b9e918a8450 p {
2010
- margin: 0;
2011
- }
2012
- #a8c0f13e-e0a1-4567-9ecd-4b9e918a8450 br {
2013
- line-height: inherit;
2014
- }
2015
- #a8c0f13e-e0a1-4567-9ecd-4b9e918a8450 sup {
2016
- vertical-align: super;
2017
- font-size: 0.8em;
2018
- line-height: 0;
2019
- }
2020
- #a8c0f13e-e0a1-4567-9ecd-4b9e918a8450 sub {
2021
- vertical-align: sub;
2022
- font-size: 0.8em;
2023
- line-height: 0;
2024
- }
2025
- @media (prefers-reduced-motion: reduce) {
2026
- #a8c0f13e-e0a1-4567-9ecd-4b9e918a8450 {
2027
- transition: none !important;
2028
- animation: none !important;
2029
- }
2030
- }
2031
- '& ul': {
2032
- listStyleType: 'disc',
2033
- listStylePosition: 'inside',
2034
- paddingLeft: '20px',
2035
- margin: '0.5em 0',
2036
- },
2037
- '& ol': {
2038
- listStyleType: 'decimal',
2039
- listStylePosition: 'inside',
2040
- paddingLeft: '20px',
2041
- margin: '0.5em 0',
2042
- },
2043
- '& li': {
2044
- margin: '0.25em 0',
2045
- display: 'list-item',
2046
- },
2047
- '& sup': {
2048
- verticalAlign: 'super',
2049
- fontSize: '0.8em',
2050
- },
2051
- '& sub': {
2052
- verticalAlign: 'sub',
2053
- fontSize: '0.8em',
2054
- },
2055
- </style>
2056
- </div>
2057
- <div id="26108ee7-197b-4432-9d62-cf49b68f3adb" class="email-text">
2058
-
2059
- <div class="email-text-container">
2060
- <!--[if mso]>
2061
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="600" rp-element-category="content" rp-element-type="text">
2062
- <![endif]-->
2063
-
2064
- <!--[if !mso]><!-->
2065
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
2066
- <!--<![endif]-->
2067
-
2068
- <tbody>
2069
- <tr>
2070
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 12px; line-height: 1.5; letter-spacing: normal; text-align: left; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: transparent; padding: 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
2071
-
2072
- <div class="email-text-ul" style="
2073
- list-style-position: inside !important;
2074
- padding: 0 !important;
2075
- margin: 0 !important;
2076
- color: #222;
2077
- ">
2078
- <font color="#aaaaaa">For questions, comments or concerns, please contact us at <a href="mailto:info@[COMPANY_NAME].com" title="" target="_blank"><font color="#aaaaaa" style="font-size: 12px;">info@[COMPANY_NAME].com</font></a>.</font>
2079
- </div>
2080
-
2081
- </td>
2082
- </tr>
2083
- </tbody>
2084
- </table>
2085
- </div>
2086
-
2087
- <style>
2088
- #26108ee7-197b-4432-9d62-cf49b68f3adb {
2089
- margin: 0;
2090
- padding: 0;
2091
- width: 100%;
2092
- }
2093
- #26108ee7-197b-4432-9d62-cf49b68f3adb p {
2094
- margin: 0;
2095
- }
2096
- #26108ee7-197b-4432-9d62-cf49b68f3adb br {
2097
- line-height: inherit;
2098
- }
2099
- #26108ee7-197b-4432-9d62-cf49b68f3adb sup {
2100
- vertical-align: super;
2101
- font-size: 0.8em;
2102
- line-height: 0;
2103
- }
2104
- #26108ee7-197b-4432-9d62-cf49b68f3adb sub {
2105
- vertical-align: sub;
2106
- font-size: 0.8em;
2107
- line-height: 0;
2108
- }
2109
- @media (prefers-reduced-motion: reduce) {
2110
- #26108ee7-197b-4432-9d62-cf49b68f3adb {
2111
- transition: none !important;
2112
- animation: none !important;
2113
- }
2114
- }
2115
- '& ul': {
2116
- listStyleType: 'disc',
2117
- listStylePosition: 'inside',
2118
- paddingLeft: '20px',
2119
- margin: '0.5em 0',
2120
- },
2121
- '& ol': {
2122
- listStyleType: 'decimal',
2123
- listStylePosition: 'inside',
2124
- paddingLeft: '20px',
2125
- margin: '0.5em 0',
2126
- },
2127
- '& li': {
2128
- margin: '0.25em 0',
2129
- display: 'list-item',
2130
- },
2131
- '& sup': {
2132
- verticalAlign: 'super',
2133
- fontSize: '0.8em',
2134
- },
2135
- '& sub': {
2136
- verticalAlign: 'sub',
2137
- fontSize: '0.8em',
2138
- },
2139
- </style>
2140
- </div>
2141
- <div id="6ae80025-023c-4955-8257-a3195febc553" class="email-text">
2142
-
2143
- <div class="email-text-container">
2144
- <!--[if mso]>
2145
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="600" rp-element-category="content" rp-element-type="text">
2146
- <![endif]-->
2147
-
2148
- <!--[if !mso]><!-->
2149
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0" border="0" width="100%" rp-element-category="content" rp-element-type="text">
2150
- <!--<![endif]-->
2151
-
2152
- <tbody>
2153
- <tr>
2154
- <td class="text rp-element-holder-column" style="font-family: Arial, sans-serif; font-size: 12px; line-height: 1.5; letter-spacing: normal; text-align: left; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: transparent; padding: 10px; display: block; word-wrap: break-word; color: inherit;" rp-line-height-auto="yes" rp-saved-text-element="no">
2155
-
2156
- <div class="email-text-ul" style="
2157
- list-style-position: inside !important;
2158
- padding: 0 !important;
2159
- margin: 0 !important;
2160
- color: #222;
2161
- ">
2162
- <font color="#aaaaaa">Copyright &#169; 2025 [COMPANY_NAME]. All rights reserved.</font>
2163
- </div>
2164
-
2165
- </td>
2166
- </tr>
2167
- </tbody>
2168
- </table>
2169
- </div>
2170
-
2171
- <style>
2172
- #6ae80025-023c-4955-8257-a3195febc553 {
2173
- margin: 0;
2174
- padding: 0;
2175
- width: 100%;
2176
- }
2177
- #6ae80025-023c-4955-8257-a3195febc553 p {
2178
- margin: 0;
2179
- }
2180
- #6ae80025-023c-4955-8257-a3195febc553 br {
2181
- line-height: inherit;
2182
- }
2183
- #6ae80025-023c-4955-8257-a3195febc553 sup {
2184
- vertical-align: super;
2185
- font-size: 0.8em;
2186
- line-height: 0;
2187
- }
2188
- #6ae80025-023c-4955-8257-a3195febc553 sub {
2189
- vertical-align: sub;
2190
- font-size: 0.8em;
2191
- line-height: 0;
2192
- }
2193
- @media (prefers-reduced-motion: reduce) {
2194
- #6ae80025-023c-4955-8257-a3195febc553 {
2195
- transition: none !important;
2196
- animation: none !important;
2197
- }
2198
- }
2199
- '& ul': {
2200
- listStyleType: 'disc',
2201
- listStylePosition: 'inside',
2202
- paddingLeft: '20px',
2203
- margin: '0.5em 0',
2204
- },
2205
- '& ol': {
2206
- listStyleType: 'decimal',
2207
- listStylePosition: 'inside',
2208
- paddingLeft: '20px',
2209
- margin: '0.5em 0',
2210
- },
2211
- '& li': {
2212
- margin: '0.25em 0',
2213
- display: 'list-item',
2214
- },
2215
- '& sup': {
2216
- verticalAlign: 'super',
2217
- fontSize: '0.8em',
2218
- },
2219
- '& sub': {
2220
- verticalAlign: 'sub',
2221
- fontSize: '0.8em',
2222
- },
2223
- </style>
2224
- </div>
2225
- </td>
2226
-
2227
- </tr>
2228
- </table>
2229
-
2230
- <style>
2231
- #c482388d-4f0d-4313-82de-2fa247cc0e50 {
2232
- width: 100%;
2233
- max-width: 100%;
2234
- margin: 0 auto;
2235
- }
2236
- #c482388d-4f0d-4313-82de-2fa247cc0e50 table {
2237
- border-collapse: collapse;
2238
- mso-table-lspace: 0pt;
2239
- mso-table-rspace: 0pt;
2240
- }
2241
- #c482388d-4f0d-4313-82de-2fa247cc0e50 td {
2242
- font-family: Arial, sans-serif;
2243
- line-height: 1.5;
2244
- }
2245
- @media only screen and (max-width: 600px) {
2246
- #c482388d-4f0d-4313-82de-2fa247cc0e50 td:last-child {
2247
- margin-bottom: 0;
2248
- }
2249
- }
2250
- </style>
2251
- </div>
2252
- </td>
2253
- </tr>
2254
- </table>
2255
- </div>
2256
- </div>
2257
-
2258
-
2259
- </td>
2260
- </tr>
2261
- </tbody>
2262
- </table>
2263
-
2264
- </td>
2265
- </tr>
2266
- </tbody>
2267
- </table>
2268
-
2269
-
2270
- </body>
2271
- </html>