{"id":3780,"date":"2026-07-07T08:16:52","date_gmt":"2026-07-07T08:16:52","guid":{"rendered":"https:\/\/inspired-ped.com\/2026\/?page_id=3780"},"modified":"2026-07-07T08:16:52","modified_gmt":"2026-07-07T08:16:52","slug":"photos-copy","status":"publish","type":"page","link":"https:\/\/inspired-ped.com\/2026\/photos-copy\/","title":{"rendered":"Photos &#8211; Copy"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3780\" class=\"elementor elementor-3780\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c4ec0b e-con-full e-flex e-con e-parent\" data-id=\"6c4ec0b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd5dd27 elementor-widget elementor-widget-html\" data-id=\"dd5dd27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<style>\n  .inspired-photos-bg {\n    position: relative;\n    overflow: hidden;\n    min-height: 26em;\n    padding: 5em 2em;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #F26B47 0%, #D9542E 38%, #2C6E8E 100%);\n    background-size: 220% 220%;\n    animation: inspiredDrift 16s ease-in-out infinite;\n  }\n\n  @keyframes inspiredDrift {\n    0%   { background-position: 0% 50%; }\n    50%  { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  .inspired-photos-bg::before,\n  .inspired-photos-bg::after {\n    content: \"\";\n    position: absolute;\n    border-radius: 50%;\n    filter: blur(2.5em);\n    opacity: 0.35;\n    pointer-events: none;\n  }\n  .inspired-photos-bg::before {\n    width: 20em; height: 20em;\n    background: #F4C568;\n    top: -6em; left: -5em;\n    animation: floatBlob1 14s ease-in-out infinite;\n  }\n  .inspired-photos-bg::after {\n    width: 17em; height: 17em;\n    background: #FFFFFF;\n    bottom: -7em; right: -4em;\n    animation: floatBlob2 18s ease-in-out infinite;\n  }\n  @keyframes floatBlob1 {\n    0%, 100% { transform: translate(0,0) scale(1); }\n    50%      { transform: translate(3.5em, 2.2em) scale(1.15); }\n  }\n  @keyframes floatBlob2 {\n    0%, 100% { transform: translate(0,0) scale(1); }\n    50%      { transform: translate(-3em, -1.8em) scale(1.1); }\n  }\n\n  .inspired-waveform {\n    position: absolute;\n    top: 50%;\n    left: 0;\n    width: 220%;\n    height: 8em;\n    transform: translateY(-50%);\n    opacity: 0.5;\n    animation: waveScroll 9s linear infinite;\n  }\n  @keyframes waveScroll {\n    from { transform: translate(0, -50%); }\n    to   { transform: translate(-50%, -50%); }\n  }\n\n  .inspired-particle {\n    position: absolute;\n    bottom: -2.5em;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.55);\n    animation: riseUp linear infinite;\n  }\n  @keyframes riseUp {\n    0%   { transform: translateY(0) scale(0.6); opacity: 0; }\n    10%  { opacity: 0.6; }\n    90%  { opacity: 0.3; }\n    100% { transform: translateY(-28em) scale(1.1); opacity: 0; }\n  }\n\n  \/* Card intentionally has NO font-family declared \u2014 it inherits\n     from whatever wraps it (your theme \/ Elementor global fonts).\n     Sizes use em\/rem\/clamp so they scale with global type settings. *\/\n  .inspired-photos-card {\n    position: relative;\n    z-index: 2;\n    background: #fff;\n    border-radius: 1.25em;\n    padding: clamp(1.25em, 4vw, 2.25em) clamp(1.5em, 6vw, 3.5em);\n    box-shadow: 0 1.25em 3em rgba(0,0,0,0.18);\n    text-align: center;\n    font-family: inherit;\n  }\n\n  \/* Desktop: bigger, wider card *\/\n  @media (min-width: 992px) {\n    .inspired-photos-card {\n      padding: 3.25em 5.5em;\n      min-width: 30em;\n    }\n  }\n  .inspired-photos-card h2 {\n    margin: 0;\n    font-size: clamp(1.6em, 5vw, 2.6em);\n    letter-spacing: 0.02em;\n    color: #2C4A5E;\n    font-weight: 700;\n    font-family: inherit;\n  }\n  .inspired-photos-card p {\n    margin: 0.4em 0 0;\n    color: #F26B47;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    font-size: clamp(0.75em, 2.2vw, 0.85em);\n    text-transform: uppercase;\n    font-family: inherit;\n  }\n  .inspired-photos-link {\n    display: inline-block;\n    margin-top: 1.1em;\n    padding: 0.65em 1.6em;\n    border-radius: 5px;\n    background: #3E7AB7;\n    color: #fff;\n    font-family: inherit;\n    font-size: clamp(0.8em, 2.4vw, 0.95em);\n    font-weight: 600;\n    text-decoration: none;\n    letter-spacing: 0.02em;\n    transition: background 0.2s ease, transform 0.2s ease;\n  }\n  .inspired-photos-link:hover {\n    background: #326494;\n    color: #fff;\n    transform: translateY(-2px);\n  }\n\n  \/* ---------- Mobile optimization ---------- *\/\n  @media (max-width: 768px) {\n    .inspired-photos-bg {\n      min-height: 18em;\n      padding: 3em 1.25em;\n    }\n    .inspired-photos-bg::before { width: 12em; height: 12em; top: -4em; left: -4em; }\n    .inspired-photos-bg::after  { width: 11em; height: 11em; bottom: -4em; right: -3em; }\n    .inspired-waveform { height: 5em; }\n    \/* fewer particles rendered = lighter on mobile GPUs\/battery *\/\n    .inspired-particle.hide-mobile { display: none; }\n  }\n\n  @media (max-width: 480px) {\n    .inspired-photos-bg { min-height: 15em; }\n  }\n\n  \/* Respect reduced-motion preference *\/\n  @media (prefers-reduced-motion: reduce) {\n    .inspired-photos-bg,\n    .inspired-photos-bg::before,\n    .inspired-photos-bg::after,\n    .inspired-waveform,\n    .inspired-particle {\n      animation: none;\n    }\n  }\n<\/style>\n\n<div class=\"inspired-photos-bg\">\n\n  <svg class=\"inspired-waveform\" viewBox=\"0 0 1600 120\" preserveAspectRatio=\"none\">\n    <path d=\"M0,60 L150,60 L180,20 L210,100 L240,60 L400,60\n             L550,60 L580,20 L610,100 L640,60 L800,60\n             L950,60 L980,20 L1010,100 L1040,60 L1200,60\n             L1350,60 L1380,20 L1410,100 L1440,60 L1600,60\"\n          fill=\"none\" stroke=\"#FFFFFF\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n  <\/svg>\n\n  <div class=\"inspired-particle\" style=\"left:8%;  width:0.9em; height:0.9em; animation-duration:10s; animation-delay:0s;\"><\/div>\n  <div class=\"inspired-particle hide-mobile\" style=\"left:20%; width:0.5em; height:0.5em; animation-duration:8s;  animation-delay:2s;\"><\/div>\n  <div class=\"inspired-particle\" style=\"left:35%; width:1.1em; height:1.1em; animation-duration:13s; animation-delay:1s;\"><\/div>\n  <div class=\"inspired-particle hide-mobile\" style=\"left:50%; width:0.6em; height:0.6em; animation-duration:9s;  animation-delay:4s;\"><\/div>\n  <div class=\"inspired-particle\" style=\"left:65%; width:1em;  height:1em;  animation-duration:12s; animation-delay:0.5s;\"><\/div>\n  <div class=\"inspired-particle hide-mobile\" style=\"left:78%; width:0.55em; height:0.55em; animation-duration:11s; animation-delay:3s;\"><\/div>\n  <div class=\"inspired-particle\" style=\"left:90%; width:0.8em; height:0.8em; animation-duration:10s; animation-delay:1.5s;\"><\/div>\n\n  <div class=\"inspired-photos-card\">\n    <h2>Photos<\/h2>\n    <p>INSPiRED 2026 \u00b7 Bologna<\/p>\n    <a class=\"inspired-photos-link\" href=\"https:\/\/drive.google.com\/drive\/folders\/1JaIsXORRSHjxlBeU9YAvN03tmBjiu-t7?usp=sharing\" target=\"_blank\" rel=\"noopener\">View more pictures<\/a>\n  <\/div>\n\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a224e08 e-con-full e-flex e-con e-parent\" data-id=\"a224e08\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ada20a2 elementor-widget elementor-widget-gallery\" data-id=\"ada20a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;gallery_layout&quot;:&quot;masonry&quot;,&quot;columns&quot;:5,&quot;columns_mobile&quot;:2,&quot;image_hover_animation&quot;:&quot;shrink-contained&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;columns_tablet&quot;:2,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}\" data-widget_type=\"gallery.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-gallery__container\">\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-2_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"INSPIRED_Kframe Fotografia Bologna (2)_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc1NCwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9JTlNQSVJFRF9LZnJhbWUtRm90b2dyYWZpYS1Cb2xvZ25hLTJfY29tcHJlc3NlZC1zY2FsZWQud2VicCIsInNsaWRlc2hvdyI6ImFkYTIwYTIifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-2_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-99_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"INSPIRED_Kframe Fotografia Bologna (99)_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc1OCwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9JTlNQSVJFRF9LZnJhbWUtRm90b2dyYWZpYS1Cb2xvZ25hLTk5X2NvbXByZXNzZWQtc2NhbGVkLndlYnAiLCJzbGlkZXNob3ciOiJhZGEyMGEyIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-99_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-121_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"INSPIRED_Kframe Fotografia Bologna (121)_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc2MSwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9JTlNQSVJFRF9LZnJhbWUtRm90b2dyYWZpYS1Cb2xvZ25hLTEyMV9jb21wcmVzc2VkLXNjYWxlZC53ZWJwIiwic2xpZGVzaG93IjoiYWRhMjBhMiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-121_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-44_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"INSPIRED_Kframe Fotografia Bologna (44)_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc1NiwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9JTlNQSVJFRF9LZnJhbWUtRm90b2dyYWZpYS1Cb2xvZ25hLTQ0X2NvbXByZXNzZWQtc2NhbGVkLndlYnAiLCJzbGlkZXNob3ciOiJhZGEyMGEyIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-44_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/A59A2747_compressed-scaled-e1783347273437.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"A59A2747_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc1MiwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9BNTlBMjc0N19jb21wcmVzc2VkLXNjYWxlZC1lMTc4MzM0NzI3MzQzNy53ZWJwIiwic2xpZGVzaG93IjoiYWRhMjBhMiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/A59A2747_compressed-scaled-e1783347273437-200x300.webp\" data-width=\"200\" data-height=\"300\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-23_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"INSPIRED_Kframe Fotografia Bologna (23)_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc1NSwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9JTlNQSVJFRF9LZnJhbWUtRm90b2dyYWZpYS1Cb2xvZ25hLTIzX2NvbXByZXNzZWQtc2NhbGVkLndlYnAiLCJzbGlkZXNob3ciOiJhZGEyMGEyIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-23_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-78_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"INSPIRED_Kframe Fotografia Bologna (78)_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc1NywidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9JTlNQSVJFRF9LZnJhbWUtRm90b2dyYWZpYS1Cb2xvZ25hLTc4X2NvbXByZXNzZWQtc2NhbGVkLndlYnAiLCJzbGlkZXNob3ciOiJhZGEyMGEyIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-78_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/A59A2725_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"A59A2725_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc1MCwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9BNTlBMjcyNV9jb21wcmVzc2VkLXNjYWxlZC53ZWJwIiwic2xpZGVzaG93IjoiYWRhMjBhMiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/A59A2725_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_LucaPit-20_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"INSPIRED_LucaPit (20)_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc2MywidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9JTlNQSVJFRF9MdWNhUGl0LTIwX2NvbXByZXNzZWQtc2NhbGVkLndlYnAiLCJzbGlkZXNob3ciOiJhZGEyMGEyIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_LucaPit-20_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/A59A2743_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"A59A2743_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc1MSwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9BNTlBMjc0M19jb21wcmVzc2VkLXNjYWxlZC53ZWJwIiwic2xpZGVzaG93IjoiYWRhMjBhMiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/A59A2743_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-160_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"INSPIRED_Kframe Fotografia Bologna (160)_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc2MiwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9JTlNQSVJFRF9LZnJhbWUtRm90b2dyYWZpYS1Cb2xvZ25hLTE2MF9jb21wcmVzc2VkLXNjYWxlZC53ZWJwIiwic2xpZGVzaG93IjoiYWRhMjBhMiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-160_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/A59A2599_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"A59A2599_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc0OCwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9BNTlBMjU5OV9jb21wcmVzc2VkLXNjYWxlZC53ZWJwIiwic2xpZGVzaG93IjoiYWRhMjBhMiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/A59A2599_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/A59A2625_compressed-scaled-e1783349247352.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"A59A2625_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc0OSwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9BNTlBMjYyNV9jb21wcmVzc2VkLXNjYWxlZC1lMTc4MzM0OTI0NzM1Mi53ZWJwIiwic2xpZGVzaG93IjoiYWRhMjBhMiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/A59A2625_compressed-scaled-e1783349247352-200x300.webp\" data-width=\"200\" data-height=\"300\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D859064_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"_D859064_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc0NiwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9EODU5MDY0X2NvbXByZXNzZWQtc2NhbGVkLndlYnAiLCJzbGlkZXNob3ciOiJhZGEyMGEyIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D859064_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D859098_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"_D859098_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc0NywidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9EODU5MDk4X2NvbXByZXNzZWQtc2NhbGVkLndlYnAiLCJzbGlkZXNob3ciOiJhZGEyMGEyIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D859098_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/A59A2748_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"A59A2748_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc1MywidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9BNTlBMjc0OF9jb21wcmVzc2VkLXNjYWxlZC53ZWJwIiwic2xpZGVzaG93IjoiYWRhMjBhMiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/A59A2748_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-117_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"INSPIRED_Kframe Fotografia Bologna (117)_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc1OSwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9JTlNQSVJFRF9LZnJhbWUtRm90b2dyYWZpYS1Cb2xvZ25hLTExN19jb21wcmVzc2VkLXNjYWxlZC53ZWJwIiwic2xpZGVzaG93IjoiYWRhMjBhMiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-117_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-118_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"INSPIRED_Kframe Fotografia Bologna (118)_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc2MCwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9JTlNQSVJFRF9LZnJhbWUtRm90b2dyYWZpYS1Cb2xvZ25hLTExOF9jb21wcmVzc2VkLXNjYWxlZC53ZWJwIiwic2xpZGVzaG93IjoiYWRhMjBhMiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/INSPIRED_Kframe-Fotografia-Bologna-118_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D858970_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"_D858970_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc0NCwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9EODU4OTcwX2NvbXByZXNzZWQtc2NhbGVkLndlYnAiLCJzbGlkZXNob3ciOiJhZGEyMGEyIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D858970_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D858942_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"_D858942_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc0MywidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9EODU4OTQyX2NvbXByZXNzZWQtc2NhbGVkLndlYnAiLCJzbGlkZXNob3ciOiJhZGEyMGEyIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D858942_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D858672_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"_D858672_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc0MSwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9EODU4NjcyX2NvbXByZXNzZWQtc2NhbGVkLndlYnAiLCJzbGlkZXNob3ciOiJhZGEyMGEyIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D858672_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D858724_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"_D858724_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc0MiwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9EODU4NzI0X2NvbXByZXNzZWQtc2NhbGVkLndlYnAiLCJzbGlkZXNob3ciOiJhZGEyMGEyIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D858724_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D858645_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"_D858645_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc0MCwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9EODU4NjQ1X2NvbXByZXNzZWQtc2NhbGVkLndlYnAiLCJzbGlkZXNob3ciOiJhZGEyMGEyIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D858645_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D858976_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"_D858976_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mzc0NSwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9EODU4OTc2X2NvbXByZXNzZWQtc2NhbGVkLndlYnAiLCJzbGlkZXNob3ciOiJhZGEyMGEyIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D858976_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D858643_compressed-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"ada20a2\" data-elementor-lightbox-title=\"_D858643_compressed\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzczOSwidXJsIjoiaHR0cHM6XC9cL2luc3BpcmVkLXBlZC5jb21cLzIwMjZcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA3XC9EODU4NjQzX2NvbXByZXNzZWQtc2NhbGVkLndlYnAiLCJzbGlkZXNob3ciOiJhZGEyMGEyIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2026\/07\/D858643_compressed-300x200.webp\" data-width=\"300\" data-height=\"200\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Photos INSPiRED 2026 \u00b7 Bologna View more pictures<\/p>\n","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3780","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Inspired 2026<\/title>\n<meta name=\"description\" content=\"Welcome to INSPiRED 2026\u2014advancing paediatric respiratory health worldwide through collaboration, research, and innovation. Join us!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/inspired-ped.com\/2026\/photos-copy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inspired 2026\" \/>\n<meta property=\"og:description\" content=\"Welcome to INSPiRED 2026\u2014advancing paediatric respiratory health worldwide through collaboration, research, and innovation. Join us!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/inspired-ped.com\/2026\/photos-copy\/\" \/>\n<meta property=\"og:site_name\" content=\"INSPiRED 2026\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/photos-copy\\\/\",\"url\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/photos-copy\\\/\",\"name\":\"Inspired 2026\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/#website\"},\"datePublished\":\"2026-07-07T08:16:52+00:00\",\"description\":\"Welcome to INSPiRED 2026\u2014advancing paediatric respiratory health worldwide through collaboration, research, and innovation. Join us!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/photos-copy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/photos-copy\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/photos-copy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Photos &#8211; Copy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/#website\",\"url\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/\",\"name\":\"INSPiRED 2026\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/#organization\",\"name\":\"INSPiRED 2026\",\"url\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/INSPIRED-2024-Logo-03-scaled.png\",\"contentUrl\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/INSPIRED-2024-Logo-03-scaled.png\",\"width\":2560,\"height\":595,\"caption\":\"INSPiRED 2026\"},\"image\":{\"@id\":\"https:\\\/\\\/inspired-ped.com\\\/2026\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inspired 2026","description":"Welcome to INSPiRED 2026\u2014advancing paediatric respiratory health worldwide through collaboration, research, and innovation. Join us!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/inspired-ped.com\/2026\/photos-copy\/","og_locale":"en_US","og_type":"article","og_title":"Inspired 2026","og_description":"Welcome to INSPiRED 2026\u2014advancing paediatric respiratory health worldwide through collaboration, research, and innovation. Join us!","og_url":"https:\/\/inspired-ped.com\/2026\/photos-copy\/","og_site_name":"INSPiRED 2026","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/inspired-ped.com\/2026\/photos-copy\/","url":"https:\/\/inspired-ped.com\/2026\/photos-copy\/","name":"Inspired 2026","isPartOf":{"@id":"https:\/\/inspired-ped.com\/2026\/#website"},"datePublished":"2026-07-07T08:16:52+00:00","description":"Welcome to INSPiRED 2026\u2014advancing paediatric respiratory health worldwide through collaboration, research, and innovation. Join us!","breadcrumb":{"@id":"https:\/\/inspired-ped.com\/2026\/photos-copy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/inspired-ped.com\/2026\/photos-copy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/inspired-ped.com\/2026\/photos-copy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/inspired-ped.com\/2026\/"},{"@type":"ListItem","position":2,"name":"Photos &#8211; Copy"}]},{"@type":"WebSite","@id":"https:\/\/inspired-ped.com\/2026\/#website","url":"https:\/\/inspired-ped.com\/2026\/","name":"INSPiRED 2026","description":"","publisher":{"@id":"https:\/\/inspired-ped.com\/2026\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/inspired-ped.com\/2026\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/inspired-ped.com\/2026\/#organization","name":"INSPiRED 2026","url":"https:\/\/inspired-ped.com\/2026\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/inspired-ped.com\/2026\/#\/schema\/logo\/image\/","url":"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2025\/08\/INSPIRED-2024-Logo-03-scaled.png","contentUrl":"https:\/\/inspired-ped.com\/2026\/wp-content\/uploads\/2025\/08\/INSPIRED-2024-Logo-03-scaled.png","width":2560,"height":595,"caption":"INSPiRED 2026"},"image":{"@id":"https:\/\/inspired-ped.com\/2026\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/inspired-ped.com\/2026\/wp-json\/wp\/v2\/pages\/3780","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inspired-ped.com\/2026\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/inspired-ped.com\/2026\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/inspired-ped.com\/2026\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/inspired-ped.com\/2026\/wp-json\/wp\/v2\/comments?post=3780"}],"version-history":[{"count":1,"href":"https:\/\/inspired-ped.com\/2026\/wp-json\/wp\/v2\/pages\/3780\/revisions"}],"predecessor-version":[{"id":3781,"href":"https:\/\/inspired-ped.com\/2026\/wp-json\/wp\/v2\/pages\/3780\/revisions\/3781"}],"wp:attachment":[{"href":"https:\/\/inspired-ped.com\/2026\/wp-json\/wp\/v2\/media?parent=3780"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}