{"id":652,"date":"2017-02-24T14:20:25","date_gmt":"2017-02-24T13:20:25","guid":{"rendered":"http:\/\/43611-1-51f40e-01.services.oktawave.com\/?page_id=652\/"},"modified":"2026-03-09T15:25:20","modified_gmt":"2026-03-09T14:25:20","slug":"homepage-2","status":"publish","type":"page","link":"https:\/\/www.pah.org.pl\/en\/","title":{"rendered":"Homepage"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; el_class=&#8221;w-full&#8221;][vc_column]<section class=\"custom-section slider-hero\">\n      <div class='slider-container-hero'>\n          <div class=\"elements-list-container elements-list-type-story-slider elements-anim-type-2\"\r\n        data-count=\"5\" data-rest=\"0\"\r\n        data-move=\"1\" data-dir=\"2\"\r\n        >\r\n                    <div class=\"arr-prev\">\r\n                                        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/arr-prev-sq2.svg\" alt=\"\" \/>\r\n                                    <\/div>\r\n                    <div class=\"elements-list\">\r\n            <div class=\"elements-group current\">\r\n                                    <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <div class=\"slider-single-element\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2026\/03\/KV_poziom_www_header-14.png\" alt=\"\" class=\"hero-img\">\r\n    <div class=\"custom-container\">\r\n        <div class=\"grid-12\">\r\n            <div class=\"text h1-text bold color-1\">\r\n                            <\/div>\r\n            \r\n<form method=\"post\" class=\"direct-form white\" action=\"https:\/\/pah.org.pl\/en\/donate?form=im-donating-to-support-pahs-humanitarian-work-around-the-world\" data-form-index=\"0\"\r\n>\r\n    <div class=\"title-form bold\">\r\n        Help people affected by war NOW!    <\/div>\r\n    <div class=\"donation-container bold\">\r\n        <label for=\"donation-0\">\r\n            <input checked type=\"radio\" name=\"donation\" id=\"donation-0\" value=\"50\">\r\n            50 z\u0142        <\/label>\r\n        <label for=\"donation-1\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-1\" value=\"100\">\r\n            100 z\u0142        <\/label>\r\n        <label for=\"donation-2\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-2\" value=\"250\">\r\n            250 z\u0142        <\/label>\r\n        <label for=\"donation-custom-0\" class=\"custom-donation-label\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-custom-0\" value=\"custom\" class=\"donation-custom-check\">\r\n            <span class=\"custom-donation-text  custom-donation-text-0\">Inna kwota<\/span>\r\n            <input type=\"number\" step=\"1\" id=\"custom-amount-0\" name=\"custom-amount\" placeholder=\"Wpisz kwot\u0119\"\r\n                   min=\"5\" class=\"custom-amount-field\" style=\"display: none;\">\r\n        <\/label>\r\n    <\/div>\r\n    <span class='submit-button custom-link-4 bold'>\r\n        <input type=\"submit\" value=\"WP\u0141A\u0106\" \/>\r\n    <\/span>\r\n<\/form>\r\n\r\n<style type=\"text\/css\">\r\n    .custom-donation-text:before {\r\n        content: none !important;\r\n    }\r\n\r\n    .custom-donation-label {\r\n        position: relative;\r\n        display: inline-block;\r\n    }\r\n\r\n    input.custom-amount-field {\r\n        width: auto;\r\n        max-width: 150px;\r\n        padding: 9px !important;\r\n        border-radius: 4px !important;\r\n        border: 1px solid #ccc !important;\r\n        color: black !important;\r\n        cursor: auto !important;\r\n    }\r\n<\/style>\r\n\r\n\r\n<script type=\"application\/javascript\" >\r\n    jQuery(document).ready(function($) {\r\n        \/\/ Get this specific form by its data attribute\r\n        const formIndex = 0;\r\n        const form = $('.direct-form[data-form-index=\"' + formIndex + '\"]');\r\n\r\n        \/\/ Define all the elements for this specific form\r\n        const allRadios = form.find('input[name=\"donation\"]');\r\n        const customRadio = form.find('#donation-custom-' + formIndex);\r\n        const customAmountInput = form.find('#custom-amount-' + formIndex);\r\n        const customLabel = form.find('.custom-donation-text-' + formIndex);\r\n\r\n\r\n        \/\/ Function to toggle display of custom amount input\r\n        function toggleCustomAmount() {\r\n            if ($('#'+customRadio.prop('id')).is(\":checked\")) {\r\n                customLabel.hide();\r\n                customAmountInput.show();\r\n                customAmountInput.focus();\r\n            } else {\r\n                customLabel.show()\r\n                customAmountInput.hide();\r\n            }\r\n        }\r\n\r\n        customAmountInput.change( function(){\r\n            customRadio.val($(this).val());\r\n        } );\r\n\r\n        \/\/ Add event listeners to all radio buttons\r\n        allRadios.each((index, radio) => {\r\n            $(radio).change(function () {\r\n                if( $(this).is(':checked:not(.donation-custom-check)') ) {\r\n                 $('.donation-custom-check').prop('checked', false);\r\n                }\r\n                toggleCustomAmount();\r\n            } )\r\n        });\r\n\r\n        \/\/ When user clicks on the custom amount input, select the custom radio\r\n        customLabel.click( 'click', function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        } )\r\n\r\n        customRadio.click( function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        });\r\n\r\n        \/\/ When the form is submitted, update the custom radio value to the entered amount\r\n        form.submit(function(e) {\r\n            if (customRadio.checked) {\r\n                if (customAmountInput.value) {\r\n                    customRadio.value = customAmountInput.value;\r\n                } else {\r\n                    e.preventDefault(); \/\/ Prevent form submission if no amount is entered\r\n                    alert('Prosz\u0119 wpisa\u0107 kwot\u0119');\r\n                }\r\n            }\r\n        });\r\n    });\r\n<\/script>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <div class=\"slider-single-element\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2026\/02\/Blackout-Kijow.jpg\" alt=\"\" class=\"hero-img\">\r\n    <div class=\"custom-container\">\r\n        <div class=\"grid-12\">\r\n            <div class=\"text h1-text bold color-1\">\r\n                It is been 4 years - help Ukrainie!            <\/div>\r\n            \r\n<form method=\"post\" class=\"direct-form white\" action=\"https:\/\/pah.org.pl\/en\/donate?form=im-donating-to-support-people-in-ukraine\" data-form-index=\"1\"\r\n>\r\n    <div class=\"title-form bold\">\r\n        I'm helping NOW!    <\/div>\r\n    <div class=\"donation-container bold\">\r\n        <label for=\"donation-0\">\r\n            <input checked type=\"radio\" name=\"donation\" id=\"donation-0\" value=\"50\">\r\n            50 z\u0142        <\/label>\r\n        <label for=\"donation-1\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-1\" value=\"100\">\r\n            100 z\u0142        <\/label>\r\n        <label for=\"donation-2\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-2\" value=\"250\">\r\n            250 z\u0142        <\/label>\r\n        <label for=\"donation-custom-1\" class=\"custom-donation-label\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-custom-1\" value=\"custom\" class=\"donation-custom-check\">\r\n            <span class=\"custom-donation-text  custom-donation-text-1\">Inna kwota<\/span>\r\n            <input type=\"number\" step=\"1\" id=\"custom-amount-1\" name=\"custom-amount\" placeholder=\"Wpisz kwot\u0119\"\r\n                   min=\"5\" class=\"custom-amount-field\" style=\"display: none;\">\r\n        <\/label>\r\n    <\/div>\r\n    <span class='submit-button custom-link-4 bold'>\r\n        <input type=\"submit\" value=\"WP\u0141A\u0106\" \/>\r\n    <\/span>\r\n<\/form>\r\n\r\n<style type=\"text\/css\">\r\n    .custom-donation-text:before {\r\n        content: none !important;\r\n    }\r\n\r\n    .custom-donation-label {\r\n        position: relative;\r\n        display: inline-block;\r\n    }\r\n\r\n    input.custom-amount-field {\r\n        width: auto;\r\n        max-width: 150px;\r\n        padding: 9px !important;\r\n        border-radius: 4px !important;\r\n        border: 1px solid #ccc !important;\r\n        color: black !important;\r\n        cursor: auto !important;\r\n    }\r\n<\/style>\r\n\r\n\r\n<script type=\"application\/javascript\" >\r\n    jQuery(document).ready(function($) {\r\n        \/\/ Get this specific form by its data attribute\r\n        const formIndex = 1;\r\n        const form = $('.direct-form[data-form-index=\"' + formIndex + '\"]');\r\n\r\n        \/\/ Define all the elements for this specific form\r\n        const allRadios = form.find('input[name=\"donation\"]');\r\n        const customRadio = form.find('#donation-custom-' + formIndex);\r\n        const customAmountInput = form.find('#custom-amount-' + formIndex);\r\n        const customLabel = form.find('.custom-donation-text-' + formIndex);\r\n\r\n\r\n        \/\/ Function to toggle display of custom amount input\r\n        function toggleCustomAmount() {\r\n            if ($('#'+customRadio.prop('id')).is(\":checked\")) {\r\n                customLabel.hide();\r\n                customAmountInput.show();\r\n                customAmountInput.focus();\r\n            } else {\r\n                customLabel.show()\r\n                customAmountInput.hide();\r\n            }\r\n        }\r\n\r\n        customAmountInput.change( function(){\r\n            customRadio.val($(this).val());\r\n        } );\r\n\r\n        \/\/ Add event listeners to all radio buttons\r\n        allRadios.each((index, radio) => {\r\n            $(radio).change(function () {\r\n                if( $(this).is(':checked:not(.donation-custom-check)') ) {\r\n                 $('.donation-custom-check').prop('checked', false);\r\n                }\r\n                toggleCustomAmount();\r\n            } )\r\n        });\r\n\r\n        \/\/ When user clicks on the custom amount input, select the custom radio\r\n        customLabel.click( 'click', function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        } )\r\n\r\n        customRadio.click( function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        });\r\n\r\n        \/\/ When the form is submitted, update the custom radio value to the entered amount\r\n        form.submit(function(e) {\r\n            if (customRadio.checked) {\r\n                if (customAmountInput.value) {\r\n                    customRadio.value = customAmountInput.value;\r\n                } else {\r\n                    e.preventDefault(); \/\/ Prevent form submission if no amount is entered\r\n                    alert('Prosz\u0119 wpisa\u0107 kwot\u0119');\r\n                }\r\n            }\r\n        });\r\n    });\r\n<\/script>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <div class=\"slider-single-element\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2025\/12\/Syria-rocznica-baner.jpg\" alt=\"\" class=\"hero-img\">\r\n    <div class=\"custom-container\">\r\n        <div class=\"grid-12\">\r\n            <div class=\"text h1-text bold color-1\">\r\n                SYRIA IS CRYING FOR HELP            <\/div>\r\n            \r\n<form method=\"post\" class=\"direct-form white\" action=\"https:\/\/pah.org.pl\/en\/donate?form=im-donating-to-help-people-in-syria\" data-form-index=\"2\"\r\n>\r\n    <div class=\"title-form bold\">\r\n        Support our actions:    <\/div>\r\n    <div class=\"donation-container bold\">\r\n        <label for=\"donation-0\">\r\n            <input checked type=\"radio\" name=\"donation\" id=\"donation-0\" value=\"50\">\r\n            50 z\u0142        <\/label>\r\n        <label for=\"donation-1\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-1\" value=\"100\">\r\n            100 z\u0142        <\/label>\r\n        <label for=\"donation-2\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-2\" value=\"250\">\r\n            250 z\u0142        <\/label>\r\n        <label for=\"donation-custom-2\" class=\"custom-donation-label\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-custom-2\" value=\"custom\" class=\"donation-custom-check\">\r\n            <span class=\"custom-donation-text  custom-donation-text-2\">Inna kwota<\/span>\r\n            <input type=\"number\" step=\"1\" id=\"custom-amount-2\" name=\"custom-amount\" placeholder=\"Wpisz kwot\u0119\"\r\n                   min=\"5\" class=\"custom-amount-field\" style=\"display: none;\">\r\n        <\/label>\r\n    <\/div>\r\n    <span class='submit-button custom-link-4 bold'>\r\n        <input type=\"submit\" value=\"WP\u0141A\u0106\" \/>\r\n    <\/span>\r\n<\/form>\r\n\r\n<style type=\"text\/css\">\r\n    .custom-donation-text:before {\r\n        content: none !important;\r\n    }\r\n\r\n    .custom-donation-label {\r\n        position: relative;\r\n        display: inline-block;\r\n    }\r\n\r\n    input.custom-amount-field {\r\n        width: auto;\r\n        max-width: 150px;\r\n        padding: 9px !important;\r\n        border-radius: 4px !important;\r\n        border: 1px solid #ccc !important;\r\n        color: black !important;\r\n        cursor: auto !important;\r\n    }\r\n<\/style>\r\n\r\n\r\n<script type=\"application\/javascript\" >\r\n    jQuery(document).ready(function($) {\r\n        \/\/ Get this specific form by its data attribute\r\n        const formIndex = 2;\r\n        const form = $('.direct-form[data-form-index=\"' + formIndex + '\"]');\r\n\r\n        \/\/ Define all the elements for this specific form\r\n        const allRadios = form.find('input[name=\"donation\"]');\r\n        const customRadio = form.find('#donation-custom-' + formIndex);\r\n        const customAmountInput = form.find('#custom-amount-' + formIndex);\r\n        const customLabel = form.find('.custom-donation-text-' + formIndex);\r\n\r\n\r\n        \/\/ Function to toggle display of custom amount input\r\n        function toggleCustomAmount() {\r\n            if ($('#'+customRadio.prop('id')).is(\":checked\")) {\r\n                customLabel.hide();\r\n                customAmountInput.show();\r\n                customAmountInput.focus();\r\n            } else {\r\n                customLabel.show()\r\n                customAmountInput.hide();\r\n            }\r\n        }\r\n\r\n        customAmountInput.change( function(){\r\n            customRadio.val($(this).val());\r\n        } );\r\n\r\n        \/\/ Add event listeners to all radio buttons\r\n        allRadios.each((index, radio) => {\r\n            $(radio).change(function () {\r\n                if( $(this).is(':checked:not(.donation-custom-check)') ) {\r\n                 $('.donation-custom-check').prop('checked', false);\r\n                }\r\n                toggleCustomAmount();\r\n            } )\r\n        });\r\n\r\n        \/\/ When user clicks on the custom amount input, select the custom radio\r\n        customLabel.click( 'click', function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        } )\r\n\r\n        customRadio.click( function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        });\r\n\r\n        \/\/ When the form is submitted, update the custom radio value to the entered amount\r\n        form.submit(function(e) {\r\n            if (customRadio.checked) {\r\n                if (customAmountInput.value) {\r\n                    customRadio.value = customAmountInput.value;\r\n                } else {\r\n                    e.preventDefault(); \/\/ Prevent form submission if no amount is entered\r\n                    alert('Prosz\u0119 wpisa\u0107 kwot\u0119');\r\n                }\r\n            }\r\n        });\r\n    });\r\n<\/script>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <div class=\"slider-single-element\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2025\/10\/Water-Mark-exhibition.png\" alt=\"\" class=\"hero-img\">\r\n    <div class=\"custom-container\">\r\n        <div class=\"grid-12\">\r\n            <div class=\"text h1-text bold color-1\">\r\n                HELP GAZA STRIP            <\/div>\r\n            \r\n<form method=\"post\" class=\"direct-form white\" action=\"https:\/\/pah.org.pl\/en\/donate?form=im-donating-to-help-people-in-palestine\" data-form-index=\"3\"\r\n>\r\n    <div class=\"title-form bold\">\r\n        Support our actions:    <\/div>\r\n    <div class=\"donation-container bold\">\r\n        <label for=\"donation-0\">\r\n            <input checked type=\"radio\" name=\"donation\" id=\"donation-0\" value=\"50\">\r\n            50 z\u0142        <\/label>\r\n        <label for=\"donation-1\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-1\" value=\"100\">\r\n            100 z\u0142        <\/label>\r\n        <label for=\"donation-2\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-2\" value=\"250\">\r\n            250 z\u0142        <\/label>\r\n        <label for=\"donation-custom-3\" class=\"custom-donation-label\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-custom-3\" value=\"custom\" class=\"donation-custom-check\">\r\n            <span class=\"custom-donation-text  custom-donation-text-3\">Inna kwota<\/span>\r\n            <input type=\"number\" step=\"1\" id=\"custom-amount-3\" name=\"custom-amount\" placeholder=\"Wpisz kwot\u0119\"\r\n                   min=\"5\" class=\"custom-amount-field\" style=\"display: none;\">\r\n        <\/label>\r\n    <\/div>\r\n    <span class='submit-button custom-link-4 bold'>\r\n        <input type=\"submit\" value=\"WP\u0141A\u0106\" \/>\r\n    <\/span>\r\n<\/form>\r\n\r\n<style type=\"text\/css\">\r\n    .custom-donation-text:before {\r\n        content: none !important;\r\n    }\r\n\r\n    .custom-donation-label {\r\n        position: relative;\r\n        display: inline-block;\r\n    }\r\n\r\n    input.custom-amount-field {\r\n        width: auto;\r\n        max-width: 150px;\r\n        padding: 9px !important;\r\n        border-radius: 4px !important;\r\n        border: 1px solid #ccc !important;\r\n        color: black !important;\r\n        cursor: auto !important;\r\n    }\r\n<\/style>\r\n\r\n\r\n<script type=\"application\/javascript\" >\r\n    jQuery(document).ready(function($) {\r\n        \/\/ Get this specific form by its data attribute\r\n        const formIndex = 3;\r\n        const form = $('.direct-form[data-form-index=\"' + formIndex + '\"]');\r\n\r\n        \/\/ Define all the elements for this specific form\r\n        const allRadios = form.find('input[name=\"donation\"]');\r\n        const customRadio = form.find('#donation-custom-' + formIndex);\r\n        const customAmountInput = form.find('#custom-amount-' + formIndex);\r\n        const customLabel = form.find('.custom-donation-text-' + formIndex);\r\n\r\n\r\n        \/\/ Function to toggle display of custom amount input\r\n        function toggleCustomAmount() {\r\n            if ($('#'+customRadio.prop('id')).is(\":checked\")) {\r\n                customLabel.hide();\r\n                customAmountInput.show();\r\n                customAmountInput.focus();\r\n            } else {\r\n                customLabel.show()\r\n                customAmountInput.hide();\r\n            }\r\n        }\r\n\r\n        customAmountInput.change( function(){\r\n            customRadio.val($(this).val());\r\n        } );\r\n\r\n        \/\/ Add event listeners to all radio buttons\r\n        allRadios.each((index, radio) => {\r\n            $(radio).change(function () {\r\n                if( $(this).is(':checked:not(.donation-custom-check)') ) {\r\n                 $('.donation-custom-check').prop('checked', false);\r\n                }\r\n                toggleCustomAmount();\r\n            } )\r\n        });\r\n\r\n        \/\/ When user clicks on the custom amount input, select the custom radio\r\n        customLabel.click( 'click', function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        } )\r\n\r\n        customRadio.click( function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        });\r\n\r\n        \/\/ When the form is submitted, update the custom radio value to the entered amount\r\n        form.submit(function(e) {\r\n            if (customRadio.checked) {\r\n                if (customAmountInput.value) {\r\n                    customRadio.value = customAmountInput.value;\r\n                } else {\r\n                    e.preventDefault(); \/\/ Prevent form submission if no amount is entered\r\n                    alert('Prosz\u0119 wpisa\u0107 kwot\u0119');\r\n                }\r\n            }\r\n        });\r\n    });\r\n<\/script>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <div class=\"slider-single-element\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2025\/06\/slider-Pomagaj-z-PAH.png\" alt=\"\" class=\"hero-img\">\r\n    <div class=\"custom-container\">\r\n        <div class=\"grid-12\">\r\n            <div class=\"text h1-text bold color-1\">\r\n                HELP WITH PAH            <\/div>\r\n            \r\n<form method=\"post\" class=\"direct-form white\" action=\"https:\/\/pah.org.pl\/en\/donate?form=im-donating-to-support-pahs-humanitarian-work-around-the-world\" data-form-index=\"4\"\r\n>\r\n    <div class=\"title-form bold\">\r\n        Support our actions:    <\/div>\r\n    <div class=\"donation-container bold\">\r\n        <label for=\"donation-0\">\r\n            <input checked type=\"radio\" name=\"donation\" id=\"donation-0\" value=\"50\">\r\n            50 z\u0142        <\/label>\r\n        <label for=\"donation-1\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-1\" value=\"100\">\r\n            100 z\u0142        <\/label>\r\n        <label for=\"donation-2\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-2\" value=\"250\">\r\n            250 z\u0142        <\/label>\r\n        <label for=\"donation-custom-4\" class=\"custom-donation-label\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-custom-4\" value=\"custom\" class=\"donation-custom-check\">\r\n            <span class=\"custom-donation-text  custom-donation-text-4\">Inna kwota<\/span>\r\n            <input type=\"number\" step=\"1\" id=\"custom-amount-4\" name=\"custom-amount\" placeholder=\"Wpisz kwot\u0119\"\r\n                   min=\"5\" class=\"custom-amount-field\" style=\"display: none;\">\r\n        <\/label>\r\n    <\/div>\r\n    <span class='submit-button custom-link-4 bold'>\r\n        <input type=\"submit\" value=\"WP\u0141A\u0106\" \/>\r\n    <\/span>\r\n<\/form>\r\n\r\n<style type=\"text\/css\">\r\n    .custom-donation-text:before {\r\n        content: none !important;\r\n    }\r\n\r\n    .custom-donation-label {\r\n        position: relative;\r\n        display: inline-block;\r\n    }\r\n\r\n    input.custom-amount-field {\r\n        width: auto;\r\n        max-width: 150px;\r\n        padding: 9px !important;\r\n        border-radius: 4px !important;\r\n        border: 1px solid #ccc !important;\r\n        color: black !important;\r\n        cursor: auto !important;\r\n    }\r\n<\/style>\r\n\r\n\r\n<script type=\"application\/javascript\" >\r\n    jQuery(document).ready(function($) {\r\n        \/\/ Get this specific form by its data attribute\r\n        const formIndex = 4;\r\n        const form = $('.direct-form[data-form-index=\"' + formIndex + '\"]');\r\n\r\n        \/\/ Define all the elements for this specific form\r\n        const allRadios = form.find('input[name=\"donation\"]');\r\n        const customRadio = form.find('#donation-custom-' + formIndex);\r\n        const customAmountInput = form.find('#custom-amount-' + formIndex);\r\n        const customLabel = form.find('.custom-donation-text-' + formIndex);\r\n\r\n\r\n        \/\/ Function to toggle display of custom amount input\r\n        function toggleCustomAmount() {\r\n            if ($('#'+customRadio.prop('id')).is(\":checked\")) {\r\n                customLabel.hide();\r\n                customAmountInput.show();\r\n                customAmountInput.focus();\r\n            } else {\r\n                customLabel.show()\r\n                customAmountInput.hide();\r\n            }\r\n        }\r\n\r\n        customAmountInput.change( function(){\r\n            customRadio.val($(this).val());\r\n        } );\r\n\r\n        \/\/ Add event listeners to all radio buttons\r\n        allRadios.each((index, radio) => {\r\n            $(radio).change(function () {\r\n                if( $(this).is(':checked:not(.donation-custom-check)') ) {\r\n                 $('.donation-custom-check').prop('checked', false);\r\n                }\r\n                toggleCustomAmount();\r\n            } )\r\n        });\r\n\r\n        \/\/ When user clicks on the custom amount input, select the custom radio\r\n        customLabel.click( 'click', function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        } )\r\n\r\n        customRadio.click( function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        });\r\n\r\n        \/\/ When the form is submitted, update the custom radio value to the entered amount\r\n        form.submit(function(e) {\r\n            if (customRadio.checked) {\r\n                if (customAmountInput.value) {\r\n                    customRadio.value = customAmountInput.value;\r\n                } else {\r\n                    e.preventDefault(); \/\/ Prevent form submission if no amount is entered\r\n                    alert('Prosz\u0119 wpisa\u0107 kwot\u0119');\r\n                }\r\n            }\r\n        });\r\n    });\r\n<\/script>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <div class=\"slider-single-element\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2026\/03\/KV_poziom_www_header-14.png\" alt=\"\" class=\"hero-img\">\r\n    <div class=\"custom-container\">\r\n        <div class=\"grid-12\">\r\n            <div class=\"text h1-text bold color-1\">\r\n                            <\/div>\r\n            \r\n<form method=\"post\" class=\"direct-form white\" action=\"https:\/\/pah.org.pl\/en\/donate?form=im-donating-to-support-pahs-humanitarian-work-around-the-world\" data-form-index=\"0\"\r\n>\r\n    <div class=\"title-form bold\">\r\n        Help people affected by war NOW!    <\/div>\r\n    <div class=\"donation-container bold\">\r\n        <label for=\"donation-0\">\r\n            <input checked type=\"radio\" name=\"donation\" id=\"donation-0\" value=\"50\">\r\n            50 z\u0142        <\/label>\r\n        <label for=\"donation-1\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-1\" value=\"100\">\r\n            100 z\u0142        <\/label>\r\n        <label for=\"donation-2\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-2\" value=\"250\">\r\n            250 z\u0142        <\/label>\r\n        <label for=\"donation-custom-0\" class=\"custom-donation-label\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-custom-0\" value=\"custom\" class=\"donation-custom-check\">\r\n            <span class=\"custom-donation-text  custom-donation-text-0\">Inna kwota<\/span>\r\n            <input type=\"number\" step=\"1\" id=\"custom-amount-0\" name=\"custom-amount\" placeholder=\"Wpisz kwot\u0119\"\r\n                   min=\"5\" class=\"custom-amount-field\" style=\"display: none;\">\r\n        <\/label>\r\n    <\/div>\r\n    <span class='submit-button custom-link-4 bold'>\r\n        <input type=\"submit\" value=\"WP\u0141A\u0106\" \/>\r\n    <\/span>\r\n<\/form>\r\n\r\n<style type=\"text\/css\">\r\n    .custom-donation-text:before {\r\n        content: none !important;\r\n    }\r\n\r\n    .custom-donation-label {\r\n        position: relative;\r\n        display: inline-block;\r\n    }\r\n\r\n    input.custom-amount-field {\r\n        width: auto;\r\n        max-width: 150px;\r\n        padding: 9px !important;\r\n        border-radius: 4px !important;\r\n        border: 1px solid #ccc !important;\r\n        color: black !important;\r\n        cursor: auto !important;\r\n    }\r\n<\/style>\r\n\r\n\r\n<script type=\"application\/javascript\" >\r\n    jQuery(document).ready(function($) {\r\n        \/\/ Get this specific form by its data attribute\r\n        const formIndex = 0;\r\n        const form = $('.direct-form[data-form-index=\"' + formIndex + '\"]');\r\n\r\n        \/\/ Define all the elements for this specific form\r\n        const allRadios = form.find('input[name=\"donation\"]');\r\n        const customRadio = form.find('#donation-custom-' + formIndex);\r\n        const customAmountInput = form.find('#custom-amount-' + formIndex);\r\n        const customLabel = form.find('.custom-donation-text-' + formIndex);\r\n\r\n\r\n        \/\/ Function to toggle display of custom amount input\r\n        function toggleCustomAmount() {\r\n            if ($('#'+customRadio.prop('id')).is(\":checked\")) {\r\n                customLabel.hide();\r\n                customAmountInput.show();\r\n                customAmountInput.focus();\r\n            } else {\r\n                customLabel.show()\r\n                customAmountInput.hide();\r\n            }\r\n        }\r\n\r\n        customAmountInput.change( function(){\r\n            customRadio.val($(this).val());\r\n        } );\r\n\r\n        \/\/ Add event listeners to all radio buttons\r\n        allRadios.each((index, radio) => {\r\n            $(radio).change(function () {\r\n                if( $(this).is(':checked:not(.donation-custom-check)') ) {\r\n                 $('.donation-custom-check').prop('checked', false);\r\n                }\r\n                toggleCustomAmount();\r\n            } )\r\n        });\r\n\r\n        \/\/ When user clicks on the custom amount input, select the custom radio\r\n        customLabel.click( 'click', function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        } )\r\n\r\n        customRadio.click( function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        });\r\n\r\n        \/\/ When the form is submitted, update the custom radio value to the entered amount\r\n        form.submit(function(e) {\r\n            if (customRadio.checked) {\r\n                if (customAmountInput.value) {\r\n                    customRadio.value = customAmountInput.value;\r\n                } else {\r\n                    e.preventDefault(); \/\/ Prevent form submission if no amount is entered\r\n                    alert('Prosz\u0119 wpisa\u0107 kwot\u0119');\r\n                }\r\n            }\r\n        });\r\n    });\r\n<\/script>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>                          <\/div>\r\n                    <\/div>\r\n                                <\/div>\r\n        <\/div>\r\n                    <div class=\"arr-next\">\r\n                                        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/arr-next-sq2.svg\" alt=\"\" \/>\r\n                                    <\/div>\r\n                <\/div>\r\n        <\/div>\n          <div class=\"custom-container\">\n        <a href=\"https:\/\/www.pah.org.pl\/en\/what-we-do\/sos\/middle-east\/\" target=\"\" rel=\"https:\/\/www.pah.org.pl\/en\/what-we-do\/sos\/middle-east\/\"\n          class=\"grid-12 cont-info\" style=\"background-color:#e1007d\">\n          <div class=\"important-info h4-text color-1 medium\">\n            <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/pilne_ikonka.svg\" alt=\"\">\n            PILNE!          <\/div>\n          <div class=\"info medium color-1\">\n            On February 28, as a&nbsp;result of an attack by American and Israeli forces on Iran, the war in the Middle East escalated, spreading to 16 countries. We have been operating in the region for 28 years. Currently, we are active in Syria, Palestine, Lebanon, and Yemen. Today, our assistance is needed more than ever. <b>HELP WITH US<\/b>          <\/div>\n                      <div class=\"custom-link-4 bold color-1\">\n              DOWIEDZ SI\u0118 WI\u0118CEJ            <\/div>\n                  <\/a>\n      <\/div>\n    \n<\/section>\n[vc_empty_space][vc_separator style=&#8221;shadow&#8221; border_width=&#8221;10&#8243; css=&#8221;&#8221;]\n<section\n  class=\"custom-section numbers none-padding-top none-padding-bottom\">\n  <div class=\"custom-container\">\n    <div class=\"grid-12\">\n              <div class=\"title h1-text bold\">\n          We bring humanitarian aid        <\/div>\n              <div class=\"text bold\">\n          We help people suffering from conflicts, floods, earthquakes and other disasters. We support children and adults!        <\/div>\n            <div class=\"container-numbers \"\n        style=\"--column_ammount:5;\">\n                    <div class=\"line-separator\"><\/div>\n            <div class=\"number-single-element\">\r\n        <div class=\"number-container-custom color-10 font48 bold\" style=\"transition-delay:3966ms\">\r\n        <div class='container-number custom-animation-number'>\r\n            <div class='number-in' style=\"transition-duration:3966ms\">\r\n                                    <div class=\"single-number\">\r\n                        30 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        29 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        28 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        27 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        26 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        25 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        24 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        23 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        22 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        21 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        20 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        19 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        18 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        17 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        16 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        15 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        14 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        13 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        12 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        11 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        10 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        9 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        8 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        7 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        6 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        5 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        4 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        3 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        2 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        1 +                    <\/div>\r\n                                <\/div>\r\n        <\/div>\r\n        <div class=\"string\">\r\n                    <\/div>\r\n\r\n        <!-- 30+ -->\r\n    <\/div>\r\n    <div class=\"text bold\">\r\n        years    <\/div>\r\n<\/div>\r\n            <div class=\"line-separator\"><\/div>\n            <div class=\"number-single-element\">\r\n        <div class=\"number-container-custom color-10 font48 bold\" style=\"transition-delay:1317ms\">\r\n        <div class='container-number custom-animation-number'>\r\n            <div class='number-in' style=\"transition-duration:1317ms\">\r\n                                    <div class=\"single-number\">\r\n                        52                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        51                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        50                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        49                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        48                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        47                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        46                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        45                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        44                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        43                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        42                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        41                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        40                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        39                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        38                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        37                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        36                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        35                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        34                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        33                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        32                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        31                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        30                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        29                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        28                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        27                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        26                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        25                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        24                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        23                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        22                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        21                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        20                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        19                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        18                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        17                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        16                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        15                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        14                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        13                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        12                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        11                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        10                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        9                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        8                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        7                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        6                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        5                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        4                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        3                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        2                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        1                     <\/div>\r\n                                <\/div>\r\n        <\/div>\r\n        <div class=\"string\">\r\n                    <\/div>\r\n\r\n        <!-- 52 -->\r\n    <\/div>\r\n    <div class=\"text bold\">\r\n        countries    <\/div>\r\n<\/div>\r\n            <div class=\"line-separator\"><\/div>\n            <div class=\"number-single-element\">\r\n        <div class=\"number-container-custom color-10 font48 bold\" style=\"transition-delay:3588ms\">\r\n        <div class='container-number custom-animation-number'>\r\n            <div class='number-in' style=\"transition-duration:3588ms\">\r\n                                    <div class=\"single-number\">\r\n                        18,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        17,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        16,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        15,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        14,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        13,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        12,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        11,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        10,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        9,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        8,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        7,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        6,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        5,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        4,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        3,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        2,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        1,6 mln                    <\/div>\r\n                                <\/div>\r\n        <\/div>\r\n        <div class=\"string\">\r\n                    <\/div>\r\n\r\n        <!-- 18,6mln -->\r\n    <\/div>\r\n    <div class=\"text bold\">\r\n        of stories    <\/div>\r\n<\/div>\r\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n[vc_empty_space][vc_separator style=&#8221;shadow&#8221; border_width=&#8221;10&#8243; css=&#8221;&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; el_class=&#8221;w-full&#8221;][vc_column offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm&#8221;]<section class=\"custom-section slider-hero\">\n      <div class='slider-container-hero'>\n          <div class=\"elements-list-container elements-list-type-story-slider elements-anim-type-2\"\r\n        data-count=\"5\" data-rest=\"0\"\r\n        data-move=\"1\" data-dir=\"2\"\r\n        >\r\n                    <div class=\"arr-prev\">\r\n                                        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/arr-prev-sq2.svg\" alt=\"\" \/>\r\n                                    <\/div>\r\n                    <div class=\"elements-list\">\r\n            <div class=\"elements-group current\">\r\n                                    <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <div class=\"slider-single-element\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2026\/03\/KV_poziom_www_header-15.png\" alt=\"\" class=\"hero-img\">\r\n    <div class=\"custom-container\">\r\n        <div class=\"grid-12\">\r\n            <div class=\"text h1-text bold color-1\">\r\n                            <\/div>\r\n            \r\n<form method=\"post\" class=\"direct-form white\" action=\"https:\/\/pah.org.pl\/en\/donate?form=im-donating-to-support-pahs-humanitarian-work-around-the-world\" data-form-index=\"5\"\r\n>\r\n    <div class=\"title-form bold\">\r\n        Help people affected by war NOW!    <\/div>\r\n    <div class=\"donation-container bold\">\r\n        <label for=\"donation-0\">\r\n            <input checked type=\"radio\" name=\"donation\" id=\"donation-0\" value=\"50\">\r\n            50 z\u0142        <\/label>\r\n        <label for=\"donation-1\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-1\" value=\"100\">\r\n            100 z\u0142        <\/label>\r\n        <label for=\"donation-2\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-2\" value=\"250\">\r\n            250 z\u0142        <\/label>\r\n        <label for=\"donation-custom-5\" class=\"custom-donation-label\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-custom-5\" value=\"custom\" class=\"donation-custom-check\">\r\n            <span class=\"custom-donation-text  custom-donation-text-5\">Inna kwota<\/span>\r\n            <input type=\"number\" step=\"1\" id=\"custom-amount-5\" name=\"custom-amount\" placeholder=\"Wpisz kwot\u0119\"\r\n                   min=\"5\" class=\"custom-amount-field\" style=\"display: none;\">\r\n        <\/label>\r\n    <\/div>\r\n    <span class='submit-button custom-link-4 bold'>\r\n        <input type=\"submit\" value=\"WP\u0141A\u0106\" \/>\r\n    <\/span>\r\n<\/form>\r\n\r\n<style type=\"text\/css\">\r\n    .custom-donation-text:before {\r\n        content: none !important;\r\n    }\r\n\r\n    .custom-donation-label {\r\n        position: relative;\r\n        display: inline-block;\r\n    }\r\n\r\n    input.custom-amount-field {\r\n        width: auto;\r\n        max-width: 150px;\r\n        padding: 9px !important;\r\n        border-radius: 4px !important;\r\n        border: 1px solid #ccc !important;\r\n        color: black !important;\r\n        cursor: auto !important;\r\n    }\r\n<\/style>\r\n\r\n\r\n<script type=\"application\/javascript\" >\r\n    jQuery(document).ready(function($) {\r\n        \/\/ Get this specific form by its data attribute\r\n        const formIndex = 5;\r\n        const form = $('.direct-form[data-form-index=\"' + formIndex + '\"]');\r\n\r\n        \/\/ Define all the elements for this specific form\r\n        const allRadios = form.find('input[name=\"donation\"]');\r\n        const customRadio = form.find('#donation-custom-' + formIndex);\r\n        const customAmountInput = form.find('#custom-amount-' + formIndex);\r\n        const customLabel = form.find('.custom-donation-text-' + formIndex);\r\n\r\n\r\n        \/\/ Function to toggle display of custom amount input\r\n        function toggleCustomAmount() {\r\n            if ($('#'+customRadio.prop('id')).is(\":checked\")) {\r\n                customLabel.hide();\r\n                customAmountInput.show();\r\n                customAmountInput.focus();\r\n            } else {\r\n                customLabel.show()\r\n                customAmountInput.hide();\r\n            }\r\n        }\r\n\r\n        customAmountInput.change( function(){\r\n            customRadio.val($(this).val());\r\n        } );\r\n\r\n        \/\/ Add event listeners to all radio buttons\r\n        allRadios.each((index, radio) => {\r\n            $(radio).change(function () {\r\n                if( $(this).is(':checked:not(.donation-custom-check)') ) {\r\n                 $('.donation-custom-check').prop('checked', false);\r\n                }\r\n                toggleCustomAmount();\r\n            } )\r\n        });\r\n\r\n        \/\/ When user clicks on the custom amount input, select the custom radio\r\n        customLabel.click( 'click', function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        } )\r\n\r\n        customRadio.click( function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        });\r\n\r\n        \/\/ When the form is submitted, update the custom radio value to the entered amount\r\n        form.submit(function(e) {\r\n            if (customRadio.checked) {\r\n                if (customAmountInput.value) {\r\n                    customRadio.value = customAmountInput.value;\r\n                } else {\r\n                    e.preventDefault(); \/\/ Prevent form submission if no amount is entered\r\n                    alert('Prosz\u0119 wpisa\u0107 kwot\u0119');\r\n                }\r\n            }\r\n        });\r\n    });\r\n<\/script>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <div class=\"slider-single-element\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2026\/02\/Blackout-Kijow.jpg\" alt=\"\" class=\"hero-img\">\r\n    <div class=\"custom-container\">\r\n        <div class=\"grid-12\">\r\n            <div class=\"text h1-text bold color-1\">\r\n                It is been 4 years - help Ukrainie!            <\/div>\r\n            \r\n<form method=\"post\" class=\"direct-form white\" action=\"https:\/\/pah.org.pl\/en\/donate?form=im-donating-to-support-people-in-ukraine\" data-form-index=\"6\"\r\n>\r\n    <div class=\"title-form bold\">\r\n        I'm helping NOW!    <\/div>\r\n    <div class=\"donation-container bold\">\r\n        <label for=\"donation-0\">\r\n            <input checked type=\"radio\" name=\"donation\" id=\"donation-0\" value=\"50\">\r\n            50 z\u0142        <\/label>\r\n        <label for=\"donation-1\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-1\" value=\"100\">\r\n            100 z\u0142        <\/label>\r\n        <label for=\"donation-2\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-2\" value=\"250\">\r\n            250 z\u0142        <\/label>\r\n        <label for=\"donation-custom-6\" class=\"custom-donation-label\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-custom-6\" value=\"custom\" class=\"donation-custom-check\">\r\n            <span class=\"custom-donation-text  custom-donation-text-6\">Inna kwota<\/span>\r\n            <input type=\"number\" step=\"1\" id=\"custom-amount-6\" name=\"custom-amount\" placeholder=\"Wpisz kwot\u0119\"\r\n                   min=\"5\" class=\"custom-amount-field\" style=\"display: none;\">\r\n        <\/label>\r\n    <\/div>\r\n    <span class='submit-button custom-link-4 bold'>\r\n        <input type=\"submit\" value=\"WP\u0141A\u0106\" \/>\r\n    <\/span>\r\n<\/form>\r\n\r\n<style type=\"text\/css\">\r\n    .custom-donation-text:before {\r\n        content: none !important;\r\n    }\r\n\r\n    .custom-donation-label {\r\n        position: relative;\r\n        display: inline-block;\r\n    }\r\n\r\n    input.custom-amount-field {\r\n        width: auto;\r\n        max-width: 150px;\r\n        padding: 9px !important;\r\n        border-radius: 4px !important;\r\n        border: 1px solid #ccc !important;\r\n        color: black !important;\r\n        cursor: auto !important;\r\n    }\r\n<\/style>\r\n\r\n\r\n<script type=\"application\/javascript\" >\r\n    jQuery(document).ready(function($) {\r\n        \/\/ Get this specific form by its data attribute\r\n        const formIndex = 6;\r\n        const form = $('.direct-form[data-form-index=\"' + formIndex + '\"]');\r\n\r\n        \/\/ Define all the elements for this specific form\r\n        const allRadios = form.find('input[name=\"donation\"]');\r\n        const customRadio = form.find('#donation-custom-' + formIndex);\r\n        const customAmountInput = form.find('#custom-amount-' + formIndex);\r\n        const customLabel = form.find('.custom-donation-text-' + formIndex);\r\n\r\n\r\n        \/\/ Function to toggle display of custom amount input\r\n        function toggleCustomAmount() {\r\n            if ($('#'+customRadio.prop('id')).is(\":checked\")) {\r\n                customLabel.hide();\r\n                customAmountInput.show();\r\n                customAmountInput.focus();\r\n            } else {\r\n                customLabel.show()\r\n                customAmountInput.hide();\r\n            }\r\n        }\r\n\r\n        customAmountInput.change( function(){\r\n            customRadio.val($(this).val());\r\n        } );\r\n\r\n        \/\/ Add event listeners to all radio buttons\r\n        allRadios.each((index, radio) => {\r\n            $(radio).change(function () {\r\n                if( $(this).is(':checked:not(.donation-custom-check)') ) {\r\n                 $('.donation-custom-check').prop('checked', false);\r\n                }\r\n                toggleCustomAmount();\r\n            } )\r\n        });\r\n\r\n        \/\/ When user clicks on the custom amount input, select the custom radio\r\n        customLabel.click( 'click', function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        } )\r\n\r\n        customRadio.click( function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        });\r\n\r\n        \/\/ When the form is submitted, update the custom radio value to the entered amount\r\n        form.submit(function(e) {\r\n            if (customRadio.checked) {\r\n                if (customAmountInput.value) {\r\n                    customRadio.value = customAmountInput.value;\r\n                } else {\r\n                    e.preventDefault(); \/\/ Prevent form submission if no amount is entered\r\n                    alert('Prosz\u0119 wpisa\u0107 kwot\u0119');\r\n                }\r\n            }\r\n        });\r\n    });\r\n<\/script>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <div class=\"slider-single-element\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2025\/12\/Syria-rocznica-baner.jpg\" alt=\"\" class=\"hero-img\">\r\n    <div class=\"custom-container\">\r\n        <div class=\"grid-12\">\r\n            <div class=\"text h1-text bold color-1\">\r\n                SYRIA IS CRYING FOR HELP            <\/div>\r\n            \r\n<form method=\"post\" class=\"direct-form white\" action=\"https:\/\/pah.org.pl\/en\/donate?form=im-donating-to-help-people-in-syria\" data-form-index=\"7\"\r\n>\r\n    <div class=\"title-form bold\">\r\n        Support our actions:    <\/div>\r\n    <div class=\"donation-container bold\">\r\n        <label for=\"donation-0\">\r\n            <input checked type=\"radio\" name=\"donation\" id=\"donation-0\" value=\"50\">\r\n            50 z\u0142        <\/label>\r\n        <label for=\"donation-1\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-1\" value=\"100\">\r\n            100 z\u0142        <\/label>\r\n        <label for=\"donation-2\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-2\" value=\"250\">\r\n            250 z\u0142        <\/label>\r\n        <label for=\"donation-custom-7\" class=\"custom-donation-label\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-custom-7\" value=\"custom\" class=\"donation-custom-check\">\r\n            <span class=\"custom-donation-text  custom-donation-text-7\">Inna kwota<\/span>\r\n            <input type=\"number\" step=\"1\" id=\"custom-amount-7\" name=\"custom-amount\" placeholder=\"Wpisz kwot\u0119\"\r\n                   min=\"5\" class=\"custom-amount-field\" style=\"display: none;\">\r\n        <\/label>\r\n    <\/div>\r\n    <span class='submit-button custom-link-4 bold'>\r\n        <input type=\"submit\" value=\"WP\u0141A\u0106\" \/>\r\n    <\/span>\r\n<\/form>\r\n\r\n<style type=\"text\/css\">\r\n    .custom-donation-text:before {\r\n        content: none !important;\r\n    }\r\n\r\n    .custom-donation-label {\r\n        position: relative;\r\n        display: inline-block;\r\n    }\r\n\r\n    input.custom-amount-field {\r\n        width: auto;\r\n        max-width: 150px;\r\n        padding: 9px !important;\r\n        border-radius: 4px !important;\r\n        border: 1px solid #ccc !important;\r\n        color: black !important;\r\n        cursor: auto !important;\r\n    }\r\n<\/style>\r\n\r\n\r\n<script type=\"application\/javascript\" >\r\n    jQuery(document).ready(function($) {\r\n        \/\/ Get this specific form by its data attribute\r\n        const formIndex = 7;\r\n        const form = $('.direct-form[data-form-index=\"' + formIndex + '\"]');\r\n\r\n        \/\/ Define all the elements for this specific form\r\n        const allRadios = form.find('input[name=\"donation\"]');\r\n        const customRadio = form.find('#donation-custom-' + formIndex);\r\n        const customAmountInput = form.find('#custom-amount-' + formIndex);\r\n        const customLabel = form.find('.custom-donation-text-' + formIndex);\r\n\r\n\r\n        \/\/ Function to toggle display of custom amount input\r\n        function toggleCustomAmount() {\r\n            if ($('#'+customRadio.prop('id')).is(\":checked\")) {\r\n                customLabel.hide();\r\n                customAmountInput.show();\r\n                customAmountInput.focus();\r\n            } else {\r\n                customLabel.show()\r\n                customAmountInput.hide();\r\n            }\r\n        }\r\n\r\n        customAmountInput.change( function(){\r\n            customRadio.val($(this).val());\r\n        } );\r\n\r\n        \/\/ Add event listeners to all radio buttons\r\n        allRadios.each((index, radio) => {\r\n            $(radio).change(function () {\r\n                if( $(this).is(':checked:not(.donation-custom-check)') ) {\r\n                 $('.donation-custom-check').prop('checked', false);\r\n                }\r\n                toggleCustomAmount();\r\n            } )\r\n        });\r\n\r\n        \/\/ When user clicks on the custom amount input, select the custom radio\r\n        customLabel.click( 'click', function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        } )\r\n\r\n        customRadio.click( function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        });\r\n\r\n        \/\/ When the form is submitted, update the custom radio value to the entered amount\r\n        form.submit(function(e) {\r\n            if (customRadio.checked) {\r\n                if (customAmountInput.value) {\r\n                    customRadio.value = customAmountInput.value;\r\n                } else {\r\n                    e.preventDefault(); \/\/ Prevent form submission if no amount is entered\r\n                    alert('Prosz\u0119 wpisa\u0107 kwot\u0119');\r\n                }\r\n            }\r\n        });\r\n    });\r\n<\/script>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <div class=\"slider-single-element\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2025\/10\/Water-Mark-exhibition.png\" alt=\"\" class=\"hero-img\">\r\n    <div class=\"custom-container\">\r\n        <div class=\"grid-12\">\r\n            <div class=\"text h1-text bold color-1\">\r\n                HELP GAZA STRIP            <\/div>\r\n            \r\n<form method=\"post\" class=\"direct-form white\" action=\"https:\/\/pah.org.pl\/en\/donate?form=im-donating-to-help-people-in-palestine\" data-form-index=\"8\"\r\n>\r\n    <div class=\"title-form bold\">\r\n        Support our actions:    <\/div>\r\n    <div class=\"donation-container bold\">\r\n        <label for=\"donation-0\">\r\n            <input checked type=\"radio\" name=\"donation\" id=\"donation-0\" value=\"50\">\r\n            50 z\u0142        <\/label>\r\n        <label for=\"donation-1\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-1\" value=\"100\">\r\n            100 z\u0142        <\/label>\r\n        <label for=\"donation-2\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-2\" value=\"250\">\r\n            250 z\u0142        <\/label>\r\n        <label for=\"donation-custom-8\" class=\"custom-donation-label\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-custom-8\" value=\"custom\" class=\"donation-custom-check\">\r\n            <span class=\"custom-donation-text  custom-donation-text-8\">Inna kwota<\/span>\r\n            <input type=\"number\" step=\"1\" id=\"custom-amount-8\" name=\"custom-amount\" placeholder=\"Wpisz kwot\u0119\"\r\n                   min=\"5\" class=\"custom-amount-field\" style=\"display: none;\">\r\n        <\/label>\r\n    <\/div>\r\n    <span class='submit-button custom-link-4 bold'>\r\n        <input type=\"submit\" value=\"WP\u0141A\u0106\" \/>\r\n    <\/span>\r\n<\/form>\r\n\r\n<style type=\"text\/css\">\r\n    .custom-donation-text:before {\r\n        content: none !important;\r\n    }\r\n\r\n    .custom-donation-label {\r\n        position: relative;\r\n        display: inline-block;\r\n    }\r\n\r\n    input.custom-amount-field {\r\n        width: auto;\r\n        max-width: 150px;\r\n        padding: 9px !important;\r\n        border-radius: 4px !important;\r\n        border: 1px solid #ccc !important;\r\n        color: black !important;\r\n        cursor: auto !important;\r\n    }\r\n<\/style>\r\n\r\n\r\n<script type=\"application\/javascript\" >\r\n    jQuery(document).ready(function($) {\r\n        \/\/ Get this specific form by its data attribute\r\n        const formIndex = 8;\r\n        const form = $('.direct-form[data-form-index=\"' + formIndex + '\"]');\r\n\r\n        \/\/ Define all the elements for this specific form\r\n        const allRadios = form.find('input[name=\"donation\"]');\r\n        const customRadio = form.find('#donation-custom-' + formIndex);\r\n        const customAmountInput = form.find('#custom-amount-' + formIndex);\r\n        const customLabel = form.find('.custom-donation-text-' + formIndex);\r\n\r\n\r\n        \/\/ Function to toggle display of custom amount input\r\n        function toggleCustomAmount() {\r\n            if ($('#'+customRadio.prop('id')).is(\":checked\")) {\r\n                customLabel.hide();\r\n                customAmountInput.show();\r\n                customAmountInput.focus();\r\n            } else {\r\n                customLabel.show()\r\n                customAmountInput.hide();\r\n            }\r\n        }\r\n\r\n        customAmountInput.change( function(){\r\n            customRadio.val($(this).val());\r\n        } );\r\n\r\n        \/\/ Add event listeners to all radio buttons\r\n        allRadios.each((index, radio) => {\r\n            $(radio).change(function () {\r\n                if( $(this).is(':checked:not(.donation-custom-check)') ) {\r\n                 $('.donation-custom-check').prop('checked', false);\r\n                }\r\n                toggleCustomAmount();\r\n            } )\r\n        });\r\n\r\n        \/\/ When user clicks on the custom amount input, select the custom radio\r\n        customLabel.click( 'click', function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        } )\r\n\r\n        customRadio.click( function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        });\r\n\r\n        \/\/ When the form is submitted, update the custom radio value to the entered amount\r\n        form.submit(function(e) {\r\n            if (customRadio.checked) {\r\n                if (customAmountInput.value) {\r\n                    customRadio.value = customAmountInput.value;\r\n                } else {\r\n                    e.preventDefault(); \/\/ Prevent form submission if no amount is entered\r\n                    alert('Prosz\u0119 wpisa\u0107 kwot\u0119');\r\n                }\r\n            }\r\n        });\r\n    });\r\n<\/script>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <div class=\"slider-single-element\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2025\/06\/slider-Pomagaj-z-PAH.png\" alt=\"\" class=\"hero-img\">\r\n    <div class=\"custom-container\">\r\n        <div class=\"grid-12\">\r\n            <div class=\"text h1-text bold color-1\">\r\n                HELP WITH PAH            <\/div>\r\n            \r\n<form method=\"post\" class=\"direct-form white\" action=\"https:\/\/pah.org.pl\/en\/donate?form=im-donating-to-support-pahs-humanitarian-work-around-the-world\" data-form-index=\"9\"\r\n>\r\n    <div class=\"title-form bold\">\r\n        Support our actions:    <\/div>\r\n    <div class=\"donation-container bold\">\r\n        <label for=\"donation-0\">\r\n            <input checked type=\"radio\" name=\"donation\" id=\"donation-0\" value=\"50\">\r\n            50 z\u0142        <\/label>\r\n        <label for=\"donation-1\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-1\" value=\"100\">\r\n            100 z\u0142        <\/label>\r\n        <label for=\"donation-2\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-2\" value=\"250\">\r\n            250 z\u0142        <\/label>\r\n        <label for=\"donation-custom-9\" class=\"custom-donation-label\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-custom-9\" value=\"custom\" class=\"donation-custom-check\">\r\n            <span class=\"custom-donation-text  custom-donation-text-9\">Inna kwota<\/span>\r\n            <input type=\"number\" step=\"1\" id=\"custom-amount-9\" name=\"custom-amount\" placeholder=\"Wpisz kwot\u0119\"\r\n                   min=\"5\" class=\"custom-amount-field\" style=\"display: none;\">\r\n        <\/label>\r\n    <\/div>\r\n    <span class='submit-button custom-link-4 bold'>\r\n        <input type=\"submit\" value=\"WP\u0141A\u0106\" \/>\r\n    <\/span>\r\n<\/form>\r\n\r\n<style type=\"text\/css\">\r\n    .custom-donation-text:before {\r\n        content: none !important;\r\n    }\r\n\r\n    .custom-donation-label {\r\n        position: relative;\r\n        display: inline-block;\r\n    }\r\n\r\n    input.custom-amount-field {\r\n        width: auto;\r\n        max-width: 150px;\r\n        padding: 9px !important;\r\n        border-radius: 4px !important;\r\n        border: 1px solid #ccc !important;\r\n        color: black !important;\r\n        cursor: auto !important;\r\n    }\r\n<\/style>\r\n\r\n\r\n<script type=\"application\/javascript\" >\r\n    jQuery(document).ready(function($) {\r\n        \/\/ Get this specific form by its data attribute\r\n        const formIndex = 9;\r\n        const form = $('.direct-form[data-form-index=\"' + formIndex + '\"]');\r\n\r\n        \/\/ Define all the elements for this specific form\r\n        const allRadios = form.find('input[name=\"donation\"]');\r\n        const customRadio = form.find('#donation-custom-' + formIndex);\r\n        const customAmountInput = form.find('#custom-amount-' + formIndex);\r\n        const customLabel = form.find('.custom-donation-text-' + formIndex);\r\n\r\n\r\n        \/\/ Function to toggle display of custom amount input\r\n        function toggleCustomAmount() {\r\n            if ($('#'+customRadio.prop('id')).is(\":checked\")) {\r\n                customLabel.hide();\r\n                customAmountInput.show();\r\n                customAmountInput.focus();\r\n            } else {\r\n                customLabel.show()\r\n                customAmountInput.hide();\r\n            }\r\n        }\r\n\r\n        customAmountInput.change( function(){\r\n            customRadio.val($(this).val());\r\n        } );\r\n\r\n        \/\/ Add event listeners to all radio buttons\r\n        allRadios.each((index, radio) => {\r\n            $(radio).change(function () {\r\n                if( $(this).is(':checked:not(.donation-custom-check)') ) {\r\n                 $('.donation-custom-check').prop('checked', false);\r\n                }\r\n                toggleCustomAmount();\r\n            } )\r\n        });\r\n\r\n        \/\/ When user clicks on the custom amount input, select the custom radio\r\n        customLabel.click( 'click', function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        } )\r\n\r\n        customRadio.click( function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        });\r\n\r\n        \/\/ When the form is submitted, update the custom radio value to the entered amount\r\n        form.submit(function(e) {\r\n            if (customRadio.checked) {\r\n                if (customAmountInput.value) {\r\n                    customRadio.value = customAmountInput.value;\r\n                } else {\r\n                    e.preventDefault(); \/\/ Prevent form submission if no amount is entered\r\n                    alert('Prosz\u0119 wpisa\u0107 kwot\u0119');\r\n                }\r\n            }\r\n        });\r\n    });\r\n<\/script>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <div class=\"slider-single-element\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2026\/03\/KV_poziom_www_header-15.png\" alt=\"\" class=\"hero-img\">\r\n    <div class=\"custom-container\">\r\n        <div class=\"grid-12\">\r\n            <div class=\"text h1-text bold color-1\">\r\n                            <\/div>\r\n            \r\n<form method=\"post\" class=\"direct-form white\" action=\"https:\/\/pah.org.pl\/en\/donate?form=im-donating-to-support-pahs-humanitarian-work-around-the-world\" data-form-index=\"5\"\r\n>\r\n    <div class=\"title-form bold\">\r\n        Help people affected by war NOW!    <\/div>\r\n    <div class=\"donation-container bold\">\r\n        <label for=\"donation-0\">\r\n            <input checked type=\"radio\" name=\"donation\" id=\"donation-0\" value=\"50\">\r\n            50 z\u0142        <\/label>\r\n        <label for=\"donation-1\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-1\" value=\"100\">\r\n            100 z\u0142        <\/label>\r\n        <label for=\"donation-2\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-2\" value=\"250\">\r\n            250 z\u0142        <\/label>\r\n        <label for=\"donation-custom-5\" class=\"custom-donation-label\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-custom-5\" value=\"custom\" class=\"donation-custom-check\">\r\n            <span class=\"custom-donation-text  custom-donation-text-5\">Inna kwota<\/span>\r\n            <input type=\"number\" step=\"1\" id=\"custom-amount-5\" name=\"custom-amount\" placeholder=\"Wpisz kwot\u0119\"\r\n                   min=\"5\" class=\"custom-amount-field\" style=\"display: none;\">\r\n        <\/label>\r\n    <\/div>\r\n    <span class='submit-button custom-link-4 bold'>\r\n        <input type=\"submit\" value=\"WP\u0141A\u0106\" \/>\r\n    <\/span>\r\n<\/form>\r\n\r\n<style type=\"text\/css\">\r\n    .custom-donation-text:before {\r\n        content: none !important;\r\n    }\r\n\r\n    .custom-donation-label {\r\n        position: relative;\r\n        display: inline-block;\r\n    }\r\n\r\n    input.custom-amount-field {\r\n        width: auto;\r\n        max-width: 150px;\r\n        padding: 9px !important;\r\n        border-radius: 4px !important;\r\n        border: 1px solid #ccc !important;\r\n        color: black !important;\r\n        cursor: auto !important;\r\n    }\r\n<\/style>\r\n\r\n\r\n<script type=\"application\/javascript\" >\r\n    jQuery(document).ready(function($) {\r\n        \/\/ Get this specific form by its data attribute\r\n        const formIndex = 5;\r\n        const form = $('.direct-form[data-form-index=\"' + formIndex + '\"]');\r\n\r\n        \/\/ Define all the elements for this specific form\r\n        const allRadios = form.find('input[name=\"donation\"]');\r\n        const customRadio = form.find('#donation-custom-' + formIndex);\r\n        const customAmountInput = form.find('#custom-amount-' + formIndex);\r\n        const customLabel = form.find('.custom-donation-text-' + formIndex);\r\n\r\n\r\n        \/\/ Function to toggle display of custom amount input\r\n        function toggleCustomAmount() {\r\n            if ($('#'+customRadio.prop('id')).is(\":checked\")) {\r\n                customLabel.hide();\r\n                customAmountInput.show();\r\n                customAmountInput.focus();\r\n            } else {\r\n                customLabel.show()\r\n                customAmountInput.hide();\r\n            }\r\n        }\r\n\r\n        customAmountInput.change( function(){\r\n            customRadio.val($(this).val());\r\n        } );\r\n\r\n        \/\/ Add event listeners to all radio buttons\r\n        allRadios.each((index, radio) => {\r\n            $(radio).change(function () {\r\n                if( $(this).is(':checked:not(.donation-custom-check)') ) {\r\n                 $('.donation-custom-check').prop('checked', false);\r\n                }\r\n                toggleCustomAmount();\r\n            } )\r\n        });\r\n\r\n        \/\/ When user clicks on the custom amount input, select the custom radio\r\n        customLabel.click( 'click', function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        } )\r\n\r\n        customRadio.click( function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        });\r\n\r\n        \/\/ When the form is submitted, update the custom radio value to the entered amount\r\n        form.submit(function(e) {\r\n            if (customRadio.checked) {\r\n                if (customAmountInput.value) {\r\n                    customRadio.value = customAmountInput.value;\r\n                } else {\r\n                    e.preventDefault(); \/\/ Prevent form submission if no amount is entered\r\n                    alert('Prosz\u0119 wpisa\u0107 kwot\u0119');\r\n                }\r\n            }\r\n        });\r\n    });\r\n<\/script>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>                          <\/div>\r\n                    <\/div>\r\n                                <\/div>\r\n        <\/div>\r\n                    <div class=\"arr-next\">\r\n                                        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/arr-next-sq2.svg\" alt=\"\" \/>\r\n                                    <\/div>\r\n                <\/div>\r\n        <\/div>\n          <div class=\"custom-container\">\n        <a href=\"https:\/\/www.pah.org.pl\/en\/what-we-do\/sos\/middle-east\/\" target=\"\" rel=\"https:\/\/www.pah.org.pl\/en\/what-we-do\/sos\/middle-east\/\"\n          class=\"grid-12 cont-info\" style=\"background-color:#e1007d\">\n          <div class=\"important-info h4-text color-1 medium\">\n            <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/pilne_ikonka.svg\" alt=\"\">\n            PILNE!          <\/div>\n          <div class=\"info medium color-1\">\n            On February 28, as a&nbsp;result of an attack by American and Israeli forces on Iran, the war in the Middle East escalated, spreading to 16 countries. We have been operating in the region for 28 years. Currently, we are active in Syria, Palestine, Lebanon, and Yemen. Today, our assistance is needed more than ever. <b>HELP WITH US<\/b>          <\/div>\n                      <div class=\"custom-link-4 bold color-1\">\n              DOWIEDZ SI\u0118 WI\u0118CEJ            <\/div>\n                  <\/a>\n      <\/div>\n    \n<\/section>\n[vc_empty_space][vc_separator style=&#8221;shadow&#8221; border_width=&#8221;10&#8243; css=&#8221;&#8221;]\n<section\n  class=\"custom-section numbers none-padding-top none-padding-bottom\">\n  <div class=\"custom-container\">\n    <div class=\"grid-12\">\n              <div class=\"title h1-text bold\">\n          We bring humanitarian aid        <\/div>\n              <div class=\"text bold\">\n          We help people suffering from conflicts, floods, earthquakes and other disasters. We support children and adults!        <\/div>\n            <div class=\"container-numbers \"\n        style=\"--column_ammount:5;\">\n                    <div class=\"line-separator\"><\/div>\n            <div class=\"number-single-element\">\r\n        <div class=\"number-container-custom color-10 font48 bold\" style=\"transition-delay:1829ms\">\r\n        <div class='container-number custom-animation-number'>\r\n            <div class='number-in' style=\"transition-duration:1829ms\">\r\n                                    <div class=\"single-number\">\r\n                        30 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        29 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        28 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        27 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        26 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        25 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        24 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        23 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        22 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        21 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        20 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        19 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        18 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        17 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        16 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        15 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        14 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        13 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        12 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        11 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        10 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        9 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        8 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        7 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        6 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        5 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        4 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        3 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        2 +                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        1 +                    <\/div>\r\n                                <\/div>\r\n        <\/div>\r\n        <div class=\"string\">\r\n                    <\/div>\r\n\r\n        <!-- 30+ -->\r\n    <\/div>\r\n    <div class=\"text bold\">\r\n        years    <\/div>\r\n<\/div>\r\n            <div class=\"line-separator\"><\/div>\n            <div class=\"number-single-element\">\r\n        <div class=\"number-container-custom color-10 font48 bold\" style=\"transition-delay:1717ms\">\r\n        <div class='container-number custom-animation-number'>\r\n            <div class='number-in' style=\"transition-duration:1717ms\">\r\n                                    <div class=\"single-number\">\r\n                        52                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        51                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        50                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        49                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        48                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        47                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        46                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        45                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        44                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        43                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        42                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        41                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        40                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        39                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        38                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        37                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        36                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        35                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        34                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        33                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        32                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        31                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        30                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        29                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        28                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        27                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        26                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        25                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        24                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        23                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        22                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        21                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        20                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        19                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        18                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        17                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        16                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        15                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        14                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        13                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        12                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        11                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        10                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        9                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        8                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        7                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        6                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        5                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        4                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        3                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        2                     <\/div>\r\n                                        <div class=\"single-number\">\r\n                        1                     <\/div>\r\n                                <\/div>\r\n        <\/div>\r\n        <div class=\"string\">\r\n                    <\/div>\r\n\r\n        <!-- 52 -->\r\n    <\/div>\r\n    <div class=\"text bold\">\r\n        countries    <\/div>\r\n<\/div>\r\n            <div class=\"line-separator\"><\/div>\n            <div class=\"number-single-element\">\r\n        <div class=\"number-container-custom color-10 font48 bold\" style=\"transition-delay:1153ms\">\r\n        <div class='container-number custom-animation-number'>\r\n            <div class='number-in' style=\"transition-duration:1153ms\">\r\n                                    <div class=\"single-number\">\r\n                        18,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        17,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        16,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        15,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        14,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        13,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        12,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        11,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        10,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        9,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        8,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        7,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        6,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        5,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        4,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        3,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        2,6 mln                    <\/div>\r\n                                        <div class=\"single-number\">\r\n                        1,6 mln                    <\/div>\r\n                                <\/div>\r\n        <\/div>\r\n        <div class=\"string\">\r\n                    <\/div>\r\n\r\n        <!-- 18,6mln -->\r\n    <\/div>\r\n    <div class=\"text bold\">\r\n        of stories    <\/div>\r\n<\/div>\r\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n[vc_empty_space][vc_separator style=&#8221;shadow&#8221; border_width=&#8221;10&#8243; css=&#8221;&#8221;][\/vc_column][\/vc_row][vc_row disable_element=&#8221;yes&#8221; el_id=&#8221;Baner na kampanie aktualane&#8221;][vc_column]<section\n  class=\"custom-section homebox small-padding-top small-padding-bottom\"\">\n  <div class=\" custom-container\">\n  <div class=\"header h1-text bold\">\n      <\/div>\n  <div class=\"desc bold\">\n      <\/div>\n  <div class=\"container-section-in\">\n    <div class=\"image-container \">\n            <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2025\/09\/Untitled-design-606x480.png\" alt=\"\">\n      <div class=\"border\" style=\"border:#e1007d 1px solid\"><\/div>\n    <\/div>\n    <div class=\"cont-title-out\">\n      <div class=\"title-container\">\n        <div class=\"title h2-text bold\">\n          OPENING OF THE EXHIBITION 'WATER MARK'        <\/div>\n        <div class=\"text\">\n          <\/p>\n<p data-start=\"46\" data-end=\"192\">On Tuesday, September 16, at 6:00 PM, we invite you to the event \u201cA Year After the Flood \u2013 Are More Disasters Ahead?\u201d at Bar Studio in Warsaw.<\/p>\n<p data-start=\"194\" data-end=\"437\">We will present a&nbsp;report summarizing PAH\u2019s response to the flood and discuss the lessons we can draw from last year\u2019s disaster, the impact of climate change on its scale, and what we can do to better prepare for similar events in the future.<\/p>\n<p>\n        <\/div>\n                  <a href=\"https:\/\/www.pah.org.pl\/en\/what-we-do\/sos\/flood-365-days\/#meeting\" target=\"\" rel=\"https:\/\/www.pah.org.pl\/en\/what-we-do\/sos\/flood-365-days\/#meeting\"\n            class=\"custom-link-2 \">\n            Read more          <\/a>\n              <\/div>\n    <\/div>\n  <\/div>\n  <\/div>\n<\/section>\n<section\n  class=\"custom-section homebox small-padding-top small-padding-bottom\"\">\n  <div class=\" custom-container\">\n  <div class=\"header h1-text bold\">\n    FLOOD IN POLAND  <\/div>\n  <div class=\"desc bold\">\n    We help people affected by the flood in Poland  <\/div>\n  <div class=\"container-section-in\">\n    <div class=\"image-container \">\n            <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2025\/08\/365-dni-po-SOS-Powodz-720x350.png\" alt=\"\">\n      <div class=\"border\" style=\"border:#e1007d 1px solid\"><\/div>\n    <\/div>\n    <div class=\"cont-title-out\">\n      <div class=\"title-container\">\n        <div class=\"title h2-text bold\">\n          Flood - we help        <\/div>\n        <div class=\"text\">\n          <p>It will soon be a&nbsp;year since floods devastated towns and villages in south-western Poland. The scale of the damage was enormous, but so was the mutual aid. PAH and all those who supported us became part of it. Since September 2024, we have provided assistance to nearly 30,000 people in 101 locations!<\/p>\n        <\/div>\n                  <a href=\"https:\/\/www.pah.org.pl\/en\/what-we-do\/sos\/flood-365-days\/\" target=\"\" rel=\"https:\/\/www.pah.org.pl\/en\/what-we-do\/sos\/flood-365-days\/\"\n            class=\"custom-link-2 \">\n            Read more          <\/a>\n              <\/div>\n    <\/div>\n  <\/div>\n  <\/div>\n<\/section>\n[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column]<section\n  class=\"custom-section slider-page big-padding-top big-padding-bottom\"\">\n  <div class=\" custom-container\">\n  <div class=\"container-page-in\">\n    <div class=\"grid-12 head\">\n      <div class='title h1-text bold'>\n        What does PAH do?      <\/div>\n              <div class='text'>\n          Humanitarian aid is the response to various crises - from armed conflict to sudden natural disasters. It aims to meet the basic needs of those affected, such as access to food, water, shelter and healthcare. It is divided into areas (so-called clusters) in which individual organisations specialize. Polish Humanitarian Action currently operates in the following areas:        <\/div>\n          <\/div>\n          <div class='slider-container-page'>\n            <div class=\"elements-list-container elements-list-type-story-slider elements-anim-type-1\"\r\n        data-count=\"11\" data-rest=\"2\"\r\n        data-move=\"1\" data-dir=\"2\"\r\n        >\r\n                    <div class=\"arr-prev\">\r\n                                        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/arr-prev-sq.svg\" alt=\"\" \/>\r\n                                    <\/div>\r\n                    <div class=\"elements-list\">\r\n            <div class=\"elements-group current\">\r\n                                    <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pah.org.pl\/en\/what-we-do\/sos\" target=\"\" rel=\"https:\/\/pah.org.pl\/en\/what-we-do\/sos\"\r\n    class=\"slider-single-element color-2\">\r\n    <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/03\/Maroko_2023-610x406.jpg\" alt=\"\">\r\n    <\/div>\r\n    <div class=\"thumbnail-image-container\">\r\n        <img loading=\"lazy\" decoding=\"async\" width=\"40\" height=\"40\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/sos-40x40.png\" class=\"attachment-custom_ico size-custom_ico\" alt=\"\" srcset=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/sos-40x40.png 40w, https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/sos.png 128w\" sizes=\"(max-width: 40px) 100vw, 40px\" \/>    <\/div>\r\n    <div class=\"title h2-text bold\">\r\n        Emergency response    <\/div>\r\n            <div class=\"custom-bar\" style=\"background-color:#e1007d\">\r\n            <\/div>\r\n    <div class=\"content\">\r\n        <div class=\"content-in\">\r\n            <p><span style=\"font-weight: 400;\">When an armed conflict breaks out or a&nbsp;natural disaster strikes, the local community is not always able to react to the crisis on its own. State authorities do not have sufficient funds, and the people afflicted by disaster suddenly lose their possessions and are deprived of access to safe drinking water and other resources that they might find useful in a&nbsp;crisis. PAH then provides humanitarian aid &#8211; learn more about our activities<\/span><\/p>\n        <\/div>\r\n    <\/div>\r\n    <div class=\"custom-link-4 color-12 bold\">\r\n        DOWIEDZ SI\u0118 WI\u0118CEJ        <\/div>\r\n    <\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pah.org.pl\/en\/what-we-do\/water\" target=\"\" rel=\"https:\/\/pah.org.pl\/en\/what-we-do\/water\"\r\n    class=\"slider-single-element color-2\">\r\n    <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/03\/Sudan-Poludniowy-2023_600x400.jpg\" alt=\"\">\r\n    <\/div>\r\n    <div class=\"thumbnail-image-container\">\r\n        <img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/Woda_ikona_kolorowa_samodzielna.svg\" class=\"attachment-custom_ico size-custom_ico\" alt=\"\" \/>    <\/div>\r\n    <div class=\"title h2-text bold\">\r\n        Access to water    <\/div>\r\n            <div class=\"custom-bar\" style=\"background-color:#009fe3\">\r\n            <\/div>\r\n    <div class=\"content\">\r\n        <div class=\"content-in\">\r\n            <p><span style=\"font-weight: 400;\">Water is essential for every aspect of human life. Our health and physical well-being depend on its purity and accessibility. We need water not only for drinking. It is necessary for preparing meals, practicing good personal hygiene and keeping our households clean. Limited access to water can affect our educational and career opportunities. Find out how PAH provides access to water.<\/span><\/p>\n        <\/div>\r\n    <\/div>\r\n    <div class=\"custom-link-4 color-12 bold\">\r\n        DOWIEDZ SI\u0118 WI\u0118CEJ        <\/div>\r\n    <\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pah.org.pl\/en\/what-we-do\/food\" target=\"\" rel=\"https:\/\/pah.org.pl\/en\/what-we-do\/food\"\r\n    class=\"slider-single-element color-2\">\r\n    <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/05\/Kenia-2023-by-Kasia-4-1-610x406.jpg\" alt=\"\">\r\n    <\/div>\r\n    <div class=\"thumbnail-image-container\">\r\n        <img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/Zywnosc_ikona_kolorowa_samodzielna.svg\" class=\"attachment-custom_ico size-custom_ico\" alt=\"\u017bywno\u015b\u0107 ikona kolorowa samodzielna\" \/>    <\/div>\r\n    <div class=\"title h2-text bold\">\r\n        Access to food    <\/div>\r\n            <div class=\"custom-bar\" style=\"background-color:#58a618\">\r\n            <\/div>\r\n    <div class=\"content\">\r\n        <div class=\"content-in\">\r\n            <p><span style=\"font-weight: 400;\">Natural disasters and armed conflicts have a&nbsp;direct impact on access to food. Regardless of whether one lives in a&nbsp;drought-affected area or has left his or her home fleeing from an armed conflict \u2013 a&nbsp;food shortage poses a&nbsp;grave threat to health and life. See what PAH is doing to ensure access to food.<\/span><\/p>\n        <\/div>\r\n    <\/div>\r\n    <div class=\"custom-link-4 color-12 bold\">\r\n        DOWIEDZ SI\u0118 WI\u0118CEJ        <\/div>\r\n    <\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pah.org.pl\/en\/what-we-do\/shelter-nfi\" target=\"\" rel=\"https:\/\/pah.org.pl\/en\/what-we-do\/shelter-nfi\"\r\n    class=\"slider-single-element color-2\">\r\n    <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/Schronienie_600x400px.jpg\" alt=\"\">\r\n    <\/div>\r\n    <div class=\"thumbnail-image-container\">\r\n        <img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/Schronienie_ikona_kolorowa_samodzielna.svg\" class=\"attachment-custom_ico size-custom_ico\" alt=\"Schronienie ikona kolorowa samodzielna\" \/>    <\/div>\r\n    <div class=\"title h2-text bold\">\r\n        Shelter &amp; NFI    <\/div>\r\n            <div class=\"custom-bar\" style=\"background-color:#97a4ae\">\r\n            <\/div>\r\n    <div class=\"content\">\r\n        <div class=\"content-in\">\r\n            <p><span style=\"font-weight: 400;\">Having shelter provides one with a&nbsp;feeling of safety and privacy. It is a&nbsp;space that protects from cold, humidity, heat, and other risks to human health. The shelter also contains all of a&nbsp;person\u2019s belongings and ensures that they can live their everyday life in dignity.<\/span><span style=\"font-weight: 400;\"> Find out more about PAH&#8217;s activities in this field.<\/span><\/p>\n        <\/div>\r\n    <\/div>\r\n    <div class=\"custom-link-4 color-12 bold\">\r\n        DOWIEDZ SI\u0118 WI\u0118CEJ        <\/div>\r\n    <\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pah.org.pl\/en\/what-we-do\/education\" target=\"\" rel=\"https:\/\/pah.org.pl\/en\/what-we-do\/education\"\r\n    class=\"slider-single-element color-2\">\r\n    <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/2017-galeria-edukacja-marcin-suder-01.jpg\" alt=\"\">\r\n    <\/div>\r\n    <div class=\"thumbnail-image-container\">\r\n        <img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/Edukacja_ikona_kolorowa_samodzielna.svg\" class=\"attachment-custom_ico size-custom_ico\" alt=\"Edukacja ikona kolorowa samodzielna\" \/>    <\/div>\r\n    <div class=\"title h2-text bold\">\r\n        Access to education    <\/div>\r\n            <div class=\"custom-bar\" style=\"background-color:#ffb412\">\r\n            <\/div>\r\n    <div class=\"content\">\r\n        <div class=\"content-in\">\r\n            <p><span style=\"font-weight: 400;\">Everyone should have access to education, also during a&nbsp;humanitarian crisis. The chance to attend school in a&nbsp;difficult humanitarian situation gives a&nbsp;sense of safety and stability. Even if one has only limited access to education, one can still further broaden one\u2019s knowledge and acquire new skills. See what PAH does to provide access to education.<\/span><\/p>\n        <\/div>\r\n    <\/div>\r\n    <div class=\"custom-link-4 color-12 bold\">\r\n        DOWIEDZ SI\u0118 WI\u0118CEJ        <\/div>\r\n    <\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pah.org.pl\/en\/what-we-do\/legal-and-psychosocial-support\" target=\"\" rel=\"https:\/\/pah.org.pl\/en\/what-we-do\/legal-and-psychosocial-support\"\r\n    class=\"slider-single-element color-2\">\r\n    <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2018\/10\/2019_artykuly_Ukraina_OFDA.png\" alt=\"\">\r\n    <\/div>\r\n    <div class=\"thumbnail-image-container\">\r\n        <img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/Ochrona_ikona_kolorowa_samodzielna.svg\" class=\"attachment-custom_ico size-custom_ico\" alt=\"Pomoc psychospo\u0142eczna ikona kolorowa samodzielna\" \/>    <\/div>\r\n    <div class=\"title h2-text bold\">\r\n        Legal and psychosocial support    <\/div>\r\n            <div class=\"custom-bar\" style=\"background-color:#2d3282\">\r\n            <\/div>\r\n    <div class=\"content\">\r\n        <div class=\"content-in\">\r\n            <p><span style=\"font-weight: 400;\">A humanitarian crisis means constant, prolonged fear and stress for those who experience it. It takes a&nbsp;heavy toll on mental health, which is why we provide psychological and social support to the elderly, lonely people, children, and people with disabilities. Find out more about PAH&#8217;s activities in this field.<\/span><\/p>\n        <\/div>\r\n    <\/div>\r\n    <div class=\"custom-link-4 color-12 bold\">\r\n        DOWIEDZ SI\u0118 WI\u0118CEJ        <\/div>\r\n    <\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pah.org.pl\/en\/what-we-do\/financial-aid\" target=\"\" rel=\"https:\/\/pah.org.pl\/en\/what-we-do\/financial-aid\"\r\n    class=\"slider-single-element color-2\">\r\n    <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/MPCA-PAH-Dniepr-styczen-2024-610x406.jpg\" alt=\"\">\r\n    <\/div>\r\n    <div class=\"thumbnail-image-container\">\r\n        <img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/Finanse_ikona_kolorowa_samodzielna.svg\" class=\"attachment-custom_ico size-custom_ico\" alt=\"Wsparcie finansowe ikona kolorowa samodzielna\" \/>    <\/div>\r\n    <div class=\"title h2-text bold\">\r\n        Financial aid    <\/div>\r\n            <div class=\"custom-bar\" style=\"background-color:#97a4ae\">\r\n            <\/div>\r\n    <div class=\"content\">\r\n        <div class=\"content-in\">\r\n            <p><span style=\"font-weight: 400;\">Financial aid is a&nbsp;direct form of assistance that strengthens the empowerment of the people it reaches. It allows them to buy what they need most at the time or to cover necessary fees. Find out what PAH is doing to provide this type of support.<\/span><\/p>\n        <\/div>\r\n    <\/div>\r\n    <div class=\"custom-link-4 color-12 bold\">\r\n        DOWIEDZ SI\u0118 WI\u0118CEJ        <\/div>\r\n    <\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pah.org.pl\/en\/what-we-do\/health-care\" target=\"\" rel=\"https:\/\/pah.org.pl\/en\/what-we-do\/health-care\"\r\n    class=\"slider-single-element color-2\">\r\n    <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2021\/03\/Jemen-YHF.jpg\" alt=\"\">\r\n    <\/div>\r\n    <div class=\"thumbnail-image-container\">\r\n        <img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/Zdrowie_ikona_kolorowa_samodzielna.svg\" class=\"attachment-custom_ico size-custom_ico\" alt=\"Pomoc medyczna ikona kolorowa samodzielna\" \/>    <\/div>\r\n    <div class=\"title h2-text bold\">\r\n        Healthcare    <\/div>\r\n            <div class=\"custom-bar\" style=\"background-color:#cd0c26\">\r\n            <\/div>\r\n    <div class=\"content\">\r\n        <div class=\"content-in\">\r\n            <p><span style=\"font-weight: 400;\">When a&nbsp;humanitarian crisis occurs, people&#8217;s health and lives are particularly at risk. Lack of safe shelter, clean water, food, and access to health care is a&nbsp;particularly dangerous situation for pregnant women, the elderly, and the chronically ill. See what PAH is doing to ensure access to health care and safe living conditions.<\/span><\/p>\n        <\/div>\r\n    <\/div>\r\n    <div class=\"custom-link-4 color-12 bold\">\r\n        DOWIEDZ SI\u0118 WI\u0118CEJ        <\/div>\r\n    <\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pah.org.pl\/en\/what-we-do\/camp-management\/\" target=\"\" rel=\"https:\/\/pah.org.pl\/en\/what-we-do\/camp-management\/\"\r\n    class=\"slider-single-element color-2\">\r\n    <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/Iraq-Irak-2016-oboz-Cayara-610x344.jpg\" alt=\"\">\r\n    <\/div>\r\n    <div class=\"thumbnail-image-container\">\r\n        <img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/Zarzadzanie_obozami_ikona_kolorowa_samodzielna.svg\" class=\"attachment-custom_ico size-custom_ico\" alt=\"Zarz\u0105dzanie obozami ikona kolorowa samodzielna\" \/>    <\/div>\r\n    <div class=\"title h2-text bold\">\r\n        Camp management    <\/div>\r\n            <div class=\"custom-bar\" style=\"background-color:#97a4ae\">\r\n            <\/div>\r\n    <div class=\"content\">\r\n        <div class=\"content-in\">\r\n            <p><span style=\"font-weight: 400;\">Natural disasters and armed conflicts often leave people homeless. Sometimes their homes are destroyed, and sometimes the region in which they live is no longer safe for them. For people who have lost all their belongings, a&nbsp;camp is often the only place where they can count on shelter, access to water or toilets and other basic services. Find out what PAH is doing in the field of camp management.<\/span><\/p>\n        <\/div>\r\n    <\/div>\r\n    <div class=\"custom-link-4 color-12 bold\">\r\n        DOWIEDZ SI\u0118 WI\u0118CEJ        <\/div>\r\n    <\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pah.org.pl\/en\/what-we-do\/drr\" target=\"\" rel=\"https:\/\/pah.org.pl\/en\/what-we-do\/drr\"\r\n    class=\"slider-single-element color-2\">\r\n    <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2020\/10\/2020-20202-SOMALIA-\u2013-WODADRR.jpeg\" alt=\"\">\r\n    <\/div>\r\n    <div class=\"thumbnail-image-container\">\r\n        <img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/Katastrofy_ikona_kolorowa_samodzielna.svg\" class=\"attachment-custom_ico size-custom_ico\" alt=\"Ograniczanie ryzyka katastrof ikona samodzielna kolorowa\" \/>    <\/div>\r\n    <div class=\"title h2-text bold\">\r\n        Disaster risk reduction    <\/div>\r\n            <div class=\"custom-bar\" style=\"background-color:#f08200\">\r\n            <\/div>\r\n    <div class=\"content\">\r\n        <div class=\"content-in\">\r\n            <p><span style=\"font-weight: 400;\">Disaster risk reduction activities make communities more resilient to the crises they may face. These are now often in response to events resulting from climate change, such as the increasingly frequent and prolonged periods of drought faced by people in some regions of the world and the associated food shortages. Find out what PAH is doing to reduce disaster risk. <\/span><\/p>\n        <\/div>\r\n    <\/div>\r\n    <div class=\"custom-link-4 color-12 bold\">\r\n        DOWIEDZ SI\u0118 WI\u0118CEJ        <\/div>\r\n    <\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pah.org.pl\/en\/what-we-do\/development-cooperation\" target=\"\" rel=\"https:\/\/pah.org.pl\/en\/what-we-do\/development-cooperation\"\r\n    class=\"slider-single-element color-2\">\r\n    <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/10\/Wspolpraca-rozwojowa-naglowek2-610x299.jpg\" alt=\"\">\r\n    <\/div>\r\n    <div class=\"thumbnail-image-container\">\r\n        <img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/10\/Wspolpraca_rozwojowa-1.svg\" class=\"attachment-custom_ico size-custom_ico\" alt=\"\" \/>    <\/div>\r\n    <div class=\"title h2-text bold\">\r\n        Development cooperation    <\/div>\r\n            <div class=\"custom-bar\" style=\"background-color:#ffb412\">\r\n            <\/div>\r\n    <div class=\"content\">\r\n        <div class=\"content-in\">\r\n            <p><span class=\"TextRun SCXW263640465 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"auto\"><span class=\"NormalTextRun SCXW263640465 BCX0\">Development cooperation and aid are various forms of support which are provided to the developing countries with a&nbsp;sufficient financial capital, international organizations, finance organizations and non-government organizations. It may take financial, material and technical forms.\u00a0<\/span><\/span><span class=\"EOP SCXW263640465 BCX0\" data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:279}\">\u00a0<\/span><\/p>\n        <\/div>\r\n    <\/div>\r\n    <div class=\"custom-link-4 color-12 bold\">\r\n        DOWIEDZ SI\u0118 WI\u0118CEJ        <\/div>\r\n    <\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pah.org.pl\/en\/what-we-do\/sos\" target=\"\" rel=\"https:\/\/pah.org.pl\/en\/what-we-do\/sos\"\r\n    class=\"slider-single-element color-2\">\r\n    <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/03\/Maroko_2023-610x406.jpg\" alt=\"\">\r\n    <\/div>\r\n    <div class=\"thumbnail-image-container\">\r\n        <img loading=\"lazy\" decoding=\"async\" width=\"40\" height=\"40\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/sos-40x40.png\" class=\"attachment-custom_ico size-custom_ico\" alt=\"\" srcset=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/sos-40x40.png 40w, https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/sos.png 128w\" sizes=\"(max-width: 40px) 100vw, 40px\" \/>    <\/div>\r\n    <div class=\"title h2-text bold\">\r\n        Emergency response    <\/div>\r\n            <div class=\"custom-bar\" style=\"background-color:#e1007d\">\r\n            <\/div>\r\n    <div class=\"content\">\r\n        <div class=\"content-in\">\r\n            <p><span style=\"font-weight: 400;\">When an armed conflict breaks out or a&nbsp;natural disaster strikes, the local community is not always able to react to the crisis on its own. State authorities do not have sufficient funds, and the people afflicted by disaster suddenly lose their possessions and are deprived of access to safe drinking water and other resources that they might find useful in a&nbsp;crisis. PAH then provides humanitarian aid &#8211; learn more about our activities<\/span><\/p>\n        <\/div>\r\n    <\/div>\r\n    <div class=\"custom-link-4 color-12 bold\">\r\n        DOWIEDZ SI\u0118 WI\u0118CEJ        <\/div>\r\n    <\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pah.org.pl\/en\/what-we-do\/water\" target=\"\" rel=\"https:\/\/pah.org.pl\/en\/what-we-do\/water\"\r\n    class=\"slider-single-element color-2\">\r\n    <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/03\/Sudan-Poludniowy-2023_600x400.jpg\" alt=\"\">\r\n    <\/div>\r\n    <div class=\"thumbnail-image-container\">\r\n        <img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/Woda_ikona_kolorowa_samodzielna.svg\" class=\"attachment-custom_ico size-custom_ico\" alt=\"\" \/>    <\/div>\r\n    <div class=\"title h2-text bold\">\r\n        Access to water    <\/div>\r\n            <div class=\"custom-bar\" style=\"background-color:#009fe3\">\r\n            <\/div>\r\n    <div class=\"content\">\r\n        <div class=\"content-in\">\r\n            <p><span style=\"font-weight: 400;\">Water is essential for every aspect of human life. Our health and physical well-being depend on its purity and accessibility. We need water not only for drinking. It is necessary for preparing meals, practicing good personal hygiene and keeping our households clean. Limited access to water can affect our educational and career opportunities. Find out how PAH provides access to water.<\/span><\/p>\n        <\/div>\r\n    <\/div>\r\n    <div class=\"custom-link-4 color-12 bold\">\r\n        DOWIEDZ SI\u0118 WI\u0118CEJ        <\/div>\r\n    <\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pah.org.pl\/en\/what-we-do\/food\" target=\"\" rel=\"https:\/\/pah.org.pl\/en\/what-we-do\/food\"\r\n    class=\"slider-single-element color-2\">\r\n    <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/05\/Kenia-2023-by-Kasia-4-1-610x406.jpg\" alt=\"\">\r\n    <\/div>\r\n    <div class=\"thumbnail-image-container\">\r\n        <img loading=\"lazy\" decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/Zywnosc_ikona_kolorowa_samodzielna.svg\" class=\"attachment-custom_ico size-custom_ico\" alt=\"\u017bywno\u015b\u0107 ikona kolorowa samodzielna\" \/>    <\/div>\r\n    <div class=\"title h2-text bold\">\r\n        Access to food    <\/div>\r\n            <div class=\"custom-bar\" style=\"background-color:#58a618\">\r\n            <\/div>\r\n    <div class=\"content\">\r\n        <div class=\"content-in\">\r\n            <p><span style=\"font-weight: 400;\">Natural disasters and armed conflicts have a&nbsp;direct impact on access to food. Regardless of whether one lives in a&nbsp;drought-affected area or has left his or her home fleeing from an armed conflict \u2013 a&nbsp;food shortage poses a&nbsp;grave threat to health and life. See what PAH is doing to ensure access to food.<\/span><\/p>\n        <\/div>\r\n    <\/div>\r\n    <div class=\"custom-link-4 color-12 bold\">\r\n        DOWIEDZ SI\u0118 WI\u0118CEJ        <\/div>\r\n    <\/a>                          <\/div>\r\n                    <\/div>\r\n                    <div class=\"el empty-el\"><\/div>            <\/div>\r\n        <\/div>\r\n                    <div class=\"arr-next\">\r\n                                        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/arr-next-sq.svg\" alt=\"\" \/>\r\n                                    <\/div>\r\n                            <div class=\"elements-bar\">\r\n                    <div class=\"bar-in\">\r\n\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n          <\/div>\n\n      <\/div>\n  <\/div>\n<\/section>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column]<section\n  class=\"custom-section homebox small-padding-top big-padding-bottom\"\">\n  <div class=\" custom-container\">\n  <div class=\"header h1-text bold\">\n    16.5 million stories  <\/div>\n  <div class=\"desc bold\">\n    Visit the HOME platform - a space where the stories of people experiencing humanitarian crises resound.  <\/div>\n  <div class=\"container-section-in\">\n    <div class=\"image-container \">\n            <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/02\/220402_GRZYBOWSKA_723-1920x1536-1-600x480.jpg\" alt=\"\">\n      <div class=\"border\" style=\"border: 1px solid\"><\/div>\n    <\/div>\n    <div class=\"cont-title-out\">\n      <div class=\"title-container\">\n        <div class=\"title h2-text bold\">\n          The story of Ahmad Al-Sadeq #Syria        <\/div>\n        <div class=\"text\">\n          <\/p>\n<blockquote>\n<p><em><span style=\"font-weight: 400;\">That year, we saw things we had only read about in history books about the Second World War.<\/span><\/em><\/p>\n<p><em><span style=\"font-weight: 400;\">The Syrian Civil War brought the army into our streets. There were many checkpoints, with soldiers carrying guns. Tanks were targeting defenseless protestors, shooting them down.<\/span><\/em><\/p>\n<p><em><span style=\"font-weight: 400;\">A few months later, the war spiraled into a&nbsp;civil and international conflict. Soldiers from all over the world descended on my country.<\/span><\/em><\/p>\n<\/blockquote>\n<p>\n        <\/div>\n                  <a href=\"https:\/\/www.pah.org.pl\/dom\/en\/chapter\/one-day\/\" target=\"\" rel=\"https:\/\/www.pah.org.pl\/dom\/en\/chapter\/one-day\/\"\n            class=\"custom-link-2 \">\n            Read more          <\/a>\n              <\/div>\n    <\/div>\n  <\/div>\n  <\/div>\n<\/section>\n[\/vc_column][\/vc_row][vc_row][vc_column]\n<section\n  class=\"custom-section numbers small-padding-top none-padding-bottom\">\n  <div class=\"custom-container\">\n    <div class=\"grid-12\">\n              <div class=\"title h1-text bold\">\n          Where does PAH operate?        <\/div>\n              <div class=\"text bold\">\n          Click &amp; learn more!        <\/div>\n            <div class=\"container-numbers display-none\"\n        style=\"--column_ammount:-1;\">\n              <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; el_id=&#8221;map&#8221;][vc_column][vc_column_text css=&#8221;.vc_custom_1718800163417{padding-top: -10px !important;}&#8221;]<div id=\"mapplic-id20280\" data-mapdata=\"{&quot;mapwidth&quot;:&quot;1200&quot;,&quot;mapheight&quot;:&quot;760&quot;,&quot;action&quot;:&quot;tooltip&quot;,&quot;fillcolor&quot;:&quot;#469cde&quot;,&quot;maxscale&quot;:&quot;5&quot;,&quot;basecolor&quot;:&quot;#469cde&quot;,&quot;customcss&quot;:&quot;.mapplic-element .mapplic-tooltip .mapplic-tooltip-close {\\n\\tbackground: #469cde;\\n\\tdisplay:block;\\n\\tpadding:10px;\\n\\ttop: 10px;\\n\\tright: 10px;\\n\\tposition: absolute;\\n}\\n.mapplic-element .mapplic-tooltip .mapplic-tooltip-close * {\\n\\tdisplay:none;\\n}\\n.mapplic-element .mapplic-tooltip .mapplic-tooltip-close::before,\\n.mapplic-element .mapplic-tooltip .mapplic-tooltip-close::after\\n{\\n\\tdisplay:block !important;\\n\\tcontent: &#039;&#039;;\\n\\tposition: absolute;\\n\\tleft: 4px;\\n\\ttop: 50%;\\n\\theight: 2px;\\n\\twidth: 12px;\\n\\tmargin-top: -1px;\\n\\tbackground: #fff;\\n}\\n.mapplic-element .mapplic-tooltip .mapplic-tooltip-close::before {\\n\\ttransform: rotate(45deg);\\n}\\n.mapplic-element .mapplic-tooltip .mapplic-tooltip-close::after {\\n\\ttransform: rotate(-45deg);\\n}&quot;,&quot;fullscreen&quot;:false,&quot;hovertip&quot;:true,&quot;hovertipdesc&quot;:false,&quot;smartip&quot;:false,&quot;deeplinking&quot;:true,&quot;linknewtab&quot;:false,&quot;minimap&quot;:false,&quot;animations&quot;:false,&quot;zoom&quot;:true,&quot;zoombuttons&quot;:true,&quot;clearbutton&quot;:true,&quot;zoomoutclose&quot;:true,&quot;closezoomout&quot;:true,&quot;mousewheel&quot;:true,&quot;mapfill&quot;:false,&quot;sidebar&quot;:false,&quot;search&quot;:false,&quot;searchdescription&quot;:false,&quot;alphabetic&quot;:false,&quot;thumbholder&quot;:false,&quot;sidebartoggle&quot;:false,&quot;filtersopened&quot;:false,&quot;highlight&quot;:false,&quot;levels&quot;:[{&quot;id&quot;:&quot;my-map&quot;,&quot;title&quot;:&quot;My Map&quot;,&quot;map&quot;:&quot;\\\/\\\/www.pah.org.pl\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/mapa-eckert-IV.svg&quot;,&quot;minimap&quot;:&quot;&quot;}],&quot;styles&quot;:[{&quot;base&quot;:{&quot;fill&quot;:&quot;#0072bc&quot;},&quot;hover&quot;:{&quot;fill&quot;:&quot;#061f9b&quot;},&quot;active&quot;:{&quot;fill&quot;:&quot;#002f6d&quot;},&quot;class&quot;:&quot;AKTUALNE&quot;},{&quot;base&quot;:{&quot;fill&quot;:&quot;#b3c8e0&quot;},&quot;hover&quot;:{&quot;fill&quot;:&quot;#061f9b&quot;},&quot;active&quot;:{&quot;fill&quot;:&quot;#002f6d&quot;},&quot;class&quot;:&quot;DAWNE&quot;}],&quot;categories&quot;:[],&quot;locations&quot;:[{&quot;title&quot;:&quot;Poland&quot;,&quot;id&quot;:&quot;PL&quot;,&quot;pin&quot;:&quot;hidden&quot;,&quot;style&quot;:&quot;AKTUALNE&quot;,&quot;image&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/MicrosoftTeams-image-3-scaled.jpg&quot;,&quot;action&quot;:&quot;default&quot;,&quot;x&quot;:&quot;0.5661&quot;,&quot;y&quot;:&quot;0.2348&quot;,&quot;level&quot;:&quot;my-map&quot;,&quot;color&quot;:&quot;#469cde&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;PAH activities in Poland:&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;&lt;a href=\\&quot;https:\\\/\\\/www.pajacyk.pl\\\/\\&quot;&gt;Pajacyk program&lt;\\\/a&gt; - food and psychosocial assistance&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;a href=\\&quot;https:\\\/\\\/www.pah.org.pl\\\/ukraina\\&quot;&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;support for people from Ukraine&lt;\\\/span&gt;&lt;\\\/a&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;activities on the Polish-Belarusian border&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;a href=\\&quot;https:\\\/\\\/www.pah.org.pl\\\/zaangazuj-sie\\\/edukacjaglobalna\\\/\\&quot;&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;global education&lt;\\\/span&gt;&lt;\\\/a&gt;&lt;\\\/li&gt;&lt;\\\/ul&gt;&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/en\\\/pah-poland\\\/&quot;},{&quot;title&quot;:&quot;Ukraine&quot;,&quot;id&quot;:&quot;UA&quot;,&quot;pin&quot;:&quot;hidden&quot;,&quot;style&quot;:&quot;AKTUALNE&quot;,&quot;image&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/wp-content\\\/uploads\\\/2017\\\/05\\\/2017-galeria-ukraina-pah-04.jpg&quot;,&quot;action&quot;:&quot;default&quot;,&quot;x&quot;:&quot;0.5986&quot;,&quot;y&quot;:&quot;0.2462&quot;,&quot;level&quot;:&quot;my-map&quot;,&quot;color&quot;:&quot;#469cde&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;PAH activities in Ukraine:&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;psychological and social assistance&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;food support&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;material assistance&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;repairs of houses&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;financial assistance&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;\\\/ul&gt;&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/en\\\/ukraine\\\/&quot;},{&quot;title&quot;:&quot;Completed: Turkey &amp; Syria&quot;,&quot;id&quot;:&quot;TR&quot;,&quot;pin&quot;:&quot;hidden&quot;,&quot;style&quot;:&quot;DAWNE&quot;,&quot;image&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Turcja-trzesienie-oboz-750-x-450.jpg&quot;,&quot;action&quot;:&quot;default&quot;,&quot;x&quot;:&quot;0.6045&quot;,&quot;y&quot;:&quot;0.2990&quot;,&quot;level&quot;:&quot;my-map&quot;,&quot;color&quot;:&quot;#469cde&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;PAH activities in Syria (and Turkey):&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;assisting in response to the earthquake that hit both countries&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;providing access to water and water and sanitary infrastructure&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;reception centers for people who have lost their homes&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;vocational training&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;subsidies for your own business&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;\\\/ul&gt;&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/en\\\/turkey-syria\\\/&quot;},{&quot;title&quot;:&quot;Syria&quot;,&quot;id&quot;:&quot;SY&quot;,&quot;pin&quot;:&quot;hidden&quot;,&quot;style&quot;:&quot;AKTUALNE&quot;,&quot;image&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/Copy-of-1762262267867-1-scaled.jpg&quot;,&quot;action&quot;:&quot;default&quot;,&quot;x&quot;:&quot;0.6184&quot;,&quot;y&quot;:&quot;0.3261&quot;,&quot;level&quot;:&quot;my-map&quot;,&quot;color&quot;:&quot;#469cde&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;PAH activities in Syria:&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;ul&gt;&lt;li&gt;supplying water to refugee camps&lt;\\\/li&gt;&lt;li&gt;waste removal&lt;\\\/li&gt;&lt;li&gt;hygiene items&lt;\\\/li&gt;&lt;li&gt;women\\u2019s intimate hygiene products&lt;\\\/li&gt;&lt;li&gt;menstrual hygiene awareness sessions&lt;\\\/li&gt;&lt;li&gt;hygiene training sessions&lt;\\\/li&gt;&lt;\\\/ul&gt;&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/en\\\/syria\\\/&quot;},{&quot;title&quot;:&quot;Gaza Strip&quot;,&quot;id&quot;:&quot;IL&quot;,&quot;pin&quot;:&quot;pin-sm&quot;,&quot;fill&quot;:&quot;#469cde&quot;,&quot;style&quot;:&quot;AKTUALNE&quot;,&quot;image&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/1.-Strefa-Gazy.jpg&quot;,&quot;action&quot;:&quot;default&quot;,&quot;x&quot;:&quot;0.6065&quot;,&quot;y&quot;:&quot;0.3367&quot;,&quot;level&quot;:&quot;my-map&quot;,&quot;color&quot;:&quot;#469cde&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;PAH activities in the Gaza Strip:&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;providing personal hygiene products&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;food support&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;\\\/ul&gt;&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/en\\\/palestine\\\/&quot;},{&quot;title&quot;:&quot;Yemen&quot;,&quot;id&quot;:&quot;YE&quot;,&quot;pin&quot;:&quot;hidden&quot;,&quot;style&quot;:&quot;AKTUALNE&quot;,&quot;image&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/Jemen-1000x670px.jpg&quot;,&quot;action&quot;:&quot;default&quot;,&quot;x&quot;:&quot;0.6498&quot;,&quot;y&quot;:&quot;0.4431&quot;,&quot;level&quot;:&quot;my-map&quot;,&quot;color&quot;:&quot;#469cde&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;PAH activities in Yemen:&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;refugee camp management&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;support for medical facilities&lt;\\\/span&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;&lt;br \\\/&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;\\\/ul&gt;&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/en\\\/yemen\\\/&quot;},{&quot;title&quot;:&quot;Somalia&quot;,&quot;id&quot;:&quot;SO&quot;,&quot;pin&quot;:&quot;hidden&quot;,&quot;style&quot;:&quot;AKTUALNE&quot;,&quot;image&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/Jemen-1000x670px.jpg&quot;,&quot;action&quot;:&quot;default&quot;,&quot;x&quot;:&quot;0.6469&quot;,&quot;y&quot;:&quot;0.5087&quot;,&quot;level&quot;:&quot;my-map&quot;,&quot;color&quot;:&quot;#469cde&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;PAH activities in Somalia:&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;safe access to drinking water&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;construction and renovation of latrines and sanitary infrastructure&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;hygiene promotion&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;\\\/ul&gt;&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/en\\\/somalia\\\/&quot;},{&quot;title&quot;:&quot;Kenya&quot;,&quot;id&quot;:&quot;KE&quot;,&quot;pin&quot;:&quot;hidden&quot;,&quot;style&quot;:&quot;AKTUALNE&quot;,&quot;image&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/2018_kenia_artyku\\u0142.jpg&quot;,&quot;action&quot;:&quot;default&quot;,&quot;x&quot;:&quot;0.6258&quot;,&quot;y&quot;:&quot;0.5404&quot;,&quot;level&quot;:&quot;my-map&quot;,&quot;color&quot;:&quot;#469cde&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;PAH activities in Kenya:&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;access to water&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;support for agricultural cooperatives&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;food security&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;food support for schools&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;reducing the risk of future disasters&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;\\\/ul&gt;&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/en\\\/kenya\\\/&quot;},{&quot;title&quot;:&quot;South Sudan&quot;,&quot;id&quot;:&quot;SS&quot;,&quot;pin&quot;:&quot;hidden&quot;,&quot;style&quot;:&quot;AKTUALNE&quot;,&quot;image&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/SUDAN-PLD_Naprawa-studni_fot.-PAH-1100.jpg&quot;,&quot;action&quot;:&quot;default&quot;,&quot;x&quot;:&quot;0.6046&quot;,&quot;y&quot;:&quot;0.4896&quot;,&quot;level&quot;:&quot;my-map&quot;,&quot;color&quot;:&quot;#469cde&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;PAH activities in South Sudan:&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;safe access to drinking water&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;construction and renovation of latrines and sanitary infrastructure&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;hygiene promotion&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;material assistance&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;\\\/ul&gt;&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/en\\\/south-sudan\\\/&quot;},{&quot;title&quot;:&quot;Madagascar&quot;,&quot;id&quot;:&quot;MG&quot;,&quot;pin&quot;:&quot;hidden&quot;,&quot;style&quot;:&quot;AKTUALNE&quot;,&quot;image&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/Madagaskar-2-scaled-1000px.jpg&quot;,&quot;action&quot;:&quot;default&quot;,&quot;x&quot;:&quot;0.6469&quot;,&quot;y&quot;:&quot;0.6537&quot;,&quot;level&quot;:&quot;my-map&quot;,&quot;color&quot;:&quot;#469cde&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;PAH activities in Madagascar:&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;access to water&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;food security&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;afforestation&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;reducing the risk of future disasters&lt;\\\/span&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;&lt;br \\\/&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;\\\/ul&gt;&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/en\\\/madagascar\\\/&quot;},{&quot;title&quot;:&quot;Completed: Morocco&quot;,&quot;id&quot;:&quot;MA&quot;,&quot;pin&quot;:&quot;hidden&quot;,&quot;style&quot;:&quot;DAWNE&quot;,&quot;image&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/Maroko-foto-2.jpg&quot;,&quot;action&quot;:&quot;default&quot;,&quot;x&quot;:&quot;0.4980&quot;,&quot;y&quot;:&quot;0.3367&quot;,&quot;level&quot;:&quot;my-map&quot;,&quot;color&quot;:&quot;#469cde&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;PAH activities in Morocco:&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;providing tents and stoves for people affected by the earthquake&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;delivery of hygiene kits and blankets&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;li&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;equipment for studying spaces&lt;\\\/span&gt;&lt;span style=\\&quot;font-weight: 400;\\&quot;&gt;&lt;br&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;&lt;\\\/ul&gt;&quot;},{&quot;title&quot;:&quot;Palestine&quot;,&quot;id&quot;:&quot;PS&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;PAH activities in Palestine:&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;ul&gt;&lt;li&gt;providing personal hygiene products&lt;\\\/li&gt;&lt;li&gt;food support&lt;\\\/li&gt;&lt;li&gt;medical centers support&lt;\\\/li&gt;&lt;\\\/ul&gt;&quot;,&quot;pin&quot;:&quot;pin-sm&quot;,&quot;fill&quot;:&quot;#469cde&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/en\\\/palestine\\\/&quot;,&quot;style&quot;:&quot;AKTUALNE&quot;,&quot;action&quot;:&quot;default&quot;,&quot;x&quot;:&quot;0.6098&quot;,&quot;y&quot;:&quot;0.3458&quot;,&quot;level&quot;:&quot;my-map&quot;,&quot;color&quot;:&quot;#469cde&quot;,&quot;image&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Zachodni-Brzeg.jpg&quot;},{&quot;title&quot;:&quot;Lebanon&quot;,&quot;id&quot;:&quot;LB&quot;,&quot;description&quot;:&quot;&lt;p&gt;&lt;strong&gt;PAH activities in Lebanon:&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;ul&gt;&lt;li&gt;running the GLOW Center for Empowerment&lt;\\\/li&gt;&lt;li&gt;conducting workshops&lt;\\\/li&gt;&lt;li&gt;providing financial, psychological and restoration assistance after the Beirut explosion in 2020&lt;\\\/li&gt;&lt;\\\/ul&gt;&quot;,&quot;pin&quot;:&quot;pin-sm&quot;,&quot;link&quot;:&quot;https:\\\/\\\/pah.org.pl\\\/en\\\/lebanon&quot;,&quot;style&quot;:&quot;AKTUALNE&quot;,&quot;image&quot;:&quot;https:\\\/\\\/www.pah.org.pl\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/IMG_1734-scaled.jpg&quot;,&quot;action&quot;:&quot;default&quot;,&quot;x&quot;:&quot;0.6107&quot;,&quot;y&quot;:&quot;0.3311&quot;,&quot;level&quot;:&quot;my-map&quot;,&quot;color&quot;:&quot;#469cde&quot;}]}\"><\/div>[\/vc_column_text]\n<section\n  class=\"custom-section section-help none-padding-top none-padding-bottom\">\n  <div class=\"custom-container\">\n    <div class=\"grid-12\">\n              <div class=\"title h2-text bold\">\n          How can you help?        <\/div>\n              <div class=\"text h4-text medium\">\n          Donate funds to help in Poland and around the world.        <\/div>\n              <div class=\"content\">\n          <p><span style=\"font-weight: 400;\">Donors&#8217; contributions are the most important part of our financing. Thanks to your support, we can respond quickly to sudden events that threaten thousands of people, as well as develop and constantly improve the effectiveness of our activities.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">Regular payments are particularly important to us, as they allow us to ensure the stability of our activities and plan long-term assistance.<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">Regular payments can be set up via the form available on the website or as a&nbsp;standing order from your bank to our account.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong>How to make a&nbsp;deposit?<\/strong><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\">directly to the PAH account &#8211; via the form below<\/span><\/li>\n<li><span style=\"font-weight: 400;\">via BLIK <strong>(only in Poland):<\/strong><\/span>\n<ul>\n<li><span style=\"font-weight: 400;\">Payments can be made by calling 453 021 973<\/span><\/li>\n<li><span style=\"font-weight: 400;\">with the note &#8220;I pay to PAH&#8221; in the transfer title<\/span><\/li>\n<\/ul>\n<\/li>\n<li><span style=\"font-weight: 400;\">on the <a href=\"https:\/\/pomagamy.pah.org.pl\/\">Pomagamy<\/a> platform<\/span><\/li>\n<li><span style=\"font-weight: 400;\">on the <a href=\"https:\/\/www.siepomaga.pl\/polskaakcjahumanitarna\">Siepomaga<\/a> platform<\/span><\/li>\n<\/ul>\n<p>\n        <\/div>\n            \r\n<form method=\"post\" class=\"direct-form blue\" action=\"https:\/\/pah.org.pl\/en\/donate?form=im-donating-to-support-pahs-humanitarian-work-around-the-world\" data-form-index=\"10\"\r\n>\r\n    <div class=\"title-form bold\">\r\n        Help in Poland and around the world:    <\/div>\r\n    <div class=\"donation-container bold\">\r\n        <label for=\"donation-0\">\r\n            <input checked type=\"radio\" name=\"donation\" id=\"donation-0\" value=\"50\">\r\n            50 z\u0142        <\/label>\r\n        <label for=\"donation-1\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-1\" value=\"100\">\r\n            100 z\u0142        <\/label>\r\n        <label for=\"donation-2\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-2\" value=\"250\">\r\n            250 z\u0142        <\/label>\r\n        <label for=\"donation-custom-10\" class=\"custom-donation-label\">\r\n            <input type=\"radio\" name=\"donation\" id=\"donation-custom-10\" value=\"custom\" class=\"donation-custom-check\">\r\n            <span class=\"custom-donation-text  custom-donation-text-10\">Inna kwota<\/span>\r\n            <input type=\"number\" step=\"1\" id=\"custom-amount-10\" name=\"custom-amount\" placeholder=\"Wpisz kwot\u0119\"\r\n                   min=\"5\" class=\"custom-amount-field\" style=\"display: none;\">\r\n        <\/label>\r\n    <\/div>\r\n    <span class='submit-button custom-link-4 bold'>\r\n        <input type=\"submit\" value=\"WP\u0141A\u0106\" \/>\r\n    <\/span>\r\n<\/form>\r\n\r\n<style type=\"text\/css\">\r\n    .custom-donation-text:before {\r\n        content: none !important;\r\n    }\r\n\r\n    .custom-donation-label {\r\n        position: relative;\r\n        display: inline-block;\r\n    }\r\n\r\n    input.custom-amount-field {\r\n        width: auto;\r\n        max-width: 150px;\r\n        padding: 9px !important;\r\n        border-radius: 4px !important;\r\n        border: 1px solid #ccc !important;\r\n        color: black !important;\r\n        cursor: auto !important;\r\n    }\r\n<\/style>\r\n\r\n\r\n<script type=\"application\/javascript\" >\r\n    jQuery(document).ready(function($) {\r\n        \/\/ Get this specific form by its data attribute\r\n        const formIndex = 10;\r\n        const form = $('.direct-form[data-form-index=\"' + formIndex + '\"]');\r\n\r\n        \/\/ Define all the elements for this specific form\r\n        const allRadios = form.find('input[name=\"donation\"]');\r\n        const customRadio = form.find('#donation-custom-' + formIndex);\r\n        const customAmountInput = form.find('#custom-amount-' + formIndex);\r\n        const customLabel = form.find('.custom-donation-text-' + formIndex);\r\n\r\n\r\n        \/\/ Function to toggle display of custom amount input\r\n        function toggleCustomAmount() {\r\n            if ($('#'+customRadio.prop('id')).is(\":checked\")) {\r\n                customLabel.hide();\r\n                customAmountInput.show();\r\n                customAmountInput.focus();\r\n            } else {\r\n                customLabel.show()\r\n                customAmountInput.hide();\r\n            }\r\n        }\r\n\r\n        customAmountInput.change( function(){\r\n            customRadio.val($(this).val());\r\n        } );\r\n\r\n        \/\/ Add event listeners to all radio buttons\r\n        allRadios.each((index, radio) => {\r\n            $(radio).change(function () {\r\n                if( $(this).is(':checked:not(.donation-custom-check)') ) {\r\n                 $('.donation-custom-check').prop('checked', false);\r\n                }\r\n                toggleCustomAmount();\r\n            } )\r\n        });\r\n\r\n        \/\/ When user clicks on the custom amount input, select the custom radio\r\n        customLabel.click( 'click', function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        } )\r\n\r\n        customRadio.click( function(){\r\n            customRadio.prop('checked', true);\r\n            toggleCustomAmount();\r\n        });\r\n\r\n        \/\/ When the form is submitted, update the custom radio value to the entered amount\r\n        form.submit(function(e) {\r\n            if (customRadio.checked) {\r\n                if (customAmountInput.value) {\r\n                    customRadio.value = customAmountInput.value;\r\n                } else {\r\n                    e.preventDefault(); \/\/ Prevent form submission if no amount is entered\r\n                    alert('Prosz\u0119 wpisa\u0107 kwot\u0119');\r\n                }\r\n            }\r\n        });\r\n    });\r\n<\/script>\r\n\r\n    <\/div>\n  <\/div>\n<\/section>\n<section class=\"custom-section chessboard small-padding-top none-padding-bottom\">\n  <div class=\"custom-container\">\n    <div class=\"grid-12\">\n    <div class=\"image-container left\">        \n                    <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2023\/04\/MicrosoftTeams-image.jpg\" alt=\"\">\n          <div class=\"border\" style=\"border: 1px solid\"><\/div>       \n      <\/div>\n      <div class=\"title-container left\">\n        <div class=\"title h2-text bold\">\n          Become our business partner        <\/div>\n        <div class=\"text\">\n          <p><span style=\"font-weight: 400;\">Contact us if you run a&nbsp;company and are looking for a&nbsp;partner to implement corporate social responsibility activities.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Since the beginning of our activity, we have been cooperating with the private sector. The forms of this cooperation are adapted to the capabilities and expectations of our partners.<\/span><\/p>\n        <\/div>     \n      <\/div>        \n              <a href=\"https:\/\/www.pah.org.pl\/en\/get-involved\/for-business\/\" target=\"\" rel=\"https:\/\/www.pah.org.pl\/en\/get-involved\/for-business\/\" class=\"custom-link-2 left\">\n          For business        <\/a>\n        \n    <\/div>\n  <\/div>\n<\/section><section class=\"custom-section chessboard small-padding-top none-padding-bottom\">\n  <div class=\"custom-container\">\n    <div class=\"grid-12\">\n    <div class=\"image-container right\">        \n                    <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/05\/Klub-PAH.jpg\" alt=\"\">\n          <div class=\"border\" style=\"border: 1px solid\"><\/div>       \n      <\/div>\n      <div class=\"title-container right\">\n        <div class=\"title h2-text bold\">\n          Join the PAH Club        <\/div>\n        <div class=\"text\">\n          <p><span style=\"font-weight: 400;\">Become part of an engaged community that regularly supports our activities. People involved in the PAH Club receive invitations to events, a&nbsp;regular newsletter with the latest information about our activities and donation certificates for tax purposes.<\/span><i><span style=\"font-weight: 400;\"><br \/>\n<\/span><\/i><\/p>\n        <\/div>     \n      <\/div>        \n              <a href=\"https:\/\/www.pah.org.pl\/en\/get-involved\/pah-club\/\" target=\"\" rel=\"https:\/\/www.pah.org.pl\/en\/get-involved\/pah-club\/\" class=\"custom-link-2 right\">\n          Join the PAH Club        <\/a>\n        \n    <\/div>\n  <\/div>\n<\/section><section class=\"custom-section chessboard small-padding-top none-padding-bottom\">\n  <div class=\"custom-container\">\n    <div class=\"grid-12\">\n    <div class=\"image-container left\">        \n                    <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2022\/12\/Madagaskar_1-scaled.jpg\" alt=\"\">\n          <div class=\"border\" style=\"border: 1px solid\"><\/div>       \n      <\/div>\n      <div class=\"title-container left\">\n        <div class=\"title h2-text bold\">\n          Follow us and join our events        <\/div>\n        <div class=\"text\">\n          <p><span style=\"font-weight: 400;\">Participate in our programs, and events and use our educational materials.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><span style=\"font-weight: 400;\">PAH also participates in events that provide an opportunity for active involvement. Every year we take part in the <a href=\"https:\/\/www.pah.org.pl\/biegamdobrze\/\">Warsaw Marathon and Half Marathon<\/a>. You can run and dedicate your effort to a&nbsp;charity and raise funds for PAH!<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Stay connected with us \u2013 follow us on <a href=\"https:\/\/www.facebook.com\/PolskaAkcjaHumanitarna\">Facebook<\/a>, <a href=\"https:\/\/www.instagram.com\/polskaakcjahumanitarna\/\">Instagram<\/a>, <a href=\"https:\/\/pl.linkedin.com\/company\/polish-humanitarian-action\">LinkedIn<\/a> and <a href=\"https:\/\/twitter.com\/PAH_org\">X<\/a><\/span><i><span style=\"font-weight: 400;\">.<\/span><\/i><\/p>\n        <\/div>     \n      <\/div>        \n        \n    <\/div>\n  <\/div>\n<\/section>[\/vc_column][\/vc_row][vc_row][vc_column]<section\n  class=\"custom-section home-partners-slider big-padding-top small-padding-bottom\">\n  <div class=\"custom-container\">\n    <div class=\"outer-container\">\n      <div class=\"grid-12\">\n                  <div class=\"title h1-text bold\">\n            Our partners          <\/div>\n                  <div class=\"text bold\">\n            Thank you for your trust and commitment to humanitarian efforts in Poland and around the world!          <\/div>\n        \n        <!--  -->\n\n\n      <\/div>\n\n            <div class='slider-container '>\n            <div class=\"elements-list-container elements-list-type-story-slider elements-anim-type-1\"\r\n        data-count=\"35\" data-rest=\"3\"\r\n        data-move=\"1\" data-dir=\"2\"\r\n         data-autoplay=\"1\">\r\n                    <div class=\"arr-prev\">\r\n                                        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/arr-prev-sq.svg\" alt=\"\" \/>\r\n                                    <\/div>\r\n                    <div class=\"elements-list\">\r\n            <div class=\"elements-group current\">\r\n                                    <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.eset.com\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/01_Eset.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/donateo.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/02_Donateo.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.bp.com\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/03_BP.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.santander.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/04_Santander.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.sodexo.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/05_Pluxee.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/altenberg.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/06_Altenberg.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.meblik.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/07_Meblik.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.electrolux.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/08_Electrolux.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.whitecase.com\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/09_WhiteCase.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.biedronka.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/10_Biedronka.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.dhl.com\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/11_DHL.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.mm.group\/pl\/kariera\/mm-kwidzyn\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/12_Kwidzyn.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.kaufland.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/13_Kaufland.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.payback.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/14_Payback.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.microsoft.com\/pl-pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/15_Microsoft.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/mechanistry.com\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/16_Mechanistry.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.noxan.pl\/sklep\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/17_Noxan.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/kwtrade.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/18_KW_Trade.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.dzp.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/19_DZP.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.kontekst.com\/pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/20_Kontekst.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.henkel.com\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/21_Henkel.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.aliorbank.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/22_Alior_Bank.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.stardigital.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/23_StarMedia.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/wsc.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/24_WSC_graphicsoft.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.credit-agricole.pl\/klienci-indywidualni\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/25_CreditAgricole.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.imm.com.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/26_IMM.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/lemoniq.art\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/27_Lemoniq.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.orange.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/28_Orange.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.quendi.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/29_Quendi.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/pryzmat.com\/www\/pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/30_Pryzmat.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/sare.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/31_Sare.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/brand24.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/32_Brand24.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/clickmeeting.com\/pl\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/33_ClickMeeting.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/oktawave.com\/pl\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/34_Octawave.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.daibau.com\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/35_Dalibau.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.eset.com\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/01_Eset.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/donateo.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/02_Donateo.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.bp.com\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/03_BP.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.santander.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/04_Santander.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.sodexo.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/05_Pluxee.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <\/div>\r\n                    <div class=\"elements-group\">\r\n                                            <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/altenberg.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/06_Altenberg.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.meblik.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/07_Meblik.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                                        <div class=\"el\">\r\n                        <div class=\"el-in\">\r\n                              <a href=\"https:\/\/www.electrolux.pl\/\" target=\"_blank\" rel=\"\" class=\"single-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/08_Electrolux.png\" alt=\"\">\r\n<\/a>                          <\/div>\r\n                    <\/div>\r\n                    <div class=\"el empty-el\"><\/div><div class=\"el empty-el\"><\/div><div class=\"el empty-el\"><\/div><div class=\"el empty-el\"><\/div><div class=\"el empty-el\"><\/div>            <\/div>\r\n        <\/div>\r\n                    <div class=\"arr-next\">\r\n                                        <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/arr-next-sq.svg\" alt=\"\" \/>\r\n                                    <\/div>\r\n                            <div class=\"elements-bar\">\r\n                    <div class=\"bar-in\">\r\n\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n          <\/div>\n          <\/div>\n  <\/div>\n<\/section><section class=\"custom-section job-list\" id='custom-job-list'>\n  <div class=\"custom-container\">\n    <div class=\"grid-12 head margin\">\n      <div class=\"title h1-text bold list-doc\">\n        Our Credibility      <\/div>\n      <div class=\"desc bold\">\n        The most important organizational documents to download      <\/div>\n    <\/div>\n        <div class=\"container-job-list\">\n              <a class=\"single-job color-2\" href=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2024\/04\/KRS_EN.pdf\" target=\"_blank\" download>\n          <div class=\"container-image\">\n            <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/file.svg\" alt=\"\">\n          <\/div>\n          <div class=\"date\">\n            23.04.2024          <\/div>\n          <div class=\"name\">\n            KRS |EN| &#8211; NATIONAL COURT REGISTER          <\/div>\n          <div class=\"custom-link-3\">\n            Download<img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/doc-arr-black.svg\" alt=\"\">\n          <\/div>\n        <\/a>\n              <a class=\"single-job color-2\" href=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2021\/01\/EU-HUMANITARIAN-PARTNERSHIP-CERTIFICATE-2021.pdf\" target=\"_blank\" download>\n          <div class=\"container-image\">\n            <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/file.svg\" alt=\"\">\n          <\/div>\n          <div class=\"date\">\n            04.01.2021          <\/div>\n          <div class=\"name\">\n            EU Humanitarian Partnership 2021: Award of Certificate          <\/div>\n          <div class=\"custom-link-3\">\n            Download<img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/doc-arr-black.svg\" alt=\"\">\n          <\/div>\n        <\/a>\n              <a class=\"single-job color-2\" href=\"https:\/\/www.pah.org.pl\/wp-content\/uploads\/2019\/12\/PAH-statute.pdf\" target=\"_blank\" download>\n          <div class=\"container-image\">\n            <img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/file.svg\" alt=\"\">\n          <\/div>\n          <div class=\"date\">\n            18.12.2019          <\/div>\n          <div class=\"name\">\n            STATUTE          <\/div>\n          <div class=\"custom-link-3\">\n            Download<img decoding=\"async\" src=\"https:\/\/www.pah.org.pl\/wp-content\/themes\/pah\/resources\/images\/doc-arr-black.svg\" alt=\"\">\n          <\/div>\n        <\/a>\n          <\/div>\n<\/section>\n<section class=\"custom-section contact-bar\">\n  <div class=\"custom-container\">\n    <div class=\"grid-12 head\">\n              <div class=\"title h3-text extrabold\">\n          Contact:        <\/div>\n              <div class=\"desc\">\n          Tell us how we can operate even more efficiently. Cooperate with us. Let's work on the project together!        <\/div>\n              <div class=\"phone\">\n        <span class=\"phone-desc color-10\">telefon:<\/span>\n          <a href=\"tel:(+48) 22 828 88 82\" class=\"phone-in bold custom-link-6\">(+48) 22 828 88 82<\/a>\n        <\/div>\n              <div class=\"mail\">\n          <span class=\"mail-desc color-10\">mail:<\/span>\n        <a href=\"mailto:pah@pah.org.pl\" class=\"mail-in bold custom-link-6\">pah@pah.org.pl<\/a>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section>[\/vc_column][\/vc_row][vc_row el_id=&#8221;newsletter&#8221;][vc_column][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; el_class=&#8221;w-full&#8221;][vc_column][vc_empty_space][vc_separator style=&#8221;shadow&#8221; border_width=&#8221;10&#8243; css=&#8221;&#8221;][vc_empty_space][vc_separator style=&#8221;shadow&#8221; border_width=&#8221;10&#8243; css=&#8221;&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; el_class=&#8221;w-full&#8221;][vc_column offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm&#8221;][vc_empty_space][vc_separator style=&#8221;shadow&#8221; border_width=&#8221;10&#8243; css=&#8221;&#8221;][vc_empty_space][vc_separator style=&#8221;shadow&#8221; border_width=&#8221;10&#8243; css=&#8221;&#8221;][\/vc_column][\/vc_row][vc_row disable_element=&#8221;yes&#8221; el_id=&#8221;Baner na kampanie aktualane&#8221;][vc_column][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column][\/vc_column][\/vc_row][vc_row][vc_column][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; el_id=&#8221;map&#8221;][vc_column][vc_column_text css=&#8221;.vc_custom_1718800163417{padding-top: -10px !important;}&#8221;][\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][\/vc_column][\/vc_row][vc_row el_id=&#8221;newsletter&#8221;][vc_column][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":24903,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"xn-wppe-expiration":[],"xn-wppe-expiration-action":[],"xn-wppe-expiration-prefix":[],"footnotes":""},"class_list":["post-652","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/www.pah.org.pl\/en\/wp-json\/wp\/v2\/pages\/652"}],"collection":[{"href":"https:\/\/www.pah.org.pl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.pah.org.pl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.pah.org.pl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pah.org.pl\/en\/wp-json\/wp\/v2\/comments?post=652"}],"version-history":[{"count":105,"href":"https:\/\/www.pah.org.pl\/en\/wp-json\/wp\/v2\/pages\/652\/revisions"}],"predecessor-version":[{"id":29610,"href":"https:\/\/www.pah.org.pl\/en\/wp-json\/wp\/v2\/pages\/652\/revisions\/29610"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pah.org.pl\/en\/wp-json\/wp\/v2\/media\/24903"}],"wp:attachment":[{"href":"https:\/\/www.pah.org.pl\/en\/wp-json\/wp\/v2\/media?parent=652"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}