Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html lang="en" xmlns="//www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
 <head>
  <meta 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 -->
  <meta content="telephone=no,address=no,email=no,date=no,url=no" name="format-detection"/>
  <!-- Tell iOS not to automatically link certain text strings. -->
  <meta content="light dark" name="color-scheme"/>
  <meta content="light dark" name="supported-color-schemes"/>
  <title>
   Skillshare
  </title>
  <!-- The title tag shows in email notifications, like Android 4.4. -->
  <script type="application/ld+json">
   [{
        "@context": "//schema.org/",
        "@type": "Organization",

        // WARNING: Before sending email, either point the logo
        // at your own image or delete the logo annotation.
        //
        // If showing a logo, we recommend using an https URL.
        // It's not a requirement today, but may be in the future.
        "logo": "https://skillshare-public-email-images.s3.amazonaws.com/social-avatar_circle_400x400.png"
      }]
  </script>
  <!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
  <!--[if gte mso 9]>
    <xml>
      <o:OfficeDocumentSettings>
        <o:PixelsPerInch>96</o:PixelsPerInch>
      </o:OfficeDocumentSettings>
    </xml>
    <![endif]-->
  <!-- Web Font / @font-face : BEGIN -->
  <!--[if mso]>
    <style>
      * {
        font-family: sans-serif !important;
      }
    </style>
    <![endif]-->
  <!--[if !mso]><!-->
  <style>
   @font-face {
        font-family: 'KumlienPro';
        font-style: normal;
        font-weight: bold;
        src: local('KumlienPro'), local('KumlienPro'), url('https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fassets%252Fcss%252Flibs%252Fhttps%252Fkumlien-pro%252FKumlienPro-Bold.woff/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCJ9:1pEdoJ:duVK-ZxCKtk4Wqqq9nq0oSd6dKmtzPOahzugKUx2dNo') format('woff');
      }

      @font-face {
        font-family: 'GTWalsheimPro';
        font-style: normal;
        font-weight: normal;
        src: local('GTWalsheimPro'), local('GTWalsheimPro'), url('https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fassets%252Fcss%252Flibs%252Fhttps%252Fgt-walsheim-pro%252Fgt-walsheim-pro-regular%252FGT-Walsheim-Pro-Regular.woff/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCJ9:1pEdoJ:duVK-ZxCKtk4Wqqq9nq0oSd6dKmtzPOahzugKUx2dNo') format('woff');
      }

      @font-face {
        font-family: 'GTWalsheimPro';
        font-style: normal;
        font-weight: bold;
        src: local('GTWalsheimProBold'), local('GTWalsheimProBold'), url('https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fassets%252Fcss%252Flibs%252Fhttps%252Fgt-walsheim-pro%252Fgt-walsheim-pro-bold%252FGT-Walsheim-Pro-Bold.woff/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCJ9:1pEdoJ:duVK-ZxCKtk4Wqqq9nq0oSd6dKmtzPOahzugKUx2dNo') format('woff');
      }
  </style>
  <!--<![endif]-->
  <!-- Web Font / @font-face : END -->
  <!-- CSS Reset : BEGIN -->
  <style>
   /* What it does: Tells the email client that both light and dark styles are provided. A duplicate of meta color-scheme meta tag above. */
      :root {
        color-scheme: light dark;
        supported-color-schemes: light dark;
      }

      /* 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;
      }

      /* What it does: Reset Headings */
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        font-size: 16px;
        margin: 0;
        padding: 0;
        font-weight: normal;
      }

      /* What it does: Reset p */
      p {
        margin: 0;
        padding: 0;
      }


      /* 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: forces Samsung Android mail clients to use the entire viewport */
      #MessageViewBody,
      #MessageWebViewDiv {
        width: 100% !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: Replaces default bold style. */
      th {
        font-weight: normal;
      }

      /* What it does: Fixes webkit padding issue. */
      table {
        border-spacing: 0 !important;
        border-collapse: collapse !important;
        table-layout: fixed !important;
        margin: 0 auto !important;
      }

      /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
      a {
        text-decoration: none;
      }

      /* 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. */
      a[x-apple-data-detectors],
      /* iOS */
      .unstyle-auto-detected-links a,
      .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 changing the text color in conversation threads. */
      .im {
        color: inherit !important;
      }

      /* What it does: Prevents Gmail from displaying a 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: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
      /* Create one of these media queries for each additional viewport size you'd like to fix */

      /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
      @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
        u~div .email-container {
          min-width: 320px !important;
        }
      }

      /* iPhone 6, 6S, 7, 8, and X */
      @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
        u~div .email-container {
          min-width: 375px !important;
        }
      }

      /* iPhone 6+, 7+, and 8+ */
      @media only screen and (min-device-width: 414px) {
        u~div .email-container {
          min-width: 414px !important;
        }
      }
  </style>
  <!-- CSS Reset : END -->
  <!-- Progressive Enhancements : BEGIN -->
  <style>
   /* What it does: Hover styles for buttons */
      .button-td,
      .button-a {
        transition: all 100ms ease-in;
      }

      /* Media Queries */
      @media screen and (max-width: 700px) {

        .email-container {
          width: 100% !important;
          margin: 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;
        }


        /* TYPO */
        .heading-h1 {
          font-size: 48px !important;
          line-height: 48px !important;
        }

        .heading-h2 {
          font-size: 32px !important;
          line-height: 32px !important;
        }

        .heading-h3 {
          font-size: 26px !important;
          line-height: 32px !important;
        }

        .heading-h4 {
          font-size: 18px !important;
          line-height: 24px !important;
        }

        .heading-h5 {
          font-size: 14px !important;
          line-height: 24px !important;
        }

        .heading-h6 {
          font-size: 48px !important;
          line-height: 48px !important;
        }

        .section-wrap {
          padding-left: 32px !important;
          padding-right: 32px !important;
        }

        .header-wrap {
          padding-left: 32px !important;
          padding-right: 32px !important;
        }

        .footer-wrap {
          padding-left: 32px !important;
          padding-right: 32px !important;
        }

        .r-img {
          width: 100% !important;
          max-width: 100% !important;
          height: auto !important;
        }

      }


      @media screen and (max-width: 380px) {

        .section-wrap {
          padding-left: 16px !important;
          padding-right: 16px !important;
        }

        .header-wrap {
          padding-left: 16px !important;
          padding-right: 16px !important;
        }

        .footer-wrap {
          padding-left: 16px !important;
          padding-right: 16px !important;
        }

        .app-links {
          text-align: left !important;
        }

        .app-links tr {
          display: inline-block;
        }

        .app-links td {
          padding: 0 16px 0 0 !important;
        }

        .stack-column-small {
          display: block !important;
          width: 100% !important;
          max-width: 100% !important;
          direction: ltr !important;
        }
      }
  </style>
  <!-- Progressive Enhancements : END -->
  <style>
   @media screen and (max-width: 700px) {

        .hero-02 {
          padding-left: 0 !important;
        }

        .hero-02-content {
          padding-left: 32px;
          padding-right: 32px;
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box;
        }

      }



      @media screen and (max-width: 700px) {
        .class-tutb-table {
          text-align: left !important;
          width: 100% !important;
        }

        .class-tutb-content {
          padding-bottom: 32px;
        }
      }
  </style>
 </head>
 <body style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #cccccc;" width="100%">
  <center aria-roledescription="email" lang="en" role="article" style="width: 100%; background-color: #cccccc;">
   <!--[if mso | IE]>
      <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #cccccc;">
        <tr>
          <td>
      <![endif]-->
   <!-- Visually Hidden Preheader Text : BEGIN -->
   <div aria-hidden="true" style="max-height:0; overflow:hidden; mso-hide:all;">
    Chase your 2023 goals with 40% off unlimited learning on Skillshare.
   </div>
   <!-- Visually Hidden Preheader Text : END -->
   <!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview. Extend as necessary. -->
   <!-- Preview Text Spacing Hack : BEGIN -->
   <div style="display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif;">
    ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌
   </div>
   <!-- Preview Text Spacing Hack : END -->
   <!-- Email Body : BEGIN -->
   <table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="700">
    <!-- HEADER : BEGIN -->
    <tr>
     <td align="left" class="header-wrap" style="background-color:#009fe0;padding-top:24px;padding-left:50px;padding-right:50px;padding-bottom:24px;" width="100%">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="left">
         <a>
          <img alt="Skillshare Logo" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44194%252Fcontent%252Fskillshare-logo-wht.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSJ9:1pEdoJ:7YU3LGCblqrY2lCBgjYJ0ebjoRPToTPzJ7cWjrgFN4Q" width="90"/>
         </a>
        </td>
        <td align="right">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td align="right" style="font-family:'GTWalsheimPro',Helvetica,Arial,sans-serif;font-weight:bold;font-size:18px;color:#FFFFFF;">
           </td>
          </tr>
          <tr>
           <td align="right" style="font-size:10px;padding-top:4px;">
            <a style="color:#002333;text-decoration:none;font-family:'GTWalsheimPro',Helvetica,Arial,sans-serif;font-size:10px;">
             View in Browser
            </a>
           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- HEADER : END -->
    <!-- head-left-img-right : BEGIN -->
    <tr>
     <td class="hero-02" style="background-color:#009fe0;padding-left:50px;padding-top:24px;padding-bottom:0px;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <!-- Column : BEGIN -->
        <td class="stack-column hero-02-content" style="padding-right:24px;" valign="top" width="288">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td>
            <h2 style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:48px;line-height:48px;color:#FFFFFF;font-weight:bold;margin-top:0;margin-bottom:16px;">
             New Year, New You, New Goals.
            </h2>
            <p class="parag-01" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:22px;line-height:32px;color:#FFFFFF;margin-top:0;margin-bottom:8px;">
             Skillshare membership can help make this your most creative year yet. For a limited time, save 40% on a year of unlimited creative learning.
            </p>
           </td>
          </tr>
          <tr>
           <td style="padding-bottom:16px;padding-top:16px;" width="100%">
            <!-- Button : BEGIN -->
            <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
             <tr>
              <td class="button-td" style="border-radius: 4px;background-color:#00FF84;">
               <a class="button-a" style="border: 1px solid #00FF84; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;font-size:18px;line-height:18px; text-decoration:none;padding: 10px 16px; color:#002333;display:block;border-radius:4px;">
                Reach Your Goals with 40% Off Membership
               </a>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="338">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td align="right" width="100%">
            <img alt="Reach your 2023 goals with Skillshare." border="0" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252F2023-01-08-resolution-hero.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSJ9:1pEdoJ:oAsgmOY1CE4fuRvHcmZVtBV3hyoEVpvMZEuJUYoZ3UU" style="width:100%;max-width:338px;height:auto;display:block;" width="338"/>
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
       </tr>
      </table>
     </td>
    </tr>
    <!-- head-left-img-right : END -->
    <!-- class section : BEGIN -->
    <tr>
     <td align="center" class="section-wrap" style="padding-left:50px;padding-right:50px;padding-top:32px;padding-bottom:32px;background-color:#009fe0;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td>
         <h3 class="heading-h3" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:26px;line-height:32px;color:#FFFFFF;font-weight:bold;margin-top:0;margin-bottom:8px;">
          Find a Fulfilling Hobby
         </h3>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" class="section-wrap class-two-up-text-bottom" style="background-color:#009fe0;padding-left:50px;padding-right:50px;padding-bottom:8px;" width="100%">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="50%">
         <table align="left" border="0" cellpadding="0" cellspacing="0" class="class-tutb-table" role="presentation" width="288">
          <tr>
           <td style="padding-bottom:24px;" width="100%">
            <a>
             <img alt="Learn more about this class." border="0" class="r-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fuploads%252Fvideo%252Fthumbnails%252F96b5e00a00323890dadfeda0cdd25549%252F448-252/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCJ9:1pEdoJ:duVK-ZxCKtk4Wqqq9nq0oSd6dKmtzPOahzugKUx2dNo" style="width:100%;max-width:288px;height:auto;display:block;border-radius:4px;" width="288"/>
            </a>
           </td>
          </tr>
          <tr>
           <td class="class-tutb-content" style="padding-bottom:16px;" width="100%">
            <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#FFFFFF;font-weight:bold;margin-top:0;margin-bottom:8px;">
             Acrylic Painting: Learn the Basics For Beginners
            </h4>
            <p class="parag-04" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:16px;color:#FFFFFF;margin-top:0;margin-bottom:16px;">
             LaurieAnne Gonzalez
            </p>
            <!-- Button : BEGIN -->
            <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
             <tr>
              <td class="button-td" style="border-radius:4px;background-color:#00FF84">
               <a class="button-a" style="border: 1px solid #00FF84; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 6px 16px;color:#002333;display:block; border-radius:4px;">
                <span style="font-size:16px;line-height:16px;">
                 Explore Now
                </span>
               </a>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="50%">
         <table align="right" border="0" cellpadding="0" cellspacing="0" class="class-tutb-table" role="presentation" width="288">
          <tr>
           <td style="padding-bottom:24px;" width="100%">
            <a>
             <img alt="Learn more about this class." border="0" class="r-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fuploads%252Fvideo%252Fthumbnails%252F2c8633506362a9daa63b11f9b518a6d7%252F448-252/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCJ9:1pEdoJ:duVK-ZxCKtk4Wqqq9nq0oSd6dKmtzPOahzugKUx2dNo" style="width:100%;max-width:288px;height:auto;display:block;border-radius:4px;" width="288"/>
            </a>
           </td>
          </tr>
          <tr>
           <td class="class-tutb-content" style="padding-bottom:16px;" width="100%">
            <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#FFFFFF;font-weight:bold;margin-top:0;margin-bottom:8px;">
             Mobile Photography – Shoot &amp; Edit Surreal Photos With Your Phone
            </h4>
            <p class="parag-04" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:16px;color:#FFFFFF;margin-top:0;margin-bottom:16px;">
             Amelie Satzger
            </p>
            <!-- Button : BEGIN -->
            <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
             <tr>
              <td class="button-td" style="border-radius:4px;background-color:#00FF84;">
               <a class="button-a" style="border: 1px solid #00FF84; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 6px 16px;color:#002333;display:block; border-radius:4px;">
                <span style="font-size:16px;line-height:16px;">
                 Explore Now
                </span>
               </a>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
       </tr>
      </table>
     </td>
    </tr>
    <!-- class section : END -->
    <!-- class section : BEGIN -->
    <tr>
     <td align="center" class="section-wrap" style="padding-left:50px;padding-right:50px;padding-top:32px;padding-bottom:32px;background-color:#009fe0;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td>
         <h3 class="heading-h3" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:26px;line-height:32px;color:#FFFFFF;font-weight:bold;margin-top:0;margin-bottom:8px;">
          Launch Your Creative Career
         </h3>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" class="section-wrap class-two-up-text-bottom" style="background-color:#009fe0;padding-left:50px;padding-right:50px;padding-bottom:8px;" width="100%">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="50%">
         <table align="left" border="0" cellpadding="0" cellspacing="0" class="class-tutb-table" role="presentation" width="288">
          <tr>
           <td style="padding-bottom:24px;" width="100%">
            <a>
             <img alt="Learn more about this class." border="0" class="r-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fuploads%252Fvideo%252Fthumbnails%252F47a9293c60e473522bd402d4c3ca03b0%252F448-252/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCJ9:1pEdoJ:duVK-ZxCKtk4Wqqq9nq0oSd6dKmtzPOahzugKUx2dNo" style="width:100%;max-width:288px;height:auto;display:block;border-radius:4px;" width="288"/>
            </a>
           </td>
          </tr>
          <tr>
           <td class="class-tutb-content" style="padding-bottom:16px;" width="100%">
            <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#FFFFFF;font-weight:bold;margin-top:0;margin-bottom:8px;">
             Make a Living as an Artist: Strategies for Crafting Your Creative Business
            </h4>
            <p class="parag-04" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:16px;color:#FFFFFF;margin-top:0;margin-bottom:16px;">
             Brooke Glaser
            </p>
            <!-- Button : BEGIN -->
            <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
             <tr>
              <td class="button-td" style="border-radius:4px;background-color:#00FF84">
               <a class="button-a" style="border: 1px solid #00FF84; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 6px 16px;color:#002333;display:block; border-radius:4px;">
                <span style="font-size:16px;line-height:16px;">
                 Explore Now
                </span>
               </a>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="50%">
         <table align="right" border="0" cellpadding="0" cellspacing="0" class="class-tutb-table" role="presentation" width="288">
          <tr>
           <td style="padding-bottom:24px;" width="100%">
            <a>
             <img alt="Learn more about this class." border="0" class="r-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fuploads%252Fvideo%252Fthumbnails%252Faede4f907643577176e8af2d558e4edd%252F448-252/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCJ9:1pEdoJ:duVK-ZxCKtk4Wqqq9nq0oSd6dKmtzPOahzugKUx2dNo" style="width:100%;max-width:288px;height:auto;display:block;border-radius:4px;" width="288"/>
            </a>
           </td>
          </tr>
          <tr>
           <td class="class-tutb-content" style="padding-bottom:16px;" width="100%">
            <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#FFFFFF;font-weight:bold;margin-top:0;margin-bottom:8px;">
             Creating Your Dream Career: Uncover &amp; Apply Your Creative Strengths
            </h4>
            <p class="parag-04" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:16px;color:#FFFFFF;margin-top:0;margin-bottom:16px;">
             Holley M. Kholi-Murchison
            </p>
            <!-- Button : BEGIN -->
            <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
             <tr>
              <td class="button-td" style="border-radius:4px;background-color:#00FF84">
               <a class="button-a" style="border: 1px solid #00FF84; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 6px 16px;color:#002333;display:block; border-radius:4px;">
                <span style="font-size:16px;line-height:16px;">
                 Explore Now
                </span>
               </a>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
       </tr>
      </table>
     </td>
    </tr>
    <!-- class section : END -->
    <!-- class section : BEGIN -->
    <tr>
     <td align="center" class="section-wrap" style="padding-left:50px;padding-right:50px;padding-top:32px;padding-bottom:32px;background-color:#009fe0;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td>
         <h3 class="heading-h3" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:26px;line-height:32px;color:#FFFFFF;font-weight:bold;margin-top:0;margin-bottom:8px;">
          Create Inner Calm and Mindfulness
         </h3>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" class="section-wrap class-two-up-text-bottom" style="background-color:#009fe0;padding-left:50px;padding-right:50px;padding-bottom:32px;" width="100%">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="50%">
         <table align="left" border="0" cellpadding="0" cellspacing="0" class="class-tutb-table" role="presentation" width="288">
          <tr>
           <td style="padding-bottom:24px;" width="100%">
            <a>
             <img alt="Learn more about this class." border="0" class="r-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fuploads%252Fvideo%252Fthumbnails%252F2c7e58f9daad7c62080dbb9cd1edffed%252F448-252/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCJ9:1pEdoJ:duVK-ZxCKtk4Wqqq9nq0oSd6dKmtzPOahzugKUx2dNo" style="width:100%;max-width:288px;height:auto;display:block;border-radius:4px;" width="288"/>
            </a>
           </td>
          </tr>
          <tr>
           <td class="class-tutb-content" style="padding-bottom:16px;" width="100%">
            <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#FFFFFF;font-weight:bold;margin-top:0;margin-bottom:8px;">
             Modern Meditation: Discover Your Potential, Power &amp; Purpose
            </h4>
            <p class="parag-04" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:16px;color:#FFFFFF;margin-top:0;margin-bottom:16px;">
             Justin Michael Williams
            </p>
            <!-- Button : BEGIN -->
            <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
             <tr>
              <td class="button-td" style="border-radius:4px;background-color:#00FF84">
               <a class="button-a" style="border: 1px solid #00FF84; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 6px 16px;color:#002333;display:block; border-radius:4px;">
                <span style="font-size:16px;line-height:16px;">
                 Explore Now
                </span>
               </a>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="50%">
         <table align="right" border="0" cellpadding="0" cellspacing="0" class="class-tutb-table" role="presentation" width="288">
          <tr>
           <td style="padding-bottom:24px;" width="100%">
            <a>
             <img alt="Learn more about this class." border="0" class="r-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fuploads%252Fvideo%252Fthumbnails%252F30b30b967757950d323b9acd8d51ebd9%252F448-252/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCJ9:1pEdoJ:duVK-ZxCKtk4Wqqq9nq0oSd6dKmtzPOahzugKUx2dNo" style="width:100%;max-width:288px;height:auto;display:block;border-radius:4px;" width="288"/>
            </a>
           </td>
          </tr>
          <tr>
           <td class="class-tutb-content" style="padding-bottom:16px;" width="100%">
            <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#FFFFFF;font-weight:bold;margin-top:0;margin-bottom:8px;">
             Do What You Love - An Introduction To Ikigai
            </h4>
            <p class="parag-04" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:16px;color:#FFFFFF;margin-top:0;margin-bottom:16px;">
             Tim Tamashiro
            </p>
            <!-- Button : BEGIN -->
            <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
             <tr>
              <td class="button-td" style="border-radius:4px;background-color:#00FF84">
               <a class="button-a" style="border: 1px solid #00FF84; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 6px 16px;color:#002333;display:block; border-radius:4px;">
                <span style="font-size:16px;line-height:16px;">
                 Explore Now
                </span>
               </a>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
       </tr>
      </table>
     </td>
    </tr>
    <!-- class section : END -->
    <!-- full-bleed-banner: BEGIN -->
    <tr>
     <td style="background-color:#002333;background-image:url('https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252F2023-01-08-resolution-banner.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSJ9:1pEdoJ:oAsgmOY1CE4fuRvHcmZVtBV3hyoEVpvMZEuJUYoZ3UU');background-position:center center;background-size:cover;" valign="middle">
      <!--[if gte mso 9]>
                  <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:700px;height:304px;background-position: center center !important;">
                    <v:fill type="tile" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252F2023-01-08-resolution-banner.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSJ9:1pEdoJ:oAsgmOY1CE4fuRvHcmZVtBV3hyoEVpvMZEuJUYoZ3UU" color="#002333" />
                    <v:textbox inset="50px,0,0,0">
                  <![endif]-->
      <div>
       <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
        <tr>
         <td class="section-wrap" style="padding-top:50px;padding-bottom:50px;padding-left:50px;padding-right:50px;text-align:left;" valign="middle">
          <table align="left" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="width:392px;" width="392">
           <tr>
            <td>
             <h3 class="heading-h3" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:26px;line-height:32px;color:#FFFFFF;font-weight:bold;margin-top:0;margin-bottom:8px;">
              Make This Your Year, Sarah.
             </h3>
             <p class="parag-02" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#FFFFFF;margin-top:0;margin-bottom:16px;">
              This is just the start. With 40% off a year of membership, now is the perfect time to start exploring your creativity. Lock in one of our biggest discounts now.
             </p>
             <!-- Button : BEGIN -->
             <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
              <tr>
               <td class="button-td" style="border-radius:4px;background-color:#00FF84;">
                <a class="button-a" style="border: 1px solid #00FF84; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 6px 16px;color:#002333;display:block; border-radius:4px;text-align:center;">
                 <span style="font-size:16px;line-height:16px;">
                  Save 40%
                 </span>
                </a>
               </td>
              </tr>
             </table>
             <!-- Button : END -->
            </td>
           </tr>
          </table>
         </td>
        </tr>
       </table>
      </div>
      <!--[if gte mso 9]>
                    </v:textbox>
                  </v:rect>
                  <![endif]-->
     </td>
    </tr>
    <!-- full-bleed-banner: END -->
    <!-- terms-conditions: BEGIN -->
    <tr>
     <td class="section-wrap terms-conditions" style="padding-left:50px;padding-right:50px;padding-top:32px;padding-bottom:16px;background-color:#002333;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="center">
         <p class="parag-05" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:16px;color:#DCDEE1;margin-top:0;margin-bottom:8px;">
          Cannot be applied to mobile plans. Cannot be combined with other offers. Offer expires 01/31/2023 11:59 PM UTC. All amounts may be subject to tax, where applicable. After the first year of membership, your payment method will be automatically charged the full annual price on a recurring annual basis until you cancel. You may cancel at any time, effective at the end of the billing period, by going to your payment settings. All amounts paid are non-refundable, subject to certain exceptions.
         </p>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- terms-conditions: END -->
    <!-- BLUE Footer : BEGIN -->
    <tr>
     <td align="center" class="footer-wrap" style="padding: 32px 60px;background-color:#002333;" valign="top" width="100%">
      <table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 700px;" width="100%">
       <tr>
        <td width="100%">
         <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td class="stack-column-small" style="text-align: left !important;padding-bottom:16px 0 !important;" valign="top" width="50%">
            <a>
             <img src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44195%252Fcontent%252Fss-logo-wht.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSJ9:1pEdoJ:7YU3LGCblqrY2lCBgjYJ0ebjoRPToTPzJ7cWjrgFN4Q" width="111"/>
            </a>
            <table border="0" cellpadding="0" cellspacing="0" style="margin:0 !important;">
             <tr>
              <td style="padding-top:16px;padding-bottom:16px;padding-right:18px;">
               <a>
                <img alt="Skillshare on Facebook" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44196%252Fcontent%252Ffacebook-color.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSJ9:1pEdoJ:7YU3LGCblqrY2lCBgjYJ0ebjoRPToTPzJ7cWjrgFN4Q" width="22"/>
               </a>
              </td>
              <td style="padding-top:16px;padding-bottom:16px;padding-right:18px;">
               <a>
                <img alt="Skillshare on Twitter" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44197%252Fcontent%252Ftwitter-color.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSJ9:1pEdoJ:7YU3LGCblqrY2lCBgjYJ0ebjoRPToTPzJ7cWjrgFN4Q" width="22"/>
               </a>
              </td>
              <td style="padding-top:16px;padding-bottom:16px;padding-right:18px;">
               <a>
                <img alt="Skillshare on Instagram" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44198%252Fcontent%252Finstagram-color.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSJ9:1pEdoJ:7YU3LGCblqrY2lCBgjYJ0ebjoRPToTPzJ7cWjrgFN4Q" width="22"/>
               </a>
              </td>
              <td style="padding-top:16px;padding-bottom:16px;padding-right:18px;">
               <a>
                <img alt="Skillshare on TikTok" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F110720%252Fcontent%252Fss-tiktok-icon.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSJ9:1pEdoJ:7YU3LGCblqrY2lCBgjYJ0ebjoRPToTPzJ7cWjrgFN4Q" width="22"/>
               </a>
              </td>
              <td style="padding-top:16px;padding-bottom:16px;">
               <a>
                <img alt="Skillshare on YouTube" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F110722%252Fcontent%252Fss-youtube_-icon.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSJ9:1pEdoJ:7YU3LGCblqrY2lCBgjYJ0ebjoRPToTPzJ7cWjrgFN4Q" width="22"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
           <td align="right" class="stack-column-small app-links" style="vertical-align:bottom;padding-bottom:12px;text-align:right;" valign="bottom" width="50%">
            <table border="0" cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="right" width="100%">
               <a>
                <img alt="Appstore" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44199%252Fcontent%252Fappstore.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSJ9:1pEdoJ:7YU3LGCblqrY2lCBgjYJ0ebjoRPToTPzJ7cWjrgFN4Q" width="112"/>
               </a>
              </td>
             </tr>
             <tr>
              <td align="right" style="padding-top:12px;" width="100%">
               <a>
                <img alt="Google Play" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44200%252Fcontent%252Fgoogle-play.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSJ9:1pEdoJ:7YU3LGCblqrY2lCBgjYJ0ebjoRPToTPzJ7cWjrgFN4Q" width="112"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td style="font-family:'GTWalsheimProBold', Helvetica, Arial, sans-serif;font-size: 12px;color:#FFFFFF;" valign="middle">
         215 Park Avenue South, 11th Floor
         <br/>
         New York, NY 10003
        </td>
       </tr>
       <tr>
        <td valign="top" width="100%">
         <table cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td align="left" style="font-family: Arial, Helvetica, sans-serif;font-size:10px;line-height: 14px;color:#FFFFFF;padding-top:15px;">
            Being creative can be exhausting.
            <br/>
            So if you need a break,
            <a style="color:#00FF84;text-decoration: none;">
             unsubscribe here.
            </a>
           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- Footer : END -->
   </table>
   <!-- Email Body : END -->
   <!--[if mso | IE]>
          </td>
        </tr>
      </table>
      <![endif]-->
  </center>
  <img alt="" border="0" data-bsft-open-pixel="" height="1px" src="https://inboxflows.com/_/image/https%253A%252F%252Fclick.skillshare.com%252Ftrack%253Fuid%253Da75bcb3d-56ae-472a-9887-d1b3bb01bb19%2526txnid%253D65659815-2679-4c0b-85e2-ac9f72ddad2f%2526bsft_aaid%253Dd5edc627-0f6f-46e0-b492-6ae0d9cbe64a%2526eid%253Da44b7554-b7dd-4ae9-ab39-7a532a410a6e%2526mid%253D9aeb13db-fd28-4ba8-8feb-752de215d28b%2526bsft_ek%253D2023-01-08T15%253A00%253A39Z%2526bsft_tv%253D9%2526bsft_mime_type%253Dhtml%2526a%253Dopen/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5za2lsbCJ9:1pEdoJ:DHofznoWzGmwGVpngTiz8LBlQH_78-SjjkcPZgcou3c" style="margin: 0 !important; padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important;" width="1px"/>
  <img alt="" border="0" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Femail.skillshare.com%252Fwf%252Fopen%253Fupn%253D4-2FafmAMfCLuoq94x7DPDkyS-2BfS7YPLu-2BaLDzDVVy3Bln1rMkJ-2B2ZCkF0dc2eMEYtSD04AmWPq6vpXmn4vz8qjztexEegVPKWZqVwjxuvJBFQmN1N2zINZTf5eLhmVCimShEwNNHLVgrqRWPYU4PVrc8O7dGz-2BUNTkYFJXlQAl6e7-2FvmmuGjpAggLynWAOzf3K9K16UVbFeiioJ2CZhacsU0rOtU24y0B4HeBnMzsgw6h8q1m-2B4pk8-2BnOcM4xXjnoGMzkUeQJZaUGn5wYx7jHx4HiW9ztjAkIEvrrXgyX-2B8xtqeGoHqR1Yyb1fXsPjZc5ZUK79BDrmS6egQUZOoRZld3UemsUkxs-2Bds4yv1oRoEyKNwTUJt-2BH7W6jM7D5-2BIKCfLeEWUd7qfFtGgrZ-2BZR7PQpXSSw6HjJJP1gA-2B1-2BWc-2FTWieMkkOBJ-2BIXNIHcoCEFEVz68n29JodOVMPq4zSbw-2FvyZn8B0X5N3A-2FZJBhoe-2FV0dElGO-2B2kPNBRJjSIWyo46yC-2Bt-2BLsJg-2BjMOyOzun4UqzoV3ErzefDiN8ohF83OY2zc9Rr2tEgbCiG4218555tFBJA8hO82QK-2F-2BOKNssvJ02aCtgP1YOemCcn1igHb1nssh29L7uxLPkl4Ukfd3NKx-2FznQ5LgfBz4RbdblSJ9lem81KWslWd9CE-2FpxjTtH6iabEHjSxkaUSzhfmz7uxHggB3-2Fyr-2BnxneMSzhVWjwLTCQgmqR5WyUqcF5F2YhDSHRHPhVpGhSso1myVB8b9nHM3T6p7W0sE6vMSnClQAicBNa8tX4DraMUI-2FumzFExbXps81v-2FBW18-2BuecekBf8suJqAa55Fwe0MeKsfz-2BR1Z8T9N8ZB-2Fm0zGXhf6eDS1-2F-2FslY1DyPFIixvJ0s47Cvem1lsfdZf5ax42xnNgx2f8pU71E9kk4e2dVku888JZmL7MQcK26o-2F7JmhAZbqRuUF7zSJYnPyLPp-2FLSCtNnUnLjin2TI6VQDS00a765QLiyucaDAa7jG9JhtEf3wN0h9MU8KMAS4Ra6QJurruvo16qLDm9CLB4t-2Bl39fi-2FFg7v7cTwfomYnw59zd54t9NyoIit4qTJp1PHmCPZA4-2B1m-2FF7raZaQO5SXhoEOgUyUkZcL64391PSrDoARa2gxMoxRpQZDtD2xiJXP98OCARZTv3-2BYqaPcg-3D-3D/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmVtYWlsLnNraWxscyJ9:1pEdoJ:vphynaf8bsSeR0xOxC2RdxVnSWkSloMIjZLUvVXpiTc" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;" width="1"/>
 </body>
</html>