{"id":8646,"date":"2026-05-13T02:09:01","date_gmt":"2026-05-13T02:09:01","guid":{"rendered":"https:\/\/momapix.com\/momapix-video-in-action\/"},"modified":"2026-06-03T20:56:12","modified_gmt":"2026-06-03T20:56:12","slug":"momapix-video-in-action","status":"publish","type":"page","link":"https:\/\/momapix.com\/en\/momapix-video-in-action\/","title":{"rendered":"MomaPIX video in action"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8646\" class=\"elementor elementor-8646 elementor-7824\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd7102f e-flex e-con-boxed e-con e-parent\" data-id=\"dd7102f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-285de85 e-con-full e-flex e-con e-child\" data-id=\"285de85\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-31ac5e9 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"31ac5e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Watch MomaPIX in action<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e94342b elementor-widget elementor-widget-heading\" data-id=\"e94342b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Video tutorials and quick guides<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4365d10 elementor-widget elementor-widget-text-editor\" data-id=\"4365d10\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Learn how to make the most of every feature of the platform-from uploading to managing metadata, from sharing to reporting. Each video guides you step by step in just a few minutes. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f56e075 e-flex e-con-boxed e-con e-parent\" data-id=\"f56e075\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bfc7cee e-con-full e-flex e-con e-child\" data-id=\"bfc7cee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e81465c elementor-widget elementor-widget-html\" data-id=\"e81465c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>@import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@100;400;500;600&display=swap');\n\n.mpx-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 0;\n  width: 100%;\n  font-family: 'Montserrat', 'Trebuchet MS', sans-serif;\n}\n@media (max-width: 1024px) { .mpx-grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 640px) { .mpx-grid { grid-template-columns: 1fr; } }\n\n.mpx-card {\n  border-radius: 8px;\n  margin: 32px 16px 0;\n  background: #fff;\n  cursor: pointer;\n  overflow: hidden;\n  transition: box-shadow 0.2s;\n}\n.mpx-card:hover {\n  box-shadow: 0 4px 16px rgba(0,0,0,0.12);\n}\n\n.mpx-card-title {\n  font-family: \"Poppins\", Sans-serif;\n    font-size: 17px;\n    line-height: 1.7em;\n    color: #000000;\n    font-weight: 500;\n    padding-bottom: 10px;\n    padding-top: 10px;\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;\n    padding-left: 0;\n    transition: padding-left 0.3s ease;\n}\n.mpx-card:hover .mpx-card-title {\n    padding-left: 10px;\n}\n.mpx-thumb {\n  position: relative;\n  width: 100%;\n  padding-top: 56.25%;\n  overflow: hidden;\n  background: #f7f7f7;\n}\n.mpx-thumb img {\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  object-fit: cover;\n  transition: transform 0.3s;\n}\n.mpx-card:hover .mpx-thumb img { transform: scale(1.03); }\n\n.mpx-play {\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  opacity: 0;\n  transition: opacity 0.2s;\n  background: rgba(0,0,0,0.25);\n}\n.mpx-card:hover .mpx-play { opacity: 1; }\n\n.mpx-play-btn {\n  width: 56px; height: 56px;\n  background: rgba(229,57,53,0.9);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.3);\n  transition: transform 0.2s;\n}\n.mpx-play-btn:hover { transform: scale(1.1); }\n.mpx-play-btn svg { width: 24px; height: 24px; fill: #fff; margin-left: 3px; }\n\n\/* Lightbox *\/\n.mpx-lightbox {\n  display: none;\n  position: fixed;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  background: rgba(0,0,0,0.94);\n  z-index: 99999;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n}\n.mpx-lightbox.active { display: flex; }\n\n.mpx-lb-close {\n  position: absolute;\n  top: 16px; right: 24px;\n  color: #fff;\n  font-size: 2.2em;\n  cursor: pointer;\n  opacity: 0.7;\n  transition: opacity 0.2s;\n  line-height: 1;\n  z-index: 100000;\n}\n.mpx-lb-close:hover { opacity: 1; }\n\n.mpx-lb-title {\n  color: #fff;\n  font-size: 18px;\n  font-weight: 500;\n  font-family: 'Montserrat', sans-serif;\n  margin-bottom: 16px;\n  text-align: center;\n  max-width: 80%;\n}\n\n.mpx-lb-video {\n  width: 85vw;\n  max-width: 1100px;\n  aspect-ratio: 16\/9;\n  background: #000;\n  border-radius: 8px;\n  overflow: hidden;\n}\n.mpx-lb-video video {\n  width: 100%; height: 100%;\n  border-radius: 8px;\n  outline: none;\n}\n\n.mpx-lb-nav {\n  position: absolute;\n  top: 50%;\n  transform: translateY(-50%);\n  color: #fff;\n  font-size: 2.5em;\n  cursor: pointer;\n  opacity: 0.6;\n  transition: opacity 0.2s;\n  user-select: none;\n  padding: 20px;\n}\n.mpx-lb-nav:hover { opacity: 1; }\n.mpx-lb-prev { left: 10px; }\n.mpx-lb-next { right: 10px; }\n<\/style><div class=\"mpx-grid\" id=\"mpxGrid\"><\/div><div class=\"mpx-lightbox\" id=\"mpxLightbox\"><div class=\"mpx-lb-close\" onclick=\"mpxClose()\">&times;<\/div><div class=\"mpx-lb-nav mpx-lb-prev\" onclick=\"mpxNav(-1)\">&#10094;<\/div><div class=\"mpx-lb-nav mpx-lb-next\" onclick=\"mpxNav(1)\">&#10095;<\/div><div class=\"mpx-lb-title\" id=\"mpxTitle\"><\/div><div class=\"mpx-lb-video\" id=\"mpxVideo\"><\/div><\/div><script>(function(){\nconst V=[\n{t:\"Guida all'editor metadati di MomaPIX\",i:\"https:\/\/d0.momapix.com\/momapixvideo\/32000b2d9a3751ca499126f55342e13efbd897732fd3b6f80123a8821aa25c18db14f\/Image3056.jpg?w=588&h=330\",m:\"https:\/\/momapix.com\/video\/3056.mp4\"},\n{t:\"Analisi e statistiche con MomaPIX\",i:\"https:\/\/d0.momapix.com\/momapixvideo\/32000d99d32b506bf39959a642d91dd1593e08b20c2813a083b7902a65394b5114f80\/Image3050.jpg?w=588&h=330\",m:\"https:\/\/momapix.com\/video\/3050.mp4\"},\n{t:\"Gestisci accessi e permessi con MomaPIX\",i:\"https:\/\/d1.momapix.com\/momapixvideo\/320009d6f7a9b24cc14ba79a65117183ec0cecd48713ec82741aa55be8331bcfa03f3\/Image3045.jpg?w=608&h=330\",m:\"https:\/\/momapix.com\/video\/3045.mp4\"},\n{t:\"Gestione Restrizioni Contenuti MomaPIX\",i:\"https:\/\/d1.momapix.com\/momapixvideo\/32000a75a727027ae4e3b3b8330ee056c08791f545b774b13f3faa250f1fc2c9a6fcb\/Image3041.jpg?w=588&h=330\",m:\"https:\/\/momapix.com\/video\/3041.mp4\"},\n{t:\"Condividi contenuti esterni con MomaPIX\",i:\"https:\/\/d0.momapix.com\/momapixvideo\/32000fe15adb878c532e4de844cdcb19752f19aec2f3e92582f464c47e2f0214614a5\/Image3036.jpg?w=588&h=330\",m:\"https:\/\/momapix.com\/video\/3036.mp4\"},\n{t:\"Velocizza con le scorciatoie da tastiera\",i:\"https:\/\/d1.momapix.com\/momapixvideo\/32000f3f4b3971b9908e3e7db739aee39e57ec2ae6f1aae7a05832a0d3e0281430d9a\/Image3035.jpg?w=608&h=330\",m:\"https:\/\/momapix.com\/video\/3035.mp4\"},\n{t:\"Configura le impostazioni di reportistica MomaPIX\",i:\"https:\/\/d0.momapix.com\/momapixvideo\/320008ead0ad52c3de6710ce5f439ccbe470180082278900a0c482f949ab329568eb6\/Image3028.jpg?w=588&h=330\",m:\"https:\/\/momapix.com\/video\/3028.mp4\"},\n{t:\"Come gestire Lightbox\",i:\"https:\/\/d1.momapix.com\/momapixvideo\/32000ba0d6937190ece2d81108b111057129cf563f79bab853d4d1fc748e7196d13e8\/Image3027.jpg?w=588&h=330\",m:\"https:\/\/momapix.com\/video\/3027.mp4\"},\n{t:\"Tutti i metodi di upload\",i:\"https:\/\/d0.momapix.com\/momapixvideo\/320003ba8be208e38f66ab791984c809a9140be3f8b27b42d9a58583e635e2b374910\/Image3026.jpg?w=608&h=330\",m:\"https:\/\/momapix.com\/video\/3026.mp4\"},\n{t:\"Filtri Upload MomaPIX\",i:\"https:\/\/d0.momapix.com\/momapixvideo\/32000390404cb5acf4f3abdac16fa9ca252a71b3e1344f2f24d5cc260806ab932efd6\/Image3020.jpg?w=588&h=330\",m:\"https:\/\/momapix.com\/video\/3020.mp4\"},\n{t:\"Crea PDF di immagini velocemente\",i:\"https:\/\/d1.momapix.com\/momapixvideo\/320003b137e8a7843a3d90f49c684be05104c03ad96ef194ac327fb7f0156810cde51\/Image3019.jpg?w=588&h=330\",m:\"https:\/\/momapix.com\/video\/3019.mp4\"},\n{t:\"Organizza i contenuti con Taglia e Incolla\",i:\"https:\/\/d0.momapix.com\/momapixvideo\/32000b67e7c93d659fcfbb96c742c7f32312f73b6a6b9fc3ce65f8b38da21accef040\/Image3016.jpg?w=608&h=330\",m:\"https:\/\/momapix.com\/video\/3016.mp4\"},\n{t:\"Aggiungi all'accesso rapido\",i:\"https:\/\/d1.momapix.com\/momapixvideo\/320009cfeb368405fc456e793c6f7a09dbc5c414dea938c6ac3e19841189625405474\/Image3013.jpg?w=588&h=330\",m:\"https:\/\/momapix.com\/video\/3013.mp4\"},\n{t:\"Commenta i file su MomaPIX\",i:\"https:\/\/d0.momapix.com\/momapixvideo\/320009f2a83e4b8e9b749a1a366fa656f4c81d4b805e02d330e15f909696dca677a70\/Image3010.jpg?w=588&h=330\",m:\"https:\/\/momapix.com\/video\/3010.mp4\"},\n{t:\"Personalizzazione scheda metadati\",i:\"https:\/\/d0.momapix.com\/momapixvideo\/32000f99339baeabfef61a9cdf7c2efc8cae9f3dae6ef88cb94753bbe2f8a498a6c9f\/Image3006.jpg?w=608&h=330\",m:\"https:\/\/momapix.com\/video\/3006.mp4\"},\n{t:\"Pinning degli eventi\",i:\"https:\/\/d1.momapix.com\/momapixvideo\/32000155ffca67daa03e2068e74fdb0a03da6ca9a0106d62be75ba34b2ea8ba863775\/Image3005.jpg?w=620&h=348\",m:\"https:\/\/momapix.com\/video\/3005.mp4\"},\n{t:\"PRESENTAZIONE MOMAPIX\",i:\"https:\/\/d0.momapix.com\/momapixvideo\/3200059383166c3b1b41a3ac441204e373af0088d1668a8676db6fde5f1a5a78be2f0\/Image3058.jpg?w=620&h=348\",m:\"https:\/\/momapix.com\/video\/3058.mp4\"}\n];\nlet ci=-1;\nconst g=document.getElementById('mpxGrid');\ng.innerHTML=V.map((v,i)=>'<div class=\"mpx-card\" onclick=\"mpxOpen('+i+')\"><div class=\"mpx-card-title\">'+v.t+'<\/div><div class=\"mpx-thumb\"><img decoding=\"async\" src=\"'+v.i+'\" alt=\"'+v.t+'\" loading=\"lazy\"><div class=\"mpx-play\"><div class=\"mpx-play-btn\"><svg viewBox=\"0 0 24 24\"><path d=\"M8 5v14l11-7z\"\/><\/svg><\/div><\/div><\/div><\/div>').join('');\nwindow.mpxOpen=function(i){var p=document.querySelector('#mpxVideo video');if(p)p.pause();ci=i;var v=V[i];document.getElementById('mpxTitle').textContent=v.t;document.getElementById('mpxVideo').innerHTML='<video controls autoplay poster=\"'+v.i+'\"><source src=\"'+v.m+'\" type=\"video\/mp4\"><\/video>';document.getElementById('mpxLightbox').classList.add('active');document.body.style.overflow='hidden';};\nwindow.mpxClose=function(){var p=document.querySelector('#mpxVideo video');if(p)p.pause();document.getElementById('mpxLightbox').classList.remove('active');document.body.style.overflow='';ci=-1;};\nwindow.mpxNav=function(d){var n=ci+d;if(n>=0&&n<V.length)mpxOpen(n);};\ndocument.addEventListener('keydown',function(e){if(ci===-1)return;if(e.key==='Escape')mpxClose();if(e.key==='ArrowLeft')mpxNav(-1);if(e.key==='ArrowRight')mpxNav(1);});\ndocument.getElementById('mpxLightbox').addEventListener('click',function(e){if(e.target===document.getElementById('mpxLightbox'))mpxClose();});\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc773fa e-con-full e-flex e-con e-parent\" data-id=\"cc773fa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a082fe4 elementor-widget__width-inherit elementor-widget elementor-widget-shortcode\" data-id=\"a082fe4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8795\" class=\"elementor elementor-8795 elementor-7703 elementor-7703\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8225f7d e-flex e-con-boxed e-con e-parent\" data-id=\"8225f7d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-546869ef e-con-full e-flex e-con e-child\" data-id=\"546869ef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-19585272 e-con-full e-flex e-con e-child\" data-id=\"19585272\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a84e5bb elementor-widget elementor-widget-heading\" data-id=\"a84e5bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">DEMO<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-559628e8 elementor-widget elementor-widget-heading\" data-id=\"559628e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Not a generic archive, but a DAM designed for real workflows.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-496b35c3 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"496b35c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Book a 20-minute call:<\/strong> <span style=\"font-weight: 400;\">We&#8217;ll show you how MomaPIX can fit your repository, your users and your workflows.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29988b24 elementor-align-left elementor-button-default elementor-widget elementor-widget-button\" data-id=\"29988b24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md elementor-animation-grow\" href=\"https:\/\/momapix.com\/en\/momapix-video-in-action\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Watch MomaPIX in action<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36cae6d1 e-con-full e-flex e-con e-child\" data-id=\"36cae6d1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-16309e7 premium-type-column elementor-widget elementor-widget-premium-icon-list\" data-id=\"16309e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;rbadges_repeater&quot;:[]}\" data-widget_type=\"premium-icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<ul class=\"premium-bullet-list-box\">\n\t\t\t\t\n\t\t\t\t\t\t\t<li class=\"premium-bullet-list-content elementor-repeater-item-79cf18e\">\n\t\t\t\t\t\t\t\t<div class=\"premium-bullet-list-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"premium-bullet-list-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"premium-drawable-icon\"><\/div>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"premium-bullet-list-text-wrapper\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"premium-bullet-text\" data-text=\"Demo built on your operational scenario\"> Demo built on your operational scenario <\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/li>\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li class=\"premium-bullet-list-content elementor-repeater-item-e0de491\">\n\t\t\t\t\t\t\t\t<div class=\"premium-bullet-list-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"premium-bullet-list-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"premium-drawable-icon\"><\/div>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"premium-bullet-list-text-wrapper\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"premium-bullet-text\" data-text=\"Examples from clients and real cases\"> Examples from clients and real cases <\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/li>\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li class=\"premium-bullet-list-content elementor-repeater-item-e084c35\">\n\t\t\t\t\t\t\t\t<div class=\"premium-bullet-list-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"premium-bullet-list-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"premium-drawable-icon\"><\/div>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"premium-bullet-list-text-wrapper\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"premium-bullet-text\" data-text=\"Comparison on research, permitting, distribution, and supplementation\"> Comparison on research, permitting, distribution, and supplementation <\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/li>\n\n\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2df5f2af elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2df5f2af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6MzgyMiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-calendar-alt\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book a demo<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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<\/div>\n\t\t\t\t\t\t<\/div>\n\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>Watch MomaPIX in action Video tutorials and quick guides Learn how to make the most of every feature of the platform-from uploading to managing metadata, from sharing to reporting. Each video guides you step by step in just a few minutes. &times;&#10094;&#10095;<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-8646","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/momapix.com\/en\/wp-json\/wp\/v2\/pages\/8646","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/momapix.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/momapix.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/momapix.com\/en\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/momapix.com\/en\/wp-json\/wp\/v2\/comments?post=8646"}],"version-history":[{"count":3,"href":"https:\/\/momapix.com\/en\/wp-json\/wp\/v2\/pages\/8646\/revisions"}],"predecessor-version":[{"id":8794,"href":"https:\/\/momapix.com\/en\/wp-json\/wp\/v2\/pages\/8646\/revisions\/8794"}],"wp:attachment":[{"href":"https:\/\/momapix.com\/en\/wp-json\/wp\/v2\/media?parent=8646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}