{"id":4216,"date":"2025-09-15T17:39:50","date_gmt":"2025-09-15T15:39:50","guid":{"rendered":"https:\/\/therope.it\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\/"},"modified":"2026-04-01T12:28:33","modified_gmt":"2026-04-01T10:28:33","slug":"cerchi-una-web-agency-per-il-tuo-progetto-digitale","status":"publish","type":"page","link":"https:\/\/therope.it\/en\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\/","title":{"rendered":"Are you looking for a web agency for your digital project?"},"content":{"rendered":"\n<style>\n  #splash-block_1f9a6f63406e1aee129a00110571e333 {\n    position: relative;\n    min-height: 70vh;\n    width: 100%;\n    overflow: hidden;\n    background-repeat: no-repeat;\n    background-position: center center;\n    background-size: cover;\n    background-color: #000;\n  }\n      html.after-lcp #splash-block_1f9a6f63406e1aee129a00110571e333 {\n      background-image: url('https:\/\/therope.it\/wp-content\/uploads\/2025\/03\/video-landing.webp');\n    }\n      @media (min-width:992px) {\n          html.after-lcp #splash-block_1f9a6f63406e1aee129a00110571e333 {\n        background-image: url('https:\/\/therope.it\/wp-content\/uploads\/2025\/03\/video-landing.webp');\n      }\n        }\n  #splash-block_1f9a6f63406e1aee129a00110571e333 video {\n    position:absolute; inset:0;\n    width:100%; height:100%;\n    object-fit:cover;\n    pointer-events:none;\n    z-index:0;\n    display:none;\n  }\n  #splash-block_1f9a6f63406e1aee129a00110571e333 .text-overlay {\n    position:absolute;\n    z-index:1;\n  }\n<\/style>\n<div id=\"splash-block_1f9a6f63406e1aee129a00110571e333\" class=\"overlay-container splash reduce-height blur-background\">\n      <template id=\"splash-block_1f9a6f63406e1aee129a00110571e333-tpl-video-desktop\">\n      <video class=\"video-desktop\" autoplay muted loop playsinline preload=\"none\" webkit-playsinline tabindex=\"-1\" aria-hidden=\"true\">\n        <source src=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/03\/video-landing.mp4\" type=\"video\/mp4\">\n      <\/video>\n    <\/template>\n        <template id=\"splash-block_1f9a6f63406e1aee129a00110571e333-tpl-video-mobile\">\n      <video class=\"video-mobile\" autoplay muted loop playsinline preload=\"none\" webkit-playsinline tabindex=\"-1\" aria-hidden=\"true\">\n        <source src=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/03\/video-landing.mp4\" type=\"video\/mp4\">\n      <\/video>\n    <\/template>\n          <div class=\"text-overlay\">\n        <div class=\"container\">\n          <div class=\"col-12\">\n                          <h1 class=\"title-xl mw-splash-title\">\n                Are you looking for a web agency for your digital project?              <\/h1>\n                        <\/div>\n        <\/div>\n      <\/div>\n            <div class=\"text-overlay bottom-right\">\n        <div class=\"container\">\n          <div class=\"col-12\">\n            <p>We can help you grow.<\/p>\n    <a title=\"Let\u2019s discuss it together\" class=\"btn\" href=\"https:\/\/therope.it\/en\/contacts\/\">Let\u2019s discuss it together<\/a>          <\/div>\n        <\/div>\n      <\/div>\n      <\/div>\n<script>\n  (function(){\n    if (document.currentScript && document.currentScript.dataset.executed) return;\n    if (document.currentScript) document.currentScript.dataset.executed = \"1\";\n    var prefersReduced = false;\n    try { prefersReduced = matchMedia('(prefers-reduced-motion: reduce)').matches; } catch(e) {}\n    if (prefersReduced) return;\n    var container  = document.getElementById('splash-block_1f9a6f63406e1aee129a00110571e333');\n    if (!container) return;\n    var tplDesktop = document.getElementById('splash-block_1f9a6f63406e1aee129a00110571e333-tpl-video-desktop');\n    var tplMobile  = document.getElementById('splash-block_1f9a6f63406e1aee129a00110571e333-tpl-video-mobile');\n    var isLgUp     = function(){ try { return matchMedia('(min-width: 992px)').matches; } catch(e){ return false; } };\n    var rIC        = (window.requestIdleCallback ? window.requestIdleCallback : function(cb){ setTimeout(cb, 120); });\n    function hasAfterLCP(){ return document.documentElement.classList.contains('after-lcp'); }\n    function createVideoEl(){\n      var tpl = isLgUp() ? tplDesktop : tplMobile;\n      if (!tpl || !tpl.content) return null;\n      var video = tpl.content.querySelector('video');\n      if (!video) return null;\n      video = video.cloneNode(true);\n      video.muted = true;\n      video.setAttribute('muted','');\n      video.setAttribute('playsinline','');\n      video.setAttribute('webkit-playsinline','');\n      video.setAttribute('preload','metadata');\n      video.setAttribute('disableRemotePlayback','');\n      video.style.display = 'none';\n      video.addEventListener('playing', function onPlaying(){\n        video.style.display = 'block';\n        video.removeEventListener('playing', onPlaying);\n      }, { once:true });\n      return video;\n    }\n    function mountAndMaybePlay(){\n      if (container.dataset.videoMounted === '1') return;\n      var video = createVideoEl();\n      if (!video) { container.dataset.videoMounted = '1'; return; }\n      container.appendChild(video);\n      container.dataset.videoMounted = '1';\n      function tryStart(){\n        if (!hasAfterLCP()) { setTimeout(tryStart, 250); return; }\n        try { video.load(); } catch(e){}\n        var p; try { p = video.play(); } catch(e){}\n        if (p && typeof p.then === 'function') { p.catch(function(){}); }\n      }\n      rIC(function(){ setTimeout(tryStart, 0); });\n    }\n    function scheduleMount(){\n      rIC(function(){\n        if (hasAfterLCP()) { mountAndMaybePlay(); return; }\n        window.addEventListener('load', function(){ setTimeout(mountAndMaybePlay, 300); }, { once:true });\n        setTimeout(mountAndMaybePlay, 3000);\n      });\n    }\n    function onIntersect(entries, observer){\n      entries.forEach(function(entry){\n        if (entry.isIntersecting) {\n          (function waitForLCP(){\n            if (hasAfterLCP()) { setTimeout(scheduleMount, 300); }\n            else { setTimeout(waitForLCP, 200); }\n          })();\n          observer.unobserve(entry.target);\n        }\n      });\n    }\n    try {\n      var io = new IntersectionObserver(onIntersect, { root: null, rootMargin: '200px 0px', threshold: 0.01 });\n      io.observe(container);\n    }\n    catch(e) {\n      window.addEventListener('load', function(){ setTimeout(scheduleMount, 300); }, { once:true });\n    }\n    var t;\n    window.addEventListener('resize', function(){\n      if (container.dataset.videoMounted === '1') return;\n      clearTimeout(t);\n      t = setTimeout(function(){ if (hasAfterLCP()) scheduleMount(); }, 180);\n    });\n  })();\n<\/script>\n\n\n<div class=\"blur-background overflow-hidden\">\n    <div class=\"space space-m\"><\/div>\n  <div class=\"container\">\n    <div class=\"col-12 text-center\">\n          <\/div>\n  <\/div>\n  <div class=\"container\">\n          <div class=\"col-4 text-center\" data-aos=\"fade\">\n        <div class=\"mw-clients mx-auto\">\n          <h2 class=\"title-xs\">Experience<\/h2>            <p class=\"bg-grey-reverse\"> Since 2011 we\u2019ve been turning our clients\u2019 goals into reality.<\/p>\n                    <\/div>\n        <div class=\"space space-m\"><\/div>\n      <\/div>\n            <div class=\"col-4 text-center\" data-aos=\"fade\">\n        <div class=\"mw-clients mx-auto\">\n          <h2 class=\"title-xs\">Innovation<\/h2>            <p class=\"bg-grey-reverse\"> With over 300 completed projects, we stand among the most renowned digital agencies in Italy.<\/p>\n                    <\/div>\n        <div class=\"space space-m\"><\/div>\n      <\/div>\n            <div class=\"col-4 text-center\" data-aos=\"fade\">\n        <div class=\"mw-clients mx-auto\">\n          <h2 class=\"title-xs\">Creativity<\/h2>            <p class=\"bg-grey-reverse\"> We turn your idea into tangible, functional, and truly meaningful web experiences.<\/p>\n                    <\/div>\n        <div class=\"space space-m\"><\/div>\n      <\/div>\n        <\/div>\n      <div class=\"space space-m\"><\/div>\n    <\/div>\n\n\n<div class=\"space space-m\"><\/div>\n<div class=\"container\">\n  <div class=\"col-12\">\n    <hr class=\"color-gradient\">\n  <\/div>\n<\/div>\n<div class=\"space space-m\"><\/div>\n\n\n  <div class=\"space space-m\"><\/div>\n      <h2 class=\"my-0\">\n      <span class=\"container\">\n        <span class=\"col-9\">\n          <span class=\"d-block title-l\" data-aos=\"fade-right\">Our agency creates<\/span> <span class=\"d-block title-l\" data-aos=\"fade-left\">highly integrated<\/span>        <\/span>\n      <\/span>\n      <span class=\"container\">\n        <span class=\"col-3\">\n        <\/span>\n        <span class=\"col-9\">\n           <span class=\"d-block title-l\" data-aos=\"fade-right\">tailor\u2011made<\/span> <span class=\"d-block title-l\" data-aos=\"fade-left\">digital services.<\/span>        <\/span>\n      <\/span>\n    <\/h2>\n    <div class=\"space space-m\"><\/div>\n\n\n<div class=\"space space-m\"><\/div>\n<div class=\"container\">\n        <div class=\"col-3 box\" data-aos=\"fade\">\n        <div class=\"mw-clients\">\n          <p>We start from the belief that strategy, design, and technology are the most effective way to strengthen a business\u2019s digital success.<\/p>\n        <\/div>\n      <\/div>\n            <div class=\"col-3 box\" data-aos=\"fade\">\n        <div class=\"mw-clients\">\n          <p>We support our clients throughout the entire digitalization process of their business \u2014 from strategic definition, branding, web design, and web development to content creation and social media management \u2014 all aimed at achieving high performance and engagement across their communication channels and conversion funnels.<\/p>\n        <\/div>\n      <\/div>\n            <div class=\"col-3 box\" data-aos=\"fade\">\n        <div class=\"mw-clients\">\n                  <\/div>\n      <\/div>\n            <div class=\"col-3 box\" data-aos=\"fade\">\n        <div class=\"mw-clients\">\n                  <\/div>\n      <\/div>\n      <\/div>\n<div class=\"space space-m\"><\/div>\n\n\n<div class=\"space space-m\"\n  >\n<\/div>\n\n\n<div class=\"container\">\n  <div class=\"col-6\">\n  <\/div>\n  <div class=\"col-6 position-relative\" data-aos=\"fade\">\n    <div class=\"mw-two-columns-image-text\">\n              <div class=\"back-news back-news-right about-values\"><p> For your project<\/p><\/div>\n            <\/div>\n  <\/div>\n<\/div>\n<div class=\"container about-values\">\n      <div class=\"col-4\" data-aos=\"fade-up\">\n      <div class=\"blur-background\">\n        <video poster=\"https:\/\/therope.it\/wp-content\/themes\/therope\/inc\/assets\/images\/poster\/video-servizi.webp\" autoplay muted loop playsinline>\n           <source src=\"https:\/\/therope.it\/wp-content\/themes\/therope\/inc\/assets\/video\/video-servizi.mp4\" type=\"video\/mp4\">\n         <\/video>\n         <div class=\"position-relative\">\n          <div>\n            <h3 class=\"title-m mt-0\">Tailor\u2011made<\/h3><p>We start from your needs and goals<\/p>          <\/div>\n          <p class=\"mb-0\">We create web projects crafted with meticulous attention to detail, delivering digital solutions that are effective, flexible, and results\u2011driven.<\/p>        <\/div>\n      <\/div>\n    <\/div>\n        <div class=\"col-4\" data-aos=\"fade-up\">\n      <div class=\"blur-background\">\n        <video poster=\"https:\/\/therope.it\/wp-content\/themes\/therope\/inc\/assets\/images\/poster\/video-servizi.webp\" autoplay muted loop playsinline>\n           <source src=\"https:\/\/therope.it\/wp-content\/themes\/therope\/inc\/assets\/video\/video-servizi.mp4\" type=\"video\/mp4\">\n         <\/video>\n         <div class=\"position-relative\">\n          <div>\n            <h3 class=\"title-m mt-0\">Complete<\/h3><p>From concept to launch<\/p>          <\/div>\n          <p class=\"mb-0\">We can provide support at every stage of your project \u2014 from design and development to digital marketing.<\/p>        <\/div>\n      <\/div>\n    <\/div>\n        <div class=\"col-4\" data-aos=\"fade-up\">\n      <div class=\"blur-background\">\n        <video poster=\"https:\/\/therope.it\/wp-content\/themes\/therope\/inc\/assets\/images\/poster\/video-servizi.webp\" autoplay muted loop playsinline>\n           <source src=\"https:\/\/therope.it\/wp-content\/themes\/therope\/inc\/assets\/video\/video-servizi.mp4\" type=\"video\/mp4\">\n         <\/video>\n         <div class=\"position-relative\">\n          <div>\n            <h3 class=\"title-m mt-0\">Integrated<\/h3><p>Development and functionality in perfect synergy<\/p>          <\/div>\n          <p class=\"mb-0\">We develop integrations with the main management systems and advanced marketing and lead\u2011generation features.<\/p>        <\/div>\n      <\/div>\n    <\/div>\n    <\/div>\n<div class=\"space space-m\"><\/div>\n\n\n<div class=\"space space-m\"\n  >\n<\/div>\n\n\n<div class=\"container align-items-center\">\n <div class=\"col-6\"><h4 class=\"title-3xl\" data-aos=\"fade-up\">Services<\/h4><\/div><div class=\"col-3\"><\/div><div class=\"col-3\"><p data-aos=\"fade-left\">Our distinctive value lies in the harmony between complementary elements: a coherent narrative that aligns content and communication goals, combined with technical infrastructures designed to maximize speed and accessibility. At the same time, we adopt flexible methodologies that anticipate trends and future integrations, preserving system efficiency over time without compromising user experience or brand identity.<\/p><\/div><\/div>\n<div class=\"space space-m\"><\/div>\n <div class=\"services-carousel blur-background\" data-aos=\"fade\">\n   <video poster=\"https:\/\/therope.it\/wp-content\/themes\/therope\/inc\/assets\/images\/poster\/video-servizi.webp\" autoplay muted loop playsinline>\n      <source src=\"https:\/\/therope.it\/wp-content\/themes\/therope\/inc\/assets\/video\/video-servizi.mp4\" type=\"video\/mp4\">\n    <\/video>\n   <div class=\"container carousel-container\">\n     <div class=\"three-columns-carousel owl-carousel\">\n                  <div class=\"item\">\n                          <h3 class=\"title-m\">\n               <a title=\"SEO | Services\" class=\"d-inline-block\" href=\"https:\/\/therope.it\/en\/services\/seo\/\">SEO<\/a>\n             <\/h3>\n             <div>\n               <div class=\"description\"><p>We work with an integrated approach that begins with a thorough technical analysis of the site to eliminate issues that hinder indexing.<\/p><\/div>\n               <a title=\"SEO | Services\" class=\"link ms-auto d-inline-block\" href=\"https:\/\/therope.it\/en\/services\/seo\/\">\n                 Explore service               <\/a>\n             <\/div>\n           <\/div>\n                      <div class=\"item\">\n                          <h3 class=\"title-m\">\n               <a title=\"Landing Page | Services\" class=\"d-inline-block\" href=\"https:\/\/therope.it\/en\/services\/landing-page\/\">Landing Page<\/a>\n             <\/h3>\n             <div>\n               <div class=\"description\"><p>We design landing pages optimized for your business goals. Effective solutions to attract, engage, and convert visitors.<\/p><\/div>\n               <a title=\"Landing Page | Services\" class=\"link ms-auto d-inline-block\" href=\"https:\/\/therope.it\/en\/services\/landing-page\/\">\n                 Explore service               <\/a>\n             <\/div>\n           <\/div>\n                      <div class=\"item\">\n                          <h3 class=\"title-m\">\n               <a title=\"Web Development | Services\" class=\"d-inline-block\" href=\"https:\/\/therope.it\/en\/services\/web-development\/\">Web Development<\/a>\n             <\/h3>\n             <div>\n               <div class=\"description\"><p>We create tailor-made digital platforms where advanced technology and artisanal precision merge to transform strategic concepts into high-performing, scalable, and distinctive web experiences.<\/p><\/div>\n               <a title=\"Web Development | Services\" class=\"link ms-auto d-inline-block\" href=\"https:\/\/therope.it\/en\/services\/web-development\/\">\n                 Explore service               <\/a>\n             <\/div>\n           <\/div>\n                      <div class=\"item\">\n                          <h3 class=\"title-m\">\n               <a title=\"Branding | Services\" class=\"d-inline-block\" href=\"https:\/\/therope.it\/en\/services\/branding\/\">Branding<\/a>\n             <\/h3>\n             <div>\n               <div class=\"description\"><p>From your vision to a distinctive, consistent, and recognizable identity.<\/p><\/div>\n               <a title=\"Branding | Services\" class=\"link ms-auto d-inline-block\" href=\"https:\/\/therope.it\/en\/services\/branding\/\">\n                 Explore service               <\/a>\n             <\/div>\n           <\/div>\n                      <div class=\"item\">\n                          <h3 class=\"title-m\">\n               <a title=\"Web Design | Services\" class=\"d-inline-block\" href=\"https:\/\/therope.it\/en\/services\/web-design\/\">Web Design<\/a>\n             <\/h3>\n             <div>\n               <div class=\"description\"><p>We design distinctive digital experiences by combining refined aesthetics and advanced functionality to best express complex brand identities and engage demanding users.<\/p><\/div>\n               <a title=\"Web Design | Services\" class=\"link ms-auto d-inline-block\" href=\"https:\/\/therope.it\/en\/services\/web-design\/\">\n                 Explore service               <\/a>\n             <\/div>\n           <\/div>\n                <\/div>\n   <\/div>\n <\/div>\n \n\n<div class=\"space space-m\"\n  >\n<\/div>\n\n\n<div class=\"blur-background overflow-hidden\">\n      <video class=\"flip-video\" poster=\"https:\/\/therope.it\/wp-content\/themes\/therope\/inc\/assets\/images\/poster\/video-landing.webp\" autoplay muted loop playsinline>\n      <source src=\"https:\/\/therope.it\/wp-content\/themes\/therope\/inc\/assets\/video\/video-landing.mp4\" type=\"video\/mp4\">\n    <\/video>\n      <div class=\"space space-m\"><\/div>\n  <div class=\"container\">\n    <div class=\"col-12 text-center\">\n      <h3 class=\"title-xl\" data-aos=\"fade-up\">What our clients say about us<\/h3><div class=\"space space-xl\"><\/div>    <\/div>\n  <\/div>\n  <div class=\"container\">\n          <div class=\"col-4 text-center\" data-aos=\"fade\">\n        <div class=\"mw-clients mx-auto\">\n                      <div class=\"stars\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                              <\/div>\n            <div class=\"big\"><p>Disruptive in the best possible way. One of the best agencies in Milan \u2014 if not <em>the<\/em> best.<\/p>\n<\/div>            <p class=\"bg-grey-reverse\"> Camilla, Milan<\/p>\n                    <\/div>\n        <div class=\"space space-m\"><\/div>\n      <\/div>\n            <div class=\"col-4 text-center\" data-aos=\"fade\">\n        <div class=\"mw-clients mx-auto\">\n                      <div class=\"stars\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                              <\/div>\n            <div class=\"big\"><p>Professionalism, kindness, and talent. I highly recommend this agency. Excellent work \u2014 thank you again for the beautiful project you delivered. I couldn\u2019t have asked for anything better!<\/p>\n<\/div>            <p class=\"bg-grey-reverse\"> Sara, Milan<\/p>\n                    <\/div>\n        <div class=\"space space-m\"><\/div>\n      <\/div>\n            <div class=\"col-4 text-center\" data-aos=\"fade\">\n        <div class=\"mw-clients mx-auto\">\n                      <div class=\"stars\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M288.1 0l63.5 195.6H557.2L390.9 316.4 454.4 512 288.1 391.1 121.7 512l63.5-195.6L18.9 195.6H224.5L288.1 0z\"\/><\/svg>\n                              <\/div>\n            <div class=\"big\"><p>Reliable \u2014 an agency that truly listens to its clients yet isn\u2019t afraid to guide them with integrity! Top<\/p>\n<\/div>            <p class=\"bg-grey-reverse\"> Simone, Milan<\/p>\n                    <\/div>\n        <div class=\"space space-m\"><\/div>\n      <\/div>\n        <\/div>\n      <div class=\"space space-xl\"><\/div>\n    <\/div>\n\n\n    <div class=\"space space-m\"><\/div>\n    <div class=\"container\">\n      <div class=\"col-12\">\n        <h2 class=\"title-l mw-headline\" data-aos=\"fade-left\">Clients who trust us<\/h2>      <\/div>\n    <\/div>\n    <div class=\"space space-m\"><\/div>\n\n\n<div><\/div>\n  \t<div class=\"portfolio-carousel-wrapper\" data-aos=\"fade\">\n  \t\t<div class=\"container carousel-container\">\n  \t\t\t<div class=\"col-12\">\n  \t\t\t\t<div class=\"portfolio-carousel owl-carousel\">\n  \t\t\t\t\t  \t\t\t\t\t\t\t<div class=\"item\">\n  \t\t\t\t\t\t\t\t  \t\t\t\t\t\t\t\t<a title=\"Forbes Italia: New editorial platform for Forbes Italia | Portfolio\" href=\"https:\/\/therope.it\/en\/portfolio\/forbes-italia\/\">\n  \t\t\t\t\t\t\t\t\t<img width=\"639\" height=\"822\" src=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/forbes-portfolio-640x823.jpg\" class=\"w-100\" alt=\"Forbes Italia: New editorial platform for Forbes Italia\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/forbes-portfolio-640x823.jpg 640w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/forbes-portfolio-233x300.jpg 233w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/forbes-portfolio-797x1024.jpg 797w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/forbes-portfolio-768x987.jpg 768w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/forbes-portfolio-1195x1536.jpg 1195w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/forbes-portfolio-991x1274.jpg 991w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/forbes-portfolio-767x986.jpg 767w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/forbes-portfolio-480x617.jpg 480w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/forbes-portfolio-880x1131.jpg 880w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/forbes-portfolio-424x545.jpg 424w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/forbes-portfolio.jpg 1551w\" sizes=\"auto, (max-width: 639px) 100vw, 639px\" \/>  \t\t\t\t\t\t\t\t\t<h3 class=\"title-xs mb-3\">Forbes Italia<\/h3>\n  \t\t\t\t\t\t\t\t\t<div class=\"description\"><p class=\"mt-3 mb-3\">New editorial platform for Forbes Italia.<\/p><\/div>  \t\t\t\t\t\t\t\t<\/a>\n  \t\t\t\t\t\t\t\t<div class=\"client-categories mt-3\"><span><a title=\"SEO Consulting | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/seo-consulting\/\">SEOconsulting<\/a><\/span><span><a title=\"Web Design | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/web-design\/\">webDesign<\/a><\/span><span><a title=\"Web Development | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/web-development\/\">webDevelopment<\/a><\/span><\/div>  \t\t\t\t\t\t\t<\/div>\n  \t\t\t\t\t\t\t  \t\t\t\t\t\t\t<div class=\"item\">\n  \t\t\t\t\t\t\t\t  \t\t\t\t\t\t\t\t<a title=\"Carlo Colombo: Refined digital presence for the icon of Italian design | Portfolio\" href=\"https:\/\/therope.it\/en\/portfolio\/carlo-colombo\/\">\n  \t\t\t\t\t\t\t\t\t<img width=\"639\" height=\"822\" src=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/colombo-portfolio-2-640x823.jpg\" class=\"w-100\" alt=\"Carlo Colombo: Refined digital presence for the icon of Italian design\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/colombo-portfolio-2-640x823.jpg 640w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/colombo-portfolio-2-233x300.jpg 233w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/colombo-portfolio-2-797x1024.jpg 797w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/colombo-portfolio-2-768x987.jpg 768w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/colombo-portfolio-2-1195x1536.jpg 1195w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/colombo-portfolio-2-991x1274.jpg 991w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/colombo-portfolio-2-767x986.jpg 767w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/colombo-portfolio-2-480x617.jpg 480w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/colombo-portfolio-2-880x1131.jpg 880w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/colombo-portfolio-2-424x545.jpg 424w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/colombo-portfolio-2.jpg 1551w\" sizes=\"auto, (max-width: 639px) 100vw, 639px\" \/>  \t\t\t\t\t\t\t\t\t<h3 class=\"title-xs mb-3\">Carlo Colombo<\/h3>\n  \t\t\t\t\t\t\t\t\t<div class=\"description\"><p class=\"mt-3 mb-3\">Refined digital presence for the icon of Italian design.<\/p><\/div>  \t\t\t\t\t\t\t\t<\/a>\n  \t\t\t\t\t\t\t\t<div class=\"client-categories mt-3\"><span><a title=\"Digital ADV | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/digital-adv\/\">digitalADV<\/a><\/span><span><a title=\"Ongoing Support | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/ongoing-support\/\">ongoingSupport<\/a><\/span><span><a title=\"SEO Consulting | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/seo-consulting\/\">SEOconsulting<\/a><\/span><span><a title=\"Social Media Management | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/social-media-management\/\">socialMediaManagement<\/a><\/span><span><a title=\"Web Design | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/web-design\/\">webDesign<\/a><\/span><span><a title=\"Web Development | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/web-development\/\">webDevelopment<\/a><\/span><\/div>  \t\t\t\t\t\t\t<\/div>\n  \t\t\t\t\t\t\t  \t\t\t\t\t\t\t<div class=\"item\">\n  \t\t\t\t\t\t\t\t  \t\t\t\t\t\t\t\t<a title=\"Leo Camerini: Digital at the service of Italian high fashion | Portfolio\" href=\"https:\/\/therope.it\/en\/portfolio\/leo-camerini\/\">\n  \t\t\t\t\t\t\t\t\t<img width=\"639\" height=\"822\" src=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/camerini-portfolio-640x823.jpg\" class=\"w-100\" alt=\"Leo Camerini: Digital at the service of Italian high fashion\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/camerini-portfolio-640x823.jpg 640w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/camerini-portfolio-233x300.jpg 233w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/camerini-portfolio-797x1024.jpg 797w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/camerini-portfolio-768x987.jpg 768w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/camerini-portfolio-1195x1536.jpg 1195w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/camerini-portfolio-991x1274.jpg 991w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/camerini-portfolio-767x986.jpg 767w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/camerini-portfolio-480x617.jpg 480w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/camerini-portfolio-880x1131.jpg 880w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/camerini-portfolio-424x545.jpg 424w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/camerini-portfolio.jpg 1551w\" sizes=\"auto, (max-width: 639px) 100vw, 639px\" \/>  \t\t\t\t\t\t\t\t\t<h3 class=\"title-xs mb-3\">Leo Camerini<\/h3>\n  \t\t\t\t\t\t\t\t\t<div class=\"description\"><p class=\"mt-3 mb-3\">Digital at the service of Italian high fashion.<\/p><\/div>  \t\t\t\t\t\t\t\t<\/a>\n  \t\t\t\t\t\t\t\t<div class=\"client-categories mt-3\"><span><a title=\"Ongoing Support | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/ongoing-support\/\">ongoingSupport<\/a><\/span><span><a title=\"Photo Editing | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/photo-editing\/\">photoEditing<\/a><\/span><span><a title=\"Photo Shooting | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/photo-shooting\/\">photoShooting<\/a><\/span><span><a title=\"SEO Consulting | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/seo-consulting\/\">SEOconsulting<\/a><\/span><span><a title=\"Web Design | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/web-design\/\">webDesign<\/a><\/span><span><a title=\"Web Development | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/web-development\/\">webDevelopment<\/a><\/span><\/div>  \t\t\t\t\t\t\t<\/div>\n  \t\t\t\t\t\t\t  \t\t\t\t\t\t\t<div class=\"item\">\n  \t\t\t\t\t\t\t\t  \t\t\t\t\t\t\t\t<a title=\"Touring Superleggera: The digital relaunch of the historic Milanese coachbuilder | Portfolio\" href=\"https:\/\/therope.it\/en\/portfolio\/touring-superleggera\/\">\n  \t\t\t\t\t\t\t\t\t<img width=\"640\" height=\"822\" src=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/02\/touring-portfolio.jpg\" class=\"w-100\" alt=\"Touring Superleggera: The digital relaunch of the historic Milanese coachbuilder\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/02\/touring-portfolio.jpg 1551w, https:\/\/therope.it\/wp-content\/uploads\/2025\/02\/touring-portfolio-233x300.jpg 233w, https:\/\/therope.it\/wp-content\/uploads\/2025\/02\/touring-portfolio-797x1024.jpg 797w, https:\/\/therope.it\/wp-content\/uploads\/2025\/02\/touring-portfolio-768x987.jpg 768w, https:\/\/therope.it\/wp-content\/uploads\/2025\/02\/touring-portfolio-1195x1536.jpg 1195w, https:\/\/therope.it\/wp-content\/uploads\/2025\/02\/touring-portfolio-991x1274.jpg 991w, https:\/\/therope.it\/wp-content\/uploads\/2025\/02\/touring-portfolio-1280x1646.jpg 1280w, https:\/\/therope.it\/wp-content\/uploads\/2025\/02\/touring-portfolio-618x795.jpg 618w, https:\/\/therope.it\/wp-content\/uploads\/2025\/02\/touring-portfolio-880x1131.jpg 880w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/>  \t\t\t\t\t\t\t\t\t<h3 class=\"title-xs mb-3\">Touring Superleggera<\/h3>\n  \t\t\t\t\t\t\t\t\t<div class=\"description\"><p class=\"mt-3 mb-3\">The digital relaunch of the historic Milanese coachbuilder.<\/p><\/div>  \t\t\t\t\t\t\t\t<\/a>\n  \t\t\t\t\t\t\t\t<div class=\"client-categories mt-3\"><span><a title=\"SEO Consulting | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/seo-consulting\/\">SEOconsulting<\/a><\/span><span><a title=\"Social Media Management | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/social-media-management\/\">socialMediaManagement<\/a><\/span><span><a title=\"Web Design | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/web-design\/\">webDesign<\/a><\/span><span><a title=\"Web Development | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/web-development\/\">webDevelopment<\/a><\/span><\/div>  \t\t\t\t\t\t\t<\/div>\n  \t\t\t\t\t\t\t  \t\t\t\t\t\t\t<div class=\"item\">\n  \t\t\t\t\t\t\t\t  \t\t\t\t\t\t\t\t<a title=\"Open: A platform that lives at the pace of information | Portfolio\" href=\"https:\/\/therope.it\/en\/portfolio\/open\/\">\n  \t\t\t\t\t\t\t\t\t<img width=\"639\" height=\"822\" src=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/open-portfolio-640x823.jpg\" class=\"w-100\" alt=\"Open: A platform that lives at the pace of information\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/open-portfolio-640x823.jpg 640w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/open-portfolio-233x300.jpg 233w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/open-portfolio-797x1024.jpg 797w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/open-portfolio-768x987.jpg 768w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/open-portfolio-1195x1536.jpg 1195w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/open-portfolio-991x1274.jpg 991w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/open-portfolio-767x986.jpg 767w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/open-portfolio-480x617.jpg 480w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/open-portfolio-880x1131.jpg 880w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/open-portfolio-424x545.jpg 424w, https:\/\/therope.it\/wp-content\/uploads\/2025\/05\/open-portfolio.jpg 1551w\" sizes=\"auto, (max-width: 639px) 100vw, 639px\" \/>  \t\t\t\t\t\t\t\t\t<h3 class=\"title-xs mb-3\">Open<\/h3>\n  \t\t\t\t\t\t\t\t\t<div class=\"description\"><p class=\"mt-3 mb-3\">A platform that lives at the pace of information.<\/p><\/div>  \t\t\t\t\t\t\t\t<\/a>\n  \t\t\t\t\t\t\t\t<div class=\"client-categories mt-3\"><span><a title=\"SEO Consulting | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/seo-consulting\/\">SEOconsulting<\/a><\/span><span><a title=\"Web Design | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/web-design\/\">webDesign<\/a><\/span><span><a title=\"Web Development | Portfolio Category\" href=\"https:\/\/therope.it\/en\/category\/web-development\/\">webDevelopment<\/a><\/span><\/div>  \t\t\t\t\t\t\t<\/div>\n  \t\t\t\t\t\t\t  \t\t\t\t<\/div>\n  \t\t\t<\/div>\n  \t\t<\/div>\n  \t<\/div>\n  \t<div class=\"space space-m\"><\/div>\n      <div class=\"container\">\n    <div class=\"col-12 text-center\">\n      <a data-aos=\"fade\" title=\"Portfolio\" class=\"link link-animated big\" href=\"https:\/\/therope.it\/en\/portfolio\/\">\n        Discover all projects      <\/a>\n    <\/div>\n  <\/div>\n  <div class=\"space space-m\"><\/div>\n  \n\n<div class=\"space space-m\"\n  >\n<\/div>\n\n\n  <div class=\"wide-image-video\">\n    \n      <video poster=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/01\/video-corda-orizzontale.webp\" autoplay muted loop playsinline preload=\"none\" webkit-playsinline tabindex=\"-1\" aria-hidden=\"true\">\n        <source src=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/01\/video-corda-orizzontale.mp4\" type=\"video\/mp4\">\n      <\/video>  <\/div>\n  \n\n\n<div class=\"space space-m\"><\/div>\n<div class=\"container\">\n  <div class=\"col-7 d-flex flex-column justify-content-between\">\n    <div class=\"mw-two-columns-image-text\"><h2 class=\"title-m\">Let\u2019s build your next big project together<\/h2><\/div><div class=\"mw-clients ms-0\"><p>Need a web agency for your next big idea?<br \/>\r\nTalk to us \u2014 we\u2019re based in Milan, with clients all across Italy.<\/p><\/div>  <\/div>\n  <div class=\"col-5 d-flex align-items-end\">\n      <script type=\"text\/javascript\">\n    jQuery(document).ready(function($) {\n      var formId = '1';\n      $('#gform_submit_button_' + formId).on('click', function(event) {\n        if (hasPendingFileUploads(formId)) {\n          return;\n        }\n        var $submitCopy = $(this).clone();\n        $submitCopy\n        .attr('id', '')\n        .prop('disabled', true)\n        .attr('value', 'Processing...')\n        .insertBefore($(this));\n        $(this).css({ visibility: 'hidden', position: 'absolute', transition: 'all 0s ease 0s' });\n      });\n      function hasPendingFileUploads() {\n        if (! window['gfMultiFileUploader']) {\n          return false;\n        }\n        var pendingUploads = false;\n        $.each(gfMultiFileUploader.uploaders, function(i, uploader) {\n          if (uploader.total.queued > 0) {\n            pendingUploads = true;\n            return false;\n          }\n        });\n        return pendingUploads;\n      }\n    });\n  <\/script>\n  <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_1' style='display:none'><div id='gf_1' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_custom\">(Required)<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_1' id='gform_1'  action='\/en\/wp-json\/wp\/v2\/pages\/4216#gf_1' data-formid='1' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_1_10\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_10'>X\/Twitter<\/label><div class='ginput_container'><input name='input_10' id='input_1_10' type='text' value='' autocomplete='new-password'\/><\/div><div class='gfield_description' id='gfield_description_1_10'>This field is for validation purposes and should be left unchanged.<\/div><\/div><div id=\"field_1_1\" class=\"gfield gfield--type-text gfield--input-type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_1'>Nome<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_custom\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_1_1' type='text' value='' class='large'    placeholder='First Name' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_3\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_3'>Cognome<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_custom\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_1_3' type='text' value='' class='large'    placeholder='Last Name' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_4\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_4'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_custom\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_4' id='input_1_4' type='email' value='' class='large'   placeholder='Email' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_1_5\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_5'>Telefono<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_custom\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_5' id='input_1_5' type='tel' value='' class='large'  placeholder='Phone' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_6\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_6'>Messaggio<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_custom\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_6' id='input_1_6' class='textarea large'    placeholder='Message' aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_1_7\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_7' id='input_1_7' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value=' - ' \/><\/div><\/div><fieldset id=\"field_1_9\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Consenso<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_custom\">(Required)<\/span><\/span><\/legend><div class='ginput_container ginput_container_consent'><input name='input_9.1' id='input_1_9_1' type='checkbox' value='1'   aria-required=\"true\" aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_1_9_1' >Pursuant to Legislative Decree No. 196\/2003, I agree that The Rope may use my first name, last name, and email address solely for the purpose of responding to my request for information.<span class=\"gfield_required gfield_required_custom\">(Required)<\/span><\/label><input type='hidden' name='input_9.2' value='Pursuant to Legislative Decree No. 196\/2003, I agree that The Rope may use my first name, last name, and email address solely for the purpose of responding to my request for information.' class='gform_hidden' \/><input type='hidden' name='input_9.3' value='1' class='gform_hidden' \/><\/div><\/fieldset><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <button class='btn gform_button' id='gform_submit_button_1'>Send request\n  <\/button> <input type='hidden' name='gform_ajax' value='form_id=1&amp;title=&amp;description=&amp;tabindex=0&amp;theme=gravity-theme&amp;styles=[]&amp;hash=0224dbc882d81e6e406007987583121a' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='f0whTMrx2xis5kvCAnb1JUl2nBRRadbXRWTc\/6FQiiIs643xSYz2nh+wB\/kZ13TZCfRpwpTmfIgGfnBonjrNN52GsRfPOHvUElNCxafBpCza6Y4=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJ7XCI5LjFcIjpcIjIzNmRjNTA1YjBmN2I4NWI4M2JhMWJhZjdkNjEyZjI2XCIsXCI5LjJcIjpcIjY3NDFhYTM2ZGYzMDY1ZmRiMjU4MTBmMmY3ZTMwMjhjXCIsXCI5LjNcIjpcIjIzNmRjNTA1YjBmN2I4NWI4M2JhMWJhZjdkNjEyZjI2XCJ9IiwiYWUzNDQzMzQ4ZmZmMTRlZTc0MDIwYjU5NjUyZjgyZjUiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_1' id='gform_ajax_frame_1' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https:\/\/therope.it\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https:\/\/therope.it\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"1\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_1\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_1\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_1\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 1, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n  <\/div>\n<\/div>\n<div class=\"space space-m\">\n<\/div>\n\n\n<div class=\"space space-m\"\n  >\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-4216","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Are you looking for a web agency for your digital project? | The Rope<\/title>\n<meta name=\"description\" content=\"Scopri i servizi digitali pi\u00f9 efficaci per elevare la tua attivit\u00e0 e restare competitivo nel mercato attuale.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/therope.it\/en\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Are you looking for a web agency for your digital project? | The Rope\" \/>\n<meta property=\"og:description\" content=\"Scopri i servizi digitali pi\u00f9 efficaci per elevare la tua attivit\u00e0 e restare competitivo nel mercato attuale.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/therope.it\/en\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\/\" \/>\n<meta property=\"og:site_name\" content=\"The Rope\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/theropedigitalagency\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-01T10:28:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/therope.it\/wp-content\/uploads\/2025\/06\/cover-social.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"620\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\\\/\",\"url\":\"https:\\\/\\\/therope.it\\\/en\\\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\\\/\",\"name\":\"Are you looking for a web agency for your digital project? | The Rope\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#website\"},\"datePublished\":\"2025-09-15T15:39:50+00:00\",\"dateModified\":\"2026-04-01T10:28:33+00:00\",\"description\":\"Scopri i servizi digitali pi\u00f9 efficaci per elevare la tua attivit\u00e0 e restare competitivo nel mercato attuale.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/therope.it\\\/en\\\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/therope.it\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Are you looking for a web agency for your digital project?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/therope.it\\\/en\\\/\",\"name\":\"The Rope\",\"description\":\"Web agency, realizzazione siti web, creazione siti internet, realizzazione sito, progettazione grafica, realizzazione loghi aziendali, posizionamento siti internet in prima pagina nei motori di ricerca\",\"publisher\":{\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/therope.it\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#organization\",\"name\":\"Web Agency Milano | The Rope\",\"alternateName\":\"Web Agency\",\"url\":\"https:\\\/\\\/therope.it\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/therope.it\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/the-rope-og-image.webp\",\"contentUrl\":\"https:\\\/\\\/therope.it\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/the-rope-og-image.webp\",\"width\":512,\"height\":512,\"caption\":\"Web Agency Milano | The Rope\"},\"image\":{\"@id\":\"https:\\\/\\\/therope.it\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/theropedigitalagency\",\"https:\\\/\\\/instagram.com\\\/wearetherope\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/the-rope\\\/\",\"http:\\\/\\\/www.awwwards.com\\\/therope\\\/\"],\"description\":\"Web agency milano specializzata in realizzazione siti internet, creazione siti web, realizzazione sito internet, agenzia web milano.\",\"email\":\"hello@therope.it\",\"telephone\":\"+39 02 38585747\",\"legalName\":\"The Chain S.r.l.\",\"foundingDate\":\"2012-10-16\",\"vatID\":\"10527580962\",\"taxID\":\"10527580962\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Are you looking for a web agency for your digital project? | The Rope","description":"Scopri i servizi digitali pi\u00f9 efficaci per elevare la tua attivit\u00e0 e restare competitivo nel mercato attuale.","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:\/\/therope.it\/en\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\/","og_locale":"en_US","og_type":"article","og_title":"Are you looking for a web agency for your digital project? | The Rope","og_description":"Scopri i servizi digitali pi\u00f9 efficaci per elevare la tua attivit\u00e0 e restare competitivo nel mercato attuale.","og_url":"https:\/\/therope.it\/en\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\/","og_site_name":"The Rope","article_publisher":"https:\/\/www.facebook.com\/theropedigitalagency","article_modified_time":"2026-04-01T10:28:33+00:00","og_image":[{"width":1200,"height":620,"url":"https:\/\/therope.it\/wp-content\/uploads\/2025\/06\/cover-social.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/therope.it\/en\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\/","url":"https:\/\/therope.it\/en\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\/","name":"Are you looking for a web agency for your digital project? | The Rope","isPartOf":{"@id":"https:\/\/therope.it\/en\/#website"},"datePublished":"2025-09-15T15:39:50+00:00","dateModified":"2026-04-01T10:28:33+00:00","description":"Scopri i servizi digitali pi\u00f9 efficaci per elevare la tua attivit\u00e0 e restare competitivo nel mercato attuale.","breadcrumb":{"@id":"https:\/\/therope.it\/en\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/therope.it\/en\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/therope.it\/en\/cerchi-una-web-agency-per-il-tuo-progetto-digitale\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/therope.it\/en\/"},{"@type":"ListItem","position":2,"name":"Are you looking for a web agency for your digital project?"}]},{"@type":"WebSite","@id":"https:\/\/therope.it\/en\/#website","url":"https:\/\/therope.it\/en\/","name":"The Rope","description":"Web agency, realizzazione siti web, creazione siti internet, realizzazione sito, progettazione grafica, realizzazione loghi aziendali, posizionamento siti internet in prima pagina nei motori di ricerca","publisher":{"@id":"https:\/\/therope.it\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/therope.it\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/therope.it\/en\/#organization","name":"Web Agency Milano | The Rope","alternateName":"Web Agency","url":"https:\/\/therope.it\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/therope.it\/en\/#\/schema\/logo\/image\/","url":"https:\/\/therope.it\/wp-content\/uploads\/2025\/01\/the-rope-og-image.webp","contentUrl":"https:\/\/therope.it\/wp-content\/uploads\/2025\/01\/the-rope-og-image.webp","width":512,"height":512,"caption":"Web Agency Milano | The Rope"},"image":{"@id":"https:\/\/therope.it\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/theropedigitalagency","https:\/\/instagram.com\/wearetherope\/","https:\/\/www.linkedin.com\/company\/the-rope\/","http:\/\/www.awwwards.com\/therope\/"],"description":"Web agency milano specializzata in realizzazione siti internet, creazione siti web, realizzazione sito internet, agenzia web milano.","email":"hello@therope.it","telephone":"+39 02 38585747","legalName":"The Chain S.r.l.","foundingDate":"2012-10-16","vatID":"10527580962","taxID":"10527580962","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}}]}},"_links":{"self":[{"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/pages\/4216","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/comments?post=4216"}],"version-history":[{"count":6,"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/pages\/4216\/revisions"}],"predecessor-version":[{"id":4228,"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/pages\/4216\/revisions\/4228"}],"wp:attachment":[{"href":"https:\/\/therope.it\/en\/wp-json\/wp\/v2\/media?parent=4216"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}