HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!--
FEATURED IN LITMUS APRIL 2023 ACCESSIBILITY EMAILS:
https://www.litmus.com/blog/favorite-emails-april-2023/?utm_campaign=awareness&utm_medium=social&utm_source=twitter
Email designed by Monica Soltero, https://twitter.com/worrelgurl
Email developed by Emmanuel Arizmendi, https://twitter.com/arizdesign
- The font being used is Futura as its an Apple system font, fallback is Jost, a Google Font which works in Outlook and other email clients
- Dark Mode enabled for the best web experience for the user
-->
<!DOCTYPE html>
<html xmlns="https://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" style="width: 100%;">
<head><meta name="robots" content="noindex, nofollow"/><meta name="referrer" content="no-referrer"/></head>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!--[if !mso><!-- -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!--<![endif-->
<meta content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;" name="viewport">
<meta name="viewport" content="width=device-width">
<meta name="robots" content="noindex, no follow">
<meta name="x-apple-disable-message-reformatting">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<title>Pokémon</title>
<style type="text/css">
ReadMsgBody{ width: 100%;}
.ExternalClass {width: 100%;}
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;}
p { margin: 1em 0;}
table td { border-collapse: collapse;}
img {outline:0;}
a img {border:none;}
@-ms-viewport{ width: device-width;}
</style>
<style type="text/css">
@media only screen and (max-width: 480px) {
.container {width: 100% !important;}
.footer { width:auto !important; margin-left:0; }
.mobile-hidden { display:none !important; }
.logo { display:block !important; padding:0 !important; }
.header img { max-width: 100% !important; }
.photo img { width:100% !important; max-width:100% !important; height:auto !important;}
.drop { display:block !important; width: 100% !important; float:left; clear:both;}
.footerlogo { display:block !important; width: 100% !important; padding-top:15px; float:left; clear:both;}
.nav4, .nav5, .nav6 { display: none !important; }
.tableBlock {width:100% !important;}
.responsive-td {width:100% !important; display:block !important; padding:0 !important; }
.fluid, .fluid-centered {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
margin-left: auto !important;
margin-right: auto !important;
}
.fluid-centered {
margin-left: auto !important;
margin-right: auto !important;
}
/* MOBILE GLOBAL STYLES - DO NOT CHANGE */
body { padding: 0px !important; }
h1 { font-size: 22px !important; line-height: normal !important;}
h2 { font-size: 20px !important; line-height: normal !important;}
h3 { font-size: 18px !important; line-height: normal !important;}
.buttonstyles {
font-family:arial,helvetica,sans-serif !important;
font-size: 16px !important;
color: #FFFFFF !important;
padding: 10px !important;
}
/* END OF MOBILE GLOBAL STYLES - DO NOT CHANGE */
}
@media only screen and (max-width: 600px) {
.container { width:100% !important; }
.mobile-hidden { display:none !important; }
.logo { display:block !important; padding:0 !important; }
.photo img { width:100% !important; height:auto !important;}
.nav5, .nav6 { display: none !important;}
.fluid, .fluid-centered {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
margin-left: auto !important;
margin-right: auto !important;
}
.fluid-centered {
margin-left: auto !important;
margin-right: auto !important;
}
}
</style>
<style type="text/css">
.ExternalClass { width:100%; }
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div { line-height: 100%; }
table td p { border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; padding: 0; margin: 0; color: black; line-height: 100%; }
.applelinks a { text-decoration: none; color: inherit !important; }
a { color: black; text-decoration: none; }
a, a:link, a:visited { color: inherit; text-decoration: none; }
span.MsoHyperlink { mso-style-priority: 99; color: inherit; }
span.MsoHyperlinkFollowed { mso-style-priority: 99; color: inherit; }
img { border: 0px !important; }
.dn { display: none !important; }
body { font-family: Segoe UI, Arial, sans-serif; font-size: 14px; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-font-smoothing: antialiased; margin: 0; padding: 0; width: 100% !important; }
* { -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; }
.linkopacity:hover { opacity: 0.8 !important; }
@media only screen and (max-width: 480px) {
.w100m, .column50, .column33, .column25, .column75, .column66 { width: 100% !important; }
.w95m { width: 95% !important; }
.w90m { width: 90% !important; }
.w85m { width: 85% !important; }
.w80m { width: 80% !important; }
.w50m { width: 50% !important; }
.expandm { width: 100% !important; display: block !important; }
.resizem { width: 100% !important; height: auto !important; }
.hidem { display: none !important; }
.tcenterm { text-align: center !important; }
.tleftm { text-align: left !important; }
.trightm { text-align: right !important; }
.height0m { height: 0 !important; }
.showm { display: block !important; max-height: 1000px !important; width: 100% !important; overflow: visible !important; align: center !important; }
.wspacem { white-space: nowrap !important; }
.h1m { font-size: 30px !important; }
.h128m { font-size: 28px !important; }
.h126m { font-size: 26px !important; }
.h124m { font-size: 24px !important; }
.h122m { font-size: 22px !important; }
.h120m { font-size: 20px !important; }
.h2m { font-size: 16px !important; }
.h218m { font-size: 18px !important; }
.h3m { font-size: 14px !important; }
.logopcenter { width: 200px !important; height: auto !important; }
.wpcenterh { width: 19% !important; }
.logonew { width: 60px !important; }
.border0m { border: 0px !important; }
.borderlr0m { border-left: 0px !important; border-right: 0px !important; }
.pad0m { padding: 0px !important; }
.padlr0m { padding-left: 0px !important; padding-right: 0px !important; }
.padt0m { padding-top: 0px !important; }
.padt1m { padding-top: 1px !important; }
.padt2m { padding-top: 2px !important; }
.padt5m { padding-top: 5px !important; }
.padt10m { padding-top: 10px !important; }
.padt20m { padding-top: 20px !important; }
.padt30m { padding-top: 30px !important; }
.padt50m { padding-top: 50px !important; }
.padb0m { padding-bottom: 0px !important;}
.padb5m { padding-bottom: 5px !important;}
.padb10m { padding-bottom: 10px !important;}
.padb20m { padding-bottom: 20px !important;}
.padb30m { padding-bottom: 30px !important;}
.padb50m { padding-bottom: 50px !important; }
}
@media only screen and (max-width: 600px) {
.ow100 { width: 100% !important; }
.w100 { width: 100% !important; }
.w95 { width: 95% !important; }
.w90 { width: 90% !important; }
.w85 { width: 85% !important; }
.w80 { width: 80% !important; }
.w50 { width: 50% !important; }
.hide { display: none !important; }
.resize { width: 100% !important; height: auto !important; }
.resize img { max-width: 100% !important; height: auto !important; }
.resize a { width: auto !important; height: auto !important; }
.expand { width: 100% !important; display: block !important; }
.height0 { height: 0 !important; }
.column50 { width: 50%; }
.column50a { width: 50%; }
.column33 { width: 33.33%; }
.column25 { width: 25%; }
.column75 { width: 75%; }
.column66 { width: 66%; }
.tcenter { text-align: center !important; }
.show { display: block !important; max-height: 1000px !important; width: 100% !important; overflow: visible !important; align: center !important; }
.wspace { white-space: nowrap !important; }
.border0 { border: 0px !important; }
.borderlr0 { border-left: 0px !important; border-right: 0px !important; }
.pad0 { padding: 0px !important; }
.padlr0 { padding-left: 0px !important; padding-right: 0px !important; }
.padt0 { padding-top: 0px !important; }
.padt1 { padding-top: 1px !important; }
.padt2 { padding-top: 2px !important; }
.padt5 { padding-top: 5px !important; }
.padt10 { padding-top: 10px !important; }
.padt20 { padding-top: 20px !important; }
.padt30 { padding-top: 30px !important; }
.padt50 { padding-top: 50px !important; }
.padb0 { padding-bottom: 0px !important; }
.padb5 { padding-bottom: 5px !important; }
.padb10 { padding-bottom: 10px !important; }
.padb20 { padding-bottom: 20px !important; }
.padb30 { padding-bottom: 30px !important; }
.padb50 { padding-bottom: 50px !important; }
}
@media all {
.roboto { font-family: 'Roboto', sans-serif !important; }
.exo { font-family: 'Exo', sans-serif !important; }
.opensans { font-family: 'Open Sans', sans-serif !important; }
.montserrat { font-family: 'Montserrat', Avenir, sans-serif !important; }
.ptsans { font-family: 'PT Sans', sans-serif !important; }
}
@media (prefers-color-scheme: dark) {
.drkbg1 { background-color: #151515 !important; }
.drkbg2 { background-color: #1c1c1c !important; }
td, .drkt, img { color: #cdcdcd !important; }
}
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700;1,900&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700;1,900&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
</style>
<html lang="en">
<style>
.bradius { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; overflow: hidden; }
/* BUTTON HOVER STYLES */
.y:hover, .button:hover { background-color: #005A83 !important; }
.button:hover span { color: #DCF0FA !important; }
.y:hover, .button2:hover { background-color: #E0C8F2 !important; }
.button2:hover span { color: #2f2d31 !important; }
/* MOBILE STYLES */
@media only screen and (max-width: 480px) {
.wspacem { white-space: nowrap !important; }
}
/* DARK MODE STYLES */
@media (prefers-color-scheme: dark) {
.drkbg3 { background-color: black !important; }
.drkbg4 { background-color: #005A83 !important; }
.drkbg5 { background-color: #2f2d31 !important; }
.drkth1 { color: #DCF0FA !important; }
.drkth12 { color: #E0C8F2 !important; }
.drkth2 { color: white !important; }
.button { border: 1px solid #def0fa !important; }
.button span { color: #def0fa !important; }
.button:hover { background-color: #def0fa !important; }
.button:hover span { color: #1c5982 !important; }
.button2 { border: 1px solid #e8d1fb !important; }
.button2 span { color: #e8d1fb !important; }
.button2:hover { background-color: #e8d1fb !important; }
.button2:hover span { color: #2f2d31 !important; }
}
</style>
<style>
u + .drkbg1 .gmail-blend-screen { background: #000; mix-blend-mode: screen; }
u + .drkbg1 .gmail-blend-difference { background: #000; mix-blend-mode: difference; }
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
</style>
<!-- POKEMON FAVICON -->
<link rel="shortcut icon" href="https://assets.pokemon.com/static2/_ui/img/favicon.ico">
<!--[if mso> <style type="text/css"> body { margin: 0 !important; padding: 0 !important; font-family: Segoe UI, Arial, sans-serif; } table, td, div, p { font-family: Segoe UI, Arial, sans-serif; line-height: normal; } </style> <xml> <o:OfficeDocumentSettings> <o:AllowPNG/> <o:PixelsPerInch>96</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml> <![endif-->
<!--[if (gte mso 9)|(IE)]><!-->
<style>
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700;1,900&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700;1,900&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
</style>
<!--<![endif]-->
</head>
<body class="drkbg1" style="-webkit-text-size-adjust: none;-ms-text-size-adjust: none; padding: 0; margin: 0; background-color: #ebebeb;">
<style type="text/css">
div.preheader
{ display: none !important; }
</style>
<div class="preheader" style="font-size: 1px; display: none !important;">Get the latest details on what was revealed during the new presentation.</div>
<!-- HIDDEN PREHEADER START -->
<!--[if !mso]><!-- -->
<div style="display: none; max-height: 0px; overflow:
hidden;"> ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ </div>
<!--<![endif]-->
<!-- HIDDEN PREHEADER END -->
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0" style="width: 100%;">
<tr>
<td class="drkbg1" align="center" style="background-color: #ebebeb;">
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" class="container w100" align="center">
<tr>
<td align="left" class="header" valign="top">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="background-color: transparent; min-width: 100%; " class="stylingblock-content-wrapper"><tr><td style="padding: 0px; " class="stylingblock-content-wrapper camarker-inner">
<!-- ||| CA-US HEADER START -->
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- /// LOGO START -->
<tr>
<td align="center">
<table align="center" class="w100m" width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table class="w100m padb5m" align="left" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- LOGO -->
<td class="padt10m padb10m" align="center" style="padding-top: 15px; padding-bottom: 20px;"><a href="" ><img alt="Pokémon" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/22/2022_pikachu_header.png" style="display: block; border: 0; font-size: 30px; font-weight: bold; font-family: sans-serif; color: black; max-width: 100%; height: auto;" width="75" class="logonew"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- LOGO END /// -->
<!-- /// IMAGE START -->
<tr>
<!-- IMAGE -->
<td align="center" class="hidem" style="line-height: 0px;"><img class="resize" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/22/2022_header_lined.png" alt="" style="display: block; border: 0px; max-width: 100%;" width="600"></td>
</tr>
<!-- / MOBILE ROW START / -->
<!--[if !mso]><!-- -->
<tr>
<td class="showm" align="center" style="mso-hide:all; display: none; font-size: 0; max-height: 0; width:0; overflow: hidden;">
<div class="showm" style="mso-hide: all; display:none; font-size: 0; max-height: 0; width: 0; overflow: hidden;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" role="presentation">
<!-- ADD MOBILE CODE HERE START -->
<tr>
<!-- IMAGE -->
<td align="center" style="line-height: 0px;"><img class="resize" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/22/2022_header_linem.png" alt="" style="display: block; border: 0px; max-width: 100%;" width="600"></td>
</tr>
<!-- ADD MOBILE CODE HERE END -->
</table>
</div>
</td>
</tr>
<!--<![endif]-->
<!-- / MOBILE ROW END / -->
<!-- IMAGE END /// -->
</table>
<!-- CA-US HEADER END ||| -->
</td></tr></table>
</td>
</tr>
<tr>
<td align="left" class="header" valign="top">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="background-color: transparent; min-width: 100%; " class="stylingblock-content-wrapper"><tr><td style="padding: 0px; " class="stylingblock-content-wrapper camarker-inner"><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td valign="top" class="responsive-td" style="width: 100%; padding-bottom: 0px;"><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA; padding-bottom: 15px;">
<table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- *** EDIT DESKTOP IMAGE *** -->
<td class="hidem" align="center"><a href=""><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_1d_r2.png" alt="Pokémon Day 2023" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 40px; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; font-weight: bold; color: black; text-align: center;" width="600" class="resize drkth2"></a></td>
</tr>
<!-- / MOBILE ROW START / -->
<!--[if !mso]><!-- -->
<tr>
<td class="showm" align="center" style="mso-hide:all; display: none; font-size: 0; max-height: 0; width:0; overflow: hidden;">
<div class="showm" style="mso-hide: all; display:none; font-size: 0; max-height: 0; width: 0; overflow: hidden;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" role="presentation">
<!-- ADD MOBILE CODE HERE START -->
<tr>
<!-- *** EDIT MOBILE IMAGE *** -->
<td align="center"><a href=""><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_1m_r2.png" alt="Pokémon Day 2023" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 30px; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; font-weight: bold; color: black; text-align: center;" width="600" class="resize drkth2"></a></td>
</tr>
<!-- ADD MOBILE CODE HERE END -->
</table>
</div>
</td>
</tr>
<!--<![endif]-->
<!-- / MOBILE ROW END / -->
</table>
</td>
</tr>
</table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA; padding-top: 15px;">
<table align="center" role="presentation" width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- *** EDIT IMAGE *** -->
<td align="center"><a href="" title=""><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_1_r3.gif" alt="" style="display: block; border: 0px; height: auto; font-size: 40px; font-family: 'Futura-Medium', sans-serif !important; font-weight: bold; color: black; text-align: center; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden;" width="540" height="304" class="resize"></a></td>
</tr>
<tr>
<td align="center">
<table align="center" width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- *** EDIT IMAGE *** -->
<td align="center" style="padding-top: 20px;"><a href="" title=""><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_1a_r3.png" alt="" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 40px; font-family: 'Futura-Medium', sans-serif !important; font-weight: bold; color: black; text-align: center; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden;" width="450" class="resize"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table></td></tr></table></td></tr></table></td></tr><tr><td><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td valign="top" class="responsive-td" style="width: 100%; padding-top: 0px;"><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #def0fa;">
<table class="w90m" role="presentation" width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- *** EDIT HEADLINE *** -->
<td class="h1m drkth1" style="padding-top: 25px; text-align: center; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; font-weight: bold; font-size: 30px; line-height: 1.2em; color: #005A83;"><a class="drkth1" href="" style="text-decoration: none; color: #005A83;" >Discover <i>Hidden Treasure</i></a></td>
</tr>
<tr>
<!-- *** EDIT COPY *** -->
<td class="h2m drkth2" style="padding-top: 15px; font-family: 'Open Sans', sans-serif !important; color: #000001; font-size: 16px; line-height: 1.5em; text-align: center;"><a class="drkth2" href="" style="text-decoration: none; color: #000001;" >DLC is coming for the <i>Pokémon Scarlet</i> and <i>Pokémon Violet</i> <span style="white-space: nowrap;">games—</span><i>The Hidden Treasure of Area Zero!</i> This two-part adventure will take you to the land of Kitakami and to Blueberry Academy.</a></td>
</tr>
</table>
</td>
</tr>
</table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA; padding-bottom: 25px;">
<table role="presentation" width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<!-- / BUTTON START -->
<tr>
<td align="center" style="padding-top: 25px;">
<table role="presentation" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- *** EDIT BUTTON COPY AND BORDER *** -->
<td class="button height0" align="center" style="border: 1px solid #005A83; color: #005A83; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; height: 43px; font-size: 20px; text-align: center; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; overflow: hidden;"><a href="" style="color: #005A83; text-decoration: none;" ><span style="display: block; width: 100%; padding-top: 10px; padding-bottom: 10px;"> Watch Trailer </span></a></td>
</tr>
</table>
</td>
</tr>
<!-- BUTTON END / -->
</table>
</td>
</tr>
</table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- *** EDIT IMAGE *** -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA; padding-top: 25px; padding-bottom: 25px;"><a alias="" href="" title=""><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_1a_r2.png" alt="" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 40px; font-family: sans-serif !important; font-weight: bold; color: black; text-align: center;" width="235"></a></td>
</tr>
</table></td></tr></table></td></tr></table></td></tr></table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="background-color: transparent; min-width: 100%; " class="stylingblock-content-wrapper"><tr><td style="padding: 0px; " class="stylingblock-content-wrapper camarker-inner"><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td valign="top" class="responsive-td" style="width: 100%; padding-bottom: 0px;"><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA; padding-top: 25px;">
<table align="center" role="presentation" width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- *** EDIT IMAGE *** -->
<td align="center"><a href="" title=""><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_2_r2.gif" alt="" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 40px; font-family: 'Futura-Medium', sans-serif !important; font-weight: bold; color: black; text-align: center; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden;" width="540" class="resize"></a></td>
</tr>
</table>
</td>
</tr>
</table></td></tr></table></td></tr></table></td></tr><tr><td><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td valign="top" class="responsive-td" style="width: 100%; padding-top: 0px;"><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #def0fa;">
<table class="w90m" role="presentation" width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- *** EDIT HEADLINE *** -->
<td class="h126m drkth1" style="padding-top: 25px; text-align: center; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; font-weight: bold; font-size: 28px; line-height: 1.2em; color: #005A83;"><a class="drkth1" href="" style="text-decoration: none; color: #005A83;" >Rest Your Very Best</a></td>
</tr>
<tr>
<!-- *** EDIT COPY *** -->
<td class="h2m drkth2" style="padding-top: 15px; font-family: 'Open Sans', sans-serif !important; color: #000001; font-size: 16px; line-height: 1.5em; text-align: center;"><a class="drkth2" href="" style="text-decoration: none; color: #000001;" >Pokémon GO made entertainment out of <span style="white-space: nowrap;">walking—</span>and now, Pokémon Sleep will do the same for bedtime! The upcoming Pokémon GO Plus + device will enhance both games.</a></td>
</tr>
</table>
</td>
</tr>
</table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA; padding-bottom: 10px;">
<table role="presentation" width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<!-- / BUTTON START -->
<tr>
<td align="center" style="padding-top: 25px;">
<table role="presentation" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- *** EDIT BUTTON COPY AND BORDER *** -->
<td class="button height0" align="center" style="border: 1px solid #005A83; color: #005A83; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; height: 43px; font-size: 20px; text-align: center; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; overflow: hidden;"><a href="" style="color: #005A83; text-decoration: none;" ><span style="display: block; width: 100%; padding-top: 10px; padding-bottom: 10px;"> Watch Trailer </span></a></td>
</tr>
</table>
</td>
</tr>
<!-- BUTTON END / -->
</table>
</td>
</tr>
</table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA; padding-bottom: 50px;">
<table role="presentation" width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<!-- / BUTTON START -->
<tr>
<td align="center" style="padding-top: 10px;">
<table role="presentation" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- *** EDIT BUTTON COPY AND BORDER *** -->
<td class="button height0" align="center" style="border: 1px solid #005A83; color: #005A83; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; height: 43px; font-size: 20px; text-align: center; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; overflow: hidden;"><a href="" style="color: #005A83; text-decoration: none;" ><span style="display: block; width: 100%; padding-top: 10px; padding-bottom: 10px;"> Follow Us </span></a></td>
</tr>
</table>
</td>
</tr>
<!-- BUTTON END / -->
</table>
</td>
</tr>
</table></td></tr></table></td></tr></table></td></tr></table></td></tr></table>
</td>
</tr>
<tr>
<td align="left" class="header" valign="top">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- *** EDIT IMAGE *** -->
<td class="drkbg4" align="center" style="background-color: #def0fa;"><a alias="" href="" title=""><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_1b_r2.png" alt="" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 20px; font-family: sans-serif; font-weight: bold; color: black;" width="600" class="resize"></a></td>
</tr>
</table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="background-color: transparent; min-width: 100%; " class="stylingblock-content-wrapper"><tr><td style="padding: 0px; " class="stylingblock-content-wrapper camarker-inner"><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td valign="top" class="responsive-td" style="width: 100%; padding-bottom: 0px;"><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA; padding-top: 50px;">
<table align="center" role="presentation" width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- *** EDIT IMAGE *** -->
<td align="center"><a href="" title=""><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_3_r3.png" alt="" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 40px; font-family: 'Futura-Medium', sans-serif !important; font-weight: bold; color: black; text-align: center; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden;" width="540" class="resize"></a></td>
</tr>
</table>
</td>
</tr>
</table></td></tr></table></td></tr></table></td></tr><tr><td><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td valign="top" class="responsive-td" style="width: 100%; padding-top: 0px;"><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #def0fa;">
<table class="w90m" role="presentation" width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- *** EDIT HEADLINE *** -->
<td class="h126m drkth1" style="padding-top: 25px; text-align: center; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; font-weight: bold; font-size: 28px; line-height: 1.2em; color: #005A83;"><a class="drkth1" href="" style="text-decoration: none; color: #005A83;" >A True Classic</a></td>
</tr>
<tr>
<!-- *** EDIT COPY *** -->
<td class="h2m drkth2" style="padding-top: 15px; font-family: 'Open Sans', sans-serif !important; color: #000001; font-size: 16px; line-height: 1.5em; text-align: center;"><a class="drkth2" href="" style="text-decoration: none; color: #000001;" >Play in style with the Pokémon Trading Card Game Classic collection. This elegant set includes three complete decks and originally designed battling accessories. Available late 2023.</a></td>
</tr>
</table>
</td>
</tr>
</table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA; padding-bottom: 25px;">
<table role="presentation" width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<!-- / BUTTON START -->
<tr>
<td align="center" style="padding-top: 25px;">
<table role="presentation" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- *** EDIT BUTTON COPY AND BORDER *** -->
<td class="button height0" align="center" style="border: 1px solid #005A83; color: #005A83; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; height: 43px; font-size: 20px; text-align: center; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; overflow: hidden;"><a href="" style="color: #005A83; text-decoration: none;" ><span style="display: block; width: 100%; padding-top: 10px; padding-bottom: 10px;"> Learn More </span></a></td>
</tr>
</table>
</td>
</tr>
<!-- BUTTON END / -->
</table>
</td>
</tr>
</table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- *** EDIT IMAGE *** -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA; padding-top: 25px; padding-bottom: 25px;"><a alias="" href="" title=""><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_1a_r2.png" alt="" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 40px; font-family: sans-serif !important; font-weight: bold; color: black; text-align: center;" width="235"></a></td>
</tr>
</table></td></tr></table></td></tr></table></td></tr></table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><!-- ||| 2COL IMAGE LEFT / CONTENT RIGHT START -->
<table border="0" cellpadding="0" cellspacing="0" class="container" width="100%">
<tr>
<!-- adjust outside padding -->
<td align="center">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4 padt0m" align="center" style="background-color: #DCF0FA; padding-top: 5px; padding-bottom: 50px;">
<table class="w90m" width="90%" border="0" align="center" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td valign="top">
<table class="w100" width="269" border="0" align="left" cellpadding="0" cellspacing="0" role="presentation" style="float: left;">
<tr>
<td style="padding-top: 25px;">
<table class="w100" width="90%" border="0" align="left" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<!-- *** EDIT DESKTOP IMAGE *** -->
<td class="hide" align="center"><a href="" ><img alt="" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_4d_r2.jpg" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 15px; font-weight: bold; font-family: sans-serif; color: black; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden;" width="242"></a></td>
</tr>
<!-- / MOBILE ROW START / -->
<!--[if !mso]><!-- -->
<tr>
<td class="show" align="center" style="mso-hide:all; display: none; font-size: 0; max-height: 0; width:0; overflow: hidden;">
<div class="show" style="mso-hide: all; display:none; font-size: 0; max-height: 0; width: 0; overflow: hidden;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" role="presentation">
<!-- ADD MOBILE CODE HERE START -->
<tr>
<!-- *** EDIT MOBILE IMAGE *** -->
<td align="center"><a href="" ><img alt="" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_4m_r2.jpg" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 15px; font-weight: bold; font-family: sans-serif; color: black; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden;" width="100%"></a></td>
</tr>
<!-- ADD MOBILE CODE HERE END -->
</table>
</div>
</td>
</tr>
<!--<![endif]-->
<!-- / MOBILE ROW END / -->
</table>
</td>
</tr>
</table>
<!--[if mso></td><td valign="top"><![endif-->
<table class="w100" width="269" border="0" align="left" cellpadding="0" cellspacing="0" role="presentation" style="float: left;">
<tr>
<td class="padt0" align="right" style="padding-top: 40px;">
<table class="w100m" width="100%" border="0" align="right" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<!-- *** EDIT HEADLINE *** -->
<td class="h126m drkth1 tcenter" style="padding-top: 25px; text-align: left; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; font-weight: bold; font-size: 26px; line-height: 1.2em; color: #005A83;"><a class="drkth1" href="" style="text-decoration: none; color: #005A83;" >Free Shipping at Pokémon Center</a></td>
</tr>
<tr>
<!-- *** EDIT COPY *** -->
<td class="h2m drkth2 tcenter" style="padding-top: 15px; font-family: 'Open Sans', sans-serif !important; color: #000001; font-size: 16px; line-height: 1.5em; text-align: left;"><a class="drkth2" href="" style="text-decoration: none; color: #000001;" >Get free shipping on all orders placed before 11:59 p.m. PST on Friday, March 3, 2023.*</a></td>
</tr>
<!-- / BUTTON START -->
<tr>
<td style="padding-top: 25px;">
<table class="w100" align="left" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- *** EDIT BUTTON COPY AND BORDER *** -->
<td class="button height0" align="center" style="border: 1px solid #005A83; color: #005A83; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; height: 43px; font-size: 20px; text-align: center; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; overflow: hidden;"><a href="" style="color: #005A83; text-decoration: none;" ><span style="display: block; width: 100%; padding-top: 10px; padding-bottom: 10px;"> Shop Here </span></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- BUTTON END / -->
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- 2COL IMAGE LEFT / CONTENT RIGHT END ||| --></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- *** EDIT IMAGE *** -->
<td class="drkbg4" align="center" style="background-color: #def0fa;"><a alias="" href="" title=""><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_1b_r2.png" alt="" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 20px; font-family: sans-serif; font-weight: bold; color: black;" width="600" class="resize"></a></td>
</tr>
</table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="background-color: transparent; min-width: 100%; " class="stylingblock-content-wrapper"><tr><td style="padding: 0px; " class="stylingblock-content-wrapper camarker-inner"><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td valign="top" class="responsive-td" style="width: 100%; padding-bottom: 0px;"><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA; padding-top: 50px;">
<table align="center" role="presentation" width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- *** EDIT IMAGE *** -->
<td align="center"><a href="" title=""><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_5_r2.png" alt="" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 40px; font-family: 'Futura-Medium', sans-serif !important; font-weight: bold; color: black; text-align: center; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden;" width="540" class="resize"></a></td>
</tr>
</table>
</td>
</tr>
</table></td></tr></table></td></tr></table></td></tr><tr><td><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td valign="top" class="responsive-td" style="width: 100%; padding-top: 0px;"><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #def0fa;">
<table class="w90" role="presentation" width="85%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- *** EDIT HEADLINE *** -->
<td class="h126m drkth1" style="padding-top: 25px; text-align: center; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; font-weight: bold; font-size: 28px; line-height: 1.2em; color: #005A83;"><a class="drkth1" href="" style="text-decoration: none; color: #005A83;" >Join Us on Twitch</a></td>
</tr>
<tr>
<!-- *** EDIT COPY *** -->
<td class="h2m drkth2" style="padding-top: 15px; font-family: 'Open Sans', sans-serif !important; color: #000001; font-size: 16px; line-height: 1.5em; text-align: center;"><a class="drkth2" href="" style="text-decoration: none; color: #000001;" >The Pokémon Day fun continues on Twitch, where we’re streaming classic <i>Pokémon the Series</i> episodes and hosting giveaways. We’re live until 2:00 p.m. PST today, February 27!</a></td>
</tr>
</table>
</td>
</tr>
</table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA; padding-bottom: 25px;">
<table role="presentation" width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<!-- / BUTTON START -->
<tr>
<td align="center" style="padding-top: 25px;">
<table role="presentation" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- *** EDIT BUTTON COPY AND BORDER *** -->
<td class="button height0" align="center" style="border: 1px solid #005A83; color: #005A83; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; height: 43px; font-size: 20px; text-align: center; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; overflow: hidden;"><a href="" style="color: #005A83; text-decoration: none;" ><span style="display: block; width: 100%; padding-top: 10px; padding-bottom: 10px;"> Watch on Twitch </span></a></td>
</tr>
</table>
</td>
</tr>
<!-- BUTTON END / -->
</table>
</td>
</tr>
</table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- *** EDIT IMAGE *** -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA; padding-top: 25px; padding-bottom: 25px;"><a alias="" href="" title=""><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_1a_r2.png" alt="" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 40px; font-family: sans-serif !important; font-weight: bold; color: black; text-align: center;" width="235"></a></td>
</tr>
</table></td></tr></table></td></tr></table></td></tr></table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><!-- ||| 2COL IMAGE LEFT / CONTENT RIGHT START -->
<table border="0" cellpadding="0" cellspacing="0" class="container" width="100%">
<tr>
<!-- adjust outside padding -->
<td align="center">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #def0fa; padding-top: 25px; padding-bottom: 60px;">
<table class="w85m" align="center" width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="drkbg5" style="background-color: #2f2d31; background-image: linear-gradient(#2f2d31, #2f2d31); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden;">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td valign="top">
<table class="column50" width="200" border="0" align="left" cellpadding="0" cellspacing="0" role="presentation" style="float: left;">
<tr>
<!-- *** EDIT DESKTOP IMAGE *** -->
<td class="hidem" align="center"><a href="" ><img alt="" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230221_vg_announcement_us_2d_r2.png" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 15px; font-weight: bold; font-family: sans-serif; color: #2f2d31;" width="200" class="resize"></a></td>
</tr>
<!-- / MOBILE ROW START / -->
<!--[if !mso]><!-- -->
<tr>
<td class="showm" align="center" style="mso-hide:all; display: none; font-size: 0; max-height: 0; width:0; overflow: hidden;">
<div class="showm" style="mso-hide: all; display:none; font-size: 0; max-height: 0; width: 0; overflow: hidden;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" role="presentation">
<!-- ADD MOBILE CODE HERE START -->
<tr>
<!-- *** EDIT MOBILE IMAGE *** -->
<td align="center"><a href="" ><img alt="" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230221_vg_announcement_us_2m_r2.png" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 15px; font-weight: bold; font-family: sans-serif; color: #2f2d31;" width="200" class="resize"></a></td>
</tr>
<!-- ADD MOBILE CODE HERE END -->
</table>
</div>
</td>
</tr>
<!--<![endif]-->
<!-- / MOBILE ROW END / -->
</table>
<!--[if mso></td><td valign="top"><![endif-->
<table class="column50" width="339" border="0" align="left" cellpadding="0" cellspacing="0" role="presentation" style="float: left;">
<tr>
<td align="center">
<div class="gmail-blend-screen"><div class="gmail-blend-difference">
<table class="w90m" width="85%" border="0" align="center" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<!-- *** EDIT HEADLINE *** -->
<td class="tcenterm drkth12 padt30m" style="padding-top: 20px; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; color: #e8d1fb; font-size: 22px; line-height: 24px; text-align: left; font-weight: bold; "><a class="drkth12" href="" style="color: #e8d1fb; text-decoration: none;" >Celebrate <span class="hide"><br></span><span class="wspacem expandm">Pokémon Together</span></a></td>
</tr>
<tr>
<!-- *** EDIT COPY *** -->
<td class="opensans h2m tcenterm drkth2 padt10m" style="padding-top: 8px; font-family: 'Open Sans', sans-serif !important; color: #fffffe; font-size: 15px; text-align: left;"><a class="drkth2" href="" style="color: #fffffe; text-decoration: none;" >Share how you “Pokémon Together” with #PokemonTogether</a></td>
</tr>
<!-- / BUTTON START -->
<tr>
<td class="padt20m padb30m" style="padding-top: 15px; padding-bottom: 5px;">
<table class="w100m" align="left" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- *** EDIT BUTTON COPY AND BORDER *** -->
<td class="button2 height0" align="center" style="border: 1px solid #e8d1fb; color: #e8d1fb; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; height: 39px; font-size: 18px; text-align: center; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; overflow: hidden;"><a href="" style="color: #e8d1fb; text-decoration: none;" ><span class="padt10m padb10m" style="display: block; width: 100%; padding-top: 8px; padding-bottom: 8px;"> Share Here </span></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- BUTTON END / -->
</table>
</div></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- 2COL IMAGE LEFT / CONTENT RIGHT END ||| --></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- *** EDIT IMAGE *** -->
<td class="drkbg4" align="center" style="background-color: #def0fa;"><a alias="" href="" title=""><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_1b_r2.png" alt="" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 20px; font-family: sans-serif; font-weight: bold; color: black;" width="600" class="resize"></a></td>
</tr>
</table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="background-color: transparent; min-width: 100%; " class="stylingblock-content-wrapper"><tr><td style="padding: 0px; " class="stylingblock-content-wrapper camarker-inner"><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td valign="top" class="responsive-td" style="width: 100%; padding-bottom: 0px;"><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #def0fa;">
<table class="w90m" role="presentation" width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- *** EDIT HEADLINE *** -->
<td class="h126m drkth1" style="padding-top: 55px; text-align: center; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; font-weight: bold; font-size: 28px; line-height: 1.2em; color: #005A83;"><a class="drkth1" href="" style="text-decoration: none; color: #005A83;" >Everything Pokémon All at Once</a></td>
</tr>
<tr>
<!-- *** EDIT COPY *** -->
<td class="h2m drkth2" style="padding-top: 15px; font-family: 'Open Sans', sans-serif !important; color: #000001; font-size: 16px; line-height: 1.5em; text-align: center;"><a class="drkth2" href="" style="text-decoration: none; color: #000001;" >Catch up on all the news announced in today’s Pokémon Presents!</a></td>
</tr>
</table>
</td>
</tr>
</table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA; padding-bottom: 25px;">
<table role="presentation" width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<!-- / BUTTON START -->
<tr>
<td align="center" style="padding-top: 25px;">
<table role="presentation" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- *** EDIT BUTTON COPY AND BORDER *** -->
<td class="button height0" align="center" style="border: 1px solid #005A83; color: #005A83; font-family: 'Futura-Medium', 'Jost', Verdana, sans-serif !important; height: 43px; font-size: 20px; text-align: center; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; overflow: hidden;"><a href="" style="color: #005A83; text-decoration: none;" ><span style="display: block; width: 100%; padding-top: 10px; padding-bottom: 10px;"> Watch Here </span></a></td>
</tr>
</table>
</td>
</tr>
<!-- BUTTON END / -->
</table>
</td>
</tr>
</table></td></tr></table></td></tr></table></td></tr><tr><td><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td valign="top" class="responsive-td" style="width: 100%; padding-top: 0px;"><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- edit bg-color -->
<td class="drkbg4" align="center" style="background-color: #DCF0FA;">
<table align="center" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- *** EDIT IMAGE *** -->
<td align="center"><a href="" title=""><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/24/20230227_vg_launch_us_7_r2.png" alt="" style="display: block; border: 0px; max-width: 100%; height: auto; font-size: 40px; font-family: sans-serif !important; font-weight: bold; color: black; text-align: center;" width="600" class="resize"></a></td>
</tr>
</table>
</td>
</tr>
</table></td></tr></table></td></tr></table></td></tr></table></td></tr></table>
</td>
</tr>
<tr>
<td align="left" class="header" valign="top">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="background-color: transparent; min-width: 100%; " class="stylingblock-content-wrapper"><tr><td style="padding: 0px; " class="stylingblock-content-wrapper camarker-inner"><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td valign="top" class="responsive-td" style="width: 100%; padding-bottom: 0px;"><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><!-- ||| CA-US MOBILE NAV START -->
<!--[if !mso]><!-- -->
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="showm" align="center" style="mso-hide:all; display: none; font-size: 0; max-height: 0; width:0; overflow: hidden;">
<div class="showm" style="mso-hide: all; display:none; font-size: 0; max-height: 0; width: 0; overflow: hidden;">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- ADD MOBILE CODE HERE START -->
<!-- / POKEDEX START -->
<tr>
<td style="padding-top: 5px;">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="drkbg3 linkopacity" style="background-color: white; border-left:7px solid #e3350d; padding-top: 15px; padding-bottom: 15px;">
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<!-- IMAGE -->
<td width="45" align="center"><a href="" ><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/19/2020_PTC_pokedex.png" width="24" alt="" style="display: block; border:0;"></a></td>
<!-- LINK -->
<td style="font-family: 'Exo', sans-serif !important; font-size:17px; color:#000000; text-align: left;"><a href="" style="color:#000000; text-decoration: none;"><span class="drkt" style="display: block; width: 100%;">Pokédex</span></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- POKEDEX END / -->
<!-- / VIDEO GAMES START -->
<tr>
<td style="padding-top: 3px;">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="drkbg3 linkopacity" style="background-color: white; border-left:7px solid #ee6b2f; padding-top: 15px; padding-bottom: 15px;">
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<!-- IMAGE -->
<td width="45" align="center"><a href="" ><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/19/2020_PTC_vg-apps.png" width="24" alt="" style="display: block; border:0;"></a></td>
<!-- LINK -->
<td style="font-family: 'Exo', sans-serif !important; font-size:17px; color:#000000; text-align: left;"><a href="" style="color:#000000; text-decoration: none;"><span class="drkt" style="display: block; width: 100%;">Video Games & Apps</span></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- VIDEO GAMES END / -->
<!-- / TCG START -->
<tr>
<td style="padding-top: 3px;">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="drkbg3 linkopacity" style="background-color: white;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="7" style="background-color: #e6bc2f; background-image: linear-gradient(#e6bc2f, #e6bc2f);"></td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="padding-top: 15px; padding-bottom: 15px;">
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<!-- IMAGE -->
<td width="45" align="center"><a href="" ><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/19/2020_PTC_tcg.png" width="24" alt="" style="display: block; border:0;"></a></td>
<!-- LINK -->
<td style="font-family: 'Exo', sans-serif !important; font-size:17px; color:#000000; text-align: left;"><a href="" style="color:#000000; text-decoration: none;"><span class="drkt" style="display: block; width: 100%;">Trading Card Game</span></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- TCG END / -->
<!-- / POKEMON TV START -->
<tr>
<td style="padding-top: 3px;">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="drkbg3 linkopacity" style="background-color: white; border-left:7px solid #4dad50; padding-top: 15px; padding-bottom: 15px;">
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<!-- IMAGE -->
<td width="45" align="center"><a href="" ><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/19/2020_PTC_ptv.png" width="24" alt="" style="display: block; border:0;"></a></td>
<!-- LINK -->
<td style="font-family: 'Exo', sans-serif !important; font-size:17px; color:#000000; text-align: left;"><a href="" style="color:#000000; text-decoration: none;"><span class="drkt" style="display: block; width: 100%;">Pokémon TV</span></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- POKEMON TV END / -->
<!-- / PLAY EVENTS START -->
<tr>
<td style="padding-top: 3px;">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="drkbg3 linkopacity" style="background-color: white; border-left:7px solid #30a6d7; padding-top: 15px; padding-bottom: 15px;">
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<!-- IMAGE -->
<td width="45" align="center"><a href="" ><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/19/2020_PTC_play.png" width="24" alt="" style="display: block; border:0;"></a></td>
<!-- LINK -->
<td style="font-family: 'Exo', sans-serif !important; font-size:17px; color:#000000; text-align: left;"><a href="" style="color:#000000; text-decoration: none;"><span class="drkt" style="display: block; width: 100%;">Play! Pokémon Events</span></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- PLAY EVENTS END / -->
<!-- / NEWS START -->
<tr>
<td style="padding-top: 3px; padding-bottom: 3px;">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="drkbg3 linkopacity" style="background-color: white; border-left:7px solid #1953b9; padding-top: 15px; padding-bottom: 15px;">
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<!-- IMAGE -->
<td width="45" align="center"><a href="" ><img src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/19/2020_PTC_news.png" width="24" alt="" style="display: block; border:0;"></a></td>
<!-- LINK -->
<td style="font-family: 'Exo', sans-serif !important; font-size:17px; color:#000000; text-align: left;"><a href="" style="color:#000000; text-decoration: none;"><span class="drkt" style="display: block; width: 100%;">News</span></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- NEWS END / -->
<!-- ADD MOBILE CODE HERE END -->
</table>
</div>
</td>
</tr>
</table>
<!--<![endif]-->
<!-- CA-US MOBILE NAV END ||| --></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><!-- ||| CA-US FOOTER DESKTOP NAV START -->
<table class="hidem" role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- adjust outside padding -->
<td style="padding-top: 5px;">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="drkbg3" style="background-color: white;">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<!-- / LINK START -->
<td class="linkopacity" style="border-bottom: 5px solid #e3350d;" width="25%">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<!-- LINK -->
<td style="font-family: 'Exo', sans-serif !important; font-size: 13px; font-weight:700; color:#000000; padding:15px 0 10px 0; text-align: center; line-height: 1.1em;"><a href="" style="color: #000000; text-decoration: none;" ><span class="drkt" style="display: block; width: 100%;">Pokédex</span></a></td>
</tr></table></td>
<!-- LINK END / -->
<td width="4"> </td>
<!-- / LINK START -->
<td class="linkopacity" style="border-bottom: 5px solid #ee6b2f;" width="25%">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<!-- LINK -->
<td style="font-family: 'Exo', sans-serif !important; font-size: 13px; font-weight:700; color:#000000; padding:15px 0 10px 0; text-align: center; line-height: 1.1em;"><a href="" style="color: #000000; text-decoration: none;" ><span class="drkt" style="display: block; width: 100%;">Video Games & Apps</span></a></td>
</tr></table></td>
<!-- LINK END / -->
<td width="4"> </td>
<!-- / LINK START -->
<td class="linkopacity" style="border-bottom: 5px solid #e6bc2f;" width="25%">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<!-- LINK -->
<td style="font-family: 'Exo', sans-serif !important; font-size: 13px; font-weight:700; color:#000000; padding:15px 0 10px 0; text-align: center; line-height: 1.1em;"><a href="" style="color: #000000; text-decoration: none;" ><span class="drkt" style="display: block; width: 100%;">Trading Card Game</span></a></td>
</tr></table></td>
<!-- LINK END / -->
<td width="4"> </td>
<!-- / LINK START -->
<td class="linkopacity" style="border-bottom: 5px solid #4dad5b;" width="25%">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<!-- LINK -->
<td style="font-family: 'Exo', sans-serif !important; font-size: 13px; font-weight:700; color:#000000; padding:15px 0 10px 0; text-align: center; line-height: 1.1em;"><a href="" style="color: #000000; text-decoration: none;" ><span class="drkt" style="display: block; width: 100%;">Pokémon TV</span></a></td>
</tr></table></td>
<!-- LINK END / -->
</tr></table></td></tr>
</table>
</td>
</tr>
</table>
<!-- CA-US FOOTER DESKTOP NAV END ||| -->
</td></tr></table><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner">
<!-- ||| CA-US FOOTER LOGOS / SOCIAL / LINKS START -->
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="drkbg3" style="background-color: white; padding-bottom: 40px;">
<table role="presentation" align="center" border="0" cellpadding="0" cellspacing="0" width="90%">
<tr>
<!-- LOGO TPC -->
<td align="center" style="padding-top: 40px;"><a href="" ><img alt="The Pokémon Company" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/19/2020_PCenter_Template_TPC_Logo.png" style="display: block; border:0; max-width: 100%; color: black; font-weight: bold; font-size: 20px; font-family: sans-serif;" width="250"></a></td>
</tr>
<!-- /// SOCIAL START -->
<tr>
<td align="center" style="padding-top: 30px;">
<table role="presentation" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<!-- TIKTOK -->
<td align="center" style="padding-right: 10px;"><a href="" ><img class="linkopacity" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/22/social_tiktok_gray_circle.png" alt="TikTok" style="display:block; border: 0px; max-width: 100%; color: black; font-weight: bold; font-size: 7px; font-family: sans-serif;" width="40"></a></td>
<!-- FACEBOOK -->
<td align="center" style="padding-left: 10px; padding-right: 10px;"><a href="" ><img class="linkopacity" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/19/2020_PCenter_Social_FB.png" alt="Facebook" style="display:block; border: 0px; max-width: 100%; color: black; font-weight: bold; font-size: 7px; font-family: sans-serif;" width="40"></a></td>
<!-- TWITTER -->
<td align="center" style="padding-left: 10px; padding-right: 10px;"><a href="" ><img class="linkopacity" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/19/2020_PCenter_Social_Twitter.png" alt="Twitter" style="display:block; border: 0px; max-width: 100%; color: black; font-weight: bold; font-size: 7px; font-family: sans-serif;" width="40"></a></td>
<!-- INSTAGRAM -->
<td align="center" style="padding-left: 10px; padding-right: 10px;">
<a href="" ><img class="linkopacity" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/19/2020_PCenter_Social_IG.png" alt="Instagram" style="display:block; border: 0px; max-width: 100%; color: black; font-weight: bold; font-size: 7px; font-family: sans-serif;" width="40"></a></td>
<!-- YOUTUBE -->
<td align="center" style="padding-left: 10px; padding-right: 10px;"><a href="" ><img class="linkopacity" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/19/2020_PCenter_Social_YT.png" alt="YouTube" style="display:block; border: 0px; max-width: 100%; color: black; font-weight: bold; font-size: 7px; font-family: sans-serif;" width="40"></a></td>
<!-- PINTEREST -->
<td align="center" style="padding-left: 10px;"><a href="" ><img class="linkopacity" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/19/2020_PCenter_Social_Pinterest.png" alt="Pinterest" style="display:block; border: 0px; max-width: 100%; color: black; font-weight: bold; font-size: 7px; font-family: sans-serif;" width="40"></a></td>
</tr></table></td></tr>
<!-- SOCIAL END /// -->
<!-- /// LINKS START -->
<tr>
<!-- LINKS -->
<td align="center" style="padding-top: 20px; font-family: 'Roboto', sans-serif !important; color: #707070; font-size: 15px;"><a class="drkt expandm linkopacity" href="" style="text-decoration: none; color:#707070;" >Terms of Use</a> <span class="hidem"> </span> <a class="drkt expandm padt10m linkopacity" href="" style="text-decoration: none; color:#707070;" >Privacy Notice</a> <span class="hidem"> </span>
<a class="drkt expandm padt10m linkopacity" href="" style="text-decoration: none; color:#707070;" >Legal Info</a>
<span class="hidem"> </span> <a class="drkt expandm padt10m linkopacity" href="https://view.email.pokemon.com/?qs=44b28c1e54c24ca2340a05d056958a2033552bcac0d022915f60eb7d348396c826899fab1f329ed2970845894b278302012c955fffbbe4310e94fd838d15a9e261e902db5f927616ad5ea83c877b6ed3" style="text-decoration: none; color:#707070;" >View as webpage</a></td>
</tr>
<!-- LINKS END /// -->
<tr>
<!-- LOGO CARU -->
<td class="padt30m" align="center" style="padding-top: 20px;"><a href="" ><img alt="BBB NATIONAL PROGRAMS - CARU - COPPA SAFE HARBOR" src="https://image.email.pokemon.com/lib/fe8d12727463037477/m/20/2021_BBBNP_CARU_COPPA.png" style="display: block; border: 0; max-width: 100%; color: black; font-weight: bold; font-size: 10px; font-family: sans-serif;" width="126"></a></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- CA-US FOOTER LOGOS / SOCIAL / LINKS END ||| -->
</td></tr></table></td></tr></table></td></tr><tr><td><table cellspacing="0" cellpadding="0" role="presentation" style="width: 100%;"><tr><td valign="top" class="responsive-td" style="width: 100%; padding-top: 0px;"><table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="min-width: 100%; " class="stylingblock-content-wrapper"><tr><td class="stylingblock-content-wrapper camarker-inner"><!-- ||| CA-US FOOTER COPY -->
<table role="presentation" align="center" border="0" cellpadding="0" cellspacing="0" class="w90" width="100%">
<tr>
<!-- COPY -->
<td class="padlr0" style="mso-line-height-rule: exactly; line-height: 14px; padding-top:20px; padding-bottom: 20px; padding-left: 10px; padding-right: 10px; font-family: 'Roboto', sans-serif !important; color: #707070; font-size: 11px; text-align: left;">Thanks for subscribing! Please add <a class="drkt" href="" style="color: #707070; text-decoration: none;">[email protected]</a> to your address book so you won't miss out on any updates and promotions from Pokémon.
<br><br>If you don’t wish to receive updates and promotions from Pokémon, <a class="linkopacity" href="" ><span class="drkt" style="color:#707070; text-decoration:underline;">click here</span></a> to unsubscribe.
<br><br>©2023 Pokémon / Nintendo / Creatures / GAME FREAK.
<br><br>*Get Free Shipping
on all orders!
<br>Free Standard shipping promotional offer applies only to orders shipping to the continental US, Alaska, Hawaii, and Puerto Rico. No code required. Offer is for a limited time and is subject to change without prior notification.
<br>Free Standard shipping promotion starts February 27, 2023, at midnight PST and ends March 3, 2023, at 11:59 p.m. PST.
<br><br>The Pokémon Company International, 104<span></span>00 NE 4<span></span>th Stre<span></span>et, Sui<span></span>te 2800, Belle<span></span>vue, WA 980<span></span>04 USA</td>
</tr></table>
<!-- CA-US FOOTER COPY END ||| -->
</td></tr></table></td></tr></table></td></tr></table></td></tr></table>
</td>
</tr>
<tr>
<td align="left" class="" valign="top">
<table cellpadding="0" cellspacing="0" width="100%" role="presentation" style="border: 0px; background-color: transparent; min-width: 100%; " class="slot-styling"><tr><td style="padding: 0px; " class="slot-styling camarker-inner"><style data-ignore-inlining>@media (prefers-color-scheme: dark) { #_t::before {content:url('https://5n72uag8.emltrk.com/v2/5n72uag8?rd&i=43939370&t=brand_pkmnpresents_launch_us');}} @media (prefers-color-scheme: light) { #_t::before {content:url('https://5n72uag8.emltrk.com/v2/5n72uag8?rl&i=43939370&t=brand_pkmnpresents_launch_us');}} @media print{ #_t {background-image:url('https://5n72uag8.emltrk.com/v2/5n72uag8?p&i=43939370&t=brand_pkmnpresents_launch_us');}} div.OutlookMessageHeader {background-image:url('https://5n72uag8.emltrk.com/v2/5n72uag8?f&i=43939370&t=brand_pkmnpresents_launch_us')} table.moz-email-headers-table {background-image:url('https://5n72uag8.emltrk.com/v2/5n72uag8?f&i=43939370
&t=brand_pkmnpresents_launch_us')} blockquote #_t {background-image:url('https://5n72uag8.emltrk.com/v2/5n72uag8?f&i=43939370&t=brand_pkmnpresents_launch_us')} #MailContainerBody #_t {background-image:url('https://5n72uag8.emltrk.com/v2/5n72uag8?f&i=43939370&t=brand_pkmnpresents_launch_us')}</style><div id="_t"></div>
<img src="https://5n72uag8.emltrk.com/v2/5n72uag8?i=43939370&t=brand_pkmnpresents_launch_us" width="1" height="1" border="0" alt="" /></td></tr></table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Also see: Tab Triggers