<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><!-- utf-8 works for most cases -->
<meta content="width=device-width" name="viewport" /><!-- Forcing initial-scale shouldn't be necessary -->
<meta content="IE=edge" http-equiv="X-UA-Compatible" /><!-- Use the latest (edge) version of IE rendering engine -->
<meta name="x-apple-disable-message-reformatting" /><!-- Disable auto-scale in iOS 10 Mail entirely -->
<title></title>
<!-- The title tag shows in email notifications, like Android 4.4. --><!-- Web Font / @font-face : BEGIN --><!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. --><!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. --><!--[if mso]>
<style>
* {
font-family: sans-serif !important;
}
</style>
<![endif]--><!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: <a href='https://dat.getitbymilena.com/S1FMV18Nz1kSgiA/AANATOUOUZZ-hYaa5ZGX54wSIlQsujKGnr3eD50ZekmHaMtNwCnwiaqMdF5bNO4ZZ5TmfXBxZP8SVBUoI0fUOlheZN9zPtAM8S30srg8gVur21K1IRWlungCulrJHom2nidRlsjeJHSFCK_xKUmfQ-knoBcoMHAQ8PCvOGi5H3m-aOe6k7bp78BVPRH1rtaPQ4Ou4S7d1ufbVPQnJ3L7hYfh6sy0CFtKuqMfZyNx_4gdfS1FMVw'> Link </a> --><!--[if !mso]><!--><!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> --><!--<![endif]--><!-- Web Font / @font-face : END --><!-- CSS Reset : BEGIN -->
<style type="text/css">
/*<![CDATA[*/
/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,
body, {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
font-family:'Verdana', 'Arial', sans-serif !important;
}
a,li,p,span,b,strong{
font-family:'Verdana', 'Arial', sans-serif !important;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
table table table {
table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode: bicubic;
}
/* What it does: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors],
/* iOS */
.x-gmail-data-detectors,
/* Gmail */
.x-gmail-data-detectors *,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
/* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */
.a6S {
display: none !important;
opacity: 0.01 !important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img+div {
display: none !important;
}
/* What it does: Prevents underlining the button text in Windows 10 */
.button-link {
text-decoration: none !important;
}
.mobile-visible {
display:none;
visibility: hidden;
}
/* What it does: Removes right gutter in Gmail iOS app: <a href='https://dat.getitbymilena.com/SEJfBcFZEoIgAADQEzlDl/GWfkeFWLllZ_jgCYuWCC2Po6XvPRhmmHTsaTokvRO00d2VavGeY1WfnWwiXDWNcm6CCEN2fYH2TRcv9TLPhVepTeX8BsVGPXDcjFaXF8QJwvZYDEl03z6SpkpNHrAgRWuN3kjqjNsxCL1Fm4CDg4VVx1nI58WHXLnEvLc87gZ_IEfXNzYFCg2_jPt031dZXzyQkS_eB9vg7L5YIWEj7spkWI7PRH19IQg'> Link </a> */
/* Create one of these media queries for each additional viewport size you'd like to fix */
/* Thanks to Eric Lepetit (@ericlepetitsf) for help troubleshooting */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
/* iPhone 6 and 6+ */
.email-container {
min-width: 375px !important;
}
}
/*]]>*/
</style>
<!-- CSS Reset : END --><!-- Progressive Enhancements : BEGIN -->
<style type="text/css">
/*<![CDATA[*/
/* What it does: Hover styles for buttons */
.button-td,
.button-a {
transition: all 100ms ease-in;
white-space: nowrap;
}
.white-button:hover {
background: #ffffff;
}
.button-td:hover,
.button-a:hover {
background: #006192;
border-color: #006192;
}
/* Media Queries */
a {
text-decoration: none !important;
vertical-align: bottom;
}
img.no-align {
vertical-align: 0 !important;
}
.product-two-columns-full p {
margin-top: 0px !important;
margin-bottom:15px !important;
}
a img {
vertical-align: middle;
}
/* .mobile-visible{
display:none !important;
visibility: hidden !important;
mso-hide:all;
max-height:0;
} */
@media screen and (max-width: 600px) {
.table-button {
width: auto !important;
}
.email-container {
width: 100% !important;
margin: auto !important;
}
/* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
.fluid {
max-width: 100% !important;
height: auto !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* What it does: Forces table cells into full-width rows. */
.stack-column,
.stack-column-center {
display: block !important;
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}
/* And center justify these ones. */
.stack-column-center {
text-align: center !important;
}
/* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
.center-on-narrow {
text-align: center !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
}
table.center-on-narrow {
display: inline-block !important;
}
/* What it does: Adjust typography on small screens to improve readability */
.email-container p {
font-size: 16px !important;
line-height: 22px !important;
}
}
.padding {
padding: 20px 20px 16px 20px;
}
.col-1 {
text-align: left;
width: 114px;
}
.col-4 {
margin: 0 auto;
text-align: left;
width: 177.33px
}
.col-6 {
text-align: left;
width: 274px;
}
.col-8 {
text-align: left;
width: 370.67px
}
.product-module img {
width: 100%;
max-width: 400px;
height: auto;
}
.col-1 .full {
height: 184px;
}
.price-eur{
text-align: left;
}
.padding-right {
padding-right: 100px;
}
@media screen and (max-width: 590px) {
.stage-A .hide-mobile-all, .stage-1B .hide-mobile-all {
display: none !important;
max-height:0px !important;
overflow:hidden !important;
mso-hide:all;
}
.tr-full-img .space-mobile-40, .tr-two-column .space-mobile-40{
margin-top: 3px !important;
}
.teaser-light-bg .space-mobile-40, .teaser-dark-bg .space-mobile-40,
.teaser-freestanding .space-mobile-40 {
margin-top: 25px!important;
}
.purple-icons .space-mobile-40, .yellow-icon .space-mobile-40,
.stage-50-teaser .space-mobile-40{
margin-top:13px !important;
}
.product-two-columns-full a{
display: block;
margin-bottom: 40px;
}
.latest-products .on-mobile-full p{
margin-left: 0px !important;
}
.icons-price-models {
border-bottom: 1px solid #ccc;
}
.product-module-1 img{
margin-left:0px !important;
}
.stack-column-center{
padding-left:0px !important;
padding-right: 0px !important;
}
.price-eur{
text-align: left !important;
}
p.headline-35{
font-size:35px !important;
line-height: 41px !important;
}
.price-model p.price-35{
margin-top: 25px !important;
}
p.headline-26{
font-size:26px !important;
line-height: 32px !important;
}
.no-padding-all-lr{
padding-left: 0px !important;
padding-right: 0px !important;
}
.no-padding-all-headline{
padding-left: 0px !important;
padding-right: 0px !important;
}
.dark-tease-50 a{
padding-left: 0px !important;
}
.footer-bottom p{
text-align: center !important;
}
.footer-bottom b {
display: block !important;
margin-bottom: 20px !important;
}
.mobile-line-height {
line-height: 30px !important;
}
.bottom-end{
margin-bottom: 30px !important;
margin-top: 40px;
text-align: center !important;
}
.bottom-end p, .bottom-end strong {
font-size: 16px !important;
}
.mobile-visible {
display: block !important;
text-align: center !important;
margin-top:50px !important;
margin-bottom:40px !important;
margin-left: auto !important;
margin-right: auto !important;
visibility: visible !important;
}
.bottom-end a {
padding-left:0px !important;
}
.price-big-letter a {
margin-left: 0px !important;
}
.price-big-letter .big-letter{
margin-right: 0px !important;
}
.center-on-mobile {
margin-left: 64px !important;
}
.price-big-letter {
padding-left: 0px !important;
}
.padding-mobile-16 {
padding-left: 20px !important;
}
.mobile-no-padding {
padding: 0px !important;
}
.mobile-center {
text-align: center !important;
}
.teaser-light-bg .table-button,
.teaser-dark-bg .table-button,
.teaser-freestanding .table-button,
.three-columns .table-button,
.stage-50-teaser .table-button,
.image-BTN .table-button {
margin-left: 16px !important;
width: 92% !important;
}
.on-mobile-full p,
.teaser-dark-bg p,
.teaser-freestanding p,
.teaser-light-bg p,
.stage-1B p.mobile-35 {
margin-left: 0px !important;
}
.stage-1B .table-button {
margin-left: 0px !important;
}
.stage-1B p.mobile-35 {
padding-left: 0px !important;
}
.mobile-bottom-margin {
margin-bottom: 40px !important;
}
.table-button {
width: 100% !important;
}
.no-align {
vertical-align: none !important;
}
.full {
height: auto !important;
}
.padding-bottom-mobile {
height: auto !important;
}
.stage-A p.mobile-35,
.stage-1B p.mobile-35 {
font-size: 35px !important;
line-height: 41px !important;
margin-left: 0px !important;
}
.mobile-left-align {
text-align: left !important;
}
.stage-A p {
padding-left: 0px !important;
}
.stage-A .table-button {
width: 100% !important;
margin-bottom: 20px !important;
}
.product-two-columns-full td {
height: auto !important;
}
.product-two-columns-full img {
height: auto !important;
}
.copy-left .headline {
margin-top: 0;
}
table {
width: 100% !important;
}
.teaser-dark-bg .g-img {
height: auto !important;
}
.teaser-light-bg .table-button,
.teaser-dark-bg .table-button,
.teaser-freestanding .table-button,
.padding-on-mobile-btn .table-button {
margin-left: 16px !important;
}
.teaser-freestanding .padding-on-mobile,
.padding-on-mobile-btn {
padding-bottom: 125px !important;
}
.stage-1B .padding-on-mobile-btn {
padding-bottom: 80px !important;
}
.padding-on-mobile {
padding-left: 16px !important;
}
.three-columns-icons img {
margin-top: 0px !important;
}
p.on-mobile-big-letter {
font-size: 67px !important;
line-height: 67px !important;
float: none !important;
}
.no-padding-top-bottom {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.cutout .g-img {
display: block !important;
width: auto !important;
}
.copy-left,
.copy-center {
padding: 0 30px !important;
}
.g-img {
max-width: 100% !important;
}
.price-big-letter p.big-letter {
font-size: 67px !important;
margin-top: 27px !important;
padding-left:0px !important;
padding-right: 0px !important;
}
.price-big-letter .price-eur {
display: block;
text-align: right;
width: 250px;
padding-left:7px !important;
margin-top: 10px !important;
}
.price-big-letter a{
padding-left: 0px !important;
}
td ul {
margin-left: 16px !important;
}
p,
a,
ul {
padding-left: 20px !important;
padding-right: 20px !important;
margin-left: 0px !important;
}
.col-1 .full {
width: 100% !important;
height: auto !important;
}
.on-mobile-full {
clear: both !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
.padding-bottom-mobile {
padding-bottom: 40px !important;
}
.product-module img {
display: block !important;
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}
.col-6,
.col-8,
.col-4,
.col,
.col-1 {
padding-left: 0px !important;
display: block !important;
width: 100% !important;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 0px !important;
padding-left: 0px !important;
max-width: 100% !important;
direction: ltr !important;
}
}
.padding-right {
padding-right: 0px;
}
/* end media */
.full {
display: block !important;
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}
@media screen and (max-width: 320px) {
.center-on-mobile {
margin-left: 0px !important;
}
}
/*]]>*/
</style>
<!-- Progressive Enhancements : END --><!-- What it does: Makes background images in 72ppi Outlook render at correct size. --><!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
</head>
<body bgcolor="#FFFFFF" style="margin: 0; mso-line-height-rule: exactly;" width="100%">
<div style="display: none"></div>
<center id="dm_entete">
<table id="dm_miroir" width="650" cellpadding="0" cellspacing="0" style="width:100%;max-width:650px;font-family:arial">
<tr>
<td colspan="3" height="10"></td>
</tr>
<tr>
<td width="88" align="right"></td>
<td style="font-size:12px; color:#555; text-align:center;">
Om deze e-mail in uw browser te bekijken, <a href="https://dat.getitbymilena.com/U0pDXwXB2w6CIAAA0F_KsJWPXnAiIDbAmi-ucJHVxKRN4Os7h9f58I3uWFTlxX6Qp0KGLkGZMpk9bzbIzQru0qFUz2ZVL9pcoeEwMPF2LRl7wiXAggbhfYKz0zqnrAvU_Eg870Z9dAWAuGgfIImXSMWHPZ0ZbgrkqIYLngCZuDdE57c-0igdeJ3_AV9TSkM" style="color:#111" target="_blank"> klik hier.</a>.
</td>
<td width="80" valign="middle" align="center" style="width:80px; text-align:center;">
<table width="76" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff" style="width:76px;border-radius:4px; border:1px solid #6d6d6d; border-color: #6d6d6d; border-collapse:separate!important;background-color:#ffffff">
<tr>
<td width="16" valign="middle" align="center" style="width:16px; text-align:center;">
<a href="https://dat.getitbymilena.com/U0pDXwXB2w6CIAAA0F_KsJWPXnAiIDbAmi-ucJHVxKRN4Os7h9f58I3uWFTlxX6Qp0KGLkGZMpk9bzbIzQru0qFUz2ZVL9pcoeEwMPF2LRl7wiXAggbhfYKz0zqnrAvU_Eg870Z9dAWAuGgfIImXSMWHPZ0ZbgrkqIYLngCZuDdE57c-0igdeJ3_AV9TSkM" target="_blank" style="width:16px;padding:2px 0;color:#6d6d6d;font-family:Arial;font-size:11px;margin:0;mso-line-height:exactly;display:inline-block;line-height:16px;text-decoration:none;text-align:center">
<b>►</b>
</a>
</td>
<td width="60" valign="middle" align="center" style="width:60px; text-align:center;">
<a href="https://dat.getitbymilena.com/U0pDXwXB2w6CIAAA0F_KsJWPXnAiIDbAmi-ucJHVxKRN4Os7h9f58I3uWFTlxX6Qp0KGLkGZMpk9bzbIzQru0qFUz2ZVL9pcoeEwMPF2LRl7wiXAggbhfYKz0zqnrAvU_Eg870Z9dAWAuGgfIImXSMWHPZ0ZbgrkqIYLngCZuDdE57c-0igdeJ3_AV9TSkM" target="_blank" style="width:60px;padding:2px 0;color:#6d6d6d;font-family:Arial;font-size:9px;margin:0;mso-line-height:exactly;display:inline-block;line-height:8px;text-decoration:none;text-align:center">
<b>Online<br>bekijken</b>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="650" cellpadding="0" cellspacing="0" style="width:100%;max-width:650px;font-family:arial">
<tr>
<td colspan="3" height="2"></td>
</tr>
<tr>
<td></td>
<td></td>
<td width="80" valign="middle" align="center" style="width:80px; text-align:center;">
<table width="76" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff" style="width:76px;border-radius:4px; border:1px solid #6d6d6d; border-color: #6d6d6d; border-collapse:separate!important;background-color:#ffffff">
<tr>
<td width="16" valign="middle" align="center" style="width:16px; text-align:right;">
<a href="https://dat.getitbymilena.com/R0RUXwXB2w6CIAA/A0C9yK3NljwWCSFckQl-YqeWNmrAo-_rOwZArVJodsOQTEdlU4VCkjeNpRQVrR3JQYIImSpK89V-F_2iP6p1D-YtXgQtlxk-0JzTAnF0MZ_UXnIHOOLK_KyLffgPSR7jx90EygWz3tOM2WeOBrc-xCmh5WdZd5xmqbrWSi7vuRTETIjd6oGh63qOtlm7VjX5b5EtdiYNelMfbqXEY2bmBsfFYVI6es1BhyP9fR0RU" style="width:16px;padding:2px 0;color:#6d6d6d;font-family:Arial;font-size:11px;margin:0;mso-line-height:exactly;display:inline-block;line-height:16px;text-decoration:none;text-align:center">
<b>✖</b>
</a>
</td>
<td width="60" valign="middle" align="center" style="width:60px; text-align:center;">
<a href="https://dat.getitbymilena.com/VENYUl8Nz1tygyAUANA/VOeMj1frZIiqxAwZvrOWHSU0GabCpYEib1TdnBwfQwGU52jfkyA2TYTo-m0M3eeiOTc_1QqhEf4XFdCt0eDnESjN5FcVwr7ONH09JxSLCe0W-9dNu5uwX7dD8AaW7rw3X5AWfXzdmFQoMVtCKfQUpZTpVbZCcw59wrev8vZdxnvqrpNslutjlC2izp0Yl-DQPcXYrPznFEuLO2Gxkop18VbjI5rUNOHZL4F0h4bH4B19UQ1hS" style="width:60px;padding:2px 0;color:#6d6d6d;font-family:Arial;font-size:9px;margin:0;mso-line-height:exactly;display:inline-block;line-height:8px;text-decoration:none;text-align:center">
<b>Ongewenste<br>e-mail</b>
</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" height="15"></td>
</tr>
</table>
</center>
<img src="https://dat.getitbymilena.com/otiw/iTqglBRstRj3Qz%2FWj6ZSVr4AfdluMo2qtTGiBX8JzHBFNEbd%2FtwF6ct80gj7DWTPWgxi%2BmfKJlH8HnLGmz8fVs4iPDyeIIvw%2FZtJHdn4ElAOHJR7wvwlLPOvFx2uHWVxDWXf6Yx8%3D/vbCM9WmqaebMm7w7eDevFA7jLVpW12GpDiqyrBm1VLSRbinn8A8CfAqeGI5IJkVbQejliqt5RSvdLjv9voOKvpU3PH0aCdVqShqeVEU4Sh9z4CllB8jgsIJAHrz9bWdLB95bQqIVAJpKbw06xLyhaKtNYk%2F%2FBYACYpIqAVmnM9ZVcBqPtAS3CUi7IJZgv4XsJhj%2F1nExJmGrzMRg8VwDs3Q6ivsGQgOPrqVR2tVAvazwbfY2l3Y2ettku" width="1" height="1" />
<center style="width: 100%; background: #ffffff; text-align: left; padding-top:30px"><!-- Email Header --><!-- Email Header -->
<table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="600"><!-- Stage_1A--><!-- Stage_1A--><!--Stage1_add-->
<tr class="purple-icons" width="100%">
<td bgcolor="#E6E3EC" style="padding-bottom: 43px; padding-top: 43px;">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><a href="https://dat.getitbymilena.com/Sl8FwVkSgiAAAN/ATOUOUZp-h4VK5ZKs_joBYueDCGHr63vMzTDtmmV6Jz0RtNX9lO7xnmNUn71sInw1jUtugghDdnmB9lUXLg0xz4UXqU3l7AbFR91y3YxWnhXUGuF7LAYmum2fSVM3BIk6MCK3x-5F6ozbMQi9RZuIw5NFFcdZyOfFh2y5JL53j8QB-Ikc0sDd7Ck1uJH26ayojUM9HRJbuA93xd1ocEbKI9mUzLWbm_wFfSg" style=""><img alt="YouGov" src='https://dat.getitbymilena.com/images/ebab26f9b0e56637f4d947142eb2c0a6c8b62631fff3e875d1d8237a7042d121778784b09ade1bee7d526ea2c73a3bf358dbc1988a3450d166485deabc9ccadb.png' style="max-width:100%; padding: 0 10px 20px 30px;" /></a></td>
</tr>
<tr>
<td align="left" class="copy-left padding-right" style="padding: 30px 90px 0px 30px;" valign="top"><span style="margin:0px;font-size:36px; color:#241d36; font-weight:bold; text-align: left;line-height: 1.1; letter-spacing: -0.5px;">Verdien geld bij het invullen van enquêtes met YouGov</span></td>
</tr>
<tr>
<td align="left" class="copy-left" style="padding: 20px 30px 0px 30px;" valign="top">
<p class="small no-padding-all-lr" style="margin-bottom:25px; font-size: 15px; line-height: 1.5; letter-spacing: -0.1px; color:#241d36;">YouGov is een onafhankelijk onderzoeksbureau, vertrouwd bij merken en de media om nauwkeurig opinies te peilen. Voor onze community hebben we nieuwe leden nodig die deelnemen aan ons online onderzoek.</p>
<p class="small no-padding-all-lr" style="margin-bottom:25px; font-size: 15px; line-height: 1.5; letter-spacing: -0.1px; color:#241d36;">Aanmelden is gratis en zodra u lid bent, wordt u uitgenodigd om online enquêtes in te vullen over uiteenlopende onderwerpen. Telkens wanneer u een van onze enquêtes invult, worden er punten toegekend. Deze punten kunnen worden ingewisseld voor geld en andere beloningen.</p>
</td>
</tr>
<tr class="image-BTN tr-two-column">
<td style="padding: 0 30px 30px 30px; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #414141;">
<table align="left" border="0" cellpadding="0" cellspacing="0" class="table-button space-mobile-40" role="presentation" style="margin: auto;">
<tr>
<td class="button-td" style="border-radius: 50px; background: #f34a3e; text-align: left;"><a class="button-a mobile-line-height" href="https://dat.getitbymilena.com/WlVfBcHbkoIgAADQL/2LGdiPycVErFchkzLYXRk1Mc0W8rOTXd849EYeifzh7vzrQ3CAQbNyzTHYZClPs2Bcublv9S3leGsLrGtnI7PpVLACQf2Ydm3fvHbmIQ50G_vdlPmOW9Np6kFCpFhpSV5MaF1zhuGjbpg3UCxCtxIJX0HGvlGySrpTlFnG7G1I91cz3vGUI45K6NJJfrwyerBUyCHI6j1kePec_dzSD0w2w-YFXGBUncU8-X1pV" style="background: #f34a3e;letter-spacing:2px; border: 15px solid #f34a3e; font-family:'Arial',sans-serif; font-size: 16px; line-height:1; text-align: center; text-decoration: none; display: block; border-radius: 50px; font-weight: normal;"><span class="button-link" style="color:#ffffff;letter-spacing: 0.6px;font-weight:bold !important;"> Aan de slag </span></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><a href="https://dat.getitbymilena.com/VF8FwWETQjAAANBf5A5x6qNsZ/aWpcWhfdixFVtoW4tf3Xsp2XEWBRhNERXNbizJp9Lu8HTPSSoRZMAMF8YG2Zl_ajzZmAwXFEnrOyOvVPrYQuUZT17qXF4l_AQ-o_5EmzQXaCvcXzX5YLf7z2vV6FlOG-86I5IM59VKLBPK75d43VTEwTztvlcuvxMj8OOC4HU7r0_i1_awiGLLUToTyeEzPzbgH2lKbUBkEammMGrD0D19U" style=""><img alt="Earn rewards" src='https://dat.getitbymilena.com/images/4e0f43a613e914f35ebd7a80d37f5a1360649383a26864013978ce537b183a6795cf3ea7de154e413682b465874cc29db18984f016c15434f830dbb0e974aef9.png' style="max-width: 100%; width:100%;" /></a></td>
</tr>
<tr>
<td align="center" height="" style="padding-top:30px; padding-left:15px;padding-right:15px;">
<table>
<tr>
<td class="stack-column-center" style="padding-left:15px;padding-right:15px;" valign="top" width="33.33%">
<table border="0" cellpadding="30" cellspacing="0" role="presentation">
<tr>
<td style="padding: 0px; text-align: center;"><a href="https://dat.getitbymilena.com/SU1fBcFZEoIgAADQEzlDlGW/fkUFUbtnqjxMgVi64MIaevveol2LeiK1Dc-wxs7IOM5fIVmBRnug3UwfR9XHpggJCdH2A-UVntfRTaw_P2h7y6xOohbm9bDcyUZJtPYDLue6QappxZFVR7QgjEWK8xO97QnurG5Wdo9TBQSDDs5GilnqQ3aqe4laT43EHfuqFuO8uNhw6chm3yboqlr553EM2NR-473-niahAhLzNq2FyUur9AV9JTQ" style=""><img alt="News" src='https://dat.getitbymilena.com/images/62bcbd0302e2bdd5426dfdd1832c8b933b1bf16b471cd51ed4091045231dcf5ed5c08c5a3eb169be9169f62add56d1941ef1357c10214709c18d014d3e950d4b.png' /></a></td>
</tr>
<tr>
<td class="center-on-narrow" style="padding: 0px; text-align: left; color:#241d36;">
<p style="word-break: break-word; margin: 16px 0px"><strong>Bepaal het nieuws</strong></p>
</td>
</tr>
<tr>
<td class="center-on-narrow" style="font-family: sans-serif; font-size: 14px; line-height: 20px; color:#241d36; padding: 0px 0px 21px; text-align: left;">
<p style="margin: 0;line-height:20px;">Onze onderzoeken halen elke dag de voorpagina's. Met uw deelname kunt u bijdragen aan deze voorpagina's.</p>
</td>
</tr>
</table>
</td>
<td class="stack-column-center" style="padding-left:15px;padding-right:15px;" valign="top" width="33.33%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td style="padding: 0px; text-align: center;"><a href="https://dat.getitbymilena.com/RkFZXwXBYRNCMA/AA0F_kbs4RH22zs0gNxXzZiSiZaqHVr-894nNBGhWjN_0EtLy2tjRHnEngcDWcGDsbcAwLmmcD8gCpmA5b6_1UNvbcck1AgL8FxWHCNc5ntgWFhCekX9YSVwxta3rE0ZTkCJ75M_jJjj4WdXs4dyhcst9dDqnu2qmb105tpl_2mqMockFFnLSprU9vz45B6hWagcgXJPVmIcko0oEZ3ISDKWDfjEIAKIjP_19GQVk" style=""><img alt="Mobile App" src='https://dat.getitbymilena.com/images/22d487c3e8a31879cad7c59d34ba7b0dea351cd0d2c3f4bfa2d9e075a888c035ad0f95627b3c0d056989297816e9d2a6db23f46a58cbf88ac546ba9f2529d876.png' /></a></td>
</tr>
<tr>
<td class="center-on-narrow" style="padding: 0px; text-align: left; color:#241d36;">
<p style="word-break: break-word; margin: 16px 0px"><strong>Invullen via de app</strong></p>
</td>
</tr>
<tr>
<td class="center-on-narrow" style="font-family: sans-serif; font-size: 14px; line-height: 20px; color:#241d36; padding: 0 0px 21px; text-align: left;">
<p style="margin: 0;line-height:20px;">Download onze Android of iOS app om deel te nemen vanaf uw mobiel, tablet of uw desktop!</p>
</td>
</tr>
</table>
</td>
<td class="stack-column-center" style="padding-left:15px;padding-right:15px;" valign="top" width="33.33%">
<table border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td style="padding: 0px; text-align: center;"><a href="https://dat.getitbymilena.com/S1VfBcHbDoIgAADQL2q/TsqGvaRfQtKU54YWRGSKo5SWVr--c4MFORR96A5qPKK9e-wZonzScBtldflHEvNXvjxGm0vrwrZAxm6ifmwu0f5szSW-eFDUu5-Tc1uJkISOSjPMfPFSpVm2EnSV8GlET1Q2rnjPcqSnsBbQPZqOTa1GA_dt95hODg91261TLlCi8JJl0yYXGcETAisYWcqAAtRdYvrRiY1OVxPiG7jyxxs6NBY8_X0tV" style=""><img alt="Privacy" src='https://dat.getitbymilena.com/images/ad82c5506e2cf36d73877d4a7ae6b41b755e46f30979f88aca28132287f283d8890c69ec86ddb4c4a831a5e03640bf226539b7cc3c825587d407ed9425e46a7d.png' /></a></td>
</tr>
<tr>
<td class="center-on-narrow" style="padding: 0px; text-align: left; color:#241d36;">
<p style="word-break: break-word; margin: 16px 0px"><strong>Gegevensbescherming</strong></p>
</td>
</tr>
<tr>
<td class="center-on-narrow" style="font-family: sans-serif; font-size: 14px; line-height: 20px; color:#241d36; padding: 0 0px 21px; text-align: left;">
<p style="margin: 0;line-height:20px;">De veiligheid van uw persoonlijke gegevens is ook voor ons een belangrijk punt. Onze privacyverklaring geeft hier uitleg over.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#241D35">
<td align="center">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<p style="font-size:12px;color:#9A93A7; margin-top:40px; margin-bottom: 40px; line-height:18px; padding: 0 40px;">Deze e-mail wordt niet verstuurd door YouGov, maar door Dataventure Global, één van hun commerciële partners. U ontvangt deze e-mail omdat u geabonneerd bent op hun marketing e-mails. Als u niet langer e-mails van ##PartnerName## wilt ontvangen, kunt u zich hier afmelden.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
<img border="0" height="0" src="https://dat.getitbymilena.com/WV8Fwd0OgiAYANBXwtySLrMfa3wUAs24YkVbBTZRqAlP3zlKj4UawXgeeiBk4zyBG0FK84xChNUdksBTSvNZOBTA9JTgkgtcMfvYM7n7Qq4kkygCqIlJaIq45a3APyrabs6mpPZ0XeP3Z_F6qq52w_J4YFakAS6-C7YJtVZ_X1k" style="position:absolute;visibility:hidden;" width="0" />
<center id="dm_pieddepage">
<table width="650" cellpadding="0" cellspacing="0" style="width:100%;max-width:650px;font-family:arial">
<tr>
<td>
<p style="font-size:12px; padding:0; margin:10px 0; color:#555; text-align:center;">
</p>
<p style="font-size:12px; padding:0; margin:10px 0; color:#555; text-align:center;">
Dit bericht is naar u verzonden als onderdeel van ons commercieel prospectie-initiatief gericht op professionele entiteiten. In overeenstemming met de Algemene Verordening Gegevensbescherming (GDPR) en de Europese richtlijn over elektronische privacy, willen wij u informeren dat u de mogelijkheid heeft om het verwijderen van uw bedrijfsgegevens aan te vragen om toekomstige marketingcommunicatie van zowel ons bedrijf als onze filialen te vermijden. Voor meer informatie of om een vraag te stellen, <a href="https://dat.getitbymilena.com/VUNFQl8Nz0FygjAUANATZQaUF/Lo0IRkgNojJV1lllBCkIo5AoXr69t3gAWXE8GrI6JguPD1dbdSd1XXWmv7IA9n0FW-TVVooLYfi0MXMGnu39adB2zBdeetF0UxBUB5z8L88cuylqtoL8pub2gPQRyk-EhkLUsOIBdRsRMPrgRtiIp7nbrf_dbZ30-yGsH-r58SECPytZhSfk2WDpwDdOniFVnqX9jnW62_No13ZnO6yqJDDWczmd2TgP_EHX1VDRUI" style="color:#111">kunt u hier contact met ons opnemen.</a>
</p>
<p style="font-size:12px; padding:0; margin:10px 0; color:#555; text-align:center;">
Als u zich volledig wilt afmelden van onze mailinglijsten, <a href="https://dat.getitbymilena.com/UV8FwW0TQjAAAOBftDuOoo8is/y2JWhtfdhMlrJetS_r1PU8u4rPehgZNG8S7ZqHsMZTqUGWn4vZCOxHOkd5gXHWtDM3D1cZjZ8fvgL-dmH0LAmbcADHCLK_E2SGe2VHKt7d2n9-5HuhVRTWk8LsgHGEZ4wbeCztPBCQlXVZ9DzQRdSu4cxmHBlLLLms1kmTWuVUoDpLxZUH2W73d5SUFtJ14I_dRpTlMHR8epwf4mEjkf19R" style="color:#111">klik dan hier.</a>
</p>
<p style="font-size:12px; padding:0; margin:10px 0; color:#555; text-align:center;">
Contactadres: Passeig de Gràcia, 77. Tweede Verdieping. Dataventure Global (Datawork), Barcelona, Spanje.
</p>
</td>
</tr>
</table>
</center>
<table width='100%' cellpadding='0' cellspacing='2'>
</table>
</body>
</html>