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",

      "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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCIsInRpbWUiOjE3MDYxOTU1NTYuMzI5NDc4N30:1rT1PA:Kq73RQqnQZCeXLESzCo2UgOTFlsJMUmJN1YQZEIzXPw') 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCIsInRpbWUiOjE3MDYxOTU1NTYuMzMwMDY2fQ:1rT1PA:t015cghc2sowY4Na-VP911_0q7T6YAghJhcalkX5buY') 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCIsInRpbWUiOjE3MDYxOTU1NTYuMzMwMjA4M30:1rT1PA:RVZQ2ttlmQjq6_Te0SbWMQ7gLUVXNj_s5-W6Hk6v9hg') 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>
   /* Dark Mode Styles : BEGIN */
    @media (prefers-color-scheme: dark) {

        .section-header-darkmode {
          background: #002333 !important;
        }

       .section-header-darkmode h2 {
          color: #FFFFFF !important;
        }

       .section-header-darkmode h3 {
          color: #00FF84  !important;
        }
    }
    /* Dark Mode Styles : END */
    @media screen and (max-width: 700px) {
      
      .schedule-promo-code{
        padding-left:0 !important;
      }
      .radius-bg{
        border-radius:0 0 24px 24px!important;
        height:48px!important;
      }
      .radius-bg-top{
        border-radius:24px 24px 0 0!important;
        height:48px!important;
      }
      .sm-pb-16{
        padding-bottom: 16px!important;
      }
    }

    /* Dark Mode Styles : BEGIN */
    @media (prefers-color-scheme: dark) {

      .color-banner {
        background: #002333 !important;
      }
      .darkmode-bg-l,.class-one-up-content{
        background-color: #00334A!important;
      }
      .darkmode-bg-l h2,.class-one-up-content h3,.class-one-up-content p{
        color: #FFFFFF!important;
      }

    }
    /* Dark Mode Styles : END */
  </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]-->
   <!-- Preview Text Spacing Hack : BEGIN -->
   <div style="display:none">
    Start your 30-day free trial to access more upcoming launches and unlimited classes!
         ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
         ͏  ͏  ͏  ͏  ͏  ͏
        ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
        ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
        ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
        ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
        ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
   </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:#3721D3;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" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252Flogo-white.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3MDYxOTU1NTYuMzQ0NzczfQ:1rT1PA:fjO4-GGJD2K1wH3QWIcM6w813snBDwxQIErFxUi7FA8" 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:#00FF84;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 -->
    <!-- HEADLINE HERO : BEGIN -->
    <tr>
     <td align="center" class="section-wrap headline-hero" style="padding-left:50px;padding-right:50px;padding-top:56px;background-color:#3722D3;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="left">
         <h3 class="heading-h3" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:26px;line-height:32px;color:#00FF84;font-weight:bold;margin-top:0;margin-bottom:16px;">
          New classes. New events. New opportunities.
         </h3>
         <h6 class="heading-h6" style="font-family:'KumlienPro',Georgia,'Times New Roman',Times,serif;font-size:76px;line-height:72px;color:#FFFFFF;margin-top:0;margin-bottom:16px;">
          Exciting Things Are Ahead
         </h6>
         <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:16px;">
          There’s a lot of upcoming launches to get excited (and inspired) by.  Take advantage of our January offer for new members and give Skillshare a try with a 30-day free trial.
         </p>
         <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: 10px 16px;color:#002333;display:block; border-radius:4px;">
             <span style="font-size:18px;line-height:18px;">
              Get Started For $0
             </span>
            </a>
           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td class="darkmode-bg-l" style="background-color:#FFFFFF;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td class="radius-bg" height="64" style="border-radius: 0 0 64px 64px;background-color:#3722D3;">
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- HEADLINE HERO : END -->
    <!-- CLASSES : BEGIN -->
    <tr>
     <td class="section-wrap darkmode-bg-l" style="padding:0 50px;background-color:#ffffff;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="center" style="padding-top:24px;padding-bottom:16px;">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td>
            <h2 class="heading-h2" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:48px;line-height:48px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:16px;">
             Upcoming Classes
            </h2>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td>
         <a>
          <img alt="Follow Danni Fisher-Shin" border="0" class="r-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252F2024-01-25-promo-danni-fisher.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3MDYxOTU1NTYuMzQ1MDAzfQ:1rT1PA:OTEIogrJJr9DfV16dFoNNQj-OH52FlO-xmKFMAyEGYs" style="width:100%;max-width:700px;height:auto;margin:auto;display:block;" width="700"/>
         </a>
        </td>
       </tr>
       <tr>
        <td class="class-one-up-content" style="background-color:#FFFFFF;padding-top:24px;padding-bottom:32px;">
         <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:#002333;font-weight:bold;margin-top:0;margin-bottom:8px;">
             Streamline Your Workflow in Procreate Dreams
             <sup style="font-size:12px;line-height:0;">
              ™
             </sup>
            </h3>
            <p class="parag-02" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;margin-top:0;margin-bottom:16px;">
             Join art director, animator, and illustrator Danni Fisher-Shin for a step-by-step walkthrough of her workflow. Watch as Danni breaks down cel and 2D animation, and then replicate in your own style!
            </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 !important;display:block; border-radius:4px;">
                <span style="font-size:16px;line-height:16px;">
                 Follow Danni For Updates
                </span>
               </a>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td>
         <a>
          <img alt="Follow Ryan Kao" border="0" class="r-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252F2024-01-25-promo-ryan-kao.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3MDYxOTU1NTYuMzQ1MTYyNH0:1rT1PA:_LodkjYqjatlFV0gaad7BUl-Na1lIW1zJDmNe20IbWg" style="width:100%;max-width:700px;height:auto;margin:auto;display:block;" width="700"/>
         </a>
        </td>
       </tr>
       <tr>
        <td class="class-one-up-content" style="background-color:#FFFFFF;padding-top:24px;padding-bottom:32px;">
         <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:#002333;font-weight:bold;margin-top:0;margin-bottom:8px;">
             Start Your Career as a Freelance Editor
            </h3>
            <p class="parag-02" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;margin-top:0;margin-bottom:16px;">
             Join cinematographer and video editor Ryan Kao for this five-class deep dive on how to kickstart your career in freelance editing. Ryan lays out the ins and outs of the business, giving you all the tools in his arsenal that made him a success!
            </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 !important;display:block; border-radius:4px;">
                <span style="font-size:16px;line-height:16px;">
                 Follow Ryan For Updates
                </span>
               </a>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td>
         <a>
          <img alt="Follow Smitesh Mistry" border="0" class="r-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252F2024-01-25-promo-smitesh-mistry.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3MDYxOTU1NTYuMzQ1MzAzfQ:1rT1PA:OPcJ6gwgiA13Otz8J-exCNPGJIas406Dt3H6fL4oPg4" style="width:100%;max-width:700px;height:auto;margin:auto;display:block;" width="700"/>
         </a>
        </td>
       </tr>
       <tr>
        <td class="class-one-up-content" style="background-color:#FFFFFF;padding-top:24px;padding-bottom:0;">
         <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:#002333;font-weight:bold;margin-top:0;margin-bottom:8px;">
             Explore Content Creation in Procreate Dreams
             <sup style="font-size:12px;line-height:0;">
              ™
             </sup>
            </h3>
            <p class="parag-02" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;margin-top:0;margin-bottom:16px;">
             Join graphic designer, illustrator, and content creator Smitesh Mistry as he shows you how Procreate Dreams™ can unlock new kinds of storytelling for your illustrations, animations, and content.
            </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 !important;display:block; border-radius:4px;">
                <span style="font-size:16px;line-height:16px;">
                 Follow Smitesh For Updates
                </span>
               </a>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td class="darkmode-bg" style="background-color:#002333;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td class="radius-bg darkmode-bg-l" height="64" style="border-radius:0 0 64px 64px;background-color:#FFFFFF;">
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- CLASSES : END -->
    <!-- NO-PROMO : BEGIN -->
    <tr>
     <td align="center" class="section-wrap schedule-no-promo" style="padding-left:50px;padding-right:50px;padding-bottom:64px;padding-top:49px;background-color:#002333;" width="100%">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td style="padding-bottom:48px;">
         <h2 class="heading-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:0;">
          Going Live Soon
         </h2>
        </td>
       </tr>
       <!-- schedule item begin -->
       <tr>
        <td class="no-promo-content" style="border-top:1px solid #FFFFFF;padding: 48px 0;">
         <table border="0" cellpadding="0" cellspacing="0" dir="rtl" role="presentation" width="100%">
          <tr>
           <!-- Column : BEGIN -->
           <td class="stack-column" dir="ltr" valign="top" width="50%">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tr>
              <td align="right" class="sm-pb-16" width="100%">
               <a>
                <img alt="Get your ticket for this upcoming Live Session!" border="0" class="r-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252F2024-01-25-promo-live-ali.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3MDYxOTU1NTYuMzQ1NDQxOH0:1rT1PA:g_goCfSEWzr7oq9vugA4a9a-W-nWJ-waY8X4Fh4cxM8" style="width:100%;max-width:288px;height:auto;display:block;border-radius:4px;" width="288"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
           <!-- Column : END -->
           <!-- Column : BEGIN -->
           <td class="stack-column no-promo-content-text" dir="ltr" valign="top" width="50%">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tr>
              <td valign="top" width="33%">
               <span style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;color:#FFFFFF;font-weight:bold;">
                JAN
               </span>
               <br/>
               <span style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:40px;color:#FFFFFF;">
                30
               </span>
              </td>
              <td valign="top">
               <h3 class="heading-h5" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:24px;color:#FFFFFF;font-weight:bold;margin-top:0;margin-bottom:0px;text-transform:uppercase;">
                Tuesday, 12Pm ET
               </h3>
               <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;">
                Live with Ali Abdaal: Build a Productivity System for 2024
               </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:8px;">
                with Ali Abdaal
               </p>
               <!-- Button : BEGIN -->
               <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
                <tr>
                 <td class="button-td">
                  <a class="button-a" style="font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;text-decoration:none;padding: 6px 16px 6px 0;color:#00FF84;display:block;">
                   <span style="font-size:18px;line-height:18px;">
                    Grab Your Ticket &gt;
                   </span>
                  </a>
                 </td>
                </tr>
               </table>
               <!-- Button : END -->
              </td>
             </tr>
            </table>
           </td>
           <!-- Column : END -->
          </tr>
         </table>
        </td>
       </tr>
       <!-- schedule item end -->
       <!-- schedule item begin -->
       <tr>
        <td class="no-promo-content" style="border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;padding: 48px 0;">
         <table border="0" cellpadding="0" cellspacing="0" dir="rtl" role="presentation" width="100%">
          <tr>
           <!-- Column : BEGIN -->
           <td class="stack-column" dir="ltr" valign="top" width="50%">
            <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tr>
              <td align="right" class="sm-pb-16" width="100%">
               <a>
                <img alt="Get your ticket for this upcoming Live Session!" border="0" class="r-img" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252F2024-01-25-promo-live-zoe.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3MDYxOTU1NTYuMzQ1NTc0MX0:1rT1PA:XR7mt7is_8bb16VXA9cI_UZvM-lZGl2wSjve6Hr9O_w" style="width:100%;max-width:288px;height:auto;display:block;border-radius:4px;" width="288"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
           <!-- Column : END -->
           <!-- Column : BEGIN -->
           <td class="stack-column no-promo-content-text" dir="ltr" valign="top" width="50%">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tr>
              <td valign="top" width="33%">
               <span style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;color:#FFFFFF;font-weight:bold;">
                FEB
               </span>
               <br/>
               <span style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:40px;color:#FFFFFF;">
                10
               </span>
              </td>
              <td valign="top">
               <h3 class="heading-h5" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:24px;color:#FFFFFF;font-weight:bold;margin-top:0;margin-bottom:0px;text-transform:uppercase;">
                Saturday, 12PM ET
               </h3>
               <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;">
                Balance Your Brain: A Live Journal Practice
               </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:8px;">
                with Zoe Balsam Biggs and Michele Bender
               </p>
               <!-- Button : BEGIN -->
               <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
                <tr>
                 <td class="button-td">
                  <a class="button-a" style="font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;text-decoration:none;padding: 6px 16px 6px 0;color:#00FF84;display:block;">
                   <span style="font-size:18px;line-height:18px;">
                    Grab Your Ticket &gt;
                   </span>
                  </a>
                 </td>
                </tr>
               </table>
               <!-- Button : END -->
              </td>
             </tr>
            </table>
           </td>
           <!-- Column : END -->
          </tr>
         </table>
        </td>
       </tr>
       <!-- schedule item end -->
      </table>
     </td>
    </tr>
    <!-- NO-PROMO : END -->
    <!-- COLOR BANNER : BEGIN -->
    <tr>
     <td class="darkmode-bg" style="background-color:#002333;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td class="radius-bg-top darkmode-bg-l" height="40" style="border-radius:40px 40px 0 0;background-color:#3722D3;">
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td align="center" class="section-wrap darkmode-bg-l" style="padding-left:50px;padding-right:50px;padding-top:0;padding-bottom:40px;background-color:#3722D3;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="left">
         <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:24px;">
          Ready to make 2024 your year?
          <b>
           Time is running out to try Skillshare for 30 days free with coupon 2024NewMember. Offer ends January 31
          </b>
          .
         </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: 10px 16px;color:#002333;display:block; border-radius:4px;">
             <span style="font-size:18px;line-height:18px;">
              Explore Skillshare For $0
             </span>
            </a>
           </td>
          </tr>
         </table>
         <!-- Button : END -->
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- COLOR 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="left">
         <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:0;">
          Offer valid for first-time Members only. Cannot be applied to mobile plans. Cannot be combined with other offers. Offer expires 01/31/2024 11:59 PM UTC. All amounts may be subject to tax, where applicable. After your free trial, your subscription will automatically continue and you will be charged the subscription price to your payment method on a recurring basis until you cancel. After you're charged, if you'd like to request a refund, please review our
          <a style="color:#00FF84;text-decoration:underline;">
           refund policy
          </a>
          to see if you qualify.
         </p>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- terms-conditions: END -->
    <!-- BLUE Footer : BEGIN -->
    <tr>
     <td align="center" class="footer-wrap" style="padding: 32px 50px;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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MDYxOTU1NTYuMzQ1NzA1M30:1rT1PA:AKbQSwVg_1nkmhE7Fa5MllsLO4ath9uB92VLgpb0RME" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MDYxOTU1NTYuMzQ1ODUzOH0:1rT1PA:PLTNI-Tw9YRC_-DyAGOtEzNLzVuE0azyZjzJ8ym3Mok" width="22"/>
               </a>
              </td>
              <td style="padding-top:16px;padding-bottom:16px;padding-right:18px;">
               <a>
                <img alt="Skillshare on Pinterest" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F208020%252Fcontent%252Fsk-logo-pinterest-footer.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MDYxOTU1NTYuMzQ1OTg2fQ:1rT1PA:G-0E3vexQp2uwzRfKUUgQCg2MvU-Ox2Bi5DRWrSm4cc" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MDYxOTU1NTYuMzQ2MTI4fQ:1rT1PA:SSLL26lOGH7T3gtP46L7y8elaFHCseeLW24lJ1URE-A" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MDYxOTU1NTYuMzQ2MjM2fQ:1rT1PA:goPvDe775nC5qtiyAWbla5d1ZPwrLudGTsuGmV_q0gU" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MDYxOTU1NTYuMzQ2MzM0Mn0:1rT1PA:eY773RCB7MR8F18DEdvrbTT68bp1PxH6NZsAXNGxIjc" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MDYxOTU1NTYuMzQ2NDM5MX0:1rT1PA:1ypAmyW9K3MV18xhC-1H8tX1ZX69uu5kdlZ1LSZ0hW8" 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=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MDYxOTU1NTYuMzQ2NTM1fQ:1rT1PA:Iw8AYqpCmKpzrjrgdtMKmSocYihBNA3hXICkIzQ62zE" width="112"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td style="font-family:'GTWalsheimProBold', Helvetica, Arial, sans-serif;font-size: 12px;line-height:14px;color:#FFFFFF;" valign="middle">
         215 Park Avenue South, 11th Floor
         <br/>
         New York, NY 10003
        </td>
       </tr>
       <tr>
        <td class="footer-padding" style="font-family:'GTWalsheimProBold', Helvetica, Arial, sans-serif;font-size: 12px;line-height:14px;color:#FFFFFF;padding-top:16px;" valign="middle">
         You’re receiving this email at
         <span style="color:#ffffff;">
          1d7e174c@uifeed.com
         </span>
         because you signed up to receive some creative goodness in your inbox (and other updates from Skillshare as we have them).
        </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:12px;line-height: 14px;color:#FFFFFF;padding-top:16px;">
            If you need a little break, you can
            <a style="color:#00FF84;text-decoration: none;">
             unsubscribe here
            </a>
            or update your
            <a style="color:#00FF84;text-decoration: none;">
             communication preferences
            </a>
            .
           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- END: Footer Blue -->
   </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%253Dc5b216f8-31c9-4c6f-86c1-e2015c2cc65b%2526txnid%253D8dbb98db-e3f7-4452-9f40-fcbb37b123e6%2526bsft_aaid%253Dd5edc627-0f6f-46e0-b492-6ae0d9cbe64a%2526eid%253Dff8c8d7a-441d-4227-bf7b-4030a185f055%2526mid%253Db141915b-daf5-4d05-b854-c01e3160d019%2526bsft_ek%253D2024-01-25T15%253A01%253A17Z%2526bsft_tv%253D5%2526bsft_mime_type%253Dhtml%2526a%253Dopen/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5za2lsbCIsInRpbWUiOjE3MDYxOTU1NTYuMzQ2OTY1OH0:1rT1PA:-czNaT5_TdoM_RART706iFRoj1g5izYuTi-IQzRVyzA" 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%253DzPRo7cL5MV1Kn8IOc6590I3tAGjU3aybAZc8K165VOiwJ-2F2RJ0zLi5Gw7dyQPjt6tTyQj1v-2Bz7d9aUp8-2BqtaJSlGysTPUi3O2S73hCBE796cIMF9tZW9b0gpLFqJmpGxoqHkvTwEjpdTIQYhPuCQLS7NNnYOimxleWBc-2BeMHKbbHmANKjNcs8kWRADloAVZ-2BLvdjoyvQoBmzDqZ0gMNjwWd8UPadZt94gv4WeVbpipufP26n34La3bkVEjRBeMVMqRhi69SiZUigxpQknPfRkA-2B-2BTCZkJmoejYkUaU70qmgsPWYN36jQi6VJ9jn5BaOY1pRD8bVTd06oTqRZQz1-2BJdkMjqMPkNF39QtnPVfShuf0wL9xgaktqzUmlhXJdh6fHPGoWZZsqgYaMm13VdoEB6uJtk4eNZ8R5sRMT13C2HTLusZYfKTwunhysf9olG-2BtKN7QzQNcf7aWvM3hLxe0dPqCQUep2JqJJWu-2BdGcvDeU3pKxx1HnwcYCc7WOSvppKSyDtE8Qo-2Fpp-2FGRxFqBfeE-2Bz02MixpViNkqHLsvq0ltcUEmzoU29TJ2hV0-2BBvLacb6RmZdEFD-2FSebRLvSLPnyGczNiA8lR-2FozGDsaWYFIuIsM1N2xm0hZY3pE7lmS6FLDvGHn-2FkUWuUqPR7oZsA7SVEr8K5nbeWYIZC-2FnEn-2BFFEs1ziKATWvwsjqGC4TJ10Uz0QQwqLhP9E2t9tz2Hk3bfDLVw8AskiUxRjsqbz8CjKxYYly5iJwjhKRJ4Sy6nTABbEK2TfSp6NRHqdDbc09JkIaz3HcfErYpIIVQk7Io9dAuibgnfN6RLewMorEPzYXP9-2B4PR2UfYS95-2FTLZ5xO9IKWYGlC2AxfyPyD05tz70pTQ8QUSRIF7FJm1aTqTXqBd5Qz7xxJETM7feDysnHWzz-2BAocPBQolkJ7StoCFvuDm74pkBHZtZRH-2BYo2DgzJzntcxqUkf8r6Vw09Z6Zpx5LccLzvSbZpkVSjW0GxU-2BJu-2FH5StDvgspD61aLiFe0c-2FAzl72X8wnq6CnRcje94oyXim92h7yOxdJUyHavZJ9NRW0-3D/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmVtYWlsLnNraWxscyIsInRpbWUiOjE3MDYxOTU1NTYuMzQ3MzE3fQ:1rT1PA:yK0B6lBPkdu_I1-eEBgq-dFsMFGyfWxmoSjFkbR41M0" 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>