Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 104.85 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
  3.             xmlns:o="urn:schemas-microsoft-com:office:office">
  4. <head>
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  6.     <meta name="viewport" content="width=device-width, initial-scale=1"/>
  7.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  8.     <meta name="x-apple-disable-message-reformatting"/>
  9.     <meta name="apple-mobile-web-app-capable" content="yes"/>
  10.     <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
  11.     <meta name="format-detection" content="telephone=no"/>
  12.     <title></title>
  13.     <link href="https://fonts.googleapis.com/css?family=PT+Sans&display=swap" rel="stylesheet" type="text/css"/>
  14.     <style type="text/css">
  15.         /* Resets */
  16.         .ReadMsgBody {
  17.             width: 100%;
  18.             background-color: #ebebeb;
  19.         }
  20.  
  21.         .ExternalClass {
  22.             width: 100%;
  23.             background-color: #ebebeb;
  24.         }
  25.  
  26.         .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
  27.             line-height: 100%;
  28.         }
  29.  
  30.         a[x-apple-data-detectors] {
  31.             color: inherit !important;
  32.             text-decoration: none !important;
  33.             font-size: inherit !important;
  34.             font-family: inherit !important;
  35.             font-weight: inherit !important;
  36.             line-height: inherit !important;
  37.         }
  38.  
  39.         body {
  40.             -webkit-text-size-adjust: none;
  41.             -ms-text-size-adjust: none;
  42.         }
  43.  
  44.         body {
  45.             margin: 0;
  46.             padding: 0;
  47.         }
  48.  
  49.         .yshortcuts a {
  50.             border-bottom: none !important;
  51.         }
  52.  
  53.         .rnb-del-min-width {
  54.             min-width: 0 !important;
  55.         }
  56.  
  57.         /* Add new outlook css start */
  58.         .templateContainer {
  59.             max-width: 590px !important;
  60.             width: auto !important;
  61.         }
  62.  
  63.         /* Add new outlook css end */
  64.  
  65.         /* Image width by default for 3 columns */
  66.         img[class="rnb-col-4-img"] {
  67.             max-width: 120px;
  68.         }
  69.  
  70.         /* Image width by default for 3 columns */
  71.         img[class="rnb-col-3-img"] {
  72.             max-width: 170px;
  73.         }
  74.  
  75.         /* Image width by default for 2 columns */
  76.         img[class="rnb-col-2-img"] {
  77.             max-width: 264px;
  78.         }
  79.  
  80.         /* Image width by default for 2 columns aside small size */
  81.         img[class="rnb-col-2-img-side-xs"] {
  82.             max-width: 180px;
  83.         }
  84.  
  85.         /* Image width by default for 2 columns aside big size */
  86.         img[class="rnb-col-2-img-side-xl"] {
  87.             max-width: 350px;
  88.         }
  89.  
  90.         /* Image width by default for 1 column */
  91.         img[class="rnb-col-1-img"] {
  92.             max-width: 550px;
  93.         }
  94.  
  95.         /* Image width by default for header */
  96.         img[class="rnb-header-img"] {
  97.             max-width: 590px;
  98.         }
  99.  
  100.         /* Ckeditor line-height spacing */
  101.         .rnb-force-col p, ul, ol {
  102.             margin: 0px !important;
  103.         }
  104.  
  105.         .rnb-del-min-width p, ul, ol {
  106.             margin: 0px !important;
  107.         }
  108.  
  109.         /* tmpl-2 preview */
  110.         .rnb-tmpl-width {
  111.             width: 100% !important;
  112.         }
  113.  
  114.         /* tmpl-11 preview */
  115.         .rnb-social-width {
  116.             padding-right: 15px !important;
  117.         }
  118.  
  119.         /* tmpl-11 preview */
  120.         .rnb-social-align {
  121.             float: right !important;
  122.         }
  123.  
  124.         /* Ul Li outlook extra spacing fix */
  125.         li {
  126.             mso-margin-top-alt: 0;
  127.             mso-margin-bottom-alt: 0;
  128.         }
  129.  
  130.         /* Outlook fix */
  131.         table {
  132.             mso-table-lspace: 0pt;
  133.             mso-table-rspace: 0pt;
  134.         }
  135.  
  136.         /* Outlook fix */
  137.         table, tr, td {
  138.             border-collapse: collapse;
  139.         }
  140.  
  141.         /* Outlook fix */
  142.         p, a, li, blockquote {
  143.             mso-line-height-rule: exactly;
  144.         }
  145.  
  146.         /* Outlook fix */
  147.         .msib-right-img {
  148.             mso-padding-alt: 0 !important;
  149.         }
  150.  
  151.         /* Fix text line height on preview */
  152.         .content-spacing div {
  153.             display: list-item;
  154.             list-style-type: none;
  155.         }
  156.  
  157.         .desktop-only {
  158.             overflow: visible !important;
  159.             float: none !important;
  160.             display: block !important;
  161.             line-height:100% !important;
  162.         }
  163.  
  164.         .mobile-only {
  165.             overflow:hidden;
  166.             float:left;
  167.             display:none;
  168.             line-height:0px;
  169.             mso-hide:all
  170.         }
  171.  
  172.         @media only screen and (min-width: 590px) {
  173.             /* mac fix width */
  174.             .templateContainer {
  175.                 width: 590px !important;
  176.             }
  177.  
  178.             .images-list-first {
  179.                 padding-bottom: 20px;
  180.                 border-collapse: separate;
  181.             }
  182.         }
  183.  
  184.         @media screen and (max-width: 360px) {
  185.             /* yahoo app fix width "tmpl-2 tmpl-10 tmpl-13" in android devices */
  186.             .rnb-yahoo-width {
  187.                 width: 360px !important;
  188.             }
  189.         }
  190.  
  191.         @media screen and (max-width: 380px) {
  192.             /* fix width and font size "tmpl-4 tmpl-6" in mobile preview */
  193.             .element-img-text {
  194.                 font-size: 24px !important;
  195.             }
  196.  
  197.             .element-img-text2 {
  198.                 width: 230px !important;
  199.             }
  200.  
  201.             .content-img-text-tmpl-6 {
  202.                 font-size: 24px !important;
  203.             }
  204.  
  205.             .content-img-text2-tmpl-6 {
  206.                 width: 220px !important;
  207.             }
  208.         }
  209.  
  210.         @media screen and (max-width: 480px) {
  211.             td[class="rnb-container-padding"] {
  212.                 padding-left: 10px !important;
  213.                 padding-right: 10px !important;
  214.             }
  215.  
  216.             /* force container nav to (horizontal) blocks */
  217.             td.rnb-force-nav {
  218.                 display: inherit;
  219.             }
  220.  
  221.             /* fix text alignment "tmpl-11" in mobile preview */
  222.             .rnb-social-text-left {
  223.                 width: 100%;
  224.                 text-align: center;
  225.                 margin-bottom: 15px;
  226.             }
  227.  
  228.             .rnb-social-text-right {
  229.                 width: 100%;
  230.                 text-align: center;
  231.             }
  232.         }
  233.  
  234.         @media only screen and (max-width: 600px) {
  235.  
  236.             /* center the address &amp; social icons */
  237.             .rnb-text-center {
  238.                 text-align: center !important;
  239.             }
  240.  
  241.             .desktop-only {
  242.                 overflow:hidden !important;
  243.                 float:left !important;
  244.                 display:none !important;
  245.                 line-height:0px !important;
  246.             }
  247.  
  248.             .mobile-only {
  249.                 overflow: visible !important;
  250.                 float: none !important;
  251.                 display: block !important;
  252.                 line-height:100% !important;
  253.                 max-height: none !important;
  254.                 width: auto !important;
  255.                 display: table-cell !important;
  256.                 line-height: initial !important;
  257.                 visibility: visible !important;
  258.             }
  259.  
  260.             .description-mobile,
  261.             .description-mobile span,
  262.             .description-mobile div {
  263.                 font-size: 24px !important;
  264.                 line-height: 1.5 !important;
  265.             }
  266.  
  267.             .block-1 .description-1 {
  268.                 margin-top: 25px !important;
  269.             }
  270.  
  271.             .block-1 .description-2 {
  272.                 line-height: 1.2 !important;
  273.                 margin-bottom: 50px;
  274.             }
  275.  
  276.             .block-1 span.description-2-title {
  277.                 display: block;
  278.                 margin-bottom: 25px;
  279.             }
  280.  
  281.             .footer-last .footer {
  282.                 display: block;
  283.                 padding-bottom: 60px !important;
  284.             }
  285.  
  286.             .support-title {
  287.                 width: 84% !important;
  288.             }
  289.  
  290.             .mobile-fullwidth {
  291.                 width: 100% !important;
  292.             }
  293.  
  294.             .mobile-table {
  295.                 margin-bottom: 55px;
  296.             }
  297.  
  298.             .mobile-table div {
  299.                 font-size: 25px !important;
  300.                 line-height: 1.2 !important;
  301.             }
  302.  
  303.             .mobile-table th {
  304.                 border: 3px solid #fff !important;
  305.             }
  306.  
  307.             .mobile-table th > div {
  308.                 padding: 40px 10px 30px !important;
  309.             }
  310.  
  311.             .want-more-title {
  312.                 font-size: 36px !important;
  313.                 line-height: 1.2 !important;
  314.                 padding-bottom: 5px;
  315.                 padding-top: 50px;
  316.             }
  317.  
  318.             .want-more-title hr {
  319.                 width: 20px !important;
  320.                 border-width: 4px !important;
  321.             }
  322.  
  323.             .want-more-title strong {
  324.                 display: inline-block;
  325.                 max-width: 404px !important;
  326.             }
  327.  
  328.             .images-list img {
  329.                 max-width: 380px !important
  330.             }
  331.  
  332.             .images-list div,
  333.             .images-list strong {
  334.                 font-size: 26px !important;
  335.                 line-height: 1.2 !important;
  336.             }
  337.  
  338.             .images-list a {
  339.                 display: block;
  340.                 margin-top: 10px;
  341.             }
  342.  
  343.             .images-list span div {
  344.                 margin-top: 17px !important;
  345.             }
  346.  
  347.             .images-list .rnb-force-col {
  348.                 margin-bottom: 50px !important;
  349.             }
  350.  
  351.             div > img.rnb-logo-bottom {
  352.                 width: 400px !important;
  353.                 max-width: 400px !important;
  354.                 margin: 30px 0 !important;
  355.             }
  356.  
  357.             .images-description {
  358.                 font-size: 28px;
  359.                 line-height: 28px;
  360.             }
  361.  
  362.             .footer {
  363.                 font-size: 20px !important;
  364.                 padding: 0 30px !important;
  365.                 line-height: 1.2;
  366.             }
  367.  
  368.             .footer > div:last-child {
  369.                 padding: 0 80px 80px;
  370.             }
  371.  
  372.             .essilor-block-1 {
  373.                 /* todo */
  374.                 padding: 2px 14px;
  375.             }
  376.  
  377.             .essilor-block-1 img {
  378.                 width: 100% !important;
  379.             }
  380.  
  381.             .essilor-block-2 {
  382.                 padding-bottom: 85px !important;
  383.             }
  384.  
  385.             .block-3-image {
  386.                 margin-top: 20px;
  387.                 margin-bottom: 50px;
  388.             }
  389.  
  390.             .block-5-image {
  391.                 margin-top: 15px;
  392.                 margin-bottom: 30px;
  393.             }
  394.  
  395.             .description-6 div {
  396.                 margin-bottom: 30px;
  397.             }
  398.  
  399.             /* force container columns to (horizontal) blocks */
  400.             th.rnb-force-col {
  401.                 display: block;
  402.                 padding-right: 0 !important;
  403.                 padding-left: 0 !important;
  404.                 width: 100%;
  405.             }
  406.  
  407.             table.rnb-container {
  408.                 width: 100% !important;
  409.                 padding-left: 30px !important;
  410.                 padding-right: 30px !important;
  411.             }
  412.  
  413.             table.rnb-container.block-4-items {
  414.                 padding-right: 0 !important;
  415.                 padding-left: 0 !important;
  416.             }
  417.  
  418.             table.rnb-btn-col-content {
  419.                 width: 100% !important;
  420.             }
  421.  
  422.             table.rnb-col-3 {
  423.                 /* unset table align="left/right" */
  424.                 float: none !important;
  425.                 width: 100% !important;
  426.  
  427.                 /* change left/right padding and margins to top/bottom ones */
  428.                 margin-bottom: 10px;
  429.                 padding-bottom: 10px;
  430.                 /*border-bottom: 1px solid #eee;*/
  431.             }
  432.  
  433.             table.rnb-last-col-3 {
  434.                 /* unset table align="left/right" */
  435.                 float: none !important;
  436.                 width: 100% !important;
  437.             }
  438.  
  439.             table.rnb-col-2 {
  440.                 /* unset table align="left/right" */
  441.                 float: none !important;
  442.                 width: 100% !important;
  443.  
  444.                 /* change left/right padding and margins to top/bottom ones */
  445.                 margin-bottom: 10px;
  446.                 padding-bottom: 10px;
  447.                 /*border-bottom: 1px solid #eee;*/
  448.             }
  449.  
  450.             table.rnb-col-4-2 {
  451.                 /* unset table align="left/right" */
  452.                 float: none !important;
  453.                 width: 100% !important;
  454.  
  455.                 /* change left/right padding and margins to top/bottom ones */
  456.                 margin-bottom: 10px;
  457.                 padding-bottom: 10px;
  458.                 /*border-bottom: 1px solid #eee;*/
  459.             }
  460.  
  461.             table.rnb-col-2-noborder-onright {
  462.                 /* unset table align="left/right" */
  463.                 float: none !important;
  464.                 width: 100% !important;
  465.  
  466.                 /* change left/right padding and margins to top/bottom ones */
  467.                 margin-bottom: 10px;
  468.                 padding-bottom: 10px;
  469.             }
  470.  
  471.             table.rnb-col-2-noborder-onleft {
  472.                 /* unset table align="left/right" */
  473.                 float: none !important;
  474.                 width: 100% !important;
  475.  
  476.                 /* change left/right padding and margins to top/bottom ones */
  477.                 margin-top: 10px;
  478.                 padding-top: 10px;
  479.             }
  480.  
  481.             table.rnb-last-col-2 {
  482.                 /* unset table align="left/right" */
  483.                 float: none !important;
  484.                 width: 100% !important;
  485.             }
  486.  
  487.             table.rnb-col-1 {
  488.                 /* unset table align="left/right" */
  489.                 float: none !important;
  490.                 width: 100% !important;
  491.             }
  492.  
  493.             img.rnb-col-3-img {
  494.                 /**max-width:none !important;**/
  495.                 width: 100% !important;
  496.             }
  497.  
  498.             img.rnb-col-4-2-img {
  499.                 /**max-width:none !important;**/
  500.                 width: 50% !important;
  501.             }
  502.  
  503.             img.rnb-col-2-img {
  504.                 /**max-width:none !important;**/
  505.                 width: 100% !important;
  506.             }
  507.  
  508.             img.rnb-col-2-img-side-xs {
  509.                 /**max-width:none !important;**/
  510.                 width: 100% !important;
  511.             }
  512.  
  513.             img.rnb-col-2-img-side-xl {
  514.                 /**max-width:none !important;**/
  515.                 width: 100% !important;
  516.             }
  517.  
  518.             img.rnb-col-1-img {
  519.                 /**max-width:none !important;**/
  520.                 width: 100% !important;
  521.             }
  522.  
  523.             img.rnb-header-img {
  524.                 /**max-width:none !important;**/
  525.                 width: 100% !important;
  526.                 margin: 0 auto;
  527.             }
  528.  
  529.             img.rnb-logo-img {
  530.                 /**max-width:none !important;**/
  531.                 width: 200px !important;
  532.                 max-width: 200px !important;
  533.                 margin: 15px 0 !important;
  534.             }
  535.  
  536.             img.essilor-header-1 {
  537.                 max-width: 93% !important;
  538.             }
  539.  
  540.             td.rnb-mbl-float-none {
  541.                 float: inherit !important;
  542.             }
  543.  
  544.             .img-block-center {
  545.                 text-align: center !important;
  546.             }
  547.  
  548.             .logo-img-center {
  549.                 float: inherit !important;
  550.             }
  551.  
  552.             img.image-block-2 {
  553.                 margin-top: 40px !important;
  554.                 margin-bottom: 85px !important;
  555.             }
  556.  
  557.             /* tmpl-11 preview */
  558.             .rnb-social-align {
  559.                 margin: 0 auto !important;
  560.                 float: inherit !important;
  561.             }
  562.  
  563.             /* tmpl-11 preview */
  564.             .rnb-social-center {
  565.                 display: inline-block;
  566.             }
  567.  
  568.             /* tmpl-11 preview */
  569.             .social-text-spacing {
  570.                 margin-bottom: 0px !important;
  571.                 padding-bottom: 0px !important;
  572.             }
  573.  
  574.             /* tmpl-11 preview */
  575.             .social-text-spacing2 {
  576.                 padding-top: 15px !important;
  577.             }
  578.  
  579.         }
  580.  
  581.         @media screen {
  582.             body {
  583.                 font-family: 'pt-sans', 'Arial', Helvetica, sans-serif;
  584.             }
  585.         }
  586.     </style>
  587.     <!--[if gte mso 11]>
  588.     <style type="text/css">
  589.         table {
  590.             border-spacing: 0;
  591.         }
  592.  
  593.         table td {
  594.             border-collapse: separate;
  595.         }
  596.     </style>
  597.     <![endif]-->
  598.     <!--[if !mso]><!-->
  599.     <style type="text/css">
  600.         table {
  601.             border-spacing: 0;
  602.         }
  603.  
  604.         table td {
  605.             border-collapse: collapse;
  606.         }
  607.     </style>
  608.     <!--<![endif]-->
  609.     <!--[if gte mso 15]>
  610.         <xml>
  611.             <o:OfficeDocumentSettings>
  612.                 <o:AllowPNG/>
  613.                 <o:PixelsPerInch>96</o:PixelsPerInch>
  614.             </o:OfficeDocumentSettings>
  615.         </xml>
  616.     <![endif]-->
  617.     <!--[if gte mso 9]>
  618.         <xml>
  619.             <o:OfficeDocumentSettings>
  620.                 <o:AllowPNG/>
  621.                 <o:PixelsPerInch>96</o:PixelsPerInch>
  622.             </o:OfficeDocumentSettings>
  623.         </xml>
  624.     <![endif]-->
  625.     </head>
  626. <body>
  627.  
  628. <table border="0" align="center" width="100%" cellpadding="0" cellspacing="0" class="main-template" bgcolor="#f9fafc"
  629.              style="background-color: rgb(249, 250, 252);">
  630.  
  631.     <tbody>
  632.     <tr style="display:none !important; font-size:1px; mso-hide: all;">
  633.         <td></td>
  634.         <td></td>
  635.     </tr>
  636.     <tr>
  637.         <td align="center" valign="top">
  638.             <!--[if gte mso 9]>
  639.             <table align="center" border="0" cellspacing="0" cellpadding="0" width="590" style="width:590px;">
  640.                 <tr>
  641.                     <td align="center" valign="top" width="590" style="width:590px;">
  642.             <![endif]-->
  643.             <table border="0" cellpadding="0" cellspacing="0" width="590" class="templateContainer"
  644.                          style="max-width:590px!important; width: 590px;">
  645.                 <tbody>
  646.                 <tr>
  647.  
  648.                     <td align="center" valign="top">
  649.  
  650.                         <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  651.                                      style="min-width:590px;" name="Layout_0" id="Layout_0">
  652.                             <tbody>
  653.                             <tr>
  654.                                 <td class="rnb-del-min-width" valign="top" align="center" style="min-width:590px;">
  655.                                     <table width="100%" cellpadding="0" border="0" height="38" cellspacing="0">
  656.                                         <tbody>
  657.                                         <tr>
  658.                                             <td valign="top" height="38">
  659.                                                 <img width="20" height="38" style="display:block; max-height:38px; max-width:20px;" alt=""
  660.                                                          src="http://img.mailinblue.com/new_images/rnb/rnb_space.gif">
  661.                                             </td>
  662.                                         </tr>
  663.                                         </tbody>
  664.                                     </table>
  665.                                 </td>
  666.                             </tr>
  667.                             </tbody>
  668.                         </table>
  669.                     </td>
  670.                 </tr>
  671.                 <tr>
  672.  
  673.                     <td align="center" valign="top">
  674.  
  675.                         <div style="background-color: rgb(255, 255, 255); border-radius: 0px;">
  676.  
  677.                             <!--[if mso]>
  678.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  679.                                 <tr>
  680.                             <![endif]-->
  681.  
  682.                             <!--[if mso]>
  683.                             <td valign="top" width="590" style="width:590px;">
  684.                             <![endif]-->
  685.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  686.                                          style="min-width:590px;" name="Layout_1" id="Layout_1">
  687.                                 <tbody>
  688.                                 <tr>
  689.                                     <td class="rnb-del-min-width" align="center" valign="top" style="min-width:590px;">
  690.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-container"
  691.                                                      bgcolor="#ffffff"
  692.                                                      style="background-color: rgb(255, 255, 255); border-radius: 0px; padding-left: 20px; padding-right: 20px; border-collapse: separate;">
  693.                                             <tbody>
  694.                                             <tr>
  695.                                                 <td height="8" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  696.                                             </tr>
  697.                                             <tr>
  698.                                                 <td valign="top" class="rnb-container-padding" align="left">
  699.                                                     <table width="100%" cellpadding="0" border="0" align="center" cellspacing="0">
  700.                                                         <tbody>
  701.                                                         <tr>
  702.                                                             <td valign="top" align="center">
  703.                                                                 <table cellpadding="0" border="0" align="center" cellspacing="0"
  704.                                                                              class="logo-img-center">
  705.                                                                     <tbody>
  706.                                                                     <tr>
  707.                                                                         <td valign="middle" align="center" style="line-height: 1px;">
  708.                                                                             <div
  709.                                                                                     style="border-top:0px None #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;display:inline-block; "
  710.                                                                                     cellspacing="0" cellpadding="0" border="0">
  711.                                                                                 <div><img width="89" vspace="0" hspace="0" border="0" alt="Sending mail"
  712.                                                                                                     style="float: left;max-width:89px;display:block;" class="rnb-logo-img essilor-logo"
  713.                                                                                                     src="https://img.mailinblue.com/2633578/images/rnb/original/5e2f48663146568b4423b278.png">
  714.                                                                                 </div>
  715.                                                                             </div>
  716.                                                                         </td>
  717.                                                                     </tr>
  718.                                                                     </tbody>
  719.                                                                 </table>
  720.                                                             </td>
  721.                                                         </tr>
  722.                                                         </tbody>
  723.                                                     </table>
  724.                                                 </td>
  725.                                             </tr>
  726.                                             <tr>
  727.                                                 <td height="8" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  728.                                             </tr>
  729.                                             </tbody>
  730.                                         </table>
  731.                                     </td>
  732.                                 </tr>
  733.                                 </tbody>
  734.                             </table>
  735.                             <!--[if mso]>
  736.                             </td>
  737.                             <![endif]-->
  738.  
  739.                             <!--[if mso]>
  740.                             </tr>
  741.                             </table>
  742.                             <![endif]-->
  743.  
  744.                         </div>
  745.                     </td>
  746.                 </tr>
  747.                 <tr>
  748.  
  749.                     <td align="center" valign="top" class="desktop-only">
  750.  
  751.                         <div style="background-color: rgb(255, 255, 255);">
  752.  
  753.                             <!--[if mso]>
  754.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  755.                                 <tr>
  756.                             <![endif]-->
  757.  
  758.                             <!--[if mso]>
  759.                             <td valign="top" width="590" style="width:590px;">
  760.                             <![endif]-->
  761.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  762.                                          style="min-width:100%; -webkit-backface-visibility: hidden; line-height: 10px;" name="Layout_10"
  763.                                          id="Layout_10">
  764.                                 <tbody>
  765.                                 <tr>
  766.                                     <td class="rnb-del-min-width" valign="top" align="center" style="min-width: 590px;">
  767.                                         <table width="100%" class="rnb-container" cellpadding="0" border="0" bgcolor="#ffffff"
  768.                                                      align="center" cellspacing="0" style="background-color: rgb(255, 255, 255);">
  769.                                             <tbody>
  770.                                             <tr>
  771.                                                 <td valign="top" align="center">
  772.                                                     <table cellspacing="0" cellpadding="0" border="0">
  773.                                                         <tbody>
  774.                                                         <tr>
  775.                                                             <td>
  776.                                                                 <div
  777.                                                                         style="display:inline-block; border-radius:0px; width:590;;max-width:1400px !important;border-top:0px None #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;border-collapse: separate;border-radius: 0px;">
  778.                                                                     <div><img ng-if="col.img.source != 'url'" border="0" hspace="0" vspace="0" width="590"
  779.                                                                                         class="rnb-header-img" alt=""
  780.                                                                                         style="display:block; float:left; border-radius: 0px; "
  781.                                                                                         src="https://img.mailinblue.com/2633578/images/rnb/original/5e2d98d2ff9c3a3b5f08934a.png">
  782.                                                                     </div>
  783.                                                                     <div style="clear:both;"></div>
  784.                                                                 </div>
  785.                                                             </td>
  786.                                                         </tr>
  787.                                                         </tbody>
  788.                                                     </table>
  789.  
  790.                                                 </td>
  791.                                             </tr>
  792.                                             </tbody>
  793.                                         </table>
  794.                                     </td>
  795.                                 </tr>
  796.                                 </tbody>
  797.                             </table>
  798.                             <!--[if mso]>
  799.                             </td>
  800.                             <![endif]-->
  801.  
  802.                             <!--[if mso]>
  803.                             </tr>
  804.                             </table>
  805.                             <![endif]-->
  806.  
  807.                         </div>
  808.                     </td>
  809.                 </tr>
  810.                 <!--[if !mso]><\!-->
  811.                 <tr>
  812.  
  813.                     <td align="center" valign="top" class="mobile-only" style="mso-hide: all; overflow: hidden; max-height: 0; width: 0; display: none; line-height: 0; visibility: hidden;">
  814.  
  815.                         <div style="background-color: rgb(255, 255, 255);">
  816.  
  817.                             <!--[if mso]>
  818.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  819.                                 <tr>
  820.                             <![endif]-->
  821.  
  822.                             <!--[if mso]>
  823.                             <td valign="top" width="590" style="width:590px;">
  824.                             <![endif]-->
  825.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  826.                                          style="min-width:100%; -webkit-backface-visibility: hidden; line-height: 10px;" name="Layout_32"
  827.                                          id="Layout_32">
  828.                                 <tbody>
  829.                                 <tr>
  830.                                     <td class="rnb-del-min-width" valign="top" align="center" style="min-width: 590px;">
  831.                                         <table width="100%" class="rnb-container" cellpadding="0" border="0" bgcolor="#ffffff"
  832.                                                      align="center" cellspacing="0" style="background-color: rgb(255, 255, 255);">
  833.                                             <tbody>
  834.                                             <tr>
  835.                                                 <td valign="top" align="center">
  836.                                                     <table cellspacing="0" cellpadding="0" border="0">
  837.                                                         <tbody>
  838.                                                         <tr>
  839.                                                             <td>
  840.                                                                 <div
  841.                                                                         style="display:inline-block; border-radius:0px; width:590;;max-width:640px !important;border-top:0px None #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;border-collapse: separate;border-radius: 0px;">
  842.                                                                     <div><img ng-if="col.img.source != 'url'" border="0" hspace="0" vspace="0" width="590"
  843.                                                                                         class="rnb-header-img" alt=""
  844.                                                                                         style="display:block; float:left; border-radius: 0px; "
  845.                                                                                         src="https://img.mailinblue.com/2633578/images/rnb/original/5e2ef5ec31465678c84a557b.png">
  846.                                                                     </div>
  847.                                                                     <div style="clear:both;"></div>
  848.                                                                 </div>
  849.                                                             </td>
  850.                                                         </tr>
  851.                                                         </tbody>
  852.                                                     </table>
  853.  
  854.                                                 </td>
  855.                                             </tr>
  856.                                             </tbody>
  857.                                         </table>
  858.                                     </td>
  859.                                 </tr>
  860.                                 </tbody>
  861.                             </table>
  862.                             <!--[if mso]>
  863.                             </td>
  864.                             <![endif]-->
  865.  
  866.                             <!--[if mso]>
  867.                             </tr>
  868.                             </table>
  869.                             <![endif]-->
  870.  
  871.                         </div>
  872.                     </td>
  873.                 </tr>
  874.                 <!-- <![endif]-->
  875.                 <tr>
  876.  
  877.                     <td align="center" valign="top" class="desktop-only">
  878.  
  879.                         <div style="background-color: rgb(255, 255, 255);">
  880.  
  881.                             <!--[if mso]>
  882.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  883.                                 <tr>
  884.                             <![endif]-->
  885.  
  886.                             <!--[if mso]>
  887.                             <td valign="top" width="590" style="width:590px;">
  888.                             <![endif]-->
  889.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  890.                                          style="min-width:100%; -webkit-backface-visibility: hidden; line-height: 10px;" name="Layout_28"
  891.                                          id="Layout_28">
  892.                                 <tbody>
  893.                                 <tr>
  894.                                     <td class="rnb-del-min-width" valign="top" align="center"
  895.                                             style="min-width: 590px; padding-top: 20px;">
  896.                                         <table width="100%" class="rnb-container" cellpadding="0" border="0" bgcolor="#ffffff"
  897.                                                      align="center" cellspacing="0" style="background-color: rgb(255, 255, 255);">
  898.                                             <tbody>
  899.                                             <tr>
  900.                                                 <td valign="top" align="center">
  901.                                                     <table cellspacing="0" cellpadding="0" border="0">
  902.                                                         <tbody>
  903.                                                         <tr>
  904.                                                             <td>
  905.                                                                 <div
  906.                                                                         style="display:inline-block; border-radius:0px; width:574;;max-width:1363px !important;border-top:0px Solid #ffffff;border-right:16px Solid #ffffff;border-bottom:0px Solid #ffffff;border-left:0px Solid #ffffff;border-collapse: separate;border-radius: 0px;">
  907.                                                                     <div><img ng-if="col.img.source != 'url'" border="0" hspace="0" vspace="0" width="574"
  908.                                                                                         class="rnb-header-img" alt=""
  909.                                                                                         style="display:block; float:left; border-radius: 0px; "
  910.                                                                                         src="https://img.mailinblue.com/2633578/images/rnb/original/5e2f49dbf23cd694e23f845e.png">
  911.                                                                     </div>
  912.                                                                     <div style="clear:both;"></div>
  913.                                                                 </div>
  914.                                                             </td>
  915.                                                         </tr>
  916.                                                         </tbody>
  917.                                                     </table>
  918.  
  919.                                                 </td>
  920.                                             </tr>
  921.                                             </tbody>
  922.                                         </table>
  923.                                     </td>
  924.                                 </tr>
  925.                                 </tbody>
  926.                             </table>
  927.                             <!--[if mso]>
  928.                             </td>
  929.                             <![endif]-->
  930.  
  931.                             <!--[if mso]>
  932.                             </tr>
  933.                             </table>
  934.                             <![endif]-->
  935.  
  936.                         </div>
  937.                     </td>
  938.                 </tr>
  939.                 <!--[if !mso]><\!-->
  940.                 <tr>
  941.  
  942.                     <td align="center" valign="top" class="mobile-only" style="mso-hide: all; overflow: hidden; max-height: 0; width: 0; display: none; line-height: 0; visibility: hidden;">
  943.  
  944.                         <div style="background-color: rgb(255, 255, 255);">
  945.  
  946.                             <!--[if mso]>
  947.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  948.                                 <tr>
  949.                             <![endif]-->
  950.  
  951.                             <!--[if mso]>
  952.                             <td valign="top" width="590" style="width:590px;">
  953.                             <![endif]-->
  954.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  955.                                          style="min-width:100%; -webkit-backface-visibility: hidden; line-height: 10px;" name="Layout_33"
  956.                                          id="Layout_33">
  957.                                 <tbody>
  958.                                 <tr>
  959.                                     <td class="rnb-del-min-width" valign="top" align="center"
  960.                                             style="min-width: 590px; padding-top: 50px; padding-bottom: 30px">
  961.                                         <table width="100%" class="rnb-container" cellpadding="0" border="0" bgcolor="#ffffff"
  962.                                                      align="center" cellspacing="0" style="background-color: rgb(255, 255, 255);">
  963.                                             <tbody>
  964.                                             <tr>
  965.                                                 <td valign="top" align="center">
  966.                                                     <table cellspacing="0" cellpadding="0" border="0">
  967.                                                         <tbody>
  968.                                                         <tr>
  969.                                                             <td>
  970.                                                                 <div
  971.                                                                         style="display:inline-block; border-radius:0px; width:574;;max-width:577px !important;border-top:0px Solid #ffffff;border-right:16px Solid #ffffff;border-bottom:0px Solid #ffffff;border-left:0px Solid #ffffff;border-collapse: separate;border-radius: 0px;">
  972.                                                                     <div><img ng-if="col.img.source != 'url'" border="0" hspace="0" vspace="0" width="574"
  973.                                                                                         class="rnb-header-img essilor-header-1" alt=""
  974.                                                                                         style="display:block; float:left; border-radius: 0px; "
  975.                                                                                         src="https://img.mailinblue.com/2633578/images/rnb/original/5e2f49d8a0270484c140fd86.png">
  976.                                                                     </div>
  977.                                                                     <div style="clear:both;"></div>
  978.                                                                 </div>
  979.                                                             </td>
  980.                                                         </tr>
  981.                                                         </tbody>
  982.                                                     </table>
  983.  
  984.                                                 </td>
  985.                                             </tr>
  986.                                             </tbody>
  987.                                         </table>
  988.                                     </td>
  989.                                 </tr>
  990.                                 </tbody>
  991.                             </table>
  992.                             <!--[if mso]>
  993.                             </td>
  994.                             <![endif]-->
  995.  
  996.                             <!--[if mso]>
  997.                             </tr>
  998.                             </table>
  999.                             <![endif]-->
  1000.  
  1001.                         </div>
  1002.                     </td>
  1003.                 </tr>
  1004.                 <!-- <![endif]-->
  1005.                 <tr>
  1006.  
  1007.                     <td align="center" valign="top">
  1008.  
  1009.                         <div style="background-color: rgb(255, 255, 255);">
  1010.  
  1011.                             <!--[if mso]>
  1012.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  1013.                                 <tr>
  1014.                             <![endif]-->
  1015.  
  1016.                             <!--[if mso]>
  1017.                             <td valign="top" width="590" style="width:590px;">
  1018.                             <![endif]-->
  1019.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  1020.                                          style="min-width:100%; -webkit-backface-visibility: hidden; line-height: 10px;" name="Layout_12"
  1021.                                          id="Layout_12">
  1022.                                 <tbody>
  1023.                                 <tr>
  1024.                                     <td class="rnb-del-min-width" valign="top" align="center"
  1025.                                             style="min-width: 590px; padding-top: 0px; padding-bottom: 3px;">
  1026.                                         <table width="100%" class="rnb-container" cellpadding="0" border="0" bgcolor="#ffffff"
  1027.                                                      align="center" cellspacing="0" style="background-color: rgb(255, 255, 255);">
  1028.                                             <tbody>
  1029.                                             <tr>
  1030.                                                 <td valign="top" align="center">
  1031.                                                     <table cellspacing="0" cellpadding="16" border="0">
  1032.                                                         <tbody>
  1033.                                                         <tr>
  1034.                                                             <td>
  1035.                                                                 <div
  1036.                                                                         class="essilor-block-1"
  1037.                                                                         style="display:inline-block; border-radius:0px; width:558;;max-width:1332px !important;border-top:0px None #9c9c9c;border-right:0px None #9c9c9c;border-bottom:0px None #9c9c9c;border-left:0px None #9c9c9c;border-collapse: separate;border-radius: 0px;">
  1038.                                                                     <div><img ng-if="col.img.source != 'url'" border="0" hspace="0" vspace="0" width="558"
  1039.                                                                                         class="" alt=""
  1040.                                                                                         style="display:block; float:left; border-radius: 0px; "
  1041.                                                                                         src="https://img.mailinblue.com/2633578/images/rnb/original/5e2d9a74d5a4f9327a14fc9c.png"
  1042.                                                                                         style="width: 558px;"
  1043.                                                                     >
  1044.                                                                     </div>
  1045.                                                                     <div style="clear:both;"></div>
  1046.                                                                 </div>
  1047.                                                             </td>
  1048.                                                         </tr>
  1049.                                                         </tbody>
  1050.                                                     </table>
  1051.  
  1052.                                                 </td>
  1053.                                             </tr>
  1054.                                             </tbody>
  1055.                                         </table>
  1056.                                     </td>
  1057.                                 </tr>
  1058.                                 </tbody>
  1059.                             </table>
  1060.                             <!--[if mso]>
  1061.                             </td>
  1062.                             <![endif]-->
  1063.  
  1064.                             <!--[if mso]>
  1065.                             </tr>
  1066.                             </table>
  1067.                             <![endif]-->
  1068.  
  1069.                         </div>
  1070.                     </td>
  1071.                 </tr>
  1072.                 <tr>
  1073.  
  1074.                     <td align="center" valign="top">
  1075.  
  1076.                         <div style="background-color: rgb(255, 255, 255); border-radius: 0px;">
  1077.  
  1078.                             <!--[if mso]>
  1079.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  1080.                                 <tr>
  1081.                             <![endif]-->
  1082.  
  1083.                             <!--[if mso]>
  1084.                             <td valign="top" width="590" style="width:590px;">
  1085.                             <![endif]-->
  1086.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  1087.                                          style="min-width:100%;" name="Layout_13">
  1088.                                 <tbody>
  1089.                                 <tr>
  1090.                                     <td class="rnb-del-min-width" align="center" valign="top">
  1091.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-container"
  1092.                                                      bgcolor="#ffffff"
  1093.                                                      style="background-color: rgb(255, 255, 255); padding-left: 16px; padding-right: 16px; border-collapse: separate; border-radius: 0px; border-bottom: 0px none rgb(200, 200, 200);">
  1094.  
  1095.                                             <tbody>
  1096.                                             <tr>
  1097.                                                 <td height="0" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  1098.                                             </tr>
  1099.                                             <tr>
  1100.                                                 <td valign="top" align="left">
  1101.  
  1102.                                                     <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-columns-container">
  1103.                                                         <tbody>
  1104.                                                         <tr>
  1105.                                                             <th class="rnb-force-col"
  1106.                                                                     style="text-align: left; font-weight: normal; padding-right: 0px;" valign="top">
  1107.  
  1108.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" width="100%" align="left"
  1109.                                                                              class="rnb-col-1">
  1110.  
  1111.                                                                     <tbody>
  1112.                                                                     <tr class="block-1">
  1113.                                                                         <td class="content-spacing description-mobile description-1"
  1114.                                                                                 style="font-size:14px; font-family:'Trebuchet MS',Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 21px;">
  1115.                                                                             <div style="line-height: 21px; text-align: center;"><span style="font-size:13px;"><strong>With its new software version, Vision-RTM 800 now enables Eye Care Professionals<br>
  1116. to customize their phoropter to meet their precise needs and<br>
  1117. choose the data they want to export.</strong></span></div>
  1118.  
  1119.                                                                             <div style="line-height: 10px; text-align: center;">&nbsp;</div>
  1120.  
  1121.                                                                             <div class="description-2" style="line-height: 21px; text-align: center;"><span style="font-size:13px;"><span class="description-2-title">The flexibility of this new software</span> version means they can now:<br>
  1122. - Build their own refraction programs<br>
  1123. - Create their library of favorite tests<br>
  1124. - Configure their own refraction tests</span></div>
  1125.  
  1126.                                                                             <div style="text-align: center;">&nbsp;</div>
  1127.                                                                         </td>
  1128.                                                                     </tr>
  1129.                                                                     </tbody>
  1130.                                                                 </table>
  1131.  
  1132.                                                             </th>
  1133.                                                         </tr>
  1134.                                                         </tbody>
  1135.                                                     </table>
  1136.                                                 </td>
  1137.                                             </tr>
  1138.                                             <tr>
  1139.                                                 <td height="0" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  1140.                                             </tr>
  1141.                                             </tbody>
  1142.                                         </table>
  1143.                                     </td>
  1144.                                 </tr>
  1145.                                 </tbody>
  1146.                             </table>
  1147.                             <!--[if mso]>
  1148.                             </td>
  1149.                             <![endif]-->
  1150.  
  1151.                             <!--[if mso]>
  1152.                             </tr>
  1153.                             </table>
  1154.                             <![endif]-->
  1155.  
  1156.                         </div>
  1157.                     </td>
  1158.                 </tr>
  1159.                 <tr>
  1160.  
  1161.                     <td align="center" valign="top" class="desktop-only">
  1162.  
  1163.                         <div style="background-color: rgb(255, 255, 255);">
  1164.  
  1165.                             <!--[if mso]>
  1166.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  1167.                                 <tr>
  1168.                             <![endif]-->
  1169.  
  1170.                             <!--[if mso]>
  1171.                             <td valign="top" width="590" style="width:590px;">
  1172.                             <![endif]-->
  1173.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  1174.                                          style="min-width:100%; -webkit-backface-visibility: hidden; line-height: 10px;" name="Layout_29"
  1175.                                          id="Layout_29">
  1176.                                 <tbody>
  1177.                                 <tr>
  1178.                                     <td class="rnb-del-min-width" valign="top" align="center"
  1179.                                             style="min-width: 590px; padding-top: 20px;">
  1180.                                         <table width="100%" class="rnb-container" cellpadding="0" border="0" bgcolor="#ffffff"
  1181.                                                      align="center" cellspacing="0" style="background-color: rgb(255, 255, 255);">
  1182.                                             <tbody>
  1183.                                             <tr>
  1184.                                                 <td valign="top" align="center">
  1185.                                                     <table cellspacing="0" cellpadding="0" border="0">
  1186.                                                         <tbody>
  1187.                                                         <tr>
  1188.                                                             <td>
  1189.                                                                 <div
  1190.                                                                         style="display:inline-block; border-radius:0px; width:574;;max-width:1361px !important;border-top:0px Solid #9c9c9c;border-right:16px Solid #ffffff;border-bottom:0px Solid #9c9c9c;border-left:0px Solid #9c9c9c;border-collapse: separate;border-radius: 0px;">
  1191.                                                                     <div><img ng-if="col.img.source != 'url'" border="0" hspace="0" vspace="0" width="574"
  1192.                                                                                         class="rnb-header-img" alt=""
  1193.                                                                                         style="display:block; float:left; border-radius: 0px; "
  1194.                                                                                         src="https://img.mailinblue.com/2633578/images/rnb/original/5e2f49daf23cd694f855bf72.png">
  1195.                                                                     </div>
  1196.                                                                     <div style="clear:both;"></div>
  1197.                                                                 </div>
  1198.                                                             </td>
  1199.                                                         </tr>
  1200.                                                         </tbody>
  1201.                                                     </table>
  1202.  
  1203.                                                 </td>
  1204.                                             </tr>
  1205.                                             </tbody>
  1206.                                         </table>
  1207.                                     </td>
  1208.                                 </tr>
  1209.                                 </tbody>
  1210.                             </table>
  1211.                             <!--[if mso]>
  1212.                             </td>
  1213.                             <![endif]-->
  1214.  
  1215.                             <!--[if mso]>
  1216.                             </tr>
  1217.                             </table>
  1218.                             <![endif]-->
  1219.  
  1220.                         </div>
  1221.                     </td>
  1222.                 </tr>
  1223.                 <!--[if !mso]><\!-->
  1224.                 <tr>
  1225.  
  1226.                     <td align="center" valign="top" class="mobile-only" style="mso-hide: all; overflow: hidden; max-height: 0; width: 0; display: none; line-height: 0; visibility: hidden;">
  1227.  
  1228.                         <div style="background-color: rgb(255, 255, 255);">
  1229.  
  1230.                             <!--[if mso]>
  1231.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  1232.                                 <tr>
  1233.                             <![endif]-->
  1234.  
  1235.                             <!--[if mso]>
  1236.                             <td valign="top" width="590" style="width:590px;">
  1237.                             <![endif]-->
  1238.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  1239.                                          style="min-width:100%; -webkit-backface-visibility: hidden; line-height: 10px;" name="Layout_34"
  1240.                                          id="Layout_34">
  1241.                                 <tbody>
  1242.                                 <tr>
  1243.                                     <td class="rnb-del-min-width" valign="top" align="center"
  1244.                                             style="min-width: 590px; padding-bottom: 20px;">
  1245.                                         <table width="100%" class="rnb-container" cellpadding="0" border="0" bgcolor="#ffffff"
  1246.                                                      align="center" cellspacing="0" style="background-color: rgb(255, 255, 255);">
  1247.                                             <tbody>
  1248.                                             <tr>
  1249.                                                 <td valign="top" align="center">
  1250.                                                     <table cellspacing="0" cellpadding="0" border="0">
  1251.                                                         <tbody>
  1252.                                                         <tr>
  1253.                                                             <td>
  1254.                                                                 <div
  1255.                                                                         style="display:inline-block; border-radius:0px; width:574;;max-width:640px !important;border-top:0px Solid #9c9c9c;border-right:16px Solid #ffffff;border-bottom:0px Solid #9c9c9c;border-left:0px Solid #9c9c9c;border-collapse: separate;border-radius: 0px;">
  1256.                                                                     <div><img ng-if="col.img.source != 'url'" border="0" hspace="0" vspace="0" width="574"
  1257.                                                                                         class="rnb-header-img" alt=""
  1258.                                                                                         style="display:block; float:left; border-radius: 0px; "
  1259.                                                                                         src="https://img.mailinblue.com/2633578/images/rnb/original/5e2f4abe314656907115e8ab.png">
  1260.                                                                     </div>
  1261.                                                                     <div style="clear:both;"></div>
  1262.                                                                 </div>
  1263.                                                             </td>
  1264.                                                         </tr>
  1265.                                                         </tbody>
  1266.                                                     </table>
  1267.  
  1268.                                                 </td>
  1269.                                             </tr>
  1270.                                             </tbody>
  1271.                                         </table>
  1272.                                     </td>
  1273.                                 </tr>
  1274.                                 </tbody>
  1275.                             </table>
  1276.                             <!--[if mso]>
  1277.                             </td>
  1278.                             <![endif]-->
  1279.  
  1280.                             <!--[if mso]>
  1281.                             </tr>
  1282.                             </table>
  1283.                             <![endif]-->
  1284.  
  1285.                         </div>
  1286.                     </td>
  1287.                 </tr>
  1288.                 <!-- <![endif]-->
  1289.                 <tr>
  1290.  
  1291.                     <td align="center" valign="top">
  1292.  
  1293.                         <div style="background-color: rgb(255, 255, 255); border-radius: 0px;">
  1294.  
  1295.                             <!--[if mso 15]>
  1296.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  1297.                                 <tr>
  1298.                             <![endif]-->
  1299.  
  1300.                             <!--[if mso 15]>
  1301.                             <td valign="top" width="590" style="width:590px;">
  1302.                             <![endif]-->
  1303.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  1304.                                          style="min-width:100%;" name="Layout_15" id="Layout_15">
  1305.                                 <tbody>
  1306.                                 <tr>
  1307.                                     <td class="rnb-del-min-width" align="center" valign="top">
  1308.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-container essilor-block-2"
  1309.                                                      bgcolor="#ffffff"
  1310.                                                      style="max-width: 100%; min-width: 100%; table-layout: fixed; background-color: rgb(255, 255, 255); border-radius: 0px; border-collapse: separate; padding: 26px 16px 34px;">
  1311.                                             <tbody>
  1312.                                             <tr>
  1313.                                                 <td valign="top" align="left">
  1314.  
  1315.                                                     <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-columns-container">
  1316.                                                         <tbody>
  1317.                                                         <tr>
  1318.  
  1319.                                                             <th class="rnb-force-col img-block-center"
  1320.                                                                     style="text-align: left; font-weight: normal; padding-right: 26px;" valign="top"
  1321.                                                                     width="269">
  1322.  
  1323.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" align="left"
  1324.                                                                              class="rnb-col-2-noborder-onright" width="269">
  1325.  
  1326.  
  1327.                                                                     <tbody>
  1328.                                                                     <tr>
  1329.                                                                         <td width="100%" style="line-height: 1px;" class="img-block-center" valign="top"
  1330.                                                                                 align="left">
  1331.                                                                             <div
  1332.                                                                                     style="border-top:0px none #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;display:inline-block;">
  1333.                                                                                 <div><img alt="" border="0" hspace="0" vspace="0" width="269"
  1334.                                                                                                     style="vertical-align:top; float: left; width:269px;max-width:636px !important; "
  1335.                                                                                                     class="rnb-col-2-img-side-xl image-block-2"
  1336.                                                                                                     src="https://img.mailinblue.com/2633578/images/rnb/original/5e2d9c11ff9c3a3e7e30ae7f.png">
  1337.                                                                                 </div>
  1338.                                                                                 <div style="clear:both;"></div>
  1339.                                                                             </div>
  1340.                                                                         </td>
  1341.                                                                     </tr>
  1342.                                                                     </tbody>
  1343.                                                                 </table>
  1344.                                                             </th>
  1345.                                                             <th class="rnb-force-col" style="text-align: left; font-weight: normal" valign="top">
  1346.  
  1347.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" width="269" align="left"
  1348.                                                                              class="rnb-last-col-2">
  1349.  
  1350.                                                                     <tbody>
  1351.                                                                     <tr>
  1352.                                                                         <td class="rnb-mbl-float-none description-mobile"
  1353.                                                                                 style="font-size:13px; font-family:'Trebuchet MS',Helvetica,sans-serif;color:#3c4858;float:right;width:269px; line-height: 21px;">
  1354.                                                                             AVA<sup>TM</sup>, Essilor journey of high precision vision, is based on a precise
  1355.                                                                             refraction at 0.01D which is integrated in the lens design.<br>
  1356.                                                                             Where AVA<sup>TM</sup> is launched, Vision-RTM 800 includes a smart refraction
  1357.                                                                             program specially designed for the prescription of Essilor premium lenses with the
  1358.                                                                             AVA<sup>TM</sup> option. Every step in this “AVA<sup>TM</sup> Exam” is naturally
  1359.                                                                             sequenced to determine the precise refraction data and facilitate the ordering of
  1360.                                                                             the associated premium lenses with the AVA<sup>TM</sup> option.
  1361.                                                                         </td>
  1362.                                                                     </tr>
  1363.                                                                     </tbody>
  1364.                                                                 </table>
  1365.                                                             </th>
  1366.  
  1367.                                                         </tr>
  1368.                                                         </tbody>
  1369.                                                     </table>
  1370.                                                 </td>
  1371.                                             </tr>
  1372.                                             </tbody>
  1373.                                         </table>
  1374.  
  1375.                                     </td>
  1376.                                 </tr>
  1377.                                 </tbody>
  1378.                             </table>
  1379.                             <!--[if mso 15]>
  1380.                             </td>
  1381.                             <![endif]-->
  1382.  
  1383.                             <!--[if mso 15]>
  1384.                             </tr>
  1385.                             </table>
  1386.                             <![endif]-->
  1387.  
  1388.                         </div>
  1389.                     </td>
  1390.                 </tr>
  1391.                 <tr>
  1392.  
  1393.                     <td align="center" valign="top">
  1394.  
  1395.                         <div style="background-color: rgb(255, 255, 255);">
  1396.  
  1397.                             <!--[if mso]>
  1398.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  1399.                                 <tr>
  1400.                             <![endif]-->
  1401.  
  1402.                             <!--[if mso]>
  1403.                             <td valign="top" width="590" style="width:590px;">
  1404.                             <![endif]-->
  1405.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  1406.                                          style="min-width:100%; -webkit-backface-visibility: hidden; line-height: 10px;" name="Layout_30"
  1407.                                          id="Layout_30">
  1408.                                 <tbody>
  1409.                                 <tr>
  1410.                                     <td class="rnb-del-min-width" valign="top" align="center" style="min-width: 590px;">
  1411.                                         <table width="100%" class="rnb-container" cellpadding="0" border="0" bgcolor="#ffffff"
  1412.                                                      align="center" cellspacing="0" style="background-color: rgb(255, 255, 255);">
  1413.                                             <tbody>
  1414.                                             <tr>
  1415.                                                 <td valign="top" align="left">
  1416.                                                     <table cellspacing="0" cellpadding="0" border="0">
  1417.                                                         <tbody>
  1418.                                                         <tr>
  1419.                                                             <td>
  1420.                                                                 <div
  1421.                                                                         style="display:inline-block; border-radius:0px; width:345;;max-width:843px !important;border-top:0px Solid #9c9c9c;border-right:15px Solid #ffffff;border-bottom:0px Solid #9c9c9c;border-left:0px Solid #ffffff;border-collapse: separate;border-radius: 0px;">
  1422.                                                                     <div><img ng-if="col.img.source != 'url'" border="0" hspace="0" vspace="0" width="61%"
  1423.                                                                                         class="mobile-fullwidth" alt=""
  1424.                                                                                         style="display:block; float:left; border-radius: 0px; width: 61%;"
  1425.                                                                                         src="https://img.mailinblue.com/2633578/images/rnb/original/5e2f49d8a02704859712b502.png">
  1426.                                                                     </div>
  1427.                                                                     <div style="clear:both;"></div>
  1428.                                                                 </div>
  1429.                                                             </td>
  1430.                                                         </tr>
  1431.                                                         </tbody>
  1432.                                                     </table>
  1433.  
  1434.                                                 </td>
  1435.                                             </tr>
  1436.                                             </tbody>
  1437.                                         </table>
  1438.                                     </td>
  1439.                                 </tr>
  1440.                                 </tbody>
  1441.                             </table>
  1442.                             <!--[if mso]>
  1443.                             </td>
  1444.                             <![endif]-->
  1445.  
  1446.                             <!--[if mso]>
  1447.                             </tr>
  1448.                             </table>
  1449.                             <![endif]-->
  1450.  
  1451.                         </div>
  1452.                     </td>
  1453.                 </tr>
  1454.                 <tr>
  1455.  
  1456.                     <td align="center" valign="top" class="desktop-only">
  1457.  
  1458.                         <div style="background-color: rgb(255, 255, 255); border-radius: 0px;">
  1459.  
  1460.                             <!--[if mso 15]>
  1461.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  1462.                                 <tr>
  1463.                             <![endif]-->
  1464.  
  1465.                             <!--[if mso 15]>
  1466.                             <td valign="top" width="590" style="width:590px;">
  1467.                             <![endif]-->
  1468.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  1469.                                          style="min-width:100%;" name="Layout_17" id="Layout_17">
  1470.                                 <tbody>
  1471.                                 <tr>
  1472.                                     <td class="rnb-del-min-width" align="center" valign="top">
  1473.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-container"
  1474.                                                      bgcolor="#ffffff"
  1475.                                                      style="max-width: 100%; min-width: 100%; table-layout: fixed; background-color: rgb(255, 255, 255); border-radius: 0px; border-collapse: separate; padding: 24px 16px 20px;">
  1476.                                             <tbody>
  1477.                                             <tr>
  1478.                                                 <td valign="top" class="rnb-container-padding" align="left">
  1479.  
  1480.                                                     <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-columns-container">
  1481.                                                         <tbody>
  1482.                                                         <tr>
  1483.  
  1484.                                                             <th class="rnb-force-col" style="text-align: left; font-weight: normal" valign="top">
  1485.  
  1486.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" width="269" align="left"
  1487.                                                                              class="rnb-last-col-2">
  1488.  
  1489.                                                                     <tbody>
  1490.                                                                     <tr>
  1491.                                                                         <td class="rnb-mbl-float-none description-mobile"
  1492.                                                                                 style="font-size:13px; font-family:'Trebuchet MS',Helvetica,sans-serif;color:#3c4858;float:left;width:269px; line-height: 21px;">
  1493.                                                                             Since launch, approximately 750 units have been delivered in 35 countries all over
  1494.                                                                             the world for both ECP-like customers and key account customers. About 150,000
  1495.                                                                             refractions have been performed with a Vision-RTM 800 to date.
  1496.                                                                         </td>
  1497.                                                                     </tr>
  1498.                                                                     </tbody>
  1499.                                                                 </table>
  1500.                                                             </th>
  1501.  
  1502.                                                             <th class="msib-right-img rnb-force-col img-block-center"
  1503.                                                                     style="text-align: left; font-weight: normal; padding-left: 20px;" width="269"
  1504.                                                                     valign="top">
  1505.  
  1506.                                                                 <table width="100%" border="0" valign="top" cellspacing="0" cellpadding="0" align="left"
  1507.                                                                              class="rnb-col-2-noborder-onleft">
  1508.  
  1509.                                                                     <tbody>
  1510.                                                                     <tr>
  1511.                                                                         <td width="100%" style="line-height: 1px;" class="img-block-center" valign="top"
  1512.                                                                                 align="left">
  1513.                                                                             <div
  1514.                                                                                     style="border-top:0px none #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;display:inline-block;">
  1515.                                                                                 <div>
  1516.                                                                                     <img alt="" border="0" hspace="0" vspace="0" width="269"
  1517.                                                                                              style="vertical-align:top; float: left; max-width:637px !important; "
  1518.                                                                                              class="rnb-col-2-img-side-xl"
  1519.                                                                                              src="https://img.mailinblue.com/2633578/images/rnb/original/5e2d9d7ad0b8183c7c75ccbb.png">
  1520.                                                                                 </div>
  1521.                                                                                 <div style="clear:both;"></div>
  1522.                                                                             </div>
  1523.                                                                         </td>
  1524.                                                                     </tr>
  1525.                                                                     </tbody>
  1526.                                                                 </table>
  1527.                                                             </th>
  1528.                                                         </tr>
  1529.                                                         </tbody>
  1530.                                                     </table>
  1531.                                                 </td>
  1532.                                             </tr>
  1533.                                             </tbody>
  1534.                                         </table>
  1535.  
  1536.                                     </td>
  1537.                                 </tr>
  1538.                                 </tbody>
  1539.                             </table>
  1540.                             <!--[if mso 15]>
  1541.                             </td>
  1542.                             <![endif]-->
  1543.  
  1544.                             <!--[if mso 15]>
  1545.                             </tr>
  1546.                             </table>
  1547.                             <![endif]-->
  1548.  
  1549.                         </div>
  1550.                     </td>
  1551.                 </tr>
  1552.                 <!--[if !mso]><\!-->
  1553.                 <tr>
  1554.  
  1555.                     <td align="center" valign="top" class="mobile-only">
  1556.  
  1557.                         <div style="background-color: rgb(255, 255, 255); border-radius: 0px;">
  1558.  
  1559.                             <!--[if mso 15]>
  1560.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  1561.                                 <tr>
  1562.                             <![endif]-->
  1563.  
  1564.                             <!--[if mso 15]>
  1565.                             <td valign="top" width="590" style="width:590px;">
  1566.                             <![endif]-->
  1567.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  1568.                                          style="min-width:100%;" name="Layout_17" id="Layout_17">
  1569.                                 <tbody>
  1570.                                 <tr>
  1571.                                     <td class="rnb-del-min-width" align="center" valign="top">
  1572.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-container"
  1573.                                                      bgcolor="#ffffff"
  1574.                                                      style="max-width: 100%; min-width: 100%; table-layout: fixed; background-color: rgb(255, 255, 255); border-radius: 0px; border-collapse: separate; padding: 24px 16px 20px;">
  1575.                                             <tbody>
  1576.                                             <tr>
  1577.                                                 <td valign="top" align="left">
  1578.  
  1579.                                                     <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-columns-container">
  1580.                                                         <tbody>
  1581.                                                         <tr>
  1582.                                                             <th class="msib-left-img rnb-force-col img-block-center"
  1583.                                                                     style="text-align: left; font-weight: normal; padding-left: 20px;" width="269"
  1584.                                                                     valign="top">
  1585.  
  1586.                                                                 <table width="100%" border="0" valign="top" cellspacing="0" cellpadding="0" align="left"
  1587.                                                                              class="rnb-col-2-noborder-onleft">
  1588.  
  1589.                                                                     <tbody>
  1590.                                                                     <tr>
  1591.                                                                         <td width="100%" style="line-height: 1px;" class="img-block-center" valign="top"
  1592.                                                                                 align="left">
  1593.                                                                             <div
  1594.                                                                                     style="border-top:0px none #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;display:inline-block;">
  1595.                                                                                 <div>
  1596.                                                                                     <img alt="" border="0" hspace="0" vspace="0" width="269"
  1597.                                                                                              style="vertical-align:top; float: left; max-width:637px !important; "
  1598.                                                                                              class="rnb-col-2-img-side-xl block-3-image"
  1599.                                                                                              src="https://img.mailinblue.com/2633578/images/rnb/original/5e2d9d7ad0b8183c7c75ccbb.png">
  1600.                                                                                 </div>
  1601.                                                                                 <div style="clear:both;"></div>
  1602.                                                                             </div>
  1603.                                                                         </td>
  1604.                                                                     </tr>
  1605.                                                                     </tbody>
  1606.                                                                 </table>
  1607.                                                             </th>
  1608.                                                             <th class="rnb-force-col" style="text-align: left; font-weight: normal" valign="top">
  1609.  
  1610.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" width="269" align="left"
  1611.                                                                              class="rnb-last-col-2">
  1612.  
  1613.                                                                     <tbody>
  1614.                                                                     <tr>
  1615.                                                                         <td class="rnb-mbl-float-none description-mobile"
  1616.                                                                                 style="font-size:13px; font-family:'Trebuchet MS',Helvetica,sans-serif;color:#3c4858;float:left;width:269px; line-height: 21px;">
  1617.                                                                             Since launch, approximately 750 units have been delivered in 35 countries all over
  1618.                                                                             the world for both ECP-like customers and key account customers. About 150,000
  1619.                                                                             refractions have been performed with a Vision-RTM 800 to date.
  1620.                                                                         </td>
  1621.                                                                     </tr>
  1622.                                                                     </tbody>
  1623.                                                                 </table>
  1624.                                                             </th>
  1625.                                                         </tr>
  1626.                                                         </tbody>
  1627.                                                     </table>
  1628.                                                 </td>
  1629.                                             </tr>
  1630.                                             </tbody>
  1631.                                         </table>
  1632.  
  1633.                                     </td>
  1634.                                 </tr>
  1635.                                 </tbody>
  1636.                             </table>
  1637.                             <!--[if mso 15]>
  1638.                             </td>
  1639.                             <![endif]-->
  1640.  
  1641.                             <!--[if mso 15]>
  1642.                             </tr>
  1643.                             </table>
  1644.                             <![endif]-->
  1645.  
  1646.                         </div>
  1647.                     </td>
  1648.                 </tr>
  1649.                 <!-- <![endif]-->
  1650.                 <tr>
  1651.  
  1652.                     <td align="center" valign="top" class="desktop-only">
  1653.  
  1654.                         <div style="background-color: rgb(255, 255, 255); border-radius: 0px;">
  1655.  
  1656.                             <!--[if mso]>
  1657.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  1658.                                 <tr>
  1659.                             <![endif]-->
  1660.  
  1661.                             <!--[if mso]>
  1662.                             <td valign="top" width="590" style="width:590px;">
  1663.                             <![endif]-->
  1664.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  1665.                                          style="min-width:100%;" name="Layout_22" id="Layout_22">
  1666.                                 <tbody>
  1667.                                 <tr>
  1668.                                     <td class="rnb-del-min-width" align="center" valign="top">
  1669.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-container"
  1670.                                                      bgcolor="#ffffff"
  1671.                                                      style="max-width: 100%; min-width: 100%; table-layout: fixed; background-color: rgb(255, 255, 255); border-radius: 0px; border-collapse: separate; padding-left: 16px; padding-right: 16px;">
  1672.                                             <tbody>
  1673.                                             <tr>
  1674.                                                 <td height="20" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  1675.                                             </tr>
  1676.                                             <tr>
  1677.                                                 <td valign="top" align="left">
  1678.  
  1679.                                                     <table width="100%" cellpadding="1" cellspacing="0" class="rnb-columns-container" bordercolor="#FFFFF" border="3" bgcolor="#f8f8f8" style="border: 3px solid #fff;">
  1680.                                                         <tbody>
  1681.                                                         <tr>
  1682.                                                             <th class="rnb-force-col"
  1683.                                                                     style="text-align: left; font-weight: normal; border: 2px solid #ffffff;" width="140"
  1684.                                                                     valign="center">
  1685.                                                                 <div style="padding: 20px 5px 15px; font-size:10px; font-family:'Trebuchet MS',Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 13px;">
  1686.                                                                     <div style="text-align: center;">
  1687.                                                                         <strong>
  1688.                                                                             <em>
  1689.                                                                                 <span style="color:#a1c5e2; font-size: 18px;">&nbsp;</span>When choosing lenses, it’s much easier for me to sell a high-quality lens.&nbsp;<span style="color:#a1c5e2; font-size:18px;"></span>
  1690.                                                                             </em>
  1691.                                                                         </strong>
  1692.                                                                     </div>
  1693.                                                                     <div style="text-align: center;">&nbsp;</div>
  1694.                                                                     <div style="text-align: center;">
  1695.                                                                         Böckenhoff GbR<br>
  1696.                                                                         – Germany -
  1697.                                                                     </div>
  1698.                                                                 </div>
  1699.  
  1700.                                                             </th>
  1701.                                                             <th class="rnb-force-col"
  1702.                                                                     style="text-align: left; font-weight: normal;  border: 2px solid #ffffff;" width="140"
  1703.                                                                     valign="center">
  1704.                                                                 <div style="padding: 20px 5px 15px; font-size:10px; font-family:'Trebuchet MS',Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 13px;">
  1705.                                                                     <div style="text-align: center;">
  1706.                                                                         <strong>
  1707.                                                                             <em>
  1708.                                                                             <span style="color:#a1c5e2; font-size: 18px;">&nbsp;</span>This has revolutionized what
  1709.                                                                             I do and how I can interact with
  1710.                                                                             my patients and it’s made faster,
  1711.                                                                             more accurate.&nbsp;<span style="color:#a1c5e2; font-size: 18px;"></span>
  1712.                                                                             </em>
  1713.                                                                         </strong>
  1714.                                                                     </div>
  1715.                                                                     <div style="text-align: center;">&nbsp;</div>
  1716.                                                                     <div style="text-align: center;">
  1717.                                                                         Heath Wentzel<br>
  1718.                                                                         Optometrists <br>
  1719.                                                                         – South Africa -
  1720.                                                                     </div>
  1721.                                                                 </div>
  1722.  
  1723.                                                             </th>
  1724.                                                             <th class="rnb-force-col"
  1725.                                                                     style="text-align: left; font-weight: normal;  border: 2px solid #ffffff;" width="140"
  1726.                                                                     valign="top">
  1727.                                                                 <div style="padding: 20px 5px 15px; font-size:10px; font-family:'Trebuchet MS',Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 13px;">
  1728.                                                                     <div style="text-align: center;">
  1729.                                                                         <strong>
  1730.                                                                             <em>
  1731.                                                                                 <span style="color:#a1c5e2; font-size: 18px;">&nbsp;</span>It’s taken away
  1732.                                                                             quite a bit of stress factor with patients.
  1733.                                                                             They don’t feel like they’re doing a test anymore.&nbsp;<span style="color:#a1c5e2; font-size: 18px;"></span>
  1734.                                                                             </em>
  1735.                                                                         </strong>
  1736.                                                                     </div>
  1737.                                                                     <div style="text-align: center;">&nbsp;</div>
  1738.                                                                     <div style="text-align: center;">
  1739.                                                                         Heath Wentzel<br>
  1740.                                                                         Optometrists<br>
  1741.                                                                         – South Africa -
  1742.                                                                     </div>
  1743.                                                                 </div>
  1744.  
  1745.                                                             </th>
  1746.                                                             <th class="rnb-force-col"
  1747.                                                                     style="text-align: left; font-weight: normal;  border: 2px solid #ffffff;" width="140"
  1748.                                                                     valign="top">
  1749.                                                                 <div style="padding: 20px 5px 15px; font-size:10px; font-family:'Trebuchet MS',Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 13px;">
  1750.                                                                     <div style="text-align: center;">
  1751.                                                                         <strong>
  1752.                                                                             <em>
  1753.                                                                                 <span style="color:#a1c5e2; font-size: 18px;">&nbsp;</span>After such a test, patients are able to invest in visual comfort.
  1754.                                                                                 We, as sales staff, are able to offer a premium branded product.&nbsp;<span style="color:#a1c5e2; font-size: 18px;"></span>
  1755.                                                                             </em>
  1756.                                                                         </strong>
  1757.                                                                     </div>
  1758.                                                                     <div style="text-align: center;">&nbsp;</div>
  1759.                                                                     <div style="text-align: center;">
  1760.                                                                         Optyczny Kosinski<br>
  1761.                                                                         – Poland -
  1762.                                                                     </div>
  1763.                                                                 </div>
  1764.  
  1765.                                                             </th>
  1766.                                                         </tr>
  1767.                                                         </tbody>
  1768.                                                     </table>
  1769.                                                 </td>
  1770.                                             </tr>
  1771.                                             <tr>
  1772.                                                 <td height="40" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  1773.                                             </tr>
  1774.                                             </tbody>
  1775.                                         </table>
  1776.  
  1777.                                     </td>
  1778.                                 </tr>
  1779.                                 </tbody>
  1780.                             </table>
  1781.                             <!--[if mso]>
  1782.                             </td>
  1783.                             <![endif]-->
  1784.  
  1785.                             <!--[if mso]>
  1786.                             </tr>
  1787.                             </table>
  1788.                             <![endif]-->
  1789.  
  1790.                         </div>
  1791.                     </td>
  1792.                 </tr>
  1793.                 <!--[if !mso]><\!-->
  1794.                 <tr>
  1795.  
  1796.                     <td align="center" valign="top" class="mobile-only" style="mso-hide: all; overflow: hidden; max-height: 0; width: 0; display: none; line-height: 0; visibility: hidden;">
  1797.  
  1798.                         <div style="background-color: rgb(255, 255, 255); border-radius: 0px;">
  1799.  
  1800.                             <!--[if mso]>
  1801.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  1802.                                 <tr>
  1803.                             <![endif]-->
  1804.  
  1805.                             <!--[if mso]>
  1806.                             <td valign="top" width="590" style="width:590px;">
  1807.                             <![endif]-->
  1808.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  1809.                                          style="min-width:100%;" name="Layout_22-1" id="Layout_22-1">
  1810.                                 <tbody>
  1811.                                 <tr>
  1812.                                     <td class="rnb-del-min-width" align="center" valign="top">
  1813.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-container block-4-items"
  1814.                                                      bgcolor="#ffffff"
  1815.                                                      style="max-width: 100%; min-width: 100%; table-layout: fixed; background-color: rgb(255, 255, 255); border-radius: 0px; border-collapse: separate; padding-left: 16px; padding-right: 16px;">
  1816.                                             <tbody>
  1817.                                             <tr>
  1818.                                                 <td height="20" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  1819.                                             </tr>
  1820.                                             <tr>
  1821.                                                 <td valign="top" align="left">
  1822.  
  1823.                                                     <table width="100%" cellpadding="3" cellspacing="0" class="rnb-columns-container mobile-table" bordercolor="#FFFFF" border="3" bgcolor="#f8f8f8" style="border: 3px solid #fff;">
  1824.                                                         <tbody>
  1825.                                                         <tr>
  1826.                                                             <th class=""
  1827.                                                                     style="text-align: left; font-weight: normal;" width="280"
  1828.                                                                     valign="center">
  1829.                                                                 <div style="padding: 20px 5px 15px; font-size:10px; font-family:'Trebuchet MS',Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 13px;">
  1830.                                                                     <div style="text-align: center;">
  1831.                                                                         <strong>
  1832.                                                                             <em>
  1833.                                                                                 <span style="color:#a1c5e2; font-size: 18px;">&nbsp;</span>When choosing lenses, it’s much easier for me to sell a high-quality lens.&nbsp;<span style="color:#a1c5e2; font-size:18px;"></span>
  1834.                                                                             </em>
  1835.                                                                         </strong>
  1836.                                                                     </div>
  1837.                                                                     <div style="text-align: center;">&nbsp;</div>
  1838.                                                                     <div style="text-align: center;">
  1839.                                                                         Böckenhoff GbR<br>
  1840.                                                                         – Germany -
  1841.                                                                     </div>
  1842.                                                                 </div>
  1843.  
  1844.                                                             </th>
  1845.                                                             <th class=""
  1846.                                                                     style="text-align: left; font-weight: normal;" width="280"
  1847.                                                                     valign="center">
  1848.                                                                 <div style="padding: 20px 5px 15px; font-size:10px; font-family:'Trebuchet MS',Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 13px;">
  1849.                                                                     <div style="text-align: center;">
  1850.                                                                         <strong>
  1851.                                                                             <em>
  1852.                                                                                 <span style="color:#a1c5e2; font-size: 18px;">&nbsp;</span>This has revolutionized what
  1853.                                                                                 I do and how I can interact with
  1854.                                                                                 my patients and it’s made faster,
  1855.                                                                                 more accurate.&nbsp;<span style="color:#a1c5e2; font-size: 18px;"></span>
  1856.                                                                             </em>
  1857.                                                                         </strong>
  1858.                                                                     </div>
  1859.                                                                     <div style="text-align: center;">&nbsp;</div>
  1860.                                                                     <div style="text-align: center;">
  1861.                                                                         Heath Wentzel<br>
  1862.                                                                         Optometrists <br>
  1863.                                                                         – South Africa -
  1864.                                                                     </div>
  1865.                                                                 </div>
  1866.  
  1867.                                                             </th>
  1868.                                                         </tr>
  1869.                                                         <tr>
  1870.                                                             <th class=""
  1871.                                                                     style="text-align: left; font-weight: normal;" width="280"
  1872.                                                                     valign="center">
  1873.                                                                 <div style="padding: 20px 5px 15px; font-size:10px; font-family:'Trebuchet MS',Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 13px;">
  1874.                                                                     <div style="text-align: center;">
  1875.                                                                         <strong>
  1876.                                                                             <em>
  1877.                                                                                 <span style="color:#a1c5e2; font-size: 18px;">&nbsp;</span>When choosing lenses, it’s much easier for me to sell a high-quality lens.&nbsp;<span style="color:#1488ca; font-size:18px;"></span>
  1878.                                                                             </em>
  1879.                                                                         </strong>
  1880.                                                                     </div>
  1881.                                                                     <div style="text-align: center;">&nbsp;</div>
  1882.                                                                     <div style="text-align: center;">
  1883.                                                                         Böckenhoff GbR<br>
  1884.                                                                         – Germany -
  1885.                                                                     </div>
  1886.                                                                 </div>
  1887.  
  1888.                                                             </th>
  1889.                                                             <th class=""
  1890.                                                                     style="text-align: left; font-weight: normal;" width="280"
  1891.                                                                     valign="center">
  1892.                                                                 <div style="padding: 20px 5px 15px; font-size:10px; font-family:'Trebuchet MS',Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 13px;">
  1893.                                                                     <div style="text-align: center;">
  1894.                                                                         <strong>
  1895.                                                                             <em>
  1896.                                                                                 <span style="color:#a1c5e2; font-size: 18px;">&nbsp;</span>This has revolutionized what
  1897.                                                                                 I do and how I can interact with
  1898.                                                                                 my patients and it’s made faster,
  1899.                                                                                 more accurate.&nbsp;<span style="color:#1488ca; font-size: 18px;"></span>
  1900.                                                                             </em>
  1901.                                                                         </strong>
  1902.                                                                     </div>
  1903.                                                                     <div style="text-align: center;">&nbsp;</div>
  1904.                                                                     <div style="text-align: center;">
  1905.                                                                         Heath Wentzel<br>
  1906.                                                                         Optometrists <br>
  1907.                                                                         – South Africa -
  1908.                                                                     </div>
  1909.                                                                 </div>
  1910.  
  1911.                                                             </th>
  1912.                                                         </tr>
  1913.                                                         </tbody>
  1914.                                                     </table>
  1915.                                                 </td>
  1916.                                             </tr>
  1917.                                             <tr>
  1918.                                                 <td height="40" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  1919.                                             </tr>
  1920.                                             </tbody>
  1921.                                         </table>
  1922.  
  1923.                                     </td>
  1924.                                 </tr>
  1925.                                 </tbody>
  1926.                             </table>
  1927.                             <!--[if mso]>
  1928.                             <td valign="top" width="590" style="width:590px;">
  1929.                             <![endif]-->
  1930.                             <!--[if mso]>
  1931.                             </td>
  1932.                             <![endif]-->
  1933.  
  1934.                             <!--[if mso]>
  1935.                             </tr>
  1936.                             </table>
  1937.                             <![endif]-->
  1938.  
  1939.                         </div>
  1940.                     </td>
  1941.                 </tr>
  1942.                 <!-- <![endif]-->
  1943.                 <tr>
  1944.  
  1945.                     <td align="center" valign="top">
  1946.  
  1947.                         <div style="background-color: rgb(255, 255, 255);">
  1948.  
  1949.                             <!--[if mso]>
  1950.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  1951.                                 <tr>
  1952.                             <![endif]-->
  1953.  
  1954.                             <!--[if mso]>
  1955.                             <td valign="top" width="590" style="width:590px;">
  1956.                             <![endif]-->
  1957.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  1958.                                          style="min-width:100%; -webkit-backface-visibility: hidden; line-height: 10px;" name="Layout_31"
  1959.                                          id="Layout_31">
  1960.                                 <tbody>
  1961.                                 <tr>
  1962.                                     <td class="rnb-del-min-width" valign="top" align="center" style="min-width: 590px;">
  1963.                                         <table width="100%" class="rnb-container" cellpadding="0" border="0" bgcolor="#ffffff"
  1964.                                                      align="center" cellspacing="0" style="background-color: rgb(255, 255, 255);">
  1965.                                             <tbody>
  1966.                                             <tr>
  1967.                                                 <td valign="top" align="center">
  1968.                                                     <table cellspacing="0" cellpadding="0" border="0">
  1969.                                                         <tbody>
  1970.                                                         <tr>
  1971.                                                             <td>
  1972.                                                                 <div
  1973.                                                                         style="display:inline-block; border-radius:0px; width:306;;max-width:727px !important;border-top:0px None #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;border-collapse: separate;border-radius: 0px;">
  1974.                                                                     <div><img ng-if="col.img.source != 'url'" border="0" hspace="0" vspace="0" width="52%"
  1975.                                                                                         class="support-title" alt=""
  1976.                                                                                         style="display:block; float:left; border-radius: 0px; width: 52%"
  1977.                                                                                         src="https://img.mailinblue.com/2633578/images/rnb/original/5e2f49d83146568e537a4f47.png">
  1978.                                                                     </div>
  1979.                                                                     <div style="clear:both;"></div>
  1980.                                                                 </div>
  1981.                                                             </td>
  1982.                                                         </tr>
  1983.                                                         </tbody>
  1984.                                                     </table>
  1985.  
  1986.                                                 </td>
  1987.                                             </tr>
  1988.                                             </tbody>
  1989.                                         </table>
  1990.                                     </td>
  1991.                                 </tr>
  1992.                                 </tbody>
  1993.                             </table>
  1994.                             <!--[if mso]>
  1995.                             </td>
  1996.                             <![endif]-->
  1997.  
  1998.                             <!--[if mso]>
  1999.                             </tr>
  2000.                             </table>
  2001.                             <![endif]-->
  2002.  
  2003.                         </div>
  2004.                     </td>
  2005.                 </tr>
  2006.                 <tr>
  2007.  
  2008.                     <td align="center" valign="top">
  2009.  
  2010.                         <div style="background-color: rgb(255, 255, 255); border-radius: 0px;">
  2011.  
  2012.                             <!--[if mso 15]>
  2013.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  2014.                                 <tr>
  2015.                             <![endif]-->
  2016.  
  2017.                             <!--[if mso 15]>
  2018.                             <td valign="top" width="590" style="width:590px;">
  2019.                             <![endif]-->
  2020.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  2021.                                          style="min-width:100%;" name="Layout_19" id="Layout_19">
  2022.                                 <tbody>
  2023.                                 <tr>
  2024.                                     <td class="rnb-del-min-width" align="center" valign="top">
  2025.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-container"
  2026.                                                      bgcolor="#ffffff"
  2027.                                                      style="max-width: 100%; min-width: 100%; table-layout: fixed; background-color: rgb(255, 255, 255); border-radius: 0px; border-collapse: separate; padding: 26px 16px 9px;">
  2028.                                             <tbody>
  2029.                                             <tr>
  2030.                                                 <td valign="top" align="left">
  2031.  
  2032.                                                     <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-columns-container">
  2033.                                                         <tbody>
  2034.                                                         <tr>
  2035.  
  2036.                                                             <th class="rnb-force-col img-block-center"
  2037.                                                                     style="text-align: left; font-weight: normal; padding-right: 20px;" valign="top"
  2038.                                                                     width="269">
  2039.  
  2040.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" align="left"
  2041.                                                                              class="rnb-col-2-noborder-onright" width="269">
  2042.  
  2043.  
  2044.                                                                     <tbody>
  2045.                                                                     <tr>
  2046.                                                                         <td width="100%" style="line-height: 1px;" class="img-block-center" valign="top"
  2047.                                                                                 align="left">
  2048.                                                                             <div
  2049.                                                                                     style="border-top:0px none #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;display:inline-block;">
  2050.                                                                                 <div><img alt="" border="0" hspace="0" vspace="0" width="269"
  2051.                                                                                                     style="vertical-align:top; float: left; width:269px;max-width:636px !important; "
  2052.                                                                                                     class="rnb-col-2-img-side-xl block-5-image"
  2053.                                                                                                     src="https://img.mailinblue.com/2633578/images/rnb/original/5e2d9df8ff9c3a414a067f89.png">
  2054.                                                                                 </div>
  2055.                                                                                 <div style="clear:both;"></div>
  2056.                                                                             </div>
  2057.                                                                         </td>
  2058.                                                                     </tr>
  2059.                                                                     </tbody>
  2060.                                                                 </table>
  2061.                                                             </th>
  2062.                                                             <th class="rnb-force-col" style="text-align: left; font-weight: normal" valign="top">
  2063.  
  2064.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" width="269" align="left"
  2065.                                                                              class="rnb-last-col-2">
  2066.  
  2067.                                                                     <tbody>
  2068.                                                                     <tr>
  2069.                                                                         <td class="rnb-mbl-float-none description-mobile"
  2070.                                                                                 style="font-size:13px; font-family:'Trebuchet MS',Helvetica,sans-serif;color:#3c4858;float:right;width:269px; line-height: 22px;">
  2071.                                                                             Several initiatives support Vision-RTM 800 launch:<br>
  2072.                                                                             • 35 individuals were trained in 2019 to become "expert trainers". New sessions
  2073.                                                                             are planned in February and April. More information: go to <a href="https://sites.google.com/essilor.fr/ovpedia-website/home?authuser=0" style="color: inherit;">OVPEDIA</a><br>
  2074.                                                                             • To support the launch of the new software version, <a href="https://sites.google.com/essilor.fr/ovpedia-website/videos-tutorials/refraction-prescription/vision-r800-tuto" style="color: inherit;">several video tutorials</a> show
  2075.                                                                             how to customize the Vision-R 800 and export refraction data
  2076.                                                                         </td>
  2077.                                                                     </tr>
  2078.                                                                     </tbody>
  2079.                                                                 </table>
  2080.                                                             </th>
  2081.  
  2082.                                                         </tr>
  2083.                                                         </tbody>
  2084.                                                     </table>
  2085.                                                 </td>
  2086.                                             </tr>
  2087.                                             </tbody>
  2088.                                         </table>
  2089.  
  2090.                                     </td>
  2091.                                 </tr>
  2092.                                 </tbody>
  2093.                             </table>
  2094.                             <!--[if mso 15]>
  2095.                             </td>
  2096.                             <![endif]-->
  2097.  
  2098.                             <!--[if mso 15]>
  2099.                             </tr>
  2100.                             </table>
  2101.                             <![endif]-->
  2102.  
  2103.                         </div>
  2104.                     </td>
  2105.                 </tr>
  2106.                 <tr>
  2107.  
  2108.                     <td align="center" valign="top">
  2109.  
  2110.                         <div style="background-color: rgb(255, 255, 255); border-radius: 0px;">
  2111.  
  2112.                             <!--[if mso]>
  2113.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  2114.                                 <tr>
  2115.                             <![endif]-->
  2116.  
  2117.                             <!--[if mso]>
  2118.                             <td valign="top" width="590" style="width:590px;">
  2119.                             <![endif]-->
  2120.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  2121.                                          style="min-width:100%;" name="Layout_21">
  2122.                                 <tbody>
  2123.                                 <tr>
  2124.                                     <td class="rnb-del-min-width" align="center" valign="top">
  2125.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-container"
  2126.                                                      bgcolor="#ffffff"
  2127.                                                      style="background-color: rgb(255, 255, 255); padding-left: 20px; padding-right: 20px; border-collapse: separate; border-radius: 0px; border-bottom: 0px none rgb(200, 200, 200);">
  2128.  
  2129.                                             <tbody>
  2130.                                             <tr>
  2131.                                                 <td height="0" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  2132.                                             </tr>
  2133.                                             <tr>
  2134.                                                 <td valign="top" align="left">
  2135.  
  2136.                                                     <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-columns-container">
  2137.                                                         <tbody>
  2138.                                                         <tr>
  2139.                                                             <th class="rnb-force-col"
  2140.                                                                     style="text-align: left; font-weight: normal; padding-right: 0px;" valign="top">
  2141.  
  2142.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" width="100%" align="left"
  2143.                                                                              class="rnb-col-1">
  2144.  
  2145.                                                                     <tbody>
  2146.                                                                     <tr>
  2147.                                                                         <td class="content-spacing description-mobile description-6"
  2148.                                                                                 style="font-size:13px; font-family:'Trebuchet MS',Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 22px;">
  2149.                                                                             <div>• A series of webex meetings will be organised to update on Vision-RTM
  2150.                                                                                 800<br>
  2151.                                                                                 • A technical article “A new approach of subjective refraction” has been
  2152.                                                                                 published in September in France. It is available for translation and
  2153.                                                                                 publication. Another article will be released in March “Refraction: patients
  2154.                                                                                 have more sensitive vision than the correction steps of 0,25 diopter.”
  2155.                                                                             </div>
  2156.                                                                         </td>
  2157.                                                                     </tr>
  2158.                                                                     </tbody>
  2159.                                                                 </table>
  2160.  
  2161.                                                             </th>
  2162.                                                         </tr>
  2163.                                                         </tbody>
  2164.                                                     </table>
  2165.                                                 </td>
  2166.                                             </tr>
  2167.                                             <tr>
  2168.                                                 <td height="0" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  2169.                                             </tr>
  2170.                                             </tbody>
  2171.                                         </table>
  2172.                                     </td>
  2173.                                 </tr>
  2174.                                 <tr>
  2175.                                     <td class="rnb-del-min-width" valign="top" align="center" style="min-width:590px;">
  2176.                                         <table width="100%" cellpadding="0" border="0" height="53" cellspacing="0">
  2177.                                             <tbody>
  2178.                                             <tr>
  2179.                                                 <td valign="top" height="53">
  2180.                                                     <img width="20" height="53" style="display:block; max-height:53px; max-width:20px;" alt=""
  2181.                                                              src="http://img.mailinblue.com/new_images/rnb/rnb_space.gif">
  2182.                                                 </td>
  2183.                                             </tr>
  2184.                                             </tbody>
  2185.                                         </table>
  2186.                                     </td>
  2187.                                 </tr>
  2188.                                 </tbody>
  2189.                             </table>
  2190.                             <!--[if mso]>
  2191.                             </td>
  2192.                             <![endif]-->
  2193.  
  2194.                             <!--[if mso]>
  2195.                             </tr>
  2196.                             </table>
  2197.                             <![endif]-->
  2198.  
  2199.                         </div>
  2200.                     </td>
  2201.                 </tr>
  2202.                 <tr>
  2203.  
  2204.                     <td align="center" valign="top">
  2205.  
  2206.                         <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  2207.                                      style="min-width:590px;" name="Layout_13597" id="Layout_13597">
  2208.                             <tbody>
  2209.                             <tr>
  2210.                                 <td class="rnb-del-min-width" valign="top" align="center" style="min-width:590px;">
  2211.                                     <table width="100%" cellpadding="0" border="0" height="32" cellspacing="0">
  2212.                                         <tbody>
  2213.                                         <tr>
  2214.                                             <td valign="top" height="32">
  2215.                                                 <img width="20" height="32" style="display:block; max-height:32px; max-width:20px;" alt=""
  2216.                                                          src="http://img.mailinblue.com/new_images/rnb/rnb_space.gif">
  2217.                                             </td>
  2218.                                         </tr>
  2219.                                         </tbody>
  2220.                                     </table>
  2221.                                 </td>
  2222.                             </tr>
  2223.                             </tbody>
  2224.                         </table>
  2225.                     </td>
  2226.                 </tr>
  2227.                 <tr>
  2228.  
  2229.                     <td align="center" valign="top">
  2230.  
  2231.                         <div style="background-color: rgb(248, 248, 248); border-radius: 0px;">
  2232.  
  2233.                             <!--[if mso]>
  2234.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  2235.                                 <tr>
  2236.                             <![endif]-->
  2237.  
  2238.                             <!--[if mso]>
  2239.                             <td valign="top" width="590" style="width:590px;">
  2240.                             <![endif]-->
  2241.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  2242.                                          style="min-width:100%;" name="Layout_26">
  2243.                                 <tbody>
  2244.                                 <tr>
  2245.                                     <td class="rnb-del-min-width" align="center" valign="top">
  2246.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-container"
  2247.                                                      bgcolor="#f8f8f8"
  2248.                                                      style="background-color: rgb(248, 248, 248); padding-left: 20px; padding-right: 20px; border-collapse: separate; border-radius: 0px; border-bottom: 0px none rgb(200, 200, 200);">
  2249.  
  2250.                                             <tbody>
  2251.                                             <tr>
  2252.                                                 <td height="20" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  2253.                                             </tr>
  2254.                                             <tr>
  2255.                                                 <td valign="top" class="rnb-container-padding" align="left">
  2256.  
  2257.                                                     <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-columns-container">
  2258.                                                         <tbody>
  2259.                                                         <tr>
  2260.                                                             <th class="rnb-force-col"
  2261.                                                                     style="text-align: left; font-weight: normal; padding-right: 0px;" valign="top">
  2262.  
  2263.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" width="100%" align="left"
  2264.                                                                              class="rnb-col-1">
  2265.  
  2266.                                                                     <tbody>
  2267.                                                                     <tr>
  2268.                                                                         <td class="content-spacing want-more-title"
  2269.                                                                                 style="font-size:17px; letter-spacing: 2px; text-align: center; font-family:'Trebuchet MS',Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 17px;">
  2270.                                                                             <div style="text-align: center; text-transform: uppercase;"><strong>if you want to
  2271.                                                                                 learn more</strong>
  2272.                                                                                 <br>
  2273.                                                                                 <hr style="display: inline-block; border-top: 3px solid #3c4858; width: 10px; margin: 0;">
  2274.                                                                             </div>
  2275.                                                                         </td>
  2276.                                                                     </tr>
  2277.                                                                     </tbody>
  2278.                                                                 </table>
  2279.  
  2280.                                                             </th>
  2281.                                                         </tr>
  2282.                                                         </tbody>
  2283.                                                     </table>
  2284.                                                 </td>
  2285.                                             </tr>
  2286.                                             <tr>
  2287.                                                 <td height="10" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  2288.                                             </tr>
  2289.                                             </tbody>
  2290.                                         </table>
  2291.                                     </td>
  2292.                                 </tr>
  2293.                                 </tbody>
  2294.                             </table>
  2295.                             <!--[if mso]>
  2296.                             </td>
  2297.                             <![endif]-->
  2298.  
  2299.                             <!--[if mso]>
  2300.                             </tr>
  2301.                             </table>
  2302.                             <![endif]-->
  2303.  
  2304.                         </div>
  2305.                     </td>
  2306.                 </tr>
  2307.                 <tr>
  2308.  
  2309.                     <td align="center" valign="top">
  2310.  
  2311.                         <div style="background-color: rgba(248, 248, 248, 0.973); border-radius: 0px;">
  2312.  
  2313.                             <!--[if mso]>
  2314.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  2315.                                 <tr>
  2316.                             <![endif]-->
  2317.  
  2318.                             <!--[if mso]>
  2319.                             <td valign="top" width="590" style="width:590px;">
  2320.                             <![endif]-->
  2321.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  2322.                                          style="min-width:100%;" name="Layout_24" id="Layout_24">
  2323.                                 <tbody>
  2324.                                 <tr>
  2325.                                     <td class="rnb-del-min-width" align="center" valign="top">
  2326.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-container"
  2327.                                                      bgcolor="#f8f8f8f8"
  2328.                                                      style="max-width: 100%; min-width: 100%; table-layout: fixed; background-color: rgba(248, 248, 248, 0.973); border-radius: 0px; border-collapse: separate; padding-left: 16px; padding-right: 16px;">
  2329.                                             <tbody>
  2330.                                             <tr>
  2331.                                                 <td valign="top" class="rnb-container-padding" align="left">
  2332.  
  2333.                                                     <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-columns-container images-list images-list-first">
  2334.                                                         <tbody>
  2335.                                                         <tr>
  2336.                                                             <th class="rnb-force-col"
  2337.                                                                     style="text-align: left; font-weight: normal; padding-right: 20px;" width="173"
  2338.                                                                     valign="top">
  2339.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" align="left"
  2340.                                                                              class="rnb-col-3" width="173">
  2341.                                                                     <tbody>
  2342.                                                                     <tr>
  2343.                                                                         <td width="100%" class="img-block-center" valign="top" align="left">
  2344.                                                                             <table width="100%" cellspacing="0" cellpadding="0" border="0">
  2345.                                                                                 <tbody>
  2346.                                                                                 <tr>
  2347.                                                                                     <td width="100%" valign="top" align="left" class="img-block-center">
  2348.                                                                                         <table style="display: inline-block;" cellspacing="0" cellpadding="0"
  2349.                                                                                                      border="0">
  2350.                                                                                             <tbody>
  2351.                                                                                             <tr>
  2352.                                                                                                 <td>
  2353.                                                                                                     <div
  2354.                                                                                                             style="border-top:0px None #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;display:inline-block;">
  2355.                                                                                                         <div><img border="0" width="173" hspace="0" vspace="0" alt=""
  2356.                                                                                                                             class="rnb-col-3-img"
  2357.                                                                                                                             src="https://img.mailinblue.com/2633578/images/rnb/original/5e2da126ff9c3a44596a7197.png"
  2358.                                                                                                                             style="vertical-align: top; max-width: 404px; float: left;">
  2359.                                                                                                         </div>
  2360.                                                                                                         <div style="clear:both;"></div>
  2361.                                                                                                     </div>
  2362.                                                                                                 </td>
  2363.                                                                                             </tr>
  2364.                                                                                             </tbody>
  2365.                                                                                         </table>
  2366.  
  2367.                                                                                     </td>
  2368.                                                                                 </tr>
  2369.                                                                                 </tbody>
  2370.                                                                             </table>
  2371.                                                                         </td>
  2372.                                                                     </tr>
  2373.                                                                     <tr>
  2374.                                                                         <td height="10" class="col_td_gap"
  2375.                                                                                 style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;
  2376.                                                                         </td>
  2377.                                                                     </tr>
  2378.                                                                     <tr>
  2379.                                                                         <td style="font-size:24px; font-family:'Arial',Helvetica,sans-serif; color:#3c4858; text-align:center;">
  2380.                                                             <span style="color:#3c4858; "><div
  2381.                                                                                                                                 style="line-height:16px;"><span style="font-size:12px;"><strong>VISION-R 800<br>
  2382. NEW RELEASE BROCHURE</strong></span></div>
  2383. </span></td>
  2384.                                                                     </tr>
  2385.                                                                     <tr>
  2386.                                                                         <td style="font-size:14px; font-family:Arial,Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 21px;">
  2387.                                                                             <div>
  2388.                                                                                 <div style="text-align: center;"><a href="https://drive.google.com/open?id=1QfNyZYfA3sJXFrd8VOnfBuHpbL7sZlsu"
  2389.                                                                                                                                                         style="text-decoration: underline; color: rgb(0, 146, 255);">(M01355-01-en)</a>
  2390.                                                                                 </div>
  2391.                                                                             </div>
  2392.                                                                         </td>
  2393.                                                                     </tr>
  2394.                                                                     </tbody>
  2395.                                                                 </table>
  2396.  
  2397.                                                             </th>
  2398.                                                             <th class="rnb-force-col"
  2399.                                                                     style="text-align: left; font-weight: normal; padding-right: 20px;" width="173"
  2400.                                                                     valign="top">
  2401.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" align="left"
  2402.                                                                              class="rnb-col-3" width="173">
  2403.                                                                     <tbody>
  2404.                                                                     <tr>
  2405.                                                                         <td width="100%" class="img-block-center" valign="top" align="left">
  2406.                                                                             <table width="100%" cellspacing="0" cellpadding="0" border="0">
  2407.                                                                                 <tbody>
  2408.                                                                                 <tr>
  2409.                                                                                     <td width="100%" valign="top" align="left" class="img-block-center">
  2410.                                                                                         <table style="display: inline-block;" cellspacing="0" cellpadding="0"
  2411.                                                                                                      border="0">
  2412.                                                                                             <tbody>
  2413.                                                                                             <tr>
  2414.                                                                                                 <td>
  2415.                                                                                                     <div
  2416.                                                                                                             style="border-top:0px None #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;display:inline-block;">
  2417.                                                                                                         <div><img border="0" width="173" hspace="0" vspace="0" alt=""
  2418.                                                                                                                             class="rnb-col-3-img"
  2419.                                                                                                                             src="https://img.mailinblue.com/2633578/images/rnb/original/5e2da12ad0b81840042f06cf.png"
  2420.                                                                                                                             style="vertical-align: top; max-width: 404px; float: left;">
  2421.                                                                                                         </div>
  2422.                                                                                                         <div style="clear:both;"></div>
  2423.                                                                                                     </div>
  2424.                                                                                                 </td>
  2425.                                                                                             </tr>
  2426.                                                                                             </tbody>
  2427.                                                                                         </table>
  2428.  
  2429.                                                                                     </td>
  2430.                                                                                 </tr>
  2431.                                                                                 </tbody>
  2432.                                                                             </table>
  2433.                                                                         </td>
  2434.                                                                     </tr>
  2435.                                                                     <tr>
  2436.                                                                         <td height="10" class="col_td_gap"
  2437.                                                                                 style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;
  2438.                                                                         </td>
  2439.                                                                     </tr>
  2440.                                                                     <tr>
  2441.                                                                         <td style="font-size:24px; font-family:'Arial',Helvetica,sans-serif; color:#3c4858; text-align:center;">
  2442.                                                             <span style="color:#3c4858; "><div
  2443.                                                                                                                                 style="line-height:16px;"><span style="font-size:12px;"><strong>VISION-R 800<br>
  2444. AVA BROCHURE</strong></span></div>
  2445. </span></td>
  2446.                                                                     </tr>
  2447.                                                                     <tr>
  2448.                                                                         <td style="font-size:14px; font-family:Arial,Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 21px;">
  2449.                                                                             <div>
  2450.                                                                                 <div style="text-align: center;"><a href="https://drive.google.com/open?id=1KkgCg1_8actMWgf09Vlwgio-JzUh2l2o"
  2451.                                                                                                                                                         style="text-decoration: underline; color: rgb(0, 146, 255);">(M01356-01-en)</a>
  2452.                                                                                 </div>
  2453.                                                                             </div>
  2454.                                                                         </td>
  2455.                                                                     </tr>
  2456.                                                                     </tbody>
  2457.                                                                 </table>
  2458.  
  2459.                                                             </th>
  2460.                                                             <th class="rnb-force-col"
  2461.                                                                     style="text-align: left; font-weight: normal; padding-right: 0px;" width="173"
  2462.                                                                     valign="top">
  2463.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" align="left"
  2464.                                                                              class="rnb-last-col-3" width="173">
  2465.                                                                     <tbody>
  2466.                                                                     <tr>
  2467.                                                                         <td width="100%" class="img-block-center" valign="top" align="left">
  2468.                                                                             <table width="100%" cellspacing="0" cellpadding="0" border="0">
  2469.                                                                                 <tbody>
  2470.                                                                                 <tr>
  2471.                                                                                     <td width="100%" valign="top" align="left" class="img-block-center">
  2472.                                                                                         <table style="display: inline-block;" cellspacing="0" cellpadding="0"
  2473.                                                                                                      border="0">
  2474.                                                                                             <tbody>
  2475.                                                                                             <tr>
  2476.                                                                                                 <td>
  2477.                                                                                                     <div
  2478.                                                                                                             style="border-top:0px None #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;display:inline-block;">
  2479.                                                                                                         <div><img border="0" width="173" hspace="0" vspace="0" alt=""
  2480.                                                                                                                             class="rnb-col-3-img"
  2481.                                                                                                                             src="https://img.mailinblue.com/2633578/images/rnb/original/5e2da12aff9c3a43f2296e31.png"
  2482.                                                                                                                             style="vertical-align: top; max-width: 403px; float: left;">
  2483.                                                                                                         </div>
  2484.                                                                                                         <div style="clear:both;"></div>
  2485.                                                                                                     </div>
  2486.                                                                                                 </td>
  2487.                                                                                             </tr>
  2488.                                                                                             </tbody>
  2489.                                                                                         </table>
  2490.  
  2491.                                                                                     </td>
  2492.                                                                                 </tr>
  2493.                                                                                 </tbody>
  2494.                                                                             </table>
  2495.                                                                         </td>
  2496.                                                                     </tr>
  2497.                                                                     <tr>
  2498.                                                                         <td height="10" class="col_td_gap"
  2499.                                                                                 style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;
  2500.                                                                         </td>
  2501.                                                                     </tr>
  2502.                                                                     <tr>
  2503.                                                                         <td style="font-size:24px; font-family:'Arial',Helvetica,sans-serif; color:#3c4858; text-align:center;">
  2504.                                                             <span style="color:#3c4858; "><div
  2505.                                                                                                                                 style="line-height:16px;"><span style="font-size:12px;"><strong>VISION-R 800<br>
  2506. NEW RELEASE VIDEO</strong></span></div>
  2507. </span></td>
  2508.                                                                     </tr>
  2509.                                                                     <tr>
  2510.                                                                         <td style="font-size:14px; font-family:Arial,Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 21px;">
  2511.                                                                             <div>
  2512.                                                                                 <div style="text-align: center;"><a href="#"
  2513.                                                                                                                                                         style="text-decoration: underline; color: rgb(0, 146, 255);">(MXXXXXXXX)</a>
  2514.                                                                                 </div>
  2515.                                                                             </div>
  2516.                                                                         </td>
  2517.                                                                     </tr>
  2518.                                                                     </tbody>
  2519.                                                                 </table>
  2520.  
  2521.                                                             </th>
  2522.                                                         </tr>
  2523.                                                         </tbody>
  2524.                                                     </table>
  2525.                                                 </td>
  2526.                                             </tr>
  2527.                                             </tbody>
  2528.                                         </table>
  2529.  
  2530.                                     </td>
  2531.                                 </tr>
  2532.                                 </tbody>
  2533.                             </table>
  2534.                             <!--[if mso]>
  2535.                             </td>
  2536.                             <![endif]-->
  2537.  
  2538.                             <!--[if mso]>
  2539.                             </tr>
  2540.                             </table>
  2541.                             <![endif]-->
  2542.  
  2543.                         </div>
  2544.                     </td>
  2545.                 </tr>
  2546.                 <tr>
  2547.  
  2548.                     <td align="center" valign="top">
  2549.  
  2550.                         <div style="background-color: rgba(248, 248, 248, 0.973); border-radius: 14px;">
  2551.  
  2552.                             <!--[if mso]>
  2553.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  2554.                                 <tr>
  2555.                             <![endif]-->
  2556.  
  2557.                             <!--[if mso]>
  2558.                             <td valign="top" width="590" style="width:590px;">
  2559.                             <![endif]-->
  2560.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  2561.                                          style="min-width:100%;" name="Layout_25" id="Layout_25">
  2562.                                 <tbody>
  2563.                                 <tr>
  2564.                                     <td class="rnb-del-min-width" align="center" valign="top">
  2565.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-container"
  2566.                                                      bgcolor="#f8f8f8f8"
  2567.                                                      style="max-width: 100%; min-width: 100%; table-layout: fixed; background-color: rgba(248, 248, 248, 0.973); border-radius: 14px; border-collapse: separate; padding-left: 20px; padding-right: 20px;">
  2568.                                             <tbody>
  2569.                                             <tr>
  2570.                                                 <td valign="top" class="rnb-container-padding" align="left">
  2571.                                                     <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-columns-container images-list">
  2572.                                                         <tbody>
  2573.                                                         <tr>
  2574.                                                             <th class="rnb-force-col"
  2575.                                                                     style="text-align: left; font-weight: normal; padding-right: 20px;" width="170"
  2576.                                                                     valign="top">
  2577.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" align="left"
  2578.                                                                              class="rnb-col-3" width="170">
  2579.                                                                     <tbody>
  2580.                                                                     <tr>
  2581.                                                                         <td width="100%" class="img-block-center" valign="top" align="left">
  2582.                                                                             <table width="100%" cellspacing="0" cellpadding="0" border="0">
  2583.                                                                                 <tbody>
  2584.                                                                                 <tr>
  2585.                                                                                     <td width="100%" valign="top" align="left" class="img-block-center">
  2586.                                                                                         <table style="display: inline-block;" cellspacing="0" cellpadding="0"
  2587.                                                                                                      border="0">
  2588.                                                                                             <tbody>
  2589.                                                                                             <tr>
  2590.                                                                                                 <td>
  2591.                                                                                                     <div
  2592.                                                                                                             style="border-top:0px None #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;display:inline-block;">
  2593.                                                                                                         <div><img border="0" width="170" hspace="0" vspace="0" alt=""
  2594.                                                                                                                             class="rnb-col-3-img"
  2595.                                                                                                                             src="https://img.mailinblue.com/2633578/images/rnb/original/5e2da12ad5a4f938dc77ccaa.png"
  2596.                                                                                                                             style="vertical-align: top; max-width: 404px; float: left;">
  2597.                                                                                                         </div>
  2598.                                                                                                         <div style="clear:both;"></div>
  2599.                                                                                                     </div>
  2600.                                                                                                 </td>
  2601.                                                                                             </tr>
  2602.                                                                                             </tbody>
  2603.                                                                                         </table>
  2604.  
  2605.                                                                                     </td>
  2606.                                                                                 </tr>
  2607.                                                                                 </tbody>
  2608.                                                                             </table>
  2609.                                                                         </td>
  2610.                                                                     </tr>
  2611.                                                                     <tr>
  2612.                                                                         <td height="10" class="col_td_gap"
  2613.                                                                                 style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;
  2614.                                                                         </td>
  2615.                                                                     </tr>
  2616.                                                                     <tr>
  2617.                                                                         <td style="font-size:24px; font-family:'Arial',Helvetica,sans-serif; color:#3c4858; text-align:center;">
  2618.                                                             <span style="color:#3c4858; "><div
  2619.                                                                                                                                 style="line-height:16px;"><span style="font-size:12px;"><strong>VISION-R 800
  2620. BROCHURE</strong></span></div>
  2621. </span></td>
  2622.                                                                     </tr>
  2623.                                                                     <tr>
  2624.                                                                         <td style="font-size:14px; font-family:Arial,Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 21px;">
  2625.                                                                             <div>
  2626.                                                                                 <div style="text-align: center;"><a href="https://drive.google.com/open?id=1qX3TlrhSkQWjLCSKp1ss9pQDKcQbyVeu"
  2627.                                                                                                                                                         style="text-decoration: underline; color: rgb(0, 146, 255);">M01204-02-en</a>
  2628.                                                                                 </div>
  2629.                                                                             </div>
  2630.                                                                         </td>
  2631.                                                                     </tr>
  2632.                                                                     </tbody>
  2633.                                                                 </table>
  2634.  
  2635.                                                             </th>
  2636.                                                             <th class="rnb-force-col"
  2637.                                                                     style="text-align: left; font-weight: normal; padding-right: 20px;" width="170"
  2638.                                                                     valign="top">
  2639.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" align="left"
  2640.                                                                              class="rnb-col-3" width="170">
  2641.                                                                     <tbody>
  2642.                                                                     <tr>
  2643.                                                                         <td width="100%" class="img-block-center" valign="top" align="left">
  2644.                                                                             <table width="100%" cellspacing="0" cellpadding="0" border="0">
  2645.                                                                                 <tbody>
  2646.                                                                                 <tr>
  2647.                                                                                     <td width="100%" valign="top" align="left" class="img-block-center">
  2648.                                                                                         <table style="display: inline-block;" cellspacing="0" cellpadding="0"
  2649.                                                                                                      border="0">
  2650.                                                                                             <tbody>
  2651.                                                                                             <tr>
  2652.                                                                                                 <td>
  2653.                                                                                                     <div
  2654.                                                                                                             style="border-top:0px None #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;display:inline-block;">
  2655.                                                                                                         <div><img border="0" width="170" hspace="0" vspace="0" alt=""
  2656.                                                                                                                             class="rnb-col-3-img"
  2657.                                                                                                                             src="https://img.mailinblue.com/2633578/images/rnb/original/5e2da129d0b81840042f06ce.png"
  2658.                                                                                                                             style="vertical-align: top; max-width: 404px; float: left;">
  2659.                                                                                                         </div>
  2660.                                                                                                         <div style="clear:both;"></div>
  2661.                                                                                                     </div>
  2662.                                                                                                 </td>
  2663.                                                                                             </tr>
  2664.                                                                                             </tbody>
  2665.                                                                                         </table>
  2666.  
  2667.                                                                                     </td>
  2668.                                                                                 </tr>
  2669.                                                                                 </tbody>
  2670.                                                                             </table>
  2671.                                                                         </td>
  2672.                                                                     </tr>
  2673.                                                                     <tr>
  2674.                                                                         <td height="10" class="col_td_gap"
  2675.                                                                                 style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;
  2676.                                                                         </td>
  2677.                                                                     </tr>
  2678.                                                                     <tr>
  2679.                                                                         <td style="font-size:24px; font-family:'Arial',Helvetica,sans-serif; color:#3c4858; text-align:center;">
  2680.                                                             <span style="color:#3c4858; "><div
  2681.                                                                                                                                 style="line-height:16px;"><span style="font-size:12px;"><strong>KEY VISUAL</strong></span></div>
  2682. </span></td>
  2683.                                                                     </tr>
  2684.                                                                     <tr>
  2685.                                                                         <td style="font-size:14px; font-family:Arial,Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 21px;">
  2686.                                                                             <div>
  2687.                                                                                 <div style="text-align: center;"><a href="https://drive.google.com/open?id=1NuQDB1OCHRWwOiSXW0EvJOiS4BnLF7Kc"
  2688.                                                                                                                                                         style="text-decoration: underline; color: rgb(0, 146, 255);">(M01248-01-en)</a>
  2689.                                                                                 </div>
  2690.                                                                             </div>
  2691.                                                                         </td>
  2692.                                                                     </tr>
  2693.                                                                     </tbody>
  2694.                                                                 </table>
  2695.  
  2696.                                                             </th>
  2697.                                                             <th class="rnb-force-col"
  2698.                                                                     style="text-align: left; font-weight: normal; padding-right: 0px;" width="170"
  2699.                                                                     valign="top">
  2700.                                                                 <table border="0" valign="top" cellspacing="0" cellpadding="0" align="left"
  2701.                                                                              class="rnb-last-col-3" width="170">
  2702.                                                                     <tbody>
  2703.                                                                     <tr>
  2704.                                                                         <td width="100%" class="img-block-center" valign="top" align="left">
  2705.                                                                             <table width="100%" cellspacing="0" cellpadding="0" border="0">
  2706.                                                                                 <tbody>
  2707.                                                                                 <tr>
  2708.                                                                                     <td width="100%" valign="top" align="left" class="img-block-center">
  2709.                                                                                         <table style="display: inline-block;" cellspacing="0" cellpadding="0"
  2710.                                                                                                      border="0">
  2711.                                                                                             <tbody>
  2712.                                                                                             <tr>
  2713.                                                                                                 <td>
  2714.                                                                                                     <div
  2715.                                                                                                             style="border-top:0px None #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;display:inline-block;">
  2716.                                                                                                         <div><img border="0" width="170" hspace="0" vspace="0" alt=""
  2717.                                                                                                                             class="rnb-col-3-img"
  2718.                                                                                                                             src="https://img.mailinblue.com/2633578/images/rnb/original/5e2da11fd5a4f93932799c72.png"
  2719.                                                                                                                             style="vertical-align: top; max-width: 405px; float: left;">
  2720.                                                                                                         </div>
  2721.                                                                                                         <div style="clear:both;"></div>
  2722.                                                                                                     </div>
  2723.                                                                                                 </td>
  2724.                                                                                             </tr>
  2725.                                                                                             </tbody>
  2726.                                                                                         </table>
  2727.  
  2728.                                                                                     </td>
  2729.                                                                                 </tr>
  2730.                                                                                 </tbody>
  2731.                                                                             </table>
  2732.                                                                         </td>
  2733.                                                                     </tr>
  2734.                                                                     <tr>
  2735.                                                                         <td height="10" class="col_td_gap"
  2736.                                                                                 style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;
  2737.                                                                         </td>
  2738.                                                                     </tr>
  2739.                                                                     <tr>
  2740.                                                                         <td style="font-size:24px; font-family:'Arial',Helvetica,sans-serif; color:#3c4858; text-align:center;">
  2741.                                                             <span style="color:#3c4858; "><div
  2742.                                                                                                                                 style="line-height:16px;"><span style="font-size:12px;"><strong>LAUNCH VIDEO<br>
  2743. SHORT VERSION </strong></span></div>
  2744. </span></td>
  2745.                                                                     </tr>
  2746.                                                                     <tr>
  2747.                                                                         <td style="font-size:14px; font-family:Arial,Helvetica,sans-serif, sans-serif; color:#3c4858; line-height: 21px;">
  2748.                                                                             <div>
  2749.                                                                                 <div style="text-align: center;"><a href="https://drive.google.com/open?id=1e7WcVNW3BGo_yHXqQ8ZQWKfZsBGOV3Zx"
  2750.                                                                                                                                                         style="text-decoration: underline; color: rgb(0, 146, 255);">(M01262-01-en)</a>
  2751.                                                                                 </div>
  2752.                                                                             </div>
  2753.                                                                         </td>
  2754.                                                                     </tr>
  2755.                                                                     </tbody>
  2756.                                                                 </table>
  2757.  
  2758.                                                             </th>
  2759.                                                         </tr>
  2760.                                                         </tbody>
  2761.                                                     </table>
  2762.                                                 </td>
  2763.                                             </tr>
  2764.                                             </tbody>
  2765.                                         </table>
  2766.  
  2767.                                     </td>
  2768.                                 </tr>
  2769.                                 </tbody>
  2770.                             </table>
  2771.                             <!--[if mso]>
  2772.                             </td>
  2773.                             <![endif]-->
  2774.  
  2775.                             <!--[if mso]>
  2776.                             </tr>
  2777.                             </table>
  2778.                             <![endif]-->
  2779.  
  2780.                         </div>
  2781.                     </td>
  2782.                 </tr>
  2783.                 <tr>
  2784.  
  2785.                     <td align="center" valign="top">
  2786.  
  2787.                         <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  2788.                                      style="min-width:590px;" name="Layout_13833" id="Layout_13833">
  2789.                             <tbody>
  2790.                             <tr>
  2791.                                 <td class="rnb-del-min-width" valign="top" align="center" style="min-width:590px;">
  2792.                                     <table width="100%" cellpadding="0" border="0" height="35" cellspacing="0">
  2793.                                         <tbody>
  2794.                                         <tr>
  2795.                                             <td valign="top" height="35">
  2796.                                                 <img width="20" height="35" style="display:block; max-height:38px; max-width:20px;" alt=""
  2797.                                                          src="http://img.mailinblue.com/new_images/rnb/rnb_space.gif">
  2798.                                             </td>
  2799.                                         </tr>
  2800.                                         </tbody>
  2801.                                     </table>
  2802.                                 </td>
  2803.                             </tr>
  2804.                             </tbody>
  2805.                         </table>
  2806.                     </td>
  2807.                 </tr>
  2808.                 <tr>
  2809.  
  2810.                     <td align="center" valign="top">
  2811.  
  2812.                         <div style="background-color: rgb(12, 39, 60); border-radius: 0px;">
  2813.  
  2814.                             <!--[if mso]>
  2815.                             <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  2816.                                 <tr>
  2817.                             <![endif]-->
  2818.  
  2819.                             <!--[if mso]>
  2820.                             <td valign="top" width="590" style="width:590px;">
  2821.                             <![endif]-->
  2822.                             <table class="rnb-del-min-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  2823.                                          style="min-width:590px;" name="Layout_6" id="Layout_6">
  2824.                                 <tbody>
  2825.                                 <tr>
  2826.                                     <td class="rnb-del-min-width" align="center" valign="top" style="min-width:590px;">
  2827.                                         <table width="100%" border="0" cellpadding="0" cellspacing="0" class="rnb-container"
  2828.                                                      bgcolor="#0c273c"
  2829.                                                      style="background-color: rgb(12, 39, 60); border-radius: 0px; padding-left: 0px; padding-right: 0px; border-collapse: separate;">
  2830.                                             <tbody>
  2831.                                             <tr>
  2832.                                                 <td height="25" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  2833.                                             </tr>
  2834.                                             <tr>
  2835.                                                 <td valign="top" class="rnb-container-padding" align="left">
  2836.                                                     <table width="100%" cellpadding="0" border="0" align="center" cellspacing="0">
  2837.                                                         <tbody>
  2838.                                                         <tr>
  2839.                                                             <td valign="top" align="center">
  2840.                                                                 <table cellpadding="0" border="0" align="center" cellspacing="0"
  2841.                                                                              class="logo-img-center">
  2842.                                                                     <tbody>
  2843.                                                                     <tr>
  2844.                                                                         <td valign="middle" align="center" style="line-height: 1px;">
  2845.                                                                             <div
  2846.                                                                                     style="border-top:0px None #000;border-right:0px None #000;border-bottom:0px None #000;border-left:0px None #000;display:inline-block; "
  2847.                                                                                     cellspacing="0" cellpadding="0" border="0">
  2848.                                                                                 <div><img width="179" vspace="0" hspace="0" border="0" alt="Sending mail"
  2849.                                                                                                     style="float: left;max-width:179px;display:block;"
  2850.                                                                                                     class="rnb-logo-img rnb-logo-bottom"
  2851.                                                                                                     src="https://img.mailinblue.com/2633578/images/rnb/original/5e2f4b62314656907d798a40.png">
  2852.                                                                                 </div>
  2853.                                                                             </div>
  2854.                                                                         </td>
  2855.                                                                     </tr>
  2856.                                                                     </tbody>
  2857.                                                                 </table>
  2858.                                                             </td>
  2859.                                                         </tr>
  2860.                                                         </tbody>
  2861.                                                     </table>
  2862.                                                 </td>
  2863.                                             </tr>
  2864.                                             <tr>
  2865.                                                 <td height="20" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  2866.                                             </tr>
  2867.                                             </tbody>
  2868.                                         </table>
  2869.                                     </td>
  2870.                                 </tr>
  2871.                                 </tbody>
  2872.                             </table>
  2873.                             <!--[if mso]>
  2874.                             </td>
  2875.                             <![endif]-->
  2876.  
  2877.                             <!--[if mso]>
  2878.                             </tr>
  2879.                             </table>
  2880.                             <![endif]-->
  2881.  
  2882.                         </div>
  2883.                     </td>
  2884.                 </tr>
  2885.                 <tr>
  2886.  
  2887.                     <td align="center" valign="top">
  2888.  
  2889.                         <div style="background-color: rgb(12, 39, 60);">
  2890.  
  2891.                             <table class="rnb-del-min-width rnb-tmpl-width" width="100%" cellpadding="0" border="0" cellspacing="0"
  2892.                                          style="min-width:590px;" name="Layout_4" id="Layout_4">
  2893.                                 <tbody>
  2894.                                 <tr>
  2895.                                     <td class="rnb-del-min-width" align="center" valign="top" style="min-width:590px;">
  2896.                                         <table width="100%" cellpadding="0" border="0" align="center" cellspacing="0" bgcolor="#0c273c"
  2897.                                                      style="padding: 0 5px; background-color: rgb(12, 39, 60); border-collapse: separate;">
  2898.                                             <tbody>
  2899.                                             <tr>
  2900.                                                 <td height="10" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  2901.                                             </tr>
  2902.                                             <tr>
  2903.                                                 <td style="font-size:10px; color:#ffffff; font-weight:normal; text-align:center; font-family:'pt-sans','Arial',Helvetica,sans-serif;">
  2904.                                                     <div style="padding: 0 16px;" class="footer">
  2905.                                                         <div>As improvements are made, these texts and pictures are not contractually binding and
  2906.                                                             may be changed without prior notice.<br>
  2907.                                                             Vision-R™ 800 is a trademark of Essilor International.
  2908.                                                         </div>
  2909.                                                         <div>&nbsp;</div>
  2910.                                                         <div>Copyright © 2018 Essilor Instruments. Confidential information. All rights reserved.
  2911.                                                         </div>
  2912.                                                     </div>
  2913.                                                 </td>
  2914.                                             </tr>
  2915.                                             <tr>
  2916.                                                 <td height="40" style="font-size:1px; line-height:0px; mso-hide: all;">&nbsp;</td>
  2917.                                             </tr>
  2918.                                             </tbody>
  2919.                                         </table>
  2920.                                     </td>
  2921.                                 </tr>
  2922.                                 </tbody>
  2923.                             </table>
  2924.  
  2925.                         </div>
  2926.                     </td>
  2927.                 </tr>
  2928.                 </tbody>
  2929.             </table>
  2930.             <!--[if gte mso 9]>
  2931.             </td>
  2932.             </tr>
  2933.             </table>
  2934.             <![endif]-->
  2935.         </td>
  2936.     </tr>
  2937.     </tbody>
  2938. </table>
  2939.  
  2940. </body>
  2941. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement