function registerLazyObserver(){"IntersectionObserver"in window&&setTimeout(function(){var n=new IntersectionObserver(function(t){t.forEach(function(t){if(t.isIntersecting){var i=t.target.querySelectorAll(".lazy");Array.prototype.slice.call(i).forEach(function(n){n.classList.remove("lazy")});n.unobserve(t.target)}})});document.querySelectorAll(".lazy-container").forEach(function(t){t&&n.observe(t)})},1e3)}document.readyState!=="loading"?registerLazyObserver():document.addEventListener("DOMContentLoaded",registerLazyObserver),function(){["https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"].forEach(function(n){var t=document.createElement("link");t.href=n;t.rel="stylesheet";t.type="text/css";document.getElementsByTagName("head")[0].appendChild(t)})}()