{"id":100772,"date":"2025-11-27T15:02:21","date_gmt":"2025-11-27T14:02:21","guid":{"rendered":"https:\/\/devstaging.humanfilm.no\/program\/"},"modified":"2026-02-16T11:51:31","modified_gmt":"2026-02-16T10:51:31","slug":"all-films","status":"publish","type":"page","link":"https:\/\/humanfilm.no\/en\/all-films\/","title":{"rendered":"All Films"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section human-scope-programnav\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"ps-program-nav\">  <div class=\"ps-program-nav__buttons\" aria-label=\"Programnavigasjon\"><a class=\"psp-btn\" href=\"https:\/\/humanfilm.no\/en\/program\/\">Program<\/a><a class=\"psp-btn\" href=\"https:\/\/humanfilm.no\/en\/alle-filmer-alfabetisk\/\">All films<\/a><a class=\"psp-btn\" href=\"https:\/\/humanfilm.no\/en\/human-live\/\">HUMAN Live<\/a><a class=\"psp-btn\" href=\"https:\/\/humanfilm.no\/en\/calendar\/\">Calendar<\/a><\/div>  <div class=\"ps-program-nav__dropdown\" aria-label=\"Programnavigasjon\"><label class=\"ps-program-nav__label\" for=\"ps-program-nav-select\" style=\"position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;\">Velg visning<\/label><select class=\"ps-program-nav__select\" id=\"ps-program-nav-select\" aria-label=\"Velg visning\"><option value=\"https:\/\/humanfilm.no\/en\/program\/\">Program<\/option><option value=\"https:\/\/humanfilm.no\/en\/alle-filmer-alfabetisk\/\">All films<\/option><option value=\"https:\/\/humanfilm.no\/en\/human-live\/\">HUMAN Live<\/option><option value=\"https:\/\/humanfilm.no\/en\/calendar\/\">Calendar<\/option><\/select><script>\n  (function(){\n    var sel = document.getElementById(\"ps-program-nav-select\");\n    if(!sel) return;\n    sel.addEventListener(\"change\", function(){\n      var url = sel.value;\n      if(url) window.location.href = url;\n    });\n  })();\n  <\/script><\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\">        <div class=\"ps-film-view-switcher\">\n            <!-- Visning dropdown -->\n<span class=\"ps-film-view-switcher__label\">View:<\/span>\n<div class=\"ps-film-view-switcher__dropdown\" data-dropdown=\"view\">\n    <button type=\"button\" class=\"psp-btn ps-film-view-switcher__toggle\" aria-expanded=\"false\" aria-haspopup=\"listbox\">\n        <span class=\"ps-film-view-switcher__current\">Sections<\/span>\n        <svg class=\"ps-film-view-switcher__arrow\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\">\n            <path d=\"M3 4.5L6 7.5L9 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n    <\/button>\n\n    <ul class=\"ps-film-view-switcher__menu\" role=\"listbox\">\n        <!-- \u2705 Alfabetisk f\u00f8rst -->\n        <li role=\"option\" >\n            <a href=\"https:\/\/humanfilm.no\/en\/all-films-alphabetically\/\"\n               class=\"ps-film-view-switcher__option\">\n                Alphabetically            <\/a>\n        <\/li>\n\n        <li role=\"option\" aria-selected=\"true\">\n            <a href=\"https:\/\/humanfilm.no\/en\/all-films\/\"\n               class=\"ps-film-view-switcher__option ps-film-view-switcher__option--active\">\n                Sections            <\/a>\n        <\/li>\n    <\/ul>\n<\/div>\n\n<\/div>\n\n\n        <script>\n        (function() {\n            \/\/ Dropdown toggle for alle dropdowns\n            var dropdowns = document.querySelectorAll('.ps-film-view-switcher__dropdown');\n            \n            dropdowns.forEach(function(dropdown) {\n                var toggle = dropdown.querySelector('.ps-film-view-switcher__toggle');\n                \n                toggle.addEventListener('click', function(e) {\n                    e.stopPropagation();\n                    \n                    \/\/ Lukk andre dropdowns\n                    dropdowns.forEach(function(other) {\n                        if (other !== dropdown) {\n                            other.classList.remove('is-open');\n                            other.querySelector('.ps-film-view-switcher__toggle').setAttribute('aria-expanded', 'false');\n                        }\n                    });\n                    \n                    dropdown.classList.toggle('is-open');\n                    toggle.setAttribute('aria-expanded', dropdown.classList.contains('is-open'));\n                });\n            });\n\n            \/\/ Lukk ved klikk utenfor\n            document.addEventListener('click', function(e) {\n                dropdowns.forEach(function(dropdown) {\n                    if (!dropdown.contains(e.target)) {\n                        dropdown.classList.remove('is-open');\n                        dropdown.querySelector('.ps-film-view-switcher__toggle').setAttribute('aria-expanded', 'false');\n                    }\n                });\n            });\n\n            \/\/ Lukk ved Escape\n            document.addEventListener('keydown', function(e) {\n                if (e.key === 'Escape') {\n                    dropdowns.forEach(function(dropdown) {\n                        dropdown.classList.remove('is-open');\n                        dropdown.querySelector('.ps-film-view-switcher__toggle').setAttribute('aria-expanded', 'false');\n                    });\n                }\n            });\n\n            \/\/ Seksjon-navigering med smooth scroll\n            var sectionLinks = document.querySelectorAll('.ps-film-view-switcher__option--anchor');\n            var sectionDropdown = document.querySelector('[data-dropdown=\"section\"]');\n            var sectionToggle = sectionDropdown ? sectionDropdown.querySelector('.ps-film-view-switcher__current') : null;\n\n            sectionLinks.forEach(function(link) {\n                link.addEventListener('click', function(e) {\n                    e.preventDefault();\n                    \n                    var targetId = this.getAttribute('href').substring(1);\n                    var target = document.getElementById(targetId);\n                    \n                    if (target) {\n                        \/\/ Oppdater toggle-tekst\n                        if (sectionToggle) {\n                            sectionToggle.textContent = this.textContent.trim();\n                        }\n                        \n                        \/\/ Lukk dropdown\n                        if (sectionDropdown) {\n                            sectionDropdown.classList.remove('is-open');\n                            sectionDropdown.querySelector('.ps-film-view-switcher__toggle').setAttribute('aria-expanded', 'false');\n                        }\n                        \n                        \/\/ Scroll til seksjon\n                        var headerOffset = 120;\n                        var elementPosition = target.getBoundingClientRect().top;\n                        var offsetPosition = elementPosition + window.pageYOffset - headerOffset;\n                        \n                        window.scrollTo({\n                            top: offsetPosition,\n                            behavior: 'smooth'\n                        });\n                        \n                        \/\/ Oppdater URL uten page reload\n                        history.pushState(null, null, '#' + targetId);\n                    }\n                });\n            });\n\n            \/\/ Highlight \"Alle filmer\" i nav n\u00e5r vi er p\u00e5 alfabetisk-siden\n            var path = window.location.pathname;\n            if (path.indexOf('alfabetisk') !== -1 || path.indexOf('alphabetically') !== -1) {\n                var navButtons = document.querySelectorAll('.ps-program-nav__buttons .psp-btn');\n                navButtons.forEach(function(btn) {\n                    var href = btn.getAttribute('href') || '';\n                    if ((href.indexOf('alle-filmer') !== -1 || href.indexOf('all-films') !== -1) \n                        && href.indexOf('alfabetisk') === -1 \n                        && href.indexOf('alphabetically') === -1) {\n                        btn.classList.add('psp-btn--active');\n                        btn.setAttribute('aria-current', 'page');\n                    }\n                });\n\n                var navSelect = document.getElementById('ps-program-nav-select');\n                if (navSelect) {\n                    for (var i = 0; i < navSelect.options.length; i++) {\n                        var optVal = navSelect.options[i].value;\n                        if ((optVal.indexOf('alle-filmer') !== -1 || optVal.indexOf('all-films') !== -1) \n                            && optVal.indexOf('alfabetisk') === -1 \n                            && optVal.indexOf('alphabetically') === -1) {\n                            navSelect.selectedIndex = i;\n                            break;\n                        }\n                    }\n                }\n            }\n        })();\n        <\/script>\n        <\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section human-scope-program\">\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_2 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"ps-program-wrapper\"><div class=\"program-seksjon\" id=\"seksjon-norsk-konkurranse\"><div class=\"program-seksjon__header\" style=\"--section-color: #4ab898;\"><h2 class=\"program-seksjon__title\">Norwegian Competition<\/h2><div class=\"program-seksjon__description\"><p>New Norwegian documentaries in competition<\/p>\n<\/div><\/div><div class=\"program-grid\">            <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/det-nye-museet\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Det-nye-museet-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"The New Museum\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                The New Museum                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101412\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/dognet-et-lakselotteri\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Dognet-4k_1-768x432.jpeg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Lifeline\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Lifeline                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101417\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/et-helvete-uten-like\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Et-Helvete-uten-Like-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Brazilian Inferno\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Brazilian Inferno                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101413\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/lovene-ved-elven-tigris\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Lovene-ved-elven-Tigris-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"The Lions By The River Tigris\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                The Lions By The River Tigris                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101420\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/memoirs-from-a-dream\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Memoirs-from-a-dream-1.png-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Memoirs from a dream\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Oslo Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Memoirs from a dream                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101419\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/toyen-pop-up\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Toyen-Pop-up-2-HQ-768x432.png\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"T\u00f8yen Pop-Up\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                T\u00f8yen Pop-Up                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101414\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/velkommen-til-anchorage\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Velkommen-til-Anchorage-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Anchorage Welcomes You\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Oslo Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Anchorage Welcomes You                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101415\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n            <\/div><\/div><div class=\"program-seksjon\" id=\"seksjon-internasjonal-konkurranse\"><div class=\"program-seksjon__header\" style=\"--section-color: #33d7e0;\"><h2 class=\"program-seksjon__title\">International Competition<\/h2><div class=\"program-seksjon__description\"><p>Ten new international documentary films in competition<\/p>\n<\/div><\/div><div class=\"program-grid\">            <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/elon-musk-unveiled\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Elon-Musk-Unveiled_u_logo_72dpi_1920x1080-1-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Elon Musk Unveiled \u2013 The Tesla Experiment\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Elon Musk Unveiled \u2013 The Tesla Experiment                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101352\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/endless-cookie\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/puppies-under-the-stairs-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Endless Cookie\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Endless Cookie                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101350\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/enough-is-enough\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Enough-is-Enough_u_logo_72dpi_1920x1080-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Enough is Enough\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Enough is Enough                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102497\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/how-to-build-a-library\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/How-To-Build-a-Library_u_logo_72dpi_1920x1080-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"How To Build a Library\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                How To Build a Library                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102493\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/kabul-between-prayers\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/KBP-still-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Kabul, Between Prayers\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Kabul, Between Prayers                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101392\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/memory\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/MEMORY_VladlenaSandu_1-16-9-768x432.png\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Memory\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Memory                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101361\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/past-future-continuous\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/PFC-Still_03-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Past Future Continuous\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Past Future Continuous                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101357\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/steal-this-story-please\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/SSP2_AG-16-9-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Steal This Story, Please!\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Steal This Story, Please!                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101359\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n            <\/div><button class=\"ps-expand-section\" data-section=\"internasjonal-konkurranse\" data-year=\"2026\">Show everything in International Competition<\/button><\/div><div class=\"program-seksjon\" id=\"seksjon-human-rights-human-wrongs\"><div class=\"program-seksjon__header\" style=\"--section-color: #ff9152;\"><h2 class=\"program-seksjon__title\">Human Rights Human Wrongs<\/h2><div class=\"program-seksjon__description\"><p>Ten documentaries compete for best Human Rights film, awarded by Amnesty International Norway and The Norwegian Helsinki Committ\u00e9e.<\/p>\n<\/div><\/div><div class=\"program-grid\">            <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/a-fox-under-a-pink-moon\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"461\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Fox_1-768x461.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"A Fox Under a Pink Moon\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                A Fox Under a Pink Moon                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101370\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/cutting-through-rocks\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-768x432.jpeg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Cutting Through Rocks\" srcset=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-768x432.jpeg 768w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-300x169.jpeg 300w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-1024x576.jpeg 1024w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-150x84.jpeg 150w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-1536x864.jpeg 1536w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-2048x1152.jpeg 2048w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-400x225.jpeg 400w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-1080x608.jpeg 1080w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-510x287.jpeg 510w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-1280x720.jpeg 1280w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-980x551.jpeg 980w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-480x270.jpeg 480w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Cutting Through Rocks                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101366\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/identidad\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Identidad-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Identidad\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Identidad                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102530\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/landmarks\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Landmarks_1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Landmarks\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Landmarks                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102528\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/mailin\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"350\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Still-1-768x350.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Mailin\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Mailin                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101368\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/my-father-and-qaddafi\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/My-Father-and-Qaddafi_1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"My Father and Qaddafi\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                My Father and Qaddafi                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102534\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/politzek\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Genia-et-Sveta_6ans-de-taule_10-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Politzek \u0013 Voices that Defy the Kremlin\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Politzek \u0013 Voices that Defy the Kremlin                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101372\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/put-your-soul-on-your-hand-and-walk\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Fatem-sans-trame-gigapixel-standard-v2-6x_1_16-9-768x432.png\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Put Your Soul On Your Hand and Walk\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Put Your Soul On Your Hand and Walk                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101363\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n            <\/div><button class=\"ps-expand-section\" data-section=\"human-rights-human-wrongs\" data-year=\"2026\">Show everything in Human Rights Human Wrongs<\/button><\/div><div class=\"program-seksjon\" id=\"seksjon-asif-kapadia-retrospektiv\"><div class=\"program-seksjon__header\" style=\"--section-color: #dd3333;\"><h2 class=\"program-seksjon__title\">Asif Kapadia retrospektiv<\/h2><div class=\"program-seksjon__description\"><p>Asif Kapadia kommer til HUMAN torsdag 5. mars, og holder Q&amp;A etter alle visninger. <\/p>\n<\/div><\/div><div class=\"program-grid\">            <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/amy\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Amy-1-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Amy\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Amy                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102846\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/diego-maradona\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Maradonna-1-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Diego Maradona\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Diego Maradona                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102860\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/kenny-dalglish\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Kenny-Dalglish-1-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Kenny Dalglish\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Kenny Dalglish                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102844\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/senna\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Senna-1-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Senna\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Senna                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102858\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n            <\/div><\/div><div class=\"program-seksjon\" id=\"seksjon-just-human\"><div class=\"program-seksjon__header\" style=\"--section-color: #f900e5;\"><h2 class=\"program-seksjon__title\">Just Human<\/h2><div class=\"program-seksjon__description\"><p>High-quality documentaries from all over the world<\/p>\n<\/div><\/div><div class=\"program-grid\">            <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/agenda-item-erasure\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/AGENDA-ITEM-ERASURE-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Agenda Item: Erasure\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Agenda Item: Erasure                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102801\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/becoming-led-zeppelin\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/BECOMING-LED-ZEPPELIN-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Becoming Led Zeppelin\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Becoming Led Zeppelin                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102559\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/better-go-mad-in-the-wild\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Better-Go-Mad-in-the-Wild-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Better Go Mad in The Wild\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Better Go Mad in The Wild                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102558\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/climate-in-therapy\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Climate-in-Therapy-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Climate in Therapy\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Climate in Therapy                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102554\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/coexistence-my-ass\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Coexistence-My-Ass-still1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Coexistence, My Ass!\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Coexistence, My Ass!                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102548\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/confessions-of-a-swedish-man\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Confessions-of-a-Swedish-Man-1-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Confessions of a Swedish Man\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Confessions of a Swedish Man                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102553\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/cuba-alaska\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Cuba-Alaska_Still001-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Cuba & Alaska\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Cuba & Alaska                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102546\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/den-norske-filmskolen-presenterer\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Filmskolen-studenter-Still003-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Den norske filmskolen presenterer\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Den norske filmskolen presenterer                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102805\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n            <\/div><button class=\"ps-expand-section\" data-section=\"just-human\" data-year=\"2026\">Show everything in Just Human<\/button><\/div><div class=\"program-seksjon\" id=\"seksjon-kortfilm\"><div class=\"program-seksjon__header\" style=\"--section-color: #8224e3;\"><h2 class=\"program-seksjon__title\">Shortfilm<\/h2><\/div><div class=\"program-grid\">            <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/agenda-item-erasure\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/AGENDA-ITEM-ERASURE-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Agenda Item: Erasure\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Agenda Item: Erasure                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102801\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/den-norske-filmskolen-presenterer\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Filmskolen-studenter-Still003-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Den norske filmskolen presenterer\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Den norske filmskolen presenterer                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102805\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/my-ai-election\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/My-AI-Election-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"My AI Election\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                My AI Election                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102679\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/unfinished-stories\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Unfinished-Stories-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Unfinished Stories\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Unfinished Stories                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102803\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n            <\/div><\/div><div class=\"program-seksjon\" id=\"seksjon-mini-human-familiedag\"><div class=\"program-seksjon__header\" style=\"--section-color: #f6e66d;\"><h2 class=\"program-seksjon__title\">Mini-HUMAN Family Day<\/h2><div class=\"program-seksjon__description\"><p>Dokumentarfilm for barn i alle aldre, med aktiviteter og god festivalstemning for hele familien!<\/p>\n<\/div><\/div><div class=\"program-grid\">            <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/1-klassingene\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"449\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-06-at-13.23.57-768x449.png\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"1. klassingene\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Familiedag<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                1. klassingene                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"103161\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/salto-pus-bucketlisten\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Salto-Pus-bucketlisten-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Salto, Pus & bucketlisten\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Familiedag<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Salto, Pus & bucketlisten                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101388\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/sonn-av-sirkuset\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Sonn-av-sirkuset-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"S\u00f8nn av sirkuset\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Familiedag<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                S\u00f8nn av sirkuset                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101393\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/stories-of-strength-animasjonsverksted-for-barn\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"430\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/LIVE_Animasjonsverksted-for-barn-768x430.png\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Stories of strength: Animasjonsverksted for barn\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Stories of strength: Animasjonsverksted for barn                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"103047\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n            <\/div><\/div><div class=\"program-seksjon\" id=\"seksjon-human-ung\"><div class=\"program-seksjon__header\" style=\"--section-color: #25e828;\"><h2 class=\"program-seksjon__title\">HUMAN Ung<\/h2><div class=\"program-seksjon__description\"><p>Gratisvisning for 16 - 26 \u00e5r. Et ungdomsr\u00e5d har valgt ut filmene. St\u00f8ttet av Sparebankstiftelsen.<\/p>\n<\/div><\/div><div class=\"program-grid\">            <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/a-fox-under-a-pink-moon\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"461\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Fox_1-768x461.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"A Fox Under a Pink Moon\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                A Fox Under a Pink Moon                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101370\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/cuba-alaska\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Cuba-Alaska_Still001-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Cuba & Alaska\" \/>                    <\/div>\n\n                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                            <div class=\"human-film-premiere\">Norwegian Premiere<\/div>                        <\/div>\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Cuba & Alaska                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102546\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/endless-cookie\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/puppies-under-the-stairs-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Endless Cookie\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Endless Cookie                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101350\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n                        <div class=\"program-grid__item\">\n\n                <div class=\"program-grid__link\"\n                     data-href=\"https:\/\/humanfilm.no\/en\/film\/lowland-kids\/\">\n\n                    <div class=\"program-grid__thumb\">\n                        <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Lowland-Kids-768x432.jpg\" class=\"attachment-medium_large size-medium_large wp-post-image\" alt=\"Lowland Kids\" \/>                    <\/div>\n\n                    \n                    <div class=\"program-grid__body\">\n                        <div class=\"program-grid__title-row\">\n                            <div class=\"program-grid__title\">\n                                Lowland Kids                            <\/div>\n\n                            \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102544\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n            <\/div><\/div><\/div>\n    <script>\n    document.addEventListener('click', function (e) {\n      if (e.target.closest('.fav-heart')) {\n        return;\n      }\n\n      const card = e.target.closest('.program-grid__link');\n      if (!card) return;\n\n      const href = card.getAttribute('data-href');\n      if (!href) return;\n\n      window.location.href = href;\n    });\n    <\/script>\n\n    <\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":412,"featured_media":0,"parent":0,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-100772","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/pages\/100772","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/users\/412"}],"replies":[{"embeddable":true,"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/comments?post=100772"}],"version-history":[{"count":19,"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/pages\/100772\/revisions"}],"predecessor-version":[{"id":102827,"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/pages\/100772\/revisions\/102827"}],"wp:attachment":[{"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/media?parent=100772"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}