Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - jlewa.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: openresty
Date: Sun, 11 May 2025 11:25:02 GMT
Content-Type: text/html
Content-Length: 166
Connection: keep-alive
Location: https://jlewa.com/

HTTP Code 301 Moved Permanently

301 http code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://jlewa.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: openresty
Date: Sun, 11 May 2025 11:25:03 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
x-frame-options: DENY
content-security-policy: frame-ancestors 'none'
Access-Control-Allow-Origin: *
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
strict-transport-security: max-age=2592000

HTTP Code 200 OK

200 http code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: jlewa.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html><html lang="en" class="site-root site-root--published fonts-stage-1">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https:&#47;&#47;jlewa.com&#47;" />
  <meta name="color-scheme" content="light only" />
<title>Jeremy Lew and Associates | HOME</title><meta name="description" content="A family owned and operated architecture and construction firm based in Northbrook, IL specializing in both residential and commercial projects since 1988. Serving Chicago and the North Shore." /><meta name="robots" content="index, follow" /><link rel="canonical" href="https://jlewa.com/" /><meta name="theme-color" content="#b1521d" /><meta property="og:title" content="Jeremy Lew and Associates | HOME" /><meta property="og:description" content="A family owned and operated architecture and construction firm based in Northbrook, IL specializing in both residential and commercial projects since 1988. Serving Chicago and the North Shore." />    <meta property="og:image" content="https://res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ff8869170c13a002256596d_optimized" />
    <meta property="og:image:secure_url" content="https://res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ff8869170c13a002256596d_optimized" />

  
  
  <link rel="shortcut icon" type="image/png" href="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e5d229d3621b100215ccfcc_optimized" sizes="16x16">
<link rel="shortcut icon" type="image/png" href="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e5d229d3621b100215ccfcc_optimized" sizes="32x32">
<link rel="shortcut icon" type="image/png" href="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e5d229d3621b100215ccfcc_optimized" sizes="96x96">
<link rel="apple-touch-icon" sizes="120x120" href="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e5d229d3621b100215ccfcc_optimized">
<link rel="apple-touch-icon" sizes="180x180" href="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e5d229d3621b100215ccfcc_optimized">
<link rel="apple-touch-icon" sizes="152x152" href="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e5d229d3621b100215ccfcc_optimized">
<link rel="apple-touch-icon" sizes="167x167" href="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e5d229d3621b100215ccfcc_optimized">
<script>
window.swPromise = Promise.resolve()
if("serviceWorker" in navigator) {
  window.swPromise = new Promise(function(resolve) {
    setTimeout(resolve, 10000)
    navigator.serviceWorker.register('/sw.b14b4cabaaf0766875f310fe28dc5374.js').then(function(registration) {
      var interval
      interval = setInterval(function checkActive() {
        if(registration.active) {
          clearInterval(interval)
          resolve()
        }
      }, 10)
    })
  })
}
  ;(function(adata) {
  window["registerAdata"] = function registerAdata(data) {adata = Object.assign(adata, data)}
  window["getAdata"] = function getAdata() {return adata}
  })({})
  ;(function(styles) {
  window["__set_style__"] = function setStyle(id, style) {styles[id] = style}
  window["__require_style__"] = function requireStyle(id) {return styles[id]}
  })({})
  ;(function(blocks) {
  window["blockJsonp"] = function blockJsonpCallback(id, view, content) {
    blocks[id] = {
      view: view,
      content: content
    }
  }
  window["__require_block__"] = function requireBlock(deps) {
  var ReactDOM = deps.ReactDOM;
  var React = deps.React;
  var _ = deps._;
  var classNames = deps.classNames;
  var PropTypes = deps.PropTypes;
  var editorModule = deps.editorModule;
    return function (id) {
      var block = blocks[id]
      if (!block || !block.view) {
        return null
      }
      var exports = {}
      function requireStub(path) {
        if (path === 'weblium/editor') {
          return editorModule
        }
      }
      try {
        block.view(exports, requireStub, ReactDOM, React, PropTypes, _, classNames)
      } catch (e) {
        console.error('Failed to load block', {error: e.message, stack: e.stack})
      }
      return {view: exports.default, content: block.content}
    }
  }
  })({})
;(function(views) {
  window["viewJsonp"] = function viewJsonpCallback(id, view) {
    views[id] = {
      view: view,
    }
  }
  window["__require_view__"] = function requireView(deps) {
    return function (id) {
      var block = views[id]
      if (!block || !block.view) {
        return null
      }
      var exports = {}
      function requireStub(path) {}
      try {
        block.view(exports, requireStub)
      } catch (e) {
        console.error('Failed to load block', {error: e.message, stack: e.stack})
      }
      return exports.default
    }
  }
})({});
  
;(function () {
  if (typeof window.CustomEvent === "function" ) return false;
  function CV(e, p) {
    p = p || {bubbles: false, cancelable: false, detail: null};
    var evt = document.createEvent('CustomEvent');
    evt.initCustomEvent(e, p.bubbles, p.cancelable, p.detail);
    return evt;
   }
  CV.prototype = window.Event.prototype;
  window.CustomEvent = CV;
})();


if (!Element.prototype.matches) {
  Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector;
}
if (!Element.prototype.closest) {
  Element.prototype.closest = function(s) {
    var el = this;
    do {
      if (Element.prototype.matches.call(el, s)) return el;
      el = el.parentElement || el.parentNode;
    } while (el !== null && el.nodeType === 1);
    return null;
  };
}


(function() {
  if(Node.prototype.replaceChildren === undefined) {
    Node.prototype.replaceChildren = function(...args) {
      while(this.lastChild) {
       this.removeChild(this.lastChild);
      }
      if (args.length) {
        this.append(...args);
      }
    }
  }
}());


if (!window.localStorage || !window.sessionStorage) (function() {
  var Storage = function(type) {
      function createCookie(name, value, days) {
          var date, expires;
          if (days) {
              date = new Date();
              date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
              expires = "; expires=" + date.toGMTString();
          } else {
              expires = "";
          }
          document.cookie = name + "=" + value + expires + "; path=/";
      }
      function readCookie(name) {
          var nameEQ = name + "=",
              ca = document.cookie.split(';'),
              i, c;
          for (i = 0; i < ca.length; i++) {
              c = ca[i];
              while (c.charAt(0) == ' ') {
                  c = c.substring(1, c.length);
              }
              if (c.indexOf(nameEQ) == 0) {
                  return c.substring(nameEQ.length, c.length);
              }
          }
          return null;
      }
      function setData(data) {
          data = JSON.stringify(data);
          if (type == 'session') {
              window.name = data;
          } else {
              createCookie('localStorage', data, 365);
          }
      }
      function clearData() {
          if (type == 'session') {
              window.name = '';
          } else {
              createCookie('localStorage', '', 365);
          }
      }
      function getData() {
          var data = type == 'session' ? window.name : readCookie('localStorage');
          return data ? JSON.parse(data) : {};
      }
      var data = getData();
      function numKeys() {
          var n = 0;
          for (var k in data) {
              if (data.hasOwnProperty(k)) {
                  n += 1;
              }
          }
          return n;
      }
      return {
          clear: function() {
              data = {};
              clearData();
              this.length = numKeys();
          },
          getItem: function(key) {
              key = encodeURIComponent(key);
              return data[key] === undefined ? null : data[key];
          },
          key: function(i) {
              var ctr = 0;
              for (var k in data) {
                  if (ctr == i) return decodeURIComponent(k);
                  else ctr++;
              }
              return null;
          },
          removeItem: function(key) {
              key = encodeURIComponent(key);
              delete data[key];
              setData(data);
              this.length = numKeys();
          },
          setItem: function(key, value) {
              key = encodeURIComponent(key);
              data[key] = String(value);
              setData(data);
              this.length = numKeys();
          },
          length: 0
      };
  };
  if (!window.localStorage) window.localStorage = new Storage('local');
  if (!window.sessionStorage) window.sessionStorage = new Storage('session');
})();

!function(){"use strict";var e=function(e){e.setAttribute("rel","stylesheet"),e.setAttribute("type","text/css"),e.setAttribute("media","all"),e.setAttribute("preloaded","true"),e.removeAttribute("as")},t=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];e.setAttribute("preloaded",t?"error":"true"),e.removeEventListener("load",window.invokePreload.onLoad),e.removeAttribute("onload"),e.removeAttribute("onerror"),e.onload=null};!function(){try{new Function("(a = 0) => a")}catch(e){return!1}}();window.invokePreload=window.invokePreload||{},invokePreload.onLoad=t,invokePreload.onScriptLoad=t,invokePreload.onScriptError=function(e){return t(e,!0)},invokePreload.onStyleLoad=function(t){return-1===[].map.call(document.styleSheets,function(e){return"all"===e.media.mediaText?e.href:null}).indexOf(t.href)&&(window.requestAnimationFrame?window.requestAnimationFrame(function(){return e(t)}):e(t)),t.removeAttribute("onload"),t}}();

var preload_polyfill=function(){"use strict";var e=function(e){e.setAttribute("rel","stylesheet"),e.setAttribute("type","text/css"),e.setAttribute("media","all"),e.setAttribute("preloaded","true"),e.removeAttribute("as")},t=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];e.setAttribute("preloaded",t?"error":"true"),e.removeEventListener("load",window.invokePreload.onLoad),e.removeAttribute("onload"),e.removeAttribute("onerror"),e.onload=null},n=function(){try{return new Function("(a = 0) => a"),!0}catch(e){return!1}}(),r=function(n,r){if("style"===r.getAttribute("as"))return t(r),o=r,-1===[].map.call(document.styleSheets,function(e){return"all"===e.media.mediaText?e.href:null}).indexOf(o.href)&&(window.requestAnimationFrame?window.requestAnimationFrame(function(){return e(o)}):e(o)),void o.removeAttribute("onload");var o;t(r),r.dispatchEvent(new CustomEvent("load",n))},o=function(e,n){t(n,!0)},u=function(e){var t,n;(t=3e3,n=fetch(e.href,{method:"GET",mode:"cors",cache:"force-cache"}),new Promise(function(e,r){setTimeout(function(){return r(new Error("timeout"))},t),n.then(e,r)})).then(function(t){t.ok?r(null,e):o(0,e)}).catch(function(){return o(0,e)})},i=function(e){if(window.fetch)return u(e);var t=new XMLHttpRequest;t.addEventListener("load",function(n){t.status>=200&&t.status<300?r(n,e):o(0,e)}),t.open("GET",e.href,!0),t.timeout=3e3,t.send()},a=function(e){switch(e.getAttribute("as")){case"script":!function(e){"nomodule"===e.getAttribute("rel")&&e.setAttribute("rel","preload"),i(e)}(e);break;case"image":!function(e){var t=new Image;t.onload=function(t){return r(t,e)},t.onerror=function(t){return o(0,e)},t.src=e.href}(e);break;case"style":!function(e){e.onload=function(t){return r(t,e)},e.onerror=function(t){return o(0,e)},e.media="none",e.type="text/css",e.rel="stylesheet"}(e);break;case"font":!function(e){document.fonts&&e.hasAttribute("name")?new FontFace(e.getAttribute("name"),"url(".concat(e.href,")"),{weight:e.getAttribute("weight")||"normal",style:"normal"}).load(e.href).then(function(t){document.fonts.add(t),r(null,e)}).catch(function(){}):i(e)}(e);break;default:i(e)}},l=[],c=function(e){-1===l.indexOf(e.href)&&(function(e){if(("script"===e.getAttribute("as")||"worker"===e.getAttribute("as"))&&("nomodule"===e.getAttribute("rel")||e.hasAttribute("module"))){var t="nomodule"===e.getAttribute("rel");if(e.hasAttribute("module")&&!n||t&&n)return!0}return!1}(e)||(a(e),l.push(e.href)))},d=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:'link[rel="preload"]';if(window.MutationObserver){var t=new MutationObserver(function(e){return function(e){for(var t=0,n=e.length;t<n;t++)for(var r=e[t].addedNodes,o=0,u=r.length;o<u;o++){var i=r[o];"LINK"!==i.nodeName||!i.hasAttribute("rel")||"preload"!==i.getAttribute("rel")&&"nomodule"!==i.getAttribute("rel")||c(i)}}(e)}).observe(document.documentElement,{childList:!0,subtree:!0});document.addEventListener("DOMContentLoaded",function(){t&&t.disconnect()})}else var n=setInterval(function(){"complete"==document.readyState&&(clearInterval(n),s(e))},50)},s=function(){for(var e,t=function(e){for(var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:document).querySelectorAll(e),n=[],r=[],o=0,u=t.length;o<u;++o){var i=t[o];-1===r.indexOf(i.href)&&(r.push(i.href),n.push(i))}return n}(arguments.length>0&&void 0!==arguments[0]?arguments[0]:'link[rel="preload"]');void 0!==(e=t.shift());)c(e)};return function(){try{if(!document.createElement("link").relList.supports("preload"))throw Error}catch(t){s(e='link[rel="preload"]'),d(e)}var e}()}();

var preload_polyfill_invoke=function(){"use strict";var t=function(t,e,r){var n=document.createElement("script");return n.async=e,n.onload=r,n.onerror=r,n.setAttribute("src",t.href),t.integrity&&(n.integrity=t.integrity),t.hasAttribute("crossorigin")&&n.setAttribute("crossorigin",t.getAttribute("crossorigin")),t.insertAdjacentElement?t.insertAdjacentElement("afterend",n):t.parentNode.appendChild(n),n},e=function(t){t.setAttribute("rel","stylesheet"),t.setAttribute("type","text/css"),t.setAttribute("media","all"),t.setAttribute("preloaded","true"),t.removeAttribute("as")},r=function(t){return-1===[].map.call(document.styleSheets,function(t){return"all"===t.media.mediaText?t.href:null}).indexOf(t.href)&&(window.requestAnimationFrame?window.requestAnimationFrame(function(){return e(t)}):e(t)),t.removeAttribute("onload"),t},n=function(){try{return new Function("(a = 0) => a"),!0}catch(t){return!1}}(),i=function(t){if(("script"===t.getAttribute("as")||"worker"===t.getAttribute("as"))&&("nomodule"===t.getAttribute("rel")||t.hasAttribute("module"))){var e="nomodule"===t.getAttribute("rel");if(t.hasAttribute("module")&&!n||e&&n)return!0}return!1},o=function(t){for(var e=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:document).querySelectorAll(t),r=[],n=[],i=0,o=e.length;i<o;++i){var u=e[i];-1===n.indexOf(u.href)&&(n.push(u.href),r.push(u))}return r},u=!0,s=function e(r,n,i){"true"===r.getAttribute("preloaded")?t(r,n,i):"error"===r.getAttribute("preloaded")?i():setTimeout(function(){e(r,n,i)},10)},a=function(){window.performance&&window.performance.now};document.addEventListener("DOMContentLoaded",function(){a();for(var t,e=o("link[rel='preload'][as='script']"),r=[],n=[];void 0!==(t=e.shift());)i(t)||(t.hasAttribute("critical")?r.push(t):n.push(t));u=0===r.length,function(t){for(var e=[];t.length;)e.push(new Promise(function(e){s(t.shift(),!1,e)}));return Promise.all(e)}(r).then(function(){return function(t){for(var e=[];t.length;)e.push(new Promise(function(e){s(t.shift(),u,e)}));return Promise.all(e)}(n)}).then(function(){document.dispatchEvent(new CustomEvent("AllScriptsExecuted")),a()})});return function(e){for(var n,u=o("link[rel='preload']",e);void 0!==(n=u.shift());)"script"===n.getAttribute("as")?i(n)||t(n,!1):"style"===n.getAttribute("as")&&r(n)}}();

  </script>
  <link rel="preload" href="/site/677d572ddc4249b05e91853f/google-fonts-5c2dfa623dbc4a0023e12261.css" as="style" importance="high"  />
  <link rel="stylesheet" href="/site/677d572ddc4249b05e91853f/google-fonts-5c2dfa623dbc4a0023e12261.css" />
  <link rel="preload" href="/site/677d572ddc4249b05e91853f/core-theme-5c2dfa623dbc4a0023e12261.css" as="style" />
  <style type="text/css">
    a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}em{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{width:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before,html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}button{background:none;border:0;margin:0;padding:0;font-size:inherit;font-family:inherit}.slick-track:after,.slick-track:before{content:"";display:table;clear:both}img:not([src]){visibility:hidden}img[src]{background-color:transparent!important}
    /*--vars-start--*/:root{--w-accordion-offset: 30px;--w-accordion-padding: 20px}:root{--w-apps-buttons-border-color: #a6a6a6;--w-apps-buttons-padding-top-as: 33.3333%;--w-apps-buttons-padding-top-gp: 29.5496%;--w-apps-buttons-padding-top-as-fre: 31.496%;--w-apps-buttons-padding-top-as-tur: 26.4901%;--w-apps-buttons-padding-top-as-chi: 36.6972%;--w-apps-buttons-sm-max-width-as: 120px;--w-apps-buttons-sm-max-width-gp: 135px;--w-apps-buttons-sm-max-width-as-fre: 127px;--w-apps-buttons-sm-max-width-as-tur: 151px;--w-apps-buttons-sm-max-width-as-chi: 109px;--w-apps-buttons-sm-border-radius: 5px;--w-apps-buttons-offset: 35px;--w-apps-buttons-md-max-width-as: 120px;--w-apps-buttons-lg-max-width-as: 150px;--w-apps-buttons-md-max-width-gp: 135px;--w-apps-buttons-lg-max-width-gp: 169px;--w-apps-buttons-sm-max-width-as-fre: 127px;--w-apps-buttons-md-max-width-as-fre: 127px;--w-apps-buttons-lg-max-width-as-fre: 159px;--w-apps-buttons-sm-max-width-as-tur: 151px;--w-apps-buttons-md-max-width-as-tur: 151px;--w-apps-buttons-lg-max-width-as-tur: 189px;--w-apps-buttons-sm-max-width-as-chi: 109px;--w-apps-buttons-md-max-width-as-chi: 109px;--w-apps-buttons-lg-max-width-as-chi: 136px;--w-apps-buttons-sm-border-radius: 5px;--w-apps-buttons-md-border-radius: 5px;--w-apps-buttons-lg-border-radius: 5px}@media (min-width: 480px){:root:not(.disable-media-queries){--w-apps-buttons-md-max-width-as: 150px;--w-apps-buttons-lg-max-width-as: 180px;--w-apps-buttons-md-max-width-gp: 169px;--w-apps-buttons-lg-max-width-gp: 203px;--w-apps-buttons-md-max-width-as-fre: 159px;--w-apps-buttons-lg-max-width-as-fre: 191px;--w-apps-buttons-md-max-width-as-tur: 189px;--w-apps-buttons-lg-max-width-as-tur: 227px;--w-apps-buttons-md-max-width-as-chi: 136px;--w-apps-buttons-lg-max-width-as-chi: 164px}}@media (min-width: 0px){.html-editor-md,.html-editor{--w-apps-buttons-md-max-width-as: 150px;--w-apps-buttons-lg-max-width-as: 180px;--w-apps-buttons-md-max-width-gp: 169px;--w-apps-buttons-lg-max-width-gp: 203px;--w-apps-buttons-md-max-width-as-fre: 159px;--w-apps-buttons-lg-max-width-as-fre: 191px;--w-apps-buttons-md-max-width-as-tur: 189px;--w-apps-buttons-lg-max-width-as-tur: 227px;--w-apps-buttons-md-max-width-as-chi: 136px;--w-apps-buttons-lg-max-width-as-chi: 164px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-apps-buttons-md-border-radius: 7px;--w-apps-buttons-lg-border-radius: 8px}}@media (min-width: 0px){.html-editor-md,.html-editor{--w-apps-buttons-md-border-radius: 7px;--w-apps-buttons-lg-border-radius: 8px}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-apps-buttons-offset: 40px}}@media (min-width: 0px){.html-editor{--w-apps-buttons-offset: 40px}}:root{--w-gap: 15px}:root{--w-base-v-space: 4px;--w-base-h-space: 5px;--w-v-spacer1: calc(var(--w-base-v-space) * 1);--w-v-spacer2: calc(var(--w-base-v-space) * 2);--w-v-spacer3: calc(var(--w-base-v-space) * 3);--w-v-spacer4: calc(var(--w-base-v-space) * 5);--w-v-spacer5: calc(var(--w-base-v-space) * 8);--w-v-spacer6: calc(var(--w-base-v-space) * 12);--w-v-spacer7: calc(var(--w-base-v-space) * 15);--w-h-spacer1: calc(var(--w-base-h-space) * 1);--w-h-spacer2: calc(var(--w-base-h-space) * 2);--w-h-spacer3: calc(var(--w-base-h-space) * 4);--w-h-spacer4: calc(var(--w-base-h-space) * 8)}:root{--w-hero-title-offset: 35px;--w-title-offset: 25px;--w-subtitle-offset: 25px;--w-heading-offset: 20px;--w-subheading-offset: 25px;--w-heading-lg-offset: 25px;--w-caption-offset: 20px;--w-body-offset: 20px;--w-small-offset: 20px;--w-quote-offset: 20px;--w-hero-title-h-offset: 15px;--w-title-h-offset: 5px;--w-subtitle-h-offset: 15px;--w-heading-h-offset: 15px;--w-subheading-h-offset: 15px;--w-heading-lg-h-offset: 15px;--w-caption-h-offset: 10px;--w-body-h-offset: 10px;--w-small-h-offset: 10px;--w-quote-h-offset: 10px}@media (min-width: 992px){:root:not(.disable-media-queries){--w-hero-title-offset: 40px}}@media (min-width: 0px){.html-editor{--w-hero-title-offset: 40px}}:root{--w-layout-item-top-offset: calc(var(--w-gap) * 2);--w-layout-gap: var(--w-gap)}:root{--w-btns-group-item-offset: 20px;--w-btns-group-offset: 35px}@media (min-width: 992px){:root:not(.disable-media-queries){--w-btns-group-offset: 40px}}@media (min-width: 0px){.html-editor,.html-editor-lg{--w-btns-group-offset: 40px}}:root{--w-socials-top-offset: 30px;--w-socials-h-offset: 15px;--w-socials-bottom-offset: 30px}:root{--w-list-item-v-offset: 30px;--w-list-item-h-offset: 30px;--w-list-item-v-padding: 15px;--w-list-item-h-padding: 15px}:root{--w-list-with-media-offset: 30px;--w-list-with-media-padding: 20px}:root{--ui-content-gutter-1200: 15px;--w-content-container-size: 1200px;--w-content-gutter: var(--ui-content-gutter-320)}@media (min-width: 480px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-480)}}@media (min-width: 0px){.html-editor-xs{--w-content-gutter: var(--ui-content-gutter-480)}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-768)}}@media (min-width: 0px){.html-editor-md{--w-content-gutter: var(--ui-content-gutter-768)}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-992)}}@media (min-width: 1280px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-1200)}}@media (min-width: 0px){.html-editor,.html-editor-lg{--w-content-gutter: var(--ui-content-gutter-1200)}}:root{--w-section-vertical-s-offset: 20px;--w-section-basement-offset: 30px;--w-section-vertical-offset: 90px;--w-section-vertical-xxl-offset: 130px;--w-section-header-offset: 45px;--w-section-footer-offset: 50px}@media (min-width: 768px){:root:not(.disable-media-queries){--w-section-vertical-offset: 95px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 45px;--w-section-footer-offset: 50px}}@media (min-width: 0px){.html-editor-md{--w-section-vertical-offset: 95px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 45px;--w-section-footer-offset: 50px}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-section-vertical-offset: 100px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 50px;--w-section-footer-offset: 55px}}@media (min-width: 0px){.html-editor{--w-section-vertical-offset: 100px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 50px;--w-section-footer-offset: 55px}}:root{--w-image-offset: 20px;--w-image-mask-sm-width: 70px;--w-image-mask-sm-height: 70px;--w-image-mask-md-width: 70px;--w-image-mask-md-height: 70px;--w-image-mask-lg-width: 120px;--w-image-mask-lg-height: 120px}@media (min-width: 768px){:root:not(.disable-media-queries){--w-image-aspect-ratio: 56.25%;--w-image-mask-md-width: 120px;--w-image-mask-md-height: 120px;--w-image-mask-lg-width: 170px;--w-image-mask-lg-height: 170px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-image-aspect-ratio: 56.25%;--w-image-mask-md-width: 120px;--w-image-mask-md-height: 120px;--w-image-mask-lg-width: 170px;--w-image-mask-lg-height: 170px}}:root{--w-quote-offset: 30px;--w-quote-gap: 20px}:root{--w-logo-offset: 30px;--w-slogan-offset: 5px}:root{--w-nav-offset: 30px;--w-nav-item-gap: 15px;--w-nav-item-top-offset: 10px;--w-nav-item-column-gap: 10px;--w-nav-item-column-offset: 20px}:root{--w-burger-padding: 12px 8px;--w-burger-width: 24px;--w-burger-height: 16px;--w-burger-line-size: 2px;--w-burger-line-pos-transform: translateY(7px) rotate(45deg);--w-burger-line-neg-transform: translateY(-7px) rotate(-45deg)}:root{--w-icon-panel-inner-offset: 0}:root:not(.disable-media-queries){--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 50px;--w-icon-panel-height: 50px;--w-icon-panel-xl-width: 70px;--w-icon-panel-xl-height: 70px}@media (min-width: 0px){.html-editor-xs{--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 50px;--w-icon-panel-height: 50px;--w-icon-panel-xl-width: 70px;--w-icon-panel-xl-height: 70px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 70px;--w-icon-panel-height: 70px;--w-icon-panel-xl-width: 100px;--w-icon-panel-xl-height: 100px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 70px;--w-icon-panel-height: 70px;--w-icon-panel-xl-width: 100px;--w-icon-panel-xl-height: 100px}}:root{--w-icon-width: 24px;--w-icon-height: 24px;--w-icon-offset: 20px;--w-icon-h-offset: 10px;--w-icon-sm-inner-offset: 12px;--w-icon-inner-offset: 12px;--w-icon-numbers-inner-offset: 5px;--w-icon-xl-inner-offset: 15px}@media (min-width: 768px){:root:not(.disable-media-queries){--w-icon-inner-sm-offset: 12px;--w-icon-inner-offset: 15px;--w-icon-xl-inner-offset: 20px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-icon-inner-sm-offset: 12px;--w-icon-inner-offset: 15px;--w-icon-xl-inner-offset: 20px}}:root{--w-icon-numbers-sm-inner-offset: 4px}:root:not(.disable-media-queries){--w-icon-numbers-xl-inner-offset: 8px;--w-icon-numbers-inner-offset: 4px}@media (min-width: 0px){.html-editor-xs{--w-icon-numbers-xl-inner-offset: 8px;--w-icon-numbers-inner-offset: 4px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-icon-numbers-xl-inner-offset: 10px;--w-icon-numbers-inner-offset: 8px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-icon-numbers-xl-inner-offset: 10px;--w-icon-numbers-inner-offset: 8px}}:root{--w-map-wrapper-height: 450px;--w-map-wrapper-offset: 30px}:root:not(.disable-media-queries){--w-counter-font-size: 24px;--w-counter-xl-font-size: 30px}@media (min-width: 0px){.html-editor-xs{--w-counter-font-size: 24px;--w-counter-xl-font-size: 30px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-counter-font-size: 30px;--w-counter-xl-font-size: 44px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-counter-font-size: 30px;--w-counter-xl-font-size: 44px}}:root{--w-contacts-list-offset: 30px;--w-contacts-list-item-v-offset: 16px;--w-contacts-list-element-v-offset: 5px}:root{--w-icon-list-width: 20px;--w-icon-list-height: 20px;--w-icon-list-offset: 20px;--w-icon-list-item-offset: 16px;--w-icon-list-item-h-offset: 24px}:root{--w-follow-us-offset: 15px}:root{--w-form-offset: 32px;--w-text-area-height: 150px;--w-form-field-offset: 24px;--w-form-button-offset: 56px;--w-form-input-offset: 12px;--w-form-description-offset: 4px;--w-form-multiple-group-offset: 12px;--w-form-multiple-item-offset: 12px}:root{--w-captions-group-offset: 15px;--w-captions-group-item-offset: 5px;--w-captions-group-separator-width: 1px}:root{--w-user-message-offset: 20px;--w-user-photo-size: 70px}:root{--w-grid-item-top-offset: 30px;--w-grid-gap: 30px;--w-100vw: 100vw;--w-grid-container-size-md: calc(
    var(--w-100vw) + var(--w-grid-gap) - var(--ui-content-gutter-768) * 2
  );--w-grid-container-size-xl: calc(
    var(--w-content-container-size) + var(--w-grid-gap) -
    var(--ui-content-gutter-1200) * 2
  );--w-grid-container-size-lg: var(--w-grid-container-size-xl)}:root:not(.disable-media-queries){--w-100vw: 100vw}.html-editor-xs,.html-editor-md{--w-100vw: var(--w-editor-width)}:root:not(.disable-media-queries){--w-grid-item-v-padding: 31px;--w-grid-item-h-padding: 27px}@media (min-width: 0px){.html-editor-xs{--w-grid-item-v-padding: 31px;--w-grid-item-h-padding: 27px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-grid-item-v-padding: 34px;--w-grid-item-h-padding: 28px}}@media (min-width: 0px){.html-editor-md{--w-grid-item-v-padding: 34px;--w-grid-item-h-padding: 28px}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-grid-item-v-padding: 40px;--w-grid-item-h-padding: 30px}}@media (min-width: 0px){.html-editor,.html-editor-lg{--w-grid-item-v-padding: 40px;--w-grid-item-h-padding: 30px}}:root{--w-divider-component-offset: 0px}:root{--w-gallery-offset: 30px}:root{--w-image-with-hover-offset: 20px;--w-image-with-hover-button-offset: var(--w-btns-group-offset)}:root{--w-try-it-free-offset: 32px;--w-try-it-free-input-offset-sm: 8px;--w-try-it-free-input-offset-md: 8px;--w-try-it-free-input-offset-lg: 12px}:root{--w-language-offset: 20px}:root{--w-order-summary-offset: 24px}


/*--vars-end--*/

.media-placeholder_1Ay{display:flex!important;position:absolute;height:100%;top:0;right:0;bottom:0;left:0;justify-content:center!important;align-items:center;overflow:hidden}.icon_1X9{height:calc(100% - 160px);min-height:50px;max-height:140px}.ai-visual-container_3T8{position:absolute;top:5px;right:5px;z-index:2}.ai-visual-button_vk_{display:flex;padding:8px 12px;border-radius:4px;border:0;box-shadow:0 2px 4px 0 rgba(33,39,54,.16);-webkit-user-select:none;-moz-user-select:none;user-select:none}.ai-visual-button-image_1V1{width:24px;height:24px}.ai-visual-button-label_Uim{font-size:14px;font-weight:600;line-height:20px;color:var(--brand)}.ai-visual-button_vk_:hover{box-shadow:0 0 1px 0 rgba(33,39,54,.04)}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}em{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:""}table{border-collapse:collapse;border-spacing:0}*,:after,:before{box-sizing:border-box}button{margin:0;padding:0;background:none;border:0;font-size:inherit;font-family:inherit}html{font-size:var(--font-base-size);font-family:var(--font-family);line-height:var(--line-height-base);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{margin:0}button,figure,iframe{margin:0;padding:0;background:none;border:0;cursor:pointer;border-radius:0;font-size:inherit;outline:none}input{border:0;box-shadow:none}input:focus{outline:none}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}input:-webkit-autofill,input:-webkit-autofill:focus input:-webkit-autofill,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus{-webkit-text-fill-color:var(--ink);-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}ol,ul{margin:0;padding:0;list-style:none}

.collection{position:relative}
.social-icons-container_mJW{display:flex;position:relative;font-size:0}.social-icons_3iz{display:inline-block}.social-icons_icon_3o6{display:block;position:relative}.social-icons_icon_3o6 .wrapper_3w9{width:100%;height:100%}
.loading-overlay__wrapper_2Cx{transition:opacity .2s ease-in}.loading-overlay__wrapper_2Cx,.spinner_2lF{position:fixed;z-index:var(--max-index)}.spinner_2lF{top:0;right:0;bottom:0;left:0;opacity:1}.spinner--offset-top_3iT{padding-top:48px;background-color:hsla(0,0%,100%,.8)}.spinner--offset-top_3iT .spinner__svg_308{margin-top:-48px}.spinner--solid_2sM .spinner__wrapper_cFj{background-color:#fff}.spinner--absolute_2HZ{position:absolute}.spinner--z-auto_2nN{z-index:auto}.spinner--transparent_21Y .spinner__wrapper_cFj{background-color:transparent}.spinner__wrapper_cFj{display:flex;width:100%;height:100%;justify-content:center;background-color:hsla(0,0%,100%,.8);align-items:center}.spinner__svg_308{width:50px;height:50px;animation:rotate_2G9 .9s linear infinite}.spinner__path_3gH{stroke:#bfd2ff;stroke-linecap:round;stroke-width:3px;stroke-dasharray:46}@keyframes rotate_2G9{to{transform:rotate(1turn)}}
.svgIcon_2Cq{max-width:100%}.innerFill_U0E .outline_28N{fill:currentColor;transition:.3s}.innerFill_U0E .outline_28N.originalInstagram_3BK{fill:url(#instagramGradient)}.innerFill_U0E .outline_28N.instagramMask_2YO{fill:url(#instagramGradientHover);opacity:0;transition:.3s}.innerFill_U0E .logo_2cS{fill:var(--si-icon-color,currentColor);transition:.3s}.innerFill_U0E .logo_2cS.originalLogo_5HJ{fill:currentColor}.innerFill_U0E .logo_2cS.originalInstagram_3BK{fill:url(#instagramGradient)}.innerFill_U0E .logo_2cS.instagramMask_2YO{fill:url(#instagramGradientHover);opacity:0;transition:.3s}.innerFill_U0E .whiteLogo_1Gw{fill:var(--si-icon-color,#fff);transition:.3s}.innerFill_U0E .whiteLogo_1Gw.originalInstagram_3BK{stroke:url(#instagramGradient)}.innerFill_U0E:hover{color:currentColor}.innerFill_U0E:hover .logo_2cS.instagramMask_2YO,.innerFill_U0E:hover .outline_28N.instagramMask_2YO{transition:.3s;fill:url(#instagramGradientHover);opacity:1}.innerFill_U0E:hover .logo_2cS{fill:var(--si-icon-hover-color,currentColor)}.innerFill_U0E.originalBehance_2xn:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalBehance_2xn:hover .outline_28N{fill:#0050e3}.innerFill_U0E.originalFacebook_2EC.darkTheme_2Xq:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalFacebook_2EC.darkTheme_2Xq:hover .outline_28N,.innerFill_U0E.originalMessenger_2i6.darkTheme_2Xq:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalMessenger_2i6.darkTheme_2Xq:hover .outline_28N{fill:#e6e6e6}.innerFill_U0E.originalDribble_3S7:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalDribble_3S7:hover .outline_28N{fill:#e51e6b}.innerFill_U0E.originalFacebook_2EC:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalFacebook_2EC:hover .outline_28N{fill:#4d70ba}.innerFill_U0E.originalMessenger_2i6:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalMessenger_2i6:hover .outline_28N{fill:#339dff}.innerFill_U0E.originalGooglePlus_11G:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalGooglePlus_11G:hover .outline_28N{fill:#e47364}.innerFill_U0E.originalLinkedin_3Hu:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalLinkedin_3Hu:hover .outline_28N{fill:#0099e8}.innerFill_U0E.originalPinterest_1Kn:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalPinterest_1Kn:hover .outline_28N{fill:#ee0a23}.innerFill_U0E.originalSlack_7sJ:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalSlack_7sJ:hover .outline_28N{fill:#2d8968}.innerFill_U0E.originalTelegram_A4c:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalTelegram_A4c:hover .outline_28N{fill:#0af}.innerFill_U0E.originalVk_2L2:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalVk_2L2:hover .outline_28N{fill:#7a99bf}.innerFill_U0E.originalVk_2L2.darkTheme_2Xq:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalVk_2L2.darkTheme_2Xq:hover .outline_28N{fill:#e6e6e6}.innerFill_U0E.originalTripadvisor_9UJ:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalTripadvisor_9UJ:hover .outline_28N{fill:#00e2ae}.innerFill_U0E.originalTumblr_KYg:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalTumblr_KYg:hover .outline_28N{fill:#465f7e}.innerFill_U0E.originalTumblr_KYg.darkTheme_2Xq:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalTumblr_KYg.darkTheme_2Xq:hover .outline_28N{fill:#e6e6e6}.innerFill_U0E.originalTwitter_3xi:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalTwitter_3xi:hover .outline_28N{fill:#2795e9}.innerFill_U0E.originalTwitterX_1tz:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalTwitterX_1tz:hover .outline_28N{fill:#162221}.innerFill_U0E.originalYoutube_2OU:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalYoutube_2OU:hover .outline_28N{fill:#e23e3d}.innerFill_U0E.originalVimeo_3Sf:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalVimeo_3Sf:hover .outline_28N{fill:#2a413f}.innerFill_U0E.originalVimeo_3Sf.darkTheme_2Xq:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalVimeo_3Sf.darkTheme_2Xq:hover .outline_28N{fill:#1295bf}.innerFill_U0E.originalMedium_3e5:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalMedium_3e5:hover .outline_28N{fill:#474747}.innerFill_U0E.originalMedium_3e5.darkTheme_2Xq:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalMedium_3e5.darkTheme_2Xq:hover .outline_28N{fill:#e6e6e6}.innerFill_U0E.originalYelp_1p9:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalYelp_1p9:hover .outline_28N{fill:#7e0404}.innerFill_U0E.originalTwitch_2UU:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalTwitch_2UU:hover .outline_28N{fill:#7d5abe}.innerFill_U0E.originalPhone_2ji:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalPhone_2ji:hover .outline_28N{fill:#4d8643}.innerFill_U0E.originalEmail_2uz:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalEmail_2uz:hover .outline_28N{fill:#487efc}.innerFill_U0E.originalSnapchat_24s:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalSnapchat_24s:hover .outline_28N{fill:#ccca00}.innerFill_U0E.originalSkype_4Rw:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalSkype_4Rw:hover .outline_28N{fill:#008abd}.innerFill_U0E.originalViber_3Hu:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalViber_3Hu:hover .outline_28N{fill:#a780c7}.innerFill_U0E.originalWhatsapp_1UO:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalWhatsapp_1UO:hover .outline_28N{fill:#1da851}.innerFill_U0E.originalSoundcloud_17F:hover .originalLogo_5HJ.logo_2cS,.innerFill_U0E.originalSoundcloud_17F:hover .outline_28N{fill:#cc6d00}.innerFill_U0E.originalInstagramLogo_2or .logo_2cS{opacity:1;transition:opacity .3s;fill:url(#instagramGradient)}.innerFill_U0E.originalInstagramLogo_2or .logo-hover_1Bk{transition:opacity .3s;fill:url(#instagramGradientHover);opacity:0}.innerFill_U0E.originalInstagramLogo_2or:hover .logo_2cS{transition:opacity .3s;opacity:0}.innerFill_U0E.originalInstagramLogo_2or:hover .logo-hover_1Bk{opacity:1}.innerFill_U0E.originalInstagram_3BK .outline_28N{transition:opacity .3s;fill:url(#instagramGradient)}.innerFill_U0E.originalInstagram_3BK .instagramMask_2YO,.innerFill_U0E.originalInstagram_3BK .logo-hover_1Bk{transition:opacity .3s;fill:url(#instagramGradientHover);opacity:0}.innerFill_U0E.originalInstagram_3BK:hover .outline_28N{opacity:0}.innerFill_U0E.originalInstagram_3BK:hover .instagramMask_2YO,.innerFill_U0E.originalInstagram_3BK:hover .logo-hover_1Bk{opacity:1}.noFill_1L9 .logo_2cS{fill:var(--si-icon-color,currentColor);transition:.3s}.noFill_1L9 .logo_2cS.originalInstagram_3BK{fill:url(#instagramGradient)}.noFill_1L9 .border_3Tk{fill:var(--si-border-color,currentColor)}.noFill_1L9 .border_3Tk.originalInstagram_3BK{stroke:url(#instagramGradient)}.noFill_1L9 .outline_28N{fill:transparent;transition:.3s}.noFill_1L9 .instagramMask_2YO{fill:url(#instagramGradient);opacity:0;transition:.3s}.noFill_1L9 .whiteLogo_1Gw{fill:transparent;stroke:var(--si-border-color,currentColor);stroke-width:.5px;transition:.3s}.noFill_1L9 .whiteLogo_1Gw.instagramMask_2YO{fill:url(#instagramGradient);opacity:0}.noFill_1L9.originalInstagram_3BK .whiteLogo_1Gw{stroke:url(#instagramGradient)}.noFill_1L9:hover .outline_28N{fill:var(--si-border-color,currentColor)}.noFill_1L9:hover .instagramMask_2YO{opacity:1;transition:.3s}.noFill_1L9:hover .whiteLogo_1Gw{fill:var(--si-border-color,currentColor);transition:.3s}.noFill_1L9:hover .logo_2cS{fill:transparent!important;transition:.3s;stroke-width:0}.noFill_1L9.originalInstagram_3BK:hover .outline_28N{fill:url(#instagramGradient)}.noFill_1L9.originalInstagram_3BK:hover .instagramMask_2YO{transition:opacity .3s;fill:url(#instagramGradient);opacity:1}.draggable_icon .snapchat_2tn{stroke:#000}
.iconElement_3D2{display:block;position:relative;align-items:center;justify-content:center}.iconElement_3D2,.iconElement__inner_2iN{height:100%;max-width:100%}.iconElement_3D2 svg{max-width:100%;max-height:100%;fill:currentColor}.iconElement_3D2 img{display:block;height:100%;max-width:100%;margin:auto}.icon_2Tz{position:relative}.ui-icon_2oI{color:var(--ui-block-title-color)}.ui-icon--light_HAb{color:var(--ui-block-title-color-light)}
.action_1-Z{text-decoration:none}.numbers_1Dc .text-wrapper_38Y{display:flex;width:100%;height:100%;align-items:center;overflow:hidden}.numbers_1Dc .text_1-q{width:100%}.page-editor-md .numbers--sm_2Sz .text_1-q{font-size:var(--ui-text-size)!important}@media (min-width:768px) and (max-width:991px){:root:not(.disable-media-queries) .numbers--sm_2Sz .text_1-q{font-size:var(--ui-text-size)!important}}.page-editor-xs .numbers--sm_2Sz .text_1-q{font-size:var(--ui-text-size-mobile)!important}@media (max-width:767px){:root:not(.disable-media-queries) .numbers--sm_2Sz .text_1-q{font-size:var(--ui-text-size-mobile)!important}}.page-editor-md .numbers--md_3IY .text_1-q{font-size:var(--ui-subheading-size)!important}@media (min-width:768px) and (max-width:991px){:root:not(.disable-media-queries) .numbers--md_3IY .text_1-q{font-size:var(--ui-subheading-size)!important}}.page-editor-xs .numbers--md_3IY .text_1-q{font-size:var(--ui-subheading-size-mobile)!important}@media (max-width:767px){:root:not(.disable-media-queries) .numbers--md_3IY .text_1-q{font-size:var(--ui-subheading-size-mobile)!important}}.page-editor-md .numbers--xl_1qF .text_1-q{font-size:var(--ui-heading-size)!important}@media (min-width:768px) and (max-width:991px){:root:not(.disable-media-queries) .numbers--xl_1qF .text_1-q{font-size:var(--ui-heading-size)!important}}.page-editor-xs .numbers--xl_1qF .text_1-q{font-size:var(--ui-heading-size-mobile)!important}@media (max-width:767px){:root:not(.disable-media-queries) .numbers--xl_1qF .text_1-q{font-size:var(--ui-heading-size-mobile)!important}}
.quote__icon-wrapper_I85{display:flex;justify-content:flex-start}.quote_1JR .line_n03{position:relative;padding-top:calc(var(--w-quote-gap)/4);padding-bottom:calc(var(--w-quote-gap)/4);padding-left:var(--w-quote-gap)}.quote_1JR .line_n03:before{content:"";display:block;position:absolute;width:1px;height:100%;top:0;left:0;background-color:currentColor;opacity:.2}
.quote__inner_2lL{position:relative;padding:var(--w-section-header-offset) calc(var(--w-quote-gap)/2)}.quote__inner_2lL:after,.quote__inner_2lL:before{content:"";display:block;position:absolute;width:100%;height:1px;left:0;background-color:transparent;opacity:.2}.quote__inner_2lL:before{top:0}.quote__inner_2lL:after{bottom:0}.quote__icon_2pZ{display:flex;position:relative;top:-50%;justify-content:center}.quote__icon-wrapper_3Ue{position:absolute;width:100%;top:-1px;left:0}.quote__icon-wrapper_3Ue:after,.quote__icon-wrapper_3Ue:before{content:"";display:block;position:absolute;height:1px;top:0;background-color:transparent;opacity:.2}.quote__icon-wrapper_3Ue:before{left:0}.quote__icon-wrapper_3Ue:after{right:0}.line_2Mm .quote__icon-wrapper_3Ue:after,.line_2Mm .quote__icon-wrapper_3Ue:before,.line_2Mm.quote__inner_2lL:after{background-color:currentColor}.line_2Mm.line-top-withoutIcon_c0C{position:relative}.line_2Mm.line-top-withoutIcon_c0C:after,.line_2Mm.line-top-withoutIcon_c0C:before{content:"";display:block;position:absolute;width:100%;height:1px;left:0;background-color:currentColor;opacity:.2}.line_2Mm.line-top-withoutIcon_c0C:before{top:0}.line_2Mm.line-top-withoutIcon_c0C:after{bottom:0}.icon-size-sm_32A .quote__inner_2lL{margin-top:calc(var(--w-icon-panel-sm-width)/2);padding-top:calc(var(--w-icon-offset) + var(--w-icon-panel-sm-width)/2)}.icon-size-sm_32A .quote__icon-wrapper_3Ue{height:var(--w-icon-panel-sm-width)}.icon-size-sm_32A .quote__icon-wrapper_3Ue:after,.icon-size-sm_32A .quote__icon-wrapper_3Ue:before{width:calc(50% - var(--w-icon-panel-sm-width)/1.35)}.icon-size-sm_32A.without-icon_1EA .quote__inner_2lL{padding-top:var(--w-section-header-offset);margin-top:0}.icon-size-md_NLl .quote__inner_2lL{margin-top:calc(var(--w-icon-panel-width)/2);padding-top:calc(var(--w-icon-offset) + var(--w-icon-panel-width)/2)}.icon-size-md_NLl .quote__icon-wrapper_3Ue{height:var(--w-icon-panel-width)}.icon-size-md_NLl .quote__icon-wrapper_3Ue:after,.icon-size-md_NLl .quote__icon-wrapper_3Ue:before{width:calc(50% - var(--w-icon-panel-width)/1.35)}.icon-size-md_NLl.without-icon_1EA .quote__inner_2lL{padding-top:var(--w-section-header-offset);margin-top:0}.icon-size-xl_3gr .quote__inner_2lL{margin-top:calc(var(--w-icon-panel-xl-width)/2);padding-top:calc(var(--w-icon-offset) + var(--w-icon-panel-xl-width)/2)}.icon-size-xl_3gr .quote__icon-wrapper_3Ue{height:var(--w-icon-panel-xl-width)}.icon-size-xl_3gr .quote__icon-wrapper_3Ue:after,.icon-size-xl_3gr .quote__icon-wrapper_3Ue:before{width:calc(50% - var(--w-icon-panel-xl-width)/1.35)}.icon-size-xl_3gr.without-icon_1EA .quote__inner_2lL{padding-top:var(--w-section-header-offset);margin-top:0}
.quote__inner_ub4{position:relative}.quote__inner_ub4:before{content:"";display:block;position:absolute;width:100%;height:1px;top:0;left:0;background-color:transparent;opacity:.2}.quote__inner-box_1Xq{position:relative;padding:var(--w-section-header-offset) calc(var(--w-quote-gap)/2)}.quote__inner-box_1Xq:after{content:"";display:block;position:absolute;width:100%;height:1px;bottom:0;left:0;background-color:transparent;opacity:.2}.quote__inner-box_1Xq+*{margin-top:var(--w-section-header-offset)}.quote__icon_35Y{display:flex;position:relative;bottom:-50%;justify-content:center}.quote__icon-wrapper_1AT{position:absolute;width:100%;bottom:-1px;left:0}.quote__icon-wrapper_1AT:after,.quote__icon-wrapper_1AT:before{content:"";display:block;position:absolute;height:1px;bottom:0;background-color:transparent;opacity:.2}.quote__icon-wrapper_1AT:before{left:0}.quote__icon-wrapper_1AT:after{right:0}.quote__name_IGR{padding-left:calc(var(--w-quote-gap)/2);padding-right:calc(var(--w-quote-gap)/2)}.line-bottom-withoutIcon_iTV .quote__inner-box_1Xq:after,.line_3cE .quote__icon-wrapper_1AT:after,.line_3cE .quote__icon-wrapper_1AT:before,.line_3cE.quote__inner_ub4:before{background-color:currentColor}.icon-size-sm_1bv .quote__inner-box_1Xq{margin-bottom:calc(var(--w-icon-offset) + var(--w-icon-panel-sm-width)/2);padding-bottom:calc(var(--w-icon-offset) + var(--w-icon-panel-sm-width)/2)}.icon-size-sm_1bv .quote__icon-wrapper_1AT{height:var(--w-icon-panel-sm-width)}.icon-size-sm_1bv .quote__icon-wrapper_1AT:after,.icon-size-sm_1bv .quote__icon-wrapper_1AT:before{width:calc(50% - var(--w-icon-panel-sm-width)/1.35)}.icon-size-sm_1bv .without-person_37t .quote__inner-box_1Xq{margin-bottom:calc(var(--w-icon-panel-sm-width)/2)}.icon-size-sm_1bv .without-icon_1SP .quote__inner-box_1Xq{padding-bottom:var(--w-section-header-offset);margin-bottom:0}.icon-size-sm_1bv .without-person-icon_1eb .quote__inner-box_1Xq{margin-bottom:0}.icon-size-sm_1bv .without-line-icon_D-- .quote__inner-box_1Xq{padding-bottom:0}.icon-size-md_2th .quote__inner-box_1Xq{margin-bottom:calc(var(--w-icon-offset) + var(--w-icon-panel-width)/2);padding-bottom:calc(var(--w-icon-offset) + var(--w-icon-panel-width)/2)}.icon-size-md_2th .quote__icon-wrapper_1AT{height:var(--w-icon-panel-width)}.icon-size-md_2th .quote__icon-wrapper_1AT:after,.icon-size-md_2th .quote__icon-wrapper_1AT:before{width:calc(50% - var(--w-icon-panel-width)/1.35)}.icon-size-md_2th .without-person_37t .quote__inner-box_1Xq{margin-bottom:calc(var(--w-icon-panel-width)/2)}.icon-size-md_2th .without-icon_1SP .quote__inner-box_1Xq{padding-bottom:var(--w-section-header-offset);margin-bottom:0}.icon-size-md_2th .without-person-icon_1eb .quote__inner-box_1Xq{margin-bottom:0}.icon-size-md_2th .without-line-icon_D-- .quote__inner-box_1Xq{padding-bottom:0}.icon-size-xl_36N .quote__inner-box_1Xq{margin-bottom:calc(var(--w-icon-offset) + var(--w-icon-panel-xl-width)/2);padding-bottom:calc(var(--w-icon-offset) + var(--w-icon-panel-xl-width)/2)}.icon-size-xl_36N .quote__icon-wrapper_1AT{height:var(--w-icon-panel-xl-width)}.icon-size-xl_36N .quote__icon-wrapper_1AT:after,.icon-size-xl_36N .quote__icon-wrapper_1AT:before{width:calc(50% - var(--w-icon-panel-xl-width)/1.35)}.icon-size-xl_36N .without-person_37t .quote__inner-box_1Xq{margin-bottom:calc(var(--w-icon-panel-xl-width)/2)}.icon-size-xl_36N .without-icon_1SP .quote__inner-box_1Xq{padding-bottom:var(--w-section-header-offset);margin-bottom:0}.icon-size-xl_36N .without-person-icon_1eb .quote__inner-box_1Xq{margin-bottom:0}.icon-size-xl_36N .without-line-icon_D-- .quote__inner-box_1Xq{padding-bottom:0}.icon-size-sm_1bv .quote__inner-box_1Xq{padding-bottom:var(--w-section-header-offset)}
.list-with-media_3xi{position:relative;padding-top:calc(var(--w-grid-gap)/4);padding-bottom:calc(var(--w-grid-gap)/4)}.list-with-media__wrapper-content_1Ym{display:flex;margin-right:calc(var(--w-grid-gap)/-4);margin-left:calc(var(--w-grid-gap)/-4);flex-wrap:wrap}.list-with-media__media_2iA{display:flex;max-width:100%;margin:calc(var(--w-grid-gap)/4);text-align:center}.list-with-media__content_3aQ{display:flex;min-width:40%;margin:calc(var(--w-grid-gap)/4);flex-basis:100%;flex:1;flex-direction:column;justify-content:center}.list-with-media--align-left_2cJ{text-align:left}.list-with-media__text-top_hNh{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}.list-with-media__heading_Jzx{margin-right:5px;word-break:break-all;white-space:pre-wrap}@supports (word-break:break-word){.list-with-media__heading_Jzx{word-break:break-word}}.list-with-media_3xi.w-state-has-background{padding-left:var(--w-list-with-media-padding);padding-right:var(--w-list-with-media-padding)}.list-with-media--list-decorator_2el:after{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background:var(--ui-dark-shade-color);opacity:.2}.list-with-media__price_2An{margin-top:0!important;margin-left:5px;word-break:break-all;white-space:pre-wrap}@supports (word-break:break-word){.list-with-media__price_2An{word-break:break-word}}.list-with-media__price-decorator_1ZM{width:100%;height:1px;min-width:10px;margin:7px 0;flex:1 1;background:var(--ui-dark-shade-color);opacity:.2}.background--dark_3vP.list-with-media--list-decorator_2el:after,.background--dark_3vP .list-with-media__price-decorator_1ZM{background:var(--ui-light-shade-color)}.background--light_1gd.list-with-media--list-decorator_2el:after,.background--light_1gd .list-with-media__price-decorator_1ZM{background:var(--ui-dark-shade-color)}.icon--sm_1c- .list-with-media__media_2iA{width:var(--w-icon-panel-sm-width)}.icon--md_1zx .list-with-media__media_2iA{width:var(--w-icon-panel-width)}.icon--xl_1Ju .list-with-media__media_2iA{width:var(--w-icon-panel-xl-width)}.image-mask--sm_PDn .list-with-media__image_1D7{width:var(--w-image-mask-sm-width)}.image-mask--md_1FK .list-with-media__image_1D7{width:var(--w-image-mask-md-width)}.image-mask--lg_lXq .list-with-media__image_1D7{width:var(--w-image-mask-lg-width)}.number--sm_MjL .list-with-media__media_2iA{width:var(--w-icon-panel-sm-width)}.number--md_3E2 .list-with-media__media_2iA{width:var(--w-icon-panel-width)}.number--xl_2bL .list-with-media__media_2iA{width:var(--w-icon-panel-xl-width)}
.table_1Gt{display:flex;padding:0!important;flex-wrap:wrap}.table__section_F-u{display:flex;flex-basis:100%}.table__section-inner_3eI{display:flex;width:100%;flex-wrap:wrap;margin-top:calc(var(--w-grid-gap)*-1)}.page-editor .table__section-inner_3eI,.page-editor-lg .table__section-inner_3eI,.page-editor-md .table__section-inner_3eI{margin-top:0}@media (min-width:768px){:root:not(.disable-media-queries) .table__section-inner_3eI{margin-top:0}}.table__section-wrapper_3_b{width:100%;margin-top:var(--w-grid-gap)}.page-editor .table__section-wrapper_3_b,.page-editor-lg .table__section-wrapper_3_b,.page-editor-md .table__section-wrapper_3_b{margin-top:0}@media (min-width:768px){:root:not(.disable-media-queries) .table__section-wrapper_3_b{margin-top:0}}.table--heading-desktop_3uR{display:none!important}.page-editor .table--heading-desktop_3uR,.page-editor-lg .table--heading-desktop_3uR,.page-editor-md .table--heading-desktop_3uR{display:flex!important}@media (min-width:768px){:root:not(.disable-media-queries) .table--heading-desktop_3uR{display:flex!important}}.table__row_3Mf{display:flex;flex-wrap:wrap;flex-basis:100%}.page-editor .table__row_3Mf,.page-editor-lg .table__row_3Mf,.page-editor-md .table__row_3Mf{padding:0}@media (min-width:768px){:root:not(.disable-media-queries) .table__row_3Mf{padding:0}}.table__row-wrapper_DiS{display:flex;width:100%;flex-wrap:wrap}.table__row-desktop_dFP{display:none!important}.page-editor .table__row-desktop_dFP,.page-editor-lg .table__row-desktop_dFP,.page-editor-md .table__row-desktop_dFP{display:flex!important}@media (min-width:768px){:root:not(.disable-media-queries) .table__row-desktop_dFP{display:flex!important}}.page-editor .table__row-mobile_30D,.page-editor-lg .table__row-mobile_30D,.page-editor-md .table__row-mobile_30D{display:none!important}@media (min-width:768px){:root:not(.disable-media-queries) .table__row-mobile_30D{display:none!important}}.table__item_2Cu{width:100%}.table__item-inner_e2Y{padding:0!important}.table__columns-pair_zoV{display:flex;flex-direction:row;flex-wrap:nowrap}.table__columns-pair_zoV .table__column_3y-{max-width:50%;flex-basis:50%}.table__columns-pair_zoV .table__column-background_3bt{width:100%}.table__columns-wrapper_eWc{display:flex;flex-direction:row;flex-wrap:nowrap;flex-basis:100%}.table__column_3y-{display:flex;position:relative;word-break:break-all;white-space:pre-wrap}@supports (word-break:break-word){.table__column_3y-{word-break:break-word}}@-moz-document url-prefix(){.table__column_3y- [class^=text]{display:block}}.table--preset-main_8fZ .table__item-mobile_2TK{position:relative}.table--preset-main_8fZ .table__item-mobile_2TK:before{width:1px;height:100%;bottom:0}.table--preset-main_8fZ .table__item-mobile_2TK:after,.table--preset-main_8fZ .table__item-mobile_2TK:before{content:"";position:absolute;top:0;right:0;background-color:currentColor;opacity:.2;color:inherit;z-index:2}.table--preset-main_8fZ .table__item-mobile_2TK:after{width:100%;height:1px;left:0}.table--preset-main_8fZ .table__column--decorator_1t_{position:relative}.table--preset-main_8fZ .table__column--decorator_1t_:before{width:1px;height:100%;top:0}.table--preset-main_8fZ .table__column--decorator_1t_:after,.table--preset-main_8fZ .table__column--decorator_1t_:before{content:"";position:absolute;bottom:0;left:0;background-color:currentColor;opacity:.2;color:inherit;z-index:2}.table--preset-main_8fZ .table__column--decorator_1t_:after{width:100%;height:1px;right:0}.page-editor .table--preset-main_8fZ,.page-editor-lg .table--preset-main_8fZ,.page-editor-md .table--preset-main_8fZ{position:relative}.page-editor .table--preset-main_8fZ:after,.page-editor-lg .table--preset-main_8fZ:after,.page-editor-md .table--preset-main_8fZ:after{content:"";position:absolute;width:100%;height:1px;top:0;right:0;left:0;background-color:currentColor;opacity:.2;color:inherit;z-index:2}.page-editor .table--preset-main_8fZ:before,.page-editor-lg .table--preset-main_8fZ:before,.page-editor-md .table--preset-main_8fZ:before{content:"";position:absolute;width:1px;height:100%;top:0;right:0;bottom:0;background-color:currentColor;opacity:.2;color:inherit;z-index:2}.page-editor .table--preset-main_8fZ .table__item-mobile_2TK:before,.page-editor-lg .table--preset-main_8fZ .table__item-mobile_2TK:before,.page-editor-md .table--preset-main_8fZ .table__item-mobile_2TK:before{content:none}@media (min-width:768px){:root:not(.disable-media-queries) .table--preset-main_8fZ{position:relative}:root:not(.disable-media-queries) .table--preset-main_8fZ:after{content:"";position:absolute;width:100%;height:1px;top:0;right:0;left:0;background-color:currentColor;opacity:.2;color:inherit;z-index:2}:root:not(.disable-media-queries) .table--preset-main_8fZ:before{content:"";position:absolute;width:1px;height:100%;top:0;right:0;bottom:0;background-color:currentColor;opacity:.2;color:inherit;z-index:2}:root:not(.disable-media-queries) .table--preset-main_8fZ .table__item-mobile_2TK:before{content:none}}.table--preset-secondary_3YY .table__column--decorator_1t_{position:relative}.table--preset-secondary_3YY .table__column--decorator_1t_:after{content:"";position:absolute;width:100%;height:1px;right:0;bottom:0;left:0;background-color:currentColor;opacity:.2;color:inherit;z-index:2}.table--preset-secondary_3YY .table__columns-pair_zoV:last-child .table__column--decorator_1t_:after,.page-editor .table--preset-secondary_3YY .table__section_F-u:not(.table--heading-desktop_3uR) .table__section-wrapper_3_b:last-child .table__column--decorator_1t_:after,.page-editor-lg .table--preset-secondary_3YY .table__section_F-u:not(.table--heading-desktop_3uR) .table__section-wrapper_3_b:last-child .table__column--decorator_1t_:after,.page-editor-md .table--preset-secondary_3YY .table__section_F-u:not(.table--heading-desktop_3uR) .table__section-wrapper_3_b:last-child .table__column--decorator_1t_:after{content:none}@media (min-width:768px){:root:not(.disable-media-queries) .table--preset-secondary_3YY .table__section_F-u:not(.table--heading-desktop_3uR) .table__section-wrapper_3_b:last-child .table__column--decorator_1t_:after{content:none}}.resize__column-overlay_XJa{position:relative}.resize__column-overlay_XJa:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:currentColor;opacity:.125;z-index:2}.resize__column-overlay_XJa:after{content:"";position:absolute;width:1px;height:100%;top:0;right:-1px;bottom:0;opacity:.5;z-index:2;background-image:linear-gradient(0deg,currentColor,currentColor 60%,transparent 0,transparent);background-size:1px 7px}
.horizontal-flow__section_2LL{display:flex;margin-left:calc(var(--w-grid-gap)/2);margin-right:calc(var(--w-grid-gap)/2)}.horizontal-flow__section-inner_2xL{display:flex;width:calc(100% + 20px);align-items:center;flex-wrap:wrap;margin-right:-10px;margin-left:-10px;margin-top:-5px}.horizontal-flow__section-inner_2xL>*{max-width:calc(100% - 20px);margin-top:5px!important;margin-left:10px;margin-right:10px}.horizontal-flow__section--empty_2Rd{max-width:33%;flex:1}.horizontal-flow__section--left_Ll6 .horizontal-flow__section-inner_2xL{justify-content:flex-start}.horizontal-flow__section--center_134 .horizontal-flow__section-inner_2xL{justify-content:center}.horizontal-flow__section--right_3oS .horizontal-flow__section-inner_2xL{justify-content:flex-end}.placeholder_2dq{min-height:32px}
.horizontal-flow-wrapper_g7b,.section__inner_16_{position:relative}.section__inner_16_.decorator--light_ktG{color:var(--ui-light-shade-color)}.section__inner_16_.decorator--dark_vIC{color:var(--ui-dark-shade-color)}.section__inner_16_.decorator_2Vq:after{content:"";position:absolute;width:calc(100% - var(--w-content-gutter)*2);height:1px;bottom:1px;left:var(--w-content-gutter);background:currentColor;opacity:.2}.horizontal-flow_CbY{display:flex;justify-content:space-between;flex-direction:row;margin-left:calc(var(--w-grid-gap)/-2);margin-right:calc(var(--w-grid-gap)/-2)}.horizontal-flow__overlay_17q{position:absolute;top:0;right:0;bottom:0;left:0}.horizontalFlowMoving_3fk,.horizontalFlowMoving_3fk *{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.decorator [class^=horizontal-flow-wrapper]:first-child .section__inner_16_{position:relative}.decorator [class^=horizontal-flow-wrapper]:first-child .section__inner_16_:after{content:"";position:absolute;width:calc(100% - var(--w-content-gutter)*2);height:1px;bottom:0;left:calc(var(--w-content-gutter));background:currentColor;opacity:.2}
.w-grid__item--top .image-with-hover_mBS{align-items:flex-start}.w-grid__item--middle .image-with-hover_mBS{align-items:center}.w-grid__item--bottom .image-with-hover_mBS{align-items:flex-end}.image-with-hover_mBS{--transition-time:0.4s;position:relative;padding-top:33.3333%}.image-with-hover__wrapper_2kb{position:absolute!important;top:0;right:0;bottom:0;left:0}.image-with-hover__inner_1Es{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;padding:calc(var(--w-grid-gap)/2);overflow:hidden}.image-with-hover_mBS:hover .decorator_2U7{opacity:1}.image-with-hover__content_1Fo{width:100%}.image-with-hover_mBS .content-align__left_2Sd{text-align:left}.image-with-hover_mBS .content-align__center_2qz{text-align:center}.image-with-hover_mBS .content-align__right_SQm{text-align:right}.image-with-hover_mBS .content-align__inherit_IZE{text-align:inherit}.image-with-hover_mBS .vertical-align__top_1R4{align-items:flex-start}.image-with-hover_mBS .vertical-align__middle_3_e{align-items:center}.image-with-hover_mBS .vertical-align__middle_3_e .image-with-hover__content_1Fo{margin:auto}.image-with-hover_mBS .vertical-align__bottom_3N3{align-items:flex-end}.image-with-hover_mBS .vertical-align__bottom_3N3 .image-with-hover__content_1Fo{margin-top:auto}.image-with-hover_mBS .vertical-align__inherit_3C-{align-items:inherit}.image-with-hover_mBS .animation-elements__fade-in_2Ps .image-with-hover__button_1MB,.image-with-hover_mBS .animation-elements__fade-in_2Ps .image-with-hover__description_3TR,.image-with-hover_mBS .animation-elements__fade-in_2Ps .image-with-hover__title_4BT{position:relative;opacity:0;z-index:1;transition:all var(--transition-time) ease-in;visibility:hidden}.image-with-hover_mBS .animation-elements__fade-in-up_oMm .image-with-hover__button_1MB,.image-with-hover_mBS .animation-elements__fade-in-up_oMm .image-with-hover__description_3TR,.image-with-hover_mBS .animation-elements__fade-in-up_oMm .image-with-hover__title_4BT{position:relative;transform:translateY(40%);opacity:0;z-index:1;transition:all var(--transition-time) ease-in;visibility:hidden}.image-with-hover_mBS .animation-image__scale_2il{transition:all var(--transition-time) ease-in-out}.image-with-hover_mBS .picture-wrapper_2Ay{overflow:hidden}.image-with-hover_mBS .decorator_2U7{position:absolute;width:100%;top:8px;left:0;z-index:1;opacity:0;pointer-events:none}.image-with-hover_mBS .decorator__button_1Bs{pointer-events:all}.image-with-hover_mBS .filter-transition_2Re{transition:filter var(--transition-time) ease-in-out,transform var(--transition-time) ease-in-out}.image-with-hover_mBS .media-overlay-class_TzC{opacity:1;transition:opacity var(--transition-time) ease-in-out}.image-with-hover_mBS .hover-overlay-class_1zA{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;opacity:0;transition:opacity var(--transition-time) ease-in-out}.image-with-hover_mBS.hover_28H .image-with-hover__inner_1Es{overflow-y:auto}@supports (overflow-y:overlay){.image-with-hover_mBS.hover_28H .image-with-hover__inner_1Es{overflow-y:overlay}}.image-with-hover_mBS.hover_28H .animation-elements__fade-in-up_oMm .image-with-hover__button_1MB,.image-with-hover_mBS.hover_28H .animation-elements__fade-in-up_oMm .image-with-hover__description_3TR,.image-with-hover_mBS.hover_28H .animation-elements__fade-in-up_oMm .image-with-hover__title_4BT,.image-with-hover_mBS.hover_28H .animation-elements__fade-in_2Ps .image-with-hover__button_1MB,.image-with-hover_mBS.hover_28H .animation-elements__fade-in_2Ps .image-with-hover__description_3TR,.image-with-hover_mBS.hover_28H .animation-elements__fade-in_2Ps .image-with-hover__title_4BT{transform:translateY(0);opacity:1;visibility:visible}.image-with-hover_mBS.hover_28H .animation-image__scale_2il{transform:scale(1.05)!important;transition:all .4s ease-in-out}.image-with-hover_mBS.hover_28H .hover-overlay-class_1zA{opacity:1}.image-with-hover_mBS.hover_28H .media-overlay-class_TzC{opacity:0}.image-with-hover--ssr_1Pm .image-with-hover__inner_1Es{overflow-y:auto}@media (min-width:992px){.image-with-hover--ssr_1Pm .image-with-hover__inner_1Es{overflow-y:hidden}}.image-with-hover--ssr_1Pm .animation-elements__fade-in-up_oMm .image-with-hover__button_1MB,.image-with-hover--ssr_1Pm .animation-elements__fade-in-up_oMm .image-with-hover__description_3TR,.image-with-hover--ssr_1Pm .animation-elements__fade-in-up_oMm .image-with-hover__title_4BT,.image-with-hover--ssr_1Pm .animation-elements__fade-in_2Ps .image-with-hover__button_1MB,.image-with-hover--ssr_1Pm .animation-elements__fade-in_2Ps .image-with-hover__description_3TR,.image-with-hover--ssr_1Pm .animation-elements__fade-in_2Ps .image-with-hover__title_4BT{opacity:1;visibility:visible}@media (min-width:992px){.image-with-hover--ssr_1Pm .animation-elements__fade-in-up_oMm .image-with-hover__button_1MB,.image-with-hover--ssr_1Pm .animation-elements__fade-in-up_oMm .image-with-hover__description_3TR,.image-with-hover--ssr_1Pm .animation-elements__fade-in-up_oMm .image-with-hover__title_4BT,.image-with-hover--ssr_1Pm .animation-elements__fade-in_2Ps .image-with-hover__button_1MB,.image-with-hover--ssr_1Pm .animation-elements__fade-in_2Ps .image-with-hover__description_3TR,.image-with-hover--ssr_1Pm .animation-elements__fade-in_2Ps .image-with-hover__title_4BT{opacity:0;visibility:hidden}}@media (max-width:991px){.image-with-hover--ssr_1Pm .hover-overlay-class_1zA{opacity:1}.image-with-hover--ssr_1Pm .media-overlay-class_TzC{opacity:0}}@media (min-width:992px){.image-with-hover--ssr_1Pm:hover .image-with-hover__inner_1Es{overflow-y:auto}.image-with-hover--ssr_1Pm:hover .animation-elements__fade-in-up_oMm .image-with-hover__button_1MB,.image-with-hover--ssr_1Pm:hover .animation-elements__fade-in-up_oMm .image-with-hover__description_3TR,.image-with-hover--ssr_1Pm:hover .animation-elements__fade-in-up_oMm .image-with-hover__title_4BT,.image-with-hover--ssr_1Pm:hover .animation-elements__fade-in_2Ps .image-with-hover__button_1MB,.image-with-hover--ssr_1Pm:hover .animation-elements__fade-in_2Ps .image-with-hover__description_3TR,.image-with-hover--ssr_1Pm:hover .animation-elements__fade-in_2Ps .image-with-hover__title_4BT{transform:translateY(0);opacity:1;visibility:visible}.image-with-hover--ssr_1Pm:hover .animation-image__scale_2il{transform:scale(1.05)!important;transition:all .4s ease-in-out}.image-with-hover--ssr_1Pm:hover .hover-overlay-class_1zA{opacity:1}.image-with-hover--ssr_1Pm:hover .media-overlay-class_TzC{opacity:0}}.tooltip-custom_3FJ{width:145px;white-space:normal}.hide-decorators .image-with-hover_mBS:hover .decorator_2U7{opacity:0}
.decorator_1F5{position:relative}.decorator_1F5:after{content:"";position:absolute;width:calc(100% - var(--w-content-gutter)*2);height:1px;bottom:1px;left:calc(var(--w-content-gutter));background:currentColor;opacity:.2}@media (max-width:767px){.footer .grid-row .section-inner_3y0 *{align-items:stretch!important;justify-content:center!important;text-align:center!important}}.decorator .grid-row:first-child .section-inner_3y0{position:relative}.decorator .grid-row:first-child .section-inner_3y0:after{content:"";position:absolute;width:calc(100% - var(--w-content-gutter)*2);height:1px;bottom:0;left:var(--w-content-gutter);background:currentColor;opacity:.2}
.list__item_2m3{position:relative}.list_ID4.list--gap_1ww .list__item_2m3:nth-child(n+2){margin-top:var(--w-grid-gap)}.list--preset-main_1-7 .list__item_2m3:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:1;pointer-events:none;border:1px solid;color:inherit;opacity:.2}.list--preset-main_1-7 .list__item_2m3{border:1px solid transparent}.list--preset-main_1-7.list--gap_1ww .list__item_2m3:before{right:calc(var(--w-grid-gap)/2 - 1px);left:calc(var(--w-grid-gap)/2 - 1px)}.list--preset-main_1-7:not(.list--gap_1ww) .list__item_2m3:nth-child(n+2){border-top:0}.list--preset-main_1-7:not(.list--gap_1ww) .list__item_2m3:nth-child(n+2):before{top:0;border-top:0}.list--preset-secondary_2M- .list__item_2m3:nth-child(n+2):before{content:"";position:absolute;height:1px;top:-25px;right:0;left:0;background-color:currentColor;opacity:.2;color:inherit}@media (min-width:768px){.list--preset-secondary_2M- .list__item_2m3:nth-child(n+2):before{top:-15px}}.list--preset-secondary_2M-.list--gap_1ww .list__item_2m3:before{right:calc(var(--w-grid-gap)/2);left:calc(var(--w-grid-gap)/2)}.list--preset-secondary_2M-:not(.list--gap_1ww) .list__item_2m3{margin-top:1px}.list--preset-secondary_2M-:not(.list--gap_1ww) .list__item_2m3:before{top:-1px}@media (max-width:767px){.list_ID4:not(.list--gap_1ww) .list__inner-element_hqn,.list_ID4:not(.list--gap_1ww) .list__inner-element_hqn .list__item-elemet_1FX:first-child{margin-top:0!important}}
.gallery-grid_O-V{display:flex;justify-content:center}.gallery-grid_O-V .picture_3VR{padding-top:56.25%}.gallery-grid__inner_3Vn{display:flex;width:100%;flex-wrap:wrap}.gallery-grid__item_1K9{display:flex;min-width:calc(58.66667px - var(--w-grid-gap));flex-basis:100%}.gallery-grid__item-inner_3Oi{position:relative;width:0;min-width:0;max-width:100%;flex-basis:100%}.gallery-grid_O-V[data-columns-count="2"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}@media (min-width:480px){.gallery-grid_O-V[data-columns-count="2"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}}@media (min-width:768px){.gallery-grid_O-V[data-columns-count="2"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}}@media (min-width:992px){.gallery-grid_O-V[data-columns-count="2"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}}.gallery-grid_O-V[data-columns-count="3"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}@media (min-width:480px){.gallery-grid_O-V[data-columns-count="3"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}}@media (min-width:768px){.gallery-grid_O-V[data-columns-count="3"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}}@media (min-width:992px){.gallery-grid_O-V[data-columns-count="3"] .gallery-grid__item_1K9{max-width:33.33333%;flex-basis:33.33333%}}.gallery-grid_O-V[data-columns-count="4"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}@media (min-width:480px){.gallery-grid_O-V[data-columns-count="4"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}}@media (min-width:768px){.gallery-grid_O-V[data-columns-count="4"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}}@media (min-width:992px){.gallery-grid_O-V[data-columns-count="4"] .gallery-grid__item_1K9{max-width:25%;flex-basis:25%}}.gallery-grid_O-V[data-columns-count="5"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}@media (min-width:480px){.gallery-grid_O-V[data-columns-count="5"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}}@media (min-width:768px){.gallery-grid_O-V[data-columns-count="5"] .gallery-grid__item_1K9{max-width:33.33333%;flex-basis:33.33333%}}@media (min-width:992px){.gallery-grid_O-V[data-columns-count="5"] .gallery-grid__item_1K9{max-width:20%;flex-basis:20%}}.gallery-grid_O-V[data-columns-count="6"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}@media (min-width:480px){.gallery-grid_O-V[data-columns-count="6"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}}@media (min-width:768px){.gallery-grid_O-V[data-columns-count="6"] .gallery-grid__item_1K9{max-width:33.33333%;flex-basis:33.33333%}}@media (min-width:992px){.gallery-grid_O-V[data-columns-count="6"] .gallery-grid__item_1K9{max-width:16.66667%;flex-basis:16.66667%}}.gallery-grid_O-V[data-columns-count="7"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}@media (min-width:480px){.gallery-grid_O-V[data-columns-count="7"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}}@media (min-width:768px){.gallery-grid_O-V[data-columns-count="7"] .gallery-grid__item_1K9{max-width:25%;flex-basis:25%}}@media (min-width:992px){.gallery-grid_O-V[data-columns-count="7"] .gallery-grid__item_1K9{max-width:14.28571%;flex-basis:14.28571%}}.gallery-grid_O-V[data-columns-count="8"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}@media (min-width:480px){.gallery-grid_O-V[data-columns-count="8"] .gallery-grid__item_1K9{max-width:50%;flex-basis:50%}}@media (min-width:768px){.gallery-grid_O-V[data-columns-count="8"] .gallery-grid__item_1K9{max-width:25%;flex-basis:25%}}@media (min-width:992px){.gallery-grid_O-V[data-columns-count="8"] .gallery-grid__item_1K9{max-width:12.5%;flex-basis:12.5%}}.gallery-grid--gap-30_1ZA .gallery-grid__inner_3Vn{width:calc(100% + var(--w-grid-gap)/2);margin-left:calc(var(--w-grid-gap)/-4);margin-right:calc(var(--w-grid-gap)/-4);margin-top:calc(var(--w-grid-gap)/-2)}@media (min-width:480px){.gallery-grid--gap-30_1ZA .gallery-grid__inner_3Vn{width:calc(100% + var(--w-grid-gap));margin-left:calc(var(--w-grid-gap)/-2);margin-right:calc(var(--w-grid-gap)/-2);margin-top:calc(var(--w-grid-gap)*-1)}}.gallery-grid--gap-30_1ZA .gallery-grid__item_1K9{min-width:58.66667px;padding-left:calc(var(--w-grid-gap)/4);padding-right:calc(var(--w-grid-gap)/4);margin-top:calc(var(--w-grid-gap)/2)}@media (min-width:480px){.gallery-grid--gap-30_1ZA .gallery-grid__item_1K9{padding-left:calc(var(--w-grid-gap)/2);padding-right:calc(var(--w-grid-gap)/2);margin-top:var(--w-grid-gap)}}.gallery-grid--gap-15_tDL .gallery-grid__inner_3Vn{width:calc(100% + var(--w-grid-gap)/2);margin-left:calc(var(--w-grid-gap)/-4);margin-right:calc(var(--w-grid-gap)/-4);margin-top:calc(var(--w-grid-gap)/-2)}.gallery-grid--gap-15_tDL .gallery-grid__item_1K9{min-width:58.66667px;padding-left:calc(var(--w-grid-gap)/4);padding-right:calc(var(--w-grid-gap)/4);margin-top:calc(var(--w-grid-gap)/2)}
.gallery-stacked__inner_7P2{display:flex;flex-wrap:wrap}.gallery-stacked__inner_7P2 .picture_2Bp{height:100%;padding-top:56.25%}.gallery-stacked__item_2Sn{max-width:50%;flex-basis:50%}.gallery-stacked--gap-30_224 .gallery-stacked__inner_7P2{margin-top:calc(var(--w-grid-gap)/-2);margin-left:calc(var(--w-grid-gap)/-4);margin-right:calc(var(--w-grid-gap)/-4)}@media (min-width:480px){.gallery-stacked--gap-30_224 .gallery-stacked__inner_7P2{margin-top:calc(var(--w-grid-gap)/-1);margin-left:calc(var(--w-grid-gap)/-2);margin-right:calc(var(--w-grid-gap)/-2)}}.gallery-stacked--gap-30_224 .gallery-stacked__item_2Sn{padding:0 calc(var(--w-grid-gap)/4);margin-top:calc(var(--w-grid-gap)/2)}@media (min-width:480px){.gallery-stacked--gap-30_224 .gallery-stacked__item_2Sn{padding:0 calc(var(--w-grid-gap)/2);margin-top:var(--w-grid-gap)}}.gallery-stacked--gap-15_vh- .gallery-stacked__inner_7P2{margin-top:calc(var(--w-grid-gap)/-2);margin-left:calc(var(--w-grid-gap)/-4);margin-right:calc(var(--w-grid-gap)/-4)}.gallery-stacked--gap-15_vh- .gallery-stacked__item_2Sn{padding:0 calc(var(--w-grid-gap)/4);margin-top:calc(var(--w-grid-gap)/2)}@supports (display:grid) and (not (-ms-display:grid)){.gallery-stacked__inner_7P2{display:grid;grid-template-columns:repeat(12,1fr)}.gallery-stacked--one-item-tail_1OS .gallery-stacked__item_2Sn:last-child{grid-row:span 2;grid-column:span 12}.gallery-stacked--two-items-tail_1Uf .gallery-stacked__item_2Sn:last-child,.gallery-stacked--two-items-tail_1Uf .gallery-stacked__item_2Sn:nth-last-child(2){grid-row:span 2;grid-column:span 6}.gallery-stacked__item_2Sn{position:relative;width:100%;max-width:100%;grid-column:span 4}@media (min-width:768px){.gallery-stacked__item_2Sn{flex-basis:50%}}.gallery-stacked__item_2Sn:nth-child(6n+1),.gallery-stacked__item_2Sn:nth-child(6n+5){grid-row:span 2;grid-column:span 8}.gallery-stacked__item-inner_w36{display:flex;position:relative;height:100%;max-width:100%;flex-basis:100%}.gallery-stacked--gap-30_224 .gallery-stacked__inner_7P2{margin:0 calc(var(--w-grid-gap)/-4);grid-row-gap:calc(var(--w-grid-gap)/2)}@media (min-width:480px){.gallery-stacked--gap-30_224 .gallery-stacked__inner_7P2{margin:0 calc(var(--w-grid-gap)/-2);grid-row-gap:var(--w-grid-gap)}}.gallery-stacked--gap-30_224 .gallery-stacked__item_2Sn{max-width:100%;flex-basis:100%;margin-top:0}.gallery-stacked--gap-15_vh- .gallery-stacked__inner_7P2{margin:0 calc(var(--w-grid-gap)/-4);grid-row-gap:calc(var(--w-grid-gap)/2)}.gallery-stacked--gap-15_vh- .gallery-stacked__item_2Sn{max-width:100%;flex-basis:100%;margin-top:0}}
.masonry_3EK{display:flex;justify-content:center}.masonry__item_ejn{display:flex;min-width:0;flex-basis:100%;flex-direction:column}.masonry__item-wrapper_26s{width:100%}.masonry__item-inner_3dT{position:relative;width:0;min-width:0;max-width:100%;flex-basis:100%}.masonry_3EK[data-columns-count="2"] .masonry__item_ejn{max-width:50%;flex-basis:50%}@media (min-width:480px){.masonry_3EK[data-columns-count="2"] .masonry__item_ejn{max-width:50%;flex-basis:50%}}@media (min-width:768px){.masonry_3EK[data-columns-count="2"] .masonry__item_ejn{max-width:50%;flex-basis:50%}}@media (min-width:992px){.masonry_3EK[data-columns-count="2"] .masonry__item_ejn{max-width:50%;flex-basis:50%}}.masonry_3EK[data-columns-count="3"] .masonry__item_ejn{max-width:50%;flex-basis:50%}@media (min-width:480px){.masonry_3EK[data-columns-count="3"] .masonry__item_ejn{max-width:50%;flex-basis:50%}}@media (min-width:768px){.masonry_3EK[data-columns-count="3"] .masonry__item_ejn{max-width:50%;flex-basis:50%}}@media (min-width:992px){.masonry_3EK[data-columns-count="3"] .masonry__item_ejn{max-width:33.33333%;flex-basis:33.33333%}}.masonry_3EK[data-columns-count="4"] .masonry__item_ejn{max-width:50%;flex-basis:50%}@media (min-width:480px){.masonry_3EK[data-columns-count="4"] .masonry__item_ejn{max-width:50%;flex-basis:50%}}@media (min-width:768px){.masonry_3EK[data-columns-count="4"] .masonry__item_ejn{max-width:50%;flex-basis:50%}}@media (min-width:992px){.masonry_3EK[data-columns-count="4"] .masonry__item_ejn{max-width:25%;flex-basis:25%}}.masonry_3EK[data-columns-count="5"] .masonry__item_ejn{max-width:50%;flex-basis:50%}@media (min-width:480px){.masonry_3EK[data-columns-count="5"] .masonry__item_ejn{max-width:50%;flex-basis:50%}}@media (min-width:768px){.masonry_3EK[data-columns-count="5"] .masonry__item_ejn{max-width:33.33333%;flex-basis:33.33333%}}@media (min-width:992px){.masonry_3EK[data-columns-count="5"] .masonry__item_ejn{max-width:20%;flex-basis:20%}}.masonry_3EK[data-columns-count="6"] .masonry__item_ejn{max-width:50%;flex-basis:50%}@media (min-width:480px){.masonry_3EK[data-columns-count="6"] .masonry__item_ejn{max-width:50%;flex-basis:50%}}@media (min-width:768px){.masonry_3EK[data-columns-count="6"] .masonry__item_ejn{max-width:33.33333%;flex-basis:33.33333%}}@media (min-width:992px){.masonry_3EK[data-columns-count="6"] .masonry__item_ejn{max-width:16.66667%;flex-basis:16.66667%}}.masonry_3EK[data-columns-count="7"] .masonry__item_ejn{max-width:50%;flex-basis:50%}@media (min-width:480px){.masonry_3EK[data-columns-count="7"] .masonry__item_ejn{max-width:50%;flex-basis:50%}}@media (min-width:768px){.masonry_3EK[data-columns-count="7"] .masonry__item_ejn{max-width:25%;flex-basis:25%}}@media (min-width:992px){.masonry_3EK[data-columns-count="7"] .masonry__item_ejn{max-width:14.28571%;flex-basis:14.28571%}}.masonry_3EK[data-columns-count="8"] .masonry__item_ejn{max-width:50%;flex-basis:50%}@media (min-width:480px){.masonry_3EK[data-columns-count="8"] .masonry__item_ejn{max-width:50%;flex-basis:50%}}@media (min-width:768px){.masonry_3EK[data-columns-count="8"] .masonry__item_ejn{max-width:25%;flex-basis:25%}}@media (min-width:992px){.masonry_3EK[data-columns-count="8"] .masonry__item_ejn{max-width:12.5%;flex-basis:12.5%}}.masonry__inner_3Ib{display:flex;width:100%;flex-wrap:wrap}.masonry__inner_3Ib .masonry-desktop_3MA,.masonry__inner_3Ib .masonry-mobile_3OR,.masonry__inner_3Ib .masonry-tablet_Pv0{display:none}@media (max-width:767px){.masonry__inner_3Ib .masonry-mobile_3OR{display:block}}@media (min-width:768px) and (max-width:991px){.masonry__inner_3Ib .masonry-tablet_Pv0{display:block}}@media (min-width:992px){.masonry__inner_3Ib .masonry-desktop_3MA{display:block}}.masonry--gap-30_1uW .masonry__inner_3Ib{width:calc(100% + var(--w-grid-gap)/2);margin-left:calc(var(--w-grid-gap)/-4);margin-right:calc(var(--w-grid-gap)/-4);margin-top:calc(var(--w-grid-gap)/-2)}@media (min-width:480px){.masonry--gap-30_1uW .masonry__inner_3Ib{width:calc(100% + var(--w-grid-gap));margin-left:calc(var(--w-grid-gap)/-2);margin-right:calc(var(--w-grid-gap)/-2);margin-top:calc(var(--w-grid-gap)*-1)}}.masonry--gap-30_1uW .masonry__item_ejn{min-width:0;padding-left:calc(var(--w-grid-gap)/4);padding-right:calc(var(--w-grid-gap)/4);margin-top:calc(var(--w-grid-gap)/2)}.masonry--gap-30_1uW .masonry__item-wrapper_26s{margin-bottom:calc(var(--w-grid-gap)/2)}.masonry--gap-30_1uW .masonry__item-wrapper_26s:last-child{margin-bottom:0}@media (min-width:480px){.masonry--gap-30_1uW .masonry__item-wrapper_26s{margin-bottom:var(--w-grid-gap)}}@media (min-width:480px){.masonry--gap-30_1uW .masonry__item_ejn{padding-left:calc(var(--w-grid-gap)/2);padding-right:calc(var(--w-grid-gap)/2);margin-top:var(--w-grid-gap)}}.masonry--gap-15_3Gu .masonry__inner_3Ib{width:calc(100% + var(--w-grid-gap)/2);margin-left:calc(var(--w-grid-gap)/-4);margin-right:calc(var(--w-grid-gap)/-4);margin-top:calc(var(--w-grid-gap)/-2)}.masonry--gap-15_3Gu .masonry__item_ejn{min-width:0;padding-left:calc(var(--w-grid-gap)/4);padding-right:calc(var(--w-grid-gap)/4);margin-top:calc(var(--w-grid-gap)/2)}.masonry--gap-15_3Gu .masonry__item-wrapper_26s{margin-bottom:calc(var(--w-grid-gap)/2)}.masonry--gap-15_3Gu .masonry__item-wrapper_26s:last-child{margin-bottom:0}
.gallery-slider_3os{width:100%}.gallery-slider_3os .picture_N_E{padding-top:56.25%}.gallery-slider_3os .slider__dots_3sC{position:static;margin-top:20px;font-size:0}.gallery-slider_3os .slider__dots_3sC li{width:30px;height:30px;margin:auto}.gallery-slider_3os .slider__dots_3sC li button{width:30px;height:30px}.gallery-slider_3os .slider__dots_3sC li button:before{width:10px;height:10px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}@media (max-width:767px){.gallery-slider_3os .slider__dots_3sC{margin-top:10px}.gallery-slider_3os .slider__dots_3sC li,.gallery-slider_3os .slider__dots_3sC li button{width:25px;height:25px}}.gallery-slider_3os .slick-track{display:flex}.gallery-slider_3os .slick-slide{height:auto}.gallery-slider_3os .slick-slide>*,.gallery-slider_3os .w-grid__item{height:100%}.gallery-slider_3os .slick-active{z-index:auto}.gallery-slider_3os .slider-arrow_14j{display:inline-block;width:32px;height:32px;border-radius:50%;background:#000;z-index:1;opacity:.85;transition:opacity .2s ease-out}.gallery-slider_3os .slider-arrow_14j .arrow-svg_2ub{width:20px;height:20px;fill:#fff}.gallery-slider_3os .slider-arrow_14j:hover{opacity:1}.gallery-slider_3os .slider-arrow_14j:before{display:none}.gallery-slider_3os .slider-arrow--with-dots_3St{margin-top:-25px}@media (max-width:767px){.gallery-slider_3os .slider-arrow--with-dots_3St{margin-top:-15px}}.gallery-slider_3os .slider-arrow--next_2fw{right:0;transform:translate(-50%,-50%)}.gallery-slider_3os .slider-arrow--prev_1pl{left:0;transform:translate(50%,-50%)}.gallery-slider_3os .slider-arrow--prev_1pl .arrow-svg_2ub{transform:rotateY(180deg)}.gallery-slider_3os .slider-arrow--circle_3y4{width:32px;height:32px;background:#000;border-radius:50%}.gallery-slider_3os .slider-arrow--circle_3y4 .arrow-svg_2ub{width:20px;height:20px;fill:#fff}.gallery-slider_3os .slider-arrow__click-zone_2wC{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}@media (max-width:767px){.gallery-slider_3os .slider-arrow__click-zone_2wC{width:36px;height:48px}}@media (max-width:767px){.gallery-slider_3os .slider-arrow_14j{width:24px;height:24px}.gallery-slider_3os .slider-arrow_14j .arrow-svg_2ub{width:12px;height:12px}.gallery-slider_3os .slider-arrow--next_2fw .slider-arrow__click-zone_2wC{transform:translate(-24px,-50%)}.gallery-slider_3os .slider-arrow--prev_1pl .slider-arrow__click-zone_2wC{transform:translate(-12px,-50%)}}.slider-animation--fade_gcA .slick-slide{pointer-events:none}.slider-animation--fade_gcA .slick-active{pointer-events:auto}.gallery-slider--gap-30_3jS .slick-list{width:calc(100% + var(--w-grid-gap));margin-left:calc(var(--w-grid-gap)/-2);margin-right:calc(var(--w-grid-gap)/-2)}.gallery-slider--gap-30_3jS .gallery-slider__item_w-R{min-width:58.66667px;padding-left:calc(var(--w-grid-gap)/2);padding-right:calc(var(--w-grid-gap)/2)}.gallery-slider--gap-15_1f1 .slick-list{width:calc(100% + var(--w-grid-gap)/2);margin-left:calc(var(--w-grid-gap)/-4);margin-right:calc(var(--w-grid-gap)/-4)}.gallery-slider--gap-15_1f1 .gallery-slider__item_w-R{min-width:58.66667px;padding-left:calc(var(--w-grid-gap)/4);padding-right:calc(var(--w-grid-gap)/4)}.dots-in .slider__dots_3sC{position:absolute;bottom:15px;margin-top:0;font-size:0}@media (max-width:991px){.dots-in .slider__dots_3sC{bottom:10px}}@media (max-width:767px){.dots-in .slider__dots_3sC{bottom:5px}}.dots-in .slider__dots_3sC li button:before{border:2px solid;background:transparent;opacity:.75}.dots-in .slider__dots_3sC li.slick-active button:before,.dots-in .slider__dots_3sC li button:focus:before,.dots-in .slider__dots_3sC li button:hover:before{background:currentColor;opacity:1}.dots-in .slider-arrow--with-dots_3St{margin-top:0}.picture_N_E{padding-top:56.25%}
.gallery-thumbnails_3Qg{overflow:hidden}.gallery-thumbnails__item-inner_1_x{position:relative}.gallery-thumbnails_3Qg .picture_2qs{padding-top:100%}.gallery-thumbnails_3Qg .picture-image_25q{background-size:cover!important}.gallery-thumbnails_3Qg .slick-slide{opacity:.55}.gallery-thumbnails_3Qg .slick-current,.gallery-thumbnails_3Qg .slick-slide:hover{opacity:1}.gallery-thumbnails_3Qg .gallery-thumbnails--gap-15_3ur .slick-list,.gallery-thumbnails_3Qg .gallery-thumbnails--gap-30_1eP .slick-list{width:calc(100% + var(--w-grid-gap)/4);margin-left:calc(var(--w-grid-gap)/-8);margin-right:calc(var(--w-grid-gap)/-8)}.gallery-thumbnails_3Qg .gallery-thumbnails--gap-15_3ur .gallery-thumbnails__item_UlL,.gallery-thumbnails_3Qg .gallery-thumbnails--gap-30_1eP .gallery-thumbnails__item_UlL{min-width:calc(var(--container-min-width-768)/12);padding-top:calc(var(--w-grid-gap)/4);padding-left:calc(var(--w-grid-gap)/8);padding-right:calc(var(--w-grid-gap)/8)}@media (min-width:480px){.gallery-thumbnails_3Qg .gallery-thumbnails--gap-30_1eP .slick-list{width:calc(100% + var(--w-grid-gap));margin-left:calc(var(--w-grid-gap)/-2);margin-right:calc(var(--w-grid-gap)/-2)}.gallery-thumbnails_3Qg .gallery-thumbnails--gap-30_1eP .gallery-thumbnails__item_UlL{padding-top:var(--w-grid-gap);padding-left:calc(var(--w-grid-gap)/2);padding-right:calc(var(--w-grid-gap)/2)}.gallery-thumbnails_3Qg .gallery-thumbnails--gap-15_3ur .slick-list{width:calc(100% + var(--w-grid-gap)/2);margin-left:calc(var(--w-grid-gap)/-4);margin-right:calc(var(--w-grid-gap)/-4)}.gallery-thumbnails_3Qg .gallery-thumbnails--gap-15_3ur .gallery-thumbnails__item_UlL{padding-top:calc(var(--w-grid-gap)/2);padding-left:calc(var(--w-grid-gap)/4);padding-right:calc(var(--w-grid-gap)/4)}}
.apps-buttons_3Op .collection__inner_2Ak{display:flex;width:calc(100% + var(--w-btns-group-item-offset));margin:calc(var(--w-btns-group-item-offset)/-2);flex-wrap:wrap;align-items:center}.apps-buttons_3Op .collection__wrapper_1jV{display:flex}.apps-buttons_3Op .collection__item-inner_128{display:inline-block;width:100%;margin:calc(var(--w-btns-group-item-offset)/2)}.apps-buttons_3Op .collection__item-inner_128 .grayscale_2_b{filter:grayscale(1)}.apps-buttons_3Op .collection__item-link_1aW{display:block;position:relative;height:100%}.apps-buttons_3Op .collection__item-link_1aW:after{content:"";position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:#000;opacity:0;transition:.2s ease-in}.apps-buttons_3Op .collection__item-link_1aW:hover:after{opacity:.2;border-radius:5px}.apps-buttons_3Op .collection__item-image_PFQ{width:100%;height:100%;border:1px solid var(--w-apps-buttons-border-color);background-position:50% 50%;background-size:cover}.apps-buttons_3Op .type--appstore-eng-sm_2xn,.apps-buttons_3Op .type--appstore-ger-sm_2lB,.apps-buttons_3Op .type--appstore-ind-sm_2j5,.apps-buttons_3Op .type--appstore-ita-sm_3aP,.apps-buttons_3Op .type--appstore-rus-sm_2Nm,.apps-buttons_3Op .type--appstore-spa-sm_3i2,.apps-buttons_3Op .type--appstore-ukr-sm_1dA{max-width:var(--w-apps-buttons-sm-max-width-as)}.apps-buttons_3Op .type--appstore-eng-sm_2xn .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ger-sm_2lB .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ind-sm_2j5 .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ita-sm_3aP .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-rus-sm_2Nm .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-spa-sm_3i2 .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ukr-sm_1dA .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-sm-border-radius);padding-top:var(--w-apps-buttons-padding-top-as)}.apps-buttons_3Op .type--appstore-fre-sm_KM7{max-width:var(--w-apps-buttons-sm-max-width-as-fre)}.apps-buttons_3Op .type--appstore-fre-sm_KM7 .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-sm-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-fre)}.apps-buttons_3Op .type--appstore-tur-sm_I7j{max-width:var(--w-apps-buttons-sm-max-width-as-tur)}.apps-buttons_3Op .type--appstore-tur-sm_I7j .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-sm-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-tur)}.apps-buttons_3Op .type--appstore-chi-sm_19h{max-width:var(--w-apps-buttons-sm-max-width-as-chi)}.apps-buttons_3Op .type--appstore-chi-sm_19h .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-sm-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-chi)}.apps-buttons_3Op .type--googleplay-chi-sm_3u0,.apps-buttons_3Op .type--googleplay-eng-sm_BpR,.apps-buttons_3Op .type--googleplay-fre-sm_2Ho,.apps-buttons_3Op .type--googleplay-ger-sm_25x,.apps-buttons_3Op .type--googleplay-ind-sm_93h,.apps-buttons_3Op .type--googleplay-ita-sm_3Tx,.apps-buttons_3Op .type--googleplay-rus-sm_3wp,.apps-buttons_3Op .type--googleplay-spa-sm_Kef,.apps-buttons_3Op .type--googleplay-tur-sm_2pp,.apps-buttons_3Op .type--googleplay-ukr-sm_3E-{max-width:var(--w-apps-buttons-sm-max-width-gp)}.apps-buttons_3Op .type--googleplay-chi-sm_3u0 .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-eng-sm_BpR .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-fre-sm_2Ho .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ger-sm_25x .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ind-sm_93h .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ita-sm_3Tx .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-rus-sm_3wp .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-spa-sm_Kef .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-tur-sm_2pp .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ukr-sm_3E- .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-sm-border-radius);padding-top:var(--w-apps-buttons-padding-top-gp)}.apps-buttons_3Op .type--appstore-eng-md_15K,.apps-buttons_3Op .type--appstore-ger-md_8Vf,.apps-buttons_3Op .type--appstore-ind-md_1Zb,.apps-buttons_3Op .type--appstore-ita-md_1Ns,.apps-buttons_3Op .type--appstore-rus-md_1Ra,.apps-buttons_3Op .type--appstore-spa-md_31w,.apps-buttons_3Op .type--appstore-ukr-md_2nx{max-width:var(--w-apps-buttons-md-max-width-as)}.apps-buttons_3Op .type--appstore-eng-md_15K .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ger-md_8Vf .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ind-md_1Zb .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ita-md_1Ns .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-rus-md_1Ra .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-spa-md_31w .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ukr-md_2nx .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-md-border-radius);padding-top:var(--w-apps-buttons-padding-top-as)}.apps-buttons_3Op .type--appstore-fre-md_1kf{max-width:var(--w-apps-buttons-md-max-width-as-fre)}.apps-buttons_3Op .type--appstore-fre-md_1kf .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-md-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-fre)}.apps-buttons_3Op .type--appstore-tur-md_1cG{max-width:var(--w-apps-buttons-md-max-width-as-tur)}.apps-buttons_3Op .type--appstore-tur-md_1cG .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-md-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-tur)}.apps-buttons_3Op .type--appstore-chi-md_kkf{max-width:var(--w-apps-buttons-md-max-width-as-chi)}.apps-buttons_3Op .type--appstore-chi-md_kkf .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-md-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-chi)}.apps-buttons_3Op .type--googleplay-chi-md_IQQ,.apps-buttons_3Op .type--googleplay-eng-md_2E9,.apps-buttons_3Op .type--googleplay-fre-md_79t,.apps-buttons_3Op .type--googleplay-ger-md_1e4,.apps-buttons_3Op .type--googleplay-ind-md_3A4,.apps-buttons_3Op .type--googleplay-ita-md_3EP,.apps-buttons_3Op .type--googleplay-rus-md_1uC,.apps-buttons_3Op .type--googleplay-spa-md_3F6,.apps-buttons_3Op .type--googleplay-tur-md_2WX,.apps-buttons_3Op .type--googleplay-ukr-md_2xc{max-width:var(--w-apps-buttons-md-max-width-gp)}.apps-buttons_3Op .type--googleplay-chi-md_IQQ .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-eng-md_2E9 .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-fre-md_79t .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ger-md_1e4 .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ind-md_3A4 .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ita-md_3EP .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-rus-md_1uC .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-spa-md_3F6 .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-tur-md_2WX .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ukr-md_2xc .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-md-border-radius);padding-top:var(--w-apps-buttons-padding-top-gp)}.apps-buttons_3Op .type--appstore-eng-lg_3lv,.apps-buttons_3Op .type--appstore-ger-lg_39O,.apps-buttons_3Op .type--appstore-ind-lg_2R5,.apps-buttons_3Op .type--appstore-ita-lg_3TK,.apps-buttons_3Op .type--appstore-rus-lg_3wy,.apps-buttons_3Op .type--appstore-spa-lg_26D,.apps-buttons_3Op .type--appstore-ukr-lg_GOD{max-width:var(--w-apps-buttons-lg-max-width-as)}.apps-buttons_3Op .type--appstore-eng-lg_3lv .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ger-lg_39O .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ind-lg_2R5 .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ita-lg_3TK .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-rus-lg_3wy .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-spa-lg_26D .collection__item-image_PFQ,.apps-buttons_3Op .type--appstore-ukr-lg_GOD .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-lg-border-radius);padding-top:var(--w-apps-buttons-padding-top-as)}.apps-buttons_3Op .type--appstore-fre-lg_1W_{max-width:var(--w-apps-buttons-lg-max-width-as-fre)}.apps-buttons_3Op .type--appstore-fre-lg_1W_ .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-lg-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-fre)}.apps-buttons_3Op .type--appstore-tur-lg_8D4{max-width:var(--w-apps-buttons-lg-max-width-as-tur)}.apps-buttons_3Op .type--appstore-tur-lg_8D4 .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-lg-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-tur)}.apps-buttons_3Op .type--appstore-chi-lg_kO-{max-width:var(--w-apps-buttons-lg-max-width-as-chi)}.apps-buttons_3Op .type--appstore-chi-lg_kO- .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-lg-border-radius);padding-top:var(--w-apps-buttons-padding-top-as-chi)}.apps-buttons_3Op .type--googleplay-chi-lg_srj,.apps-buttons_3Op .type--googleplay-eng-lg_2_o,.apps-buttons_3Op .type--googleplay-fre-lg_npu,.apps-buttons_3Op .type--googleplay-ger-lg_3YD,.apps-buttons_3Op .type--googleplay-ind-lg_1Ln,.apps-buttons_3Op .type--googleplay-ita-lg_2Jm,.apps-buttons_3Op .type--googleplay-rus-lg_3OU,.apps-buttons_3Op .type--googleplay-spa-lg_n7O,.apps-buttons_3Op .type--googleplay-tur-lg_2pp,.apps-buttons_3Op .type--googleplay-ukr-lg_3hX{max-width:var(--w-apps-buttons-lg-max-width-gp)}.apps-buttons_3Op .type--googleplay-chi-lg_srj .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-eng-lg_2_o .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-fre-lg_npu .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ger-lg_3YD .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ind-lg_1Ln .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ita-lg_2Jm .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-rus-lg_3OU .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-spa-lg_n7O .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-tur-lg_2pp .collection__item-image_PFQ,.apps-buttons_3Op .type--googleplay-ukr-lg_3hX .collection__item-image_PFQ{border-radius:var(--w-apps-buttons-lg-border-radius);padding-top:var(--w-apps-buttons-padding-top-gp)}
.slider_1Iy{display:flex;width:100%;height:100%;overflow:hidden;flex-direction:column;justify-content:center;align-items:center}.backgrounds-slider_2mU{position:absolute;width:var(--w-100vw);height:100%;top:0;left:0;overflow:hidden}.controlsContainer_35R,.slidersContainer_2nH{width:100%;height:100%}.controlsContainer_35R,.controlsContainerEmpty_1y8{position:absolute;top:0!important}.controlsContainerEmpty_1y8{width:100%;height:100%}.controlsContainerEmpty_1y8 .controls_1-f{position:absolute;top:0}.controls_1-f,.wrapper_q0p{position:relative}.controls_1-f,.slide_3Bo,.wrapper_q0p{width:100%;height:100%}.slideBackground_3uM{position:absolute!important}.contentWrapper_3Gu{position:relative!important}.backgroundWrapper_1sb{position:absolute;top:0}.arrow_3RT{position:absolute;width:30px;height:30px;top:calc(50% - 15px);z-index:10}@media screen and (max-width:1279px){.arrow_3RT{width:32px;height:32px}}@media screen and (max-width:768px){.arrow_3RT{width:24px;height:24px}}.arrow-prev_oeV{left:30px}@media screen and (max-width:1279px){.arrow-prev_oeV{left:calc(var(--w-content-gutter) - 16px)}}@media screen and (max-width:768px){.arrow-prev_oeV{left:calc(var(--w-content-gutter) - 12px)}}.arrow-next_24B{right:30px}@media screen and (max-width:1279px){.arrow-next_24B{right:calc(var(--w-content-gutter) - 16px)}}@media screen and (max-width:768px){.arrow-next_24B{right:calc(var(--w-content-gutter) - 12px)}}
.disableScroll_24C,.removeScroll_16-{overflow-y:hidden}.alwaysScroll_3q2{overflow-y:scroll}.autoScroll_uJT{overflow-y:auto}
.slide-in-right_1sx{animation:slide-in-right_1sx .25s ease forwards}@keyframes slide-in-right_1sx{0%{transform:translateX(100%)}to{transform:none}}.slide-in-left_2Mc{animation:slide-in-left_2Mc .25s ease forwards}@keyframes slide-in-left_2Mc{0%{transform:translateX(-100%)}to{transform:none}}.slide-out-left_4FJ{animation:slide-out-left_4FJ .25s ease forwards}@keyframes slide-out-left_4FJ{0%{transform:none}to{transform:translateX(-100%)}}.slide-out-right_3KH{animation:slide-out-right_3KH .25s ease forwards}@keyframes slide-out-right_3KH{0%{transform:none}to{transform:translateX(100%)}}.fade-in_1Gw{animation:fade-in_1Gw .5s linear forwards}@keyframes fade-in_1Gw{0%{opacity:0}to{opacity:1}}.fade-out_2nz{animation:fade-out_2nz .5s linear forwards}@keyframes fade-out_2nz{0%{opacity:1}to{opacity:0}}
.image-lightbox-wrapper_2qv .ril-image-current{max-width:calc(100vw - 10px);max-height:calc(100vh - 60px);top:55px;right:5px;bottom:5px;left:5px}@media (min-width:1810px){.image-lightbox-wrapper_2qv .ril-image-current{max-width:1800px}}.image-lightbox-flip_1Ou .ril-inner{transform:scaleY(-1)}.image-lightbox-flop_32q .ril-inner{transform:scaleX(-1)}.image-lightbox-flipflop_3Jd .ril-inner{transform:scale(-1)}
.text_1k0{position:relative;max-width:100%;word-wrap:break-word}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.text_1k0{word-break:break-word}}}@media (max-width:992px){.text_1k0 *{font-size:inherit}}.text_1k0 a{color:var(--ui-link-color)}.text_1k0 a:hover{color:var(--ui-link-hover-color)}.text_1k0.ui-blockTitle--light a,.text_1k0.ui-caption--light a,.text_1k0.ui-heading--light a,.text_1k0.ui-headingLg--light a,.text_1k0.ui-heroTitle--light a,.text_1k0.ui-quote--light a,.text_1k0.ui-small--light a,.text_1k0.ui-subheading--light a,.text_1k0.ui-subtitle--light a,.text_1k0.ui-text--light a{color:var(--ui-link-color-light)}.text_1k0.ui-blockTitle--light a:hover,.text_1k0.ui-caption--light a:hover,.text_1k0.ui-heading--light a:hover,.text_1k0.ui-headingLg--light a:hover,.text_1k0.ui-heroTitle--light a:hover,.text_1k0.ui-quote--light a:hover,.text_1k0.ui-small--light a:hover,.text_1k0.ui-subheading--light a:hover,.text_1k0.ui-subtitle--light a:hover,.text_1k0.ui-text--light a:hover{color:var(--ui-link-hover-color-light)}
.editor-menu_33j{position:relative}.menu_1QC{display:flex;flex-direction:column;justify-content:center;align-items:center}.menu--absolute_2Sa{width:100%!important;margin:0!important;-moz-column-gap:var(--w-nav-item-gap);column-gap:var(--w-nav-item-gap);row-gap:var(--w-nav-item-column-offset)}.menu--absolute_2Sa .menu__item_1eM{max-width:100%!important;margin:0!important}.menu--open-on-click_3Eg .menu__item-wrapper_YJs[data-state=opened]~.submenu_1jR{display:block;opacity:0;animation:fade-up-in_f95 .2s ease-out both}.menu--open-on-click_3Eg .menu__item-triangle--opened_1xk{transform:rotate(180deg);transform-origin:50% 50%;color:var(--ui-link-hover-color)}@media (min-width:992px){.menu_1QC{flex-direction:row;justify-content:flex-start}.menu_1QC:not(.menu--open-on-click_3Eg) .menu__item_1eM:hover .submenu_1jR{display:block;opacity:0;animation:fade-up-in_f95 .2s ease-out both}}.menu__item_1eM{position:relative;max-width:100%;color:var(--ui-block-title-color);line-height:normal;font-size:var(--ui-text-size);font-family:var(--ui-text-font-family);font-weight:var(--ui-text-font-weight);font-style:var(--ui-text-font-style)}.page-editor-md .menu__item_1eM,.page-editor-xs .menu__item_1eM{width:100%;max-width:calc(100% - var(--w-nav-item-column-gap))}@media (max-width:991px){:root:not(.disable-media-queries) .menu__item_1eM{width:100%;max-width:calc(100% - var(--w-nav-item-column-gap))}}.menu__item_1eM .menu__link--empty_1P1{cursor:pointer}.menu__item_1eM .menu__link_2K2:hover,.menu__item_1eM .menu__link_2K2:hover+.menu__item-triangle_22k{color:var(--ui-link-hover-color)}.menu__item--light_UNr{color:var(--ui-block-title-color-light)}.menu__item--light_UNr .menu__link_2K2:hover,.menu__item--light_UNr .menu__link_2K2:hover+.menu__item-triangle_22k{color:var(--ui-link-hover-color-light)}@media (min-width:992px){.menu__item--submenu_2Ot{transform:none;padding-left:0}}.page-editor-md .menu__item_1eM,.page-editor-xs .menu__item_1eM{font-size:var(--ui-text-size-mobile)!important;text-align:center;margin-bottom:1.4375em}@media (max-width:991px){:root:not(.disable-media-queries) .menu__item_1eM{font-size:var(--ui-text-size-mobile)!important;text-align:center;margin-bottom:1.4375em}}.menu__item-triangle_22k{display:inline-block;position:relative;width:1.5em;height:1.5em;min-width:1.5em;margin-left:.25em;color:inherit;vertical-align:middle;cursor:pointer}.page-editor .menu__item-triangle_22k{width:.625em;height:.3125em;min-width:.625em;margin-left:.25em}@media (min-width:992px){:root:not(.disable-media-queries) .menu__item-triangle_22k{width:.625em;height:.3125em;min-width:.625em;margin-left:.25em}}.menu__item-triangle-ico_1My{display:block;position:absolute;width:.625em;height:.3125em;min-width:.625em;max-width:100%;max-height:100%;top:50%;left:50%;transform:translate(-50%,-50%);fill:currentColor}.page-editor-md .menu__item-triangle-ico_1My,.page-editor-xs .menu__item-triangle-ico_1My{width:.9em;height:.45em}@media (max-width:991px){:root:not(.disable-media-queries) .menu__item-triangle-ico_1My{width:.9em;height:.45em}}.page-editor .menu__item-triangle-ico_1My{width:.625em;height:.3125em;min-width:.625em}@media (min-width:992px){:root:not(.disable-media-queries) .menu__item-triangle-ico_1My{width:.625em;height:.3125em;min-width:.625em}}.menu__item-wrapper_YJs{display:flex;position:relative;max-width:100%;align-items:center;justify-content:center}.page-editor .menu__item-wrapper_YJs{justify-content:flex-start}.page-editor .menu__item-wrapper_YJs .menu__link_2K2{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:inherit;justify-content:flex-start}@media (min-width:992px){:root:not(.disable-media-queries) .menu__item-wrapper_YJs{justify-content:flex-start}:root:not(.disable-media-queries) .menu__item-wrapper_YJs .menu__link_2K2{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:inherit;justify-content:flex-start}}.page-editor-md .menu__item-wrapper_YJs,.page-editor-xs .menu__item-wrapper_YJs{justify-content:center}@media (max-width:991px){:root:not(.disable-media-queries) .menu__item-wrapper_YJs{justify-content:center}}@media (max-width:991px){.menu__item-wrapper_YJs[data-state=opened] .menu__item-triangle--opened_1xk{transform:rotate(180deg);transform-origin:50% 50%;color:var(--ui-link-hover-color)}.menu__item-wrapper_YJs[data-state=opened]~.submenu_1jR{display:block}.menu__item-wrapper_YJs[data-state=opened]~.submenu_1jR .submenu-wrapper_1UU{padding-top:.25em;opacity:1;pointer-events:auto;background-color:inherit}.menu__item-wrapper_YJs[data-state=opened]~.submenu_1jR .submenu-wrapper_1UU .menu__item_1eM{text-align:center;margin-bottom:.5em;font-size:var(--ui-caption-size)}.menu__item-wrapper_YJs[data-state=opened]~.submenu_1jR .submenu-wrapper_1UU .menu__item_1eM:last-of-type{margin-bottom:0}}.menu__link_2K2{max-width:100%;color:inherit;font-size:inherit;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-with-presets_vQ_{display:flex}.menu-with-presets--horizontal_24B{flex-direction:row}.menu-with-presets--vertical_1eG{flex-direction:column}.page-editor-md .menu-with-presets--vertical_1eG .menu__item-wrapper_YJs{justify-content:flex-start}@media (min-width:768px) and (max-width:992px){:root:not(.disable-media-queries) .menu-with-presets--vertical_1eG .menu__item-wrapper_YJs{justify-content:flex-start}}@media (min-width:992px){.submenu_1jR{display:none;position:absolute;max-width:40em;top:100%;left:0;padding-top:.81em;z-index:7}.submenu--right_1Sb{right:0;left:auto}}@media (max-width:991px){.submenu_1jR{display:none}.submenu_1jR .menu__item-wrapper_YJs{justify-content:flex-start}}.submenu_1jR .menu__link_2K2{max-width:100%}.submenu-wrapper_1UU{background-color:var(--ui-light-shade-color)}@media (min-width:992px){.submenu-wrapper_1UU{max-width:40em;padding:1em 1.6em;border-radius:3px;box-shadow:0 5px 15px 0 rgba(0,0,0,.1)}.submenu-wrapper_1UU .menu__item_1eM{max-width:100%;margin-left:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submenu-wrapper_1UU .menu__item_1eM:first-of-type{margin-top:0}.submenu-wrapper_1UU .menu__link_2K2{color:var(--ui-dark-shade-color)}.submenu-wrapper_1UU .menu__link_2K2:hover{color:var(--ui-link-hover-color)}}@keyframes fade-up-in_f95{0%{transform:translate3d(0,-20%,0);opacity:0;pointer-events:none}to{transform:translateZ(0);opacity:1;pointer-events:auto}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){@media (min-width:992px){.submenu_1jR{top:calc(100% - 1px)}}}}
.button_2W3{display:inline-block;position:relative;max-width:100%;text-decoration:none;text-align:center;background-position:50%;overflow:visible;cursor:pointer;transition:color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,box-shadow .2s ease-in;word-wrap:break-word}.button--font-weight-bold_1Nu .button__content_1_I{font-weight:700}.button--font-weight-normal_25u .button__content_1_I{font-weight:400}.button--font-weight-inherit_dwz .button__content_1_I{font-weight:inherit}.button--font-style-italic_1ki .button__content_1_I{font-style:italic}.button--font-style-initial_2hO .button__content_1_I{font-style:normal}.button--text-decoration-underline_1x- .button__content_1_I{text-decoration:underline}.button--left-icon_15k .button__content_1_I{padding-left:32px}.button--right-icon_1xT .button__content_1_I{padding-left:0;padding-right:32px}.button__inner_2of{display:flex;position:relative;justify-content:center;align-items:center}.button__border_1J-{position:absolute;width:100%;height:100%;top:0;left:0;transition:inherit}.button__content_1_I{display:inline-block;position:relative;max-width:100%;word-wrap:break-word}.button--with-icon_3MG .button__content_1_I{max-width:100%}.button__icon_286{display:inline-block;position:absolute;width:24px;height:24px;top:50%;transform:translateY(-50%)}.button__icon--left_17Q{left:0}.button__icon--right_1Bt{right:0}.button__icon-image_1Ob{height:100%;max-width:100%;margin:auto}.button_2W3.disabled{cursor:not-allowed;pointer-events:none!important;filter:grayscale(.6)}.hiddenText_80u{height:1em;visibility:hidden}.button-wrapper_1tW{display:block;width:100%;height:100%}
.wrapper_1mY{position:fixed;background:transparent;cursor:pointer;box-shadow:0 0 1px rgba(33,39,54,.04),0 2px 4px rgba(33,39,54,.16);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:8}.editor_3gi .wrapper_1mY{right:20px}.ssr_2Ry .position-horizontal-left_1Fj{left:var(--offset-horizontal)}.ssr_2Ry .position-horizontal-right_1fr{right:var(--offset-horizontal)}.ssr_2Ry .position-vertical-top_1nn{top:calc(var(--offset-vertical))}.ssr_2Ry .position-vertical-bottom_2ye{bottom:var(--offset-vertical)}.shape-circle_2Qo{border-radius:50%}.inner_1_b{display:block;position:relative;height:100%;max-width:100%}.inner_1_b img{width:auto;max-height:100%}.svg_2UK{position:static;width:100%;height:100%}.counter_3pK{display:flex;position:absolute;width:24px;height:24px;border-radius:50%;justify-content:center;align-items:center}.counter_3pK,.counter_3pK.circle_2cg{top:-2px;right:-2px}.counter_3pK.square_EGt{top:-7px;right:-7px}.hidden_3ga{display:none}@keyframes heartBeat_3lI{0%{transform:scale(1)}14%{transform:scale(1.2)}28%{transform:scale(1)}42%{transform:scale(1.2)}70%{transform:scale(1)}}.heartBeat_3lI{animation-name:heartBeat_3lI;animation-duration:1s;animation-timing-function:ease-in-out}.ui-cart-icon-color_1oQ{stroke:var(--ui-block-title-color-light);color:var(--ui-block-title-color-light)}.ui-cart-icon-color--light_3Gm{stroke:var(--ui-block-title-color);color:var(--ui-block-title-color)}.w-icon-panel__inner--shopping-cart-icon_1QR{border-radius:0!important}
.ui-picture_2i5{display:block;position:relative;min-height:32px;padding-top:33.3333%;overflow:hidden}.ui-image_3aJ{position:absolute;width:100%;height:100%;top:0;left:0;background-repeat:no-repeat;border-radius:inherit}.ui-image--not-loaded_3Gg{opacity:0}.ui-image--loaded_gW0{opacity:1}.ui-image__style-overlay_3Lw{overflow:hidden}.ui-image__style-overlay_3Lw:after{content:"";position:absolute;width:100%;height:auto;top:0;right:0;bottom:0;left:0;border:var(--element-border-width) var(--element-border-style) var(--element-border-color,var(--ui-dark-shade-color));border-radius:inherit}.ui-image__style-overlay_3Lw[data-style] .media-overlay_2OF{visibility:hidden}.ui-image__style-overlay_3Lw .media-overlay_2OF{border-radius:inherit}.image-absolute_3fN{display:block;width:100%;height:auto}.media-wrapper_3VN{display:block;position:relative}.img-loader_39d,.media-overlay_2OF{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}.img-loader_39d{opacity:1;filter:blur(8px)}.img-loader--exiting_1_9{opacity:0}.placeholder_ATE{position:absolute;width:100%;height:100%;top:0;left:0}.static-height_Nx_{height:var(--height,auto)}.overflow-hidden_1uL{overflow:hidden}.ui-media-styles_2Av{min-height:calc(var(--element-border-width)*2);border-radius:var(--element-radius,inherit)!important;box-shadow:var(--element-shadow,inherit)}.ui-media-styles_2Av:after{content:"";position:absolute;width:100%;height:auto;top:0;right:0;bottom:0;left:0;border:var(--element-border-width) var(--element-border-style) var(--element-border-color,var(--ui-dark-shade-color));border-radius:inherit;pointer-events:none}.ui-media-styles--player_ye_{overflow:hidden!important;border-radius:var(--element-radius,inherit)!important}
.editor-logo_YqH{position:relative}.image-logo_3zc{cursor:pointer}.logo-image_1oy{display:block;max-width:100%}.logo-placeholder_29B{position:relative;cursor:pointer}.grayscale-logo_1W6{filter:grayscale(1)}.lqip-wrapper_1nQ{display:block;position:relative;max-width:100%}.ui-logo_EOm{font-size:var(--ui-block-title-size);line-height:var(--ui-block-title-line-height);font-weight:var(--ui-block-title-font-weight);font-family:var(--ui-block-title-font-family);color:var(--ui-block-title-color);text-decoration:none}.ui-logo--light_3ZY{color:var(--ui-block-title-color-light)}@media (min-width:768px){.ui-logo--mobile_hfa{display:none}}@media (max-width:767px){.ui-logo--desktop_Gdr{display:none}}
.logo_2zT,.logo__content_1qc{justify-content:inherit}@media (max-width:767px){.logo__content_1qc{margin:auto}}.logo__content--text_21o,.logo__slogan_kKq{width:100%}.editor-logo_3Fr{position:relative}.image-logo_cI-{cursor:pointer}.logo-image_HXE{display:block;max-width:100%}.logo-placeholder_1eq{position:relative;cursor:pointer}.grayscale-logo_MMG{filter:grayscale(1)}.lqip-wrapper_2ym{display:block;position:relative;max-width:100%}.ui-logo_315{font-size:var(--ui-block-title-size);line-height:var(--ui-block-title-line-height);font-weight:var(--ui-block-title-font-weight);font-family:var(--ui-block-title-font-family);color:var(--ui-block-title-color);text-decoration:none}.ui-logo--light_3JU{color:var(--ui-block-title-color-light)}@media (min-width:768px){.ui-logo--mobile_1SD{display:none}}@media (max-width:767px){.ui-logo--desktop_14-{display:none}}
.placeholder_1tC{position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;transition:opacity .3s linear}.placeholder--exiting_2QT{opacity:0}.background_2xT{position:absolute;top:0;right:0;bottom:0;left:0}.background--hidden_QWZ{filter:grayscale(100%)}.background--init-attachment_Uu_{background-attachment:scroll!important}.background--fixed_3Wb:before{content:"";position:fixed;width:100%;height:100vh;top:0;left:0;transform:var(--fixed-transform,none);z-index:-1;background-image:inherit;background-color:var(--fixed-background-color,transparent);background-repeat:inherit;background-size:var(--fixed-background-size,cover);background-position:inherit;background-attachment:scroll;filter:var(--fixed-filter,none)}.background--fixed_3Wb[data-role=placeholder]:before{visibility:hidden}@supports (-webkit-hyphens:none) and (-webkit-appearance:none){@media only screen and (max-device-width:767px){.background--fixed_3Wb,.background_2xT:not(.background--fixed_3Wb){background-attachment:scroll!important}}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){.background_2xT:not(.background--fixed_3Wb){background-attachment:scroll!important}}@media only screen and (min-device-width:834px) and (max-device-width:1112px) and (-webkit-min-device-pixel-ratio:2){.background_2xT:not(.background--fixed_3Wb){background-attachment:scroll!important}}@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2){.background_2xT:not(.background--fixed_3Wb){background-attachment:scroll!important}}.background-wrapper_RZ2{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0;border-radius:inherit;transition:opacity .3s ease-out}.background-wrapper--hide_tRe{opacity:0}.background-wrapper--zoom-in-left_NdY>*{animation:zoom-in-left_2ej 8s linear forwards}.background-wrapper--zoom-in-right_2dL>*{animation:zoom-in-right_1si 8s linear forwards}.background-wrapper--zoom-in-top_1by>*{animation:zoom-in-top_2iw 8s linear forwards}.background-wrapper--zoom-in-bottom_3Iw>*{animation:zoom-in-bottom_1hA 8s linear forwards}.background-wrapper--fade-out_17a{z-index:-1}.background-wrapper--fade-out_17a>*{animation:fade-out_sPn 2s linear forwards}.background-overlay_2z6{position:absolute;top:0;right:0;bottom:0;left:0}.background-parallax_1jy{position:relative;width:100%;height:100%;overflow:hidden}@keyframes zoom-in-left_2ej{0%{transform:scale(1.5) translate(10%)}to{transform:scale(1) translate(0)}}@keyframes zoom-in-right_1si{0%{transform:scale(1.5) translate(-10%)}to{transform:scale(1) translate(0)}}@keyframes zoom-in-top_2iw{0%{transform:scale(1.5) translateY(10%)}to{transform:scale(1) translate(0)}}@keyframes zoom-in-bottom_1hA{0%{transform:scale(1.5) translateY(-10%)}to{transform:scale(1) translate(0)}}@keyframes fade-out_sPn{0%{opacity:1}to{opacity:0}}.upload-overlay_1Wy{position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(1.032);filter:blur(3px);z-index:0;opacity:0;overflow:hidden;transition:opacity .3s linear}.upload-overlay_1Wy:before{width:52%;background-color:hsla(0,0%,100%,.5);background-image:linear-gradient(270deg,transparent 0,rgba(0,0,0,.07) 49%,transparent)}.upload-overlay_1Wy:after,.upload-overlay_1Wy:before{content:"";position:absolute;top:-100%;bottom:-100%;left:0;transform:rotate(20deg);mix-blend-mode:multiply;animation:anime_1vT 2.5s cubic-bezier(.42,0,.52,1) infinite}.upload-overlay_1Wy:after{width:39%;right:0;opacity:.5;background-image:linear-gradient(270deg,transparent,rgba(0,0,0,.1) 50%,transparent)}@keyframes anime_1vT{0%{transform:translatex(-100%) rotate(20deg)}to{transform:translatex(300%) rotate(20deg)}}
.background--hidden_3CR{filter:grayscale(100%)}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1){.background_EZ5{background-attachment:scroll!important}}@media only screen and (min-device-width:834px) and (max-device-width:1112px) and (-webkit-min-device-pixel-ratio:2){.background_EZ5{background-attachment:scroll!important}}@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2){.background_EZ5{background-attachment:scroll!important}}@media (max-width:767px){.background_EZ5{background-attachment:scroll!important}}.background-wrapper_pIo{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0;border-radius:inherit;transition:background-color .4s var(--ease-in-quad),opacity .2s ease-out}.background-wrapper--hide_1Ap{opacity:0}.background-wrapper--hide_1Ap+header{z-index:2}.background-wrapper--hide_1Ap+header.header--opened{z-index:4}.background-wrapper--hide_1Ap+header[data-open^=header--modal-closed]{z-index:1}.background-wrapper--hide_1Ap+header[data-open^=header--modal-opened]{z-index:7}.background-wrapper--zoom-in-left_1Vu>*{animation:zoom-in-left_V2g 8s linear forwards}.background-wrapper--zoom-in-right_1Pg>*{animation:zoom-in-right_1YF 8s linear forwards}.background-wrapper--zoom-in-top_1Py>*{animation:zoom-in-top_3Nq 8s linear forwards}.background-wrapper--zoom-in-bottom_X5D>*{animation:zoom-in-bottom_1I0 8s linear forwards}.background-wrapper--fade-out_1cR{z-index:-1}.background-wrapper--fade-out_1cR>*{animation:fade-out_1ly 2s linear forwards}.background-wrapper--exiting_22z{z-index:-5}.background-overlay_aVy{position:absolute;top:0;right:0;bottom:0;left:0}.background-parallax_2zu{position:relative;width:100%;height:100%;overflow:hidden}@keyframes zoom-in-left_V2g{0%{transform:scale(1.5) translate(10%)}to{transform:scale(1) translate(0)}}@keyframes zoom-in-right_1YF{0%{transform:scale(1.5) translate(-10%)}to{transform:scale(1) translate(0)}}@keyframes zoom-in-top_3Nq{0%{transform:scale(1.5) translateY(10%)}to{transform:scale(1) translate(0)}}@keyframes zoom-in-bottom_1I0{0%{transform:scale(1.5) translateY(-10%)}to{transform:scale(1) translate(0)}}@keyframes fade-out_1ly{0%{opacity:1}to{opacity:0}}.upload-overlay_2Mo{position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(1.032);filter:blur(3px);z-index:0;opacity:0;overflow:hidden;transition:opacity .3s linear}.upload-overlay_2Mo:before{width:52%;background-color:hsla(0,0%,100%,.5);background-image:linear-gradient(270deg,transparent 0,rgba(0,0,0,.07) 49%,transparent)}.upload-overlay_2Mo:after,.upload-overlay_2Mo:before{content:"";position:absolute;top:-100%;bottom:-100%;left:0;transform:rotate(20deg);mix-blend-mode:multiply;animation:anime_3nZ 2.5s cubic-bezier(.42,0,.52,1) infinite}.upload-overlay_2Mo:after{width:39%;right:0;opacity:.5;background-image:linear-gradient(270deg,transparent,rgba(0,0,0,.1) 50%,transparent)}@keyframes anime_3nZ{0%{transform:translatex(-100%) rotate(20deg)}to{transform:translatex(300%) rotate(20deg)}}.background--preview-mode_LI4+*+header{z-index:2}
.background_3lr{position:relative}.background--rotator_1bl .ui-blockTitle,.background--rotator_1bl .ui-caption,.background--rotator_1bl .ui-heading,.background--rotator_1bl .ui-headingLg,.background--rotator_1bl .ui-heroTitle,.background--rotator_1bl .ui-quote,.background--rotator_1bl .ui-small,.background--rotator_1bl .ui-subheading,.background--rotator_1bl .ui-subtitle,.background--rotator_1bl .ui-text{transition:color 2s ease}.item-decorator_1i6{position:relative;z-index:0;--button-border:rgba(33,39,54,0.1)}.item-decorator_1i6:hover>.item-decorator__inner_2PB .item-decorator__action_1h2{will-change:opacity;opacity:1;z-index:var(--z-d-element-hover)}.item-decorator_1i6:hover>.item-decorator__inner_2PB .item-decorator__inner_2PB:before{opacity:1}.item-decorator__inner_2PB:before{content:"";width:100%;height:100%;top:0;left:0;border-radius:var(--border-radius);border:1px solid var(--decorator-border);z-index:-1;background-color:var(--collection-item-decorator);pointer-events:none}.item-decorator__action_1h2,.item-decorator__inner_2PB:before{position:absolute;opacity:0;transition:opacity .2s ease-out}.item-decorator__action_1h2:not(.item-decorator__action--bottom_16-){top:8px}.item-decorator__action--bottom_16-{bottom:8px}.item-decorator__action_1h2:not(.item-decorator__action--left_3XD){right:16px}.item-decorator__action--left_3XD{left:16px}.item-decorator__btn_3Fg{position:relative;width:33px;height:33px;background-color:#fff;border:1px solid var(--button-border);border-radius:var(--border-radius)}.item-decorator__icon_Uoc{display:flex;position:absolute;width:14px;height:14px;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--ink-l1);align-items:center;justify-content:center}
.scale-wrapper_3UY{display:block;position:relative;width:100%}.btn_openLightbox_3nS{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.popupTrigger_1IU{cursor:pointer}.go-to-pay-wrapper_S4N{width:100%}.go-to-pay-wrapper_S4N:not(.ui-button){height:100%}.js-order-button__placeholder{position:relative;pointer-events:none}.js-order-button__placeholder *{visibility:hidden}.js-order-button__placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;background-color:#edf0f5;animation:placeholder-anim 1.5s ease-in-out infinite}@keyframes placeholder-anim{0%{opacity:1}50%{opacity:.3}to{opacity:1}}
.grayscale_1qq{filter:grayscale(1)}
.collection-item-background-wrapper_3F2{position:relative}
.slider_2N3{width:0;flex-basis:100%}.slider_2N3 .slider__dots_2cS{position:static;margin-top:20px;font-size:0}.slider_2N3 .slider__dots_2cS li{width:30px;height:30px;margin:auto}.slider_2N3 .slider__dots_2cS li button{width:30px;height:30px}.slider_2N3 .slider__dots_2cS li button:before{width:10px;height:10px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}@media (max-width:767px){.slider_2N3 .slider__dots_2cS{margin-top:10px}.slider_2N3 .slider__dots_2cS li,.slider_2N3 .slider__dots_2cS li button{width:25px;height:25px}}.slider_2N3 .slick-track{display:flex}.slider_2N3 .slick-slide{height:auto}.slider_2N3 .slick-slide>*,.slider_2N3 .w-grid__item{height:100%}.slider_2N3 .slick-active{z-index:auto}.slider_2N3 .slider-arrow_Yvf{width:30px;height:30px;text-align:center;z-index:1;opacity:.85;transition:opacity .2s ease-out}.slider_2N3 .slider-arrow_Yvf:hover{opacity:1}.slider_2N3 .slider-arrow_Yvf:before{display:none}.slider_2N3 .slider-arrow--with-dots_Phm{margin-top:-25px}.page-editor-xs .slider_2N3 .slider-arrow--with-dots_Phm{margin-top:-15px}@media (max-width:767px){:root:not(.disable-media-queries) .slider_2N3 .slider-arrow--with-dots_Phm{margin-top:-15px}}.slider_2N3 .slider-arrow--next_3Hr{right:0;transform:translate(150%,-50%)}.page-editor-md .slider_2N3 .slider-arrow--next_3Hr,.page-editor-sm .slider_2N3 .slider-arrow--next_3Hr,.page-editor-xs .slider_2N3 .slider-arrow--next_3Hr{transform:translate(100%,-50%)}@media (min-width:1200px) and (max-width:1279px){:root:not(.disable-media-queries) .slider_2N3 .slider-arrow--next_3Hr{transform:translate(100%,-50%)}}.slider_2N3 .slider-arrow--prev_Eis{left:0;transform:translate(-150%,-50%)}@media (min-width:1200px) and (max-width:1279px){.slider_2N3 .slider-arrow--prev_Eis{transform:translate(-100%,-50%)}}.slider_2N3 .slider-arrow--prev_Eis .arrow-svg_1j4{transform:rotateY(180deg)}.slider_2N3 .slider-arrow_Yvf .arrow-svg_1j4{width:30px;height:30px;fill:#000}.slider_2N3 .slider-arrow--circle_Vdl{width:32px;height:32px;background:#000;border-radius:50%}.slider_2N3 .slider-arrow--circle_Vdl .arrow-svg_1j4{width:20px;height:20px;fill:#fff}.slider_2N3 .slider-arrow__click-zone_uLX{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.page-editor-xs .slider_2N3 .slider-arrow__click-zone_uLX{width:36px;height:48px}@media (max-width:767px){:root:not(.disable-media-queries) .slider_2N3 .slider-arrow__click-zone_uLX{width:36px;height:48px}}.page-editor-md .slider_2N3 .slider-arrow_Yvf,.page-editor-sm .slider_2N3 .slider-arrow_Yvf,.page-editor-xs .slider_2N3 .slider-arrow_Yvf{display:inline-block;width:32px;height:32px;border-radius:50%;background:#000}.page-editor-md .slider_2N3 .slider-arrow--next_3Hr,.page-editor-sm .slider_2N3 .slider-arrow--next_3Hr,.page-editor-xs .slider_2N3 .slider-arrow--next_3Hr{transform:translate(50%,-50%)}.page-editor-md .slider_2N3 .slider-arrow--prev_Eis,.page-editor-sm .slider_2N3 .slider-arrow--prev_Eis,.page-editor-xs .slider_2N3 .slider-arrow--prev_Eis{transform:translate(-50%,-50%)}.page-editor-md .slider_2N3 .slider-arrow_Yvf .arrow-svg_1j4,.page-editor-sm .slider_2N3 .slider-arrow_Yvf .arrow-svg_1j4,.page-editor-xs .slider_2N3 .slider-arrow_Yvf .arrow-svg_1j4{width:20px;height:20px}@media (max-width:1199px){:root:not(.disable-media-queries) .slider_2N3 .slider-arrow_Yvf{display:inline-block;width:32px;height:32px;border-radius:50%;background:#000}:root:not(.disable-media-queries) .slider_2N3 .slider-arrow--next_3Hr{transform:translate(50%,-50%)}:root:not(.disable-media-queries) .slider_2N3 .slider-arrow--prev_Eis{transform:translate(-50%,-50%)}:root:not(.disable-media-queries) .slider_2N3 .slider-arrow_Yvf .arrow-svg_1j4{width:20px;height:20px}}.page-editor-xs .slider_2N3 .slider-arrow_Yvf{width:24px;height:24px}.page-editor-xs .slider_2N3 .slider-arrow_Yvf .arrow-svg_1j4{width:12px;height:12px}.page-editor-xs .slider_2N3 .slider-arrow--next_3Hr .slider-arrow__click-zone_uLX{transform:translate(-24px,-50%)}.page-editor-xs .slider_2N3 .slider-arrow--prev_Eis .slider-arrow__click-zone_uLX{transform:translate(-12px,-50%)}@media (max-width:767px){:root:not(.disable-media-queries) .slider_2N3 .slider-arrow_Yvf{width:24px;height:24px}:root:not(.disable-media-queries) .slider_2N3 .slider-arrow_Yvf .arrow-svg_1j4{width:12px;height:12px}:root:not(.disable-media-queries) .slider_2N3 .slider-arrow--next_3Hr .slider-arrow__click-zone_uLX{transform:translate(-24px,-50%)}:root:not(.disable-media-queries) .slider_2N3 .slider-arrow--prev_Eis .slider-arrow__click-zone_uLX{transform:translate(-12px,-50%)}}.slider-animation--fade_1up .slick-slide{pointer-events:none}.slider-animation--fade_1up .slick-active{pointer-events:auto}.page-editor .w-grid--full-width.w-grid--gap .slider-arrow--next_3Hr,.page-editor-lg .w-grid--full-width.w-grid--gap .slider-arrow--next_3Hr,.page-editor-md .w-grid--full-width.w-grid--gap .slider-arrow--next_3Hr,.page-editor-sm .w-grid--full-width.w-grid--gap .slider-arrow--next_3Hr,.page-editor-xs .w-grid--full-width.w-grid--gap .slider-arrow--next_3Hr{transform:translate(50%,-50%)}.page-editor .w-grid--full-width.w-grid--gap .slider-arrow--prev_Eis,.page-editor-lg .w-grid--full-width.w-grid--gap .slider-arrow--prev_Eis,.page-editor-md .w-grid--full-width.w-grid--gap .slider-arrow--prev_Eis,.page-editor-sm .w-grid--full-width.w-grid--gap .slider-arrow--prev_Eis,.page-editor-xs .w-grid--full-width.w-grid--gap .slider-arrow--prev_Eis{transform:translate(-50%,-50%)}.page-editor .w-grid--full-width .slider-arrow_Yvf,.page-editor-lg .w-grid--full-width .slider-arrow_Yvf,.page-editor-md .w-grid--full-width .slider-arrow_Yvf,.page-editor-sm .w-grid--full-width .slider-arrow_Yvf,.page-editor-xs .w-grid--full-width .slider-arrow_Yvf{display:inline-block;width:32px;height:32px;border-radius:50%;background:#000}.page-editor .w-grid--full-width .slider-arrow--next_3Hr,.page-editor-lg .w-grid--full-width .slider-arrow--next_3Hr,.page-editor-md .w-grid--full-width .slider-arrow--next_3Hr,.page-editor-sm .w-grid--full-width .slider-arrow--next_3Hr,.page-editor-xs .w-grid--full-width .slider-arrow--next_3Hr{transform:translate(-50%,-50%)}.page-editor .w-grid--full-width .slider-arrow--prev_Eis,.page-editor-lg .w-grid--full-width .slider-arrow--prev_Eis,.page-editor-md .w-grid--full-width .slider-arrow--prev_Eis,.page-editor-sm .w-grid--full-width .slider-arrow--prev_Eis,.page-editor-xs .w-grid--full-width .slider-arrow--prev_Eis{transform:translate(50%,-50%)}.page-editor .w-grid--full-width .slider-arrow_Yvf .arrow-svg_1j4,.page-editor-lg .w-grid--full-width .slider-arrow_Yvf .arrow-svg_1j4,.page-editor-md .w-grid--full-width .slider-arrow_Yvf .arrow-svg_1j4,.page-editor-sm .w-grid--full-width .slider-arrow_Yvf .arrow-svg_1j4,.page-editor-xs .w-grid--full-width .slider-arrow_Yvf .arrow-svg_1j4{width:20px;height:20px}@media (min-width:1200px){:root:not(.disable-media-queries) .w-grid--full-width.w-grid--gap .slider-arrow--next_3Hr{transform:translate(50%,-50%)}:root:not(.disable-media-queries) .w-grid--full-width.w-grid--gap .slider-arrow--prev_Eis{transform:translate(-50%,-50%)}:root:not(.disable-media-queries) .w-grid--full-width .slider-arrow_Yvf{display:inline-block;width:32px;height:32px;border-radius:50%;background:#000}:root:not(.disable-media-queries) .w-grid--full-width .slider-arrow--next_3Hr{transform:translate(-50%,-50%)}:root:not(.disable-media-queries) .w-grid--full-width .slider-arrow--prev_Eis{transform:translate(50%,-50%)}:root:not(.disable-media-queries) .w-grid--full-width .slider-arrow_Yvf .arrow-svg_1j4{width:20px;height:20px}}.page-editor-xs .w-grid--full-width .slider-arrow_Yvf{width:24px;height:24px}.page-editor-xs .w-grid--full-width .slider-arrow_Yvf .arrow-svg_1j4{width:12px;height:12px}@media (max-width:1199px){.w-grid--full-width .slider-arrow--next_3Hr{transform:translate(50%,-50%)}.w-grid--full-width .slider-arrow--prev_Eis{transform:translate(-50%,-50%)}}
.server-render__collection__columns-count--1_2Cy .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:100%}.server-render__collection__columns-count--2_1fW .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:50%}.server-render__collection__columns-count--3_roe .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:33.33333%}.server-render__collection__columns-count--4_y-T .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:25%}.server-render__collection__columns-count--5_1OA .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:20%}.server-render__collection__columns-count--6_YFK .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:16.66667%}.server-render__collection__columns-count--7_3p0 .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:14.28571%}.server-render__collection__columns-count--8_1Da .server-render__collection-item-wrapper_ixe{display:flex!important;height:100%;min-width:12.5%}.server-render__collection__columns-count--1_2Cy .server-render__collection__items-align--left_3F2{justify-content:left}.server-render__collection__columns-count--1_2Cy .server-render__collection__items-align--center_3Js{justify-content:center}.server-render__collection__columns-count--1_2Cy .server-render__collection__items-align--right_3KP{justify-content:right}.server-render__collection__columns-count--1_2Cy .server-render__collection-item_3Gl{opacity:0;flex-basis:100%}.server-render__collection__columns-count--1_2Cy .server-render__collection-item_3Gl:first-child{opacity:1}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-1_58R{flex-basis:calc(var(--w-grid-container-size-md)*1/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-1_58R{flex-basis:calc(var(--w-grid-container-size-xl)*1/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-2_5H6{flex-basis:calc(var(--w-grid-container-size-md)*2/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-2_5H6{flex-basis:calc(var(--w-grid-container-size-xl)*2/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-3_3UZ{flex-basis:calc(var(--w-grid-container-size-md)*3/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-3_3UZ{flex-basis:calc(var(--w-grid-container-size-xl)*3/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-4_2-T{flex-basis:calc(var(--w-grid-container-size-md)*4/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-4_2-T{flex-basis:calc(var(--w-grid-container-size-xl)*4/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-5_2l_{flex-basis:calc(var(--w-grid-container-size-md)*5/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-5_2l_{flex-basis:calc(var(--w-grid-container-size-xl)*5/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-6_1yf{flex-basis:calc(var(--w-grid-container-size-md)*6/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-6_1yf{flex-basis:calc(var(--w-grid-container-size-xl)*6/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-7_2aT{flex-basis:calc(var(--w-grid-container-size-md)*7/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-7_2aT{flex-basis:calc(var(--w-grid-container-size-xl)*7/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-8_1X1{flex-basis:calc(var(--w-grid-container-size-md)*8/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-8_1X1{flex-basis:calc(var(--w-grid-container-size-xl)*8/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-9_1wY{flex-basis:calc(var(--w-grid-container-size-md)*9/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-9_1wY{flex-basis:calc(var(--w-grid-container-size-xl)*9/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-10_2tZ{flex-basis:calc(var(--w-grid-container-size-md)*10/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-10_2tZ{flex-basis:calc(var(--w-grid-container-size-xl)*10/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-11_3TH{flex-basis:calc(var(--w-grid-container-size-md)*11/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-11_3TH{flex-basis:calc(var(--w-grid-container-size-xl)*11/12 - var(--w-grid-gap))}}@media (min-width:768px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-12_1A-{flex-basis:calc(var(--w-grid-container-size-md)*12/12 - var(--w-grid-gap))}}@media (min-width:992px){.server-render__collection__columns-count--1_2Cy .server-render__collection-item--columns-size-12_1A-{flex-basis:calc(var(--w-grid-container-size-xl)*12/12 - var(--w-grid-gap))}}.slider-wrapper_1r3{position:relative}.slider__dots_N6P{position:static;margin-top:20px;font-size:0}.slider__dots_N6P li{margin:auto}.slider__dots_N6P li,.slider__dots_N6P li button{width:30px;height:30px}.slider__dots_N6P li button:before{width:10px;height:10px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}@media (max-width:767px){.slider__dots_N6P{margin-top:10px}.slider__dots_N6P li,.slider__dots_N6P li button{width:25px;height:25px}}
.tabs-nav_16f{position:relative;width:calc(100% + var(--w-grid-gap));overflow-y:visible;overflow-x:auto;scroll-behavior:smooth;margin-bottom:var(--w-grid-gap);margin-left:calc(var(--w-grid-gap)/-2);z-index:1}@media (min-width:768px){.tabs-nav_16f{width:100%;margin-left:0}}.tabs-nav__inner_9d3{display:inline-flex;position:relative;min-width:100%;white-space:nowrap}.tabs-nav__inner_9d3:after{content:"";position:absolute;height:1px;right:0;bottom:0;left:0;color:inherit;background-color:currentColor;opacity:.125}@media (max-width:767px){.tabs-nav__inner_9d3{padding-left:calc(var(--w-grid-gap)/2);padding-right:calc(var(--w-grid-gap)/2)}.tabs-nav__inner_9d3:after{right:calc(var(--w-grid-gap)/2);left:calc(var(--w-grid-gap)/2)}}@media (min-width:768px){.tabs-nav__inner_9d3{justify-content:center}}@media (min-width:768px){.tabs-nav__inner--left_C2b{justify-content:flex-start}}@media (min-width:768px){.tabs-nav__inner--right_3Pg{justify-content:flex-end}}.tabs-nav_16f .nav-item_2-O{display:inline-flex;position:relative;margin:0;padding:15px 20px;align-items:center;background:transparent;cursor:pointer;opacity:.6;flex-shrink:0;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}@media (min-width:768px){.tabs-nav_16f .nav-item_2-O{min-width:0}}.tabs-nav_16f .nav-item_2-O:hover,.tabs-nav_16f .nav-item_2-O[data-active=true]{opacity:1}.tabs-nav_16f .nav-item_2-O[data-active=true]:after{content:"";position:absolute;width:100%;height:2px;bottom:0;left:0;color:inherit;background-color:currentColor}@media (min-width:768px){.tabs-nav_16f .nav-item_2-O[data-active=true]:after{height:2px}}.tabs-nav_16f .nav-item__icon_V3U{width:25px;height:25px;margin-right:15px;flex-shrink:0}.tabs-nav_16f .nav-item__title_3g-{max-width:100%;margin-top:0}.tabs-nav_16f .nav-item_2-O .DraftEditor-editorContainer div{white-space:nowrap}.tabs-collection_26Z[data-hidden=true]{display:none!important}
.visually-hidden_2Bz{position:absolute;width:1px;height:1px;padding:0;clip:rect(1px,1px,1px,1px);border:0;overflow:hidden}.container_2e9,.img-slider_1Ip{position:relative}.img-slider_1Ip{overflow:hidden}.img-slider--horizontal_3Gf .img-slider__before-wrp_23b{width:100%;height:50%}.img-slider__hand_PPs{display:flex;position:absolute;width:48px;height:48px;top:50%;left:50%;transform:translate(-50%,-22px);justify-content:center;align-items:center;border:4px solid;border-radius:50%;touch-action:pan-x;cursor:ew-resize;pointer-events:auto;z-index:1;transition:background-color .2s ease-out,box-shadow .2s ease-out}.img-slider__hand_PPs:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-color:currentColor;opacity:0;transition:opacity .2s ease-out}.img-slider__hand_PPs:hover{box-shadow:0 0 1px rgba(33,39,54,.05),0 0 8px rgba(33,39,54,.16)}.img-slider__hand_PPs:hover:before{opacity:.38}.img-slider__hand--active_h5y{box-shadow:0 0 1px rgba(33,39,54,.05),0 0 8px rgba(33,39,54,.16)}.img-slider__hand--active_h5y:before{opacity:.38}.img-slider__hand--horizontal_1zX{top:50%;left:50%;transform:translate(-50%,-50%);touch-action:pan-y;cursor:ns-resize}.img-slider__hand--horizontal_1zX .img-slider__hand-arrow_3Gu{transform:rotate(90deg);transform-origin:center}.img-slider__hand-wrapper_1ly{position:absolute;width:4px;top:0;bottom:0;touch-action:pan-x;margin-left:-2px;cursor:ew-resize}.img-slider__hand-wrapper--horizontal_2EZ{width:100%;height:4px;right:0;left:0;margin-left:0;margin-top:-2px;cursor:ns-resize;touch-action:pan-y}.img-slider__hand-wrapper--horizontal_2EZ .img-slider__hand-line_2oI{width:50%;height:4px;top:50%;transform:translateY(-50%)}.img-slider__hand-wrapper--horizontal_2EZ .img-slider__hand-line--after_2iX{right:-22px;left:auto}.img-slider__hand-wrapper--horizontal_2EZ .img-slider__hand-line--before_2Ou{left:-22px}.img-slider__hand-arrow_3Gu{fill:currentColor}.img-slider__input_KbR{position:absolute;width:0;height:0;top:0;margin:0;opacity:0;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.img-slider__input_KbR:focus~.img-slider__hand-wrapper_1ly .img-slider__hand_PPs{box-shadow:0 0 1px rgba(33,39,54,.05),0 0 8px rgba(33,39,54,.16)}.img-slider__input_KbR:focus~.img-slider__hand-wrapper_1ly .img-slider__hand_PPs:before{opacity:.38}.img-slider__hand-line_2oI{position:absolute;width:4px;height:50%;left:50%;transform:translateX(-50%);background-color:currentColor}.img-slider__hand-line--after_2iX{bottom:-22px}.img-slider__hand-line--before_2Ou{top:-22px}.img-slider__before-wrp_23b{position:absolute;width:50%;max-width:100%;top:0;bottom:0;left:0;overflow:hidden}.img-slider__img-wrapper_2dL{display:block;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.img-slider__img-wrapper_2dL .img-slider__img_vDh{min-height:56px}.img-slider__slider_SoW{width:0;height:0}.cursor__ewresize_1ka{cursor:ew-resize}.cursor__nsresize_eDG{cursor:ns-resize}
@keyframes fadeInBottom_1Hh{0%{transform:translate3d(0,100px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fade-in-bottom_1kF{animation-name:fadeInBottom_1Hh}@keyframes fadeInLeft_3HD{0%{transform:translate3d(-100px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fade-in-left_2EQ{animation-name:fadeInLeft_3HD}@keyframes fadeInRight_39W{0%{transform:translate3d(100px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fade-in-right_1x9{animation-name:fadeInRight_39W}@keyframes fadeInTop_2PO{0%{transform:translate3d(0,-100px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.fade-in-top_1sq{animation-name:fadeInTop_2PO}@keyframes fadeIn_1O1{0%{opacity:0}to{opacity:1}}.fade-in-center_3nb{animation-name:fadeIn_1O1}@keyframes slideInTop_206{0%{display:var(--display,block);transform:translate3d(0,-100px,0)}to{display:none;transform:translateZ(0)}}.slide-in-top_2ns{animation-name:slideInTop_206}.slide-in-top--flex_9iP{--display:flex}.slide-in-top--block_36P{--display:block}.slide-in-top--inline-block_3NX{--display:inline-block}.slide-in-top--grid_PVb{--display:grid}@keyframes slideInLeft_3Mm{0%{display:var(--display,block);transform:translate3d(-100px,0,0)}to{display:none;transform:translateZ(0)}}.slide-in-left_2-B{animation-name:slideInLeft_3Mm}.slide-in-left--flex_34V{--display:flex}.slide-in-left--block_25W{--display:block}.slide-in-left--inline-block_1SF{--display:inline-block}.slide-in-left--grid_B97{--display:grid}@keyframes slideInRight_1cc{0%{display:var(--display,block);transform:translate3d(100px,0,0)}to{display:none;transform:translateZ(0)}}.slide-in-right_1Ua{animation-name:slideInRight_1cc}.slide-in-right--flex_SQ7{--display:flex}.slide-in-right--block_PMD{--display:block}.slide-in-right--inline-block_2om{--display:inline-block}.slide-in-right--grid_PjY{--display:grid}@keyframes slideInBottom_1Yl{0%{display:var(--display,block);transform:translate3d(0,100px,0)}to{display:none;transform:translateZ(0)}}.slide-in-bottom_LLR{animation-name:slideInBottom_1Yl}.slide-in-bottom--flex_17u{--display:flex}.slide-in-bottom--block_2GZ{--display:block}.slide-in-bottom--inline-block_2qx{--display:inline-block}.slide-in-bottom--grid_F46{--display:grid}@keyframes zoomInTop_hxm{0%{transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{transform:scale3d(.475,.475,.475) translate3d(0,60px,0);opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoom-in-top_mBq{animation-name:zoomInTop_hxm}@keyframes zoomInLeft_1ws{0%{transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{transform:scale3d(.475,.475,.475) translate3d(10px,0,0);opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoom-in-left_1On{animation-name:zoomInLeft_1ws}@keyframes zoomInRight_8qE{0%{transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoom-in-right_3tJ{animation-name:zoomInRight_8qE}@keyframes zoomInBottom_lq3{0%{transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoom-in-bottom_3yk{animation-name:zoomInBottom_lq3}@keyframes zoomIn_3kB{0%{transform:scale3d(.3,.3,.3);opacity:0}50%{opacity:1}}.zoom-in-center_1T-{animation-name:zoomIn_3kB}.animated_3Ou{animation-fill-mode:both;animation-timing-function:ease-in-out}.hidden_3w8{visibility:hidden;opacity:0}.slow_3YD{animation-duration:2s}.normal_2Pr{animation-duration:1s}.fast_2qy{animation-duration:.5s}
.rotator-wrapper_3jf{position:relative}*+.rotator-wrapper_3jf,.rotator-wrapper_3jf+*{margin-top:20px}.text-wrapper_3hF{display:inline-block;position:relative;width:auto;max-width:calc(100% + 2em - 10px);margin:-1em;vertical-align:top;overflow:hidden;transition:transform .5s ease;pointer-events:none}.text-wrapper_3hF .text-content_yCt{padding:1em;transition:transform .5s ease}.text-wrapper--hide_2xJ{transform:translate(-100%)}.text-wrapper--hide_2xJ .text-content_yCt{transform:translate(100%)}.text-wrapper_3hF:after{content:"";position:absolute;width:4px;top:0;right:0;bottom:0;background-color:var(--ui-brand-color)}.text-content_yCt{display:inline-block;width:100%;max-width:100%;padding-right:10px}.absolute_b09{position:absolute;width:100%;top:0;left:0}.rotator-text--hidden_2Gf{visibility:hidden}
.countdown-wrapper_2qL{font-size:0}*+.countdown-wrapper_2qL,.countdown-wrapper_2qL+*{margin-top:20px}
.accordion_2Bj{position:relative;width:100%;padding:var(--w-accordion-padding) 0;cursor:pointer}.accordion_2Bj.w-state-has-background{padding:var(--w-accordion-padding)}.accordion--decorator_3DO:after{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background:var(--ui-dark-shade-color);opacity:.2}.accordion__header_3a4{display:flex;align-items:center}.accordion__heading_2ZY{width:0;max-width:calc(100% - 15px - var(--w-accordion-padding));flex:1}.accordion__content_3kU{width:100%;overflow:hidden;transition:height .3s ease,margin-top .3s ease;margin-top:0;cursor:text}.accordion__content_3kU[data-no-animated=true]{transition:none}.accordion__icon_1GF{position:relative;height:15px;max-width:15px;flex-basis:15px;margin-left:var(--w-accordion-padding);opacity:.8}.accordion__icon--plus_1m-:after,.accordion__icon--plus_1m-:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:3px}.accordion__icon--plus_1m-:before{width:2px;height:100%;transition:height .3s ease}.accordion__icon--plus_1m-:after{width:100%;height:2px}.accordion__icon--arrow_2-j svg{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%)}.accordion_2Bj:hover .accordion__icon_1GF{opacity:1}.accordion--active_2ER .accordion__icon--plus_1m-:before,.accordion_2Bj[data-state=opened] .accordion__icon--plus_1m-:before{height:0}.accordion--active_2ER .accordion__icon--arrow_2-j svg,.accordion_2Bj[data-state=opened] .accordion__icon--arrow_2-j svg{transform:translate(-50%,-50%) rotate(180deg)}.background--dark_3oK.accordion--decorator_3DO.accordion--first_xWW:before,.background--dark_3oK.accordion--decorator_3DO:after,.background--dark_3oK .accordion__icon_1GF:after,.background--dark_3oK .accordion__icon_1GF:before{background:var(--ui-light-shade-color)}.background--dark_3oK .accordion__icon_1GF svg{fill:var(--ui-light-shade-color)}.background--light_3W_ .accordion__icon_1GF:after,.background--light_3W_ .accordion__icon_1GF:before{background:var(--ui-dark-shade-color)}.background--light_3W_ .accordion__icon_1GF svg{fill:var(--ui-dark-shade-color)}.align--left_3S7 .accordion__header_3a4{flex-direction:row-reverse}.align--left_3S7 .accordion__content_3kU{margin-left:auto}.align--left_3S7 .accordion__icon_1GF{margin-left:0;margin-right:var(--w-accordion-padding)}.align--left_3S7 .accordion__icon--arrow_2-j svg{transform:translate(-50%,-50%)}.align--left_3S7.accordion--active_2ER .accordion__icon--arrow_2-j svg{transform:translate(-50%,-50%) rotate(180deg)}
:root{--icon-width:20px;--w-language-icon-h-offset:8px}.language_dR5{display:flex}.language_dR5+*{margin-top:10px}.language-inner_2eT{max-width:calc(100% + 30px);margin:-10px -15px}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.language-inner_2eT{max-width:calc(100% + 31px)}}}.language__item_iCU{display:flex;position:relative;padding:10px 15px;flex-wrap:nowrap;align-items:center}.language__icon_wY4{width:var(--icon-width);height:var(--icon-width);min-width:var(--icon-width)}.language__icon_wY4+*{margin-left:var(--w-language-icon-h-offset)!important}.language__name_80n{max-width:100%;overflow:hidden}.language__name_80n:first-child{max-width:100%}.language--dropdown_3zZ{position:relative;cursor:pointer}.language--dropdown_3zZ .language__item-dropdown_Kd4{display:flex}@media (max-width:991px){.language--dropdown_3zZ .language__item-dropdown_Kd4{justify-content:center}}.language--dropdown_3zZ .language__item-dropdown_Kd4 .language__name_80n{max-width:100%}.language--dropdown_3zZ .language-wrapper_3MX{position:relative;padding:0}@media (min-width:992px){.language--dropdown_3zZ .language-wrapper_3MX{position:absolute;max-width:40em;top:100%;left:0;border-radius:3px;box-shadow:0 5px 15px 0 rgba(0,0,0,.1);z-index:7}}.language--dropdown_3zZ .language-wrapper_3MX .language__item_iCU{position:relative;padding:3px 15px}.language--dropdown_3zZ .language-wrapper_3MX .language__item_iCU:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0}.language--dropdown_3zZ .language-wrapper_3MX .language__item_iCU:hover:before{background-color:currentColor;opacity:.125}.language--dropdown_3zZ .language-wrapper--close_2FA,.language--dropdown_3zZ .language-wrapper--close_2FA.language--desktop_3FN,.language--dropdown_3zZ .language-wrapper--close_2FA.language--mobile_3lj{height:0;overflow:hidden}@media (min-width:992px){.language--dropdown_3zZ .language-wrapper--close_2FA,.language--dropdown_3zZ .language-wrapper--close_2FA.language--desktop_3FN,.language--dropdown_3zZ .language-wrapper--close_2FA.language--mobile_3lj{display:none}}.language--dropdown_3zZ .language-wrapper--open_2uf{height:auto;overflow:visible}.language--dropdown_3zZ .language-wrapper--open_2uf.language--desktop_3FN{display:none}.language--dropdown_3zZ .language-wrapper--open_2uf.language--mobile_3lj{height:auto;overflow:visible}.language--dropdown_3zZ .language-wrapper--open_2uf .language__item_iCU:last-of-type{margin-bottom:10px}@media (min-width:992px){.language--dropdown_3zZ .language-wrapper--open_2uf{display:block;padding:10px 0}.language--dropdown_3zZ .language-wrapper--open_2uf.language--desktop_3FN{display:block}.language--dropdown_3zZ .language-wrapper--open_2uf.language--mobile_3lj{display:none}.language--dropdown_3zZ .language-wrapper--open_2uf .language__item_iCU:last-of-type{margin-bottom:0}}@media (min-width:992px){.language--dropdown_3zZ .language-wrapper--bottom_3UI{top:auto;bottom:100%}}@media (min-width:992px){.language--dropdown_3zZ .language-wrapper--right_37u{right:0;left:auto}}.language--horizontal_pHY .language-wrapper_3MX{display:flex;flex-wrap:wrap}.language--horizontal_pHY .language__item_iCU{position:relative;color:currentColor}.language--horizontal_pHY .language__item_iCU:after{content:"";position:absolute;width:1px;top:30%;right:0;bottom:30%;color:currentColor;background-color:currentColor;opacity:.125}.language--horizontal_pHY .language__item_iCU:last-of-type:after{content:none}.language-triangle_2Dg{position:relative;width:.625em;height:1.25em;color:currentColor;margin-left:9px!important}.language-triangle-icon_ERf{display:block;position:absolute;width:100%;height:100%;min-width:.625em;max-width:100%;max-height:100%;top:50%;right:0;fill:currentColor}.language-triangle-icon--open_c1t{transform:rotate(180deg) translateY(50%)}.language-triangle-icon--close_11O{transform:rotate(0) translateY(-50%)}@media (max-width:991px){.language-bg-color_2Jg{background-color:transparent!important}}
.preview_2jG{position:relative;width:46px;height:46px;flex:0 0 46px}.preview_2jG img{position:absolute;max-width:100%;max-height:100%;top:0;right:0;bottom:0;left:0;margin:auto}.full-height_1zT{height:100%}
.blocks-group-wrapper_2QF{position:relative}.blocks-group-wrapper_2QF .block-wrapper_3Um:not(.block-wrapper--hidden_3c2){position:static}.blocks-group-wrapper--full-height_xj1{display:flex;flex-direction:column}.block-wrapper_3Um{display:flex;position:relative;z-index:auto!important}.block-wrapper_3Um>footer,.block-wrapper_3Um>header,.block-wrapper_3Um>section{flex-basis:100%;flex-shrink:0}.block-wrapper--full-height_3hn{display:flex;min-height:100vh;flex:1}.block-wrapper--full-height_3hn>footer,.block-wrapper--full-height_3hn>header,.block-wrapper--full-height_3hn>section{display:flex;flex:1;flex-direction:column;justify-content:center}.block-wrapper--full-height_3hn>footer>*,.block-wrapper--full-height_3hn>header>*,.block-wrapper--full-height_3hn>section>*{width:100%}.block-wrapper--comment-mode_2u7{display:flex;width:100%;margin:auto}.block-wrapper--comment-mode_2u7>footer,.block-wrapper--comment-mode_2u7>header,.block-wrapper--comment-mode_2u7>section{display:flex;flex:1;flex-direction:column;justify-content:center}.block-wrapper--comment-mode_2u7>footer>*,.block-wrapper--comment-mode_2u7>header>*,.block-wrapper--comment-mode_2u7>section>*{width:100%}@media (min-width:992px){.block-wrapper--hidden-desktop_2q7{display:none;height:auto;min-height:auto}}@media (min-width:768px) and (max-width:991px){.block-wrapper--hidden-md_3Ly{display:none;height:auto;min-height:auto}}@media (max-width:767px){.block-wrapper--hidden-xs_Mh9{display:none;height:auto;min-height:auto}}.block-wrapper--paired_DZ4{z-index:2!important}.block-wrapper--is-stuck_2v_{box-shadow:0 2px 4px 0 rgba(33,39,54,.24)}.sticky-wrapper_6A4{position:fixed;width:100%;top:0;left:0;z-index:var(--z-sticky,8)}.scaled-preview .blocks-group-wrapper--full-height_xj1{min-height:auto}
@keyframes wave_1Lq{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.wrapper_13H{position:relative;width:100%;height:36px;border:1px solid #c5cbd6;box-sizing:border-box;box-shadow:0 1px 0 rgba(33,39,54,.12);border-radius:3px;background:#fff}.label_3iC{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}div.current_14K{display:flex;padding:0!important;justify-content:space-between;align-items:center;cursor:pointer}.current-text_tzK{display:flex;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.arrow_3jb{position:absolute;top:15px;right:12px;transform:rotate(180deg)}.arrow-down_2ov{transform:rotate(0)}.dropdown_3CI{display:none;position:absolute;width:100%;max-height:320px;top:40px;overflow:auto;z-index:1;background:#fff;box-shadow:0 0 1px rgba(33,39,54,.04),0 2px 4px rgba(33,39,54,.16);border-radius:4px}.dropdown-open_TGW{display:block}.dropdown_3CI.show-highlights_3ML mark{background-color:#ffefd6}.dropdown_3CI mark{background-color:transparent}.skeleton_OkN{padding:12px}.skeleton-box_PeA{width:100%;height:25px;border-radius:24px;margin-bottom:12px;background:linear-gradient(135deg,#edf0f5,#f7f8fa 65%);background-size:400% 400%;animation:wave_1Lq 2s ease infinite}.skeleton-box_PeA:last-child{margin-bottom:0}.option_1Xn{display:flex;padding:12px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.option_1Xn:not(:first-child){margin-top:4px}.option-empty_3eR{display:flex;padding:24px;justify-content:center;flex-flow:column nowrap;align-items:center;text-align:center}.option-empty-icon_3xW{margin-bottom:12px}.option-empty-title_1ft{font-size:var(--ui-subheading-size);font-weight:800;font-family:var(--ui-font-family);color:var(--ui-subheading-color);line-height:var(--ui-subheading-line-height);margin-bottom:8px}.option-empty-text_c1f{color:#9199ab}.option_1Xn.loading_wLk{border-radius:4px;background:linear-gradient(135deg,#edf0f5,#f7f8fa 65%);background-size:400% 400%;animation:wave_1Lq 2s ease infinite}.option_1Xn.loading_wLk .option-text_1dx{color:transparent}.option-text_1dx{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.option-text_1dx,.option-text-long_20t{display:block;font-size:var(--ui-btn-md-font-size);color:var(--ui-text-color)}.option-text-long_20t{white-space:pre-wrap}.not-available_5Ru{opacity:.5;margin-left:4px}.input_1Tp{width:100%;height:100%;cursor:pointer;background-color:transparent;border:0;outline:none;padding:7px 30px 7px 12px;font-size:14px}.input_1Tp::-moz-placeholder{font-size:14px}.input_1Tp::placeholder{font-size:14px}.input_1Tp.has-value::-moz-placeholder{color:var(--ui-text-color)}.input_1Tp.has-value::placeholder{color:var(--ui-text-color)}.dropdown-large-input .input_1Tp{padding:var(--ui-btn-md-padding)}
.outer-wrapper_1y7{position:relative}.w-block-wrapper:not(.w-block-wrapper--disable-theme) .outer-wrapper_1y7+*{margin-top:24px}.status_3Ze{line-height:20px}.status-in-stock_1NI,.status-in_stock_2Lp{color:#61a854!important}.status-out-of-stock_26y,.status-out_of_stock_2Ye{color:#d9534c!important}.code_2J6{margin-top:8px}.prices_3Rl{display:flex;flex-wrap:wrap;margin-top:16px!important;-moz-column-gap:16px;column-gap:16px;row-gap:8px}.prices_3Rl .price-new_SV2,.prices_3Rl .price-old_ncy{white-space:pre-wrap;overflow:hidden}.prices_3Rl .price-old_ncy{-webkit-text-decoration-line:line-through;text-decoration-line:line-through;font-size:20px}.prices_3Rl .price-old-hidden_3pp{display:none}.prices_3Rl .price-new_SV2{font-weight:600;font-size:20px}.w-text-left .prices_3Rl{justify-content:flex-start}.w-text-center .prices_3Rl{justify-content:center}.w-text-right .prices_3Rl{justify-content:flex-end}.divider_1u0{width:100%;height:1px;margin:24px 0;background:#edf0f5}.bottom-line_3Wj{display:flex;flex-direction:row}.js-product-specs-template .buy-button_1Xp{display:inline-flex;width:100%;justify-content:center}.quantity_2Nd{width:75px!important;margin-right:16px}.ribbons_1Kn{justify-content:flex-start;align-items:center;margin-top:8px;margin-left:-4px}.options-wrapper_3re,.ribbons_1Kn{display:flex;flex-wrap:wrap}.options-wrapper_3re{margin-top:24px}.options-wrapper_3re>*{width:100%;margin-right:0;margin-top:16px}.options-wrapper_3re>:first-child{margin-top:0}@media screen and (min-width:768px){.options-wrapper_3re>*{width:calc(50% - 8px);margin-top:0}.options-wrapper_3re>:nth-child(2n-1){margin-right:16px}.options-wrapper_3re>:nth-child(n+3){margin-top:16px}}

.editor-slider-item_2pB{position:relative;z-index:1}
.slick-next,.slick-prev{display:block;position:absolute;width:20px;height:20px;top:50%;padding:0;transform:translateY(-50%);font-size:0;line-height:0;cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{display:block;position:absolute;width:100%;bottom:-25px;margin:0;padding:0;list-style:none;text-align:center}.slick-dots li{display:inline-block;position:relative;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{display:block;width:20px;height:20px;padding:5px;font-size:0;line-height:0;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{content:"•";position:absolute;width:20px;height:20px;top:0;left:0;font-family:slick;font-size:6px;line-height:20px;text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
.slick-slider{display:block;position:relative;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{display:block;position:relative;margin:0;padding:0;overflow:hidden}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;position:relative;top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;height:100%;min-height:1px;float:left}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-track .slick-slide{max-width:100%}.slick-arrow-default{position:absolute;width:23px;height:40px;top:100%;padding:0;z-index:1;border:0;background-color:transparent;color:var(--ui-brand-color);cursor:pointer;outline:none;transition:opacity .2s ease-in}@media (min-width:768px){.slick-arrow-default{top:50%;bottom:auto;transform:translateY(-50%)}}.slick-arrow-default:active,.slick-arrow-default:focus,.slick-arrow-default:hover{opacity:.5}.slick-arrow-default.slick-prev-default{left:50%;transform:translateX(-58px)}.slick-active{z-index:1}@media (min-width:768px){.slick-arrow-default.slick-prev-default{left:15px;transform:translateY(-50%)}}@media (min-width:992px){.slick-arrow-default.slick-prev-default{left:50px}}.slick-arrow-default.slick-next-default{right:50%;transform:translateX(58px)}@media (min-width:768px){.slick-arrow-default.slick-next-default{right:15px;transform:translateY(-50%)}}@media (min-width:992px){.slick-arrow-default.slick-next-default{right:50px}}
.slider_3TN{max-width:100%}

  </style>
  
  <link rel="stylesheet" href="/site/677d572ddc4249b05e91853f/style.css?1736267579488" />
  <style type="text/css"></style>
  <link rel="stylesheet" href="/site/677d572ddc4249b05e91853f/core-theme-5c2dfa623dbc4a0023e12261.css" />
  <style type="text/css">    :root {
	--ui-light-shade-color: #ffffff;
	--ui-light-accent-color: #f7f7f7;
	--ui-brand-color: #b1521d;
	--ui-dark-accent-color: #024c7c;
	--ui-dark-shade-color: #000000;
	--ui-button-tablet-letter-spacing: 0;
	--ui-button-mobile-letter-spacing: 0;
	--ui-button-tablet-line-height: 1.71;
	--ui-button-mobile-line-height: 1.71;
	--ui-button-size-tablet: 14px;
	--ui-button-size-mobile: 14px;
	--ui-button-size: 14px;
	--ui-button-text-transform: none;
	--ui-button-font-family: 'Montserrat', sans-serif;
	--ui-button-font-weight: 700;
	--ui-button-font-style: normal;
	--ui-button-text-decoration: none;
	--ui-button-coefficients-320-px: 1;
	--ui-button-letter-spacing: 0;
	--ui-button-line-height: 1.71;
	--ui-link-hover-color: #a8b7d5;
	--ui-link-hover-color-light: #ffffff;
	--ui-link-color: #4c6386;
	--ui-link-color-light: #4c6386;
	--ui-link-font-style: normal;
	--ui-link-text-decoration: underline;
	--ui-link-coefficients-320-px: 1;
	--ui-link-letter-spacing: 0;
	--ui-link-line-height: 1.2;
	--ui-caption-tablet-letter-spacing: 0;
	--ui-caption-mobile-letter-spacing: 0;
	--ui-caption-tablet-line-height: 1.67;
	--ui-caption-mobile-line-height: 1.67;
	--ui-caption-size-tablet: 12px;
	--ui-caption-size-mobile: 12px;
	--ui-caption-text-transform: none;
	--ui-caption-font-weight: 300;
	--ui-caption-font-family: 'Public Sans', sans-serif;
	--ui-caption-size: 12px;
	--ui-caption-color: #b1521d;
	--ui-caption-color-light: #b1521d;
	--ui-caption-font-style: normal;
	--ui-caption-text-decoration: none;
	--ui-caption-coefficients-320-px: 1;
	--ui-caption-letter-spacing: 0;
	--ui-caption-line-height: 1.67;
	--ui-quote-tablet-letter-spacing: 0;
	--ui-quote-mobile-letter-spacing: 0;
	--ui-quote-tablet-line-height: 1.3;
	--ui-quote-mobile-line-height: 1.3;
	--ui-quote-size-tablet: 23px;
	--ui-quote-size-mobile: 20px;
	--ui-quote-text-transform: none;
	--ui-quote-font-weight: 400;
	--ui-quote-font-family: 'Public Sans', sans-serif;
	--ui-quote-size: 27px;
	--ui-quote-color: #000000;
	--ui-quote-color-light: #024c7c;
	--ui-quote-font-style: italic;
	--ui-quote-text-decoration: none;
	--ui-quote-coefficients-320-px: 1;
	--ui-quote-letter-spacing: 0;
	--ui-quote-line-height: 1.3;
	--ui-small-tablet-letter-spacing: 0;
	--ui-small-mobile-letter-spacing: 0;
	--ui-small-tablet-line-height: 1.67;
	--ui-small-mobile-line-height: 1.67;
	--ui-small-size-tablet: 12px;
	--ui-small-size-mobile: 12px;
	--ui-small-text-transform: none;
	--ui-small-font-weight: 300;
	--ui-small-font-family: 'Public Sans', sans-serif;
	--ui-small-size: 12px;
	--ui-small-color: #b1521d;
	--ui-small-color-light: #b1521d;
	--ui-small-font-style: normal;
	--ui-small-text-decoration: none;
	--ui-small-coefficients-320-px: 1;
	--ui-small-letter-spacing: 0;
	--ui-small-line-height: 1.67;
	--ui-text-tablet-letter-spacing: 0;
	--ui-text-mobile-letter-spacing: 0;
	--ui-text-tablet-line-height: 1.56;
	--ui-text-mobile-line-height: 1.56;
	--ui-text-size-tablet: 16px;
	--ui-text-size-mobile: 16px;
	--ui-text-text-transform: none;
	--ui-text-font-weight: 300;
	--ui-text-font-family: 'Public Sans', sans-serif;
	--ui-text-size: 16px;
	--ui-text-color: #000000;
	--ui-text-color-light: #024c7c;
	--ui-text-font-style: normal;
	--ui-text-text-decoration: none;
	--ui-text-coefficients-320-px: 1;
	--ui-text-letter-spacing: 0;
	--ui-text-line-height: 1.56;
	--ui-subheading-tablet-letter-spacing: 0;
	--ui-subheading-mobile-letter-spacing: 0;
	--ui-subheading-tablet-line-height: 1.36;
	--ui-subheading-mobile-line-height: 1.36;
	--ui-subheading-size-tablet: 21px;
	--ui-subheading-size-mobile: 20px;
	--ui-subheading-text-transform: none;
	--ui-subheading-font-weight: 700;
	--ui-subheading-font-family: Merriweather, serif;
	--ui-subheading-size: 22px;
	--ui-subheading-color: #000000;
	--ui-subheading-color-light: #024c7c;
	--ui-subheading-font-style: normal;
	--ui-subheading-text-decoration: none;
	--ui-subheading-coefficients-320-px: 1;
	--ui-subheading-letter-spacing: 0;
	--ui-subheading-line-height: 1.36;
	--ui-heading-tablet-letter-spacing: 0;
	--ui-heading-mobile-letter-spacing: 0;
	--ui-heading-tablet-line-height: 1.31;
	--ui-heading-mobile-line-height: 1.31;
	--ui-heading-size-tablet: 24px;
	--ui-heading-size-mobile: 22px;
	--ui-heading-text-transform: none;
	--ui-heading-font-weight: 700;
	--ui-heading-font-family: 'Public Sans', sans-serif;
	--ui-heading-size: 26px;
	--ui-heading-color: #000000;
	--ui-heading-color-light: #ffffff;
	--ui-heading-font-style: normal;
	--ui-heading-text-decoration: none;
	--ui-heading-coefficients-320-px: 1;
	--ui-heading-letter-spacing: 0;
	--ui-heading-line-height: 1.31;
	--ui-heading-lg-tablet-letter-spacing: -0.02;
	--ui-heading-lg-mobile-letter-spacing: -0.02;
	--ui-heading-lg-tablet-line-height: 1.27;
	--ui-heading-lg-mobile-line-height: 1.27;
	--ui-heading-lg-size-tablet: 27px;
	--ui-heading-lg-size-mobile: 24px;
	--ui-heading-lg-text-transform: none;
	--ui-heading-lg-font-weight: 700;
	--ui-heading-lg-font-family: 'Public Sans', sans-serif;
	--ui-heading-lg-size: 30px;
	--ui-heading-lg-color: #000000;
	--ui-heading-lg-color-light: #ffffff;
	--ui-heading-lg-font-style: normal;
	--ui-heading-lg-text-decoration: none;
	--ui-heading-lg-coefficients-320-px: 0.87;
	--ui-heading-lg-letter-spacing: -0.02;
	--ui-heading-lg-line-height: 1.27;
	--ui-subtitle-tablet-letter-spacing: 0;
	--ui-subtitle-mobile-letter-spacing: 0;
	--ui-subtitle-tablet-line-height: 1.5;
	--ui-subtitle-mobile-line-height: 1.5;
	--ui-subtitle-size-tablet: 20px;
	--ui-subtitle-size-mobile: 20px;
	--ui-subtitle-text-transform: none;
	--ui-subtitle-font-weight: 400;
	--ui-subtitle-font-family: 'Public Sans', sans-serif;
	--ui-subtitle-size: 20px;
	--ui-subtitle-color: #000000;
	--ui-subtitle-color-light: #ffffff;
	--ui-subtitle-font-style: normal;
	--ui-subtitle-text-decoration: none;
	--ui-subtitle-coefficients-320-px: 1;
	--ui-subtitle-letter-spacing: 0;
	--ui-subtitle-line-height: 1.5;
	--ui-block-title-tablet-letter-spacing: -0.021;
	--ui-block-title-mobile-letter-spacing: -0.021;
	--ui-block-title-tablet-line-height: 1.18;
	--ui-block-title-mobile-line-height: 1.18;
	--ui-block-title-size-tablet: 32px;
	--ui-block-title-size-mobile: 30px;
	--ui-block-title-text-transform: none;
	--ui-block-title-font-weight: 700;
	--ui-block-title-font-family: 'Public Sans', sans-serif;
	--ui-block-title-size: 34px;
	--ui-block-title-color: #000000;
	--ui-block-title-color-light: #ffffff;
	--ui-block-title-font-style: normal;
	--ui-block-title-text-decoration: none;
	--ui-block-title-coefficients-320-px: 0.77;
	--ui-block-title-letter-spacing: -0.021;
	--ui-block-title-line-height: 1.18;
	--ui-hero-title-tablet-letter-spacing: -0.02;
	--ui-hero-title-mobile-letter-spacing: -0.02;
	--ui-hero-title-tablet-line-height: 1.22;
	--ui-hero-title-mobile-line-height: 1.22;
	--ui-hero-title-size-tablet: 75px;
	--ui-hero-title-size-mobile: 60px;
	--ui-hero-title-text-transform: none;
	--ui-hero-title-font-weight: 400;
	--ui-hero-title-font-family: 'Public Sans', sans-serif;
	--ui-hero-title-size: 90px;
	--ui-hero-title-color: #000000;
	--ui-hero-title-color-light: #ffffff;
	--ui-hero-title-font-style: normal;
	--ui-hero-title-text-decoration: none;
	--ui-hero-title-coefficients-320-px: 0.42;
	--ui-hero-title-letter-spacing: -0.02;
	--ui-hero-title-line-height: 1.22;
	--ui-btn-lg-padding: 14px 43px 14px 43px;
	--ui-btn-lg-font-size: 14px;
	--ui-btn-lg-border-width: 2px;
	--ui-btn-lg-border-radius: 4px;
	--ui-btn-lg-line-height: 1.71;
	--ui-btn-md-padding: 13px 34px 13px 34px;
	--ui-btn-md-font-size: 14px;
	--ui-btn-md-border-width: 2px;
	--ui-btn-md-border-radius: 4px;
	--ui-btn-md-line-height: 1.71;
	--ui-btn-sm-padding: 7px 30px 10px 30px;
	--ui-btn-sm-font-size: 14px;
	--ui-btn-sm-border-width: 2px;
	--ui-btn-sm-border-radius: 4px;
	--ui-btn-sm-line-height: 1.71;
	--ui-btn-secondary-alt-active-color: #ffffff;
	--ui-btn-secondary-alt-active-color-light: #ffffff;
	--ui-btn-secondary-alt-active-bg-color: #000000;
	--ui-btn-secondary-alt-active-bg-color-light: #f7f7f7;
	--ui-btn-secondary-alt-active-bg-gradient-colors: transparent, transparent;
	--ui-btn-secondary-alt-active-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-secondary-alt-active-font-weight: 700;
	--ui-btn-secondary-alt-active-shadow-color: transparent;
	--ui-btn-secondary-alt-active-shadow-color-light: transparent;
	--ui-btn-secondary-alt-active-shadow-spread: 0;
	--ui-btn-secondary-alt-active-shadow-blur: 0;
	--ui-btn-secondary-alt-active-shadow-y: 0;
	--ui-btn-secondary-alt-active-shadow-x: 0;
	--ui-btn-secondary-alt-active-border-color: transparent;
	--ui-btn-secondary-alt-active-border-color-light: #f7f7f7;
	--ui-btn-secondary-alt-active-border-style: solid;
	--ui-btn-secondary-alt-hover-color: #ffffff;
	--ui-btn-secondary-alt-hover-color-light: #ffffff;
	--ui-btn-secondary-alt-hover-bg-color: #000000;
	--ui-btn-secondary-alt-hover-bg-color-light: #f7f7f7;
	--ui-btn-secondary-alt-hover-bg-gradient-colors: transparent, transparent;
	--ui-btn-secondary-alt-hover-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-secondary-alt-hover-font-weight: 700;
	--ui-btn-secondary-alt-hover-shadow-color: transparent;
	--ui-btn-secondary-alt-hover-shadow-color-light: transparent;
	--ui-btn-secondary-alt-hover-shadow-spread: 0;
	--ui-btn-secondary-alt-hover-shadow-blur: 0;
	--ui-btn-secondary-alt-hover-shadow-y: 0;
	--ui-btn-secondary-alt-hover-shadow-x: 0;
	--ui-btn-secondary-alt-hover-border-color: transparent;
	--ui-btn-secondary-alt-hover-border-color-light: #f7f7f7;
	--ui-btn-secondary-alt-hover-border-style: solid;
	--ui-btn-secondary-alt-color: #000000;
	--ui-btn-secondary-alt-color-light: #ffffff;
	--ui-btn-secondary-alt-bg-color: transparent;
	--ui-btn-secondary-alt-bg-color-light: transparent;
	--ui-btn-secondary-alt-bg-gradient-colors: transparent, transparent;
	--ui-btn-secondary-alt-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-secondary-alt-font-weight: 700;
	--ui-btn-secondary-alt-shadow-color: transparent;
	--ui-btn-secondary-alt-shadow-color-light: transparent;
	--ui-btn-secondary-alt-shadow-spread: 0;
	--ui-btn-secondary-alt-shadow-blur: 0;
	--ui-btn-secondary-alt-shadow-y: 0;
	--ui-btn-secondary-alt-shadow-x: 0;
	--ui-btn-secondary-alt-border-color: #000000;
	--ui-btn-secondary-alt-border-color-light: #f7f7f7;
	--ui-btn-secondary-alt-border-style: solid;
	--ui-btn-secondary-active-color: #ffffff;
	--ui-btn-secondary-active-color-light: #b1521d;
	--ui-btn-secondary-active-bg-color: rgb(152, 170, 56);
	--ui-btn-secondary-active-bg-color-light: #ffffff;
	--ui-btn-secondary-active-bg-gradient-angle: 0deg;
	--ui-btn-secondary-active-bg-gradient-colors: transparent, transparent;
	--ui-btn-secondary-active-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-secondary-active-font-weight: 700;
	--ui-btn-secondary-active-shadow-color: transparent;
	--ui-btn-secondary-active-shadow-color-light: transparent;
	--ui-btn-secondary-active-shadow-spread: 0;
	--ui-btn-secondary-active-shadow-blur: 0;
	--ui-btn-secondary-active-shadow-y: 0;
	--ui-btn-secondary-active-shadow-x: 0;
	--ui-btn-secondary-active-border-color: rgb(152, 170, 56);
	--ui-btn-secondary-active-border-color-light: #ffffff;
	--ui-btn-secondary-active-border-style: solid;
	--ui-btn-secondary-hover-color: #ffffff;
	--ui-btn-secondary-hover-color-light: #b1521d;
	--ui-btn-secondary-hover-bg-color: rgb(152, 170, 56);
	--ui-btn-secondary-hover-bg-color-light: #ffffff;
	--ui-btn-secondary-hover-bg-gradient-angle: 0deg;
	--ui-btn-secondary-hover-bg-gradient-colors: transparent, transparent;
	--ui-btn-secondary-hover-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-secondary-hover-font-weight: 700;
	--ui-btn-secondary-hover-shadow-color: transparent;
	--ui-btn-secondary-hover-shadow-color-light: transparent;
	--ui-btn-secondary-hover-shadow-spread: 0;
	--ui-btn-secondary-hover-shadow-blur: 0;
	--ui-btn-secondary-hover-shadow-y: 0;
	--ui-btn-secondary-hover-shadow-x: 0;
	--ui-btn-secondary-hover-border-color: rgb(152, 170, 56);
	--ui-btn-secondary-hover-border-color-light: #ffffff;
	--ui-btn-secondary-hover-border-style: solid;
	--ui-btn-secondary-color: rgb(152, 170, 56);
	--ui-btn-secondary-color-light: #ffffff;
	--ui-btn-secondary-bg-color: #ffffff;
	--ui-btn-secondary-bg-color-light: transparent;
	--ui-btn-secondary-bg-gradient-angle: 0deg;
	--ui-btn-secondary-bg-gradient-colors: transparent, transparent;
	--ui-btn-secondary-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-secondary-font-weight: 700;
	--ui-btn-secondary-shadow-color: transparent;
	--ui-btn-secondary-shadow-color-light: transparent;
	--ui-btn-secondary-shadow-spread: 0;
	--ui-btn-secondary-shadow-blur: 0;
	--ui-btn-secondary-shadow-y: 0;
	--ui-btn-secondary-shadow-x: 0;
	--ui-btn-secondary-border-color: rgb(152, 170, 56);
	--ui-btn-secondary-border-color-light: #ffffff;
	--ui-btn-secondary-border-style: solid;
	--ui-btn-primary-alt-active-color: #ffffff;
	--ui-btn-primary-alt-active-color-light: #ffffff;
	--ui-btn-primary-alt-active-bg-color: #000000;
	--ui-btn-primary-alt-active-bg-color-light: #d8d8d8;
	--ui-btn-primary-alt-active-bg-gradient-colors: transparent, transparent;
	--ui-btn-primary-alt-active-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-primary-alt-active-font-weight: 700;
	--ui-btn-primary-alt-active-shadow-color: transparent;
	--ui-btn-primary-alt-active-shadow-color-light: transparent;
	--ui-btn-primary-alt-active-shadow-spread: 0;
	--ui-btn-primary-alt-active-shadow-blur: 0;
	--ui-btn-primary-alt-active-shadow-y: 0;
	--ui-btn-primary-alt-active-shadow-x: 0;
	--ui-btn-primary-alt-active-border-color: transparent;
	--ui-btn-primary-alt-active-border-color-light: transparent;
	--ui-btn-primary-alt-active-border-style: solid;
	--ui-btn-primary-alt-hover-color: #ffffff;
	--ui-btn-primary-alt-hover-color-light: #ffffff;
	--ui-btn-primary-alt-hover-bg-color: #000000;
	--ui-btn-primary-alt-hover-bg-color-light: #d8d8d8;
	--ui-btn-primary-alt-hover-bg-gradient-colors: transparent, transparent;
	--ui-btn-primary-alt-hover-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-primary-alt-hover-font-weight: 700;
	--ui-btn-primary-alt-hover-shadow-color: transparent;
	--ui-btn-primary-alt-hover-shadow-color-light: transparent;
	--ui-btn-primary-alt-hover-shadow-spread: 0;
	--ui-btn-primary-alt-hover-shadow-blur: 0;
	--ui-btn-primary-alt-hover-shadow-y: 0;
	--ui-btn-primary-alt-hover-shadow-x: 0;
	--ui-btn-primary-alt-hover-border-color: transparent;
	--ui-btn-primary-alt-hover-border-color-light: transparent;
	--ui-btn-primary-alt-hover-border-style: solid;
	--ui-btn-primary-alt-color: #ffffff;
	--ui-btn-primary-alt-color-light: #ffffff;
	--ui-btn-primary-alt-bg-color: #000000;
	--ui-btn-primary-alt-bg-color-light: #f7f7f7;
	--ui-btn-primary-alt-bg-gradient-colors: transparent, transparent;
	--ui-btn-primary-alt-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-primary-alt-font-weight: 700;
	--ui-btn-primary-alt-shadow-color: transparent;
	--ui-btn-primary-alt-shadow-color-light: transparent;
	--ui-btn-primary-alt-shadow-spread: 0;
	--ui-btn-primary-alt-shadow-blur: 0;
	--ui-btn-primary-alt-shadow-y: 0;
	--ui-btn-primary-alt-shadow-x: 0;
	--ui-btn-primary-alt-border-color: transparent;
	--ui-btn-primary-alt-border-color-light: transparent;
	--ui-btn-primary-alt-border-style: solid;
	--ui-btn-primary-active-color: #ffffff;
	--ui-btn-primary-active-color-light: #000000;
	--ui-btn-primary-active-bg-color: #743b1c;
	--ui-btn-primary-active-bg-color-light: #909090;
	--ui-btn-primary-active-bg-gradient-colors: transparent, transparent;
	--ui-btn-primary-active-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-primary-active-font-weight: 700;
	--ui-btn-primary-active-shadow-color: transparent;
	--ui-btn-primary-active-shadow-color-light: transparent;
	--ui-btn-primary-active-shadow-spread: 0;
	--ui-btn-primary-active-shadow-blur: 0;
	--ui-btn-primary-active-shadow-y: 0;
	--ui-btn-primary-active-shadow-x: 0;
	--ui-btn-primary-active-border-color: transparent;
	--ui-btn-primary-active-border-color-light: transparent;
	--ui-btn-primary-active-border-style: solid;
	--ui-btn-primary-hover-color: #ffffff;
	--ui-btn-primary-hover-color-light: #000000;
	--ui-btn-primary-hover-bg-color: #743b1c;
	--ui-btn-primary-hover-bg-color-light: #909090;
	--ui-btn-primary-hover-bg-gradient-colors: transparent, transparent;
	--ui-btn-primary-hover-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-primary-hover-font-weight: 700;
	--ui-btn-primary-hover-shadow-color: transparent;
	--ui-btn-primary-hover-shadow-color-light: transparent;
	--ui-btn-primary-hover-shadow-spread: 0;
	--ui-btn-primary-hover-shadow-blur: 0;
	--ui-btn-primary-hover-shadow-y: 0;
	--ui-btn-primary-hover-shadow-x: 0;
	--ui-btn-primary-hover-border-color: transparent;
	--ui-btn-primary-hover-border-color-light: transparent;
	--ui-btn-primary-hover-border-style: solid;
	--ui-btn-primary-color: #ffffff;
	--ui-btn-primary-color-light: #b1521d;
	--ui-btn-primary-bg-color: #b1521d;
	--ui-btn-primary-bg-color-light: #ffffff;
	--ui-btn-primary-bg-gradient-colors: transparent, transparent;
	--ui-btn-primary-bg-gradient-colors-light: transparent, transparent;
	--ui-btn-primary-font-weight: 700;
	--ui-btn-primary-shadow-color: transparent;
	--ui-btn-primary-shadow-color-light: transparent;
	--ui-btn-primary-shadow-spread: 0;
	--ui-btn-primary-shadow-blur: 0;
	--ui-btn-primary-shadow-y: 0;
	--ui-btn-primary-shadow-x: 0;
	--ui-btn-primary-border-color: transparent;
	--ui-btn-primary-border-color-light: transparent;
	--ui-btn-primary-border-style: solid;
	--ui-btn-font-family: 'Montserrat', sans-serif;
	--ui-btn-font-style: initial;
	--ui-btn-text-transform: none;
	--ui-btn-letter-spacing: 0em;
	--ui-content-gutter-320: 24px;
	--ui-content-gutter-480: 24px;
	--ui-content-gutter-768: 32px;
	--ui-content-gutter-992: 40px;
	--ui-content-gutter-1280: 15px;
	--ui-content-gutter-default: 15px;
	--ui-content-gutter: 0 15px;
	--ui-content-container: 1200px;
	--ui-media-bg: #d8d8d8;
}
    /*--vars-start--*/:root{--w-accordion-offset: 30px;--w-accordion-padding: 20px}:root{--w-apps-buttons-border-color: #a6a6a6;--w-apps-buttons-padding-top-as: 33.3333%;--w-apps-buttons-padding-top-gp: 29.5496%;--w-apps-buttons-padding-top-as-fre: 31.496%;--w-apps-buttons-padding-top-as-tur: 26.4901%;--w-apps-buttons-padding-top-as-chi: 36.6972%;--w-apps-buttons-sm-max-width-as: 120px;--w-apps-buttons-sm-max-width-gp: 135px;--w-apps-buttons-sm-max-width-as-fre: 127px;--w-apps-buttons-sm-max-width-as-tur: 151px;--w-apps-buttons-sm-max-width-as-chi: 109px;--w-apps-buttons-sm-border-radius: 5px;--w-apps-buttons-offset: 35px;--w-apps-buttons-md-max-width-as: 120px;--w-apps-buttons-lg-max-width-as: 150px;--w-apps-buttons-md-max-width-gp: 135px;--w-apps-buttons-lg-max-width-gp: 169px;--w-apps-buttons-sm-max-width-as-fre: 127px;--w-apps-buttons-md-max-width-as-fre: 127px;--w-apps-buttons-lg-max-width-as-fre: 159px;--w-apps-buttons-sm-max-width-as-tur: 151px;--w-apps-buttons-md-max-width-as-tur: 151px;--w-apps-buttons-lg-max-width-as-tur: 189px;--w-apps-buttons-sm-max-width-as-chi: 109px;--w-apps-buttons-md-max-width-as-chi: 109px;--w-apps-buttons-lg-max-width-as-chi: 136px;--w-apps-buttons-sm-border-radius: 5px;--w-apps-buttons-md-border-radius: 5px;--w-apps-buttons-lg-border-radius: 5px}@media (min-width: 480px){:root:not(.disable-media-queries){--w-apps-buttons-md-max-width-as: 150px;--w-apps-buttons-lg-max-width-as: 180px;--w-apps-buttons-md-max-width-gp: 169px;--w-apps-buttons-lg-max-width-gp: 203px;--w-apps-buttons-md-max-width-as-fre: 159px;--w-apps-buttons-lg-max-width-as-fre: 191px;--w-apps-buttons-md-max-width-as-tur: 189px;--w-apps-buttons-lg-max-width-as-tur: 227px;--w-apps-buttons-md-max-width-as-chi: 136px;--w-apps-buttons-lg-max-width-as-chi: 164px}}@media (min-width: 0px){.html-editor-md,.html-editor{--w-apps-buttons-md-max-width-as: 150px;--w-apps-buttons-lg-max-width-as: 180px;--w-apps-buttons-md-max-width-gp: 169px;--w-apps-buttons-lg-max-width-gp: 203px;--w-apps-buttons-md-max-width-as-fre: 159px;--w-apps-buttons-lg-max-width-as-fre: 191px;--w-apps-buttons-md-max-width-as-tur: 189px;--w-apps-buttons-lg-max-width-as-tur: 227px;--w-apps-buttons-md-max-width-as-chi: 136px;--w-apps-buttons-lg-max-width-as-chi: 164px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-apps-buttons-md-border-radius: 7px;--w-apps-buttons-lg-border-radius: 8px}}@media (min-width: 0px){.html-editor-md,.html-editor{--w-apps-buttons-md-border-radius: 7px;--w-apps-buttons-lg-border-radius: 8px}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-apps-buttons-offset: 40px}}@media (min-width: 0px){.html-editor{--w-apps-buttons-offset: 40px}}:root{--w-gap: 15px}:root{--w-base-v-space: 4px;--w-base-h-space: 5px;--w-v-spacer1: calc(var(--w-base-v-space) * 1);--w-v-spacer2: calc(var(--w-base-v-space) * 2);--w-v-spacer3: calc(var(--w-base-v-space) * 3);--w-v-spacer4: calc(var(--w-base-v-space) * 5);--w-v-spacer5: calc(var(--w-base-v-space) * 8);--w-v-spacer6: calc(var(--w-base-v-space) * 12);--w-v-spacer7: calc(var(--w-base-v-space) * 15);--w-h-spacer1: calc(var(--w-base-h-space) * 1);--w-h-spacer2: calc(var(--w-base-h-space) * 2);--w-h-spacer3: calc(var(--w-base-h-space) * 4);--w-h-spacer4: calc(var(--w-base-h-space) * 8)}:root{--w-hero-title-offset: 35px;--w-title-offset: 25px;--w-subtitle-offset: 25px;--w-heading-offset: 20px;--w-subheading-offset: 25px;--w-heading-lg-offset: 25px;--w-caption-offset: 20px;--w-body-offset: 20px;--w-small-offset: 20px;--w-quote-offset: 20px;--w-hero-title-h-offset: 15px;--w-title-h-offset: 5px;--w-subtitle-h-offset: 15px;--w-heading-h-offset: 15px;--w-subheading-h-offset: 15px;--w-heading-lg-h-offset: 15px;--w-caption-h-offset: 10px;--w-body-h-offset: 10px;--w-small-h-offset: 10px;--w-quote-h-offset: 10px}@media (min-width: 992px){:root:not(.disable-media-queries){--w-hero-title-offset: 40px}}@media (min-width: 0px){.html-editor{--w-hero-title-offset: 40px}}:root{--w-layout-item-top-offset: calc(var(--w-gap) * 2);--w-layout-gap: var(--w-gap)}:root{--w-btns-group-item-offset: 20px;--w-btns-group-offset: 35px}@media (min-width: 992px){:root:not(.disable-media-queries){--w-btns-group-offset: 40px}}@media (min-width: 0px){.html-editor,.html-editor-lg{--w-btns-group-offset: 40px}}:root{--w-socials-top-offset: 30px;--w-socials-h-offset: 15px;--w-socials-bottom-offset: 30px}:root{--w-list-item-v-offset: 30px;--w-list-item-h-offset: 30px;--w-list-item-v-padding: 15px;--w-list-item-h-padding: 15px}:root{--w-list-with-media-offset: 30px;--w-list-with-media-padding: 20px}:root{--ui-content-gutter-1200: 15px;--w-content-container-size: 1200px;--w-content-gutter: var(--ui-content-gutter-320)}@media (min-width: 480px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-480)}}@media (min-width: 0px){.html-editor-xs{--w-content-gutter: var(--ui-content-gutter-480)}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-768)}}@media (min-width: 0px){.html-editor-md{--w-content-gutter: var(--ui-content-gutter-768)}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-992)}}@media (min-width: 1280px){:root:not(.disable-media-queries){--w-content-gutter: var(--ui-content-gutter-1200)}}@media (min-width: 0px){.html-editor,.html-editor-lg{--w-content-gutter: var(--ui-content-gutter-1200)}}:root{--w-section-vertical-s-offset: 20px;--w-section-basement-offset: 30px;--w-section-vertical-offset: 90px;--w-section-vertical-xxl-offset: 130px;--w-section-header-offset: 45px;--w-section-footer-offset: 50px}@media (min-width: 768px){:root:not(.disable-media-queries){--w-section-vertical-offset: 95px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 45px;--w-section-footer-offset: 50px}}@media (min-width: 0px){.html-editor-md{--w-section-vertical-offset: 95px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 45px;--w-section-footer-offset: 50px}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-section-vertical-offset: 100px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 50px;--w-section-footer-offset: 55px}}@media (min-width: 0px){.html-editor{--w-section-vertical-offset: 100px;--w-section-vertical-xxl-offset: 250px;--w-section-header-offset: 50px;--w-section-footer-offset: 55px}}:root{--w-image-offset: 20px;--w-image-mask-sm-width: 70px;--w-image-mask-sm-height: 70px;--w-image-mask-md-width: 70px;--w-image-mask-md-height: 70px;--w-image-mask-lg-width: 120px;--w-image-mask-lg-height: 120px}@media (min-width: 768px){:root:not(.disable-media-queries){--w-image-aspect-ratio: 56.25%;--w-image-mask-md-width: 120px;--w-image-mask-md-height: 120px;--w-image-mask-lg-width: 170px;--w-image-mask-lg-height: 170px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-image-aspect-ratio: 56.25%;--w-image-mask-md-width: 120px;--w-image-mask-md-height: 120px;--w-image-mask-lg-width: 170px;--w-image-mask-lg-height: 170px}}:root{--w-quote-offset: 30px;--w-quote-gap: 20px}:root{--w-logo-offset: 30px;--w-slogan-offset: 5px}:root{--w-nav-offset: 30px;--w-nav-item-gap: 15px;--w-nav-item-top-offset: 10px;--w-nav-item-column-gap: 10px;--w-nav-item-column-offset: 20px}:root{--w-burger-padding: 12px 8px;--w-burger-width: 24px;--w-burger-height: 16px;--w-burger-line-size: 2px;--w-burger-line-pos-transform: translateY(7px) rotate(45deg);--w-burger-line-neg-transform: translateY(-7px) rotate(-45deg)}:root{--w-icon-panel-inner-offset: 0}:root:not(.disable-media-queries){--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 50px;--w-icon-panel-height: 50px;--w-icon-panel-xl-width: 70px;--w-icon-panel-xl-height: 70px}@media (min-width: 0px){.html-editor-xs{--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 50px;--w-icon-panel-height: 50px;--w-icon-panel-xl-width: 70px;--w-icon-panel-xl-height: 70px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 70px;--w-icon-panel-height: 70px;--w-icon-panel-xl-width: 100px;--w-icon-panel-xl-height: 100px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-icon-panel-sm-width: 50px;--w-icon-panel-sm-height: 50px;--w-icon-panel-width: 70px;--w-icon-panel-height: 70px;--w-icon-panel-xl-width: 100px;--w-icon-panel-xl-height: 100px}}:root{--w-icon-width: 24px;--w-icon-height: 24px;--w-icon-offset: 20px;--w-icon-h-offset: 10px;--w-icon-sm-inner-offset: 12px;--w-icon-inner-offset: 12px;--w-icon-numbers-inner-offset: 5px;--w-icon-xl-inner-offset: 15px}@media (min-width: 768px){:root:not(.disable-media-queries){--w-icon-inner-sm-offset: 12px;--w-icon-inner-offset: 15px;--w-icon-xl-inner-offset: 20px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-icon-inner-sm-offset: 12px;--w-icon-inner-offset: 15px;--w-icon-xl-inner-offset: 20px}}:root{--w-icon-numbers-sm-inner-offset: 4px}:root:not(.disable-media-queries){--w-icon-numbers-xl-inner-offset: 8px;--w-icon-numbers-inner-offset: 4px}@media (min-width: 0px){.html-editor-xs{--w-icon-numbers-xl-inner-offset: 8px;--w-icon-numbers-inner-offset: 4px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-icon-numbers-xl-inner-offset: 10px;--w-icon-numbers-inner-offset: 8px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-icon-numbers-xl-inner-offset: 10px;--w-icon-numbers-inner-offset: 8px}}:root{--w-map-wrapper-height: 450px;--w-map-wrapper-offset: 30px}:root:not(.disable-media-queries){--w-counter-font-size: 24px;--w-counter-xl-font-size: 30px}@media (min-width: 0px){.html-editor-xs{--w-counter-font-size: 24px;--w-counter-xl-font-size: 30px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-counter-font-size: 30px;--w-counter-xl-font-size: 44px}}@media (min-width: 0px){.html-editor,.html-editor-md{--w-counter-font-size: 30px;--w-counter-xl-font-size: 44px}}:root{--w-contacts-list-offset: 30px;--w-contacts-list-item-v-offset: 16px;--w-contacts-list-element-v-offset: 5px}:root{--w-icon-list-width: 20px;--w-icon-list-height: 20px;--w-icon-list-offset: 20px;--w-icon-list-item-offset: 16px;--w-icon-list-item-h-offset: 24px}:root{--w-follow-us-offset: 15px}:root{--w-form-offset: 32px;--w-text-area-height: 150px;--w-form-field-offset: 24px;--w-form-button-offset: 56px;--w-form-input-offset: 12px;--w-form-description-offset: 4px;--w-form-multiple-group-offset: 12px;--w-form-multiple-item-offset: 12px}:root{--w-captions-group-offset: 15px;--w-captions-group-item-offset: 5px;--w-captions-group-separator-width: 1px}:root{--w-user-message-offset: 20px;--w-user-photo-size: 70px}:root{--w-grid-item-top-offset: 30px;--w-grid-gap: 30px;--w-100vw: 100vw;--w-grid-container-size-md: calc(
    var(--w-100vw) + var(--w-grid-gap) - var(--ui-content-gutter-768) * 2
  );--w-grid-container-size-xl: calc(
    var(--w-content-container-size) + var(--w-grid-gap) -
    var(--ui-content-gutter-1200) * 2
  );--w-grid-container-size-lg: var(--w-grid-container-size-xl)}:root:not(.disable-media-queries){--w-100vw: 100vw}.html-editor-xs,.html-editor-md{--w-100vw: var(--w-editor-width)}:root:not(.disable-media-queries){--w-grid-item-v-padding: 31px;--w-grid-item-h-padding: 27px}@media (min-width: 0px){.html-editor-xs{--w-grid-item-v-padding: 31px;--w-grid-item-h-padding: 27px}}@media (min-width: 768px){:root:not(.disable-media-queries){--w-grid-item-v-padding: 34px;--w-grid-item-h-padding: 28px}}@media (min-width: 0px){.html-editor-md{--w-grid-item-v-padding: 34px;--w-grid-item-h-padding: 28px}}@media (min-width: 992px){:root:not(.disable-media-queries){--w-grid-item-v-padding: 40px;--w-grid-item-h-padding: 30px}}@media (min-width: 0px){.html-editor,.html-editor-lg{--w-grid-item-v-padding: 40px;--w-grid-item-h-padding: 30px}}:root{--w-divider-component-offset: 0px}:root{--w-gallery-offset: 30px}:root{--w-image-with-hover-offset: 20px;--w-image-with-hover-button-offset: var(--w-btns-group-offset)}:root{--w-try-it-free-offset: 32px;--w-try-it-free-input-offset-sm: 8px;--w-try-it-free-input-offset-md: 8px;--w-try-it-free-input-offset-lg: 12px}:root{--w-language-offset: 20px}:root{--w-order-summary-offset: 24px}


/*--vars-end--*/
    /*--vars-start--*/@media (min-width: 768px) {
  :root {
    --w-hero-title-offset: 15px;
    --w-title-offset: 30px;
    --w-subtitle-offset: 50px;
    --w-heading-offset: 10px;
    --w-subheading-offset: 20px;
    --w-heading-lg-offset: 30px;
    --w-caption-offset: 15px;
    --w-body-offset: 30px;
    --w-small-offset: 15px;
    --w-quote-offset: 25px; } }

@media (min-width: 768px) {
  :root {
    --w-btns-group-item-offset: 20px; } }

@media (min-width: 768px) {
  :root {
    --w-list-item-v-offset: 30px;
    --w-list-item-h-offset: 30px;
    --w-list-item-v-padding: 40px;
    --w-list-item-h-padding: 40px; } }

:root {
  --w-nav-item-column-offset: 20px; }
  @media (min-width: 768px) {
    :root {
      --w-nav-item-gap: 40px;
      --w-nav-item-top-offset: 30px; } }

@media (min-width: 768px) {
  :root {
    --w-section-vertical-offset: 100px; } }

@media (min-width: 992px) {
  :root {
    --w-section-header-offset: 50px;
    --w-section-footer-offset: 50px; } }

@media (min-width: 768px) {
  :root {
    --w-grid-item-v-padding: 40px;
    --w-grid-item-h-padding: 40px; } }


/*--vars-end--*/
    

    


    .footer--no-socials__UhdZ_ .layout__24eNi {
  margin-top: 40px; }

.footer--no-logo__23Vlz .columns__inner__NVhKZ {
  justify-content: center;
  text-align: center; }

.footer__logo__2tMdT {
  text-decoration: none; }
  .footer__logo__2tMdT img {
    height: auto; }

@media (min-width: 768px) {
  .columns__4Ii7Y {
    /* stylelint-disable-line */
    display: flex; }
  .columns__inner__NVhKZ {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row; }
  .columns__item__huJYZ {
    flex-basis: 25%;
    max-width: 25%; } }

.logo-wrapper__spOhm + * {
  margin-top: var(--w-subtitle-offset); }
  @media (min-width: 768px) {
    .logo-wrapper__spOhm + * {
      margin-top: calc(var(--w-subtitle-offset) / 2.5); } }

@media (min-width: 768px) {
  .layout__24eNi {
    /* stylelint-disable-line */
    display: flex; }
  .layout__inner__D4Hpq {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row; }
  .layout__item__2-Xra {
    flex-basis: 50%;
    max-width: 50%; } }

.layout__item__2-Xra:nth-of-type(1) {
  text-align: center; }
  @media (min-width: 768px) {
    .layout__item__2-Xra:nth-of-type(1) {
      text-align: left; } }

.layout__item__2-Xra:nth-of-type(2) {
  text-align: center; }
  @media (min-width: 768px) {
    .layout__item__2-Xra:nth-of-type(2) {
      text-align: right; } }

.layout__item__2-Xra:only-of-type {
  max-width: 100%;
  flex-basis: 100%;
  text-align: center; }


    .header__inner__2TF15 {
  position: relative;
  display: flex;
  min-height: 50px;
  align-items: center; }
  @media (min-width: 992px) {
    .header__inner__2TF15 {
      min-height: 65px; } }

.header__inner--fixed__3sp55 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 320px;
  padding: var(--w-section-vertical-s-offset) var(--ui-content-gutter-320);
  z-index: 5000;
  flex-direction: column;
  align-items: normal;
  transition: opacity 200ms ease; }
  @media (min-width: 480px) {
    .header__inner--fixed__3sp55 {
      padding: var(--w-section-vertical-s-offset) var(--ui-content-gutter-480); } }
  @media (min-width: 768px) {
    .header__inner--fixed__3sp55 {
      padding: var(--w-section-vertical-s-offset) var(--ui-content-gutter-768); } }
  .header__3gK-4:not(.header--opened__1ihF-) .header__inner--fixed__3sp55 {
    opacity: 0;
    pointer-events: none; }
  .header__inner--fixed__3sp55 .nav__1Raff {
    width: 100%;
    flex: 1 1;
    overflow-y: auto;
    overflow-x: hidden; }
    .header__inner--fixed__3sp55 .nav-list__3pd1s {
      min-width: 1px;
      height: 100%;
      justify-content: flex-start; }
  .header__inner--fixed__3sp55 .nav-button__2qf8s {
    position: fixed;
    top: var(--w-section-vertical-s-offset);
    right: var(--w-content-gutter); }
  @media (min-width: 992px) {
    .header__inner--fixed__3sp55 {
      display: none; } }

.socials__16CYF {
  display: flex;
  flex-shrink: 0;
  margin-top: var(--w-socials-top-offset);
  justify-content: center; }
  .socials__inner__5BFM8 {
    max-width: 270px; }
  @media (min-width: 992px) {
    .socials__16CYF {
      margin-top: 0;
      margin-left: 30px; } }

.logo-container__3H4I6 {
  width: 100%; }
  @media (min-width: 992px) {
    .logo-container__3H4I6 {
      width: auto;
      flex-shrink: 0; } }

.logo__3qpHV {
  max-width: 100%;
  flex-shrink: 0;
  justify-content: center;
  text-decoration: none; }
  .logo__3qpHV img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto; }
  .logo-wrapper__LaBvr {
    max-width: calc(100% - 120px);
    margin: 0 auto; }
    @media (min-width: 992px) {
      .logo-wrapper__LaBvr {
        max-width: 350px;
        margin: 0 30px 0 0; } }

.wrapper__FZY6q {
  display: flex;
  align-items: center;
  margin-left: auto; }
  .wrapper__FZY6q .nav-list__link__1d_96 {
    max-width: 18em; }

.nav__1Raff {
  margin-top: calc(var(--w-gap) * 2); }
  @media (min-width: 992px) {
    .nav__1Raff {
      margin-top: 0; } }

.nav-list__3pd1s {
  overflow: auto; }
  @media (min-width: 992px) {
    .nav-list__3pd1s {
      display: flex;
      flex-wrap: wrap;
      overflow: visible; } }
  .nav-list__item__2yT-C {
    max-width: calc(100% - 30px);
    width: 100%; }
    @media (min-width: 992px) {
      .nav-list__item__2yT-C {
        width: auto; } }

.nav-button__2qf8s {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: var(--w-content-gutter); }


    .section__inner__37gQd {
  display: flex;
  flex-direction: column; }

.section--reverse__3yTMB .section__inner__37gQd {
  flex-direction: column-reverse; }

.section--reverse__3yTMB .content__2IVKd {
  padding-top: 0;
  padding-bottom: calc(var(--w-section-vertical-offset) * 2); }

@media (min-width: 768px) {
  .section__inner__37gQd {
    flex-direction: row;
    flex-grow: 1; }
  .section--reverse__3yTMB .section__inner__37gQd {
    flex-direction: row-reverse; }
  .section--reverse__3yTMB .content__2IVKd {
    padding-bottom: 0; } }

.media__2o-FS {
  position: relative; }
  @media (max-width: 991px) {
    .media__2o-FS {
      padding-top: 60%; } }
  @media (min-width: 768px) {
    .media__2o-FS {
      flex-basis: 50%;
      max-width: 50%; } }

.map__2o9dA {
  padding-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover; }

.content__2IVKd {
  padding-top: calc(var(--w-section-vertical-offset) * 2);
  padding-bottom: 0;
  padding-left: var(--w-content-gutter);
  padding-right: var(--w-content-gutter); }
  @media (min-width: 768px) {
    .content__2IVKd {
      flex-basis: 50%;
      max-width: 50%;
      padding-top: 0;
      margin: auto; } }



 #blockId-5bd86f26fdb459002364923c > section, #blockId-5bd86f26fdb459002364923c > header, #blockId-5bd86f26fdb459002364923c > footer{
padding-top: 1px;
padding-bottom: 1px;
}
 #blockId-5bd86f26fdb459002364923c .w-apply-section-paddings{
padding-top: 1px;
padding-bottom: 1px;
}
 #blockId-5bd86f26fdb459002364923c .w-ignore-section-paddings{
margin-top: -1px;
margin-bottom: -1px;
}
@media (min-width: 768px){
 #blockId-5bd86f26fdb459002364923c > section, #blockId-5bd86f26fdb459002364923c > header, #blockId-5bd86f26fdb459002364923c > footer{
padding-top: 1px;
padding-bottom: 1px;
}
 #blockId-5bd86f26fdb459002364923c .w-apply-section-paddings{
padding-top: 1px;
padding-bottom: 1px;
}
 #blockId-5bd86f26fdb459002364923c .w-ignore-section-paddings{
margin-top: -1px;
margin-bottom: -1px;
}
}
@media (min-width: 992px){
 #blockId-5bd86f26fdb459002364923c > section, #blockId-5bd86f26fdb459002364923c > header, #blockId-5bd86f26fdb459002364923c > footer{
padding-top: 1px;
padding-bottom: 1px;
}
 #blockId-5bd86f26fdb459002364923c .w-apply-section-paddings{
padding-top: 1px;
padding-bottom: 1px;
}
 #blockId-5bd86f26fdb459002364923c .w-ignore-section-paddings{
margin-top: -1px;
margin-bottom: -1px;
}
}



 #blockId-5bd86f26fdb459002364923c > section, #blockId-5bd86f26fdb459002364923c > header, #blockId-5bd86f26fdb459002364923c > footer{
padding-top: 1px;
padding-bottom: 1px;
}
 #blockId-5bd86f26fdb459002364923c .w-apply-section-paddings{
padding-top: 1px;
padding-bottom: 1px;
}
 #blockId-5bd86f26fdb459002364923c .w-ignore-section-paddings{
margin-top: -1px;
margin-bottom: -1px;
}
@media (min-width: 768px){
 #blockId-5bd86f26fdb459002364923c > section, #blockId-5bd86f26fdb459002364923c > header, #blockId-5bd86f26fdb459002364923c > footer{
padding-top: 1px;
padding-bottom: 1px;
}
 #blockId-5bd86f26fdb459002364923c .w-apply-section-paddings{
padding-top: 1px;
padding-bottom: 1px;
}
 #blockId-5bd86f26fdb459002364923c .w-ignore-section-paddings{
margin-top: -1px;
margin-bottom: -1px;
}
}
@media (min-width: 992px){
 #blockId-5bd86f26fdb459002364923c > section, #blockId-5bd86f26fdb459002364923c > header, #blockId-5bd86f26fdb459002364923c > footer{
padding-top: 1px;
padding-bottom: 1px;
}
 #blockId-5bd86f26fdb459002364923c .w-apply-section-paddings{
padding-top: 1px;
padding-bottom: 1px;
}
 #blockId-5bd86f26fdb459002364923c .w-ignore-section-paddings{
margin-top: -1px;
margin-bottom: -1px;
}
}



 #blockId-5e94f255f27ab7002152d1f9 > section, #blockId-5e94f255f27ab7002152d1f9 > header, #blockId-5e94f255f27ab7002152d1f9 > footer{
padding-top: 70px;
padding-bottom: 80px;
}
 #blockId-5e94f255f27ab7002152d1f9 .w-apply-section-paddings{
padding-top: 70px;
padding-bottom: 80px;
}
 #blockId-5e94f255f27ab7002152d1f9 .w-ignore-section-paddings{
margin-top: -70px;
margin-bottom: -80px;
}
@media (min-width: 768px){
 #blockId-5e94f255f27ab7002152d1f9 > section, #blockId-5e94f255f27ab7002152d1f9 > header, #blockId-5e94f255f27ab7002152d1f9 > footer{
padding-top: 70px;
padding-bottom: 80px;
}
 #blockId-5e94f255f27ab7002152d1f9 .w-apply-section-paddings{
padding-top: 70px;
padding-bottom: 80px;
}
 #blockId-5e94f255f27ab7002152d1f9 .w-ignore-section-paddings{
margin-top: -70px;
margin-bottom: -80px;
}
}
@media (min-width: 992px){
 #blockId-5e94f255f27ab7002152d1f9 > section, #blockId-5e94f255f27ab7002152d1f9 > header, #blockId-5e94f255f27ab7002152d1f9 > footer{
padding-top: 70px;
padding-bottom: 80px;
}
 #blockId-5e94f255f27ab7002152d1f9 .w-apply-section-paddings{
padding-top: 70px;
padding-bottom: 80px;
}
 #blockId-5e94f255f27ab7002152d1f9 .w-ignore-section-paddings{
margin-top: -70px;
margin-bottom: -80px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

 #blockId-5bb4e452c76f8c00256c5d53 > section, #blockId-5bb4e452c76f8c00256c5d53 > header, #blockId-5bb4e452c76f8c00256c5d53 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5bb4e452c76f8c00256c5d53 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5bb4e452c76f8c00256c5d53 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
@media (min-width: 768px){
 #blockId-5bb4e452c76f8c00256c5d53 > section, #blockId-5bb4e452c76f8c00256c5d53 > header, #blockId-5bb4e452c76f8c00256c5d53 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5bb4e452c76f8c00256c5d53 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5bb4e452c76f8c00256c5d53 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}
@media (min-width: 992px){
 #blockId-5bb4e452c76f8c00256c5d53 > section, #blockId-5bb4e452c76f8c00256c5d53 > header, #blockId-5bb4e452c76f8c00256c5d53 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5bb4e452c76f8c00256c5d53 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5bb4e452c76f8c00256c5d53 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
 

.w-b4e7b7f027bd62d1dfda06275bfdc180{
object-fit: cover !important;
object-position: 100% 14.299%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-b4e7b7f027bd62d1dfda06275bfdc180{
object-position: 100% 14.299%;
}
}
@media (max-width: 767px){
.w-b4e7b7f027bd62d1dfda06275bfdc180{
object-position: 100% 14.299%;
}
}
 
 

.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
@media (max-width: 767px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
 
 

.w-919f2b4cc4561843fb0d3ab9cea71777{
object-fit: cover !important;
object-position: 33.274% 14.299%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-919f2b4cc4561843fb0d3ab9cea71777{
object-position: 33.274% 14.299%;
}
}
@media (max-width: 767px){
.w-919f2b4cc4561843fb0d3ab9cea71777{
object-position: 33.274% 14.299%;
}
}
 
 

.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
@media (max-width: 767px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
 
 

.w-7eb76e7ece73543be94e2c4b193e6f05{
object-fit: cover !important;
object-position: 40.915% 14.299%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-7eb76e7ece73543be94e2c4b193e6f05{
object-position: 40.915% 14.299%;
}
}
@media (max-width: 767px){
.w-7eb76e7ece73543be94e2c4b193e6f05{
object-position: 40.915% 14.299%;
}
}
 
 

.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
@media (max-width: 767px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
 
 

.w-b64715952f06cfd26be8d8ce2baf31f3{
object-fit: cover !important;
object-position: 44.767% 0%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-b64715952f06cfd26be8d8ce2baf31f3{
object-position: 44.767% 0%;
}
}
@media (max-width: 767px){
.w-b64715952f06cfd26be8d8ce2baf31f3{
object-position: 44.767% 0%;
}
}
 
 

.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
@media (max-width: 767px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
 
 

.w-7d1cea026f56d850885181d276295767{
object-fit: cover !important;
object-position: 34.153% 22.902%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-7d1cea026f56d850885181d276295767{
object-position: 34.153% 22.902%;
}
}
@media (max-width: 767px){
.w-7d1cea026f56d850885181d276295767{
object-position: 34.153% 22.902%;
}
}
 
 

.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
@media (max-width: 767px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
 
 

.w-3b3c5ca6c70e447a7d71084c3d8a1782{
object-fit: cover !important;
object-position: 100% 0%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-3b3c5ca6c70e447a7d71084c3d8a1782{
object-position: 100% 0%;
}
}
@media (max-width: 767px){
.w-3b3c5ca6c70e447a7d71084c3d8a1782{
object-position: 100% 0%;
}
}
 
 

.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
@media (max-width: 767px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
 
 

.w-3793352ca8f4f6a2ab3a306fba78a3fc{
object-fit: cover !important;
object-position: 31.471% 34.956%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-3793352ca8f4f6a2ab3a306fba78a3fc{
object-position: 31.471% 34.956%;
}
}
@media (max-width: 767px){
.w-3793352ca8f4f6a2ab3a306fba78a3fc{
object-position: 31.471% 34.956%;
}
}
 
 

.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
@media (max-width: 767px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
 
 

.w-7e02469eff5aa1f66bb0e303a23ef963{
object-fit: cover !important;
object-position: 38.892% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-7e02469eff5aa1f66bb0e303a23ef963{
object-position: 38.892% 50%;
}
}
@media (max-width: 767px){
.w-7e02469eff5aa1f66bb0e303a23ef963{
object-position: 38.892% 50%;
}
}
 
 

.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
@media (max-width: 767px){
.w-2c25d0fa53b6bcbe256edbcb4c37cedc{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 91.85%;
}
}
 

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

    .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item {
      margin-top: 30px;
    }
    
  @media screen and (min-width: 0px) and (max-width: 479px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 1){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 2){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 2){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 4){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 1200px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 4){
margin-top: 0px !important;
}
  }
  

  .w-614972b7050a6bfe4276c20f2a0d4690 {
   --w-grid-columns-count: 4;
  }

  .page-editor-md .w-614972b7050a6bfe4276c20f2a0d4690 {
    --w-grid-columns-count: 2;
  }

  @media screen and (max-width: 991px) {
    .w-614972b7050a6bfe4276c20f2a0d4690 {
      --w-grid-columns-count: 2;
    }
  }

  .page-editor-xs .w-614972b7050a6bfe4276c20f2a0d4690 {
    --w-grid-columns-count: 1;
  }

  @media screen and (max-width: 479px) {
    .w-614972b7050a6bfe4276c20f2a0d4690 {
      --w-grid-columns-count: 1;
    }
  }


 #blockId-5ec293fd60a0170022f51805 > section, #blockId-5ec293fd60a0170022f51805 > header, #blockId-5ec293fd60a0170022f51805 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5ec293fd60a0170022f51805 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5ec293fd60a0170022f51805 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
@media (min-width: 768px){
 #blockId-5ec293fd60a0170022f51805 > section, #blockId-5ec293fd60a0170022f51805 > header, #blockId-5ec293fd60a0170022f51805 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5ec293fd60a0170022f51805 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5ec293fd60a0170022f51805 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}
@media (min-width: 992px){
 #blockId-5ec293fd60a0170022f51805 > section, #blockId-5ec293fd60a0170022f51805 > header, #blockId-5ec293fd60a0170022f51805 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5ec293fd60a0170022f51805 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5ec293fd60a0170022f51805 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
 

.w-6eafd3cb6e1c23ada94a70179462923f{
object-fit: contain !important;
object-position: 50% 50.653%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-6eafd3cb6e1c23ada94a70179462923f{
object-position: 50% 50.653%;
}
}
@media (max-width: 767px){
.w-6eafd3cb6e1c23ada94a70179462923f{
object-position: 50% 50.653%;
}
}
 

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

 #blockId-5bb4e5b1962176002454b459 > section, #blockId-5bb4e5b1962176002454b459 > header, #blockId-5bb4e5b1962176002454b459 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5bb4e5b1962176002454b459 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5bb4e5b1962176002454b459 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
@media (min-width: 768px){
 #blockId-5bb4e5b1962176002454b459 > section, #blockId-5bb4e5b1962176002454b459 > header, #blockId-5bb4e5b1962176002454b459 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5bb4e5b1962176002454b459 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5bb4e5b1962176002454b459 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}
@media (min-width: 992px){
 #blockId-5bb4e5b1962176002454b459 > section, #blockId-5bb4e5b1962176002454b459 > header, #blockId-5bb4e5b1962176002454b459 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5bb4e5b1962176002454b459 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5bb4e5b1962176002454b459 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

    .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item {
      margin-top: 30px;
    }
    
  @media screen and (min-width: 0px) and (max-width: 479px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 1){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 2){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 2){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 3){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 1200px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 3){
margin-top: 0px !important;
}
  }
  

  .w-6454d86eafd410c0a47625b8d2f294b1 {
   --w-grid-columns-count: 3;
  }

  .page-editor-md .w-6454d86eafd410c0a47625b8d2f294b1 {
    --w-grid-columns-count: 2;
  }

  @media screen and (max-width: 991px) {
    .w-6454d86eafd410c0a47625b8d2f294b1 {
      --w-grid-columns-count: 2;
    }
  }

  .page-editor-xs .w-6454d86eafd410c0a47625b8d2f294b1 {
    --w-grid-columns-count: 1;
  }

  @media screen and (max-width: 479px) {
    .w-6454d86eafd410c0a47625b8d2f294b1 {
      --w-grid-columns-count: 1;
    }
  }


 #blockId-5e5580145d03f700223be76e > section, #blockId-5e5580145d03f700223be76e > header, #blockId-5e5580145d03f700223be76e > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5e5580145d03f700223be76e .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5e5580145d03f700223be76e .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
@media (min-width: 768px){
 #blockId-5e5580145d03f700223be76e > section, #blockId-5e5580145d03f700223be76e > header, #blockId-5e5580145d03f700223be76e > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5e5580145d03f700223be76e .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5e5580145d03f700223be76e .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}
@media (min-width: 992px){
 #blockId-5e5580145d03f700223be76e > section, #blockId-5e5580145d03f700223be76e > header, #blockId-5e5580145d03f700223be76e > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5e5580145d03f700223be76e .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5e5580145d03f700223be76e .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

 #blockId-5ed93e840b6acf002131753a > section, #blockId-5ed93e840b6acf002131753a > header, #blockId-5ed93e840b6acf002131753a > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5ed93e840b6acf002131753a .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5ed93e840b6acf002131753a .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
@media (min-width: 768px){
 #blockId-5ed93e840b6acf002131753a > section, #blockId-5ed93e840b6acf002131753a > header, #blockId-5ed93e840b6acf002131753a > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5ed93e840b6acf002131753a .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5ed93e840b6acf002131753a .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}
@media (min-width: 992px){
 #blockId-5ed93e840b6acf002131753a > section, #blockId-5ed93e840b6acf002131753a > header, #blockId-5ed93e840b6acf002131753a > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5ed93e840b6acf002131753a .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5ed93e840b6acf002131753a .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}
 

.w-9616dfd916ffe5eedc34bbf2a84f4bae{
object-fit: cover !important;
object-position: 0% 0%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-9616dfd916ffe5eedc34bbf2a84f4bae{
object-position: 0% 0%;
}
}
@media (max-width: 767px){
.w-9616dfd916ffe5eedc34bbf2a84f4bae{
object-position: 0% 0%;
}
}
 
 

.w-c311b29a6b2bbf1dd08284e38d9c2736{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 68.57%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-c311b29a6b2bbf1dd08284e38d9c2736{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 68.57%;
}
}
@media (max-width: 767px){
.w-c311b29a6b2bbf1dd08284e38d9c2736{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 68.57%;
}
}
 

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
 

.w-48c07132f8dfbf64915dd32f0e9127db{
object-fit: cover !important;
object-position: 12.378% 0%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-48c07132f8dfbf64915dd32f0e9127db{
object-position: 12.378% 0%;
}
}
@media (max-width: 767px){
.w-48c07132f8dfbf64915dd32f0e9127db{
object-position: 12.378% 0%;
}
}
 
 

.w-c311b29a6b2bbf1dd08284e38d9c2736{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 68.57%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-c311b29a6b2bbf1dd08284e38d9c2736{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 68.57%;
}
}
@media (max-width: 767px){
.w-c311b29a6b2bbf1dd08284e38d9c2736{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 68.57%;
}
}
 

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
 

.w-918fdf381c0af632129e1b25eefbc8c4{
object-fit: cover !important;
object-position: 0% 95.803%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-918fdf381c0af632129e1b25eefbc8c4{
object-position: 0% 95.803%;
}
}
@media (max-width: 767px){
.w-918fdf381c0af632129e1b25eefbc8c4{
object-position: 0% 95.803%;
}
}
 
 

.w-17761814aa9249db85ec16f4ab700ca6{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 68.15%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-17761814aa9249db85ec16f4ab700ca6{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 68.15%;
}
}
@media (max-width: 767px){
.w-17761814aa9249db85ec16f4ab700ca6{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 68.15%;
}
}
 

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
 

.w-f5aef3a1905ee4d64e55f1dae726aa41{
object-fit: cover !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-f5aef3a1905ee4d64e55f1dae726aa41{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-f5aef3a1905ee4d64e55f1dae726aa41{
object-position: 50% 50%;
}
}
 
 

.w-dd5db67fded20b526291d0a67caabc00{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 67.84%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-dd5db67fded20b526291d0a67caabc00{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 67.84%;
}
}
@media (max-width: 767px){
.w-dd5db67fded20b526291d0a67caabc00{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 67.84%;
}
}
 

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

 #blockId-5ff4af7aac8d2e002175d5e1 > section, #blockId-5ff4af7aac8d2e002175d5e1 > header, #blockId-5ff4af7aac8d2e002175d5e1 > footer{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5ff4af7aac8d2e002175d5e1 .w-apply-section-paddings{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5ff4af7aac8d2e002175d5e1 .w-ignore-section-paddings{
margin-top: -40px;
margin-bottom: -40px;
}
@media (min-width: 768px){
 #blockId-5ff4af7aac8d2e002175d5e1 > section, #blockId-5ff4af7aac8d2e002175d5e1 > header, #blockId-5ff4af7aac8d2e002175d5e1 > footer{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5ff4af7aac8d2e002175d5e1 .w-apply-section-paddings{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5ff4af7aac8d2e002175d5e1 .w-ignore-section-paddings{
margin-top: -40px;
margin-bottom: -40px;
}
}
@media (min-width: 992px){
 #blockId-5ff4af7aac8d2e002175d5e1 > section, #blockId-5ff4af7aac8d2e002175d5e1 > header, #blockId-5ff4af7aac8d2e002175d5e1 > footer{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5ff4af7aac8d2e002175d5e1 .w-apply-section-paddings{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5ff4af7aac8d2e002175d5e1 .w-ignore-section-paddings{
margin-top: -40px;
margin-bottom: -40px;
}
}

 #blockId-5c0942b5cd8df70023317131 > section, #blockId-5c0942b5cd8df70023317131 > header, #blockId-5c0942b5cd8df70023317131 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5c0942b5cd8df70023317131 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5c0942b5cd8df70023317131 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
@media (min-width: 768px){
 #blockId-5c0942b5cd8df70023317131 > section, #blockId-5c0942b5cd8df70023317131 > header, #blockId-5c0942b5cd8df70023317131 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5c0942b5cd8df70023317131 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5c0942b5cd8df70023317131 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}
@media (min-width: 992px){
 #blockId-5c0942b5cd8df70023317131 > section, #blockId-5c0942b5cd8df70023317131 > header, #blockId-5c0942b5cd8df70023317131 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5c0942b5cd8df70023317131 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5c0942b5cd8df70023317131 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

 #blockId-5bb5cf02c14a32002a8e425d > section, #blockId-5bb5cf02c14a32002a8e425d > header, #blockId-5bb5cf02c14a32002a8e425d > footer{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5bb5cf02c14a32002a8e425d .w-apply-section-paddings{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5bb5cf02c14a32002a8e425d .w-ignore-section-paddings{
margin-top: -40px;
margin-bottom: -40px;
}
@media (min-width: 768px){
 #blockId-5bb5cf02c14a32002a8e425d > section, #blockId-5bb5cf02c14a32002a8e425d > header, #blockId-5bb5cf02c14a32002a8e425d > footer{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5bb5cf02c14a32002a8e425d .w-apply-section-paddings{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5bb5cf02c14a32002a8e425d .w-ignore-section-paddings{
margin-top: -40px;
margin-bottom: -40px;
}
}
@media (min-width: 992px){
 #blockId-5bb5cf02c14a32002a8e425d > section, #blockId-5bb5cf02c14a32002a8e425d > header, #blockId-5bb5cf02c14a32002a8e425d > footer{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5bb5cf02c14a32002a8e425d .w-apply-section-paddings{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5bb5cf02c14a32002a8e425d .w-ignore-section-paddings{
margin-top: -40px;
margin-bottom: -40px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

    :root .w-6403500f6fcf82ad068581bb50ff23bd .slick-dots li button::before {
      content: "";
      background: #000000;
    }
    
      :root .w-6403500f6fcf82ad068581bb50ff23bd .arrow-svg_1j4 {
        fill: #000000;
      }
    
    :root .w-grid--full-width.w-6403500f6fcf82ad068581bb50ff23bd .slider-arrow_Yvf {
      background: #000000;
    }
    :root .w-grid--full-width.w-6403500f6fcf82ad068581bb50ff23bd .arrow-svg_1j4 {
      fill: #ffffff;
    }

    .page-editor-xs .w-6403500f6fcf82ad068581bb50ff23bd .slider-arrow_Yvf {
      background: #000000;
    }
    .page-editor-xs .w-6403500f6fcf82ad068581bb50ff23bd .arrow-svg_1j4 {
      fill: #ffffff;
    }

    @media (max-width: 1199px) {
      :root:not(.disable-media-queries) .w-6403500f6fcf82ad068581bb50ff23bd .slider-arrow_Yvf {
        background: #000000;
      }
      :root:not(.disable-media-queries) .w-6403500f6fcf82ad068581bb50ff23bd .arrow-svg_1j4 {
        fill: #ffffff;
      }
    }
    
    :root .w-6403500f6fcf82ad068581bb50ff23bd .server-render__collection-item-wrapper {
      display: flex;
      min-width: calc(100% / 4);
    }
    :root .w-6403500f6fcf82ad068581bb50ff23bd .dots-margin {
      margin-bottom: 50px;
    }
    @media (max-width: 767px) {
      :root .w-6403500f6fcf82ad068581bb50ff23bd .dots-margin {
        margin-bottom: 35px;
      }
    }
    
    @media (max-width: 991px) {
      :root .w-6403500f6fcf82ad068581bb50ff23bd .server-render__collection-item-wrapper {
        min-width: calc(100% / 2);
      }
    }
    @media (max-width: 767px) {
      :root .w-6403500f6fcf82ad068581bb50ff23bd .server-render__collection-item-wrapper {
        min-width: 100%;
      }
    }
  
  
  
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 
 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
@media (max-width: 767px){
.w-db3db5e1e9553f9bbb24a0583bb4b7f8{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 60%;
}
}
 

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

    .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item {
      margin-top: 30px;
    }
    
  @media screen and (min-width: 0px) and (max-width: 479px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 1){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 2){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 2){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 4){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 1200px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 4){
margin-top: 0px !important;
}
  }
  

  .w-614972b7050a6bfe4276c20f2a0d4690 {
   --w-grid-columns-count: 4;
  }

  .page-editor-md .w-614972b7050a6bfe4276c20f2a0d4690 {
    --w-grid-columns-count: 2;
  }

  @media screen and (max-width: 991px) {
    .w-614972b7050a6bfe4276c20f2a0d4690 {
      --w-grid-columns-count: 2;
    }
  }

  .page-editor-xs .w-614972b7050a6bfe4276c20f2a0d4690 {
    --w-grid-columns-count: 1;
  }

  @media screen and (max-width: 479px) {
    .w-614972b7050a6bfe4276c20f2a0d4690 {
      --w-grid-columns-count: 1;
    }
  }


 #blockId-5bb4e230962176002454b425 > section, #blockId-5bb4e230962176002454b425 > header, #blockId-5bb4e230962176002454b425 > footer{
padding-top: 0px;
padding-bottom: 40px;
}
 #blockId-5bb4e230962176002454b425 .w-apply-section-paddings{
padding-top: 0px;
padding-bottom: 40px;
}
 #blockId-5bb4e230962176002454b425 .w-ignore-section-paddings{
margin-top: -0px;
margin-bottom: -40px;
}
@media (min-width: 768px){
 #blockId-5bb4e230962176002454b425 > section, #blockId-5bb4e230962176002454b425 > header, #blockId-5bb4e230962176002454b425 > footer{
padding-top: 0px;
padding-bottom: 40px;
}
 #blockId-5bb4e230962176002454b425 .w-apply-section-paddings{
padding-top: 0px;
padding-bottom: 40px;
}
 #blockId-5bb4e230962176002454b425 .w-ignore-section-paddings{
margin-top: -0px;
margin-bottom: -40px;
}
}
@media (min-width: 992px){
 #blockId-5bb4e230962176002454b425 > section, #blockId-5bb4e230962176002454b425 > header, #blockId-5bb4e230962176002454b425 > footer{
padding-top: 0px;
padding-bottom: 40px;
}
 #blockId-5bb4e230962176002454b425 .w-apply-section-paddings{
padding-top: 0px;
padding-bottom: 40px;
}
 #blockId-5bb4e230962176002454b425 .w-ignore-section-paddings{
margin-top: -0px;
margin-bottom: -40px;
}
}

:root:root:root .w-28c479c951e3f9953f21b560a7efc200,:root:root:root .w-28c479c951e3f9953f21b560a7efc200 .w-apply-grid-item-paddings{
padding-top: 27px !important;
padding-bottom: 27px !important;
padding-left: 27px !important;
padding-right: 27px !important;
}
:root:root:root .w-28c479c951e3f9953f21b560a7efc200 .w-ignore-grid-item-paddings{
margin-top: -27px !important;
margin-bottom: -27px !important;
margin-left: -27px !important;
margin-right: -27px !important;
}
:root:root:root .w-28c479c951e3f9953f21b560a7efc200.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-28c479c951e3f9953f21b560a7efc200,:root:root:root .w-28c479c951e3f9953f21b560a7efc200 .w-apply-grid-item-paddings{
padding-top: 29px !important;
padding-bottom: 29px !important;
padding-left: 28px !important;
padding-right: 28px !important;
}
:root:root:root .w-28c479c951e3f9953f21b560a7efc200 .w-ignore-grid-item-paddings{
margin-top: -29px !important;
margin-bottom: -29px !important;
margin-left: -28px !important;
margin-right: -28px !important;
}
:root:root:root .w-28c479c951e3f9953f21b560a7efc200.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-28c479c951e3f9953f21b560a7efc200,:root:root:root .w-28c479c951e3f9953f21b560a7efc200 .w-apply-grid-item-paddings{
padding-bottom: 33px !important;
padding-top: 33px !important;
padding-left: 30px !important;
padding-right: 30px !important;
}
:root:root:root .w-28c479c951e3f9953f21b560a7efc200 .w-ignore-grid-item-paddings{
margin-left: -30px !important;
margin-right: -30px !important;
}
:root:root:root .w-28c479c951e3f9953f21b560a7efc200.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

 #blockId-5d53f3f83ced2d0023cf8b29 > section, #blockId-5d53f3f83ced2d0023cf8b29 > header, #blockId-5d53f3f83ced2d0023cf8b29 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5d53f3f83ced2d0023cf8b29 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5d53f3f83ced2d0023cf8b29 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
@media (min-width: 768px){
 #blockId-5d53f3f83ced2d0023cf8b29 > section, #blockId-5d53f3f83ced2d0023cf8b29 > header, #blockId-5d53f3f83ced2d0023cf8b29 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5d53f3f83ced2d0023cf8b29 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5d53f3f83ced2d0023cf8b29 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}
@media (min-width: 992px){
 #blockId-5d53f3f83ced2d0023cf8b29 > section, #blockId-5d53f3f83ced2d0023cf8b29 > header, #blockId-5d53f3f83ced2d0023cf8b29 > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5d53f3f83ced2d0023cf8b29 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5d53f3f83ced2d0023cf8b29 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

    :root .w-6403500f6fcf82ad068581bb50ff23bd .slick-dots li button::before {
      content: "";
      background: #000000;
    }
    
      :root .w-6403500f6fcf82ad068581bb50ff23bd .arrow-svg_1j4 {
        fill: #000000;
      }
    
    :root .w-grid--full-width.w-6403500f6fcf82ad068581bb50ff23bd .slider-arrow_Yvf {
      background: #000000;
    }
    :root .w-grid--full-width.w-6403500f6fcf82ad068581bb50ff23bd .arrow-svg_1j4 {
      fill: #ffffff;
    }

    .page-editor-xs .w-6403500f6fcf82ad068581bb50ff23bd .slider-arrow_Yvf {
      background: #000000;
    }
    .page-editor-xs .w-6403500f6fcf82ad068581bb50ff23bd .arrow-svg_1j4 {
      fill: #ffffff;
    }

    @media (max-width: 1199px) {
      :root:not(.disable-media-queries) .w-6403500f6fcf82ad068581bb50ff23bd .slider-arrow_Yvf {
        background: #000000;
      }
      :root:not(.disable-media-queries) .w-6403500f6fcf82ad068581bb50ff23bd .arrow-svg_1j4 {
        fill: #ffffff;
      }
    }
    
    :root .w-6403500f6fcf82ad068581bb50ff23bd .server-render__collection-item-wrapper {
      display: flex;
      min-width: calc(100% / 4);
    }
    :root .w-6403500f6fcf82ad068581bb50ff23bd .dots-margin {
      margin-bottom: 50px;
    }
    @media (max-width: 767px) {
      :root .w-6403500f6fcf82ad068581bb50ff23bd .dots-margin {
        margin-bottom: 35px;
      }
    }
    
    @media (max-width: 991px) {
      :root .w-6403500f6fcf82ad068581bb50ff23bd .server-render__collection-item-wrapper {
        min-width: calc(100% / 2);
      }
    }
    @media (max-width: 767px) {
      :root .w-6403500f6fcf82ad068581bb50ff23bd .server-render__collection-item-wrapper {
        min-width: 100%;
      }
    }
  
  
  

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

    .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item {
      margin-top: 30px;
    }
    
  @media screen and (min-width: 0px) and (max-width: 479px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 1){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 2){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 2){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 4){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 1200px) {
    
 .w-5531ef6ac46839b5a547ed2f342855d5:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 4){
margin-top: 0px !important;
}
  }
  

  .w-614972b7050a6bfe4276c20f2a0d4690 {
   --w-grid-columns-count: 4;
  }

  .page-editor-md .w-614972b7050a6bfe4276c20f2a0d4690 {
    --w-grid-columns-count: 2;
  }

  @media screen and (max-width: 991px) {
    .w-614972b7050a6bfe4276c20f2a0d4690 {
      --w-grid-columns-count: 2;
    }
  }

  .page-editor-xs .w-614972b7050a6bfe4276c20f2a0d4690 {
    --w-grid-columns-count: 1;
  }

  @media screen and (max-width: 479px) {
    .w-614972b7050a6bfe4276c20f2a0d4690 {
      --w-grid-columns-count: 1;
    }
  }


 #blockId-5b4384800b4481002303bcfe > section, #blockId-5b4384800b4481002303bcfe > header, #blockId-5b4384800b4481002303bcfe > footer{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5b4384800b4481002303bcfe .w-apply-section-paddings{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5b4384800b4481002303bcfe .w-ignore-section-paddings{
margin-top: -40px;
margin-bottom: -40px;
}
@media (min-width: 768px){
 #blockId-5b4384800b4481002303bcfe > section, #blockId-5b4384800b4481002303bcfe > header, #blockId-5b4384800b4481002303bcfe > footer{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5b4384800b4481002303bcfe .w-apply-section-paddings{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5b4384800b4481002303bcfe .w-ignore-section-paddings{
margin-top: -40px;
margin-bottom: -40px;
}
}
@media (min-width: 992px){
 #blockId-5b4384800b4481002303bcfe > section, #blockId-5b4384800b4481002303bcfe > header, #blockId-5b4384800b4481002303bcfe > footer{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5b4384800b4481002303bcfe .w-apply-section-paddings{
padding-top: 40px;
padding-bottom: 40px;
}
 #blockId-5b4384800b4481002303bcfe .w-ignore-section-paddings{
margin-top: -40px;
margin-bottom: -40px;
}
}

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

    .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item {
      margin-top: 30px;
    }
    
  @media screen and (min-width: 0px) and (max-width: 479px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 1){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 2){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 2){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 3){
margin-top: 0px !important;
}
  }
  @media screen and (min-width: 1200px) {
    
 .w-2a5dc30a6807aa8725a711d62ec57d63:not(.w-grid--slider) > .w-grid__inner > .w-grid__item:nth-child(-n + 3){
margin-top: 0px !important;
}
  }
  

  .w-6454d86eafd410c0a47625b8d2f294b1 {
   --w-grid-columns-count: 3;
  }

  .page-editor-md .w-6454d86eafd410c0a47625b8d2f294b1 {
    --w-grid-columns-count: 2;
  }

  @media screen and (max-width: 991px) {
    .w-6454d86eafd410c0a47625b8d2f294b1 {
      --w-grid-columns-count: 2;
    }
  }

  .page-editor-xs .w-6454d86eafd410c0a47625b8d2f294b1 {
    --w-grid-columns-count: 1;
  }

  @media screen and (max-width: 479px) {
    .w-6454d86eafd410c0a47625b8d2f294b1 {
      --w-grid-columns-count: 1;
    }
  }

 

.w-ddcc310ab79db79b65faaa0013f426e1{
object-fit: contain !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-ddcc310ab79db79b65faaa0013f426e1{
object-position: 50% 50%;
}
}
 
 

.w-664ce3373423dd336190050fb89f9c61{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 10.26%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-664ce3373423dd336190050fb89f9c61{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 10.26%;
}
}
@media (max-width: 767px){
.w-664ce3373423dd336190050fb89f9c61{
padding-top: var(--w-resize-size) !important;
--w-resize-size: 10.26%;
}
}
 

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

 #blockId-5d808f683185a200267c73ae > section, #blockId-5d808f683185a200267c73ae > header, #blockId-5d808f683185a200267c73ae > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5d808f683185a200267c73ae .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5d808f683185a200267c73ae .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
@media (min-width: 768px){
 #blockId-5d808f683185a200267c73ae > section, #blockId-5d808f683185a200267c73ae > header, #blockId-5d808f683185a200267c73ae > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5d808f683185a200267c73ae .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5d808f683185a200267c73ae .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}
@media (min-width: 992px){
 #blockId-5d808f683185a200267c73ae > section, #blockId-5d808f683185a200267c73ae > header, #blockId-5d808f683185a200267c73ae > footer{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5d808f683185a200267c73ae .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 45px;
}
 #blockId-5d808f683185a200267c73ae .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -45px;
}
}
 

.w-f5aef3a1905ee4d64e55f1dae726aa41{
object-fit: cover !important;
object-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 991px){
.w-f5aef3a1905ee4d64e55f1dae726aa41{
object-position: 50% 50%;
}
}
@media (max-width: 767px){
.w-f5aef3a1905ee4d64e55f1dae726aa41{
object-position: 50% 50%;
}
}
 

:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 768px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px){
:root:root:root .w-088754deb0dd8820b733e12d9894218e.w-mod-not-paddings{
padding-bottom: 0 !important;
padding-top: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

 #blockId-5e4ede690cc536002127b512 > section, #blockId-5e4ede690cc536002127b512 > header, #blockId-5e4ede690cc536002127b512 > footer{
padding-top: 45px;
padding-bottom: 20px;
}
 #blockId-5e4ede690cc536002127b512 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 20px;
}
 #blockId-5e4ede690cc536002127b512 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -20px;
}
@media (min-width: 768px){
 #blockId-5e4ede690cc536002127b512 > section, #blockId-5e4ede690cc536002127b512 > header, #blockId-5e4ede690cc536002127b512 > footer{
padding-top: 45px;
padding-bottom: 20px;
}
 #blockId-5e4ede690cc536002127b512 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 20px;
}
 #blockId-5e4ede690cc536002127b512 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -20px;
}
}
@media (min-width: 992px){
 #blockId-5e4ede690cc536002127b512 > section, #blockId-5e4ede690cc536002127b512 > header, #blockId-5e4ede690cc536002127b512 > footer{
padding-top: 45px;
padding-bottom: 20px;
}
 #blockId-5e4ede690cc536002127b512 .w-apply-section-paddings{
padding-top: 45px;
padding-bottom: 20px;
}
 #blockId-5e4ede690cc536002127b512 .w-ignore-section-paddings{
margin-top: -45px;
margin-bottom: -20px;
}
}</style>
  <link rel="stylesheet" href="https://wl-apps.yourwebsite.life/social-icons/1.0.49/components/SocialIcons/ssr.css" media="none" onload="if(media!='all')media='all'" />
<link rel="stylesheet" href="https://wl-apps.yourwebsite.life/blog/1.0.13/components/BlogFeed/ssr.css" media="none" onload="if(media!='all')media='all'" />
<link rel="stylesheet" href="https://wl-apps.yourwebsite.life/contact-form/2.1.593/components/ContactForm/ssr.css" media="none" onload="if(media!='all')media='all'" />

  





<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-160235179-1">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
<meta name="p:domain_verify" content="cb7431854b7d1ea2ca7b0cdf0bcc72c5"/>
  gtag('config', 'UA-160235179-1');
</script>

  <!-- Global Site Tag (gtag.js) - Google Analytics -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=UA-160235179-1"></script>
        <script>
          window.dataLayer = window.dataLayer || [];
 function gtag(){dataLayer.push(arguments);}
 gtag('js', new Date());
 gtag('config', 'UA-160235179-1');
</script>

  <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "legalName": "Jeremy Lew and Associates",
      "description": "A family owned and operated architecture and construction firm based in Northbrook, IL specializing in both residential and commercial projects since 1988. Serving Chicagoland and the North Shore.",
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "8475090808",
          "email": "[email protected]"
        }
      ],
      "address": {
        "addressCountry": "US",
        "addressRegion": "Northbrook ",
        "streetAddress": "3000 Dundee Rd, Suite 320",
        "postalCode": "60062"
      }
    }
  </script>
  <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "LocalBusiness",
      "name": "Jeremy Lew and Associates",
      "description": "A family owned and operated architecture and construction firm based in Northbrook, IL specializing in both residential and commercial projects since 1988. Serving Chicagoland and the North Shore.",
      "telephone": "8475090808",
      "openingHours": [],
      "address": {
        "addressCountry": "US",
        "addressRegion": "Northbrook ",
        "streetAddress": "3000 Dundee Rd, Suite 320",
        "postalCode": "60062"
      },
      "image": "//via.placeholder.com/1"
    }
  </script>
  
</head>
<body>

<!-- Messenger Chat Plugin Code -->
    <div id="fb-root"></div>
      <script>
        window.fbAsyncInit = function() {
          FB.init({
            xfbml            : true,
            version          : 'v10.0'
          });
        };

        (function(d, s, id) {
          var js, fjs = d.getElementsByTagName(s)[0];
          if (d.getElementById(id)) return;
          js = d.createElement(s); js.id = id;
          js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
          fjs.parentNode.insertBefore(js, fjs);
        }(document, 'script', 'facebook-jssdk'));
      </script>

      <!-- Your Chat Plugin code -->
      <div class="fb-customerchat"
        attribution="page_inbox"
        page_id="1467142196898461">
      </div>  <div id="app"><div id="page-home" class="page" lang=""><div id="portal"></div><div class="g-sticky-wrapper sticky-wrapper_6A4" style="height:0;display:none" data-sticky-wrapper="true" tabindex="-1"><div></div><div id="blockId-5bd86f26fdb459002364923c" data-block-name="wireframe-series-8-header" data-block-categories="header" data-test="block-wrapper" data-anchor="header" class="block-wrapper w-block-wrapper block-wrapper_3Um undefined block-wrapper--is-stuck_2v_ background_3lr background w-state-has-background"><div style="display:none" id="header"></div><div class="background-wrapper--hide_1Ap w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="true" data-component="background" data-type="color"><div class="background_2xT" style="background:#ffffff" data-role="placeholder" data-selection-container="true"></div></div><header class="header__3gK-4 w-section w-section--header" data-header="target" data-category="header" data-toggle="header--opened__1ihF-"><div class="header__inner__2TF15 w-section__inner w-disable-offset"><div class="logo-container__3H4I6"><div class="logo-wrapper__LaBvr w-logo w-text-center w-text-lg-left"><a data-component="link" class="logo__3qpHV w-logo__content" href="/"><span class="lqip-wrapper_1nQ" style="width:126px;height:93.504px"><img width="126" height="94" alt="logo" class="logo-image_1oy image-logo_3zc" loading="lazy" data-src="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e42b23c62dd7a002172aee8_optimized_302" data-component="logo"/></span></a></div></div><div class="wrapper__FZY6q w-hide--sm w-hide--md w-disable-offset"><nav class="nav__1Raff w-nav"><nav class="w-nav w-nav--constructor"><ul class="menu_1QC menu--5bd86f26fdb459002364923c--menu nav-list__3pd1s w-nav__list" data-component="menu"><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item menu__item--submenu_2Ot" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="true" href="/portfolio-jla-residential">RESIDENTIAL</a><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-kitchens">Kitchens</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-baths">Baths</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-mud-room-and-laundry">Mud Room &amp; Laundry</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-before-and-after-exteriors">Before &amp; After Exteriors *New!*</a></span></li></ul></div></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" href="/portfolio-jla-commercial">COMMERCIAL</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#services&quot;}" href="/#services">PROCESS</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item menu__item--submenu_2Ot" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><span class="menu__link_2K2 nav-list__link__1d_96 w-nav__link menu__link--empty_1P1">ABOUT</span><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/team">Team</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#mission&quot;}" href="/#mission">Mission</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#awards-1&quot;}" href="/#awards-1">Press &amp; Awards</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/videos">Videos</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/blog">Blog</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/communityoutreach">Community Outreach</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#testimonials&quot;}" href="/#testimonials">Testimonials</a></span></li></ul></div></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#cta-2&quot;}" href="/#cta-2">CONTACT</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#footer-1&quot;}" href="/#footer-1">(847) 509-0808</a></span></li><style>
.menu--5bd86f26fdb459002364923c--menu .menu__item_1eM:not(.submenu__link){
font-size: 15px;
}
.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2:not(.submenu__link){
font-weight: 400;
}
.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2:not(.submenu__link):hover,.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2:not(.submenu__link):hover + .menu__item-triangle_22k,.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2.submenu__link:hover{
color: #000000;
}</style></ul></nav></nav><div class="socials__16CYF"><div class="socials__inner__5BFM8 social-icons-container_2Id w-socials"><style>.si677d572edc4249b05e918553socials1736267576987:hover {color: #b1521d}</style><ul class="list--horizontal_3J3" style="--social-icons-offset:20px" data-animation=""><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.facebook.com/jla.architects.builders" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267576987 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M13.6383 25H16.9133V16.0044H19.3702L19.8561 13.1936H16.9133V11.1568C16.9133 10.5002 17.3379 9.8108 17.9447 9.8108H19.6171V7H17.5674V7.0126C14.3604 7.129 13.7014 8.9864 13.6443 10.9374H13.6383V13.1936H12V16.0044H13.6383V25Z"></path></svg><span style="display:none">d8bc9df7-f892-4578-ae7c-09b0298f5f6c</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.instagram.com/jla.architects.builders/?hl=en" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267576987 svgIcon_1J7" viewBox="0 0 32 32"><g><path class="logo_2gS" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path><path class="insta-mask-logo-hover_19f" style="fill:url(#si677d572edc4249b05e918553socials1736267576987f28b7e10-fb1a-4799-ae22-9f92f6760ad6hover)" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path></g></svg><span style="display:none">f28b7e10-fb1a-4799-ae22-9f92f6760ad6</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.pinterest.com/Jlaarchitectsbuilders/" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267576987 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M10,13.7403846 C10,13.0480735 10.1201911,12.3958364 10.3605769,11.7836538 C10.6009627,11.1714713 10.9326902,10.6378228 11.3557692,10.1826923 C11.7788483,9.72756183 12.2660229,9.333335 12.8173077,9 C13.3685925,8.666665 13.9615353,8.4166675 14.5961538,8.25 C15.2307724,8.0833325 15.8782018,8 16.5384615,8 C17.5512871,8 18.4935854,8.21313889 19.3653846,8.63942308 C20.2371838,9.06570726 20.9455101,9.68589337 21.4903846,10.5 C22.0352591,11.3141066 22.3076923,12.2339692 22.3076923,13.2596154 C22.3076923,13.8750031 22.2467955,14.4775612 22.125,15.0673077 C22.0032045,15.6570542 21.8108987,16.2243562 21.5480769,16.7692308 C21.2852551,17.3141053 20.9647455,17.7932672 20.5865385,18.2067308 C20.2083314,18.6201944 19.7435925,18.9503193 19.1923077,19.1971154 C18.6410229,19.4439115 18.0352597,19.5673077 17.375,19.5673077 C16.9391004,19.5673077 16.5064124,19.4647446 16.0769231,19.2596154 C15.6474337,19.0544862 15.3397445,18.7724377 15.1538462,18.4134615 C15.0897433,18.6634628 15.0000006,19.0240361 14.8846154,19.4951923 C14.7692302,19.9663485 14.6939104,20.2708326 14.6586538,20.4086538 C14.6233973,20.546475 14.5576928,20.7740369 14.4615385,21.0913462 C14.3653841,21.4086554 14.2820516,21.6362173 14.2115385,21.7740385 C14.1410253,21.9118597 14.0384622,22.1121782 13.9038462,22.375 C13.7692301,22.6378218 13.6217957,22.8862168 13.4615385,23.1201923 C13.3012813,23.3541678 13.1025653,23.6314087 12.8653846,23.9519231 L12.7307692,24 L12.6442308,23.9038462 C12.5480764,22.8974309 12.5,22.2948728 12.5,22.0961538 C12.5,21.5064073 12.5689096,20.844555 12.7067308,20.1105769 C12.844552,19.3765989 13.0576909,18.4551338 13.3461538,17.3461538 C13.6346168,16.2371739 13.8012818,15.5865394 13.8461538,15.3942308 C13.6410246,14.977562 13.5384615,14.4359008 13.5384615,13.7692308 C13.5384615,13.2371768 13.7051265,12.7371818 14.0384615,12.2692308 C14.3717965,11.8012797 14.7948692,11.5673077 15.3076923,11.5673077 C15.6987199,11.5673077 16.003204,11.6971141 16.2211538,11.9567308 C16.4391037,12.2163475 16.5480769,12.5448698 16.5480769,12.9423077 C16.5480769,13.3653867 16.4070527,13.9775601 16.125,14.7788462 C15.8429473,15.5801322 15.7019231,16.1794852 15.7019231,16.5769231 C15.7019231,16.9807713 15.8461524,17.3157038 16.1346154,17.5817308 C16.4230784,17.8477577 16.7724338,17.9807692 17.1826923,17.9807692 C17.5352582,17.9807692 17.862178,17.9006418 18.1634615,17.7403846 C18.4647451,17.5801274 18.7163451,17.3621809 18.9182692,17.0865385 C19.1201933,16.8108961 19.2996787,16.5064119 19.4567308,16.1730769 C19.6137828,15.8397419 19.7355765,15.4855788 19.8221154,15.1105769 C19.9086543,14.735575 19.9727562,14.3798094 20.0144231,14.0432692 C20.05609,13.7067291 20.0769231,13.387822 20.0769231,13.0865385 C20.0769231,11.9775586 19.725965,11.1137851 19.0240385,10.4951923 C18.3221119,9.87659947 17.4070569,9.56730769 16.2788462,9.56730769 C14.9967885,9.56730769 13.9262863,9.98236764 13.0673077,10.8125 C12.208329,11.6426324 11.7788462,12.6955064 11.7788462,13.9711538 C11.7788462,14.2532065 11.8189099,14.5256397 11.8990385,14.7884615 C11.9791671,15.0512834 12.0657047,15.2596146 12.1586538,15.4134615 C12.251603,15.5673085 12.3381406,15.7131403 12.4182692,15.8509615 C12.4983978,15.9887827 12.5384615,16.0865382 12.5384615,16.1442308 C12.5384615,16.3237188 12.4903851,16.5576909 12.3942308,16.8461538 C12.2980764,17.1346168 12.1794879,17.2788462 12.0384615,17.2788462 C12.025641,17.2788462 11.9711543,17.2692309 11.875,17.25 C11.5480753,17.1538457 11.2580141,16.9743603 11.0048077,16.7115385 C10.7516013,16.4487166 10.5560904,16.145835 10.4182692,15.8028846 C10.280448,15.4599342 10.1762824,15.1137838 10.1057692,14.7644231 C10.0352561,14.4150624 10,14.0737196 10,13.7403846 Z"></path></svg><span style="display:none">d3fa4095-ad95-493f-a834-5811287500f3</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.linkedin.com/company/36112515/admin/" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267576987 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M9.97232285,11.5995823 C8.88258153,11.5995823 8,10.7947111 8,9.80075848 C8,8.8059265 8.88258153,8 9.97232285,8 C11.0610099,8 11.9435914,8.8059265 11.9435914,9.80075848 C11.9435914,10.7947111 11.0610099,11.5995823 9.97232285,11.5995823 Z M8.4518207,23.1711013 L8.4518207,12.9700277 L11.9888237,12.9700277 L11.9888237,23.1711013 L8.4518207,23.1711013 Z M16.9530531,17.4974678 L16.9530531,23.0408069 L13.4218484,23.0408069 L13.4218484,12.8397333 L16.9530531,12.8397333 L16.9530531,14.2130799 C17.8821971,13.0133365 18.6895756,12.518207 20.1533994,12.518207 C21.6184531,12.518207 24,13.2127953 24,17.2417242 L24,23.0408069 L20.4788107,23.0408069 L20.4788107,17.4695014 C20.4788107,16.3276256 20.1533994,15.1836392 18.8299664,15.1836392 C17.5065334,15.1836392 16.9530531,16.3276256 16.9530531,17.4974678 Z"></path></svg><span style="display:none">51acae55-fac9-4577-a13b-3305e8594819</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.houzz.com/pro/robertlew/__public" class="social-icons__icon_3m8 social-icons__icon--custom_u8z">
                    <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 172.34 301.02"><defs><style>.cls-1{fill:#9ac641;}.cls-2{fill:#010101;}.cls-3{fill:#fff;}</style></defs><title>Artboard 1houzz-color</title><polygon class="cls-1" points="86.22 301.02 172.34 250.03 172.34 150.88 86.22 201.87 86.22 301.02"/><polygon class="cls-1" points="86.22 102.13 172.34 150.88 172.34 51.14 86.22 102.13"/><polygon class="cls-2" points="86.22 102.13 86.22 201.87 172.34 150.88 86.22 102.13"/><polygon class="cls-1" points="0 153.29 0 253.02 86.12 202.04 0 153.29"/><polygon class="cls-1" points="86.12 0 0 50.99 0 153.29 86.12 102.3 86.12 0"/><polygon class="cls-3" points="86.12 102.3 0 153.29 86.12 202.04 86.12 102.3"/></svg>
                    <span style="display: none;">93392bfb-885a-46c2-b8c3-adb7bfd55232</span>
                  </a></li></ul></div></div></div><button type="button" class="nav-button__2qf8s w-burger w-hide--lg w-hide--xl" data-handler="w-burger--active" title="Switch menu"><span class="w-burger__inner"><span class="w-burger__line" aria-hidden="true"></span><span class="w-burger__line" aria-hidden="true"></span><span class="w-burger__line" aria-hidden="true"></span></span></button></div><div class="header__inner__2TF15 header__inner--fixed__3sp55 w-hide--lg w-hide--xl background_3lr background w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#ffffff" data-role="placeholder" data-selection-container="true"></div></div><div class="logo-container__3H4I6"><div class="logo-wrapper__LaBvr w-logo w-text-center w-text-lg-left"><a data-component="link" class="logo__3qpHV w-logo__content" href="/"><span class="lqip-wrapper_1nQ" style="width:126px;height:93.504px"><img width="126" height="94" alt="logo" class="logo-image_1oy image-logo_3zc" loading="lazy" data-src="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e42b23c62dd7a002172aee8_optimized_302" data-component="logo"/></span></a></div></div><nav class="nav__1Raff w-nav w-nav--column"><nav class="w-nav w-nav--constructor"><ul class="menu_1QC menu--5bd86f26fdb459002364923c--menu nav-list__3pd1s w-nav__list" data-component="menu"><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item menu__item--submenu_2Ot" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="true" href="/portfolio-jla-residential">RESIDENTIAL</a><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-kitchens">Kitchens</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-baths">Baths</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-mud-room-and-laundry">Mud Room &amp; Laundry</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-before-and-after-exteriors">Before &amp; After Exteriors *New!*</a></span></li></ul></div></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" href="/portfolio-jla-commercial">COMMERCIAL</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#services&quot;}" href="/#services">PROCESS</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item menu__item--submenu_2Ot" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><span class="menu__link_2K2 nav-list__link__1d_96 w-nav__link menu__link--empty_1P1">ABOUT</span><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/team">Team</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#mission&quot;}" href="/#mission">Mission</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#awards-1&quot;}" href="/#awards-1">Press &amp; Awards</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/videos">Videos</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/blog">Blog</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/communityoutreach">Community Outreach</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#testimonials&quot;}" href="/#testimonials">Testimonials</a></span></li></ul></div></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#cta-2&quot;}" href="/#cta-2">CONTACT</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#footer-1&quot;}" href="/#footer-1">(847) 509-0808</a></span></li><style>
.menu--5bd86f26fdb459002364923c--menu .menu__item_1eM:not(.submenu__link){
font-size: 15px;
}
.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2:not(.submenu__link){
font-weight: 400;
}
.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2:not(.submenu__link):hover,.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2:not(.submenu__link):hover + .menu__item-triangle_22k,.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2.submenu__link:hover{
color: #000000;
}</style></ul></nav></nav><div class="socials__16CYF"><div class="socials__inner__5BFM8 social-icons-container_2Id w-socials"><style>.si677d572edc4249b05e918553socials1736267577006:hover {color: #b1521d}</style><ul class="list--horizontal_3J3" style="--social-icons-offset:20px" data-animation=""><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.facebook.com/jla.architects.builders" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267577006 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M13.6383 25H16.9133V16.0044H19.3702L19.8561 13.1936H16.9133V11.1568C16.9133 10.5002 17.3379 9.8108 17.9447 9.8108H19.6171V7H17.5674V7.0126C14.3604 7.129 13.7014 8.9864 13.6443 10.9374H13.6383V13.1936H12V16.0044H13.6383V25Z"></path></svg><span style="display:none">d8bc9df7-f892-4578-ae7c-09b0298f5f6c</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.instagram.com/jla.architects.builders/?hl=en" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267577006 svgIcon_1J7" viewBox="0 0 32 32"><g><path class="logo_2gS" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path><path class="insta-mask-logo-hover_19f" style="fill:url(#si677d572edc4249b05e918553socials1736267577006f28b7e10-fb1a-4799-ae22-9f92f6760ad6hover)" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path></g></svg><span style="display:none">f28b7e10-fb1a-4799-ae22-9f92f6760ad6</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.pinterest.com/Jlaarchitectsbuilders/" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267577006 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M10,13.7403846 C10,13.0480735 10.1201911,12.3958364 10.3605769,11.7836538 C10.6009627,11.1714713 10.9326902,10.6378228 11.3557692,10.1826923 C11.7788483,9.72756183 12.2660229,9.333335 12.8173077,9 C13.3685925,8.666665 13.9615353,8.4166675 14.5961538,8.25 C15.2307724,8.0833325 15.8782018,8 16.5384615,8 C17.5512871,8 18.4935854,8.21313889 19.3653846,8.63942308 C20.2371838,9.06570726 20.9455101,9.68589337 21.4903846,10.5 C22.0352591,11.3141066 22.3076923,12.2339692 22.3076923,13.2596154 C22.3076923,13.8750031 22.2467955,14.4775612 22.125,15.0673077 C22.0032045,15.6570542 21.8108987,16.2243562 21.5480769,16.7692308 C21.2852551,17.3141053 20.9647455,17.7932672 20.5865385,18.2067308 C20.2083314,18.6201944 19.7435925,18.9503193 19.1923077,19.1971154 C18.6410229,19.4439115 18.0352597,19.5673077 17.375,19.5673077 C16.9391004,19.5673077 16.5064124,19.4647446 16.0769231,19.2596154 C15.6474337,19.0544862 15.3397445,18.7724377 15.1538462,18.4134615 C15.0897433,18.6634628 15.0000006,19.0240361 14.8846154,19.4951923 C14.7692302,19.9663485 14.6939104,20.2708326 14.6586538,20.4086538 C14.6233973,20.546475 14.5576928,20.7740369 14.4615385,21.0913462 C14.3653841,21.4086554 14.2820516,21.6362173 14.2115385,21.7740385 C14.1410253,21.9118597 14.0384622,22.1121782 13.9038462,22.375 C13.7692301,22.6378218 13.6217957,22.8862168 13.4615385,23.1201923 C13.3012813,23.3541678 13.1025653,23.6314087 12.8653846,23.9519231 L12.7307692,24 L12.6442308,23.9038462 C12.5480764,22.8974309 12.5,22.2948728 12.5,22.0961538 C12.5,21.5064073 12.5689096,20.844555 12.7067308,20.1105769 C12.844552,19.3765989 13.0576909,18.4551338 13.3461538,17.3461538 C13.6346168,16.2371739 13.8012818,15.5865394 13.8461538,15.3942308 C13.6410246,14.977562 13.5384615,14.4359008 13.5384615,13.7692308 C13.5384615,13.2371768 13.7051265,12.7371818 14.0384615,12.2692308 C14.3717965,11.8012797 14.7948692,11.5673077 15.3076923,11.5673077 C15.6987199,11.5673077 16.003204,11.6971141 16.2211538,11.9567308 C16.4391037,12.2163475 16.5480769,12.5448698 16.5480769,12.9423077 C16.5480769,13.3653867 16.4070527,13.9775601 16.125,14.7788462 C15.8429473,15.5801322 15.7019231,16.1794852 15.7019231,16.5769231 C15.7019231,16.9807713 15.8461524,17.3157038 16.1346154,17.5817308 C16.4230784,17.8477577 16.7724338,17.9807692 17.1826923,17.9807692 C17.5352582,17.9807692 17.862178,17.9006418 18.1634615,17.7403846 C18.4647451,17.5801274 18.7163451,17.3621809 18.9182692,17.0865385 C19.1201933,16.8108961 19.2996787,16.5064119 19.4567308,16.1730769 C19.6137828,15.8397419 19.7355765,15.4855788 19.8221154,15.1105769 C19.9086543,14.735575 19.9727562,14.3798094 20.0144231,14.0432692 C20.05609,13.7067291 20.0769231,13.387822 20.0769231,13.0865385 C20.0769231,11.9775586 19.725965,11.1137851 19.0240385,10.4951923 C18.3221119,9.87659947 17.4070569,9.56730769 16.2788462,9.56730769 C14.9967885,9.56730769 13.9262863,9.98236764 13.0673077,10.8125 C12.208329,11.6426324 11.7788462,12.6955064 11.7788462,13.9711538 C11.7788462,14.2532065 11.8189099,14.5256397 11.8990385,14.7884615 C11.9791671,15.0512834 12.0657047,15.2596146 12.1586538,15.4134615 C12.251603,15.5673085 12.3381406,15.7131403 12.4182692,15.8509615 C12.4983978,15.9887827 12.5384615,16.0865382 12.5384615,16.1442308 C12.5384615,16.3237188 12.4903851,16.5576909 12.3942308,16.8461538 C12.2980764,17.1346168 12.1794879,17.2788462 12.0384615,17.2788462 C12.025641,17.2788462 11.9711543,17.2692309 11.875,17.25 C11.5480753,17.1538457 11.2580141,16.9743603 11.0048077,16.7115385 C10.7516013,16.4487166 10.5560904,16.145835 10.4182692,15.8028846 C10.280448,15.4599342 10.1762824,15.1137838 10.1057692,14.7644231 C10.0352561,14.4150624 10,14.0737196 10,13.7403846 Z"></path></svg><span style="display:none">d3fa4095-ad95-493f-a834-5811287500f3</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.linkedin.com/company/36112515/admin/" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267577006 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M9.97232285,11.5995823 C8.88258153,11.5995823 8,10.7947111 8,9.80075848 C8,8.8059265 8.88258153,8 9.97232285,8 C11.0610099,8 11.9435914,8.8059265 11.9435914,9.80075848 C11.9435914,10.7947111 11.0610099,11.5995823 9.97232285,11.5995823 Z M8.4518207,23.1711013 L8.4518207,12.9700277 L11.9888237,12.9700277 L11.9888237,23.1711013 L8.4518207,23.1711013 Z M16.9530531,17.4974678 L16.9530531,23.0408069 L13.4218484,23.0408069 L13.4218484,12.8397333 L16.9530531,12.8397333 L16.9530531,14.2130799 C17.8821971,13.0133365 18.6895756,12.518207 20.1533994,12.518207 C21.6184531,12.518207 24,13.2127953 24,17.2417242 L24,23.0408069 L20.4788107,23.0408069 L20.4788107,17.4695014 C20.4788107,16.3276256 20.1533994,15.1836392 18.8299664,15.1836392 C17.5065334,15.1836392 16.9530531,16.3276256 16.9530531,17.4974678 Z"></path></svg><span style="display:none">51acae55-fac9-4577-a13b-3305e8594819</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.houzz.com/pro/robertlew/__public" class="social-icons__icon_3m8 social-icons__icon--custom_u8z">
                    <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 172.34 301.02"><defs><style>.cls-1{fill:#9ac641;}.cls-2{fill:#010101;}.cls-3{fill:#fff;}</style></defs><title>Artboard 1houzz-color</title><polygon class="cls-1" points="86.22 301.02 172.34 250.03 172.34 150.88 86.22 201.87 86.22 301.02"/><polygon class="cls-1" points="86.22 102.13 172.34 150.88 172.34 51.14 86.22 102.13"/><polygon class="cls-2" points="86.22 102.13 86.22 201.87 172.34 150.88 86.22 102.13"/><polygon class="cls-1" points="0 153.29 0 253.02 86.12 202.04 0 153.29"/><polygon class="cls-1" points="86.12 0 0 50.99 0 153.29 86.12 102.3 86.12 0"/><polygon class="cls-3" points="86.12 102.3 0 153.29 86.12 202.04 86.12 102.3"/></svg>
                    <span style="display: none;">93392bfb-885a-46c2-b8c3-adb7bfd55232</span>
                  </a></li></ul></div></div><button type="button" class="nav-button__2qf8s w-burger w-hide--lg w-hide--xl" data-handler="w-burger--active" title="Switch menu"><span class="w-burger__inner"><span class="w-burger__line" aria-hidden="true"></span><span class="w-burger__line" aria-hidden="true"></span><span class="w-burger__line" aria-hidden="true"></span></span></button></div></header></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div data-sentinel="true"></div><div data-sentinel="true"></div><div id="blockId-5bd86f26fdb459002364923c" data-block-name="wireframe-series-8-header" data-block-categories="header" data-test="block-wrapper" data-anchor="header" data-sticky="true" class="block-wrapper w-block-wrapper block-wrapper_3Um undefined background_3lr background w-state-has-background"><div style="display:none" id="header"></div><div class="background-wrapper--hide_1Ap w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="true" data-component="background" data-type="color"><div class="background_2xT" style="background:#ffffff" data-role="placeholder" data-selection-container="true"></div></div><header class="header__3gK-4 w-section w-section--header" data-header="target" data-category="header" data-toggle="header--opened__1ihF-"><div class="header__inner__2TF15 w-section__inner w-disable-offset"><div class="logo-container__3H4I6"><div class="logo-wrapper__LaBvr w-logo w-text-center w-text-lg-left"><a data-component="link" class="logo__3qpHV w-logo__content" href="/"><span class="lqip-wrapper_1nQ" style="width:126px;height:93.504px"><img width="126" height="94" alt="logo" class="logo-image_1oy image-logo_3zc" loading="lazy" data-src="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e42b23c62dd7a002172aee8_optimized_302" data-component="logo"/></span></a></div></div><div class="wrapper__FZY6q w-hide--sm w-hide--md w-disable-offset"><nav class="nav__1Raff w-nav"><nav class="w-nav w-nav--constructor"><ul class="menu_1QC menu--5bd86f26fdb459002364923c--menu nav-list__3pd1s w-nav__list hidden_3w8" data-component="menu" data-animation="fade-in-center_3nb normal_2Pr"><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item menu__item--submenu_2Ot" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="true" href="/portfolio-jla-residential">RESIDENTIAL</a><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-kitchens">Kitchens</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-baths">Baths</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-mud-room-and-laundry">Mud Room &amp; Laundry</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-before-and-after-exteriors">Before &amp; After Exteriors *New!*</a></span></li></ul></div></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" href="/portfolio-jla-commercial">COMMERCIAL</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#services&quot;}" href="/#services">PROCESS</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item menu__item--submenu_2Ot" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><span class="menu__link_2K2 nav-list__link__1d_96 w-nav__link menu__link--empty_1P1">ABOUT</span><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/team">Team</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#mission&quot;}" href="/#mission">Mission</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#awards-1&quot;}" href="/#awards-1">Press &amp; Awards</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/videos">Videos</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/blog">Blog</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/communityoutreach">Community Outreach</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#testimonials&quot;}" href="/#testimonials">Testimonials</a></span></li></ul></div></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#cta-2&quot;}" href="/#cta-2">CONTACT</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#footer-1&quot;}" href="/#footer-1">(847) 509-0808</a></span></li><style>
.menu--5bd86f26fdb459002364923c--menu .menu__item_1eM:not(.submenu__link){
font-size: 15px;
}
.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2:not(.submenu__link){
font-weight: 400;
}
.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2:not(.submenu__link):hover,.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2:not(.submenu__link):hover + .menu__item-triangle_22k,.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2.submenu__link:hover{
color: #000000;
}</style></ul></nav></nav><div class="socials__16CYF"><div class="socials__inner__5BFM8 social-icons-container_2Id w-socials"><style>.si677d572edc4249b05e918553socials1736267577101:hover {color: #b1521d}</style><ul class="list--horizontal_3J3 hidden_3w8" style="--social-icons-offset:20px" data-animation="fade-in-center_3nb normal_2Pr"><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.facebook.com/jla.architects.builders" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267577101 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M13.6383 25H16.9133V16.0044H19.3702L19.8561 13.1936H16.9133V11.1568C16.9133 10.5002 17.3379 9.8108 17.9447 9.8108H19.6171V7H17.5674V7.0126C14.3604 7.129 13.7014 8.9864 13.6443 10.9374H13.6383V13.1936H12V16.0044H13.6383V25Z"></path></svg><span style="display:none">d8bc9df7-f892-4578-ae7c-09b0298f5f6c</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.instagram.com/jla.architects.builders/?hl=en" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267577101 svgIcon_1J7" viewBox="0 0 32 32"><g><path class="logo_2gS" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path><path class="insta-mask-logo-hover_19f" style="fill:url(#si677d572edc4249b05e918553socials1736267577101f28b7e10-fb1a-4799-ae22-9f92f6760ad6hover)" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path></g></svg><span style="display:none">f28b7e10-fb1a-4799-ae22-9f92f6760ad6</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.pinterest.com/Jlaarchitectsbuilders/" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267577101 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M10,13.7403846 C10,13.0480735 10.1201911,12.3958364 10.3605769,11.7836538 C10.6009627,11.1714713 10.9326902,10.6378228 11.3557692,10.1826923 C11.7788483,9.72756183 12.2660229,9.333335 12.8173077,9 C13.3685925,8.666665 13.9615353,8.4166675 14.5961538,8.25 C15.2307724,8.0833325 15.8782018,8 16.5384615,8 C17.5512871,8 18.4935854,8.21313889 19.3653846,8.63942308 C20.2371838,9.06570726 20.9455101,9.68589337 21.4903846,10.5 C22.0352591,11.3141066 22.3076923,12.2339692 22.3076923,13.2596154 C22.3076923,13.8750031 22.2467955,14.4775612 22.125,15.0673077 C22.0032045,15.6570542 21.8108987,16.2243562 21.5480769,16.7692308 C21.2852551,17.3141053 20.9647455,17.7932672 20.5865385,18.2067308 C20.2083314,18.6201944 19.7435925,18.9503193 19.1923077,19.1971154 C18.6410229,19.4439115 18.0352597,19.5673077 17.375,19.5673077 C16.9391004,19.5673077 16.5064124,19.4647446 16.0769231,19.2596154 C15.6474337,19.0544862 15.3397445,18.7724377 15.1538462,18.4134615 C15.0897433,18.6634628 15.0000006,19.0240361 14.8846154,19.4951923 C14.7692302,19.9663485 14.6939104,20.2708326 14.6586538,20.4086538 C14.6233973,20.546475 14.5576928,20.7740369 14.4615385,21.0913462 C14.3653841,21.4086554 14.2820516,21.6362173 14.2115385,21.7740385 C14.1410253,21.9118597 14.0384622,22.1121782 13.9038462,22.375 C13.7692301,22.6378218 13.6217957,22.8862168 13.4615385,23.1201923 C13.3012813,23.3541678 13.1025653,23.6314087 12.8653846,23.9519231 L12.7307692,24 L12.6442308,23.9038462 C12.5480764,22.8974309 12.5,22.2948728 12.5,22.0961538 C12.5,21.5064073 12.5689096,20.844555 12.7067308,20.1105769 C12.844552,19.3765989 13.0576909,18.4551338 13.3461538,17.3461538 C13.6346168,16.2371739 13.8012818,15.5865394 13.8461538,15.3942308 C13.6410246,14.977562 13.5384615,14.4359008 13.5384615,13.7692308 C13.5384615,13.2371768 13.7051265,12.7371818 14.0384615,12.2692308 C14.3717965,11.8012797 14.7948692,11.5673077 15.3076923,11.5673077 C15.6987199,11.5673077 16.003204,11.6971141 16.2211538,11.9567308 C16.4391037,12.2163475 16.5480769,12.5448698 16.5480769,12.9423077 C16.5480769,13.3653867 16.4070527,13.9775601 16.125,14.7788462 C15.8429473,15.5801322 15.7019231,16.1794852 15.7019231,16.5769231 C15.7019231,16.9807713 15.8461524,17.3157038 16.1346154,17.5817308 C16.4230784,17.8477577 16.7724338,17.9807692 17.1826923,17.9807692 C17.5352582,17.9807692 17.862178,17.9006418 18.1634615,17.7403846 C18.4647451,17.5801274 18.7163451,17.3621809 18.9182692,17.0865385 C19.1201933,16.8108961 19.2996787,16.5064119 19.4567308,16.1730769 C19.6137828,15.8397419 19.7355765,15.4855788 19.8221154,15.1105769 C19.9086543,14.735575 19.9727562,14.3798094 20.0144231,14.0432692 C20.05609,13.7067291 20.0769231,13.387822 20.0769231,13.0865385 C20.0769231,11.9775586 19.725965,11.1137851 19.0240385,10.4951923 C18.3221119,9.87659947 17.4070569,9.56730769 16.2788462,9.56730769 C14.9967885,9.56730769 13.9262863,9.98236764 13.0673077,10.8125 C12.208329,11.6426324 11.7788462,12.6955064 11.7788462,13.9711538 C11.7788462,14.2532065 11.8189099,14.5256397 11.8990385,14.7884615 C11.9791671,15.0512834 12.0657047,15.2596146 12.1586538,15.4134615 C12.251603,15.5673085 12.3381406,15.7131403 12.4182692,15.8509615 C12.4983978,15.9887827 12.5384615,16.0865382 12.5384615,16.1442308 C12.5384615,16.3237188 12.4903851,16.5576909 12.3942308,16.8461538 C12.2980764,17.1346168 12.1794879,17.2788462 12.0384615,17.2788462 C12.025641,17.2788462 11.9711543,17.2692309 11.875,17.25 C11.5480753,17.1538457 11.2580141,16.9743603 11.0048077,16.7115385 C10.7516013,16.4487166 10.5560904,16.145835 10.4182692,15.8028846 C10.280448,15.4599342 10.1762824,15.1137838 10.1057692,14.7644231 C10.0352561,14.4150624 10,14.0737196 10,13.7403846 Z"></path></svg><span style="display:none">d3fa4095-ad95-493f-a834-5811287500f3</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.linkedin.com/company/36112515/admin/" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267577101 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M9.97232285,11.5995823 C8.88258153,11.5995823 8,10.7947111 8,9.80075848 C8,8.8059265 8.88258153,8 9.97232285,8 C11.0610099,8 11.9435914,8.8059265 11.9435914,9.80075848 C11.9435914,10.7947111 11.0610099,11.5995823 9.97232285,11.5995823 Z M8.4518207,23.1711013 L8.4518207,12.9700277 L11.9888237,12.9700277 L11.9888237,23.1711013 L8.4518207,23.1711013 Z M16.9530531,17.4974678 L16.9530531,23.0408069 L13.4218484,23.0408069 L13.4218484,12.8397333 L16.9530531,12.8397333 L16.9530531,14.2130799 C17.8821971,13.0133365 18.6895756,12.518207 20.1533994,12.518207 C21.6184531,12.518207 24,13.2127953 24,17.2417242 L24,23.0408069 L20.4788107,23.0408069 L20.4788107,17.4695014 C20.4788107,16.3276256 20.1533994,15.1836392 18.8299664,15.1836392 C17.5065334,15.1836392 16.9530531,16.3276256 16.9530531,17.4974678 Z"></path></svg><span style="display:none">51acae55-fac9-4577-a13b-3305e8594819</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.houzz.com/pro/robertlew/__public" class="social-icons__icon_3m8 social-icons__icon--custom_u8z">
                    <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 172.34 301.02"><defs><style>.cls-1{fill:#9ac641;}.cls-2{fill:#010101;}.cls-3{fill:#fff;}</style></defs><title>Artboard 1houzz-color</title><polygon class="cls-1" points="86.22 301.02 172.34 250.03 172.34 150.88 86.22 201.87 86.22 301.02"/><polygon class="cls-1" points="86.22 102.13 172.34 150.88 172.34 51.14 86.22 102.13"/><polygon class="cls-2" points="86.22 102.13 86.22 201.87 172.34 150.88 86.22 102.13"/><polygon class="cls-1" points="0 153.29 0 253.02 86.12 202.04 0 153.29"/><polygon class="cls-1" points="86.12 0 0 50.99 0 153.29 86.12 102.3 86.12 0"/><polygon class="cls-3" points="86.12 102.3 0 153.29 86.12 202.04 86.12 102.3"/></svg>
                    <span style="display: none;">93392bfb-885a-46c2-b8c3-adb7bfd55232</span>
                  </a></li></ul></div></div></div><button type="button" class="nav-button__2qf8s w-burger w-hide--lg w-hide--xl" data-handler="w-burger--active" title="Switch menu"><span class="w-burger__inner"><span class="w-burger__line" aria-hidden="true"></span><span class="w-burger__line" aria-hidden="true"></span><span class="w-burger__line" aria-hidden="true"></span></span></button></div><div class="header__inner__2TF15 header__inner--fixed__3sp55 w-hide--lg w-hide--xl background_3lr background w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#ffffff" data-role="placeholder" data-selection-container="true"></div></div><div class="logo-container__3H4I6"><div class="logo-wrapper__LaBvr w-logo w-text-center w-text-lg-left"><a data-component="link" class="logo__3qpHV w-logo__content" href="/"><span class="lqip-wrapper_1nQ" style="width:126px;height:93.504px"><img width="126" height="94" alt="logo" class="logo-image_1oy image-logo_3zc" loading="lazy" data-src="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e42b23c62dd7a002172aee8_optimized_302" data-component="logo"/></span></a></div></div><nav class="nav__1Raff w-nav w-nav--column"><nav class="w-nav w-nav--constructor"><ul class="menu_1QC menu--5bd86f26fdb459002364923c--menu nav-list__3pd1s w-nav__list hidden_3w8" data-component="menu" data-animation="fade-in-center_3nb normal_2Pr"><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item menu__item--submenu_2Ot" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="true" href="/portfolio-jla-residential">RESIDENTIAL</a><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-kitchens">Kitchens</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-baths">Baths</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-mud-room-and-laundry">Mud Room &amp; Laundry</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/portfolio-jla-residential-before-and-after-exteriors">Before &amp; After Exteriors *New!*</a></span></li></ul></div></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" href="/portfolio-jla-commercial">COMMERCIAL</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#services&quot;}" href="/#services">PROCESS</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item menu__item--submenu_2Ot" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><span class="menu__link_2K2 nav-list__link__1d_96 w-nav__link menu__link--empty_1P1">ABOUT</span><button type="button" class="menu__item-triangle_22k" data-submenu="menu__item-triangle--opened_1xk"><svg class="menu__item-triangle-ico_1My" viewBox="0 0 8 5" xmlns="http://www.w3.org/2000/svg"><path d="M4 5l4-5H0z"></path></svg></button></span><div class="submenu_1jR" data-submenu-dropdown="true" style="left:0"><ul class="submenu-wrapper_1UU"><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/team">Team</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#mission&quot;}" href="/#mission">Mission</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#awards-1&quot;}" href="/#awards-1">Press &amp; Awards</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/videos">Videos</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/blog">Blog</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="link" page="[object Object]" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" href="/communityoutreach">Community Outreach</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link submenu__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#testimonials&quot;}" href="/#testimonials">Testimonials</a></span></li></ul></div></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#cta-2&quot;}" href="/#cta-2">CONTACT</a></span></li><li class="menu__item_1eM nav-list__item__2yT-C w-nav__item" data-menuitem="true"><span class="menu__item-wrapper_YJs" data-state="closed"><a data-component="hash-link" class="menu__link_2K2 nav-list__link__1d_96 w-nav__link" aria-haspopup="false" data-hydrate="{&quot;to&quot;:&quot;#footer-1&quot;}" href="/#footer-1">(847) 509-0808</a></span></li><style>
.menu--5bd86f26fdb459002364923c--menu .menu__item_1eM:not(.submenu__link){
font-size: 15px;
}
.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2:not(.submenu__link){
font-weight: 400;
}
.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2:not(.submenu__link):hover,.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2:not(.submenu__link):hover + .menu__item-triangle_22k,.menu--5bd86f26fdb459002364923c--menu .menu__link_2K2.submenu__link:hover{
color: #000000;
}</style></ul></nav></nav><div class="socials__16CYF"><div class="socials__inner__5BFM8 social-icons-container_2Id w-socials"><style>.si677d572edc4249b05e918553socials1736267577132:hover {color: #b1521d}</style><ul class="list--horizontal_3J3 hidden_3w8" style="--social-icons-offset:20px" data-animation="fade-in-center_3nb normal_2Pr"><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.facebook.com/jla.architects.builders" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267577132 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M13.6383 25H16.9133V16.0044H19.3702L19.8561 13.1936H16.9133V11.1568C16.9133 10.5002 17.3379 9.8108 17.9447 9.8108H19.6171V7H17.5674V7.0126C14.3604 7.129 13.7014 8.9864 13.6443 10.9374H13.6383V13.1936H12V16.0044H13.6383V25Z"></path></svg><span style="display:none">d8bc9df7-f892-4578-ae7c-09b0298f5f6c</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.instagram.com/jla.architects.builders/?hl=en" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267577132 svgIcon_1J7" viewBox="0 0 32 32"><g><path class="logo_2gS" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path><path class="insta-mask-logo-hover_19f" style="fill:url(#si677d572edc4249b05e918553socials1736267577132f28b7e10-fb1a-4799-ae22-9f92f6760ad6hover)" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path></g></svg><span style="display:none">f28b7e10-fb1a-4799-ae22-9f92f6760ad6</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.pinterest.com/Jlaarchitectsbuilders/" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267577132 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M10,13.7403846 C10,13.0480735 10.1201911,12.3958364 10.3605769,11.7836538 C10.6009627,11.1714713 10.9326902,10.6378228 11.3557692,10.1826923 C11.7788483,9.72756183 12.2660229,9.333335 12.8173077,9 C13.3685925,8.666665 13.9615353,8.4166675 14.5961538,8.25 C15.2307724,8.0833325 15.8782018,8 16.5384615,8 C17.5512871,8 18.4935854,8.21313889 19.3653846,8.63942308 C20.2371838,9.06570726 20.9455101,9.68589337 21.4903846,10.5 C22.0352591,11.3141066 22.3076923,12.2339692 22.3076923,13.2596154 C22.3076923,13.8750031 22.2467955,14.4775612 22.125,15.0673077 C22.0032045,15.6570542 21.8108987,16.2243562 21.5480769,16.7692308 C21.2852551,17.3141053 20.9647455,17.7932672 20.5865385,18.2067308 C20.2083314,18.6201944 19.7435925,18.9503193 19.1923077,19.1971154 C18.6410229,19.4439115 18.0352597,19.5673077 17.375,19.5673077 C16.9391004,19.5673077 16.5064124,19.4647446 16.0769231,19.2596154 C15.6474337,19.0544862 15.3397445,18.7724377 15.1538462,18.4134615 C15.0897433,18.6634628 15.0000006,19.0240361 14.8846154,19.4951923 C14.7692302,19.9663485 14.6939104,20.2708326 14.6586538,20.4086538 C14.6233973,20.546475 14.5576928,20.7740369 14.4615385,21.0913462 C14.3653841,21.4086554 14.2820516,21.6362173 14.2115385,21.7740385 C14.1410253,21.9118597 14.0384622,22.1121782 13.9038462,22.375 C13.7692301,22.6378218 13.6217957,22.8862168 13.4615385,23.1201923 C13.3012813,23.3541678 13.1025653,23.6314087 12.8653846,23.9519231 L12.7307692,24 L12.6442308,23.9038462 C12.5480764,22.8974309 12.5,22.2948728 12.5,22.0961538 C12.5,21.5064073 12.5689096,20.844555 12.7067308,20.1105769 C12.844552,19.3765989 13.0576909,18.4551338 13.3461538,17.3461538 C13.6346168,16.2371739 13.8012818,15.5865394 13.8461538,15.3942308 C13.6410246,14.977562 13.5384615,14.4359008 13.5384615,13.7692308 C13.5384615,13.2371768 13.7051265,12.7371818 14.0384615,12.2692308 C14.3717965,11.8012797 14.7948692,11.5673077 15.3076923,11.5673077 C15.6987199,11.5673077 16.003204,11.6971141 16.2211538,11.9567308 C16.4391037,12.2163475 16.5480769,12.5448698 16.5480769,12.9423077 C16.5480769,13.3653867 16.4070527,13.9775601 16.125,14.7788462 C15.8429473,15.5801322 15.7019231,16.1794852 15.7019231,16.5769231 C15.7019231,16.9807713 15.8461524,17.3157038 16.1346154,17.5817308 C16.4230784,17.8477577 16.7724338,17.9807692 17.1826923,17.9807692 C17.5352582,17.9807692 17.862178,17.9006418 18.1634615,17.7403846 C18.4647451,17.5801274 18.7163451,17.3621809 18.9182692,17.0865385 C19.1201933,16.8108961 19.2996787,16.5064119 19.4567308,16.1730769 C19.6137828,15.8397419 19.7355765,15.4855788 19.8221154,15.1105769 C19.9086543,14.735575 19.9727562,14.3798094 20.0144231,14.0432692 C20.05609,13.7067291 20.0769231,13.387822 20.0769231,13.0865385 C20.0769231,11.9775586 19.725965,11.1137851 19.0240385,10.4951923 C18.3221119,9.87659947 17.4070569,9.56730769 16.2788462,9.56730769 C14.9967885,9.56730769 13.9262863,9.98236764 13.0673077,10.8125 C12.208329,11.6426324 11.7788462,12.6955064 11.7788462,13.9711538 C11.7788462,14.2532065 11.8189099,14.5256397 11.8990385,14.7884615 C11.9791671,15.0512834 12.0657047,15.2596146 12.1586538,15.4134615 C12.251603,15.5673085 12.3381406,15.7131403 12.4182692,15.8509615 C12.4983978,15.9887827 12.5384615,16.0865382 12.5384615,16.1442308 C12.5384615,16.3237188 12.4903851,16.5576909 12.3942308,16.8461538 C12.2980764,17.1346168 12.1794879,17.2788462 12.0384615,17.2788462 C12.025641,17.2788462 11.9711543,17.2692309 11.875,17.25 C11.5480753,17.1538457 11.2580141,16.9743603 11.0048077,16.7115385 C10.7516013,16.4487166 10.5560904,16.145835 10.4182692,15.8028846 C10.280448,15.4599342 10.1762824,15.1137838 10.1057692,14.7644231 C10.0352561,14.4150624 10,14.0737196 10,13.7403846 Z"></path></svg><span style="display:none">d3fa4095-ad95-493f-a834-5811287500f3</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.linkedin.com/company/36112515/admin/" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918553socials1736267577132 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M9.97232285,11.5995823 C8.88258153,11.5995823 8,10.7947111 8,9.80075848 C8,8.8059265 8.88258153,8 9.97232285,8 C11.0610099,8 11.9435914,8.8059265 11.9435914,9.80075848 C11.9435914,10.7947111 11.0610099,11.5995823 9.97232285,11.5995823 Z M8.4518207,23.1711013 L8.4518207,12.9700277 L11.9888237,12.9700277 L11.9888237,23.1711013 L8.4518207,23.1711013 Z M16.9530531,17.4974678 L16.9530531,23.0408069 L13.4218484,23.0408069 L13.4218484,12.8397333 L16.9530531,12.8397333 L16.9530531,14.2130799 C17.8821971,13.0133365 18.6895756,12.518207 20.1533994,12.518207 C21.6184531,12.518207 24,13.2127953 24,17.2417242 L24,23.0408069 L20.4788107,23.0408069 L20.4788107,17.4695014 C20.4788107,16.3276256 20.1533994,15.1836392 18.8299664,15.1836392 C17.5065334,15.1836392 16.9530531,16.3276256 16.9530531,17.4974678 Z"></path></svg><span style="display:none">51acae55-fac9-4577-a13b-3305e8594819</span></a></li><li class="social-icons_27c"><a style="width:33px;height:33px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.houzz.com/pro/robertlew/__public" class="social-icons__icon_3m8 social-icons__icon--custom_u8z">
                    <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 172.34 301.02"><defs><style>.cls-1{fill:#9ac641;}.cls-2{fill:#010101;}.cls-3{fill:#fff;}</style></defs><title>Artboard 1houzz-color</title><polygon class="cls-1" points="86.22 301.02 172.34 250.03 172.34 150.88 86.22 201.87 86.22 301.02"/><polygon class="cls-1" points="86.22 102.13 172.34 150.88 172.34 51.14 86.22 102.13"/><polygon class="cls-2" points="86.22 102.13 86.22 201.87 172.34 150.88 86.22 102.13"/><polygon class="cls-1" points="0 153.29 0 253.02 86.12 202.04 0 153.29"/><polygon class="cls-1" points="86.12 0 0 50.99 0 153.29 86.12 102.3 86.12 0"/><polygon class="cls-3" points="86.12 102.3 0 153.29 86.12 202.04 86.12 102.3"/></svg>
                    <span style="display: none;">93392bfb-885a-46c2-b8c3-adb7bfd55232</span>
                  </a></li></ul></div></div><button type="button" class="nav-button__2qf8s w-burger w-hide--lg w-hide--xl" data-handler="w-burger--active" title="Switch menu"><span class="w-burger__inner"><span class="w-burger__line" aria-hidden="true"></span><span class="w-burger__line" aria-hidden="true"></span><span class="w-burger__line" aria-hidden="true"></span></span></button></div></header></div><div id="blockId-5e94f255f27ab7002152d1f9" data-block-name="wireframe-series-1-cover" data-block-categories="cover" data-test="block-wrapper" data-anchor="cover-4" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="cover-4"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="image" data-hydrate="{&quot;style&quot;:[{&quot;media&quot;:&quot;(min-width: 1200px) and (max-width: 1920px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e94bc223265a100211c2fb2_optimized_1920&quot;},{&quot;media&quot;:&quot;(max-width: 767px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e94bc223265a100211c2fb2_optimized_1200&quot;},{&quot;media&quot;:&quot;(min-width: 768px) and (max-width: 1199px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e94bc223265a100211c2fb2_optimized_1920&quot;},{&quot;media&quot;:&quot;(min-width: 1921px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e94bc223265a100211c2fb2_optimized_2560&quot;},{&quot;media&quot;:&quot;(min-width: 2560px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e94bc223265a100211c2fb2_optimized_3840&quot;},{&quot;media&quot;:&quot;only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px), only screen and (min-resolution: 144dpi) and (min-width: 1200px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e94bc223265a100211c2fb2_optimized_2560&quot;},{&quot;media&quot;:&quot;only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1920px), only screen and (min-resolution: 144dpi) and (min-width: 1920px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e94bc223265a100211c2fb2_optimized_3840&quot;},{&quot;media&quot;:&quot;only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 2560px), only screen and (min-resolution: 144dpi) and (min-width: 2560px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e94bc223265a100211c2fb2_optimized_5120&quot;}],&quot;mediaImageBackground&quot;:true,&quot;backgroundClassName&quot;:&quot;background_2xT&quot;,&quot;isParallax&quot;:false,&quot;isFixed&quot;:false,&quot;filterStyle&quot;:{},&quot;fallbackurl&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e94bc223265a100211c2fb2_optimized&quot;,&quot;isOptimize&quot;:true}"><div class="background_2xT" style="background:rgb(140,144,144) no-repeat 50.25% 51.07% / cover" data-role="placeholder" data-selection-container="true"></div><div class="background-overlay_2z6" style="background:linear-gradient(-170deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.56) 100%)" data-selection-container="true"></div></div><section class="w-section w-section--xxl"><div class="w-section__inner"><div class="w-section__content"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="2"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-panel w-088754deb0dd8820b733e12d9894218e w-mod-shadow background_3lr background w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:rgba(255, 255, 255, 0.75)" data-role="placeholder" data-selection-container="true"></div></div><p class="text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span style="display:block" class="w-text-block w-text-center "><span class="w-text-content"><span style="color:rgb(146,146,151)">JLA </span><span style="color:rgb(152,170,56)">RESIDENTIAL</span> <span style="color:rgb(146,146,151)">Portfolio</span></span></span></p><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" data-animation="fade-in-center_3nb normal_2Pr" class="hidden_3w8 w-btns-group__item button_2W3 w-button ui-button ui-button--primary-light ui-button--size-md button--font-weight-normal_25u" href="/portfolio-jla-residential"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Learn more</span></span></a></div></div></div></div><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-panel w-088754deb0dd8820b733e12d9894218e w-mod-shadow background_3lr background w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:rgba(255, 255, 255, 0.75)" data-role="placeholder" data-selection-container="true"></div></div><p class="text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span style="display:block" class="w-text-block w-text-center "><span class="w-text-content"><span style="color:rgb(146,146,151)">JLA </span><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)">COMMERCIAL</span> <span style="color:rgb(146,146,151)">Portfolio</span></span></span></p><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" data-animation="fade-in-center_3nb normal_2Pr" class="hidden_3w8 w-btns-group__item button_2W3 w-button ui-button ui-button--primary-light ui-button--size-md" href="/portfolio-jla-commercial"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Learn more</span></span></a></div></div></div></div></div></div></div><footer class="w-section__footer"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><div class="w-quote-wrapper"><div class="quote_1JR w-text-left"><div class="line_n03"><div class="quote__icon-wrapper_I85 w-icon"><div class="w-icon-panel-wrapper hidden_3w8" data-animation="fade-in-center_3nb normal_2Pr"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#024c7c"><span class="iconElement__inner_2iN"><svg viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg" style="max-width:100%" height="100%"><path d="M23 14v15l-4.5 8H11l4.5-8H8V14h15zm19 0v15l-4.5 8H30l4.5-8H27V14h15z" fill="currentColor" fill-rule="evenodd" style=""/></svg></span></span></div></div></div><p class="text_1k0 ui-quote w-quote hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span style="display:block" class="w-text-block w-text-center "><span class="w-text-content"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)">"<span style="font-weight:bold">Architects </span>who know construction.<span style="font-weight:bold"> Builders </span>who appreciate design."®</span></span></span></p><p class="text_1k0 ui-text w-body hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span style="display:block" class="w-text-block w-text-center "><span class="w-text-content"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Jeremy Lew and Associates, Inc., Established 1988</span></span></span></span></p></div></div></div><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" data-animation="fade-in-center_3nb normal_2Pr" class="popup-trigger popupTrigger_1IU hidden_3w8 w-btns-group__item button_2W3 w-button ui-button ui-button--primary-light ui-button--size-md" data-popup-anchor="5dd28db5f6846c0021674552"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Request a Free Consultation</span></span></a></div></div></div></div></div></div></footer></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5bb4e452c76f8c00256c5d53" data-block-name="wireframe-series-1-gallery" data-block-categories="gallery" data-test="block-wrapper" data-anchor="gallery-1" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="gallery-1"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#ffffff" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><header class="w-section__header"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><h2 class="text_1k0 ui-blockTitle w-title hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="color:rgb(146,146,151)">JLA</span><span class="text-ui-brand-color" style="color:var(--ui-brand-color)"> PORTFOLIO</span></span></span></h2><div class="decorator-inner_26F flex_3-n"><div data-animation="fade-in-center_3nb normal_2Pr" class="hidden_3w8 w-divider-component-wrapper divider-component-wrapper_XE2"><svg xmlns="http://www.w3.org/2000/svg" width="3000px" height="32" style="width:10%"><path d="M0 16 L3000 16" style="fill:none;stroke:#b1521d;stroke-width:2px"></path></svg></div></div><p class="text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">We develop captivating designs without compromising on quality</span></span></p><p class="text_1k0 ui-text w-body hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">Our dedication to design and client visions allows us to execute innovative solutions that exceed expectations</span></span></p></div></div></div></div></header><div class="w-section__content"><div data-columns-count="4" data-columns-inner-size="false" data-component="collection" data-collection-mode="collection" class="collection w-5531ef6ac46839b5a547ed2f342855d5 w-614972b7050a6bfe4276c20f2a0d4690 w-grid w-grid--collection w-grid--gap w-grid--center w-grid--full-width" data-items-count="8"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel hidden_3w8 data-animation-fade-in-center_3nb%20normal_2Pr"><a data-component="link" style="overflow:hidden" id="4fb1e1f9-2b37-42b9-a1d0-1729a1cf0146" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw" href="/portfolio-jla-residential/residential-modern-rustic-colonial-renovation-glencoe"><picture class="w-picture ui-picture_2i5 w-2c25d0fa53b6bcbe256edbcb4c37cedc" data-wrapper-id="4fb1e1f9-2b37-42b9-a1d0-1729a1cf0146" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/657b787a16bdf9000e9242aa_optimized_1193_c1193x1087-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/657b787a16bdf9000e9242aa_optimized_1193_c1193x1087-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/657b787a16bdf9000e9242aa_optimized_1193_c1193x1087-0x0"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/657b787a16bdf9000e9242aa_optimized_1193_c1193x1087-0x0" class="w-picture__image ui-image_3aJ w-b4e7b7f027bd62d1dfda06275bfdc180"/></picture></a><p class="text_1k0 ui-text w-body" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color)">*New!* </span>Two-Story Brick Colonial Renovation</span></span><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color);font-size:13px">Winnetka</span></span></span></p></div></div><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel hidden_3w8 data-animation-fade-in-center_3nb%20normal_2Pr"><a data-component="link" style="overflow:hidden" id="2606fbeb-971e-4c03-a44b-a149afc36262" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw" href="/portfolio-jla-residential/residential-full-farm-house-interior-renovation-park-ridge"><picture class="w-picture ui-picture_2i5 w-2c25d0fa53b6bcbe256edbcb4c37cedc" data-wrapper-id="2606fbeb-971e-4c03-a44b-a149afc36262" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/61cf5aee0c10d40023361bd4_optimized_1395_c1395x931-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/61cf5aee0c10d40023361bd4_optimized_1395_c1395x931-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/61cf5aee0c10d40023361bd4_optimized_1395_c1395x931-0x0"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/61cf5aee0c10d40023361bd4_optimized_1395_c1395x931-0x0" class="w-picture__image ui-image_3aJ w-919f2b4cc4561843fb0d3ab9cea71777"/></picture></a><p class="text_1k0 ui-text w-body" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color)">*New!* </span>Full Farm House Interior Renovation</span></span><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color);font-size:13px">Park Ridge</span></span></span></p></div></div><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel hidden_3w8 data-animation-fade-in-center_3nb%20normal_2Pr"><a data-component="link" style="overflow:hidden" id="33973889-28ba-4efc-ba6a-a382e08cf72a" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw" href="/portfolio-jla-residential/residential---historic-french-provincial-expansion-highland-park"><picture class="w-picture ui-picture_2i5 w-2c25d0fa53b6bcbe256edbcb4c37cedc" data-wrapper-id="33973889-28ba-4efc-ba6a-a382e08cf72a" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/630277ffc37a64000d927a91_optimized_1024_c1024x683-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/630277ffc37a64000d927a91_optimized_1024_c1024x683-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/630277ffc37a64000d927a91_optimized_1024_c1024x683-0x0"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/630277ffc37a64000d927a91_optimized_1024_c1024x683-0x0" class="w-picture__image ui-image_3aJ w-7eb76e7ece73543be94e2c4b193e6f05"/></picture></a><p class="text_1k0 ui-text w-body" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color)">*New!* </span>Historic French Provincial Expansion</span></span><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color);font-size:13px">Highland Park</span></span></span></p></div></div><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel hidden_3w8 data-animation-fade-in-center_3nb%20normal_2Pr"><a data-component="link" style="overflow:hidden" id="6e5e919d-4bc5-4560-ae08-4e761fe7ea90" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw" href="/portfolio-jla-residential/residential-modern-colonial-kitchen-renovation-highland-park"><picture class="w-picture ui-picture_2i5 w-2c25d0fa53b6bcbe256edbcb4c37cedc" data-wrapper-id="6e5e919d-4bc5-4560-ae08-4e761fe7ea90" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/61cf5c67a03f960022aa1b86_optimized_1395_c1395x931-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/61cf5c67a03f960022aa1b86_optimized_1395_c1395x931-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/61cf5c67a03f960022aa1b86_optimized_1395_c1395x931-0x0"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/61cf5c67a03f960022aa1b86_optimized_1395_c1395x931-0x0" class="w-picture__image ui-image_3aJ w-b64715952f06cfd26be8d8ce2baf31f3"/></picture></a><p class="text_1k0 ui-text w-body" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color)">*New!* </span>Modern Colonial Kitchen Renovation</span></span><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color);font-size:13px">Highland Park</span></span></span></p></div></div><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel hidden_3w8 data-animation-fade-in-center_3nb%20normal_2Pr"><a data-component="link" style="overflow:hidden" id="27fcaea7-e0d6-4750-b7f5-95f991509657" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw" href="/portfolio-jla-residential/residential-classic-queen-anne-new-construction-parkridge"><picture class="w-picture ui-picture_2i5 w-2c25d0fa53b6bcbe256edbcb4c37cedc" data-wrapper-id="27fcaea7-e0d6-4750-b7f5-95f991509657" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e407888d800090021f0c441_optimized_934_c753x1128-61x62"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e407888d800090021f0c441_optimized_934_c753x1128-61x62"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e407888d800090021f0c441_optimized_934_c753x1128-61x62"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e407888d800090021f0c441_optimized_934_c753x1128-61x62" class="w-picture__image ui-image_3aJ w-7d1cea026f56d850885181d276295767"/></picture></a><p class="text_1k0 ui-text w-body" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Classic Queen-Anne New Construction</span></span><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color);font-size:13px">Park Ridge</span></span></span></p></div></div><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel hidden_3w8 data-animation-fade-in-center_3nb%20normal_2Pr"><a data-component="link" style="overflow:hidden" id="e46eb429-aafb-4c62-bf31-75d1dd338cd3" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw" href="/portfolio-jla-residential/residential-architects-classic-craftsman-expansion-lakeforest"><picture class="w-picture ui-picture_2i5 w-2c25d0fa53b6bcbe256edbcb4c37cedc" data-wrapper-id="e46eb429-aafb-4c62-bf31-75d1dd338cd3" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f6fb2dc83d0022268e45_optimized_1000_c1000x667-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f6fb2dc83d0022268e45_optimized_1000_c1000x667-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f6fb2dc83d0022268e45_optimized_1000_c1000x667-0x0"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f6fb2dc83d0022268e45_optimized_1000_c1000x667-0x0" class="w-picture__image ui-image_3aJ w-3b3c5ca6c70e447a7d71084c3d8a1782"/></picture></a><p class="text_1k0 ui-text w-body" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Architect's Classic Craftsman Expansion</span></span><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color);font-size:13px">Lake Forest</span></span></span></p></div></div><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel hidden_3w8 data-animation-fade-in-center_3nb%20normal_2Pr"><a data-component="link" style="overflow:hidden" id="dc9f8c4d-fd90-4e8c-9fe1-57fbd85d5e88" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw" href="/portfolio-jla-residential-kitchens/residential-historic-victorian-expansion-parkridge"><picture class="w-picture ui-picture_2i5 w-2c25d0fa53b6bcbe256edbcb4c37cedc" data-wrapper-id="dc9f8c4d-fd90-4e8c-9fe1-57fbd85d5e88" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f6cd313dee0021eb5a51_optimized_1000_c1000x666-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f6cd313dee0021eb5a51_optimized_1000_c1000x666-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f6cd313dee0021eb5a51_optimized_1000_c1000x666-0x0"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f6cd313dee0021eb5a51_optimized_1000_c1000x666-0x0" class="w-picture__image ui-image_3aJ w-3793352ca8f4f6a2ab3a306fba78a3fc"/></picture></a><p class="text_1k0 ui-text w-body" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Historic Victorian Expansion</span></span><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color);font-size:13px">Park Ridge </span></span></span></p></div></div><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel hidden_3w8 data-animation-fade-in-center_3nb%20normal_2Pr"><a data-component="link" style="overflow:hidden" id="7bd917ee-34ff-4cc7-a318-562b5e71bac3" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw" href="/portfolio-jla-residential/residential-colonial-victorian-complete-expansion-standout-parkridge"><picture class="w-picture ui-picture_2i5 w-2c25d0fa53b6bcbe256edbcb4c37cedc" data-wrapper-id="7bd917ee-34ff-4cc7-a318-562b5e71bac3" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f71960a0170022f74e19_optimized_1000_c1000x757-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f71960a0170022f74e19_optimized_1000_c1000x757-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f71960a0170022f74e19_optimized_1000_c1000x757-0x0"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f71960a0170022f74e19_optimized_1000_c1000x757-0x0" class="w-picture__image ui-image_3aJ w-7e02469eff5aa1f66bb0e303a23ef963"/></picture></a><p class="text_1k0 ui-text w-body" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Colonial-Victorian Complete Expansion Standout</span></span><span style="display:block" class="w-text-block "><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color);font-size:13px">Park Ridge</span></span></span></p></div></div></div></div></div></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5ec293fd60a0170022f51805" data-block-name="wireframe-series-1-cover" data-block-categories="cover" data-test="block-wrapper" data-anchor="cover-5" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="cover-5"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="image" data-hydrate="{&quot;style&quot;:[{&quot;media&quot;:&quot;(min-width: 1200px) and (max-width: 1920px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec299862dc83d0022248da7&quot;},{&quot;media&quot;:&quot;(max-width: 767px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec299862dc83d0022248da7_optimized_1200&quot;},{&quot;media&quot;:&quot;(min-width: 768px) and (max-width: 1199px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec299862dc83d0022248da7&quot;},{&quot;media&quot;:&quot;(min-width: 1921px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec299862dc83d0022248da7_optimized_2560&quot;},{&quot;media&quot;:&quot;(min-width: 2560px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec299862dc83d0022248da7_optimized_3840&quot;},{&quot;media&quot;:&quot;only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px), only screen and (min-resolution: 144dpi) and (min-width: 1200px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec299862dc83d0022248da7_optimized_2560&quot;},{&quot;media&quot;:&quot;only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1920px), only screen and (min-resolution: 144dpi) and (min-width: 1920px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec299862dc83d0022248da7_optimized_3840&quot;},{&quot;media&quot;:&quot;only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 2560px), only screen and (min-resolution: 144dpi) and (min-width: 2560px)&quot;,&quot;background&quot;:&quot;no-repeat 50.25% 51.07% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec299862dc83d0022248da7_optimized_5120&quot;}],&quot;mediaImageBackground&quot;:true,&quot;backgroundClassName&quot;:&quot;background_2xT&quot;,&quot;isParallax&quot;:false,&quot;isFixed&quot;:false,&quot;filterStyle&quot;:{},&quot;fallbackurl&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec299862dc83d0022248da7_optimized&quot;,&quot;isOptimize&quot;:true}"><div class="background_2xT" style="background:rgb(154,146,142) no-repeat 50.25% 51.07% / cover" data-role="placeholder" data-selection-container="true"></div><div class="background-overlay_2z6" style="background:linear-gradient(-170deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.56) 100%)" data-selection-container="true"></div></div><section class="w-section w-section--xxl"><div class="w-section__inner"><header class="w-section__header"><div class="w-grid w-grid--row" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><p class="text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Schedule a </span><a href="#cta-2" data-action="anchor" data-anchor="5d808f683185a200267c73ae" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)">Free Consultation</span></a><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)"> with our team from the comfort of your home today!</span></span></span></p><p class="text_1k0 ui-text w-body hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">You will have an opportunity to meet with the owners of Jeremy Lew and Associates, and walk them through your home, discuss your wants/needs, and learn about the process. Our goal is to answer all of your questions and to simplify the process.&nbsp;</span></span></p></div></div></div></div></header><div class="w-section__content"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="2"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><div class="w-image-caption hidden_3w8" data-animation="fade-in-center_3nb normal_2Pr"><div class="image-caption-wrapper_2O6" style="padding-top:99.65%"><a data-component="link" style="overflow:hidden" id="c9397513-be12-402b-8a4f-513eebab5d6e" data-style="{}" data-skip-animation="true" class="picture-wrapper_1id w-picture-wrapper w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw" href="/team/team-victor-lew"><picture class="picture_ZYw w-picture ui-picture_2i5" data-wrapper-id="c9397513-be12-402b-8a4f-513eebab5d6e" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ea58dde5ff1930022b25977_optimized_1140"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ea58dde5ff1930022b25977_optimized_1140"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ea58dde5ff1930022b25977_optimized_1140"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ea58dde5ff1930022b25977_optimized_1140" class="picture__image_3QV w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture></a><div class="background-wrapper_1se"><div class="background_3ap w-apply-grid-item-paddings w-card background_3lr background background--dark w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#024c7c" data-role="placeholder" data-selection-container="true"></div></div><h1 class="text_16t text_1k0 ui-heading w-heading ui-heading--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Victor Lew</span></span></h1><p class="text_16t text_1k0 ui-caption w-caption ui-caption--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">Licensed Architect, AIA, NCARB, Partner</span></span></span></p></div></div></div></div></div></div><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><div class="w-image-caption hidden_3w8" data-animation="fade-in-center_3nb normal_2Pr"><div class="image-caption-wrapper_2O6" style="padding-top:99.82%"><a data-component="link" style="overflow:hidden" id="b8e4fd77-0c16-40e6-a564-32b1e06e53e1" data-style="{}" data-skip-animation="true" class="picture-wrapper_1id w-picture-wrapper w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw" href="/team/team-robert-lew"><picture class="picture_ZYw w-picture ui-picture_2i5" data-wrapper-id="b8e4fd77-0c16-40e6-a564-32b1e06e53e1" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ea58e204de7ea0022198f86_optimized_1139"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ea58e204de7ea0022198f86_optimized_1139"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ea58e204de7ea0022198f86_optimized_1139"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ea58e204de7ea0022198f86_optimized_1139" class="picture__image_3QV w-picture__image ui-image_3aJ w-6eafd3cb6e1c23ada94a70179462923f"/></picture></a><div class="background-wrapper_1se"><div class="background_3ap w-apply-grid-item-paddings w-card background_3lr background background--dark w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#024c7c" data-role="placeholder" data-selection-container="true"></div></div><h1 class="text_16t text_1k0 ui-heading w-heading ui-heading--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Robert Lew</span></span></h1><p class="text_16t text_1k0 ui-caption w-caption ui-caption--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-light-shade-color" style="color:var(--ui-light-shade-color)">Director of Construction Operations, Partner</span></span></span></p></div></div></div></div></div></div></div></div></div><footer class="w-section__footer"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><p class="text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span style="display:block" class="w-text-block w-text-center "><span class="w-text-content"><a href="/team" target="_self" data-force-foreign-lang="" data-action="link" data-slug-id="6096c9c42b594700213c432f" class="ui-link">Learn about the Team</a></span></span></p><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" data-animation="fade-in-center_3nb normal_2Pr" class="popup-trigger popupTrigger_1IU hidden_3w8 w-btns-group__item button_2W3 w-button ui-button ui-button--primary-light ui-button--size-md" data-popup-anchor="5dd28db5f6846c0021674552"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Request a Free Consultation</span></span></a></div></div></div></div></div></div></footer></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5bb4e5b1962176002454b459" data-block-name="wireframe-series-1-services" data-block-categories="services" data-test="block-wrapper" data-anchor="services" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="services"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#f7f7f7" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><header class="w-section__header"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><h2 class="text_1k0 ui-blockTitle w-title" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="color:rgb(146,146,151)">JLA</span> <span class="text-ui-brand-color" style="color:var(--ui-brand-color)">PROCESS</span></span></span></h2><div class="decorator-inner_26F flex_3-n"><div class="w-divider-component-wrapper divider-component-wrapper_XE2"><svg xmlns="http://www.w3.org/2000/svg" width="3000px" height="32" style="width:10%"><path d="M0 16 L3000 16" style="fill:none;stroke:#b1521d;stroke-width:2px"></path></svg></div></div><p class="text_1k0 ui-heading w-heading" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">More than architects and builders, we are problem solvers</span></span></p><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Jeremy Lew &amp; Associates is a family owned and operated architecture and construction firm located in Northbrook, IL. We’ve been creating unique architecture and construction solutions since 1988. While we specialize in home additions, renovations and new buildings, our team’s knowledge and appreciation for interior design will help us meet, and often exceed, your expectations. When faced with the decision to renovate or move on, reach out to our experienced team of architects and builders to help guide you through that decision-making process.&nbsp;</span></span></p></div></div></div></div></header><div class="w-section__content"><div data-columns-count="3" data-columns-inner-size="false" data-component="collection" data-collection-mode="collection" class="collection w-2a5dc30a6807aa8725a711d62ec57d63 w-6454d86eafd410c0a47625b8d2f294b1 w-grid w-grid--collection w-grid--gap w-grid--center w-grid--full-width" data-items-count="2"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel"><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--md w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" x="0px" y="0px" style="max-width:100%" height="100%"><title style="" fill="currentColor">architecture-math-drawing-stationary</title><g style="" fill="currentColor"><path d="M3.707,2.293A1,1,0,0,0,2,3V61a1,1,0,0,0,1,1H61a1,1,0,0,0,.707-1.707ZM4,60V5.414L9.586,11,7.293,13.293a1,1,0,1,0,1.414,1.414L11,12.414,12.586,14l-1.293,1.293a1,1,0,1,0,1.414,1.414L14,15.414,15.586,17l-2.293,2.293a1,1,0,1,0,1.414,1.414L17,18.414,18.586,20l-1.293,1.293a1,1,0,1,0,1.414,1.414L20,21.414,21.586,23l-2.293,2.293a1,1,0,1,0,1.414,1.414L23,24.414,24.586,26l-1.293,1.293a1,1,0,1,0,1.414,1.414L26,27.414,27.586,29l-2.293,2.293a1,1,0,1,0,1.414,1.414L29,30.414,30.586,32l-1.293,1.293a1,1,0,1,0,1.414,1.414L32,33.414,33.586,35l-2.293,2.293a1,1,0,1,0,1.414,1.414L35,36.414,36.586,38l-1.293,1.293a1,1,0,1,0,1.414,1.414L38,39.414,39.586,41l-2.293,2.293a1,1,0,1,0,1.414,1.414L41,42.414,42.586,44l-1.293,1.293a1,1,0,1,0,1.414,1.414L44,45.414,45.586,47l-2.293,2.293a1,1,0,1,0,1.414,1.414L47,48.414,48.586,50l-1.293,1.293a1,1,0,1,0,1.414,1.414L50,51.414,51.586,53l-2.293,2.293a1,1,0,1,0,1.414,1.414L53,54.414,58.586,60Z" style="" fill="currentColor"/><path d="M11.707,24.293A1,1,0,0,0,10,25V53a1,1,0,0,0,1,1H39a1,1,0,0,0,.707-1.707ZM12,52V27.414L36.586,52Z" style="" fill="currentColor"/><path d="M59.949,41.684a1,1,0,0,0-.242-.391l-2-2-34-34L21.536,3.121h0a3.828,3.828,0,1,0-5.413,5.414l2.171,2.172,34,34,2,2a1.011,1.011,0,0,0,.391.241l6,2A.987.987,0,0,0,61,49a1,1,0,0,0,.949-1.316ZM17,5.828a1.829,1.829,0,0,1,3.122-1.293L21.586,6,19,8.586,17.535,7.121A1.842,1.842,0,0,1,17,5.828Zm6,1.586L54.649,39.063c-.008,0-.013.009-.021.012a.714.714,0,0,0-.071.04.982.982,0,0,0-.438.435c-.016.032-.034.062-.048.1A.993.993,0,0,0,54,40v1H53a.993.993,0,0,0-.354.071c-.034.013-.063.032-.1.048a.969.969,0,0,0-.2.138.879.879,0,0,0-.083.078.988.988,0,0,0-.147.219.794.794,0,0,0-.042.075c0,.007-.009.013-.012.02L20.414,10ZM55.54,45.126,54,43.586V43h1a1,1,0,0,0,1-1V41h.586l1.54,1.54,1.293,3.879Z" style="" fill="currentColor"/><path d="M58.707,13.293l-11-11a1,1,0,0,0-1.414,0l-9,9a1,1,0,0,0,0,1.414l11,11,1.171,1.172a5.007,5.007,0,0,0,7.072,0l3.342-3.344a5,5,0,0,0,0-7.07ZM47,4.414,56.586,14,49,21.586,39.414,12ZM58.464,20.121l-3.342,3.344a3.005,3.005,0,0,1-4.244,0L50.414,23,58,15.414l.464.465a3,3,0,0,1,0,4.242Z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-headingLg w-heading-lg" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Architecture</span></span></p><div class="decorator-inner_26F flex_3-n"><div class="w-divider-component-wrapper divider-component-wrapper_XE2"><svg xmlns="http://www.w3.org/2000/svg" width="3000px" height="32" style="width:16%"><path d="M0 16 L3000 16" style="fill:none;stroke:#b1521d;stroke-width:2px"></path></svg></div></div><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Our seasoned team of architects will make your dream home become a reality, as their expertise extends into interior design and renovation strategies as well. Whether you’ve outgrown your home or you’re just looking for a change, you can rely on our dedicated and experienced team of architects’ commitment to design and quality.&nbsp;</span></span></p><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" target="" class="w-btns-group__item button_2W3 button--left-icon_15k w-link ui-button ui-button--link-light ui-button--size-md button--with-icon_3MG button--font-weight-bold_1Nu" href="/process"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__icon_286 button__icon--left_17Q" aria-hidden="true"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:inherit"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 100 100" x="0px" y="0px" style="max-width:100%" height="100%"><title style="" fill="currentColor">Media Player</title><path d="M50,8A42,42,0,1,0,92,50,42.08,42.08,0,0,0,50,8ZM64.16,52.6,47.36,67.68a3.5,3.5,0,1,1-4.67-5.21L56.58,50,42.69,37.6a3.5,3.5,0,0,1,4.67-5.22l16.8,15A3.54,3.54,0,0,1,65.33,50,3.5,3.5,0,0,1,64.16,52.6Z" style="" fill="currentColor"/></svg></span></span></span><span class="button__content_1_I">Learn more</span></span></a></div></div></div></div><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel"><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--md w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 64 64" style="enable-background:new 0 0 64 64;max-width:100%" xml:space="preserve" height="100%"><g style="" fill="currentColor"><path d="M60,55h-3V24.558C57.573,24.842,58.203,25,58.845,25C61.136,25,63,23.136,63,20.808c0-1.469-0.787-2.842-2.054-3.584   L33.271,1h-2.548L20,7.434V8h-0.259L10,13.412V14H9.713L1,19.446V26h2.257L5,25.039V55H4c-1.654,0-3,1.346-3,3v2   c0,1.654,1.346,3,3,3h56c1.654,0,3-1.346,3-3v-2C63,56.346,61.654,55,60,55z M33,55V10.731l22,12.692V55H33z M7,25h24v12H16v2h2v4   h-6v-4h2v-2H7V25z M31,10.694V23H8.695L31,10.694z M24,49v-4h7v4H24z M16,49v-4h6v4H16z M26,39v4h-6v-4H26z M31,43h-3v-4h3V43z    M7,39h3v4H7V39z M7,45h7v4H7V45z M18,51v4h-6v-4H18z M20,51h6v4h-6V51z M28,51h3v4h-3V51z M59.935,18.949   C60.592,19.333,61,20.046,61,20.845C61,22.033,60.033,23,58.845,23c-0.377,0-0.75-0.1-1.077-0.289L33,8.423V3.159L59.935,18.949z    M31,3.166V8.41l-9,4.965V8.566L31,3.166z M20,10.144v4.335l-8,4.414v-4.304L20,10.144z M3,23.858v-3.304l7-4.375v3.817L3,23.858z    M7,51h3v4H7V51z M61,60c0,0.551-0.449,1-1,1H4c-0.551,0-1-0.449-1-1v-2c0-0.551,0.449-1,1-1h56c0.551,0,1,0.449,1,1V60z" style="" fill="currentColor"/><path d="M35,29v16h18V29H35z M51,36h-6v-5h6V36z M43,31v5h-6v-5H43z M37,38h6v5h-6V38z M45,43v-5h6v5H45z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-headingLg w-heading-lg" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Construction</span></span></p><div class="decorator-inner_26F flex_3-n"><div class="w-divider-component-wrapper divider-component-wrapper_XE2"><svg xmlns="http://www.w3.org/2000/svg" width="3000px" height="32" style="width:16%"><path d="M0 16 L3000 16" style="fill:none;stroke:#b1521d;stroke-width:2px"></path></svg></div></div><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We understand the personal investment that you’ve made, and we know home renovations can be overwhelming at times. We accommodate to make the renovation process as worry-free as possible.</span></span></p><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" data-animation="fade-in-center_3nb normal_2Pr" target="" class="hidden_3w8 w-btns-group__item button_2W3 button--left-icon_15k w-link ui-button ui-button--link-light ui-button--size-md button--with-icon_3MG button--font-weight-bold_1Nu" href="/process"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__icon_286 button__icon--left_17Q" aria-hidden="true"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:inherit"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 100 100" x="0px" y="0px" style="max-width:100%" height="100%"><title style="" fill="currentColor">Media Player</title><path d="M50,8A42,42,0,1,0,92,50,42.08,42.08,0,0,0,50,8ZM64.16,52.6,47.36,67.68a3.5,3.5,0,1,1-4.67-5.21L56.58,50,42.69,37.6a3.5,3.5,0,0,1,4.67-5.22l16.8,15A3.54,3.54,0,0,1,65.33,50,3.5,3.5,0,0,1,64.16,52.6Z" style="" fill="currentColor"/></svg></span></span></span><span class="button__content_1_I">Learn more</span></span></a></div></div></div></div></div></div></div></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5e5580145d03f700223be76e" data-block-name="wireframe-series-1-cta" data-block-categories="cta" data-test="block-wrapper" data-anchor="cta-3" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background background--dark w-state-has-background"><div style="display:none" id="cta-3"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#024c7c" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><header class="w-section__header"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><h2 class="text_1k0 ui-blockTitle w-title ui-blockTitle--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">What is the feasibility of my project?</span></span></h2><p class="text_1k0 ui-subtitle w-subtitle ui-subtitle--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">A process that will allow you to understand the potential of your home without spending a lot of time and money on architectural and consulting services.</span></span></p></div></div></div></div></header><footer class="w-section__footer"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="hash-link" class="w-btns-group__item button_2W3 w-button ui-button ui-button--secondary-dark ui-button--size-md" data-hydrate="{&quot;to&quot;:&quot;/process#process-1&quot;}" href="/process#process-1"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Learn more about our Feasibility Study Process!</span></span></a></div></div></div></div></div></div></footer></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5ed93e840b6acf002131753a" data-block-name="custom-block" data-block-categories="custom" data-test="block-wrapper" data-anchor="latest-projects-2" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="latest-projects-2"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#ffffff" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><div class="w-section__content"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="4"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><a data-component="link" style="overflow:hidden" id="9a783c91-0d00-4941-80e3-9011850f9ab6" data-style="{}" data-skip-animation="true" data-animation="fade-in-center_3nb normal_2Pr" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw hidden_3w8" href="/portfolio-jla-residential/residential---historic-french-provincial-expansion-highland-park"><picture class="w-picture ui-picture_2i5 w-c311b29a6b2bbf1dd08284e38d9c2736" data-wrapper-id="9a783c91-0d00-4941-80e3-9011850f9ab6" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/62d5b612db1796000d42546c_optimized_1024_c1024x683-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/62d5b612db1796000d42546c_optimized_1024_c1024x683-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/62d5b612db1796000d42546c_optimized_1024_c1024x683-0x0"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/62d5b612db1796000d42546c_optimized_1024_c1024x683-0x0" class="w-picture__image ui-image_3aJ w-9616dfd916ffe5eedc34bbf2a84f4bae"/></picture></a><div class="hidden_3w8 w-captions-group w-disable-offset w-captions-group--divider" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-captions-group__item text_1k0 ui-caption w-caption" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Exterior &amp; Interior</span></span></span><div class="w-captions-group__divider"></div><span class="w-captions-group__item text_1k0 ui-caption w-caption" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="color:rgba(0,0,0,0.65)">August 2022</span></span></span></span></div><p class="text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color)">*New Photos!* </span>Historic French Provincial Expansion</span></span></p></div></div><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><a data-component="link" style="overflow:hidden" id="16159ee2-df4f-43ca-9292-54702d53d0a6" data-style="{}" data-skip-animation="true" data-animation="fade-in-center_3nb normal_2Pr" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw hidden_3w8" href="/portfolio-jla-commercial/commercial-global-pain-and-spine-clinic"><picture class="w-picture ui-picture_2i5 w-c311b29a6b2bbf1dd08284e38d9c2736" data-wrapper-id="16159ee2-df4f-43ca-9292-54702d53d0a6" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5fc2b396930dea00212795dd_optimized_1520_c1395x931-15x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5fc2b396930dea00212795dd_optimized_1520_c1395x931-15x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5fc2b396930dea00212795dd_optimized_1520_c1395x931-15x0"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5fc2b396930dea00212795dd_optimized_1520_c1395x931-15x0" class="w-picture__image ui-image_3aJ w-48c07132f8dfbf64915dd32f0e9127db"/></picture></a><div class="hidden_3w8 w-captions-group w-disable-offset w-captions-group--divider" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-captions-group__item text_1k0 ui-caption w-caption" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Exterior &amp; Interior</span></span></span><div class="w-captions-group__divider"></div><span class="w-captions-group__item text_1k0 ui-caption w-caption" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="color:rgba(0,0,0,0.65)">28 November, 2020</span></span></span></span></div><p class="text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">Newly Completed Medical Pain and Spine Clinic</span></span></p></div></div><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><a data-component="link" style="overflow:hidden" id="cbbfb307-e7a8-48e6-a827-724a40607dc2" data-style="{}" data-skip-animation="true" data-animation="fade-in-center_3nb normal_2Pr" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw hidden_3w8" href="/portfolio-jla-commercial/commercial-north-shore-racquet-club-lobby-and-reception-complete-renovation"><picture class="w-picture ui-picture_2i5 w-17761814aa9249db85ec16f4ab700ca6" data-wrapper-id="cbbfb307-e7a8-48e6-a827-724a40607dc2" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5f9daf7c68b3d10022ee931e_optimized_1395_c1395x931-0x0"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5f9daf7c68b3d10022ee931e_optimized_1395_c1395x931-0x0"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5f9daf7c68b3d10022ee931e_optimized_1395_c1395x931-0x0"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5f9daf7c68b3d10022ee931e_optimized_1395_c1395x931-0x0" class="w-picture__image ui-image_3aJ w-918fdf381c0af632129e1b25eefbc8c4"/></picture></a><div class="hidden_3w8 w-captions-group w-disable-offset w-captions-group--divider" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-captions-group__item text_1k0 ui-caption w-caption" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Interior</span></span></span><div class="w-captions-group__divider"></div><span class="w-captions-group__item text_1k0 ui-caption w-caption" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="color:rgba(0,0,0,0.65)">30 October, 2020</span></span></span></span></div><p class="text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">North Shore Racquet Club - Lobby and Reception Complete Renovation&nbsp;</span></span></p></div></div><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-left-xs w-text-left-sm w-text-left-md w-text-left w-088754deb0dd8820b733e12d9894218e"><a data-component="link" style="overflow:hidden" id="9d5dadf7-dcb9-4cfe-b757-a9467295379e" data-style="{}" data-skip-animation="true" data-animation="fade-in-center_3nb normal_2Pr" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw hidden_3w8" href="/portfolio-jla-commercial/commercial-inman-place"><picture class="w-picture ui-picture_2i5 w-dd5db67fded20b526291d0a67caabc00" data-wrapper-id="9d5dadf7-dcb9-4cfe-b757-a9467295379e" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e7162dc83d0022265298_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e7162dc83d0022265298_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e7162dc83d0022265298_optimized"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e7162dc83d0022265298_optimized" class="w-picture__image ui-image_3aJ w-f5aef3a1905ee4d64e55f1dae726aa41"/></picture></a><div class="hidden_3w8 w-captions-group w-disable-offset w-captions-group--divider" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-captions-group__item text_1k0 ui-caption w-caption" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Exterior</span></span></span><div class="w-captions-group__divider"></div><span class="w-captions-group__item text_1k0 ui-caption w-caption" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="color:rgba(0,0,0,0.65)">15 August, 2013</span></span></span></span></div><p class="text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">Inman Place - Newly Renovated Historic Senior Housing Facility</span></span></p><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" data-animation="fade-in-center_3nb normal_2Pr" rel="noopener" data-action="external-link" class="hidden_3w8 w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md button--font-weight-bold_1Nu" href="https://www.news-gazette.com/news/renovated-inman-place-awaits-permit/article_107ee12a-a95f-5d63-8ab9-4ff33271d797.html" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Featured in The News-Gazette</span></span></a></div></div></div></div></div></div></div></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5ff4af7aac8d2e002175d5e1" data-block-name="Blog feed" data-block-categories="blog" data-test="block-wrapper" data-anchor="blog-1" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="blog-1"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#ffffff" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><div class="w-section__content"><div data-app="feed" data-testid="view-feed-node" data-hydrate="{&quot;path&quot;:&quot;/blog/&quot;,&quot;value&quot;:{&quot;layout&quot;:{&quot;preview&quot;:{&quot;label&quot;:&quot;Image&quot;,&quot;active&quot;:true},&quot;postDate&quot;:{&quot;label&quot;:&quot;Date&quot;,&quot;active&quot;:true},&quot;title&quot;:{&quot;label&quot;:&quot;Title&quot;,&quot;active&quot;:true},&quot;content&quot;:{&quot;label&quot;:&quot;Excerpt&quot;,&quot;active&quot;:true},&quot;author&quot;:{&quot;label&quot;:&quot;Author&quot;,&quot;active&quot;:true}},&quot;feedPreset&quot;:&quot;postcard&quot;,&quot;allPosts&quot;:false,&quot;rows&quot;:1},&quot;roles&quot;:[&quot;@app:blog&quot;,&quot;disable_reroll&quot;,&quot;only_weblium&quot;],&quot;limit&quot;:2,&quot;theme&quot;:&quot;light&quot;,&quot;feedPreset&quot;:&quot;postcard&quot;}"><section data-columns-count="2" data-columns-inner-size="false" class="w-grid w-grid--row w-grid--gap" style="position:relative" data-testid="items-loader"><div class="w-grid__inner loader-wrapper_2IF" style="height:auto"><div class="w-grid__item w-grid__item--top" data-testid="item-placeholder"><div aria-label="loading posts" class="loader_3nC loader--postcard_3KN"></div></div><div class="w-grid__item w-grid__item--top" data-testid="item-placeholder"><div aria-label="loading posts" class="loader_3nC loader--postcard_3KN"></div></div></div></section></div></div></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5c0942b5cd8df70023317131" data-block-name="wireframe-series-1-description" data-block-categories="description" data-test="block-wrapper" data-anchor="mission" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="mission"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#f7f7f7" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><header class="w-section__header"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><h2 class="text_1k0 ui-blockTitle w-title hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="color:rgb(146,146,151)">JLA</span> <span class="text-ui-brand-color" style="color:var(--ui-brand-color)">MISSION</span></span></span></h2><div class="decorator-inner_26F flex_3-n"><div data-animation="fade-in-center_3nb normal_2Pr" class="hidden_3w8 w-divider-component-wrapper divider-component-wrapper_XE2"><svg xmlns="http://www.w3.org/2000/svg" width="3000px" height="32" style="width:10%"><path d="M0 16 L3000 16" style="fill:none;stroke:#b1521d;stroke-width:2px"></path></svg></div></div><p class="text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">"At the end of the day, it’s the relationships that we’ve developed with our clients that inspire us the most."</span></span></p><p class="text_1k0 ui-text w-body hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">Jeremy Lew started this business in 1988, and both of his sons joined him several years later. The culture they created is still present today. We don’t believe in defining our accomplishments in terms of dollars or time. Rather, we believe our inspiration and our internal drive sets the highest standards. We don’t see problems as obstacles to be avoided, but challenges to overcome. No two projects are alike, and we willingly embrace their complexity, because once completed, we’re left with a sense of accomplishment that couldn’t be achieved otherwise. To us, there’s no greater feeling than being able to give someone the dream home they’ve always imagined—and giving them the peace of mind that more dreams can come true along the way. See our clients' <a href="#testimonials" data-action="anchor" data-anchor="5d53f3f83ced2d0023cf8b29" class="ui-link"><span style="font-weight:bold">testimonials!</span></a></span></span></p></div></div></div></div></header></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5bb5cf02c14a32002a8e425d" data-block-name="wireframe-series-1-awards" data-block-categories="awards" data-test="block-wrapper" data-anchor="awards-1" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="awards-1"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#ffffff" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><header class="w-section__header"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><h2 class="text_1k0 ui-blockTitle w-title hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="color:rgb(146,146,151)">JLA</span><span class="text-ui-brand-color" style="color:var(--ui-brand-color)"> PRESS &amp; AWARDS</span></span></span></h2><div class="decorator-inner_26F flex_3-n"><div data-animation="fade-in-center_3nb normal_2Pr" class="hidden_3w8 w-divider-component-wrapper divider-component-wrapper_XE2"><svg xmlns="http://www.w3.org/2000/svg" width="3000px" height="32" style="width:10%"><path d="M0 16 L3000 16" style="fill:none;stroke:#b1521d;stroke-width:2px"></path></svg></div></div><p class="text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">Our achievements are direct results of our seasoned staff, personal commitment to clients, and our internal flow of communication.</span></span></p></div></div></div></div></header><div class="w-section__content"><div class="w-5531ef6ac46839b5a547ed2f342855d5 w-614972b7050a6bfe4276c20f2a0d4690 w-grid w-grid--slider w-grid--gap w-grid--left w-6403500f6fcf82ad068581bb50ff23bd slider-wrapper_1r3 hidden_3w8" data-animation="fade-in-center_3nb normal_2Pr" data-component="collection-slider" data-hydrate="{&quot;anchorId&quot;:&quot;5bb5cf02c14a32002a8e425d&quot;,&quot;value&quot;:{&quot;columnsCount&quot;:4,&quot;contentAlign&quot;:&quot;center&quot;,&quot;items&quot;:[{&quot;id&quot;:&quot;c95bb0a7-5ea6-4f31-a8a4-176a67cb03df&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;City of Park Ridge - Residential Beautification Award (1998)&quot;,&quot;type&quot;:&quot;heading&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;R&amp;D Leader in Tech photo&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/5ec2e7b518a43e0022a0a790&quot;,&quot;filter&quot;:{&quot;saved&quot;:{&quot;type&quot;:&quot;contrast&quot;}},&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:1,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50},&quot;actionConfig&quot;:{&quot;action&quot;:&quot;scale&quot;}}},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;City of Park Ridge Residential Beautification Awards Contest&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;target&quot;:&quot;_blank&quot;,&quot;url&quot;:&quot;https://www.parkridge.us/28th_annual_residential_beautification_awards_contest_/&quot;}}}}},{&quot;id&quot;:&quot;b0fe8ad7-062c-4256-800e-67b9aa4d17a1&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;National Spa &amp;amp; Pool Institute - Silver Design Award&lt;/span&gt;&lt;span style=\&quot;display: block;\&quot;&gt;(1996-1997)&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Best Service Provider&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/5ec2e7f360a0170022f71f5e&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;scale&quot;},&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:1,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50}}},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;National Spa and Pool Institute (NSPI)&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;url&quot;:&quot;https://www.arcat.com/arcatcos/cos37/arc37656.html&quot;,&quot;target&quot;:&quot;_blank&quot;}}}}},{&quot;id&quot;:&quot;6933465c-f26f-43f3-a954-f38e58c12ba4&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Qualified Remodeler Magazine - Silver Design Award&lt;/span&gt;&lt;span style=\&quot;display: block;\&quot;&gt;(October 2014)&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Most Innovative B2B Solutions photo&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/5ec2e80c2dc83d00222653b9&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;scale&quot;},&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:1,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50}}},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;Featured in Qualified Remodeler Magazine&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;url&quot;:&quot;https://www.qualifiedremodeler.com/issue/94454/october-2014-qr/&quot;,&quot;target&quot;:&quot;_blank&quot;}}}}},{&quot;id&quot;:&quot;648adec3-6b3a-4e75-b9df-638a7a69d768&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Houzz - Best of Service Award&lt;/span&gt;&lt;span style=\&quot;display: block;\&quot;&gt;(2017)&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Leader of Innovation photo&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/60986250529e850021d4d411&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:0.5875,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50}}},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;Jeremy Lew and Associates Houzz&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;url&quot;:&quot;https://www.houzz.com/professionals/design-build-firms/jeremy-lew-and-assoc-inc-pfvwus-pf~662930236&quot;,&quot;target&quot;:&quot;_blank&quot;}}}}},{&quot;id&quot;:&quot;14e828af-b9a8-47b5-9a91-ced26c56a35a&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Houzz - Best of Service Award&lt;/span&gt;&lt;span style=\&quot;display: block;\&quot;&gt;(2018)&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Leader of Innovation photo&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/6098623da8c3c2002251a698&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:0.5875,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50}}},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;Jeremy Lew and Associates Houzz&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;target&quot;:&quot;_blank&quot;,&quot;url&quot;:&quot;https://www.houzz.com/professionals/design-build-firms/jeremy-lew-and-assoc-inc-pfvwus-pf~662930236&quot;}}}}},{&quot;id&quot;:&quot;e325ad2b-5248-4c77-a4dd-c0bb5bbc7626&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Houzz - Best of Service Award&lt;/span&gt;&lt;span style=\&quot;display: block;\&quot;&gt;(2019)&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Leader of Innovation photo&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/60986231eb557900219bb4c3&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:0.5875,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50}}},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;Jeremy Lew and Associates Houzz&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;url&quot;:&quot;https://www.houzz.com/professionals/design-build-firms/jeremy-lew-and-assoc-inc-pfvwus-pf~662930236&quot;,&quot;target&quot;:&quot;_blank&quot;}}}}},{&quot;id&quot;:&quot;a99dc31c-7da7-46ca-97d3-f7edd9482718&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Houzz - Best of Service Award&lt;/span&gt;&lt;span style=\&quot;display: block;\&quot;&gt;(2020)&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Leader of Innovation photo&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/609862194d7cfe00226dc2b2&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:0.5875,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50}}},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;Jeremy Lew and Associates Houzz&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;url&quot;:&quot;https://www.houzz.com/professionals/design-build-firms/jeremy-lew-and-assoc-inc-pfvwus-pf~662930236&quot;,&quot;target&quot;:&quot;_blank&quot;}}}}},{&quot;id&quot;:&quot;acf74311-bc0d-4d8f-b4d2-3bfb622f949c&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Houzz - Best of Service Award&lt;/span&gt;&lt;span style=\&quot;display: block;\&quot;&gt;(2021)&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;tagName&quot;:&quot;h3&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Leader of Innovation photo&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/609862094d7cfe00226dc29f&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:0.5875,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50}}},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;Jeremy Lew and Associates Houzz&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;url&quot;:&quot;https://www.houzz.com/professionals/design-build-firms/jeremy-lew-and-assoc-inc-pfvwus-pf~662930236&quot;,&quot;target&quot;:&quot;_blank&quot;}}}}},{&quot;id&quot;:&quot;5b2fc0f5-dc66-44e0-8103-b213786579ca&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Houzz - Best of Service Award&lt;/span&gt;&lt;span style=\&quot;display: block;\&quot;&gt;(2021)&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;tagName&quot;:&quot;h3&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Leader of Innovation photo&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/65a2e5953ae5a5000f3982b7&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:0.5875,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50}},&quot;customClassNames&quot;:[]},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;Jeremy Lew and Associates Houzz&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;url&quot;:&quot;https://www.houzz.com/professionals/design-build-firms/jeremy-lew-and-assoc-inc-pfvwus-pf~662930236&quot;,&quot;target&quot;:&quot;_blank&quot;}}}}},{&quot;id&quot;:&quot;b2faf517-857b-40d3-9949-a7196eeb60d9&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Houzz - Best of Service Award&lt;/span&gt;&lt;span style=\&quot;display: block;\&quot;&gt;(2021)&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;tagName&quot;:&quot;h3&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Leader of Innovation photo&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/65a2e5ad5de065000f0b255b&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:0.5875,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50}},&quot;customClassNames&quot;:[]},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;Jeremy Lew and Associates Houzz&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;url&quot;:&quot;https://www.houzz.com/professionals/design-build-firms/jeremy-lew-and-assoc-inc-pfvwus-pf~662930236&quot;,&quot;target&quot;:&quot;_blank&quot;}}}}},{&quot;id&quot;:&quot;c1744587-6da6-4707-b6bf-b29210969056&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;Better Business Bureau - A+ Rating&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;tagName&quot;:&quot;h3&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Leader of Innovation photo&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/5ec2e83060a0170022f71fdb&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:0.8075,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50}}},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;Jeremy Lew and Associates BBB Listing&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;url&quot;:&quot;https://www.bbb.org/us/il/northbrook/profile/architect/jeremy-lew-assoc-inc-0654-12009553&quot;,&quot;target&quot;:&quot;_blank&quot;}}}}},{&quot;id&quot;:&quot;973e09b3-dd0a-44de-a769-2890057ba4c8&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Northbrook Chamber of Commerce - Gold Member&lt;/span&gt;&lt;span style=\&quot;display: block;\&quot;&gt;(2020)&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;tagName&quot;:&quot;h3&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Northbrook Chamber of Commerce - Gold Member (2020)&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/5ec2f3c560a0170022f741e2&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:1,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50},&quot;actionConfig&quot;:{&quot;action&quot;:&quot;scale&quot;}}},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;Jeremy Lew and Associates Northbrook Chamber of Commerce Business Listing&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;url&quot;:&quot;https://business.northbrookchamber.org/list/member/jeremy-lew-associates-northbrook-8793&quot;,&quot;target&quot;:&quot;_blank&quot;}}}}},{&quot;id&quot;:&quot;09cd7970-a1e6-4bd2-a2f5-d0066ab41dc1&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Northbrook Chamber of Commerce - Gold Member&lt;/span&gt;&lt;span style=\&quot;display: block;\&quot;&gt;(2021)&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;tagName&quot;:&quot;h3&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Northbrook Chamber of Commerce - Gold Member (2021)&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/609ffd563cb13f0021e7d5d0&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:1,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50},&quot;actionConfig&quot;:{&quot;action&quot;:&quot;scale&quot;}}},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;Jeremy Lew and Associates Northbrook Chamber of Commerce Business Listing&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;url&quot;:&quot;https://business.northbrookchamber.org/list/member/jeremy-lew-associates-northbrook-8793&quot;,&quot;target&quot;:&quot;_blank&quot;}}}}},{&quot;id&quot;:&quot;5895b304-7efb-43b0-a3f1-b7c4c9959594&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Northbrook Chamber of Commerce - Gold Member&lt;/span&gt;&lt;span style=\&quot;display: block;\&quot;&gt;(2022)&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;tagName&quot;:&quot;h3&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Northbrook Chamber of Commerce - Gold Member (2021)&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/61f58e8880f21f002235ca20&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:1,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50},&quot;actionConfig&quot;:{&quot;action&quot;:&quot;scale&quot;}}},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;Jeremy Lew and Associates Northbrook Chamber of Commerce Business Listing&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;url&quot;:&quot;https://business.northbrookchamber.org/list/member/jeremy-lew-associates-northbrook-8793&quot;,&quot;target&quot;:&quot;_blank&quot;}}}}},{&quot;id&quot;:&quot;4a241848-b6a4-474e-aa09-18d81592741c&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Northbrook Chamber of Commerce - Gold Member&lt;/span&gt;&lt;span style=\&quot;display: block;\&quot;&gt;(2023)&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;tagName&quot;:&quot;h3&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Northbrook Chamber of Commerce - Gold Member (2021)&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/6598784ce91bf2000ed0b86e&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:1,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50},&quot;actionConfig&quot;:{&quot;action&quot;:&quot;scale&quot;}},&quot;customClassNames&quot;:[]},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;Jeremy Lew and Associates Northbrook Chamber of Commerce Business Listing&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;url&quot;:&quot;https://business.northbrookchamber.org/list/member/jeremy-lew-associates-northbrook-8793&quot;,&quot;target&quot;:&quot;_blank&quot;}}}}},{&quot;id&quot;:&quot;20329629-0499-43ad-8aa2-8e534225a722&quot;,&quot;item_heading&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Northbrook Chamber of Commerce - Gold Member&lt;/span&gt;&lt;span style=\&quot;display: block;\&quot;&gt;(2024)&lt;/span&gt;&quot;,&quot;type&quot;:&quot;heading&quot;,&quot;tagName&quot;:&quot;h3&quot;},&quot;item_image&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;video&quot;:{},&quot;image&quot;:{&quot;alt&quot;:&quot;Northbrook Chamber of Commerce - Gold Member (2021)&quot;,&quot;resourceRef&quot;:&quot;res/5e1e4b083d024b00216a4099/65b7fc71c4564f000fd33a0e&quot;,&quot;fitBy&quot;:&quot;contain&quot;,&quot;scale&quot;:1,&quot;position&quot;:{&quot;x&quot;:50,&quot;y&quot;:50},&quot;actionConfig&quot;:{&quot;action&quot;:&quot;scale&quot;}},&quot;customClassNames&quot;:[]},&quot;background&quot;:{&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;},&quot;74043512-007b-4c91-bc85-40aa04de1a6e&quot;:{&quot;textValue&quot;:&quot;Jeremy Lew and Associates Northbrook Chamber of Commerce Business Listing&quot;,&quot;type&quot;:&quot;link&quot;,&quot;actionConfig&quot;:{&quot;action&quot;:&quot;external&quot;,&quot;actions&quot;:{&quot;external&quot;:{&quot;url&quot;:&quot;https://business.northbrookchamber.org/list/member/jeremy-lew-associates-northbrook-8793&quot;,&quot;target&quot;:&quot;_blank&quot;}}}}}],&quot;gap&quot;:25,&quot;itemsAlign&quot;:&quot;left&quot;,&quot;verticalAlign&quot;:&quot;top&quot;,&quot;columnSize&quot;:12,&quot;style&quot;:{},&quot;fullWidth&quot;:false,&quot;type&quot;:&quot;slider&quot;,&quot;slider&quot;:{&quot;arrows&quot;:true,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:4000},&quot;borderRadius&quot;:{},&quot;border&quot;:{},&quot;shadow&quot;:{&quot;enabled&quot;:false,&quot;x&quot;:5,&quot;y&quot;:5,&quot;blur&quot;:10,&quot;spread&quot;:5,&quot;color&quot;:{&quot;color&quot;:&quot;dark-shade-color&quot;,&quot;opacity&quot;:0.56}}},&quot;settings&quot;:{&quot;slidesToShow&quot;:4,&quot;arrows&quot;:true,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:4000,&quot;adaptiveHeight&quot;:false,&quot;dotsClass&quot;:&quot;slick-dots slider__dots_2cS&quot;,&quot;responsive&quot;:[{&quot;breakpoint&quot;:991,&quot;settings&quot;:{&quot;slidesToShow&quot;:2,&quot;infinite&quot;:true}},{&quot;breakpoint&quot;:767,&quot;settings&quot;:{&quot;slidesToShow&quot;:1,&quot;infinite&quot;:true}},{&quot;breakpoint&quot;:479,&quot;settings&quot;:{&quot;slidesToShow&quot;:1,&quot;infinite&quot;:true}}],&quot;alwaysDisplayControls&quot;:true,&quot;fade&quot;:false}}"><div class="w-5531ef6ac46839b5a547ed2f342855d5 w-614972b7050a6bfe4276c20f2a0d4690 w-grid w-grid--slider w-grid--gap w-grid--left w-6403500f6fcf82ad068581bb50ff23bd server-render__collection__columns-count--4_y-T w-slider slider_2N3 dots-margin" style="flex-basis:100%;justify-content:flex-start;overflow:hidden"><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-0" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-0"><span id="b236c9f0-52c9-4378-8a25-724bdc38347c" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="b236c9f0-52c9-4378-8a25-724bdc38347c" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e7b518a43e0022a0a790_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e7b518a43e0022a0a790_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e7b518a43e0022a0a790_optimized"/><img alt="R&amp;D Leader in Tech photo" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e7b518a43e0022a0a790_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e7b518a43e0022a0a790_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;}" type="button"></button></span><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">City of Park Ridge - Residential Beautification Award (1998)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://www.parkridge.us/28th_annual_residential_beautification_awards_contest_/" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">City of Park Ridge Residential Beautification Awards Contest</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-1" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-1"><span id="88837287-4fc1-49a3-9852-d7426b631b69" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="88837287-4fc1-49a3-9852-d7426b631b69" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e7f360a0170022f71f5e_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e7f360a0170022f71f5e_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e7f360a0170022f71f5e_optimized"/><img alt="Best Service Provider" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e7f360a0170022f71f5e_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e7f360a0170022f71f5e_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;currentIndex&quot;:1}" type="button"></button></span><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">National Spa &amp; Pool Institute - Silver Design Award</span></span><span style="display:block" class="w-text-block "><span class="w-text-content">(1996-1997)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://www.arcat.com/arcatcos/cos37/arc37656.html" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">National Spa and Pool Institute (NSPI)</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-2" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-2"><span id="69823f73-7b38-4c58-bdcf-1041364dbb12" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="69823f73-7b38-4c58-bdcf-1041364dbb12" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e80c2dc83d00222653b9_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e80c2dc83d00222653b9_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e80c2dc83d00222653b9_optimized"/><img alt="Most Innovative B2B Solutions photo" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e80c2dc83d00222653b9_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e80c2dc83d00222653b9_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;currentIndex&quot;:2}" type="button"></button></span><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Qualified Remodeler Magazine - Silver Design Award</span></span><span style="display:block" class="w-text-block "><span class="w-text-content">(October 2014)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://www.qualifiedremodeler.com/issue/94454/october-2014-qr/" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Featured in Qualified Remodeler Magazine</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-3" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-3"><div style="overflow:hidden" id="362a8ece-d16e-45d2-acb3-df501a730c18" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="362a8ece-d16e-45d2-acb3-df501a730c18" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/60986250529e850021d4d411_optimized_160_e272x272-56x56"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/60986250529e850021d4d411_optimized_160_e272x272-56x56"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/60986250529e850021d4d411_optimized_160_e272x272-56x56"/><img alt="Leader of Innovation photo" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/60986250529e850021d4d411_optimized_160_e272x272-56x56" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture></div><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Houzz - Best of Service Award</span></span><span style="display:block" class="w-text-block "><span class="w-text-content">(2017)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://www.houzz.com/professionals/design-build-firms/jeremy-lew-and-assoc-inc-pfvwus-pf~662930236" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Jeremy Lew and Associates Houzz</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-4" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-4"><div style="overflow:hidden" id="ff50f23d-8863-4667-8b7c-9c74b8efeb16" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="ff50f23d-8863-4667-8b7c-9c74b8efeb16" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/6098623da8c3c2002251a698_optimized_160_e272x272-56x56"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/6098623da8c3c2002251a698_optimized_160_e272x272-56x56"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/6098623da8c3c2002251a698_optimized_160_e272x272-56x56"/><img alt="Leader of Innovation photo" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/6098623da8c3c2002251a698_optimized_160_e272x272-56x56" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture></div><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Houzz - Best of Service Award</span></span><span style="display:block" class="w-text-block "><span class="w-text-content">(2018)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://www.houzz.com/professionals/design-build-firms/jeremy-lew-and-assoc-inc-pfvwus-pf~662930236" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Jeremy Lew and Associates Houzz</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-5" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-5"><div style="overflow:hidden" id="3b551893-f334-4f1d-aef7-3ecafa51f1b1" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="3b551893-f334-4f1d-aef7-3ecafa51f1b1" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/60986231eb557900219bb4c3_optimized_160_e272x272-56x56"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/60986231eb557900219bb4c3_optimized_160_e272x272-56x56"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/60986231eb557900219bb4c3_optimized_160_e272x272-56x56"/><img alt="Leader of Innovation photo" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/60986231eb557900219bb4c3_optimized_160_e272x272-56x56" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture></div><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Houzz - Best of Service Award</span></span><span style="display:block" class="w-text-block "><span class="w-text-content">(2019)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://www.houzz.com/professionals/design-build-firms/jeremy-lew-and-assoc-inc-pfvwus-pf~662930236" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Jeremy Lew and Associates Houzz</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-6" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-6"><div style="overflow:hidden" id="f7ced69e-26a9-438d-9a38-21fc875ccebf" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="f7ced69e-26a9-438d-9a38-21fc875ccebf" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/609862194d7cfe00226dc2b2_optimized_160_e272x272-56x56"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/609862194d7cfe00226dc2b2_optimized_160_e272x272-56x56"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/609862194d7cfe00226dc2b2_optimized_160_e272x272-56x56"/><img alt="Leader of Innovation photo" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/609862194d7cfe00226dc2b2_optimized_160_e272x272-56x56" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture></div><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Houzz - Best of Service Award</span></span><span style="display:block" class="w-text-block "><span class="w-text-content">(2020)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://www.houzz.com/professionals/design-build-firms/jeremy-lew-and-assoc-inc-pfvwus-pf~662930236" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Jeremy Lew and Associates Houzz</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-7" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-7"><div style="overflow:hidden" id="4b02273c-413d-49a0-a4ad-a1434ad7da30" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="4b02273c-413d-49a0-a4ad-a1434ad7da30" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/609862094d7cfe00226dc29f_optimized_336_e571x543-117x111"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/609862094d7cfe00226dc29f_optimized_336_e571x543-117x111"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/609862094d7cfe00226dc29f_optimized_336_e571x543-117x111"/><img alt="Leader of Innovation photo" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/609862094d7cfe00226dc29f_optimized_336_e571x543-117x111" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture></div><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Houzz - Best of Service Award</span></span><span style="display:block" class="w-text-block "><span class="w-text-content">(2021)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://www.houzz.com/professionals/design-build-firms/jeremy-lew-and-assoc-inc-pfvwus-pf~662930236" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Jeremy Lew and Associates Houzz</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-8" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-8"><div style="overflow:hidden" id="215d2009-08af-42dc-b521-97520829fe35" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="215d2009-08af-42dc-b521-97520829fe35" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/65a2e5953ae5a5000f3982b7_optimized_204_e347x336-71x69"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/65a2e5953ae5a5000f3982b7_optimized_204_e347x336-71x69"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/65a2e5953ae5a5000f3982b7_optimized_204_e347x336-71x69"/><img alt="Leader of Innovation photo" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/65a2e5953ae5a5000f3982b7_optimized_204_e347x336-71x69" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture></div><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Houzz - Best of Service Award</span></span><span style="display:block" class="w-text-block "><span class="w-text-content">(2021)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://www.houzz.com/professionals/design-build-firms/jeremy-lew-and-assoc-inc-pfvwus-pf~662930236" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Jeremy Lew and Associates Houzz</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-9" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-9"><div style="overflow:hidden" id="d0f153f2-cb02-4411-83aa-0e3beff5c7c4" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="d0f153f2-cb02-4411-83aa-0e3beff5c7c4" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/65a2e5ad5de065000f0b255b_optimized_204_e347x355-71x73"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/65a2e5ad5de065000f0b255b_optimized_204_e347x355-71x73"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/65a2e5ad5de065000f0b255b_optimized_204_e347x355-71x73"/><img alt="Leader of Innovation photo" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/65a2e5ad5de065000f0b255b_optimized_204_e347x355-71x73" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture></div><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Houzz - Best of Service Award</span></span><span style="display:block" class="w-text-block "><span class="w-text-content">(2021)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://www.houzz.com/professionals/design-build-firms/jeremy-lew-and-assoc-inc-pfvwus-pf~662930236" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Jeremy Lew and Associates Houzz</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-10" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-10"><div style="overflow:hidden" id="925f2edb-0c5f-40b5-84e1-98a428cfe5af" data-style="{}" data-skip-animation="true" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="925f2edb-0c5f-40b5-84e1-98a428cfe5af" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e83060a0170022f71fdb_optimized_1000_e1238x696-119x66"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e83060a0170022f71fdb_optimized_1000_e1238x696-119x66"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e83060a0170022f71fdb_optimized_1000_e1238x696-119x66"/><img alt="Leader of Innovation photo" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e83060a0170022f71fdb_optimized_1000_e1238x696-119x66" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture></div><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Better Business Bureau - A+ Rating</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://www.bbb.org/us/il/northbrook/profile/architect/jeremy-lew-assoc-inc-0654-12009553" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Jeremy Lew and Associates BBB Listing</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-11" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-11"><span id="c81c2092-a4f5-4c2b-9c16-90941fe5c486" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="c81c2092-a4f5-4c2b-9c16-90941fe5c486" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f3c560a0170022f741e2_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f3c560a0170022f741e2_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f3c560a0170022f741e2_optimized"/><img alt="Northbrook Chamber of Commerce - Gold Member (2020)" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f3c560a0170022f741e2_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2f3c560a0170022f741e2_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;currentIndex&quot;:11}" type="button"></button></span><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Northbrook Chamber of Commerce - Gold Member</span></span><span style="display:block" class="w-text-block "><span class="w-text-content">(2020)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://business.northbrookchamber.org/list/member/jeremy-lew-associates-northbrook-8793" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Jeremy Lew and Associates Northbrook Chamber of Commerce Business Listing</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-12" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-12"><span id="acec7737-c72e-4846-9053-6b0f99c53e63" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="acec7737-c72e-4846-9053-6b0f99c53e63" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/609ffd563cb13f0021e7d5d0_optimized_1296"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/609ffd563cb13f0021e7d5d0_optimized_1296"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/609ffd563cb13f0021e7d5d0_optimized_1296"/><img alt="Northbrook Chamber of Commerce - Gold Member (2021)" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/609ffd563cb13f0021e7d5d0_optimized_1296" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/609ffd563cb13f0021e7d5d0_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;currentIndex&quot;:12}" type="button"></button></span><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Northbrook Chamber of Commerce - Gold Member</span></span><span style="display:block" class="w-text-block "><span class="w-text-content">(2021)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://business.northbrookchamber.org/list/member/jeremy-lew-associates-northbrook-8793" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Jeremy Lew and Associates Northbrook Chamber of Commerce Business Listing</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-13" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-13"><span id="bce1ca0b-816e-46bd-9c4a-5f92900c04df" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="bce1ca0b-816e-46bd-9c4a-5f92900c04df" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/61f58e8880f21f002235ca20_optimized_1296"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/61f58e8880f21f002235ca20_optimized_1296"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/61f58e8880f21f002235ca20_optimized_1296"/><img alt="Northbrook Chamber of Commerce - Gold Member (2021)" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/61f58e8880f21f002235ca20_optimized_1296" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/61f58e8880f21f002235ca20_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;currentIndex&quot;:13}" type="button"></button></span><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Northbrook Chamber of Commerce - Gold Member</span></span><span style="display:block" class="w-text-block "><span class="w-text-content">(2022)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://business.northbrookchamber.org/list/member/jeremy-lew-associates-northbrook-8793" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Jeremy Lew and Associates Northbrook Chamber of Commerce Business Listing</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-14" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-14"><span id="8324b80e-f12e-4320-9fba-9f66d489b3ff" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="8324b80e-f12e-4320-9fba-9f66d489b3ff" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/6598784ce91bf2000ed0b86e_optimized_1296"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/6598784ce91bf2000ed0b86e_optimized_1296"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/6598784ce91bf2000ed0b86e_optimized_1296"/><img alt="Northbrook Chamber of Commerce - Gold Member (2021)" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/6598784ce91bf2000ed0b86e_optimized_1296" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/6598784ce91bf2000ed0b86e_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;currentIndex&quot;:14}" type="button"></button></span><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Northbrook Chamber of Commerce - Gold Member</span></span><span style="display:block" class="w-text-block "><span class="w-text-content">(2023)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://business.northbrookchamber.org/list/member/jeremy-lew-associates-northbrook-8793" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Jeremy Lew and Associates Northbrook Chamber of Commerce Business Listing</span></span></a></div></div></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-15" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-15"><span id="53374618-82eb-48c7-820b-cdef6d89d8c9" data-style="{}" data-skip-animation="true" style="overflow:hidden" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw scale-wrapper_3UY"><picture class="w-picture ui-picture_2i5 w-db3db5e1e9553f9bbb24a0583bb4b7f8" data-wrapper-id="53374618-82eb-48c7-820b-cdef6d89d8c9" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/65b7fc71c4564f000fd33a0e_optimized_1002"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/65b7fc71c4564f000fd33a0e_optimized_1002"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/65b7fc71c4564f000fd33a0e_optimized_1002"/><img alt="Northbrook Chamber of Commerce - Gold Member (2021)" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/65b7fc71c4564f000fd33a0e_optimized_1002" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture><button class="btn_openLightbox_3nS" data-lightbox="{&quot;mainSrc&quot;:&quot;//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/65b7fc71c4564f000fd33a0e_optimized&quot;,&quot;reactModalStyle&quot;:{},&quot;wrapperClassName&quot;:&quot;&quot;,&quot;currentIndex&quot;:15}" type="button"></button></span><h3 class="text_1k0 ui-heading w-heading" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Northbrook Chamber of Commerce - Gold Member</span></span><span style="display:block" class="w-text-block "><span class="w-text-content">(2024)</span></span></h3><div class="w-btns-group w-btns-group--link"><div class="w-btns-group__inner"><a data-component="button" rel="noopener" data-action="external-link" class="w-btns-group__item button_2W3 w-link ui-button ui-button--link-light ui-button--size-md" href="https://business.northbrookchamber.org/list/member/jeremy-lew-associates-northbrook-8793" target="_blank"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Jeremy Lew and Associates Northbrook Chamber of Commerce Business Listing</span></span></a></div></div></div></div></div></div><div><div style="position:relative" data-slider-component="arrow-prev"><button type="button" class="w-slider-arrow w-slider-arrow--prev slider-arrow_Yvf slider-arrow--prev_Eis slider-arrow--with-dots_Phm"><div class="slider-arrow__click-zone_uLX"></div><svg class="arrow-svg_1j4" viewBox="0 0 30 30"><defs><path d="M19.533 15l-9.1-9.45c-.577-.6-.577-1.5 0-2.1.578-.6 1.445-.6 2.023 0l10.11 10.5c.29.3.434.75.434 1.05 0 .45-.144.75-.433 1.05l-10.111 10.5c-.29.3-.578.45-1.012.45-.433 0-.722-.15-1.01-.45-.578-.6-.578-1.5 0-2.1l9.1-9.45z" id="a-1736267358052"></path></defs><use fill-rule="nonzero" opacity=".8" xlink:href="#a-1736267358052"></use></svg></button></div><div style="position:relative" data-slider-component="arrow-next"><button type="button" class="w-slider-arrow w-slider-arrow--next slider-arrow_Yvf slider-arrow--next_3Hr slider-arrow--with-dots_Phm"><div class="slider-arrow__click-zone_uLX"></div><svg class="arrow-svg_1j4" viewBox="0 0 30 30"><defs><path d="M19.533 15l-9.1-9.45c-.577-.6-.577-1.5 0-2.1.578-.6 1.445-.6 2.023 0l10.11 10.5c.29.3.434.75.434 1.05 0 .45-.144.75-.433 1.05l-10.111 10.5c-.29.3-.578.45-1.012.45-.433 0-.722-.15-1.01-.45-.578-.6-.578-1.5 0-2.1l9.1-9.45z" id="a-1736267358052"></path></defs><use fill-rule="nonzero" opacity=".8" xlink:href="#a-1736267358052"></use></svg></button></div></div></div><div data-component="view-slider" style="display:none;max-width:100%" class="w-5531ef6ac46839b5a547ed2f342855d5 w-614972b7050a6bfe4276c20f2a0d4690 w-grid w-grid--slider w-grid--gap w-grid--left w-6403500f6fcf82ad068581bb50ff23bd server-render__collection__columns-count--4_y-T w-slider slider_2N3"></div></div></div></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5bb4e230962176002454b425" data-block-name="wireframe-series-1-cta" data-block-categories="cta" data-test="block-wrapper" data-anchor="cta" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background background--dark w-state-has-background"><div style="display:none" id="cta"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#b1521d" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><header class="w-section__header"><div class="w-grid w-grid--row" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-28c479c951e3f9953f21b560a7efc200 w-mod-shadow background_3lr background background--dark w-state-has-background"><div class="background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#b1521d" data-role="placeholder" data-selection-container="true"></div></div><h2 class="text_1k0 ui-blockTitle w-title ui-blockTitle--light hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">Want to find out more?</span></span></h2><div class="decorator-inner_26F flex_3-n"><div data-animation="fade-in-center_3nb normal_2Pr" class="hidden_3w8 w-divider-component-wrapper divider-component-wrapper_XE2"><svg xmlns="http://www.w3.org/2000/svg" width="3000px" height="32" style="width:5%"><path d="M0 16 L3000 16" style="fill:none;stroke:currentColor;stroke-width:2px"></path></svg></div></div><p class="text_1k0 ui-subtitle w-subtitle ui-subtitle--light hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">Contact us to discuss your project!</span></span></p></div></div></div></div></header><footer class="w-section__footer"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><div class="w-btns-group"><div class="w-btns-group__inner"><a data-component="button" data-animation="fade-in-center_3nb normal_2Pr" class="popup-trigger popupTrigger_1IU hidden_3w8 w-btns-group__item button_2W3 w-button ui-button ui-button--secondary-alt-dark ui-button--size-md" data-popup-anchor="5dd28db5f6846c0021674552"><span class="button__border_1J- ui-button__border"></span><span class="button__inner_2of"><span class="button__content_1_I">Request a Free Consultation</span></span></a></div></div></div></div></div></div></footer></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5d53f3f83ced2d0023cf8b29" data-block-name="wireframe-series-9-testimonials" data-block-categories="testimonials" data-test="block-wrapper" data-anchor="testimonials" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="testimonials"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#ffffff" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><header class="w-section__header"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><h2 class="text_1k0 ui-blockTitle w-title hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="color:rgb(146,146,151)">JLA</span> <span class="text-ui-brand-color" style="color:var(--ui-brand-color)">TESTIMONIALS</span></span></span></h2><div class="decorator-inner_26F flex_3-n"><div data-animation="fade-in-center_3nb normal_2Pr" class="hidden_3w8 w-divider-component-wrapper divider-component-wrapper_XE2"><svg xmlns="http://www.w3.org/2000/svg" width="3000px" height="32" style="width:10%"><path d="M0 16 L3000 16" style="fill:none;stroke:#b1521d;stroke-width:2px"></path></svg></div></div><p class="text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">Building dreams. Developing relationships.</span></span></p><p class="text_1k0 ui-text w-body hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">As a family-run business, we like to think of our clients as part of the family. Because of our dedication to each client and project, we build lasting relationships while we build your dream home. With our dedicated and friendly staff, committed to the highest level of quality and service, it’s no surprise that 95% of our new business comes from referrals. See what our past clients have to say!</span></span></p><div class="decorator-inner_26F flex_3-n"><div data-animation="fade-in-center_3nb normal_2Pr" class="hidden_3w8 w-divider-component-wrapper divider-component-wrapper_XE2"><svg xmlns="http://www.w3.org/2000/svg" width="3000px" height="32" style="width:10%"><path d="M0 16 L3000 16" style="fill:none;stroke:#b1521d;stroke-width:2px"></path></svg></div></div></div></div></div></div></header><div class="w-section__content"><div class="w-5531ef6ac46839b5a547ed2f342855d5 w-614972b7050a6bfe4276c20f2a0d4690 w-grid w-grid--slider w-grid--gap w-grid--left w-grid--full-width w-6403500f6fcf82ad068581bb50ff23bd slider-wrapper_1r3 hidden_3w8" data-animation="fade-in-center_3nb normal_2Pr" data-component="collection-slider" data-hydrate="{&quot;anchorId&quot;:&quot;5d53f3f83ced2d0023cf8b29&quot;,&quot;value&quot;:{&quot;columnsCount&quot;:4,&quot;contentAlign&quot;:&quot;left&quot;,&quot;items&quot;:[{&quot;id&quot;:&quot;518248c7-0b63-47cc-be88-aea195ccd942&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;We used Jeremy Lew and Associates to add an addition and complete an extensive remodel on our 1926 colonial. They handled everything, from design through completion, without issue and got us back in our home on time. The design and workmanship was excellent, maintaining the original character of the home while still adding modern touches. The entire experience was simply great, we had constant communication with everyone involved and quick resolutions when the inevitable issue did arise. Having Robert, Victor, and Phil (our project manager) available at every step helped...&lt;/span&gt;&lt;a  href=\&quot;slug-id=5e5164d88216100021091ae2\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164d88216100021091ae2\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Jay Wimberley&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-brand-color\&quot; style=\&quot;color: var(--ui-brand-color);\&quot;&gt;Highland Park, residential project&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;765d89e1-2485-4fa3-9f81-6ec1936b6246&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;We couldn&#x27;t be happier with the house that Jeremy Lew &amp;amp; Associates built for us this past year. It is above and beyond what our expectations were when we first met to talk about the project. The entire experience from meeting the team, to designing the house, and the actual construction was an absolute pleasure. We never felt anything but comfortable the entire time and would most definitely recommend this team to build your dream home. They are total professionals who deliver a high end product.&lt;/span&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Brendan Bayliss&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-brand-color\&quot; style=\&quot;color: var(--ui-brand-color);\&quot;&gt;Chicago, residential project&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;67908374-9e2c-4f79-bdb6-4871f2a71900&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;We could not be happier with the amazing job Jeremy Lew and Assoc. did building our dream home. Victor, Robert and the entire team were with us from the beginning process of plans, to the tear down, through the build, until the final light bulb was installed. They were knowledgeable on getting licenses and dealing with city ordinances, and kept our house on schedule. They were, and continue to be, available whenever we have questions, and are there to help. Our home is our very favorite place to be and we thank the Lew brothers for their professionalism and commitment to us.&lt;/span&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;John Belconis&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-brand-color\&quot; style=\&quot;color: var(--ui-brand-color);\&quot;&gt;Park Ridge, residential project&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;26ae5a5f-7b70-4b4e-948c-f58ec08f4cc6&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We did a complete first floor renovation of our 1929 English Tudor, and we are thrilled that we used Jeremy Lew &amp;amp; Associates to do the work. They were fantastic from start to finish--they were trustworthy and so easy to work with, they respected our budget, and the project was completed within the timeframe that was given to us. Because our house is so old, there were a lot of structural and design challenges. We had to completely update the plumbing, electrical and HVAC--in some areas, radiators were removed and replaced with heated floors, but the old and new systems have worked together seamlessly. Victor created...&lt;a  href=\&quot;slug-id=5e5161d4824db9002234fb1a\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5161d4824db9002234fb1a\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Reagan Knaus&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Deerfield, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;80137e8b-31b4-42b0-8ac4-4dd21895c59b&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We hired Jeremy Lew to remodel our 1939 home in Wilmette 10 years ago.. We worked with an Architect for the plans. The Lew&#x27;s were a pleasure to work with from start to finish. We heard the the horror stories from our friends about working with contractors and did approach this project with some trepidation. Fortunately these stories were not our story. Our Project Manager was a great communicator and kept us in the loop every step of the way. As the crew found some surprises (expected with old home) we were told and given options about how to proceed. We can not be happier about how our addition looked upon...&lt;a  href=\&quot;slug-id=5e5164f88216100021091b07\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164f88216100021091b07\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Elizabeth Cohen&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;7b4f7d2d-0c16-4f2d-933c-e8ea02401de9&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;Working with Jeremy Lew &amp;amp; Associates was a dream. Robert Lew was extremely detail oriented and took care of every facet of our project. We were the 2nd mikvah project JLA has worked on, and I have to imagine they are expert mikvah builders at this point. Robert worked with our rabbi to ensure all Jewish law requirements were met and worked with us to ensure our project was done on time and on budget. I would recommend JLA to anyone looking for a design and build firm for a similar project.&lt;/span&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Joshua Nankin&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Northbrook, commercial project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e43413f62dd7a00217580ac\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e43413f62dd7a00217580ac\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;6df00ab4-7e40-47ac-bfc2-c152b2f21af0&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We began this journey in 2011 and contracted Jeremy Lew &amp;amp; Associates for architectural work for our home ext&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;ension. They were consummate professionals throughout the process and provided the drawings to bid out. Fortunately, they are also builders so were in the running to get the job. Their prices weren&#x27;t the cheapest but also not the most expensive and they will tell you that up front. However, the \&quot;you get what you pay for\&quot; idiom holds so true for construction. We decided to hold off on the work for a few yea&lt;/span&gt;rs and re-visted the idea in 2015. We had few changes that we wanted to incorporate and Victor...&lt;a  href=\&quot;slug-id=5e515b18824db9002234daed\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e515b18824db9002234daed\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;AJ Virani&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Northbrook, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;6102d1d9-5a2c-4bf5-9565-95c6d69ca76c&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We worked with Jeremy Lew &amp;amp; Associates to renovate our entire fitness space at College Park Athletic Club. From start to finish, they were professional, timely, and a pleasure to work with. It&#x27;s rare to find a group that can manage so many moving parts and deliver a project on time and on budget. They have our trust and our gratitude--we have already hired them for our next project!&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;College Park Athletic Club&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Riverwoods, commercial project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;c6d7ea81-9b8f-4020-8ab3-51b1399e45fb&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We first used Jeremy Lew &amp;amp; Associates to build a large, complex deck off the back of our house leading over the ravine (over $100K job). It was so incredible, we offered them the chance to bid on the renovation of our 1931 Spanish Mediterranean (of which we were ready to pull the trigger with another vendor). However, Jeremy Lew &amp;amp; Assoc professionalism, attention to detail and most of all COMMUNICATION sealed the deal for us. We could not be happier and would absolutely use them again!&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;David Lewis&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Highland Park, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;c8c4c1f7-9d83-4b66-9b49-4f6f9c518fd4&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;I have had the pleasure of working with Jeremy Lew &amp;amp; Associates for the last 20 years. Professional &amp;amp; ethical are 2 of the man words you can use to describe the family and their entire staff. It has been a privilege to have a customer like Jeremy Lew &amp;amp; Associates and I would highly recommend them for your home remodeling needs.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Greg Case&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Supplier/Vendor&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;7a433fc3-5bee-4996-8ebf-152fcaa2cbba&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Great group of people to work with! Family owned business and I had the pleasure to work with Robert and Victor Lew. Like any big project, there were a couple of surprises. However, there was great communication and true empathy when we realized we were going to miss our summer due to set backs that were very unexpected (ex. The house had no foundation!) We plan to use them again for a third floor addition to the same house. Great quality, good attention to detail and true professionals.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Chris Petrick&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Michigan City, IN, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;52bf30f9-675d-4df3-8448-1bc0115c995a&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We are extremely happy with the results of our kitchen, family room and master bathroom remodel. Having the designer, the architect and the contractor all under one roof made the whole remodeling project much less stressful. We would recommend Jeremy Lew and Assoc to anyone looking to remodel their house. They were a joy to work with.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;D Strotman&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;b6e6fcc6-07a1-43b5-9713-9c5501e69dee&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We contracted with Jeremy Lew &amp;amp; Assoc. for architectural plans for an addition to our home. We worked with Victor Lew who was professional, responsive, attentive, and a very good listener. He incorporated everything we wanted and made the design beautiful.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Lisa G&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Skokie, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;99e781aa-b19e-4ddf-9b6d-9d0a7596ad5c&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We were thrilled with the work that Jeremy Lew completed on our home remodel. Our house has some challenges from a design standpoint and Victor was fantastic with coming up with innovative and practical designs. Then Robert took over with the construction plans. It was all very turnkey and they made the process enjoyable. We stayed on time and on budget. We could not be happier with the results and the continued follow up from the company.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Barry Metzger&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Deerfield, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;915e0855-6898-4b5c-9b80-59b4a41277ba&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;It has been a number of years since our addition was completed, yet a week does not go by when I don&#x27;t think of the fantastic results we live in now and through our entire project with Jeremy Lew and the entire crew. We all have heard the horror stories of home additions...things go wrong which jacks up the cost out of budget...contractors don&#x27;t show up for days at a time....the completion date is a mystery.... Let me say that NONE of these were ever an issue. From deciding on which plan to go forward with, to breaking ground, to completion, we always knew what was going on today, and what would be...&lt;a  href=\&quot;slug-id=5e5164b58216100021091ab6\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164b58216100021091ab6\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt; &lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Mark Collins&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Skokie, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;f0ec1763-d755-4230-8d2a-9a334edbd55f&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;C Spar Designs, Inc, continues to have the pleasure of working directly with Robert and Victor on many remodel and new construction projects for the last 15+ years. Everyone is very knowledgeable, fair and respectful with every design and construction phase. Collaborating with the design team is key, a successful step any clients&#x27; can count on, with Jeremy Lew &amp;amp; Associates. The result is a beautiful, long lasting, custom home or remodel project.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Cathy Sparling&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Certified Kitchen and Bath Designer&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;7b1c5bf4-da32-4ab2-aac4-04bddd0efbf4&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We are happy to recommend Jeremy Lew and Assoc. We designed and built our new home with them last year. They were professionals from start to finish and we are very happy with the outcome. Having had no experience in designing or building a home we were not sure what to expect. They made the experience as pain free and as pleasant as possible.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Kristen Pugliani&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Park Ridge, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc093ee8950021dc77b5\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc093ee8950021dc77b5\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;1e4fcba9-d49a-4ae2-ba38-a6270d603b58&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;There isn&#x27;t a day that goes by that we do not think about how happy and thrilled we are with our addition built by Jeremy Lew!! That made our DREAM HOUSE come true!!! It was certainly an overwhelming project for us since we knew nothing about construction or design!! But Jeremy Lew had all the patience in the world, working with us every step of the way! We never felt pressured or rushed---so very important when one has so many decisions to make. We definitely got our money&#x27;s worth and will highly recommend Jeremy Lew to everyone who is considering an addition to their home. Their professionalism and...&lt;a  href=\&quot;slug-id=5e517538ec87a1002175333e\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e517538ec87a1002175333e\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Michelle Gaynor&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;ecd2f12f-4351-4be1-8656-9c2619ca273d&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We fully expected to be stressed living through an addition (family room plus kitchen expansion) that would leave us without a kitchen for an extended period of time. Jeremy Lew had a very professional team that made this process much easier. All contracted work crews were also respectful of our home and our neighborhood. We did end up about 20 percent above projected cost which is pretty normal from what we researched. We felt there were delays in getting our project started once we signed the contract, but once it did start, the project was completed within the expected period of time. We are so happy with the results and...&lt;a  href=\&quot;slug-id=5e51754eec87a10021753347\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e51754eec87a10021753347\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Meg Kostyk&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;dfb0a957-11d1-4fa2-be24-3cdbaff63c1e&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;I am pleased to recommend Jeremy Lew and Associates and share my overwhelmingly positive experience. I’m not always the easiest person to please. I know this because throughout my life I’ve been called overly-critical or “picky.” When I go to a restaurant, I expect my food to be right the first time and for the service to be outstanding…at a minimum. I should be able to focus on the fun experience I am having with my guests, not being distracted by a waiter that disappeared when we need more bread or a chef that under-cooked my steak. Everything needs to be working in concert. That concerted effort is...&lt;a  href=\&quot;slug-id=5e517558ec87a1002175334e\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e517558ec87a1002175334e\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Ben Fine&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Evanston, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;090d4cbf-5f73-4272-862a-e81164dfff13&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew and Associates designed and built my house in Highland Park with GREAT results!!! All the work was done on time and within the budget we set! They stood behind their work and solved any issues that came up. Highly recommended!!!&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Larry Rivlin&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Highland Park, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;ac1c8a04-8c5b-424d-bb23-792154a92aa0&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew and Associates exceeded our expectations during the duration of our 8 month house renovation. From start to finish, the team at Jeremy Lew were professional, fun to work with and most importantly, collaborative. They brought a very complex project in on time...to the day!!!! I have referred the Lew brothers to many friends and sing their praises often.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Molly Dietlin&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Park Ridge, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc3d3ee8950021dc794e\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc3d3ee8950021dc794e\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;9a3f21ce-321e-4601-8e9b-6ef7cf12b2a3&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;The whole experience was a real pleasure. Jeremy Lew &amp;amp; Assoc., Inc. came up with a great design for our second-story addition and then executed the building plan in a timely, cost-effective manner. Never had to worry about \&quot;lost days\&quot; - there was always a full crew of workers on the project. And they do great quality work - very few punch-list items.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Gabriel Antman&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Highland Park, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;a1dab5b4-aa55-4368-bfe9-228168f63a1c&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We hired Jeremy Lew and Associates after researching our options over a few years. Their firm does a lot of work in our area so we were able to appreciate the quality of their construction and compare it to other projects (done by other firms) in the area. We hired Jeremy Lew and Associates to do a major rehab of our craftsman bungalow as we felt they suited our needs and their philosophy and style matched well with ours. They were very professional, came in within budget, and were extremely accommodating. We spoke with some of their former clients who raved about their experiences and also...&lt;a  href=\&quot;slug-id=5e51756fec87a10021753356\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e51756fec87a10021753356\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;A Papassavas&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;8410cd25-8d3b-46e1-80ed-b74381e1b656&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We hired Jeremy Lew &amp;amp; Associates in 2006 after meeting with 3 other contractors. We were very impressed with other work they had done, and felt their style matched our specifications. Jeremy Lew &amp;amp; Associates helped convert our 3 bedroom colonial (with a detached garage), to a 5 bedroom colonial with an attached garage. Robert, Victor, and Wojtek were very accommodating, and completed the work in a timely fashion (which we all know is key to a successful project!). An attestation to their work, is the fact that my in laws hired them shortly after our work was complete! Thank you Jeremy Lew &amp;amp; Associates!&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;R Starck&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;6982cb85-4d69-4eb9-ae86-7978bb073bdf&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;My wife and I hired Jeremy Lew &amp;amp; Assoc in 2005 to do a major renovation on our home. We were living in a three bedroom ranch and we wanted to put up a second level. Often times, these types of renovations are harder on the builder than building a home from the ground up because they often don&#x27;t know the condition of the home until they get under the hood, or in this case, the walls and floors. Robert and Walter were great to work with. We had to deal with a few things out of our control such as bad weather, a few surprises, and village delays but we were back in our home within nine...&lt;a  href=\&quot;slug-id=5e51757bec87a1002175335b\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e51757bec87a1002175335b\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Joel Gordon&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Lincolnwood, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;c5f42ebd-c357-4edf-9813-2e4dcf044f28&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew and Associates built our home five years ago. The design, construction and timeliness were all extraordinary. It was a pleasure working with consummate professionals who understood our needs and tastes, and came up with creative solutions that are not only aesthetically pleasing, but also sensitive to our budgetary solutions.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Y Shkop&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;64d6c5cd-a5f6-4320-9470-6efe4767ab40&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew &amp;amp; associates designed and built our beautiful home. It was a true pleasure working with them. their professionalism, experience, competence, and pleasant demeanor were apparent throughout the entire process. Their efficient workmanship was of the highest standard and they stood behind every last detail, ensuring an enduring and beautiful home which we are proud of and comfortable in. Their honesty and integrity were matched by their exceptional creativity and craftsmanship. We highly recommend them.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Hindy Feiner&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Chicago, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc103ee8950021dc78a8\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc103ee8950021dc78a8\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;a1ab5b75-39a0-4769-91d6-465dd39bdf3f&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Initially, Jeremy Lew &amp;amp; Associates did an extensive remodel that included expanding the footprint of our home and building out three floors - including bathrooms and the kitchen. We chose them over a number of other reputable firms because of their creative design ideas and honest approach to quoting the job. That was almost 10 years ago . . . Since then, due to the extremely positive experience we had, we have used them to do every home improvement task we can think of. What was so positive? (1) Excellent product; (2) Smooth and efficient project management; (3) appropriate price.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;J Klein&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;15427198-d2fb-4afb-9eb1-8b7b02e1cc07&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew &amp;amp; Assoc. designed and built my dream home. Throughout all the stages of this very large project I was treated as a very important person whose needs should be met in the best possible way. I felt that I could fully trust Robert Lew and Robert Holubek to solve any unexpected problems and obstacles which are common in the building process. I would recommend Jeremy Lew &amp;amp; Assoc to my friends and family. I feel like I made friends with the people who built my house.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Natalya Svidovsky&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Riverwoods, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;1c8f0c09-e9c1-4e5f-a0bb-9d3aad70893b&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;After interviewing several other contracting firms we hired the Lew family for our construction/renovation project. We had used another architect but, found Jeremy and Victor&#x27;s incites very helpful. They paid careful attention to lighting and sight lines that another \&quot;higher priced\&quot; architect had not seen. We appreciate these changes until today. Robert was a consummate professional. He took the time to get a feel for our interests in terms of style, materials and budget. From start to finish work was on time and on budget. He walked us through the village \&quot;appearance committee\&quot;...&lt;a  href=\&quot;slug-id=5e517598ec87a1002175336a\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e517598ec87a1002175336a\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;S Lupovitch&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Skokie, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;962ac30d-4ff0-4333-af5e-3a01f37f0b42&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We began our collaboration with Jeremy Lew &amp;amp; Asoc. from initial design concept, to drawings and ultimately construction. This firm is the very essence of the Design/Build value. From our beginnings with the creativity of architect Victor Lew, to the fair and measured bidding process with contractor Robert Lew and finally the efficient, detailed project management of Robert Holubek we were well cared for at every level of our home renovation. In fact, since our completion in 2011 the few issues we&#x27;ve had were met with prompt response. We have recommended the firm in the past and will continue to do...&lt;a  href=\&quot;slug-id=5e5175a6ec87a10021753377\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5175a6ec87a10021753377\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;S McKitrick&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;e77f27cd-d57e-43c0-a5ab-86f30f7aa655&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew and Associates remodeled my home in Park Ridge. They did an outstanding job on all fronts. Robert Lew was the construction manager and was completely sensitive to my needs and wishes given it was a very large project. Victor Lew designed the most beautiful structure imaginable. The crews were amazing. They were talented, reliable and extremely respectful of my family and the property. Although this may sound like a review from a family member of the Lews, I can assure you that as a healthcare professional in the Park Ridge area I am not a family member but Jeremy Lew and his...&lt;a  href=\&quot;slug-id=5e5175b1ec87a10021753381\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5175b1ec87a10021753381\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Bonnie Whyte&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;66a2b178-4409-4fa6-b8d7-40bec0944414&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;I cannot say enough good things about working with Robert Lew, as our builder, and his brother Victor, as our architect. We added a master suite to our home and, in the process, reconfigured the entire second floor. I loved that at our first meeting, they looked at our downstairs and said \&quot;don&#x27;t tell us that you intend to touch this part of the house--it&#x27;s gorgeous.\&quot; That gave me the confidence right from the start that they were not looking to spend more of our money than we were. The process was a pleasure start to finish. They were creative with ideas, responsive to our calls, reliable in terms of...&lt;a  href=\&quot;slug-id=5e5175baec87a10021753390\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5175baec87a10021753390\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Leslee23&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Deerfield, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc163ee8950021dc78ec\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc163ee8950021dc78ec\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;b60c2a75-112b-4bf6-9327-02c71556697e&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We worked with Jeremy Lew and his sons to design and build our home 15 years ago. They were very responsive to our suggestions and incorporated many of our ideas into the plan. They were efficient and we completed the project on time. It was a great experience.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Debby Scheck&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;238d89a5-7c8a-4bc5-8f97-1e441a195fad&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;From start to finish, Robert Lew and the staff at JL were always thoughtful, honest, creative and willing to go the extra mile during our home renovations. Our family (at the time 5 people, now 6) still appreciates suggestions Robert and Victor made that we implemented (a 3rd story play space, an extra bathroom). We were always kept in the loop about progress and every crew was respectful of our family living in the house in the midst of construction. They also tolerated 3 very curious boys (and 1 curious father) who always had a question for them.The entire project ran smoothly and on...&lt;a  href=\&quot;slug-id=5e5175d7ec87a1002175339d\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5175d7ec87a1002175339d\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Orah Katz&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;5d2604f1-fc9e-452f-b695-afaabd58e88f&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Victor and Robert Lew and the entire team were professionals from the very start. Their attention to detail and sensitivity to our needs as a family set them apart from others that we&#x27;ve used. They transformed our 100+ year old house into a true home that meets the needs of our family. We would recommend JeremyLew in a heartbeat. We have worked with many contractors in the past and none have lived up to our experience with JeremyLew.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;J Micek&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Park Ridge, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc073ee8950021dc77a0\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc073ee8950021dc77a0\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;bc943e5c-7028-4958-8cd2-0d258cf8481b&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We selected JL to help with a project that turned out to be a total rehabilitation of a 30 year-old downsized home that we recently purchased vs. a “sprucing-up”. Prior to our final contractor selection, we did our due diligence and contacted previous Jeremy Lew clients. We were impressed with the many positive responses we received. From the very beginning of the project with conceptual ideas to actual architectural drawings and construction permits, we felt totally supported by the JL team. During this initial phase of the project we spent fair amount of time with Victor and Robert coming up with a realistic...&lt;a  href=\&quot;slug-id=5e5164a58216100021091a95\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164a58216100021091a95\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Karen and Jay Goldstein&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Highland Park, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;},{&quot;id&quot;:&quot;8f8b3383-ff9a-4c87-a899-241938f64eb2&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Not only did Victor and Robert understand our idea to purchase an old home and enhance it - they gave us architectural and cost options. We bought the house and had a great adventure working with both of them along with their program managers, construction crews and vendors. From getting permits to braining storming options on engineering issues we always felt we got great advice and the expertise needed. They understood what we wanted this house to be. They designed it to exceed our expectations yet within our budget and the house was ready when we needed it to be ready. The neighbors near...&lt;a  href=\&quot;slug-id=5e5164cb8216100021091acc\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164cb8216100021091acc\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Steve and Linda Lavenda&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;}],&quot;gap&quot;:25,&quot;itemsAlign&quot;:&quot;left&quot;,&quot;verticalAlign&quot;:&quot;top&quot;,&quot;columnSize&quot;:12,&quot;style&quot;:{},&quot;fullWidth&quot;:true,&quot;type&quot;:&quot;slider&quot;,&quot;slider&quot;:{&quot;arrows&quot;:true,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:4000},&quot;borderRadius&quot;:{},&quot;border&quot;:{},&quot;shadow&quot;:{&quot;enabled&quot;:false,&quot;x&quot;:5,&quot;y&quot;:5,&quot;blur&quot;:10,&quot;spread&quot;:5,&quot;color&quot;:{&quot;color&quot;:&quot;dark-shade-color&quot;,&quot;opacity&quot;:0.56}},&quot;tabsSettings&quot;:{&quot;tabs&quot;:[{&quot;id&quot;:&quot;8693aa2c-7e3e-407a-b21f-aafd76859269&quot;,&quot;navItem&quot;:{&quot;title&quot;:{&quot;type&quot;:&quot;subheading&quot;,&quot;content&quot;:&quot;Tab 1&quot;},&quot;icon&quot;:{&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; viewBox=\&quot;0 0 61 50\&quot;&gt;&lt;circle cx=\&quot;33.5\&quot; cy=\&quot;35.5\&quot; r=\&quot;1.5\&quot;/&gt;&lt;circle cx=\&quot;10.5\&quot; cy=\&quot;45.5\&quot; r=\&quot;1.5\&quot;/&gt;&lt;path d=\&quot;M56.8 0H9.2C6.8 0 5 1.8 5 4.2v13.9c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4V4.2c0-.8.6-1.4 1.4-1.4h47.6c.8 0 1.4.6 1.4 1.4v33.3c0 .8-.6 1.4-1.4 1.4H23.2c-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4H26v4.2c0 .8-.6 1.4-1.4 1.4h-1.4c-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4h19.6c.8 0 1.4-.6 1.4-1.4 0-.8-.6-1.4-1.4-1.4h-1.4c-.8 0-1.4-.6-1.4-1.4v-4.2h16.8c2.4 0 4.2-1.8 4.2-4.2V4.2C61 1.8 59.2 0 56.8 0zM28.5 47.2c.1-.4.3-.8.3-1.4v-4.2h8.4v4.2c0 .6.1 1 .3 1.4h-9z\&quot;/&gt;&lt;path d=\&quot;M53.6 31H23.4c-.8 0-1.4.4-1.4 1s.6 1 1.4 1h30.3c.8 0 1.4-.4 1.4-1s-.6-1-1.5-1zm-37.9-9H4.3C1.9 22 0 23.8 0 26.2v19.6C0 48.2 1.9 50 4.3 50h11.4c2.4 0 4.3-1.8 4.3-4.2V26.2c0-2.4-1.9-4.2-4.3-4.2zm1.4 23.8c0 .8-.6 1.4-1.4 1.4H4.3c-.9 0-1.4-.6-1.4-1.4V26.2c0-.8.6-1.4 1.4-1.4h11.4c.9 0 1.4.6 1.4 1.4v19.6z\&quot;/&gt;&lt;/svg&gt;&quot;}}},{&quot;id&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;,&quot;navItem&quot;:{&quot;title&quot;:{&quot;type&quot;:&quot;subheading&quot;,&quot;content&quot;:&quot;Tab 2&quot;},&quot;icon&quot;:{&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; viewBox=\&quot;0 0 61 50\&quot;&gt;&lt;circle cx=\&quot;33.5\&quot; cy=\&quot;35.5\&quot; r=\&quot;1.5\&quot;/&gt;&lt;circle cx=\&quot;10.5\&quot; cy=\&quot;45.5\&quot; r=\&quot;1.5\&quot;/&gt;&lt;path d=\&quot;M56.8 0H9.2C6.8 0 5 1.8 5 4.2v13.9c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4V4.2c0-.8.6-1.4 1.4-1.4h47.6c.8 0 1.4.6 1.4 1.4v33.3c0 .8-.6 1.4-1.4 1.4H23.2c-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4H26v4.2c0 .8-.6 1.4-1.4 1.4h-1.4c-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4h19.6c.8 0 1.4-.6 1.4-1.4 0-.8-.6-1.4-1.4-1.4h-1.4c-.8 0-1.4-.6-1.4-1.4v-4.2h16.8c2.4 0 4.2-1.8 4.2-4.2V4.2C61 1.8 59.2 0 56.8 0zM28.5 47.2c.1-.4.3-.8.3-1.4v-4.2h8.4v4.2c0 .6.1 1 .3 1.4h-9z\&quot;/&gt;&lt;path d=\&quot;M53.6 31H23.4c-.8 0-1.4.4-1.4 1s.6 1 1.4 1h30.3c.8 0 1.4-.4 1.4-1s-.6-1-1.5-1zm-37.9-9H4.3C1.9 22 0 23.8 0 26.2v19.6C0 48.2 1.9 50 4.3 50h11.4c2.4 0 4.3-1.8 4.3-4.2V26.2c0-2.4-1.9-4.2-4.3-4.2zm1.4 23.8c0 .8-.6 1.4-1.4 1.4H4.3c-.9 0-1.4-.6-1.4-1.4V26.2c0-.8.6-1.4 1.4-1.4h11.4c.9 0 1.4.6 1.4 1.4v19.6z\&quot;/&gt;&lt;/svg&gt;&quot;}}},{&quot;id&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;,&quot;navItem&quot;:{&quot;title&quot;:{&quot;type&quot;:&quot;subheading&quot;,&quot;content&quot;:&quot;Tab 3&quot;},&quot;icon&quot;:{&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; viewBox=\&quot;0 0 61 50\&quot;&gt;&lt;circle cx=\&quot;33.5\&quot; cy=\&quot;35.5\&quot; r=\&quot;1.5\&quot;/&gt;&lt;circle cx=\&quot;10.5\&quot; cy=\&quot;45.5\&quot; r=\&quot;1.5\&quot;/&gt;&lt;path d=\&quot;M56.8 0H9.2C6.8 0 5 1.8 5 4.2v13.9c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4V4.2c0-.8.6-1.4 1.4-1.4h47.6c.8 0 1.4.6 1.4 1.4v33.3c0 .8-.6 1.4-1.4 1.4H23.2c-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4H26v4.2c0 .8-.6 1.4-1.4 1.4h-1.4c-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4h19.6c.8 0 1.4-.6 1.4-1.4 0-.8-.6-1.4-1.4-1.4h-1.4c-.8 0-1.4-.6-1.4-1.4v-4.2h16.8c2.4 0 4.2-1.8 4.2-4.2V4.2C61 1.8 59.2 0 56.8 0zM28.5 47.2c.1-.4.3-.8.3-1.4v-4.2h8.4v4.2c0 .6.1 1 .3 1.4h-9z\&quot;/&gt;&lt;path d=\&quot;M53.6 31H23.4c-.8 0-1.4.4-1.4 1s.6 1 1.4 1h30.3c.8 0 1.4-.4 1.4-1s-.6-1-1.5-1zm-37.9-9H4.3C1.9 22 0 23.8 0 26.2v19.6C0 48.2 1.9 50 4.3 50h11.4c2.4 0 4.3-1.8 4.3-4.2V26.2c0-2.4-1.9-4.2-4.3-4.2zm1.4 23.8c0 .8-.6 1.4-1.4 1.4H4.3c-.9 0-1.4-.6-1.4-1.4V26.2c0-.8.6-1.4 1.4-1.4h11.4c.9 0 1.4.6 1.4 1.4v19.6z\&quot;/&gt;&lt;/svg&gt;&quot;}}}],&quot;navItem&quot;:{&quot;title&quot;:true,&quot;icon&quot;:false,&quot;alignment&quot;:&quot;center&quot;},&quot;cachedItems&quot;:[{&quot;id&quot;:&quot;47ae4baf-c78d-4a3d-b5c6-754723ee8d7b&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;We used Jeremy Lew and Associates to add an addition and complete an extensive remodel on our 1926 colonial. They handled everything, from design through completion, without issue and got us back in our home on time. The design and workmanship was excellent, maintaining the original character of the home while still adding modern touches. The entire experience was simply great, we had constant communication with everyone involved and quick resolutions when the inevitable issue did arise. Having Robert, Victor, and Phil (our project manager) available at every step helped...&lt;/span&gt;&lt;a  href=\&quot;slug-id=5e5164d88216100021091ae2\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164d88216100021091ae2\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Jay Wimberley&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-brand-color\&quot; style=\&quot;color: var(--ui-brand-color);\&quot;&gt;Highland Park, residential project&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;1e1f2076-da94-4278-b674-b19cef645b68&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;We couldn&#x27;t be happier with the house that Jeremy Lew &amp;amp; Associates built for us this past year. It is above and beyond what our expectations were when we first met to talk about the project. The entire experience from meeting the team, to designing the house, and the actual construction was an absolute pleasure. We never felt anything but comfortable the entire time and would most definitely recommend this team to build your dream home. They are total professionals who deliver a high end product.&lt;/span&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Brendan Bayliss&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-brand-color\&quot; style=\&quot;color: var(--ui-brand-color);\&quot;&gt;Chicago, residential project&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;fd5b432c-6c6f-4117-b4c9-b2d4d193bddf&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;We could not be happier with the amazing job Jeremy Lew and Assoc. did building our dream home. Victor, Robert and the entire team were with us from the beginning process of plans, to the tear down, through the build, until the final light bulb was installed. They were knowledgeable on getting licenses and dealing with city ordinances, and kept our house on schedule. They were, and continue to be, available whenever we have questions, and are there to help. Our home is our very favorite place to be and we thank the Lew brothers for their professionalism and commitment to us.&lt;/span&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;John Belconis&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-brand-color\&quot; style=\&quot;color: var(--ui-brand-color);\&quot;&gt;Park Ridge, residential project&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;d50710c0-6814-4520-b585-d0e0784656cb&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We did a complete first floor renovation of our 1929 English Tudor, and we are thrilled that we used Jeremy Lew &amp;amp; Associates to do the work. They were fantastic from start to finish--they were trustworthy and so easy to work with, they respected our budget, and the project was completed within the timeframe that was given to us. Because our house is so old, there were a lot of structural and design challenges. We had to completely update the plumbing, electrical and HVAC--in some areas, radiators were removed and replaced with heated floors, but the old and new systems have worked together seamlessly. Victor created...&lt;a  href=\&quot;slug-id=5e5161d4824db9002234fb1a\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5161d4824db9002234fb1a\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Reagan Knaus&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Deerfield, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;c1ada9e0-def4-4525-b1c0-ab30f3d1388b&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We hired Jeremy Lew to remodel our 1939 home in Wilmette 10 years ago.. We worked with an Architect for the plans. The Lew&#x27;s were a pleasure to work with from start to finish. We heard the the horror stories from our friends about working with contractors and did approach this project with some trepidation. Fortunately these stories were not our story. Our Project Manager was a great communicator and kept us in the loop every step of the way. As the crew found some surprises (expected with old home) we were told and given options about how to proceed. We can not be happier about how our addition looked upon...&lt;a  href=\&quot;slug-id=5e5164f88216100021091b07\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164f88216100021091b07\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Elizabeth Cohen&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;9fae9e8f-06c8-46d6-a1a9-77fa2557066b&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;Working with Jeremy Lew &amp;amp; Associates was a dream. Robert Lew was extremely detail oriented and took care of every facet of our project. We were the 2nd mikvah project JLA has worked on, and I have to imagine they are expert mikvah builders at this point. Robert worked with our rabbi to ensure all Jewish law requirements were met and worked with us to ensure our project was done on time and on budget. I would recommend JLA to anyone looking for a design and build firm for a similar project.&lt;/span&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Joshua Nankin&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Northbrook, commercial project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e43413f62dd7a00217580ac\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e43413f62dd7a00217580ac\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;faf8d1bf-2c7c-4580-a017-434131648605&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We began this journey in 2011 and contracted Jeremy Lew &amp;amp; Associates for architectural work for our home ext&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;ension. They were consummate professionals throughout the process and provided the drawings to bid out. Fortunately, they are also builders so were in the running to get the job. Their prices weren&#x27;t the cheapest but also not the most expensive and they will tell you that up front. However, the \&quot;you get what you pay for\&quot; idiom holds so true for construction. We decided to hold off on the work for a few yea&lt;/span&gt;rs and re-visted the idea in 2015. We had few changes that we wanted to incorporate and Victor...&lt;a  href=\&quot;slug-id=5e515b18824db9002234daed\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e515b18824db9002234daed\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;AJ Virani&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Northbrook, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;7e945fa3-8fa6-4f9d-a9a4-d95575ec6c9f&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We worked with Jeremy Lew &amp;amp; Associates to renovate our entire fitness space at College Park Athletic Club. From start to finish, they were professional, timely, and a pleasure to work with. It&#x27;s rare to find a group that can manage so many moving parts and deliver a project on time and on budget. They have our trust and our gratitude--we have already hired them for our next project!&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;College Park Athletic Club&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Riverwoods, commercial project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;b2bfde98-f757-4601-890b-e17bd5cb40d4&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We first used Jeremy Lew &amp;amp; Associates to build a large, complex deck off the back of our house leading over the ravine (over $100K job). It was so incredible, we offered them the chance to bid on the renovation of our 1931 Spanish Mediterranean (of which we were ready to pull the trigger with another vendor). However, Jeremy Lew &amp;amp; Assoc professionalism, attention to detail and most of all COMMUNICATION sealed the deal for us. We could not be happier and would absolutely use them again!&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;David Lewis&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Highland Park, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;fc191a7c-28c2-4b78-936a-63ec14e52704&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;I have had the pleasure of working with Jeremy Lew &amp;amp; Associates for the last 20 years. Professional &amp;amp; ethical are 2 of the man words you can use to describe the family and their entire staff. It has been a privilege to have a customer like Jeremy Lew &amp;amp; Associates and I would highly recommend them for your home remodeling needs.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Greg Case&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Supplier/Vendor&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;3271549b-86bd-46d8-a80c-abc4cdc8b75d&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Great group of people to work with! Family owned business and I had the pleasure to work with Robert and Victor Lew. Like any big project, there were a couple of surprises. However, there was great communication and true empathy when we realized we were going to miss our summer due to set backs that were very unexpected (ex. The house had no foundation!) We plan to use them again for a third floor addition to the same house. Great quality, good attention to detail and true professionals.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Chris Petrick&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Michigan City, IN, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;4dc6f6f7-cfbb-45ec-91ab-06c0b4dd907b&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We are extremely happy with the results of our kitchen, family room and master bathroom remodel. Having the designer, the architect and the contractor all under one roof made the whole remodeling project much less stressful. We would recommend Jeremy Lew and Assoc to anyone looking to remodel their house. They were a joy to work with.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;D Strotman&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;74f87430-55dd-4a1d-807a-03fc9a38463e&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We contracted with Jeremy Lew &amp;amp; Assoc. for architectural plans for an addition to our home. We worked with Victor Lew who was professional, responsive, attentive, and a very good listener. He incorporated everything we wanted and made the design beautiful.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Lisa G&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Skokie, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;574efcd8-f96f-4aa4-9738-a18ee66249c4&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We were thrilled with the work that Jeremy Lew completed on our home remodel. Our house has some challenges from a design standpoint and Victor was fantastic with coming up with innovative and practical designs. Then Robert took over with the construction plans. It was all very turnkey and they made the process enjoyable. We stayed on time and on budget. We could not be happier with the results and the continued follow up from the company.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Barry Metzger&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Deerfield, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;82ef4fc9-fa4b-46b5-9c30-269c4de2c5f1&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;It has been a number of years since our addition was completed, yet a week does not go by when I don&#x27;t think of the fantastic results we live in now and through our entire project with Jeremy Lew and the entire crew. We all have heard the horror stories of home additions...things go wrong which jacks up the cost out of budget...contractors don&#x27;t show up for days at a time....the completion date is a mystery.... Let me say that NONE of these were ever an issue. From deciding on which plan to go forward with, to breaking ground, to completion, we always knew what was going on today, and what would be...&lt;a  href=\&quot;slug-id=5e5164b58216100021091ab6\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164b58216100021091ab6\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt; &lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Mark Collins&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Skokie, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;cd600f0e-b849-4961-8768-91e5919e282f&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;C Spar Designs, Inc, continues to have the pleasure of working directly with Robert and Victor on many remodel and new construction projects for the last 15+ years. Everyone is very knowledgeable, fair and respectful with every design and construction phase. Collaborating with the design team is key, a successful step any clients&#x27; can count on, with Jeremy Lew &amp;amp; Associates. The result is a beautiful, long lasting, custom home or remodel project.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Cathy Sparling&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Certified Kitchen and Bath Designer&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;9b13cda6-155c-4c3b-ac45-f5a577e53fee&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We are happy to recommend Jeremy Lew and Assoc. We designed and built our new home with them last year. They were professionals from start to finish and we are very happy with the outcome. Having had no experience in designing or building a home we were not sure what to expect. They made the experience as pain free and as pleasant as possible.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Kristen Pugliani&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Park Ridge, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc093ee8950021dc77b5\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc093ee8950021dc77b5\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;7f45598e-eedb-41d3-be83-1a1713a42613&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;There isn&#x27;t a day that goes by that we do not think about how happy and thrilled we are with our addition built by Jeremy Lew!! That made our DREAM HOUSE come true!!! It was certainly an overwhelming project for us since we knew nothing about construction or design!! But Jeremy Lew had all the patience in the world, working with us every step of the way! We never felt pressured or rushed---so very important when one has so many decisions to make. We definitely got our money&#x27;s worth and will highly recommend Jeremy Lew to everyone who is considering an addition to their home. Their professionalism and...&lt;a  href=\&quot;slug-id=5e517538ec87a1002175333e\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e517538ec87a1002175333e\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Michelle Gaynor&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;21824119-545a-43f5-b7af-748e38370c3d&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We fully expected to be stressed living through an addition (family room plus kitchen expansion) that would leave us without a kitchen for an extended period of time. Jeremy Lew had a very professional team that made this process much easier. All contracted work crews were also respectful of our home and our neighborhood. We did end up about 20 percent above projected cost which is pretty normal from what we researched. We felt there were delays in getting our project started once we signed the contract, but once it did start, the project was completed within the expected period of time. We are so happy with the results and...&lt;a  href=\&quot;slug-id=5e51754eec87a10021753347\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e51754eec87a10021753347\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Meg Kostyk&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;b8a58d4b-1220-4594-928a-6d64cc5d03f7&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;I am pleased to recommend Jeremy Lew and Associates and share my overwhelmingly positive experience. I’m not always the easiest person to please. I know this because throughout my life I’ve been called overly-critical or “picky.” When I go to a restaurant, I expect my food to be right the first time and for the service to be outstanding…at a minimum. I should be able to focus on the fun experience I am having with my guests, not being distracted by a waiter that disappeared when we need more bread or a chef that under-cooked my steak. Everything needs to be working in concert. That concerted effort is...&lt;a  href=\&quot;slug-id=5e517558ec87a1002175334e\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e517558ec87a1002175334e\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Ben Fine&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Evanston, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;e7bc6111-aa56-4016-a9bd-9688c480024d&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew and Associates designed and built my house in Highland Park with GREAT results!!! All the work was done on time and within the budget we set! They stood behind their work and solved any issues that came up. Highly recommended!!!&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Larry Rivlin&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Highland Park, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;2018625c-56c4-4e69-a68b-c8539bac92e8&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew and Associates exceeded our expectations during the duration of our 8 month house renovation. From start to finish, the team at Jeremy Lew were professional, fun to work with and most importantly, collaborative. They brought a very complex project in on time...to the day!!!! I have referred the Lew brothers to many friends and sing their praises often.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Molly Dietlin&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Park Ridge, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc3d3ee8950021dc794e\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc3d3ee8950021dc794e\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;23f8c013-6f52-4f0e-be0a-01ca2307852f&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;The whole experience was a real pleasure. Jeremy Lew &amp;amp; Assoc., Inc. came up with a great design for our second-story addition and then executed the building plan in a timely, cost-effective manner. Never had to worry about \&quot;lost days\&quot; - there was always a full crew of workers on the project. And they do great quality work - very few punch-list items.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Gabriel Antman&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Highland Park, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;318a978a-a2ef-4b9f-8e2e-6b52baf441df&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We hired Jeremy Lew and Associates after researching our options over a few years. Their firm does a lot of work in our area so we were able to appreciate the quality of their construction and compare it to other projects (done by other firms) in the area. We hired Jeremy Lew and Associates to do a major rehab of our craftsman bungalow as we felt they suited our needs and their philosophy and style matched well with ours. They were very professional, came in within budget, and were extremely accommodating. We spoke with some of their former clients who raved about their experiences and also...&lt;a  href=\&quot;slug-id=5e51756fec87a10021753356\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e51756fec87a10021753356\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;A Papassavas&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;ce45bee9-6361-4c57-95c4-bc6341bcc3de&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We hired Jeremy Lew &amp;amp; Associates in 2006 after meeting with 3 other contractors. We were very impressed with other work they had done, and felt their style matched our specifications. Jeremy Lew &amp;amp; Associates helped convert our 3 bedroom colonial (with a detached garage), to a 5 bedroom colonial with an attached garage. Robert, Victor, and Wojtek were very accommodating, and completed the work in a timely fashion (which we all know is key to a successful project!). An attestation to their work, is the fact that my in laws hired them shortly after our work was complete! Thank you Jeremy Lew &amp;amp; Associates!&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;R Starck&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;a8a1afb2-cfd3-4f4b-b444-054e043a3db5&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;My wife and I hired Jeremy Lew &amp;amp; Assoc in 2005 to do a major renovation on our home. We were living in a three bedroom ranch and we wanted to put up a second level. Often times, these types of renovations are harder on the builder than building a home from the ground up because they often don&#x27;t know the condition of the home until they get under the hood, or in this case, the walls and floors. Robert and Walter were great to work with. We had to deal with a few things out of our control such as bad weather, a few surprises, and village delays but we were back in our home within nine...&lt;a  href=\&quot;slug-id=5e51757bec87a1002175335b\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e51757bec87a1002175335b\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Joel Gordon&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Lincolnwood, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;64ede2aa-3010-4f82-bbf4-f506226bb262&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew and Associates built our home five years ago. The design, construction and timeliness were all extraordinary. It was a pleasure working with consummate professionals who understood our needs and tastes, and came up with creative solutions that are not only aesthetically pleasing, but also sensitive to our budgetary solutions.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Y Shkop&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;8bcb7778-8d63-46af-bb21-24670a208c2f&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew &amp;amp; associates designed and built our beautiful home. It was a true pleasure working with them. their professionalism, experience, competence, and pleasant demeanor were apparent throughout the entire process. Their efficient workmanship was of the highest standard and they stood behind every last detail, ensuring an enduring and beautiful home which we are proud of and comfortable in. Their honesty and integrity were matched by their exceptional creativity and craftsmanship. We highly recommend them.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Hindy Feiner&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Chicago, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc103ee8950021dc78a8\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc103ee8950021dc78a8\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;a542ea24-9113-42c0-be4a-2f2213722249&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Initially, Jeremy Lew &amp;amp; Associates did an extensive remodel that included expanding the footprint of our home and building out three floors - including bathrooms and the kitchen. We chose them over a number of other reputable firms because of their creative design ideas and honest approach to quoting the job. That was almost 10 years ago . . . Since then, due to the extremely positive experience we had, we have used them to do every home improvement task we can think of. What was so positive? (1) Excellent product; (2) Smooth and efficient project management; (3) appropriate price.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;J Klein&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;25cdba32-8960-4719-8294-80103de67e53&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew &amp;amp; Assoc. designed and built my dream home. Throughout all the stages of this very large project I was treated as a very important person whose needs should be met in the best possible way. I felt that I could fully trust Robert Lew and Robert Holubek to solve any unexpected problems and obstacles which are common in the building process. I would recommend Jeremy Lew &amp;amp; Assoc to my friends and family. I feel like I made friends with the people who built my house.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Natalya Svidovsky&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Riverwoods, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;3130f2c7-dc44-4a36-9b88-f4ba1b746b5e&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;After interviewing several other contracting firms we hired the Lew family for our construction/renovation project. We had used another architect but, found Jeremy and Victor&#x27;s incites very helpful. They paid careful attention to lighting and sight lines that another \&quot;higher priced\&quot; architect had not seen. We appreciate these changes until today. Robert was a consummate professional. He took the time to get a feel for our interests in terms of style, materials and budget. From start to finish work was on time and on budget. He walked us through the village \&quot;appearance committee\&quot;...&lt;a  href=\&quot;slug-id=5e517598ec87a1002175336a\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e517598ec87a1002175336a\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;S Lupovitch&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Skokie, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;368ca173-54e8-4259-9378-7f257727ba35&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We began our collaboration with Jeremy Lew &amp;amp; Asoc. from initial design concept, to drawings and ultimately construction. This firm is the very essence of the Design/Build value. From our beginnings with the creativity of architect Victor Lew, to the fair and measured bidding process with contractor Robert Lew and finally the efficient, detailed project management of Robert Holubek we were well cared for at every level of our home renovation. In fact, since our completion in 2011 the few issues we&#x27;ve had were met with prompt response. We have recommended the firm in the past and will continue to do...&lt;a  href=\&quot;slug-id=5e5175a6ec87a10021753377\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5175a6ec87a10021753377\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;S McKitrick&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;af8ffe39-2e9f-4e34-814f-b9043750eb6c&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew and Associates remodeled my home in Park Ridge. They did an outstanding job on all fronts. Robert Lew was the construction manager and was completely sensitive to my needs and wishes given it was a very large project. Victor Lew designed the most beautiful structure imaginable. The crews were amazing. They were talented, reliable and extremely respectful of my family and the property. Although this may sound like a review from a family member of the Lews, I can assure you that as a healthcare professional in the Park Ridge area I am not a family member but Jeremy Lew and his...&lt;a  href=\&quot;slug-id=5e5175b1ec87a10021753381\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5175b1ec87a10021753381\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Bonnie Whyte&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;3e5302ce-0c70-45c8-a273-79ecb6c65e3a&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;I cannot say enough good things about working with Robert Lew, as our builder, and his brother Victor, as our architect. We added a master suite to our home and, in the process, reconfigured the entire second floor. I loved that at our first meeting, they looked at our downstairs and said \&quot;don&#x27;t tell us that you intend to touch this part of the house--it&#x27;s gorgeous.\&quot; That gave me the confidence right from the start that they were not looking to spend more of our money than we were. The process was a pleasure start to finish. They were creative with ideas, responsive to our calls, reliable in terms of...&lt;a  href=\&quot;slug-id=5e5175baec87a10021753390\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5175baec87a10021753390\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Leslee23&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Deerfield, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc163ee8950021dc78ec\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc163ee8950021dc78ec\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;415c9a2e-4eba-4fcb-959f-c29bec62063d&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We worked with Jeremy Lew and his sons to design and build our home 15 years ago. They were very responsive to our suggestions and incorporated many of our ideas into the plan. They were efficient and we completed the project on time. It was a great experience.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Debby Scheck&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;f4b0a5e5-54fe-4ad1-96e2-76355996bc1b&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;From start to finish, Robert Lew and the staff at JL were always thoughtful, honest, creative and willing to go the extra mile during our home renovations. Our family (at the time 5 people, now 6) still appreciates suggestions Robert and Victor made that we implemented (a 3rd story play space, an extra bathroom). We were always kept in the loop about progress and every crew was respectful of our family living in the house in the midst of construction. They also tolerated 3 very curious boys (and 1 curious father) who always had a question for them.The entire project ran smoothly and on...&lt;a  href=\&quot;slug-id=5e5175d7ec87a1002175339d\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5175d7ec87a1002175339d\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Orah Katz&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;7f1e674f-3d04-4f06-af69-1abe225a7676&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Victor and Robert Lew and the entire team were professionals from the very start. Their attention to detail and sensitivity to our needs as a family set them apart from others that we&#x27;ve used. They transformed our 100+ year old house into a true home that meets the needs of our family. We would recommend JeremyLew in a heartbeat. We have worked with many contractors in the past and none have lived up to our experience with JeremyLew.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;J Micek&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Park Ridge, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc073ee8950021dc77a0\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc073ee8950021dc77a0\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;7b02a320-e96c-4354-b111-1e16b48d1288&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We selected JL to help with a project that turned out to be a total rehabilitation of a 30 year-old downsized home that we recently purchased vs. a “sprucing-up”. Prior to our final contractor selection, we did our due diligence and contacted previous Jeremy Lew clients. We were impressed with the many positive responses we received. From the very beginning of the project with conceptual ideas to actual architectural drawings and construction permits, we felt totally supported by the JL team. During this initial phase of the project we spent fair amount of time with Victor and Robert coming up with a realistic...&lt;a  href=\&quot;slug-id=5e5164a58216100021091a95\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164a58216100021091a95\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Karen and Jay Goldstein&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Highland Park, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;bc9218e5-7d5d-496f-ad0a-f7b6e3f83ffd&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Not only did Victor and Robert understand our idea to purchase an old home and enhance it - they gave us architectural and cost options. We bought the house and had a great adventure working with both of them along with their program managers, construction crews and vendors. From getting permits to braining storming options on engineering issues we always felt we got great advice and the expertise needed. They understood what we wanted this house to be. They designed it to exceed our expectations yet within our budget and the house was ready when we needed it to be ready. The neighbors near...&lt;a  href=\&quot;slug-id=5e5164cb8216100021091acc\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164cb8216100021091acc\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Steve and Linda Lavenda&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;5548d27c-3ddd-4ae8-921a-df98b8074de5&quot;},{&quot;id&quot;:&quot;ac7cd55c-db18-4291-88b9-5bd8bfd28565&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;We used Jeremy Lew and Associates to add an addition and complete an extensive remodel on our 1926 colonial. They handled everything, from design through completion, without issue and got us back in our home on time. The design and workmanship was excellent, maintaining the original character of the home while still adding modern touches. The entire experience was simply great, we had constant communication with everyone involved and quick resolutions when the inevitable issue did arise. Having Robert, Victor, and Phil (our project manager) available at every step helped...&lt;/span&gt;&lt;a  href=\&quot;slug-id=5e5164d88216100021091ae2\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164d88216100021091ae2\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Jay Wimberley&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-brand-color\&quot; style=\&quot;color: var(--ui-brand-color);\&quot;&gt;Highland Park, residential project&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;2d50a3c1-7644-4308-9c24-6faf6b527bad&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;We couldn&#x27;t be happier with the house that Jeremy Lew &amp;amp; Associates built for us this past year. It is above and beyond what our expectations were when we first met to talk about the project. The entire experience from meeting the team, to designing the house, and the actual construction was an absolute pleasure. We never felt anything but comfortable the entire time and would most definitely recommend this team to build your dream home. They are total professionals who deliver a high end product.&lt;/span&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Brendan Bayliss&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-brand-color\&quot; style=\&quot;color: var(--ui-brand-color);\&quot;&gt;Chicago, residential project&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;56ba3c97-de9a-42e2-a1be-d2c8edf984b7&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;We could not be happier with the amazing job Jeremy Lew and Assoc. did building our dream home. Victor, Robert and the entire team were with us from the beginning process of plans, to the tear down, through the build, until the final light bulb was installed. They were knowledgeable on getting licenses and dealing with city ordinances, and kept our house on schedule. They were, and continue to be, available whenever we have questions, and are there to help. Our home is our very favorite place to be and we thank the Lew brothers for their professionalism and commitment to us.&lt;/span&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;John Belconis&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-brand-color\&quot; style=\&quot;color: var(--ui-brand-color);\&quot;&gt;Park Ridge, residential project&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;5d93b585-70d5-498a-aff2-5c1064c605a3&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We did a complete first floor renovation of our 1929 English Tudor, and we are thrilled that we used Jeremy Lew &amp;amp; Associates to do the work. They were fantastic from start to finish--they were trustworthy and so easy to work with, they respected our budget, and the project was completed within the timeframe that was given to us. Because our house is so old, there were a lot of structural and design challenges. We had to completely update the plumbing, electrical and HVAC--in some areas, radiators were removed and replaced with heated floors, but the old and new systems have worked together seamlessly. Victor created...&lt;a  href=\&quot;slug-id=5e5161d4824db9002234fb1a\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5161d4824db9002234fb1a\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Reagan Knaus&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Deerfield, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;8bb16dd2-0c8f-4390-8452-02b326cede8f&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We hired Jeremy Lew to remodel our 1939 home in Wilmette 10 years ago.. We worked with an Architect for the plans. The Lew&#x27;s were a pleasure to work with from start to finish. We heard the the horror stories from our friends about working with contractors and did approach this project with some trepidation. Fortunately these stories were not our story. Our Project Manager was a great communicator and kept us in the loop every step of the way. As the crew found some surprises (expected with old home) we were told and given options about how to proceed. We can not be happier about how our addition looked upon...&lt;a  href=\&quot;slug-id=5e5164f88216100021091b07\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164f88216100021091b07\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Elizabeth Cohen&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;2c4f0503-357b-4f6c-9c42-6c2be336491c&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;Working with Jeremy Lew &amp;amp; Associates was a dream. Robert Lew was extremely detail oriented and took care of every facet of our project. We were the 2nd mikvah project JLA has worked on, and I have to imagine they are expert mikvah builders at this point. Robert worked with our rabbi to ensure all Jewish law requirements were met and worked with us to ensure our project was done on time and on budget. I would recommend JLA to anyone looking for a design and build firm for a similar project.&lt;/span&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Joshua Nankin&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Northbrook, commercial project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e43413f62dd7a00217580ac\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e43413f62dd7a00217580ac\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;68c14e44-5f37-4f60-bfa5-97a6e48ec47f&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We began this journey in 2011 and contracted Jeremy Lew &amp;amp; Associates for architectural work for our home ext&lt;span class=\&quot;text-ui-dark-shade-color\&quot; style=\&quot;color: var(--ui-dark-shade-color);\&quot;&gt;ension. They were consummate professionals throughout the process and provided the drawings to bid out. Fortunately, they are also builders so were in the running to get the job. Their prices weren&#x27;t the cheapest but also not the most expensive and they will tell you that up front. However, the \&quot;you get what you pay for\&quot; idiom holds so true for construction. We decided to hold off on the work for a few yea&lt;/span&gt;rs and re-visted the idea in 2015. We had few changes that we wanted to incorporate and Victor...&lt;a  href=\&quot;slug-id=5e515b18824db9002234daed\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e515b18824db9002234daed\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;AJ Virani&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Northbrook, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;7b394f56-b086-45d2-a139-0320e7a81c14&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We worked with Jeremy Lew &amp;amp; Associates to renovate our entire fitness space at College Park Athletic Club. From start to finish, they were professional, timely, and a pleasure to work with. It&#x27;s rare to find a group that can manage so many moving parts and deliver a project on time and on budget. They have our trust and our gratitude--we have already hired them for our next project!&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;College Park Athletic Club&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Riverwoods, commercial project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;f6499244-7544-4ffc-be72-8579e81a7797&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We first used Jeremy Lew &amp;amp; Associates to build a large, complex deck off the back of our house leading over the ravine (over $100K job). It was so incredible, we offered them the chance to bid on the renovation of our 1931 Spanish Mediterranean (of which we were ready to pull the trigger with another vendor). However, Jeremy Lew &amp;amp; Assoc professionalism, attention to detail and most of all COMMUNICATION sealed the deal for us. We could not be happier and would absolutely use them again!&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;David Lewis&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Highland Park, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;6c944c00-e0e7-4d18-bddd-997fbc7587b7&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;I have had the pleasure of working with Jeremy Lew &amp;amp; Associates for the last 20 years. Professional &amp;amp; ethical are 2 of the man words you can use to describe the family and their entire staff. It has been a privilege to have a customer like Jeremy Lew &amp;amp; Associates and I would highly recommend them for your home remodeling needs.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Greg Case&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Supplier/Vendor&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;c2b90ac8-440f-425f-98f0-e68df70a0172&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Great group of people to work with! Family owned business and I had the pleasure to work with Robert and Victor Lew. Like any big project, there were a couple of surprises. However, there was great communication and true empathy when we realized we were going to miss our summer due to set backs that were very unexpected (ex. The house had no foundation!) We plan to use them again for a third floor addition to the same house. Great quality, good attention to detail and true professionals.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Chris Petrick&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Michigan City, IN, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;fe6cda0d-9671-47a4-879b-1ab4af51e523&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We are extremely happy with the results of our kitchen, family room and master bathroom remodel. Having the designer, the architect and the contractor all under one roof made the whole remodeling project much less stressful. We would recommend Jeremy Lew and Assoc to anyone looking to remodel their house. They were a joy to work with.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;D Strotman&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;a316d265-2523-43cb-89a8-d449efcaca2c&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We contracted with Jeremy Lew &amp;amp; Assoc. for architectural plans for an addition to our home. We worked with Victor Lew who was professional, responsive, attentive, and a very good listener. He incorporated everything we wanted and made the design beautiful.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Lisa G&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Skokie, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;4fd4edf4-8edf-4281-84d2-5eac16a045e8&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We were thrilled with the work that Jeremy Lew completed on our home remodel. Our house has some challenges from a design standpoint and Victor was fantastic with coming up with innovative and practical designs. Then Robert took over with the construction plans. It was all very turnkey and they made the process enjoyable. We stayed on time and on budget. We could not be happier with the results and the continued follow up from the company.&quot;,&quot;type&quot;:&quot;text&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Barry Metzger&quot;,&quot;type&quot;:&quot;subtitle&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Deerfield, residential project&quot;,&quot;type&quot;:&quot;small&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;b7a866ae-cee1-4b03-84bb-16d9bbccff05&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;It has been a number of years since our addition was completed, yet a week does not go by when I don&#x27;t think of the fantastic results we live in now and through our entire project with Jeremy Lew and the entire crew. We all have heard the horror stories of home additions...things go wrong which jacks up the cost out of budget...contractors don&#x27;t show up for days at a time....the completion date is a mystery.... Let me say that NONE of these were ever an issue. From deciding on which plan to go forward with, to breaking ground, to completion, we always knew what was going on today, and what would be...&lt;a  href=\&quot;slug-id=5e5164b58216100021091ab6\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164b58216100021091ab6\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt; &lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Mark Collins&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Skokie, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;b106a9c7-a6d8-43d5-b26c-f962b484981c&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;C Spar Designs, Inc, continues to have the pleasure of working directly with Robert and Victor on many remodel and new construction projects for the last 15+ years. Everyone is very knowledgeable, fair and respectful with every design and construction phase. Collaborating with the design team is key, a successful step any clients&#x27; can count on, with Jeremy Lew &amp;amp; Associates. The result is a beautiful, long lasting, custom home or remodel project.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Cathy Sparling&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Certified Kitchen and Bath Designer&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;08271466-e5a9-44c0-aeac-77733af8bf4b&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We are happy to recommend Jeremy Lew and Assoc. We designed and built our new home with them last year. They were professionals from start to finish and we are very happy with the outcome. Having had no experience in designing or building a home we were not sure what to expect. They made the experience as pain free and as pleasant as possible.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Kristen Pugliani&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Park Ridge, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc093ee8950021dc77b5\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc093ee8950021dc77b5\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;eb2b1859-9c98-41bb-ac9a-a0ccca36e664&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;There isn&#x27;t a day that goes by that we do not think about how happy and thrilled we are with our addition built by Jeremy Lew!! That made our DREAM HOUSE come true!!! It was certainly an overwhelming project for us since we knew nothing about construction or design!! But Jeremy Lew had all the patience in the world, working with us every step of the way! We never felt pressured or rushed---so very important when one has so many decisions to make. We definitely got our money&#x27;s worth and will highly recommend Jeremy Lew to everyone who is considering an addition to their home. Their professionalism and...&lt;a  href=\&quot;slug-id=5e517538ec87a1002175333e\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e517538ec87a1002175333e\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Michelle Gaynor&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;af57ce36-832d-4ba4-8daf-912c53911759&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We fully expected to be stressed living through an addition (family room plus kitchen expansion) that would leave us without a kitchen for an extended period of time. Jeremy Lew had a very professional team that made this process much easier. All contracted work crews were also respectful of our home and our neighborhood. We did end up about 20 percent above projected cost which is pretty normal from what we researched. We felt there were delays in getting our project started once we signed the contract, but once it did start, the project was completed within the expected period of time. We are so happy with the results and...&lt;a  href=\&quot;slug-id=5e51754eec87a10021753347\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e51754eec87a10021753347\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Meg Kostyk&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;924b4366-2747-48af-94de-0e454b163b79&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;I am pleased to recommend Jeremy Lew and Associates and share my overwhelmingly positive experience. I’m not always the easiest person to please. I know this because throughout my life I’ve been called overly-critical or “picky.” When I go to a restaurant, I expect my food to be right the first time and for the service to be outstanding…at a minimum. I should be able to focus on the fun experience I am having with my guests, not being distracted by a waiter that disappeared when we need more bread or a chef that under-cooked my steak. Everything needs to be working in concert. That concerted effort is...&lt;a  href=\&quot;slug-id=5e517558ec87a1002175334e\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e517558ec87a1002175334e\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Ben Fine&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Evanston, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;1ad55130-47e8-44c6-952e-bd556f488f89&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew and Associates designed and built my house in Highland Park with GREAT results!!! All the work was done on time and within the budget we set! They stood behind their work and solved any issues that came up. Highly recommended!!!&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Larry Rivlin&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Highland Park, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;02aaafe0-d204-4ecf-bedb-0b5af59ca85e&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew and Associates exceeded our expectations during the duration of our 8 month house renovation. From start to finish, the team at Jeremy Lew were professional, fun to work with and most importantly, collaborative. They brought a very complex project in on time...to the day!!!! I have referred the Lew brothers to many friends and sing their praises often.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Molly Dietlin&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Park Ridge, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc3d3ee8950021dc794e\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc3d3ee8950021dc794e\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;6121d00f-7c39-48a8-be8c-ead5f9c0bba5&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;The whole experience was a real pleasure. Jeremy Lew &amp;amp; Assoc., Inc. came up with a great design for our second-story addition and then executed the building plan in a timely, cost-effective manner. Never had to worry about \&quot;lost days\&quot; - there was always a full crew of workers on the project. And they do great quality work - very few punch-list items.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Gabriel Antman&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Highland Park, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;1261df1f-d72b-482f-b5b7-5ee868ec7d2c&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We hired Jeremy Lew and Associates after researching our options over a few years. Their firm does a lot of work in our area so we were able to appreciate the quality of their construction and compare it to other projects (done by other firms) in the area. We hired Jeremy Lew and Associates to do a major rehab of our craftsman bungalow as we felt they suited our needs and their philosophy and style matched well with ours. They were very professional, came in within budget, and were extremely accommodating. We spoke with some of their former clients who raved about their experiences and also...&lt;a  href=\&quot;slug-id=5e51756fec87a10021753356\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e51756fec87a10021753356\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;A Papassavas&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;c652ec2c-0a6e-4b26-9cee-657c0270ab40&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We hired Jeremy Lew &amp;amp; Associates in 2006 after meeting with 3 other contractors. We were very impressed with other work they had done, and felt their style matched our specifications. Jeremy Lew &amp;amp; Associates helped convert our 3 bedroom colonial (with a detached garage), to a 5 bedroom colonial with an attached garage. Robert, Victor, and Wojtek were very accommodating, and completed the work in a timely fashion (which we all know is key to a successful project!). An attestation to their work, is the fact that my in laws hired them shortly after our work was complete! Thank you Jeremy Lew &amp;amp; Associates!&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;R Starck&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;b148ab13-6907-40d5-829b-d9383789d9e0&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;My wife and I hired Jeremy Lew &amp;amp; Assoc in 2005 to do a major renovation on our home. We were living in a three bedroom ranch and we wanted to put up a second level. Often times, these types of renovations are harder on the builder than building a home from the ground up because they often don&#x27;t know the condition of the home until they get under the hood, or in this case, the walls and floors. Robert and Walter were great to work with. We had to deal with a few things out of our control such as bad weather, a few surprises, and village delays but we were back in our home within nine...&lt;a  href=\&quot;slug-id=5e51757bec87a1002175335b\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e51757bec87a1002175335b\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Joel Gordon&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Lincolnwood, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;8f4775ca-3994-49c3-a74b-20529a74efdc&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew and Associates built our home five years ago. The design, construction and timeliness were all extraordinary. It was a pleasure working with consummate professionals who understood our needs and tastes, and came up with creative solutions that are not only aesthetically pleasing, but also sensitive to our budgetary solutions.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Y Shkop&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;451024c8-17cf-41f1-8d9e-6c97cb8542fe&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew &amp;amp; associates designed and built our beautiful home. It was a true pleasure working with them. their professionalism, experience, competence, and pleasant demeanor were apparent throughout the entire process. Their efficient workmanship was of the highest standard and they stood behind every last detail, ensuring an enduring and beautiful home which we are proud of and comfortable in. Their honesty and integrity were matched by their exceptional creativity and craftsmanship. We highly recommend them.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Hindy Feiner&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Chicago, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc103ee8950021dc78a8\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc103ee8950021dc78a8\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;d089806f-78a7-44ff-916e-8b77a86f8603&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Initially, Jeremy Lew &amp;amp; Associates did an extensive remodel that included expanding the footprint of our home and building out three floors - including bathrooms and the kitchen. We chose them over a number of other reputable firms because of their creative design ideas and honest approach to quoting the job. That was almost 10 years ago . . . Since then, due to the extremely positive experience we had, we have used them to do every home improvement task we can think of. What was so positive? (1) Excellent product; (2) Smooth and efficient project management; (3) appropriate price.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;J Klein&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;609f073f-1f41-4ddb-baa4-fae83ebcf687&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew &amp;amp; Assoc. designed and built my dream home. Throughout all the stages of this very large project I was treated as a very important person whose needs should be met in the best possible way. I felt that I could fully trust Robert Lew and Robert Holubek to solve any unexpected problems and obstacles which are common in the building process. I would recommend Jeremy Lew &amp;amp; Assoc to my friends and family. I feel like I made friends with the people who built my house.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Natalya Svidovsky&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Riverwoods, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;0fc28bde-fe26-4440-bec1-e9882c85c69e&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;After interviewing several other contracting firms we hired the Lew family for our construction/renovation project. We had used another architect but, found Jeremy and Victor&#x27;s incites very helpful. They paid careful attention to lighting and sight lines that another \&quot;higher priced\&quot; architect had not seen. We appreciate these changes until today. Robert was a consummate professional. He took the time to get a feel for our interests in terms of style, materials and budget. From start to finish work was on time and on budget. He walked us through the village \&quot;appearance committee\&quot;...&lt;a  href=\&quot;slug-id=5e517598ec87a1002175336a\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e517598ec87a1002175336a\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;S Lupovitch&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Skokie, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;c9af2f17-3988-47cc-aff0-2c4b9b3ea339&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We began our collaboration with Jeremy Lew &amp;amp; Asoc. from initial design concept, to drawings and ultimately construction. This firm is the very essence of the Design/Build value. From our beginnings with the creativity of architect Victor Lew, to the fair and measured bidding process with contractor Robert Lew and finally the efficient, detailed project management of Robert Holubek we were well cared for at every level of our home renovation. In fact, since our completion in 2011 the few issues we&#x27;ve had were met with prompt response. We have recommended the firm in the past and will continue to do...&lt;a  href=\&quot;slug-id=5e5175a6ec87a10021753377\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5175a6ec87a10021753377\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;S McKitrick&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;5c773003-250b-478e-9f8e-b3a2ac68b9a4&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Jeremy Lew and Associates remodeled my home in Park Ridge. They did an outstanding job on all fronts. Robert Lew was the construction manager and was completely sensitive to my needs and wishes given it was a very large project. Victor Lew designed the most beautiful structure imaginable. The crews were amazing. They were talented, reliable and extremely respectful of my family and the property. Although this may sound like a review from a family member of the Lews, I can assure you that as a healthcare professional in the Park Ridge area I am not a family member but Jeremy Lew and his...&lt;a  href=\&quot;slug-id=5e5175b1ec87a10021753381\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5175b1ec87a10021753381\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Bonnie Whyte&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;736d694e-07af-413c-a327-b1147f84c33e&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;I cannot say enough good things about working with Robert Lew, as our builder, and his brother Victor, as our architect. We added a master suite to our home and, in the process, reconfigured the entire second floor. I loved that at our first meeting, they looked at our downstairs and said \&quot;don&#x27;t tell us that you intend to touch this part of the house--it&#x27;s gorgeous.\&quot; That gave me the confidence right from the start that they were not looking to spend more of our money than we were. The process was a pleasure start to finish. They were creative with ideas, responsive to our calls, reliable in terms of...&lt;a  href=\&quot;slug-id=5e5175baec87a10021753390\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5175baec87a10021753390\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Leslee23&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Deerfield, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc163ee8950021dc78ec\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc163ee8950021dc78ec\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;fae7c5c9-3d20-414e-87ee-07ca52bea70e&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We worked with Jeremy Lew and his sons to design and build our home 15 years ago. They were very responsive to our suggestions and incorporated many of our ideas into the plan. They were efficient and we completed the project on time. It was a great experience.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Debby Scheck&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Park Ridge, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;040af7c7-f62a-4d5a-85bc-14ce3bbcef96&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;From start to finish, Robert Lew and the staff at JL were always thoughtful, honest, creative and willing to go the extra mile during our home renovations. Our family (at the time 5 people, now 6) still appreciates suggestions Robert and Victor made that we implemented (a 3rd story play space, an extra bathroom). We were always kept in the loop about progress and every crew was respectful of our family living in the house in the midst of construction. They also tolerated 3 very curious boys (and 1 curious father) who always had a question for them.The entire project ran smoothly and on...&lt;a  href=\&quot;slug-id=5e5175d7ec87a1002175339d\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5175d7ec87a1002175339d\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Orah Katz&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;1ffb8604-210d-4e02-8060-ca72f37eea58&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Victor and Robert Lew and the entire team were professionals from the very start. Their attention to detail and sensitivity to our needs as a family set them apart from others that we&#x27;ve used. They transformed our 100+ year old house into a true home that meets the needs of our family. We would recommend JeremyLew in a heartbeat. We have worked with many contractors in the past and none have lived up to our experience with JeremyLew.&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;J Micek&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;&lt;span style=\&quot;display: block;\&quot;&gt;Park Ridge, residential project&lt;/span&gt;&lt;br&gt;&lt;span style=\&quot;display: block;\&quot;&gt;&lt;a  href=\&quot;slug-id=5e41dc073ee8950021dc77a0\&quot; target=\&quot;_blank\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e41dc073ee8950021dc77a0\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);font-size: 16px;\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Click to see the results!&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;768f9477-9412-4b2c-b1ca-32d0e0945232&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;We selected JL to help with a project that turned out to be a total rehabilitation of a 30 year-old downsized home that we recently purchased vs. a “sprucing-up”. Prior to our final contractor selection, we did our due diligence and contacted previous Jeremy Lew clients. We were impressed with the many positive responses we received. From the very beginning of the project with conceptual ideas to actual architectural drawings and construction permits, we felt totally supported by the JL team. During this initial phase of the project we spent fair amount of time with Victor and Robert coming up with a realistic...&lt;a  href=\&quot;slug-id=5e5164a58216100021091a95\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164a58216100021091a95\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Karen and Jay Goldstein&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Highland Park, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;},{&quot;id&quot;:&quot;741b2248-2d60-42ab-9337-5b6c0bbd2466&quot;,&quot;background&quot;:{&quot;color&quot;:&quot;light-accent-color&quot;,&quot;image&quot;:{},&quot;type&quot;:&quot;none&quot;,&quot;colorType&quot;:&quot;color&quot;},&quot;9eb1467f-dc33-4c46-b3b4-b663153edc2e&quot;:{&quot;content&quot;:&quot;Not only did Victor and Robert understand our idea to purchase an old home and enhance it - they gave us architectural and cost options. We bought the house and had a great adventure working with both of them along with their program managers, construction crews and vendors. From getting permits to braining storming options on engineering issues we always felt we got great advice and the expertise needed. They understood what we wanted this house to be. They designed it to exceed our expectations yet within our budget and the house was ready when we needed it to be ready. The neighbors near...&lt;a  href=\&quot;slug-id=5e5164cb8216100021091acc\&quot; target=\&quot;\&quot; data-action=\&quot;link\&quot; data-slug-id=\&quot;5e5164cb8216100021091acc\&quot; class=\&quot;ui-link\&quot; &gt;&lt;span class=\&quot;text-ui-dark-accent-color\&quot; style=\&quot;color: var(--ui-dark-accent-color);\&quot;&gt;&lt;span style=\&quot;font-weight: bold;\&quot;&gt;Read More&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;12139215-cb56-4cf8-9876-cd7ea8de5947&quot;:{&quot;content&quot;:&quot;Steve and Linda Lavenda&quot;,&quot;type&quot;:&quot;subtitle&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;3182c112-0223-4e87-af75-069675dea502&quot;:{&quot;content&quot;:&quot;Chicago, residential project&quot;,&quot;type&quot;:&quot;small&quot;,&quot;tagName&quot;:&quot;p&quot;},&quot;aa443c53-f935-477a-81fc-de1ed2faf815&quot;:{&quot;size&quot;:&quot;sm&quot;,&quot;svg&quot;:&quot;&lt;svg xmlns=\&quot;http://www.w3.org/2000/svg\&quot; xmlns:xlink=\&quot;http://www.w3.org/1999/xlink\&quot; version=\&quot;1.1\&quot; x=\&quot;0px\&quot; y=\&quot;0px\&quot; viewBox=\&quot;0 0 100 100\&quot; enable-background=\&quot;new 0 0 100 100\&quot; xml:space=\&quot;preserve\&quot;&gt;&lt;g&gt;&lt;polygon points=\&quot;45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;polygon points=\&quot;87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  \&quot;&gt;&lt;/polygon&gt;&lt;/g&gt;&lt;g display=\&quot;none\&quot;&gt;&lt;path display=\&quot;inline\&quot; d=\&quot;M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z\&quot;&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;&quot;,&quot;id&quot;:&quot;2037&quot;,&quot;platform&quot;:null,&quot;preview&quot;:&quot;https://static.thenounproject.com/png/2037-200.png&quot;,&quot;source&quot;:&quot;noun&quot;,&quot;resourceRef&quot;:null,&quot;fill&quot;:&quot;brand-color&quot;},&quot;tabId&quot;:&quot;99fca66c-1fd3-4340-9a4e-e123f1a4fd1c&quot;}]}},&quot;settings&quot;:{&quot;slidesToShow&quot;:4,&quot;arrows&quot;:true,&quot;dots&quot;:true,&quot;infinite&quot;:true,&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:4000,&quot;adaptiveHeight&quot;:false,&quot;dotsClass&quot;:&quot;slick-dots slider__dots_2cS&quot;,&quot;responsive&quot;:[{&quot;breakpoint&quot;:991,&quot;settings&quot;:{&quot;slidesToShow&quot;:2,&quot;infinite&quot;:true}},{&quot;breakpoint&quot;:767,&quot;settings&quot;:{&quot;slidesToShow&quot;:1,&quot;infinite&quot;:true}},{&quot;breakpoint&quot;:479,&quot;settings&quot;:{&quot;slidesToShow&quot;:1,&quot;infinite&quot;:true}}],&quot;alwaysDisplayControls&quot;:true,&quot;fade&quot;:false}}"><div class="w-5531ef6ac46839b5a547ed2f342855d5 w-614972b7050a6bfe4276c20f2a0d4690 w-grid w-grid--slider w-grid--gap w-grid--left w-grid--full-width w-6403500f6fcf82ad068581bb50ff23bd server-render__collection__columns-count--4_y-T w-slider slider_2N3 dots-margin" style="flex-basis:100%;justify-content:flex-start;overflow:hidden"><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-0" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-0"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">We used Jeremy Lew and Associates to add an addition and complete an extensive remodel on our 1926 colonial. They handled everything, from design through completion, without issue and got us back in our home on time. The design and workmanship was excellent, maintaining the original character of the home while still adding modern touches. The entire experience was simply great, we had constant communication with everyone involved and quick resolutions when the inevitable issue did arise. Having Robert, Victor, and Phil (our project manager) available at every step helped...</span><a href="/testimonial-jay-wimberley" target="" data-action="link" data-slug-id="5e5164d88216100021091ae2" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Jay Wimberley</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color)">Highland Park, residential project</span></span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-1" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-1"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">We couldn't be happier with the house that Jeremy Lew &amp; Associates built for us this past year. It is above and beyond what our expectations were when we first met to talk about the project. The entire experience from meeting the team, to designing the house, and the actual construction was an absolute pleasure. We never felt anything but comfortable the entire time and would most definitely recommend this team to build your dream home. They are total professionals who deliver a high end product.</span></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Brendan Bayliss</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color)">Chicago, residential project</span></span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-2" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-2"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">We could not be happier with the amazing job Jeremy Lew and Assoc. did building our dream home. Victor, Robert and the entire team were with us from the beginning process of plans, to the tear down, through the build, until the final light bulb was installed. They were knowledgeable on getting licenses and dealing with city ordinances, and kept our house on schedule. They were, and continue to be, available whenever we have questions, and are there to help. Our home is our very favorite place to be and we thank the Lew brothers for their professionalism and commitment to us.</span></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">John Belconis</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-brand-color" style="color:var(--ui-brand-color)">Park Ridge, residential project</span></span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-3" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-3"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We did a complete first floor renovation of our 1929 English Tudor, and we are thrilled that we used Jeremy Lew &amp; Associates to do the work. They were fantastic from start to finish--they were trustworthy and so easy to work with, they respected our budget, and the project was completed within the timeframe that was given to us. Because our house is so old, there were a lot of structural and design challenges. We had to completely update the plumbing, electrical and HVAC--in some areas, radiators were removed and replaced with heated floors, but the old and new systems have worked together seamlessly. Victor created...<a href="/testimonial-reagan-knaus" target="" data-action="link" data-slug-id="5e5161d4824db9002234fb1a" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Reagan Knaus</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Deerfield, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-4" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-4"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We hired Jeremy Lew to remodel our 1939 home in Wilmette 10 years ago.. We worked with an Architect for the plans. The Lew's were a pleasure to work with from start to finish. We heard the the horror stories from our friends about working with contractors and did approach this project with some trepidation. Fortunately these stories were not our story. Our Project Manager was a great communicator and kept us in the loop every step of the way. As the crew found some surprises (expected with old home) we were told and given options about how to proceed. We can not be happier about how our addition looked upon...<a href="/testimonial-elizabeth-cohen" target="" data-action="link" data-slug-id="5e5164f88216100021091b07" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Elizabeth Cohen</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Chicago, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-5" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-5"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">Working with Jeremy Lew &amp; Associates was a dream. Robert Lew was extremely detail oriented and took care of every facet of our project. We were the 2nd mikvah project JLA has worked on, and I have to imagine they are expert mikvah builders at this point. Robert worked with our rabbi to ensure all Jewish law requirements were met and worked with us to ensure our project was done on time and on budget. I would recommend JLA to anyone looking for a design and build firm for a similar project.</span></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Joshua Nankin</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Northbrook, commercial project</span></span><br ><span style="display:block" class="w-text-block "><span class="w-text-content"><a href="/portfolio-jla-commercial/commercial-glenbrook-mikvah" target="_blank" data-action="link" data-slug-id="5e43413f62dd7a00217580ac" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color);font-size:16px"><span style="font-weight:bold">Click to see the results!</span></span></a></span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-6" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-6"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We began this journey in 2011 and contracted Jeremy Lew &amp; Associates for architectural work for our home ext<span class="text-ui-dark-shade-color" style="color:var(--ui-dark-shade-color)">ension. They were consummate professionals throughout the process and provided the drawings to bid out. Fortunately, they are also builders so were in the running to get the job. Their prices weren't the cheapest but also not the most expensive and they will tell you that up front. However, the "you get what you pay for" idiom holds so true for construction. We decided to hold off on the work for a few yea</span>rs and re-visted the idea in 2015. We had few changes that we wanted to incorporate and Victor...<a href="/testimonial-aj-virani" target="" data-action="link" data-slug-id="5e515b18824db9002234daed" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">AJ Virani</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Northbrook, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-7" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-7"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We worked with Jeremy Lew &amp; Associates to renovate our entire fitness space at College Park Athletic Club. From start to finish, they were professional, timely, and a pleasure to work with. It's rare to find a group that can manage so many moving parts and deliver a project on time and on budget. They have our trust and our gratitude--we have already hired them for our next project!</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">College Park Athletic Club</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Riverwoods, commercial project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-8" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-8"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We first used Jeremy Lew &amp; Associates to build a large, complex deck off the back of our house leading over the ravine (over $100K job). It was so incredible, we offered them the chance to bid on the renovation of our 1931 Spanish Mediterranean (of which we were ready to pull the trigger with another vendor). However, Jeremy Lew &amp; Assoc professionalism, attention to detail and most of all COMMUNICATION sealed the deal for us. We could not be happier and would absolutely use them again!</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">David Lewis</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Highland Park, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-9" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-9"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">I have had the pleasure of working with Jeremy Lew &amp; Associates for the last 20 years. Professional &amp; ethical are 2 of the man words you can use to describe the family and their entire staff. It has been a privilege to have a customer like Jeremy Lew &amp; Associates and I would highly recommend them for your home remodeling needs.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Greg Case</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Supplier/Vendor</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-10" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-10"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Great group of people to work with! Family owned business and I had the pleasure to work with Robert and Victor Lew. Like any big project, there were a couple of surprises. However, there was great communication and true empathy when we realized we were going to miss our summer due to set backs that were very unexpected (ex. The house had no foundation!) We plan to use them again for a third floor addition to the same house. Great quality, good attention to detail and true professionals.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Chris Petrick</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Michigan City, IN, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-11" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-11"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We are extremely happy with the results of our kitchen, family room and master bathroom remodel. Having the designer, the architect and the contractor all under one roof made the whole remodeling project much less stressful. We would recommend Jeremy Lew and Assoc to anyone looking to remodel their house. They were a joy to work with.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">D Strotman</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Park Ridge, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-12" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-12"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We contracted with Jeremy Lew &amp; Assoc. for architectural plans for an addition to our home. We worked with Victor Lew who was professional, responsive, attentive, and a very good listener. He incorporated everything we wanted and made the design beautiful.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Lisa G</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Skokie, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-13" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-13"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We were thrilled with the work that Jeremy Lew completed on our home remodel. Our house has some challenges from a design standpoint and Victor was fantastic with coming up with innovative and practical designs. Then Robert took over with the construction plans. It was all very turnkey and they made the process enjoyable. We stayed on time and on budget. We could not be happier with the results and the continued follow up from the company.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Barry Metzger</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Deerfield, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-14" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-14"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">It has been a number of years since our addition was completed, yet a week does not go by when I don't think of the fantastic results we live in now and through our entire project with Jeremy Lew and the entire crew. We all have heard the horror stories of home additions...things go wrong which jacks up the cost out of budget...contractors don't show up for days at a time....the completion date is a mystery.... Let me say that NONE of these were ever an issue. From deciding on which plan to go forward with, to breaking ground, to completion, we always knew what was going on today, and what would be...<a href="/testimonial-mark-collins" target="" data-action="link" data-slug-id="5e5164b58216100021091ab6" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span> </a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Mark Collins</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Skokie, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-15" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-15"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">C Spar Designs, Inc, continues to have the pleasure of working directly with Robert and Victor on many remodel and new construction projects for the last 15+ years. Everyone is very knowledgeable, fair and respectful with every design and construction phase. Collaborating with the design team is key, a successful step any clients' can count on, with Jeremy Lew &amp; Associates. The result is a beautiful, long lasting, custom home or remodel project.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Cathy Sparling</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Certified Kitchen and Bath Designer</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-16" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-16"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We are happy to recommend Jeremy Lew and Assoc. We designed and built our new home with them last year. They were professionals from start to finish and we are very happy with the outcome. Having had no experience in designing or building a home we were not sure what to expect. They made the experience as pain free and as pleasant as possible.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Kristen Pugliani</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Park Ridge, residential project</span></span><br ><span style="display:block" class="w-text-block "><span class="w-text-content"><a href="/portfolio-jla-residential/residential-classic-queen-anne-new-construction-parkridge" target="_blank" data-action="link" data-slug-id="5e41dc093ee8950021dc77b5" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color);font-size:16px"><span style="font-weight:bold">Click to see the results!</span></span></a></span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-17" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-17"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">There isn't a day that goes by that we do not think about how happy and thrilled we are with our addition built by Jeremy Lew!! That made our DREAM HOUSE come true!!! It was certainly an overwhelming project for us since we knew nothing about construction or design!! But Jeremy Lew had all the patience in the world, working with us every step of the way! We never felt pressured or rushed---so very important when one has so many decisions to make. We definitely got our money's worth and will highly recommend Jeremy Lew to everyone who is considering an addition to their home. Their professionalism and...<a href="/testimonial-michelle-gaynor" target="" data-action="link" data-slug-id="5e517538ec87a1002175333e" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Michelle Gaynor</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Chicago, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-18" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-18"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We fully expected to be stressed living through an addition (family room plus kitchen expansion) that would leave us without a kitchen for an extended period of time. Jeremy Lew had a very professional team that made this process much easier. All contracted work crews were also respectful of our home and our neighborhood. We did end up about 20 percent above projected cost which is pretty normal from what we researched. We felt there were delays in getting our project started once we signed the contract, but once it did start, the project was completed within the expected period of time. We are so happy with the results and...<a href="/testimonial-meg-kostyk" target="" data-action="link" data-slug-id="5e51754eec87a10021753347" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Meg Kostyk</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Park Ridge, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-19" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-19"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">I am pleased to recommend Jeremy Lew and Associates and share my overwhelmingly positive experience. I’m not always the easiest person to please. I know this because throughout my life I’ve been called overly-critical or “picky.” When I go to a restaurant, I expect my food to be right the first time and for the service to be outstanding…at a minimum. I should be able to focus on the fun experience I am having with my guests, not being distracted by a waiter that disappeared when we need more bread or a chef that under-cooked my steak. Everything needs to be working in concert. That concerted effort is...<a href="/testimonial-ben-fine" target="" data-action="link" data-slug-id="5e517558ec87a1002175334e" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Ben Fine</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Evanston, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-20" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-20"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Jeremy Lew and Associates designed and built my house in Highland Park with GREAT results!!! All the work was done on time and within the budget we set! They stood behind their work and solved any issues that came up. Highly recommended!!!</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Larry Rivlin</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Highland Park, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-21" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-21"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Jeremy Lew and Associates exceeded our expectations during the duration of our 8 month house renovation. From start to finish, the team at Jeremy Lew were professional, fun to work with and most importantly, collaborative. They brought a very complex project in on time...to the day!!!! I have referred the Lew brothers to many friends and sing their praises often.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Molly Dietlin</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Park Ridge, residential project</span></span><br ><span style="display:block" class="w-text-block "><span class="w-text-content"><a href="/portfolio-jla-residential-kitchens/residential-historic-victorian-expansion-parkridge" target="_blank" data-action="link" data-slug-id="5e41dc3d3ee8950021dc794e" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color);font-size:16px"><span style="font-weight:bold">Click to see the results!</span></span></a></span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-22" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-22"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">The whole experience was a real pleasure. Jeremy Lew &amp; Assoc., Inc. came up with a great design for our second-story addition and then executed the building plan in a timely, cost-effective manner. Never had to worry about "lost days" - there was always a full crew of workers on the project. And they do great quality work - very few punch-list items.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Gabriel Antman</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Highland Park, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-23" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-23"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We hired Jeremy Lew and Associates after researching our options over a few years. Their firm does a lot of work in our area so we were able to appreciate the quality of their construction and compare it to other projects (done by other firms) in the area. We hired Jeremy Lew and Associates to do a major rehab of our craftsman bungalow as we felt they suited our needs and their philosophy and style matched well with ours. They were very professional, came in within budget, and were extremely accommodating. We spoke with some of their former clients who raved about their experiences and also...<a href="/testimonial-a-papassavas" target="" data-action="link" data-slug-id="5e51756fec87a10021753356" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">A Papassavas</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Park Ridge, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-24" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-24"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We hired Jeremy Lew &amp; Associates in 2006 after meeting with 3 other contractors. We were very impressed with other work they had done, and felt their style matched our specifications. Jeremy Lew &amp; Associates helped convert our 3 bedroom colonial (with a detached garage), to a 5 bedroom colonial with an attached garage. Robert, Victor, and Wojtek were very accommodating, and completed the work in a timely fashion (which we all know is key to a successful project!). An attestation to their work, is the fact that my in laws hired them shortly after our work was complete! Thank you Jeremy Lew &amp; Associates!</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">R Starck</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Chicago, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-25" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-25"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">My wife and I hired Jeremy Lew &amp; Assoc in 2005 to do a major renovation on our home. We were living in a three bedroom ranch and we wanted to put up a second level. Often times, these types of renovations are harder on the builder than building a home from the ground up because they often don't know the condition of the home until they get under the hood, or in this case, the walls and floors. Robert and Walter were great to work with. We had to deal with a few things out of our control such as bad weather, a few surprises, and village delays but we were back in our home within nine...<a href="/testimonial-joel-gordon" target="" data-action="link" data-slug-id="5e51757bec87a1002175335b" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Joel Gordon</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Lincolnwood, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-26" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-26"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Jeremy Lew and Associates built our home five years ago. The design, construction and timeliness were all extraordinary. It was a pleasure working with consummate professionals who understood our needs and tastes, and came up with creative solutions that are not only aesthetically pleasing, but also sensitive to our budgetary solutions.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Y Shkop</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Chicago, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-27" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-27"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Jeremy Lew &amp; associates designed and built our beautiful home. It was a true pleasure working with them. their professionalism, experience, competence, and pleasant demeanor were apparent throughout the entire process. Their efficient workmanship was of the highest standard and they stood behind every last detail, ensuring an enduring and beautiful home which we are proud of and comfortable in. Their honesty and integrity were matched by their exceptional creativity and craftsmanship. We highly recommend them.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Hindy Feiner</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Chicago, residential project</span></span><br ><span style="display:block" class="w-text-block "><span class="w-text-content"><a href="/portfolio-jla-residential/residential-contemporary-classic-single-family-chicago" target="_blank" data-action="link" data-slug-id="5e41dc103ee8950021dc78a8" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color);font-size:16px"><span style="font-weight:bold">Click to see the results!</span></span></a></span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-28" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-28"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Initially, Jeremy Lew &amp; Associates did an extensive remodel that included expanding the footprint of our home and building out three floors - including bathrooms and the kitchen. We chose them over a number of other reputable firms because of their creative design ideas and honest approach to quoting the job. That was almost 10 years ago . . . Since then, due to the extremely positive experience we had, we have used them to do every home improvement task we can think of. What was so positive? (1) Excellent product; (2) Smooth and efficient project management; (3) appropriate price.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">J Klein</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Chicago, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-29" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-29"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Jeremy Lew &amp; Assoc. designed and built my dream home. Throughout all the stages of this very large project I was treated as a very important person whose needs should be met in the best possible way. I felt that I could fully trust Robert Lew and Robert Holubek to solve any unexpected problems and obstacles which are common in the building process. I would recommend Jeremy Lew &amp; Assoc to my friends and family. I feel like I made friends with the people who built my house.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Natalya Svidovsky</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Riverwoods, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-30" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-30"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">After interviewing several other contracting firms we hired the Lew family for our construction/renovation project. We had used another architect but, found Jeremy and Victor's incites very helpful. They paid careful attention to lighting and sight lines that another "higher priced" architect had not seen. We appreciate these changes until today. Robert was a consummate professional. He took the time to get a feel for our interests in terms of style, materials and budget. From start to finish work was on time and on budget. He walked us through the village "appearance committee"...<a href="/testimonial-s-lupovitch" target="" data-action="link" data-slug-id="5e517598ec87a1002175336a" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">S Lupovitch</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Skokie, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-31" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-31"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We began our collaboration with Jeremy Lew &amp; Asoc. from initial design concept, to drawings and ultimately construction. This firm is the very essence of the Design/Build value. From our beginnings with the creativity of architect Victor Lew, to the fair and measured bidding process with contractor Robert Lew and finally the efficient, detailed project management of Robert Holubek we were well cared for at every level of our home renovation. In fact, since our completion in 2011 the few issues we've had were met with prompt response. We have recommended the firm in the past and will continue to do...<a href="/testimonial-s-mckitrick" target="" data-action="link" data-slug-id="5e5175a6ec87a10021753377" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">S McKitrick</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Park Ridge, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-32" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-32"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Jeremy Lew and Associates remodeled my home in Park Ridge. They did an outstanding job on all fronts. Robert Lew was the construction manager and was completely sensitive to my needs and wishes given it was a very large project. Victor Lew designed the most beautiful structure imaginable. The crews were amazing. They were talented, reliable and extremely respectful of my family and the property. Although this may sound like a review from a family member of the Lews, I can assure you that as a healthcare professional in the Park Ridge area I am not a family member but Jeremy Lew and his...<a href="/testimonial-bonnie-whyte" target="" data-action="link" data-slug-id="5e5175b1ec87a10021753381" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Bonnie Whyte</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Park Ridge, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-33" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-33"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">I cannot say enough good things about working with Robert Lew, as our builder, and his brother Victor, as our architect. We added a master suite to our home and, in the process, reconfigured the entire second floor. I loved that at our first meeting, they looked at our downstairs and said "don't tell us that you intend to touch this part of the house--it's gorgeous." That gave me the confidence right from the start that they were not looking to spend more of our money than we were. The process was a pleasure start to finish. They were creative with ideas, responsive to our calls, reliable in terms of...<a href="/testimonial-leslee23" target="" data-action="link" data-slug-id="5e5175baec87a10021753390" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Leslee23</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Deerfield, residential project</span></span><br ><span style="display:block" class="w-text-block "><span class="w-text-content"><a href="/portfolio-jla-residential/residential-second-floor-luxury-master-suite-expansion-deerfield" target="_blank" data-action="link" data-slug-id="5e41dc163ee8950021dc78ec" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color);font-size:16px"><span style="font-weight:bold">Click to see the results!</span></span></a></span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-34" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-34"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We worked with Jeremy Lew and his sons to design and build our home 15 years ago. They were very responsive to our suggestions and incorporated many of our ideas into the plan. They were efficient and we completed the project on time. It was a great experience.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Debby Scheck</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Park Ridge, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-35" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-35"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">From start to finish, Robert Lew and the staff at JL were always thoughtful, honest, creative and willing to go the extra mile during our home renovations. Our family (at the time 5 people, now 6) still appreciates suggestions Robert and Victor made that we implemented (a 3rd story play space, an extra bathroom). We were always kept in the loop about progress and every crew was respectful of our family living in the house in the midst of construction. They also tolerated 3 very curious boys (and 1 curious father) who always had a question for them.The entire project ran smoothly and on...<a href="/testimonial-orah-katz" target="" data-action="link" data-slug-id="5e5175d7ec87a1002175339d" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Orah Katz</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Chicago, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-36" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-36"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Victor and Robert Lew and the entire team were professionals from the very start. Their attention to detail and sensitivity to our needs as a family set them apart from others that we've used. They transformed our 100+ year old house into a true home that meets the needs of our family. We would recommend JeremyLew in a heartbeat. We have worked with many contractors in the past and none have lived up to our experience with JeremyLew.</span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">J Micek</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span style="display:block" class="w-text-block "><span class="w-text-content">Park Ridge, residential project</span></span><br ><span style="display:block" class="w-text-block "><span class="w-text-content"><a href="/portfolio-jla-residential/residential-classic-colonial-expansion-parkridge" target="_blank" data-action="link" data-slug-id="5e41dc073ee8950021dc77a0" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color);font-size:16px"><span style="font-weight:bold">Click to see the results!</span></span></a></span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-37" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-37"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We selected JL to help with a project that turned out to be a total rehabilitation of a 30 year-old downsized home that we recently purchased vs. a “sprucing-up”. Prior to our final contractor selection, we did our due diligence and contacted previous Jeremy Lew clients. We were impressed with the many positive responses we received. From the very beginning of the project with conceptual ideas to actual architectural drawings and construction permits, we felt totally supported by the JL team. During this initial phase of the project we spent fair amount of time with Victor and Robert coming up with a realistic...<a href="/testimonial-karen-and-jay-goldstein" target="" data-action="link" data-slug-id="5e5164a58216100021091a95" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Karen and Jay Goldstein</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Highland Park, residential project</span></span></p></div></div></div></div><div class="server-render__collection-item-wrapper server-render__collection-item-wrapper_ixe server-render__collection__items-align--left_3F2 item-38" style="flex-basis:100%"><div class="server-render__collection-item_3Gl" style="flex-basis:100%"><div class="w-grid__item w-grid__item--top w-text-left-xs w-text-left-sm w-text-left-md w-text-left"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel item-38"><p class="text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Not only did Victor and Robert understand our idea to purchase an old home and enhance it - they gave us architectural and cost options. We bought the house and had a great adventure working with both of them along with their program managers, construction crews and vendors. From getting permits to braining storming options on engineering issues we always felt we got great advice and the expertise needed. They understood what we wanted this house to be. They designed it to exceed our expectations yet within our budget and the house was ready when we needed it to be ready. The neighbors near...<a href="/testimonial-steve-and-linda-lavenda" target="" data-action="link" data-slug-id="5e5164cb8216100021091acc" class="ui-link"><span class="text-ui-dark-accent-color" style="color:var(--ui-dark-accent-color)"><span style="font-weight:bold">Read More</span></span></a></span></span></p><div class="w-icon-panel-wrapper"><div class="w-icon-panel w-icon-panel--sm w-disable-decorator"><span class="iconElement_3D2 ui-icon_2oI w-icon" style="color:#b1521d"><span class="iconElement__inner_2iN"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve" style="max-width:100%" height="100%"><g style="" fill="currentColor"><polygon points="45.454,16.378 11.119,16.378 11.119,50.713 29.547,77.188 42.673,67.431 31.152,50.713 45.454,50.713  " style="" fill="currentColor"/><polygon points="87.528,16.378 53.192,16.378 53.192,50.713 71.621,77.188 84.747,67.431 73.226,50.713 87.528,50.713  " style="" fill="currentColor"/></g><g display="none" style="" fill="currentColor"><path display="inline" d="M85.871,8.649h-71.28c-6.418,0-11.622,5.204-11.622,11.622v52.493c0,6.419,5.203,11.623,11.622,11.623   h9.113l0.005,9.593l11.995-9.593h50.167c6.419,0,11.622-5.204,11.622-11.623V20.271C97.493,13.853,92.29,8.649,85.871,8.649z    M54.03,71.383H44.022V61.374H54.03V71.383z M60.952,46.323c-4.144,1.583-6.801,4.637-6.801,9.194H43.9   c0-11.616,7.412-15.111,12.133-16.251c2.895-0.699,5.68-1.612,5.837-5.55c0.127-3.175-1.732-7.088-9.608-6.931   c-8.728,0.175-9.312,6.569-9.34,8.69l-10.251,0.127c-0.013-0.696,0.004-6.946,4.86-11.901c3.597-3.671,8.696-5.532,15.155-5.532   c15.059,0,18.809,9.585,19.039,14.646C72.109,41.277,65.453,44.604,60.952,46.323z" style="" fill="currentColor"/></g></svg></span></span></div></div><p class="text_1k0 ui-subtitle w-subtitle" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Steve and Linda Lavenda</span></span></p><p class="text_1k0 ui-small w-small" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Chicago, residential project</span></span></p></div></div></div></div><div><div style="position:relative" data-slider-component="arrow-prev"><button type="button" class="w-slider-arrow w-slider-arrow--prev slider-arrow_Yvf slider-arrow--prev_Eis slider-arrow--with-dots_Phm"><div class="slider-arrow__click-zone_uLX"></div><svg class="arrow-svg_1j4" viewBox="0 0 30 30"><defs><path d="M19.533 15l-9.1-9.45c-.577-.6-.577-1.5 0-2.1.578-.6 1.445-.6 2.023 0l10.11 10.5c.29.3.434.75.434 1.05 0 .45-.144.75-.433 1.05l-10.111 10.5c-.29.3-.578.45-1.012.45-.433 0-.722-.15-1.01-.45-.578-.6-.578-1.5 0-2.1l9.1-9.45z" id="a-1736267358052"></path></defs><use fill-rule="nonzero" opacity=".8" xlink:href="#a-1736267358052"></use></svg></button></div><div style="position:relative" data-slider-component="arrow-next"><button type="button" class="w-slider-arrow w-slider-arrow--next slider-arrow_Yvf slider-arrow--next_3Hr slider-arrow--with-dots_Phm"><div class="slider-arrow__click-zone_uLX"></div><svg class="arrow-svg_1j4" viewBox="0 0 30 30"><defs><path d="M19.533 15l-9.1-9.45c-.577-.6-.577-1.5 0-2.1.578-.6 1.445-.6 2.023 0l10.11 10.5c.29.3.434.75.434 1.05 0 .45-.144.75-.433 1.05l-10.111 10.5c-.29.3-.578.45-1.012.45-.433 0-.722-.15-1.01-.45-.578-.6-.578-1.5 0-2.1l9.1-9.45z" id="a-1736267358052"></path></defs><use fill-rule="nonzero" opacity=".8" xlink:href="#a-1736267358052"></use></svg></button></div></div></div><div data-component="view-slider" style="display:none;max-width:100%" class="w-5531ef6ac46839b5a547ed2f342855d5 w-614972b7050a6bfe4276c20f2a0d4690 w-grid w-grid--slider w-grid--gap w-grid--left w-grid--full-width w-6403500f6fcf82ad068581bb50ff23bd server-render__collection__columns-count--4_y-T w-slider slider_2N3"></div></div></div></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5b4384800b4481002303bcfe" data-block-name="wireframe-series-5-numbers" data-block-categories="numbers" data-test="block-wrapper" data-anchor="numbers" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background background--dark w-state-has-background"><div style="display:none" id="numbers"></div><div class="w-block-background background-wrapper_RZ2" style="z-index:-1;bottom:-1px;top:-1px" aria-hidden="true" data-background--hide="false" data-component="background" data-type="image" data-hydrate="{&quot;style&quot;:[{&quot;media&quot;:&quot;(min-width: 1200px) and (max-width: 1920px)&quot;,&quot;background&quot;:&quot;fixed no-repeat 50% 50% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5dcebb6eb2b1b00022337fd8/5dd2acbd8fa70c0021a2d03d_optimized_1920&quot;},{&quot;media&quot;:&quot;(max-width: 767px)&quot;,&quot;background&quot;:&quot;fixed no-repeat 50% 50% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5dcebb6eb2b1b00022337fd8/5dd2acbd8fa70c0021a2d03d_optimized_1200&quot;},{&quot;media&quot;:&quot;(min-width: 768px) and (max-width: 1199px)&quot;,&quot;background&quot;:&quot;fixed no-repeat 50% 50% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5dcebb6eb2b1b00022337fd8/5dd2acbd8fa70c0021a2d03d_optimized_1920&quot;},{&quot;media&quot;:&quot;(min-width: 1921px)&quot;,&quot;background&quot;:&quot;fixed no-repeat 50% 50% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5dcebb6eb2b1b00022337fd8/5dd2acbd8fa70c0021a2d03d_optimized_2560&quot;},{&quot;media&quot;:&quot;(min-width: 2560px)&quot;,&quot;background&quot;:&quot;fixed no-repeat 50% 50% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5dcebb6eb2b1b00022337fd8/5dd2acbd8fa70c0021a2d03d_optimized_3840&quot;},{&quot;media&quot;:&quot;only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px), only screen and (min-resolution: 144dpi) and (min-width: 1200px)&quot;,&quot;background&quot;:&quot;fixed no-repeat 50% 50% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5dcebb6eb2b1b00022337fd8/5dd2acbd8fa70c0021a2d03d_optimized_2560&quot;},{&quot;media&quot;:&quot;only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1920px), only screen and (min-resolution: 144dpi) and (min-width: 1920px)&quot;,&quot;background&quot;:&quot;fixed no-repeat 50% 50% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5dcebb6eb2b1b00022337fd8/5dd2acbd8fa70c0021a2d03d_optimized_3840&quot;},{&quot;media&quot;:&quot;only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 2560px), only screen and (min-resolution: 144dpi) and (min-width: 2560px)&quot;,&quot;background&quot;:&quot;fixed no-repeat 50% 50% / cover&quot;,&quot;url&quot;:&quot;//res2.yourwebsite.life/res/5dcebb6eb2b1b00022337fd8/5dd2acbd8fa70c0021a2d03d_optimized_5120&quot;}],&quot;mediaImageBackground&quot;:true,&quot;backgroundClassName&quot;:&quot;background_2xT background--fixed_3Wb&quot;,&quot;isParallax&quot;:false,&quot;isFixed&quot;:true,&quot;filterStyle&quot;:{},&quot;fallbackurl&quot;:&quot;//res2.yourwebsite.life/res/5dcebb6eb2b1b00022337fd8/5dd2acbd8fa70c0021a2d03d_optimized&quot;,&quot;isOptimize&quot;:true}"><div class="background_2xT background--fixed_3Wb" style="background:fixed no-repeat 50% 50% / cover" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section"><div class="w-section__inner"><div class="w-section__content"><div data-columns-count="3" data-columns-inner-size="false" data-component="collection" data-collection-mode="collection" class="collection w-2a5dc30a6807aa8725a711d62ec57d63 w-6454d86eafd410c0a47625b8d2f294b1 w-grid w-grid--collection w-grid--gap w-grid--center" data-items-count="3"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--middle w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel hidden_3w8 data-animation-fade-in-center_3nb%20normal_2Pr"><p class="text_1k0 ui-blockTitle w-title ui-blockTitle--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="font-weight:bold">36</span></span></span></p><p class="text_1k0 ui-subtitle w-subtitle ui-subtitle--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Years in Business</span></span></p><p class="text_1k0 ui-caption w-caption ui-caption--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Founded 1988</span></span></p></div></div><div class="w-grid__item w-grid__item--middle w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel hidden_3w8 data-animation-fade-in-center_3nb%20normal_2Pr"><p class="text_1k0 ui-blockTitle w-title ui-blockTitle--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">9</span></span></p><p class="text_1k0 ui-subtitle w-subtitle ui-subtitle--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Number of Employees</span></span></p><p class="text_1k0 ui-caption w-caption ui-caption--light" data-component="text"><span class="w-text-block" style="display:block"><br></span></p></div></div><div class="w-grid__item w-grid__item--middle w-text-center-xs w-text-center-sm w-text-center-md w-text-center"><div class="w-grid__item-inner w-088754deb0dd8820b733e12d9894218e w-grid__item-panel hidden_3w8 data-animation-fade-in-center_3nb%20normal_2Pr"><p class="text_1k0 ui-blockTitle w-title ui-blockTitle--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">542</span></span></p><p class="text_1k0 ui-subtitle w-subtitle ui-subtitle--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Projects Completed</span></span></p><p class="text_1k0 ui-caption w-caption ui-caption--light" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">In different areas</span></span></p></div></div></div></div></div><footer class="w-section__footer"><div class="w-grid w-grid--row w-grid--gap" data-columns-count="1"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><a style="overflow:hidden" id="5656fa0f-117a-43c9-b876-3b8151d5c34b" data-style="{}" data-skip-animation="true" data-animation="fade-in-center_3nb normal_2Pr" rel="noopener" data-action="external-link" class="w-picture-wrapper media-wrapper_3VN ui-image__style-overlay_3Lw hidden_3w8" href="https://www.bbb.org/us/il/northbrook/profile/architect/jeremy-lew-assoc-inc-0654-12009553" target="_blank"><picture class="w-picture ui-picture_2i5 w-664ce3373423dd336190050fb89f9c61" data-wrapper-id="5656fa0f-117a-43c9-b876-3b8151d5c34b" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e83060a0170022f71fdb_optimized"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e83060a0170022f71fdb_optimized"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e83060a0170022f71fdb_optimized"/><img alt="Illustration" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5ec2e83060a0170022f71fdb_optimized" class="w-picture__image ui-image_3aJ w-ddcc310ab79db79b65faaa0013f426e1"/></picture></a></div></div></div></div></footer></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5d808f683185a200267c73ae" data-block-name="wireframe-series-12-cta" data-block-categories="cta" data-test="block-wrapper" data-anchor="cta-2" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="cta-2"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#ffffff" data-role="placeholder" data-selection-container="true"></div></div><section class="w-section w-section w-section--full-width"><div class="w-section__inner section__inner__37gQd"><div class="media__2o-FS w-ignore-section-paddings"><div style="overflow:hidden" id="287aaecf-9a89-4bf1-b3a9-1df561ef3a32" data-style="{}" data-skip-animation="true" data-animation="fade-in-center_3nb normal_2Pr" class="w-picture-wrapper w-picture-wrapper--absolute media-wrapper_3VN ui-image__style-overlay_3Lw hidden_3w8"><picture class="w-picture ui-picture_2i5" data-wrapper-id="287aaecf-9a89-4bf1-b3a9-1df561ef3a32" data-component="picture" data-images="[]" data-fallbackurl="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e42c1c9ba05900021d3550e_optimized_931"><source media="(min-width: 768px) and (max-width: 991px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e42c1c9ba05900021d3550e_optimized_931"/><source media="(max-width: 767px)" srcSet="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e42c1c9ba05900021d3550e_optimized_931"/><img alt="Image placeholder" data-fallback-url="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e42c1c9ba05900021d3550e_optimized_931" class="w-picture__image ui-image_3aJ w-f5aef3a1905ee4d64e55f1dae726aa41"/></picture></div></div><div class="content__2IVKd"><div class="w-grid w-grid--area w-grid--gap w-grid--center" data-columns-inner-size="6"><div class="w-grid__inner"><div class="w-grid__item w-grid__item--top"><div class="w-grid__item-inner w-grid__item-panel w-text-center-xs w-text-center-sm w-text-center-md w-text-center w-088754deb0dd8820b733e12d9894218e"><h2 class="text_1k0 ui-blockTitle w-title hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span style="display:block" class="w-text-block w-text-left "><span class="w-text-content"><span style="font-weight:normal">Request a </span><span class="text-ui-brand-color" style="color:var(--ui-brand-color)"><span style="font-weight:normal">Free</span></span><span style="font-weight:normal"> Consultation, or feel free to reach out to us for any reason at all.</span></span></span></h2><p class="text_1k0 ui-text w-body hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span style="display:block" class="w-text-block w-text-left "><span class="w-text-content">We can help you right from the beginning. The owners of Jeremy Lew and Associates will come out to your home to meet with you and help you decide between adding on, remodeling or building new.</span></span></p><div data-app="contact-form" data-hydrate="{&quot;_token&quot;:&quot;eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ3ZWJzaXRlSWQiOiI1ZTFlNGIwODNkMDI0YjAwMjE2YTQwOTkiLCJmb3JtSWQiOiJIdmRXWTRyNXBIZks2TWZUcmRwSyIsImlhdCI6MTU4MjA1ODQxMX0.effzz0C3HU_4QxWAqHe7ejTlFFkexshwfGPig4UF4iA&quot;,&quot;fields&quot;:[{&quot;type&quot;:&quot;text&quot;,&quot;id&quot;:&quot;contactForm_name&quot;,&quot;title&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Your Name&quot;,&quot;required&quot;:true},{&quot;type&quot;:&quot;email&quot;,&quot;id&quot;:&quot;contactForm_email&quot;,&quot;title&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Email&quot;,&quot;required&quot;:true},{&quot;type&quot;:&quot;phone&quot;,&quot;id&quot;:&quot;contactForm_phoneNumber&quot;,&quot;title&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Phone&quot;,&quot;required&quot;:true},{&quot;id&quot;:&quot;0f42f2a9-d1a8-4328-bf36-5f968150a938&quot;,&quot;type&quot;:&quot;dropDown&quot;,&quot;title&quot;:&quot;&quot;,&quot;items&quot;:[{&quot;id&quot;:&quot;a696cca0-b38e-4c4a-9fc8-ad6a0a074050&quot;,&quot;title&quot;:&quot;At my Home&quot;},{&quot;id&quot;:&quot;ac0ba373-8e98-4f54-8ca8-699941e73fa9&quot;,&quot;title&quot;:&quot;At your Office&quot;},{&quot;id&quot;:&quot;26fba9a5-b685-4488-bc18-8b505f5d9611&quot;,&quot;title&quot;:&quot;Video Conference&quot;}],&quot;description&quot;:{&quot;value&quot;:&quot;NEW!&quot;,&quot;active&quot;:false},&quot;placeholder&quot;:&quot;Consultation Format&quot;},{&quot;id&quot;:&quot;9ff7c5ec-0a27-4f66-96f3-e60f0175cf33&quot;,&quot;type&quot;:&quot;textArea&quot;,&quot;title&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Tell us a little about your project...&quot;}],&quot;formClassName&quot;:&quot;w-form ui-contact-form ui-contact-form--light&quot;,&quot;submitClassName&quot;:&quot;w-form-button w-form__button ui-button ui-button--primary-light ui-button--size-md&quot;,&quot;fieldClassName&quot;:&quot;&quot;,&quot;labelClassName&quot;:&quot;&quot;,&quot;descriptionClassName&quot;:&quot;&quot;,&quot;clipIcon&quot;:true,&quot;callAction&quot;:null,&quot;anchorId&quot;:&quot;5d808f683185a200267c73ae&quot;,&quot;fieldStyle&quot;:{&quot;preset&quot;:1,&quot;style&quot;:{&quot;borderWidth&quot;:&quot;0px&quot;}},&quot;colors&quot;:{&quot;light-shade-color&quot;:&quot;#ffffff&quot;,&quot;light-accent-color&quot;:&quot;#f7f7f7&quot;,&quot;brand-color&quot;:&quot;#b1521d&quot;,&quot;dark-accent-color&quot;:&quot;#024c7c&quot;,&quot;dark-shade-color&quot;:&quot;#000000&quot;},&quot;typography&quot;:{&quot;heroTitle&quot;:{&quot;lineHeight&quot;:1.22,&quot;letterSpacing&quot;:-0.02,&quot;coefficients&quot;:{&quot;320px&quot;:0.42},&quot;textDecoration&quot;:&quot;none&quot;,&quot;fontStyle&quot;:&quot;normal&quot;,&quot;color&quot;:[&quot;#000000&quot;,&quot;#ffffff&quot;],&quot;size&quot;:&quot;90px&quot;,&quot;fontFamily&quot;:&quot;&#x27;Public Sans&#x27;, sans-serif&quot;,&quot;fontWeight&quot;:400,&quot;textTransform&quot;:&quot;none&quot;,&quot;sizeMobile&quot;:&quot;60px&quot;,&quot;sizeTablet&quot;:&quot;75px&quot;,&quot;mobileLineHeight&quot;:1.22,&quot;tabletLineHeight&quot;:1.22,&quot;mobileLetterSpacing&quot;:-0.02,&quot;tabletLetterSpacing&quot;:-0.02},&quot;blockTitle&quot;:{&quot;lineHeight&quot;:1.18,&quot;letterSpacing&quot;:-0.021,&quot;coefficients&quot;:{&quot;320px&quot;:0.77},&quot;textDecoration&quot;:&quot;none&quot;,&quot;fontStyle&quot;:&quot;normal&quot;,&quot;color&quot;:[&quot;#000000&quot;,&quot;#ffffff&quot;],&quot;size&quot;:&quot;34px&quot;,&quot;fontFamily&quot;:&quot;&#x27;Public Sans&#x27;, sans-serif&quot;,&quot;fontWeight&quot;:700,&quot;textTransform&quot;:&quot;none&quot;,&quot;sizeMobile&quot;:&quot;30px&quot;,&quot;sizeTablet&quot;:&quot;32px&quot;,&quot;mobileLineHeight&quot;:1.18,&quot;tabletLineHeight&quot;:1.18,&quot;mobileLetterSpacing&quot;:-0.021,&quot;tabletLetterSpacing&quot;:-0.021},&quot;subtitle&quot;:{&quot;lineHeight&quot;:1.5,&quot;letterSpacing&quot;:0,&quot;coefficients&quot;:{&quot;320px&quot;:1},&quot;textDecoration&quot;:&quot;none&quot;,&quot;fontStyle&quot;:&quot;normal&quot;,&quot;color&quot;:[&quot;#000000&quot;,&quot;#ffffff&quot;],&quot;size&quot;:&quot;20px&quot;,&quot;fontFamily&quot;:&quot;&#x27;Public Sans&#x27;, sans-serif&quot;,&quot;fontWeight&quot;:400,&quot;textTransform&quot;:&quot;none&quot;,&quot;sizeMobile&quot;:&quot;20px&quot;,&quot;sizeTablet&quot;:&quot;20px&quot;,&quot;mobileLineHeight&quot;:1.5,&quot;tabletLineHeight&quot;:1.5,&quot;mobileLetterSpacing&quot;:0,&quot;tabletLetterSpacing&quot;:0},&quot;headingLg&quot;:{&quot;lineHeight&quot;:1.27,&quot;letterSpacing&quot;:-0.02,&quot;coefficients&quot;:{&quot;320px&quot;:0.87},&quot;textDecoration&quot;:&quot;none&quot;,&quot;fontStyle&quot;:&quot;normal&quot;,&quot;color&quot;:[&quot;#000000&quot;,&quot;#ffffff&quot;],&quot;size&quot;:&quot;30px&quot;,&quot;fontFamily&quot;:&quot;&#x27;Public Sans&#x27;, sans-serif&quot;,&quot;fontWeight&quot;:700,&quot;textTransform&quot;:&quot;none&quot;,&quot;sizeMobile&quot;:&quot;24px&quot;,&quot;sizeTablet&quot;:&quot;27px&quot;,&quot;mobileLineHeight&quot;:1.27,&quot;tabletLineHeight&quot;:1.27,&quot;mobileLetterSpacing&quot;:-0.02,&quot;tabletLetterSpacing&quot;:-0.02},&quot;heading&quot;:{&quot;lineHeight&quot;:1.31,&quot;letterSpacing&quot;:0,&quot;coefficients&quot;:{&quot;320px&quot;:1},&quot;textDecoration&quot;:&quot;none&quot;,&quot;fontStyle&quot;:&quot;normal&quot;,&quot;color&quot;:[&quot;#000000&quot;,&quot;#ffffff&quot;],&quot;size&quot;:&quot;26px&quot;,&quot;fontFamily&quot;:&quot;&#x27;Public Sans&#x27;, sans-serif&quot;,&quot;fontWeight&quot;:700,&quot;textTransform&quot;:&quot;none&quot;,&quot;sizeMobile&quot;:&quot;22px&quot;,&quot;sizeTablet&quot;:&quot;24px&quot;,&quot;mobileLineHeight&quot;:1.31,&quot;tabletLineHeight&quot;:1.31,&quot;mobileLetterSpacing&quot;:0,&quot;tabletLetterSpacing&quot;:0},&quot;subheading&quot;:{&quot;lineHeight&quot;:1.36,&quot;letterSpacing&quot;:0,&quot;coefficients&quot;:{&quot;320px&quot;:1},&quot;textDecoration&quot;:&quot;none&quot;,&quot;fontStyle&quot;:&quot;normal&quot;,&quot;color&quot;:[&quot;#000000&quot;,&quot;#024c7c&quot;],&quot;size&quot;:&quot;22px&quot;,&quot;fontFamily&quot;:&quot;Merriweather, serif&quot;,&quot;fontWeight&quot;:700,&quot;textTransform&quot;:&quot;none&quot;,&quot;sizeMobile&quot;:&quot;20px&quot;,&quot;sizeTablet&quot;:&quot;21px&quot;,&quot;mobileLineHeight&quot;:1.36,&quot;tabletLineHeight&quot;:1.36,&quot;mobileLetterSpacing&quot;:0,&quot;tabletLetterSpacing&quot;:0},&quot;text&quot;:{&quot;lineHeight&quot;:1.56,&quot;letterSpacing&quot;:0,&quot;coefficients&quot;:{&quot;320px&quot;:1},&quot;textDecoration&quot;:&quot;none&quot;,&quot;fontStyle&quot;:&quot;normal&quot;,&quot;color&quot;:[&quot;#000000&quot;,&quot;#024c7c&quot;],&quot;size&quot;:&quot;16px&quot;,&quot;fontFamily&quot;:&quot;&#x27;Public Sans&#x27;, sans-serif&quot;,&quot;fontWeight&quot;:300,&quot;textTransform&quot;:&quot;none&quot;,&quot;sizeMobile&quot;:&quot;16px&quot;,&quot;sizeTablet&quot;:&quot;16px&quot;,&quot;mobileLineHeight&quot;:1.56,&quot;tabletLineHeight&quot;:1.56,&quot;mobileLetterSpacing&quot;:0,&quot;tabletLetterSpacing&quot;:0},&quot;small&quot;:{&quot;lineHeight&quot;:1.67,&quot;letterSpacing&quot;:0,&quot;coefficients&quot;:{&quot;320px&quot;:1},&quot;textDecoration&quot;:&quot;none&quot;,&quot;fontStyle&quot;:&quot;normal&quot;,&quot;color&quot;:[&quot;#b1521d&quot;,&quot;#b1521d&quot;],&quot;size&quot;:&quot;12px&quot;,&quot;fontFamily&quot;:&quot;&#x27;Public Sans&#x27;, sans-serif&quot;,&quot;fontWeight&quot;:300,&quot;textTransform&quot;:&quot;none&quot;,&quot;sizeMobile&quot;:&quot;12px&quot;,&quot;sizeTablet&quot;:&quot;12px&quot;,&quot;mobileLineHeight&quot;:1.67,&quot;tabletLineHeight&quot;:1.67,&quot;mobileLetterSpacing&quot;:0,&quot;tabletLetterSpacing&quot;:0},&quot;quote&quot;:{&quot;lineHeight&quot;:1.3,&quot;letterSpacing&quot;:0,&quot;coefficients&quot;:{&quot;320px&quot;:1},&quot;textDecoration&quot;:&quot;none&quot;,&quot;fontStyle&quot;:&quot;italic&quot;,&quot;color&quot;:[&quot;#000000&quot;,&quot;#024c7c&quot;],&quot;size&quot;:&quot;27px&quot;,&quot;fontFamily&quot;:&quot;&#x27;Public Sans&#x27;, sans-serif&quot;,&quot;fontWeight&quot;:400,&quot;textTransform&quot;:&quot;none&quot;,&quot;sizeMobile&quot;:&quot;20px&quot;,&quot;sizeTablet&quot;:&quot;23px&quot;,&quot;mobileLineHeight&quot;:1.3,&quot;tabletLineHeight&quot;:1.3,&quot;mobileLetterSpacing&quot;:0,&quot;tabletLetterSpacing&quot;:0},&quot;caption&quot;:{&quot;lineHeight&quot;:1.67,&quot;letterSpacing&quot;:0,&quot;coefficients&quot;:{&quot;320px&quot;:1},&quot;textDecoration&quot;:&quot;none&quot;,&quot;fontStyle&quot;:&quot;normal&quot;,&quot;color&quot;:[&quot;#b1521d&quot;,&quot;#b1521d&quot;],&quot;size&quot;:&quot;12px&quot;,&quot;fontFamily&quot;:&quot;&#x27;Public Sans&#x27;, sans-serif&quot;,&quot;fontWeight&quot;:300,&quot;textTransform&quot;:&quot;none&quot;,&quot;sizeMobile&quot;:&quot;12px&quot;,&quot;sizeTablet&quot;:&quot;12px&quot;,&quot;mobileLineHeight&quot;:1.67,&quot;tabletLineHeight&quot;:1.67,&quot;mobileLetterSpacing&quot;:0,&quot;tabletLetterSpacing&quot;:0},&quot;link&quot;:{&quot;lineHeight&quot;:1.2,&quot;letterSpacing&quot;:0,&quot;coefficients&quot;:{&quot;320px&quot;:1},&quot;textDecoration&quot;:&quot;underline&quot;,&quot;fontStyle&quot;:&quot;normal&quot;,&quot;color&quot;:[&quot;#4c6386&quot;,&quot;#4c6386&quot;],&quot;hover&quot;:{&quot;color&quot;:[&quot;#a8b7d5&quot;,&quot;#ffffff&quot;]}},&quot;button&quot;:{&quot;lineHeight&quot;:1.71,&quot;letterSpacing&quot;:0,&quot;coefficients&quot;:{&quot;320px&quot;:1},&quot;textDecoration&quot;:&quot;none&quot;,&quot;fontStyle&quot;:&quot;normal&quot;,&quot;fontWeight&quot;:700,&quot;fontFamily&quot;:&quot;&#x27;Montserrat&#x27;, sans-serif&quot;,&quot;textTransform&quot;:&quot;none&quot;,&quot;size&quot;:&quot;14px&quot;,&quot;color&quot;:[],&quot;sizeMobile&quot;:&quot;14px&quot;,&quot;sizeTablet&quot;:&quot;14px&quot;,&quot;mobileLineHeight&quot;:1.71,&quot;tabletLineHeight&quot;:1.71,&quot;mobileLetterSpacing&quot;:0,&quot;tabletLetterSpacing&quot;:0}},&quot;theme&quot;:&quot;light&quot;,&quot;background&quot;:{&quot;theme&quot;:&quot;light&quot;,&quot;color&quot;:&quot;rgb(255, 255, 255)&quot;,&quot;type&quot;:&quot;color&quot;,&quot;style&quot;:{&quot;background&quot;:&quot;#ffffff&quot;}},&quot;value&quot;:{&quot;fields&quot;:[{&quot;type&quot;:&quot;text&quot;,&quot;id&quot;:&quot;contactForm_name&quot;,&quot;title&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Your Name&quot;,&quot;required&quot;:true},{&quot;type&quot;:&quot;email&quot;,&quot;id&quot;:&quot;contactForm_email&quot;,&quot;title&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Email&quot;,&quot;required&quot;:true},{&quot;type&quot;:&quot;phone&quot;,&quot;id&quot;:&quot;contactForm_phoneNumber&quot;,&quot;title&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Phone&quot;,&quot;required&quot;:true},{&quot;id&quot;:&quot;0f42f2a9-d1a8-4328-bf36-5f968150a938&quot;,&quot;type&quot;:&quot;dropDown&quot;,&quot;title&quot;:&quot;&quot;,&quot;items&quot;:[{&quot;id&quot;:&quot;a696cca0-b38e-4c4a-9fc8-ad6a0a074050&quot;,&quot;title&quot;:&quot;At my Home&quot;},{&quot;id&quot;:&quot;ac0ba373-8e98-4f54-8ca8-699941e73fa9&quot;,&quot;title&quot;:&quot;At your Office&quot;},{&quot;id&quot;:&quot;26fba9a5-b685-4488-bc18-8b505f5d9611&quot;,&quot;title&quot;:&quot;Video Conference&quot;}],&quot;description&quot;:{&quot;value&quot;:&quot;NEW!&quot;,&quot;active&quot;:false},&quot;placeholder&quot;:&quot;Consultation Format&quot;},{&quot;id&quot;:&quot;9ff7c5ec-0a27-4f66-96f3-e60f0175cf33&quot;,&quot;type&quot;:&quot;textArea&quot;,&quot;title&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Tell us a little about your project...&quot;}],&quot;submitButton&quot;:{&quot;title&quot;:&quot;Send your request&quot;,&quot;type&quot;:&quot;primary&quot;},&quot;className&quot;:&quot;form&quot;,&quot;buttonClassName&quot;:&quot;button button--size-md button--primary form__button&quot;,&quot;_formId&quot;:&quot;HvdWY4r5pHfK6MfTrdpK&quot;,&quot;_token&quot;:&quot;eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ3ZWJzaXRlSWQiOiI1ZTFlNGIwODNkMDI0YjAwMjE2YTQwOTkiLCJmb3JtSWQiOiJIdmRXWTRyNXBIZks2TWZUcmRwSyIsImlhdCI6MTU4MjA1ODQxMX0.effzz0C3HU_4QxWAqHe7ejTlFFkexshwfGPig4UF4iA&quot;,&quot;fieldStyle&quot;:{&quot;preset&quot;:1,&quot;style&quot;:{&quot;borderWidth&quot;:&quot;0px&quot;}},&quot;actionConfig&quot;:{&quot;actions&quot;:{&quot;modal&quot;:{&quot;title&quot;:{&quot;content&quot;:&quot;Thank you!&quot;,&quot;type&quot;:&quot;text&quot;,&quot;tagName&quot;:&quot;p&quot;}}}}},&quot;submitButton&quot;:{&quot;title&quot;:&quot;Send your request&quot;,&quot;type&quot;:&quot;primary&quot;}}" class=""><form class="w-form ui-contact-form ui-contact-form--light" id="form-null"><div class="w-form__field"><input type="text" id="5d808f683185a200267c73ae-contactForm_name" class="w-form__input ui-input ui-input--size-md" placeholder="Your Name" required="" value="" style="border-width:0px;border-color:#024c7c;background-color:rgba(0, 0, 0, 0.12);--w-get-input-background-color:rgba(0, 0, 0, 0.12)"/></div><div class="w-form__field"><input type="email" id="5d808f683185a200267c73ae-contactForm_email" class="w-form__input ui-input ui-input--size-md" placeholder="Email" required="" value="" style="border-width:0px;border-color:#024c7c;background-color:rgba(0, 0, 0, 0.12);--w-get-input-background-color:rgba(0, 0, 0, 0.12)"/></div><div class="w-form__field"><input type="tel" id="5d808f683185a200267c73ae-contactForm_phoneNumber" class="w-form__input ui-input ui-input--size-md" placeholder="Phone" required="" value="" style="border-width:0px;border-color:#024c7c;background-color:rgba(0, 0, 0, 0.12);--w-get-input-background-color:rgba(0, 0, 0, 0.12)"/></div><div class="w-form__field"><div class="w-relative-wrapper"><select id="5d808f683185a200267c73ae-0f42f2a9-d1a8-4328-bf36-5f968150a938" class="w-form__input w-form__input--select ui-input ui-input--size-md" style="border-width:0px;background-color:rgba(0, 0, 0, 0.12);border-color:#024c7c;color:rgba(0, 0, 0, 0.54)"><option selected="" disabled="" hidden="" value="">Consultation Format</option><option value="At my Home">At my Home</option><option value="At your Office">At your Office</option><option value="Video Conference">Video Conference</option></select><span aria-hidden="true" class="w-select-arrow" style="color:rgba(0, 0, 0, 0.54)"><svg viewBox="0 0 14 8"><path d="M7.7 7.7l6-6c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0L7 5.6 1.7.299999c-.4-.4-1-.4-1.4 0-.2.2-.3.4-.3.7C0 1.3.1 1.5.3 1.7l6 6c.2.2.5.3.7.3.3 0 .5-.1.7-.3z"></path></svg></span></div></div><div class="w-form__field"><textarea id="5d808f683185a200267c73ae-9ff7c5ec-0a27-4f66-96f3-e60f0175cf33" placeholder="Tell us a little about your project..." style="border-width:0px;border-color:#024c7c;background-color:rgba(0, 0, 0, 0.12)" class="w-form__input w-form__input--textarea ui-input ui-input--size-md"></textarea></div><input type="text" autoComplete="off" class="honey-field" value=""/><button type="submit" class="w-form-button w-form__button ui-button ui-button--primary-light ui-button--size-md"><span class="w-form-button__border ui-button__border"></span><span class="w-form-button__content"><span class="w-form-button__inner"><span class="w-form-button__text">Send your request</span></span></span></button></form><div style="display:none" data-role="success-message"><div class="w-form-modal w-form-modal--light"><div class="w-form-modal__overlay" data-message-content="w-form-modal__overlay"></div><div class="w-form-modal__content" data-message-content="w-form-modal__content"><article class="w-form-message"><button type="button" class="w-form-message__close-btn" data-test="close-modal-btn" data-role="close"></button><section class="w-form-message__content"><span class="w-form-message__status-ico" role="img" aria-label="message ok"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 32"><g><path d="M18.32 32c-1.51 0-2.93-.62-3.997-1.746-.43-.455-.43-1.19 0-1.645.43-.455 1.128-.455 1.558 0 .653.686 1.52 1.065 2.44 1.065.92 0 1.787-.38 2.438-1.066l19.03-20.077c.652-.687 1.01-1.6 1.01-2.572 0-.97-.358-1.885-1.01-2.572-1.344-1.418-3.532-1.418-4.876 0L24.31 14.573c-.43.454-1.13.454-1.56 0-.43-.454-.43-1.19 0-1.644L33.354 1.743c2.204-2.325 5.79-2.325 7.994 0 2.204 2.325 2.204 6.108 0 8.433l-19.03 20.077C21.25 31.38 19.83 32 18.32 32z"></path><path fill-opacity=".359" d="M24 26.134l-3.295 3.44c-1.82 1.9-4.77 1.9-6.59 0L2.365 17.307c-1.82-1.9-1.82-4.98 0-6.88 1.82-1.9 4.77-1.9 6.59 0L24 26.133z"></path><path d="M18.053 32c-1.592 0-3.088-.645-4.214-1.817L1.742 17.59c-2.324-2.42-2.324-6.354 0-8.773C2.868 7.645 4.365 7 5.957 7c1.592 0 3.088.645 4.213 1.817L25.66 24.94c.453.473.453 1.24 0 1.712l-3.393 3.53C21.142 31.356 19.645 32 18.053 32zM5.957 9.42c-.97 0-1.884.393-2.57 1.108-1.42 1.475-1.42 3.876 0 5.352l12.096 12.592c.686.715 1.6 1.11 2.57 1.11.97 0 1.884-.395 2.57-1.11l2.572-2.676L8.527 10.528c-.686-.715-1.6-1.11-2.57-1.11z"></path></g></svg></span><p class="w-form-message__title text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Thank you!</span></span></p><p class="w-form-message__text text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">We will contact you shortly.</span></span></p><button type="button" class="w-form-message__btn" data-test="modal-btn" data-role="close"><span class="w-form-message__inner-text text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Ok</span></span></span></button></section></article></div></div></div><div style="display:none" data-role="error-message"><div class="w-form-modal w-form-modal--light"><div class="w-form-modal__overlay" data-message-content="w-form-modal__overlay"></div><div class="w-form-modal__content" data-message-content="w-form-modal__content"><article class="w-form-message"><button type="button" class="w-form-message__close-btn" data-test="close-modal-btn" data-role="close"></button><section class="w-form-message__content"><span class="w-form-message__status-ico" role="img" aria-label="message ok"><svg viewBox="0 0 34 34" version="1.1" xmlns="http://www.w3.org/2000/svg"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-298.000000, -149.000000)" fill="#D9534C"><g transform="translate(44.000000, 136.000000)"><g transform="translate(7.000000, 13.000000)"><g transform="translate(247.000000, 0.000000)"><path d="M16.7908408,21.3903124 L17.8543746,22.4173551 L8.63769372,31.634036 C6.90580338,33.3659263 4.09785434,33.3659263 2.36596401,31.634036 C0.634073669,29.9021457 0.634073669,27.0941966 2.36596401,25.3623063 L10.6999804,17.0282899 C10.9886287,16.7396415 11.4566203,16.7396415 11.7452686,17.0282899 C12.033917,17.3169383 12.033917,17.7849298 11.7452686,18.0735782 L3.41125229,26.4075946 C2.25665873,27.5621881 2.25665873,29.4341541 3.41125229,30.5887477 C4.56584585,31.7433413 6.43781187,31.7433413 7.59240543,30.5887477 L16.7908408,21.3903124 Z M21.6688687,16.5122844 L30.5887477,7.59240543 C31.7433413,6.43781187 31.7433413,4.56584585 30.5887477,3.41125229 C29.4341541,2.25665873 27.5621881,2.25665873 26.4075946,3.41125229 L21.3007062,8.51814066 C21.0120578,8.80678905 20.5440663,8.80678905 20.2554179,8.51814066 C19.9667695,8.22949227 19.9667695,7.76150076 20.2554179,7.47285237 L25.3623063,2.36596401 C27.0941966,0.634073669 29.9021457,0.634073669 31.634036,2.36596401 C33.3659263,4.09785434 33.3659263,6.90580338 31.634036,8.63769372 L22.7324026,17.5393271 L21.6688687,16.5122844 Z" id="Combined-Shape" fill-rule="nonzero"></path><path d="M13.0289604,30.6069977 C13.0289604,31.3998259 13.0289604,32.192654 13.0289604,32.9854821 L13.0289604,32.9854821 C13.0289604,35.0265345 14.6835602,36.6811343 16.7246126,36.6811343 L16.7246126,36.6811343 C18.7656649,36.6811343 20.4202647,35.0265345 20.4202647,32.9854821 L20.4202647,0.463742998 C20.4202647,-1.57730934 18.7656649,-3.23190918 16.7246126,-3.23190918 L16.7246126,-3.23190918 C14.6835602,-3.23190918 13.0289604,-1.57730934 13.0289604,0.463742998 L13.0289604,25.4558746 C13.0289604,26.8652445 13.0289604,28.5822856 13.0289604,30.6069977 Z" id="Path-2-Copy-2" stroke="#D9534C" stroke-width="1.47826087" fill-opacity="0.36" stroke-linecap="round" transform="translate(16.724613, 16.724613) rotate(-225.000000) translate(-16.724613, -16.724613) "></path></g></g></g></g></g></svg></span><p class="w-form-message__title text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Can't send form.</span></span></p><p class="w-form-message__text text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Please try again later.</span></span></p><button type="button" class="w-form-message__btn" data-test="modal-btn" data-role="close"><span class="w-form-message__inner-text text_1k0 ui-text w-body" data-component="text"><span class="w-text-block" style="display:block"><span class="w-text-content">Ok</span></span></span></button></section></article></div></div></div></div></div></div></div></div></div></div></section></div></div><div class="w-blocks-group-wrapper blocks-group-wrapper_2QF"><div id="blockId-5e4ede690cc536002127b512" data-block-name="wireframe-series-5-footer" data-block-categories="footer" data-test="block-wrapper" data-anchor="footer-1" class="block-wrapper w-block-wrapper block-wrapper_3Um background_3lr background w-state-has-background"><div style="display:none" id="footer-1"></div><div class="w-block-background background-wrapper_RZ2" aria-hidden="true" data-background--hide="false" data-component="background" data-type="color"><div class="background_2xT" style="background:#f7f7f7" data-role="placeholder" data-selection-container="true"></div></div><footer class="w-section w-section--footer" data-category="footer"><div class="w-section__inner"><div class="w-layout w-layout--gap w-layout--offset columns__4Ii7Y"><div class="w-layout__inner columns__inner__NVhKZ"><div class="w-layout__item columns__item__huJYZ"><div class="logo-wrapper__spOhm w-logo"><a data-component="link" class="w-logo__content footer__logo__2tMdT" href="/"><span class="lqip-wrapper_1nQ" style="width:163.76px;height:163.76px"><img width="164" height="164" alt="logo" class="logo-image_1oy image-logo_3zc" loading="lazy" data-src="//res2.yourwebsite.life/res/5e1e4b083d024b00216a4099/5e3c6f28abef6000211e5adf_optimized_393" data-component="logo"/></span></a></div></div><div class="w-layout__item columns__item__huJYZ"><p class="w-heading--25 text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">About Us</span></span></p><p style="font-size:14px" class="text_1k0 ui-text w-body hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content"><span style="font-size:14px">A family owned and operated architecture and construction firm in Northbrook, IL specializing in both residential and commercial projects since 1988.</span></span></span></p></div><div class="w-layout__item columns__item__huJYZ"><p class="w-heading--25 text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">Contact Us</span></span></p><p class="text_1k0 ui-text w-body hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr" data-replace="true"><span style="display:block" class="w-text-block "><span class="w-text-content">(847) 509-0808</span></span><span style="display:block" class="w-text-block "><span class="w-text-content"><a href="mailto:moc.awelj%40welv" data-action="email" class="ui-link">Click on link to send us an e-mail</a></span></span></p></div><div class="w-layout__item columns__item__huJYZ"><p class="w-heading--25 text_1k0 ui-heading w-heading hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">Visit Us</span></span></p><p class="text_1k0 ui-text w-body hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span style="display:block" class="w-text-block "><span class="w-text-content"><a href="https://www.google.com/maps/place/Jeremy+Lew+%26+Associates/@42.1393252,-87.8544522,15z/data=!4m5!3m4!1s0x0:0xd24ce5344de98f0c!8m2!3d42.1393252!4d-87.8544522" target="_self" data-action="external" class="ui-link">3000 Dundee Road, Suite 320</a></span></span><span style="display:block" class="w-text-block "><span class="w-text-content"><a href="https://www.google.com/maps/place/Jeremy+Lew+%26+Associates/@42.1393252,-87.8544522,15z/data=!4m5!3m4!1s0x0:0xd24ce5344de98f0c!8m2!3d42.1393252!4d-87.8544522" target="_self" data-action="external" class="ui-link">Northbrook, IL 60062</a></span></span></p><div class="w-socials"><div class="social-icons-container_2Id w-socials"><style>.si677d572edc4249b05e918581socials1736267579001:hover {color: #b1521d}</style><ul class="list--horizontal_3J3 hidden_3w8" style="--social-icons-offset:20px" data-animation="fade-in-center_3nb normal_2Pr"><li class="social-icons_27c"><a style="width:37px;height:37px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.facebook.com/jla.architects.builders" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918581socials1736267579001 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M13.6383 25H16.9133V16.0044H19.3702L19.8561 13.1936H16.9133V11.1568C16.9133 10.5002 17.3379 9.8108 17.9447 9.8108H19.6171V7H17.5674V7.0126C14.3604 7.129 13.7014 8.9864 13.6443 10.9374H13.6383V13.1936H12V16.0044H13.6383V25Z"></path></svg><span style="display:none">d8bc9df7-f892-4578-ae7c-09b0298f5f6c</span></a></li><li class="social-icons_27c"><a style="width:37px;height:37px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.instagram.com/jla.architects.builders/?hl=en" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918581socials1736267579001 svgIcon_1J7" viewBox="0 0 32 32"><g><path class="logo_2gS" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path><path class="insta-mask-logo-hover_19f" style="fill:url(#si677d572edc4249b05e918581socials1736267579001f28b7e10-fb1a-4799-ae22-9f92f6760ad6hover)" d="M12.7045454,8 C10.1221593,8 8,10.1193185 8,12.7045454 L8,19.2954545 C8,21.8778407 10.1193185,24 12.7045454,24 L19.2954545,24 C21.8778407,24 24,21.8806822 24,19.2954545 L24,12.7045454 C24,10.1221593 21.8806822,8 19.2954545,8 L12.7045454,8 Z M12.7045454,9.45454545 L19.2954545,9.45454545 C21.0937498,9.45454545 22.5454545,10.9062502 22.5454545,12.7045454 L22.5454545,19.2954545 C22.5454545,21.0937498 21.0937498,22.5454545 19.2954545,22.5454545 L12.7045454,22.5454545 C10.9062502,22.5454545 9.45454545,21.0937498 9.45454545,19.2954545 L9.45454545,12.7045454 C9.45454545,10.9062502 10.9062502,9.45454545 12.7045454,9.45454545 Z M20.2954545,11.0454545 C19.9289774,11.0454545 19.6363636,11.3380684 19.6363636,11.7045454 C19.6363636,12.0710225 19.9289774,12.3636364 20.2954545,12.3636364 C20.6619316,12.3636364 20.9545454,12.0710225 20.9545454,11.7045454 C20.9545454,11.3380684 20.6619316,11.0454545 20.2954545,11.0454545 Z M16,11.6363636 C13.599432,11.6363636 11.6363636,13.599432 11.6363636,16 C11.6363636,18.400568 13.599432,20.3636364 16,20.3636364 C18.400568,20.3636364 20.3636364,18.400568 20.3636364,16 C20.3636364,13.599432 18.400568,11.6363636 16,11.6363636 Z M16,13.0909091 C17.6164771,13.0909091 18.9090909,14.3835229 18.9090909,16 C18.9090909,17.6164771 17.6164771,18.9090909 16,18.9090909 C14.3835229,18.9090909 13.0909091,17.6164771 13.0909091,16 C13.0909091,14.3835229 14.3835229,13.0909091 16,13.0909091 Z"></path></g></svg><span style="display:none">f28b7e10-fb1a-4799-ae22-9f92f6760ad6</span></a></li><li class="social-icons_27c"><a style="width:37px;height:37px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.pinterest.com/Jlaarchitectsbuilders/" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918581socials1736267579001 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M10,13.7403846 C10,13.0480735 10.1201911,12.3958364 10.3605769,11.7836538 C10.6009627,11.1714713 10.9326902,10.6378228 11.3557692,10.1826923 C11.7788483,9.72756183 12.2660229,9.333335 12.8173077,9 C13.3685925,8.666665 13.9615353,8.4166675 14.5961538,8.25 C15.2307724,8.0833325 15.8782018,8 16.5384615,8 C17.5512871,8 18.4935854,8.21313889 19.3653846,8.63942308 C20.2371838,9.06570726 20.9455101,9.68589337 21.4903846,10.5 C22.0352591,11.3141066 22.3076923,12.2339692 22.3076923,13.2596154 C22.3076923,13.8750031 22.2467955,14.4775612 22.125,15.0673077 C22.0032045,15.6570542 21.8108987,16.2243562 21.5480769,16.7692308 C21.2852551,17.3141053 20.9647455,17.7932672 20.5865385,18.2067308 C20.2083314,18.6201944 19.7435925,18.9503193 19.1923077,19.1971154 C18.6410229,19.4439115 18.0352597,19.5673077 17.375,19.5673077 C16.9391004,19.5673077 16.5064124,19.4647446 16.0769231,19.2596154 C15.6474337,19.0544862 15.3397445,18.7724377 15.1538462,18.4134615 C15.0897433,18.6634628 15.0000006,19.0240361 14.8846154,19.4951923 C14.7692302,19.9663485 14.6939104,20.2708326 14.6586538,20.4086538 C14.6233973,20.546475 14.5576928,20.7740369 14.4615385,21.0913462 C14.3653841,21.4086554 14.2820516,21.6362173 14.2115385,21.7740385 C14.1410253,21.9118597 14.0384622,22.1121782 13.9038462,22.375 C13.7692301,22.6378218 13.6217957,22.8862168 13.4615385,23.1201923 C13.3012813,23.3541678 13.1025653,23.6314087 12.8653846,23.9519231 L12.7307692,24 L12.6442308,23.9038462 C12.5480764,22.8974309 12.5,22.2948728 12.5,22.0961538 C12.5,21.5064073 12.5689096,20.844555 12.7067308,20.1105769 C12.844552,19.3765989 13.0576909,18.4551338 13.3461538,17.3461538 C13.6346168,16.2371739 13.8012818,15.5865394 13.8461538,15.3942308 C13.6410246,14.977562 13.5384615,14.4359008 13.5384615,13.7692308 C13.5384615,13.2371768 13.7051265,12.7371818 14.0384615,12.2692308 C14.3717965,11.8012797 14.7948692,11.5673077 15.3076923,11.5673077 C15.6987199,11.5673077 16.003204,11.6971141 16.2211538,11.9567308 C16.4391037,12.2163475 16.5480769,12.5448698 16.5480769,12.9423077 C16.5480769,13.3653867 16.4070527,13.9775601 16.125,14.7788462 C15.8429473,15.5801322 15.7019231,16.1794852 15.7019231,16.5769231 C15.7019231,16.9807713 15.8461524,17.3157038 16.1346154,17.5817308 C16.4230784,17.8477577 16.7724338,17.9807692 17.1826923,17.9807692 C17.5352582,17.9807692 17.862178,17.9006418 18.1634615,17.7403846 C18.4647451,17.5801274 18.7163451,17.3621809 18.9182692,17.0865385 C19.1201933,16.8108961 19.2996787,16.5064119 19.4567308,16.1730769 C19.6137828,15.8397419 19.7355765,15.4855788 19.8221154,15.1105769 C19.9086543,14.735575 19.9727562,14.3798094 20.0144231,14.0432692 C20.05609,13.7067291 20.0769231,13.387822 20.0769231,13.0865385 C20.0769231,11.9775586 19.725965,11.1137851 19.0240385,10.4951923 C18.3221119,9.87659947 17.4070569,9.56730769 16.2788462,9.56730769 C14.9967885,9.56730769 13.9262863,9.98236764 13.0673077,10.8125 C12.208329,11.6426324 11.7788462,12.6955064 11.7788462,13.9711538 C11.7788462,14.2532065 11.8189099,14.5256397 11.8990385,14.7884615 C11.9791671,15.0512834 12.0657047,15.2596146 12.1586538,15.4134615 C12.251603,15.5673085 12.3381406,15.7131403 12.4182692,15.8509615 C12.4983978,15.9887827 12.5384615,16.0865382 12.5384615,16.1442308 C12.5384615,16.3237188 12.4903851,16.5576909 12.3942308,16.8461538 C12.2980764,17.1346168 12.1794879,17.2788462 12.0384615,17.2788462 C12.025641,17.2788462 11.9711543,17.2692309 11.875,17.25 C11.5480753,17.1538457 11.2580141,16.9743603 11.0048077,16.7115385 C10.7516013,16.4487166 10.5560904,16.145835 10.4182692,15.8028846 C10.280448,15.4599342 10.1762824,15.1137838 10.1057692,14.7644231 C10.0352561,14.4150624 10,14.0737196 10,13.7403846 Z"></path></svg><span style="display:none">d3fa4095-ad95-493f-a834-5811287500f3</span></a></li><li class="social-icons_27c"><a style="width:37px;height:37px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.linkedin.com/company/36112515/admin/" class="social-icons__icon_3m8"><svg class="si677d572edc4249b05e918581socials1736267579001 svgIcon_1J7" viewBox="0 0 32 32"><path class="logo_2gS" d="M9.97232285,11.5995823 C8.88258153,11.5995823 8,10.7947111 8,9.80075848 C8,8.8059265 8.88258153,8 9.97232285,8 C11.0610099,8 11.9435914,8.8059265 11.9435914,9.80075848 C11.9435914,10.7947111 11.0610099,11.5995823 9.97232285,11.5995823 Z M8.4518207,23.1711013 L8.4518207,12.9700277 L11.9888237,12.9700277 L11.9888237,23.1711013 L8.4518207,23.1711013 Z M16.9530531,17.4974678 L16.9530531,23.0408069 L13.4218484,23.0408069 L13.4218484,12.8397333 L16.9530531,12.8397333 L16.9530531,14.2130799 C17.8821971,13.0133365 18.6895756,12.518207 20.1533994,12.518207 C21.6184531,12.518207 24,13.2127953 24,17.2417242 L24,23.0408069 L20.4788107,23.0408069 L20.4788107,17.4695014 C20.4788107,16.3276256 20.1533994,15.1836392 18.8299664,15.1836392 C17.5065334,15.1836392 16.9530531,16.3276256 16.9530531,17.4974678 Z"></path></svg><span style="display:none">51acae55-fac9-4577-a13b-3305e8594819</span></a></li><li class="social-icons_27c"><a style="width:37px;height:37px;color:#000000" rel="noopener noreferrer" target="_blank" href="https://www.houzz.com/pro/robertlew/__public" class="social-icons__icon_3m8 social-icons__icon--custom_u8z">
                    <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 172.34 301.02"><defs><style>.cls-1{fill:#9ac641;}.cls-2{fill:#010101;}.cls-3{fill:#fff;}</style></defs><title>Artboard 1houzz-color</title><polygon class="cls-1" points="86.22 301.02 172.34 250.03 172.34 150.88 86.22 201.87 86.22 301.02"/><polygon class="cls-1" points="86.22 102.13 172.34 150.88 172.34 51.14 86.22 102.13"/><polygon class="cls-2" points="86.22 102.13 86.22 201.87 172.34 150.88 86.22 102.13"/><polygon class="cls-1" points="0 153.29 0 253.02 86.12 202.04 0 153.29"/><polygon class="cls-1" points="86.12 0 0 50.99 0 153.29 86.12 102.3 86.12 0"/><polygon class="cls-3" points="86.12 102.3 0 153.29 86.12 202.04 86.12 102.3"/></svg>
                    <span style="display: none;">93392bfb-885a-46c2-b8c3-adb7bfd55232</span>
                  </a></li></ul></div></div></div></div></div><div class="w-section__footer w-layout w-layout--gap w-text-center layout__24eNi"><div class="w-layout__inner w-disable-offset--md w-disable-offset--lg w-disable-offset--xl layout__inner__D4Hpq"><p class="w-layout__item w-text-md-left layout__item__2-Xra text_1k0 ui-caption w-caption hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">© 2024 Created by Jeremy Lew and Associates</span></span></p><p class="w-layout__item w-text-md-right layout__item__2-Xra text_1k0 ui-caption w-caption hidden_3w8" data-component="text" data-animation="fade-in-center_3nb normal_2Pr"><span class="w-text-block" style="display:block"><span class="w-text-content">All rights Reserved</span></span></p></div></div></div></footer></div></div></div></div>

  
<!--CONTENT_PLACEHOLDER-->  
  
<script src="/common/core.min.js"></script>
<script>
window.WEBLIUM_DOMAIN = 'weblium.com'
window.STRUCTURE_DOMAIN = 'draftium.com'
window.webpackManifest = {"0":"/components/template-engine.js","1":"/components/attach-parallax.js","3":"/components/contact-form.js","4":"/components/contact-form/ssr.js","5":"/components/ecommerce-new-shopping-cart.js","6":"/components/ecommerce-old-shopping-cart.js","7":"/components/ecommerce-product-media.js","8":"/components/editor/components/block-components/ecommerce/shopping-cart-next-view/style.css.js","9":"/components/hammerjs.js","10":"/components/legacy.js","12":"/components/map/ssr.js","13":"/components/player.js","14":"/components/process-product.js","15":"/components/react-dom.js","16":"/components/react-image-lightbox.js","17":"/components/render-slider.js","18":"/components/slick.js","19":"/components/slider.js","20":"/components/slider/ssr.js","21":"/components/social-icons/ssr.js"};
window.slugId = "5c2dfa623dbc4a0023e12261";
window.bucketUrl = '//res2.yourwebsite.life';
window.render_relative_resource = 'false'
window.websiteId = "5e1e4b083d024b00216a4099";
window.renderId = "677d572ddc4249b05e91853f"
function __script(url) {return new Promise(function(resolve, reject){
  var script = document.createElement('script');script.src = url;script.onload = resolve;script.onerror = reject;
  document.scripts[0].parentNode.appendChild(script)
})}
window.initialLoading=function(){
  return window.initialLoading.promise = window.initialLoading.promise || Promise.all([
    __script("/site/677d572ddc4249b05e91853f/initial.js"),
    __script("/site/677d572ddc4249b05e91853f/page-5c2dfa623dbc4a0023e12261.js")
  ])
}
window.pageApps = [{"key":"social-icons.SocialIcons","anchorId":"5bd86f26fdb459002364923c"},{"key":"blog.BlogFeed","anchorId":"5ff4af7aac8d2e002175d5e1"},{"key":"contact-form.ContactForm","anchorId":"5d808f683185a200267c73ae"}];
window.appsComponents = {"blog.BlogFeed":{"ssr":{"style":"https://wl-apps.yourwebsite.life/blog/1.0.13/components/BlogFeed/ssr.css","js":"https://wl-apps.yourwebsite.life/blog/1.0.13/components/BlogFeed/ssr.js"},"view":{"js":"https://wl-apps.yourwebsite.life/blog/1.0.13/components/BlogFeed/view.js"},"appId":"blog"},"social-icons.FollowUs":{"ssr":{"style":"https://wl-apps.yourwebsite.life/social-icons/1.0.49/components/FollowUs/ssr.css","js":"https://wl-apps.yourwebsite.life/social-icons/1.0.49/components/FollowUs/ssr.js"},"useStore":true,"appId":"social-icons"},"social-icons.SocialIcons":{"ssr":{"style":"https://wl-apps.yourwebsite.life/social-icons/1.0.49/components/SocialIcons/ssr.css","js":"https://wl-apps.yourwebsite.life/social-icons/1.0.49/components/SocialIcons/ssr.js"},"useStore":true,"appId":"social-icons"},"contact-form.ContactForm":{"ssr":{"style":"https://wl-apps.yourwebsite.life/contact-form/2.1.593/components/ContactForm/ssr.css","js":"https://wl-apps.yourwebsite.life/contact-form/2.1.593/components/ContactForm/ssr.js"},"view":{"js":"https://wl-apps.yourwebsite.life/contact-form/2.1.593/components/ContactForm/view.js"},"appId":"contact-form"}};
window.apps = [{"_id":"5e1e4b083d024b00216a40ec","website":"5e1e4b083d024b00216a4099","application":"analytics"},{"_id":"5e3605e1bde3b40021e9a4e0","website":"5e1e4b083d024b00216a4099","application":"blog","api":{"src":"https://blog-api.getblog.app/notify","route":"https://blog-api.getblog.app/static/post"}},{"_id":"5e4d189717b3070045d941a0","website":"5e1e4b083d024b00216a4099","application":"chat"},{"_id":"5e1e4b083d024b00216a409b","website":"5e1e4b083d024b00216a4099","application":"contact-form","api":{"src":"https://us-central1-weblium-contact-form-app.cloudfunctions.net/app/notify"}},{"_id":"5e1e4b083d024b00216a40ef","website":"5e1e4b083d024b00216a4099","application":"custom-code"},{"_id":"5ff35094b39cb60022c4bbd7","website":"5e1e4b083d024b00216a4099","application":"ecommerce","api":{"src":"https://api.getecom.app/notify","route":"https://api.getecom.app/static"}},{"_id":"5ee0e57430827f00a746419a","website":"5e1e4b083d024b00216a4099","application":"integrations"},{"_id":"5e1e4b083d024b00216a409c","website":"5e1e4b083d024b00216a4099","application":"social-icons"}]
window.popupsInfo = {"5dd28db5f6846c0021674552":{"id":"5dd28db5f6846c0021674552","settings":{"animation":{"type":"fadeIn"}},"sortOrder":2,"roles":["constructor","disable_reroll","popup","absolute_positioning"]},"608816e3ad820d002168fc01":{"id":"608816e3ad820d002168fc01","settings":{"width":"sm","header":{"enabled":true,"color":"rgb(247, 248, 250)"}},"sortOrder":0,"roles":["@app:ecommerce","constructor","disable_reroll","popup","shopping-cart","shopping-cart-next","template"]}}
window.appsContent = {"custom-code":{"head":"\u003C!-- Global site tag (gtag.js) - Google Analytics --\u003E\n\u003Cscript async src=\"https://www.googletagmanager.com/gtag/js?id=UA-160235179-1\"\u003E\n\u003C/script\u003E\n\u003Cscript\u003E\n  window.dataLayer = window.dataLayer || [];\n  function gtag(){dataLayer.push(arguments);}\n  gtag('js', new Date());\n\u003Cmeta name=\"p:domain_verify\" content=\"cb7431854b7d1ea2ca7b0cdf0bcc72c5\"/\u003E\n  gtag('config', 'UA-160235179-1');\n\u003C/script\u003E\ngoogle-site-verification=N3vUlnXdaz2TBGiOLOTFQs1mDLnLxCtMjm4442ZYlnc","afterBody":"\u003C!-- Messenger Chat Plugin Code --\u003E\n    \u003Cdiv id=\"fb-root\"\u003E\u003C/div\u003E\n      \u003Cscript\u003E\n        window.fbAsyncInit = function() {\n          FB.init({\n            xfbml            : true,\n            version          : 'v10.0'\n          });\n        };\n\n        (function(d, s, id) {\n          var js, fjs = d.getElementsByTagName(s)[0];\n          if (d.getElementById(id)) return;\n          js = d.createElement(s); js.id = id;\n          js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';\n          fjs.parentNode.insertBefore(js, fjs);\n        }(document, 'script', 'facebook-jssdk'));\n      \u003C/script\u003E\n\n      \u003C!-- Your Chat Plugin code --\u003E\n      \u003Cdiv class=\"fb-customerchat\"\n        attribution=\"page_inbox\"\n        page_id=\"1467142196898461\"\u003E\n      \u003C/div\u003E"},"social-icons":{"links":[{"id":"d8bc9df7-f892-4578-ae7c-09b0298f5f6c","type":"facebook","url":"https://www.facebook.com/jla.architects.builders"},{"id":"f28b7e10-fb1a-4799-ae22-9f92f6760ad6","type":"instagram","url":"https://www.instagram.com/jla.architects.builders/?hl=en"},{"id":"d3fa4095-ad95-493f-a834-5811287500f3","type":"pinterest","url":"https://www.pinterest.com/Jlaarchitectsbuilders/"},{"id":"387143d7-d7ae-4a74-bed0-a083d3ebbdc5","type":"twitter","url":"https://twitter.com/JlaAssociates"},{"id":"51acae55-fac9-4577-a13b-3305e8594819","type":"linkedin","url":"https://www.linkedin.com/company/36112515/admin/"},{"id":"93392bfb-885a-46c2-b8c3-adb7bfd55232","type":"4c1c5eb3-2ce0-4328-932d-9025dd7d2016","url":"https://www.houzz.com/pro/robertlew/__public"},{"id":"dc926a23-6bd0-4ea0-8a86-1d8a6f4b1ed3","type":"email","url":"[email protected]"}],"types":{"f0f7091d-9fd1-4413-a89f-48e55216074c":{"svg":"\u003Csvg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 172.34 301.02\"\u003E\u003Cdefs\u003E\u003Cstyle\u003E.cls-1{fill:#9ac641;}.cls-2{fill:#010101;}.cls-3{fill:#fff;}\u003C/style\u003E\u003C/defs\u003E\u003Ctitle\u003EArtboard 1houzz-color\u003C/title\u003E\u003Cpolygon class=\"cls-1\" points=\"86.22 301.02 172.34 250.03 172.34 150.88 86.22 201.87 86.22 301.02\"/\u003E\u003Cpolygon class=\"cls-1\" points=\"86.22 102.13 172.34 150.88 172.34 51.14 86.22 102.13\"/\u003E\u003Cpolygon class=\"cls-2\" points=\"86.22 102.13 86.22 201.87 172.34 150.88 86.22 102.13\"/\u003E\u003Cpolygon class=\"cls-1\" points=\"0 153.29 0 253.02 86.12 202.04 0 153.29\"/\u003E\u003Cpolygon class=\"cls-1\" points=\"86.12 0 0 50.99 0 153.29 86.12 102.3 86.12 0\"/\u003E\u003Cpolygon class=\"cls-3\" points=\"86.12 102.3 0 153.29 86.12 202.04 86.12 102.3\"/\u003E\u003C/svg\u003E","name":""},"f52158dd-6c5c-4f17-8bf0-2b9e7f761d91":{"svg":"\u003Csvg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 172.34 301.02\"\u003E\u003Cdefs\u003E\u003Cstyle\u003E.cls-1{fill:#231f20;}\u003C/style\u003E\u003C/defs\u003E\u003Ctitle\u003EArtboard 1houzz\u003C/title\u003E\u003Cpolygon class=\"cls-1\" points=\"86.22 301.02 172.34 250.03 172.34 150.88 86.22 201.87 86.22 301.02\"/\u003E\u003Cpolygon class=\"cls-1\" points=\"86.22 102.13 172.34 150.88 172.34 51.14 86.22 102.13\"/\u003E\u003Cpolygon class=\"cls-1\" points=\"0 153.29 0 253.02 86.12 202.04 0 153.29\"/\u003E\u003Cpolygon class=\"cls-1\" points=\"86.12 0 0 50.99 0 153.29 86.12 102.3 86.12 0\"/\u003E\u003C/svg\u003E","name":""},"4c1c5eb3-2ce0-4328-932d-9025dd7d2016":{"svg":"\u003Csvg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 172.34 301.02\"\u003E\u003Cdefs\u003E\u003Cstyle\u003E.cls-1{fill:#9ac641;}.cls-2{fill:#010101;}.cls-3{fill:#fff;}\u003C/style\u003E\u003C/defs\u003E\u003Ctitle\u003EArtboard 1houzz-color\u003C/title\u003E\u003Cpolygon class=\"cls-1\" points=\"86.22 301.02 172.34 250.03 172.34 150.88 86.22 201.87 86.22 301.02\"/\u003E\u003Cpolygon class=\"cls-1\" points=\"86.22 102.13 172.34 150.88 172.34 51.14 86.22 102.13\"/\u003E\u003Cpolygon class=\"cls-2\" points=\"86.22 102.13 86.22 201.87 172.34 150.88 86.22 102.13\"/\u003E\u003Cpolygon class=\"cls-1\" points=\"0 153.29 0 253.02 86.12 202.04 0 153.29\"/\u003E\u003Cpolygon class=\"cls-1\" points=\"86.12 0 0 50.99 0 153.29 86.12 102.3 86.12 0\"/\u003E\u003Cpolygon class=\"cls-3\" points=\"86.12 102.3 0 153.29 86.12 202.04 86.12 102.3\"/\u003E\u003C/svg\u003E","name":""}}}};

!function(e){function t(t){for(var n,o,s=t[0],i=t[1],l=t[2],p=0,d=[];p<s.length;p++)o=s[p],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&d.push(a[o][0]),a[o]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(u&&u(t);d.length;)d.shift()();return c.push.apply(c,l||[]),r()}function r(){for(var e,t=0;t<c.length;t++){for(var r=c[t],n=!0,o=1;o<r.length;o++){var i=r[o];0!==a[i]&&(n=!1)}n&&(c.splice(t--,1),e=s(s.s=r[0]))}return e}var n={},o={11:0},a={11:0},c=[];function s(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,s),r.l=!0,r.exports}s.e=function(e){var t=[],r=function(){try{return document.createElement("link").relList.supports("preload")}catch(e){return!1}}(),n=!1;o[e]?t.push(o[e]):0!==o[e]&&{3:0,4:0,5:0,6:0,7:0,8:0,"00":0,"02":0,"03":0,"07":0,"09":0,20:0}[e]&&t.push(o[e]=new Promise(function(t,a){for(var c=({0:"template-engine",1:"attach-parallax",3:"contact-form",4:"contact-form/ssr",5:"ecommerce-new-shopping-cart",6:"ecommerce-old-shopping-cart",7:"ecommerce-product-media",8:"editor/components/block-components/ecommerce/shopping-cart-next-view/style.css",9:"hammerjs",10:"legacy",12:"map/ssr",13:"player",14:"process-product",15:"react-dom",16:"react-image-lightbox",17:"render-slider",18:"slick",19:"slider",20:"slider/ssr",21:"social-icons/ssr"}[e]||e)+".css",i=s.p+c,l=document.getElementsByTagName("link"),p=0;p<l.length;p++){var u=(m=l[p]).getAttribute("data-href")||m.getAttribute("href");if(!("stylesheet"!==m.rel&&"preload"!==m.rel||u!==c&&u!==i))return n=!0,t()}var d=document.getElementsByTagName("style");for(p=0;p<d.length;p++){var m;if((u=(m=d[p]).getAttribute("data-href"))===c||u===i)return t()}var f=document.createElement("link");f.rel=r?"preload":"stylesheet",r?f.as="style":f.type="text/css",f.onload=t,f.onerror=function(t){var r=t&&t.target&&t.target.src||i,n=new Error("Loading CSS chunk "+e+" failed.\n("+r+")");n.code="CSS_CHUNK_LOAD_FAILED",n.request=r,delete o[e],f.parentNode.removeChild(f),a(n)},f.href=i,document.getElementsByTagName("head")[0].appendChild(f)}).then(function(){if(o[e]=0,!n&&r){var t=document.createElement("link");t.href=s.p+""+({0:"template-engine",1:"attach-parallax",3:"contact-form",4:"contact-form/ssr",5:"ecommerce-new-shopping-cart",6:"ecommerce-old-shopping-cart",7:"ecommerce-product-media",8:"editor/components/block-components/ecommerce/shopping-cart-next-view/style.css",9:"hammerjs",10:"legacy",12:"map/ssr",13:"player",14:"process-product",15:"react-dom",16:"react-image-lightbox",17:"render-slider",18:"slick",19:"slider",20:"slider/ssr",21:"social-icons/ssr"}[e]||e)+".css",t.rel="stylesheet",t.type="text/css",document.body.appendChild(t)}}));var c=a[e];if(0!==c)if(c)t.push(c[2]);else{var i=new Promise(function(t,r){c=a[e]=[t,r]});t.push(c[2]=i);var l,p=document.createElement("script");p.charset="utf-8",p.timeout=120,s.nc&&p.setAttribute("nonce",s.nc),p.src=s.p+window.webpackManifest[e]+"?1736263379944";var u=new Error;l=function(t){p.onerror=p.onload=null,clearTimeout(d);var r=a[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;u.message="Loading chunk "+e+" failed.\n("+n+": "+o+")",u.name="ChunkLoadError",u.type=n,u.request=o,r[1](u)}a[e]=void 0}};var d=setTimeout(function(){l({type:"timeout",target:p})},12e4);p.onerror=p.onload=l,document.head.appendChild(p)}return Promise.all(t)},s.m=e,s.c=n,s.d=function(e,t,r){s.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},s.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s.t=function(e,t){if(1&t&&(e=s(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(s.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)s.d(r,n,function(t){return e[t]}.bind(null,n));return r},s.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return s.d(t,"a",t),t},s.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},s.p="",s.oe=function(e){throw console.error(e),e};var i=window.webpackJsonp=window.webpackJsonp||[],l=i.push.bind(i);i.push=t,i=i.slice();for(var p=0;p<i.length;p++)t(i[p]);var u=l;r()}([]);
window.swPromise.then(function() {
  fetch("/.sw_/_host_/_replacer_?" + Date.now()).then(function(res) {return res.json()}).then(function(replacer) {
    if(!Object.keys(replacer).length) return
    var replacing, Observer = window.MutationObserver || window.WebKitMutationObserver
    function replace(node) {
      if(node === document.documentElement || !node.attributes) return
      try {
        function r(node) {
          for(var i  = node.attributes.length - 1; i >= 0; i--) {
            var o = node.attributes[i].value
            var n = o
            replacing = true
            for(var key in replacer)
              n = n.replaceAll ? n.replaceAll("//" + key, "//" + replacer[key])
                : n.replace(new RegExp("\\/\\/" + key.replace(/\./g, "\\."), "g"), "//" + replacer[key])
            replacing = false
            if(o != n) node.setAttribute(node.attributes[i].name, n)
          }
          for(var i = node.childNodes.length-1; i >= 0; i--) r(node.childNodes[i])
        }
        r(node)
      } catch(e) {e}
    }
    replace(document.body)
    if(Observer) {
      window.__replacer__ = new Observer(function(mutationRecords) {
        replacing || setTimeout(function() {mutationRecords.forEach(function(data) {replace(data.target)})}, 100)
      })
      window.__replacer__.observe(document.documentElement, {subtree: true, childList: true, attributes: true})
    }
  }).catch(function(error) {window.console.error(error)})
    .then(function() {return Promise.all([
      __script("/site/677d572ddc4249b05e91853f/view-5c2dfa623dbc4a0023e12261.js"),
      __script("/site/677d572ddc4249b05e91853f/main.js")
    ])})
    .then(function() {
      __script("https://wl-apps.yourwebsite.life/blog/1.0.13/components/BlogFeed/view.js")
__script("https://wl-apps.yourwebsite.life/contact-form/2.1.593/components/ContactForm/view.js")

    })
})
</script>




<google-site-verification=N3vUlnXdaz2TBGiOLOTFQs1mDLnLxCtMjm4442ZYlnc>

    <script>window.API_URL = "https://api.sites.templatemonster.com"</script>
    <script defer src="/editor/static/site-stat.js"></script>
</body>
</html>

                               

Whois info of domain

Domain Name: JLEWA.COM
Registry Domain ID: 797293761_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.networksolutions.com
Registrar URL: http://networksolutions.com
Updated Date: 2024-12-07T08:21:03Z
Creation Date: 2007-02-05T21:13:37Z
Registry Expiry Date: 2026-02-05T21:13:37Z
Registrar: Network Solutions, LLC
Registrar IANA ID: 2
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.8777228662
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS57.WORLDNIC.COM
Name Server: NS58.WORLDNIC.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-11T11:24:55Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass