{"id":77,"date":"2026-01-28T18:53:11","date_gmt":"2026-01-28T18:53:11","guid":{"rendered":"https:\/\/zohf.me\/dg2\/?page_id=77"},"modified":"2026-03-02T19:23:32","modified_gmt":"2026-03-02T19:23:32","slug":"home","status":"publish","type":"page","link":"https:\/\/zohf.me\/dg2\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"77\" class=\"elementor elementor-77\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1507ee1 e-con-full home-slider e-flex e-con e-parent\" data-id=\"1507ee1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:579,&quot;url&quot;:&quot;https:\\\/\\\/zohf.me\\\/dg2\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Home-9-scaled.webp&quot;},{&quot;id&quot;:565,&quot;url&quot;:&quot;https:\\\/\\\/zohf.me\\\/dg2\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Home-1.webp&quot;},{&quot;id&quot;:566,&quot;url&quot;:&quot;https:\\\/\\\/zohf.me\\\/dg2\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/HOME-1a-scaled.webp&quot;},{&quot;id&quot;:1018,&quot;url&quot;:&quot;https:\\\/\\\/zohf.me\\\/dg2\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/HOME-1b-scaled.jpg&quot;},{&quot;id&quot;:567,&quot;url&quot;:&quot;https:\\\/\\\/zohf.me\\\/dg2\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Home-2-scaled.webp&quot;},{&quot;id&quot;:568,&quot;url&quot;:&quot;https:\\\/\\\/zohf.me\\\/dg2\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Home-4-scaled.webp&quot;},{&quot;id&quot;:569,&quot;url&quot;:&quot;https:\\\/\\\/zohf.me\\\/dg2\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Home-5-scaled.webp&quot;},{&quot;id&quot;:572,&quot;url&quot;:&quot;https:\\\/\\\/zohf.me\\\/dg2\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Home-6a-scaled.webp&quot;},{&quot;id&quot;:573,&quot;url&quot;:&quot;https:\\\/\\\/zohf.me\\\/dg2\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Home-7-scaled.webp&quot;},{&quot;id&quot;:574,&quot;url&quot;:&quot;https:\\\/\\\/zohf.me\\\/dg2\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/HOME-7a-scaled.webp&quot;},{&quot;id&quot;:575,&quot;url&quot;:&quot;https:\\\/\\\/zohf.me\\\/dg2\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/HOME-7b.webp&quot;},{&quot;id&quot;:1014,&quot;url&quot;:&quot;https:\\\/\\\/zohf.me\\\/dg2\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/HOME-8a-scaled.jpg&quot;},{&quot;id&quot;:1013,&quot;url&quot;:&quot;https:\\\/\\\/zohf.me\\\/dg2\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Home-8b-scaled.jpg&quot;}],&quot;background_slideshow_transition_duration&quot;:2500,&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-51ba582 e-con-full e-flex e-con e-child\" data-id=\"51ba582\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99dd0e9 elementor-widget elementor-widget-image\" data-id=\"99dd0e9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"2000\" height=\"602\" src=\"https:\/\/zohf.me\/dg2\/wp-content\/uploads\/2026\/02\/dg_animation_final_final_final.gif\" class=\"attachment-full size-full wp-image-138\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac49d52 elementor-widget elementor-widget-html\" data-id=\"ac49d52\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function () {\n\n  function initFakeDots() {\n\n    const root = document.querySelector('.home-slider');\n    if (!root) return;\n\n    const swiperEl = root.querySelector('.elementor-background-slideshow');\n    if (!swiperEl || !swiperEl.swiper) return false;\n\n    const swiper = swiperEl.swiper;\n\n    \/\/ Prevent double init\n    if (root.dataset.dotsInitialized) return true;\n    root.dataset.dotsInitialized = \"true\";\n\n    const slideCount = swiper.slides.length - (swiper.loopedSlides * 2);\n\n    let dotsWrap = root.querySelector('.fake-swiper-pagination');\n    if (!dotsWrap) {\n      dotsWrap = document.createElement('div');\n      dotsWrap.className = 'fake-swiper-pagination';\n      root.appendChild(dotsWrap);\n    }\n\n    dotsWrap.innerHTML = '';\n\n    for (let i = 0; i < slideCount; i++) {\n      const dot = document.createElement('button');\n      dot.className = 'fake-dot';\n      dot.type = 'button';\n\n      dot.addEventListener('click', function () {\n        swiper.slideToLoop(i);\n\n        \/\/ Keep autoplay running\n        if (swiper.autoplay) {\n          swiper.autoplay.start();\n        }\n      });\n\n      dotsWrap.appendChild(dot);\n    }\n\n    const dots = dotsWrap.querySelectorAll('.fake-dot');\n\n    function updateDots() {\n      dots.forEach(d => d.classList.remove('is-active'));\n      dots[swiper.realIndex]?.classList.add('is-active');\n    }\n\n    updateDots();\n    swiper.on('slideChange', updateDots);\n\n    return true;\n  }\n\n  \/\/ \ud83d\udd25 Poll until Swiper is attached\n  const interval = setInterval(function () {\n    if (initFakeDots()) {\n      clearInterval(interval);\n    }\n  }, 150);\n\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-77","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/zohf.me\/dg2\/wp-json\/wp\/v2\/pages\/77","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zohf.me\/dg2\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zohf.me\/dg2\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zohf.me\/dg2\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zohf.me\/dg2\/wp-json\/wp\/v2\/comments?post=77"}],"version-history":[{"count":157,"href":"https:\/\/zohf.me\/dg2\/wp-json\/wp\/v2\/pages\/77\/revisions"}],"predecessor-version":[{"id":1021,"href":"https:\/\/zohf.me\/dg2\/wp-json\/wp\/v2\/pages\/77\/revisions\/1021"}],"wp:attachment":[{"href":"https:\/\/zohf.me\/dg2\/wp-json\/wp\/v2\/media?parent=77"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}