{"id":20,"date":"2026-07-24T07:28:28","date_gmt":"2026-07-24T12:28:28","guid":{"rendered":"https:\/\/marent.studio\/?page_id=20"},"modified":"2026-08-21T08:53:52","modified_gmt":"2026-08-21T13:53:52","slug":"home","status":"publish","type":"page","link":"https:\/\/marent.studio\/es\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"20\" class=\"elementor elementor-20\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6abf8e0 e-flex e-con-boxed wcf-starter-animations-none e-con e-parent\" data-id=\"6abf8e0\" 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-c525992 e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"c525992\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ef2b00 elementor-widget elementor-widget-html\" data-id=\"5ef2b00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n.word-blur {\r\n    display: inline-block;\r\n    opacity: 0;\r\n    filter: blur(12px);\r\n    transform: scale(0.9);\r\n    transition:\r\n        opacity 0.8s ease,\r\n        filter 0.8s ease,\r\n        transform 0.8s ease;\r\n    will-change: opacity, filter, transform;\r\n}\r\n\r\n.word-blur.visible {\r\n    opacity: 1;\r\n    filter: blur(0);\r\n    transform: scale(1);\r\n}\r\n\r\n\/* Accesibilidad *\/\r\n@media (prefers-reduced-motion: reduce) {\r\n    .word-blur {\r\n        opacity: 1 !important;\r\n        filter: none !important;\r\n        transform: none !important;\r\n        transition: none !important;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function () {\r\n\r\n    const containers = document.querySelectorAll('.texto-animado-blur');\r\n\r\n    containers.forEach(container => {\r\n\r\n        \/* Detecta Heading o Editor de Texto *\/\r\n        const targets = container.querySelectorAll(\r\n            '.elementor-heading-title, .elementor-text-editor'\r\n        );\r\n\r\n        targets.forEach(target => {\r\n\r\n            \/* Evita ejecutar la animaci\u00f3n dos veces *\/\r\n            if (target.dataset.blurAnimated) return;\r\n\r\n            target.dataset.blurAnimated = 'true';\r\n\r\n            \/*\r\n             * Recorremos solamente los nodos de texto.\r\n             * Esto conserva spans, colores, negritas,\r\n             * cursivas y dem\u00e1s estilos de Elementor.\r\n             *\/\r\n            const walker = document.createTreeWalker(\r\n                target,\r\n                NodeFilter.SHOW_TEXT,\r\n                {\r\n                    acceptNode(node) {\r\n                        return node.nodeValue.trim()\r\n                            ? NodeFilter.FILTER_ACCEPT\r\n                            : NodeFilter.FILTER_REJECT;\r\n                    }\r\n                }\r\n            );\r\n\r\n            const textNodes = [];\r\n\r\n            while (walker.nextNode()) {\r\n                textNodes.push(walker.currentNode);\r\n            }\r\n\r\n            let wordIndex = 0;\r\n\r\n            textNodes.forEach(textNode => {\r\n\r\n                const parts = textNode.nodeValue.split(\/(\\s+)\/);\r\n                const fragment = document.createDocumentFragment();\r\n\r\n                parts.forEach(part => {\r\n\r\n                    \/* Conserva los espacios originales *\/\r\n                    if (\/^\\s+$\/.test(part)) {\r\n\r\n                        fragment.appendChild(\r\n                            document.createTextNode(part)\r\n                        );\r\n\r\n                    } else if (part) {\r\n\r\n                        const span = document.createElement('span');\r\n\r\n                        span.className = 'word-blur';\r\n                        span.textContent = part;\r\n\r\n                        \/* Retraso progresivo *\/\r\n                        span.style.transitionDelay =\r\n                            `${wordIndex * 80}ms`;\r\n\r\n                        fragment.appendChild(span);\r\n\r\n                        wordIndex++;\r\n\r\n                    }\r\n\r\n                });\r\n\r\n                textNode.parentNode.replaceChild(\r\n                    fragment,\r\n                    textNode\r\n                );\r\n\r\n            });\r\n\r\n\r\n            \/* Detecta cuando entra en pantalla *\/\r\n            const observer = new IntersectionObserver(\r\n                function(entries) {\r\n\r\n                    entries.forEach(entry => {\r\n\r\n                        if (entry.isIntersecting) {\r\n\r\n                            target\r\n                                .querySelectorAll('.word-blur')\r\n                                .forEach(word => {\r\n                                    word.classList.add('visible');\r\n                                });\r\n\r\n                            observer.unobserve(target);\r\n\r\n                        }\r\n\r\n                    });\r\n\r\n                },\r\n                {\r\n                    threshold: 0.2\r\n                }\r\n            );\r\n\r\n            observer.observe(target);\r\n\r\n        });\r\n\r\n    });\r\n\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9943d6f texto-animado-blur wcf-starter-animations-none elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9943d6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Your creative team, <span style=\"color:#EC9179\">on a monthly\nsubscription.<\/span><\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e555ff1 texto-animado-blur wcf-starter-animations-none elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"e555ff1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Graphic design, video production, and web development for one flat monthly fee. No long-term contracts. Cancel anytime.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0cff9c4 texto-animado-blur wcf-starter-animations-none elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0cff9c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight:700\">Get Started Today.<\/span> Join Marent Studio<\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c42ab4 e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"7c42ab4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0214f64 elementor-mobile-align-justify elementor-invisible elementor-widget elementor-widget-button\" data-id=\"0214f64\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;pe_button_effect&quot;:&quot;icon-bg-pulse&quot;,&quot;pe_ic_displacement&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:16,&quot;sizes&quot;:[]},&quot;pe_ic_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.40000000000000002220446049250313080847263336181640625,&quot;sizes&quot;:[]},&quot;pe_ic_padding&quot;:{&quot;unit&quot;:&quot;em&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;_animation_delay&quot;:300,&quot;pe_ic_bg_color&quot;:&quot;rgba(255,255,255,0.15)&quot;,&quot;pe_ic_bg_color_hover&quot;:&quot;rgba(255,255,255,0.35)&quot;,&quot;pe_ic_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;pe_ic_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;pe_ic_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:999,&quot;sizes&quot;:[]},&quot;pe_ic_displacement_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;pe_ic_displacement_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#pricing\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"16\" fill=\"white\"><\/rect><path d=\"M22.5 16H9\" stroke=\"#EC9179\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M17 22C17 22 23 17.5811 23 16C23 14.4188 17 10 17 10\" stroke=\"#EC9179\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View Pricing<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ead90a elementor-mobile-align-justify elementor-invisible elementor-widget elementor-widget-button\" data-id=\"1ead90a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#book-a-call\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book a Free 15-Minute Intro Call<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\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-5cae9df e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"5cae9df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c665414 animated-slow wcf-starter-animations-none elementor-invisible elementor-widget elementor-widget-image\" data-id=\"c665414\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"481\" height=\"458\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Frame-48.webp\" class=\"attachment-full size-full wp-image-141\" alt=\"\" srcset=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Frame-48.webp 481w, https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Frame-48-300x286.webp 300w\" sizes=\"(max-width: 481px) 100vw, 481px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-6c45f5a e-flex e-con-boxed wcf-starter-animations-none e-con e-parent\" data-id=\"6c45f5a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20f8308 elementor-widget__width-inherit wcf-starter-animations-none elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"20f8308\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Design at its <span style=\"font-style: italic\">origin.<\/span><\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-969597b e-con-full hover-card e-flex wcf-starter-animations-none elementor-invisible e-con e-child\" data-id=\"969597b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:500}\">\n\t\t<div class=\"elementor-element elementor-element-795751e e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"795751e\" 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-cbefb07 card-title wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"cbefb07\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Subscribe\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-666156d card-desc wcf-starter-animations-none elementor-widget elementor-widget-text-editor\" data-id=\"666156d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Activate your plan and start requesting design work on an ongoing basis. A flexible system built for speed, consistency, and seamless collaboration.<\/p><p>Limited client spots available.<\/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<div class=\"elementor-element elementor-element-e218935 e-con-full hover-card e-flex wcf-starter-animations-none elementor-invisible e-con e-child\" data-id=\"e218935\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:400}\">\n\t\t<div class=\"elementor-element elementor-element-c0d8a8c e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"c0d8a8c\" 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-b949456 wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"b949456\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"card-title\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Request\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-87231a2 card-desc wcf-starter-animations-none elementor-widget elementor-widget-text-editor\" data-id=\"87231a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Ask for all the branding, websites, videos, and creative assets you need.<\/p><p>Up to <strong>2 active requests at a time.<\/strong><\/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<div class=\"elementor-element elementor-element-4ab2688 e-con-full hover-card e-flex wcf-starter-animations-none elementor-invisible e-con e-child\" data-id=\"4ab2688\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:300}\">\n\t\t<div class=\"elementor-element elementor-element-f48893c e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"f48893c\" 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-65a6cf6 card-title wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"65a6cf6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Receive<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1dc3473 card-desc wcf-starter-animations-none elementor-widget elementor-widget-text-editor\" data-id=\"1dc3473\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Fast turnarounds, typically within <strong>48\u201372 business hours.<\/strong><\/p><p>We refine every project until the solution is clear, effective, and ready to launch.<\/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-5108657 e-flex e-con-boxed wcf-starter-animations-none e-con e-parent\" data-id=\"5108657\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d8afdf animated-slow elementor-invisible elementor-widget elementor-widget-logo-marquee\" data-id=\"3d8afdf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:250}\" data-widget_type=\"logo-marquee.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"pe-logo-marquee pe-fade-on\" data-pe=\"{&quot;speed&quot;:{&quot;desktop&quot;:40000,&quot;tablet&quot;:40000,&quot;mobile&quot;:40000},&quot;gap&quot;:40,&quot;direction&quot;:{&quot;desktop&quot;:&quot;left&quot;,&quot;tablet&quot;:&quot;left&quot;,&quot;mobile&quot;:&quot;left&quot;},&quot;pause&quot;:{&quot;desktop&quot;:false,&quot;tablet&quot;:false,&quot;mobile&quot;:false}}\">\n      <div class=\"pe-logo-marquee-track\">\n                  <img\n            class=\"pe-logo-marquee-item\"\n            src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Frame-48.png\"\n            alt=\"\"\n            loading=\"lazy\"\n            decoding=\"async\"\n          \/>\n                  <img\n            class=\"pe-logo-marquee-item\"\n            src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Frame-49.png\"\n            alt=\"\"\n            loading=\"lazy\"\n            decoding=\"async\"\n          \/>\n                  <img\n            class=\"pe-logo-marquee-item\"\n            src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Frame-50.png\"\n            alt=\"\"\n            loading=\"lazy\"\n            decoding=\"async\"\n          \/>\n                  <img\n            class=\"pe-logo-marquee-item\"\n            src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Frame-51.png\"\n            alt=\"\"\n            loading=\"lazy\"\n            decoding=\"async\"\n          \/>\n                  <img\n            class=\"pe-logo-marquee-item\"\n            src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Frame-52.png\"\n            alt=\"\"\n            loading=\"lazy\"\n            decoding=\"async\"\n          \/>\n              <\/div>\n    <\/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-d7760d5 e-flex e-con-boxed wcf-starter-animations-none e-con e-parent\" data-id=\"d7760d5\" 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\t\t<div class=\"elementor-element elementor-element-b3cde66 elementor-widget__width-inherit wcf-starter-animations-none elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"b3cde66\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:300,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What you can <span style=\"font-style: italic\">request<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f503f9d elementor-arrows-position-inside elementor-invisible elementor-widget elementor-widget-n-carousel\" data-id=\"f503f9d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Visual Identity&quot;,&quot;_id&quot;:&quot;b1b3fae&quot;},{&quot;slide_title&quot;:&quot;Logo Design&quot;,&quot;_id&quot;:&quot;4c7c3c1&quot;},{&quot;slide_title&quot;:&quot;Branding&quot;,&quot;_id&quot;:&quot;f7bd11a&quot;},{&quot;slide_title&quot;:&quot;Landing Pages&quot;,&quot;_id&quot;:&quot;213ac53&quot;},{&quot;slide_title&quot;:&quot;Corporate Websites&quot;,&quot;_id&quot;:&quot;dde658e&quot;},{&quot;slide_title&quot;:&quot;Presentations&quot;,&quot;_id&quot;:&quot;8171df1&quot;},{&quot;slide_title&quot;:&quot;Social Media Design&quot;,&quot;_id&quot;:&quot;0628da0&quot;},{&quot;slide_title&quot;:&quot;Email Design&quot;,&quot;_id&quot;:&quot;d4fc383&quot;},{&quot;slide_title&quot;:&quot;Packaging&quot;,&quot;_id&quot;:&quot;c2097a1&quot;},{&quot;slide_title&quot;:&quot;Ads&quot;,&quot;_id&quot;:&quot;f7da284&quot;},{&quot;slide_title&quot;:&quot;UI\\\/UX&quot;,&quot;_id&quot;:&quot;1f9b232&quot;},{&quot;slide_title&quot;:&quot;Banner Design&quot;,&quot;_id&quot;:&quot;511d03e&quot;},{&quot;slide_title&quot;:&quot;WooCommerce Ecommerce Stores&quot;,&quot;_id&quot;:&quot;e4afb32&quot;}],&quot;slides_to_show&quot;:&quot;5&quot;,&quot;slides_to_show_tablet&quot;:&quot;3&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;slides_to_scroll_tablet&quot;:&quot;1&quot;,&quot;slides_to_scroll_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:1000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:24,&quot;sizes&quot;:[]},&quot;slides_to_show_mobile&quot;:&quot;2&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:400,&quot;infinite&quot;:&quot;yes&quot;,&quot;offset_sides&quot;:&quot;none&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 13\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0243b46 e-flex e-con-boxed wcf-starter-animations-none e-con e-child\" data-id=\"0243b46\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b279d2 wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"4b279d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"221\" height=\"236\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/visual-identity.svg\" class=\"attachment-full size-full wp-image-295\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d2979e wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"2d2979e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Visual Identity<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 13\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-da51dab e-flex e-con-boxed wcf-starter-animations-none e-con e-child\" data-id=\"da51dab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f98a8a1 wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"f98a8a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"221\" height=\"236\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Logo-Design.svg\" class=\"attachment-full size-full wp-image-296\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0342ace wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"0342ace\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Logo Design<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 13\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-df88755 e-flex e-con-boxed wcf-starter-animations-none e-con e-child\" data-id=\"df88755\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-291d4b7 wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"291d4b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"221\" height=\"236\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Branding.svg\" class=\"attachment-full size-full wp-image-300\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f06c23 wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"0f06c23\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Branding<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 13\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9cdec5e e-flex e-con-boxed wcf-starter-animations-none e-con e-child\" data-id=\"9cdec5e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35ec203 wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"35ec203\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"221\" height=\"236\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Landing-Pages.svg\" class=\"attachment-full size-full wp-image-304\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2bd5367 wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"2bd5367\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Landing Pages<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 13\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e001a24 e-flex e-con-boxed wcf-starter-animations-none e-con e-child\" data-id=\"e001a24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb2f4ea wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"eb2f4ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"221\" height=\"236\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Corporate-Websites.svg\" class=\"attachment-full size-full wp-image-308\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fee7bf wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"2fee7bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Corporate Websites<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"6\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 13\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a9caa84 e-flex e-con-boxed wcf-starter-animations-none e-con e-child\" data-id=\"a9caa84\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b901b9f wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"b901b9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"221\" height=\"236\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Presentations.svg\" class=\"attachment-full size-full wp-image-312\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2bd1e20 wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"2bd1e20\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Presentations<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"7\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 13\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b8654fd e-flex e-con-boxed wcf-starter-animations-none e-con e-child\" data-id=\"b8654fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b2f9a9 wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"3b2f9a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"221\" height=\"236\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Social-Media-Design.svg\" class=\"attachment-full size-full wp-image-316\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f48405 wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"9f48405\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Social Media Design<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"8\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 13\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0b6f17b e-flex e-con-boxed wcf-starter-animations-none e-con e-child\" data-id=\"0b6f17b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4695549 wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"4695549\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"221\" height=\"236\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Email-design.svg\" class=\"attachment-full size-full wp-image-320\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e56f624 wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"e56f624\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Email Design<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"9\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 13\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aa22d20 e-flex e-con-boxed wcf-starter-animations-none e-con e-child\" data-id=\"aa22d20\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6dfe46a wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"6dfe46a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"221\" height=\"236\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Packaging.svg\" class=\"attachment-full size-full wp-image-324\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5804b4 wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"c5804b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Packaging<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"10\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 13\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d20b35f e-flex e-con-boxed wcf-starter-animations-none e-con e-child\" data-id=\"d20b35f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-31651f3 wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"31651f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"221\" height=\"236\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Ads.svg\" class=\"attachment-full size-full wp-image-328\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-403f3a5 wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"403f3a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Ads<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"11\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 of 13\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f11f505 e-flex e-con-boxed wcf-starter-animations-none e-con e-child\" data-id=\"f11f505\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a8b084 wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"9a8b084\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"221\" height=\"236\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/UX.svg\" class=\"attachment-full size-full wp-image-332\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7577462 wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"7577462\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">UI\/UX<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"12\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 of 13\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c5bfb57 e-flex e-con-boxed wcf-starter-animations-none e-con e-child\" data-id=\"c5bfb57\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a5548f8 wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"a5548f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"221\" height=\"236\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Banners.svg\" class=\"attachment-full size-full wp-image-336\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28d6d83 wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"28d6d83\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Banner Design<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"13\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"13 of 13\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b6cc962 e-flex e-con-boxed wcf-starter-animations-none e-con e-child\" data-id=\"b6cc962\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b590aa wcf-starter-animations-none elementor-widget elementor-widget-image\" data-id=\"3b590aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"221\" height=\"236\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Ecommerce-con-wooCommerce.svg\" class=\"attachment-full size-full wp-image-340\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f6edb2c wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"f6edb2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">WooCommerce Ecommerce Stores<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 1194\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(1.166992,0,0,1.166992,0,0)\">        <path d=\"M386.5,0L403.5,0C403.977,0.223 404.102,0.93 404.579,1.154C405.458,1.565 406.476,1.57 407.411,1.833C412.454,3.251 415.052,4.84 415.661,5.212C432.694,15.63 431.254,20.51 437.999,32.5L437.999,55.5C437.117,57.002 436.876,56.77 436.283,58.422C431.37,72.109 423.503,76.872 405.426,95.428C308.452,194.974 309.98,196.342 271.162,239.191C208.113,308.789 84.196,463.044 87.899,514.465C89.093,531.039 105.055,562.382 107.873,567.28C142.95,628.245 149.069,633.744 191.003,688.886C256.009,774.367 404.63,929.329 421.955,945.025C432.616,954.684 431.046,955.909 437.999,968.5L437.999,991.5C432.784,1000.134 431.701,1009.873 414.744,1018.985C411.364,1020.801 410.257,1022.915 388.45,1022.751C373.303,1022.637 367.105,1014.358 320.711,967.29C317.534,964.067 234.597,878.599 169.615,801.407C149.07,777.001 40.11,649.914 9.941,563.343C8.826,560.145 1.678,538.479 1.055,525.559C1.023,524.895 1.224,524.193 1.007,523.564C0.848,523.102 0.159,522.962 0,522.5L0,516.5C0.115,516.052 0.895,515.997 1.01,515.549C1.027,515.483 1.029,508.536 1.011,508.453C0.918,507.999 0.094,507.954 0,507.5L0,501.5C0.11,501.025 0.891,500.908 1.001,500.433C1.385,498.777 -0.066,498.623 4.231,479.436C17.615,419.683 85.486,317.752 195.358,192.374C275.603,100.805 361.168,13.583 371.2,7.045C380.395,1.053 382.781,2.295 385.408,1.097C385.877,0.883 386.031,0.214 386.5,0Z\" style=\"fill-opacity:1;\"><\/path>    <\/g><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 943\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <path d=\"M32.5,0L48.5,0C49.282,0.485 48.97,0.851 50.559,1.276C60.796,4.012 61.101,4.275 116.794,55.162C137.419,74.008 425.102,333.859 448.051,355.949C451.075,359.018 451.01,358.953 454.051,361.949C460.288,368.187 506.447,414.345 510.867,456.442C511.04,458.093 511.413,457.916 511.999,459.5L511.999,482.5C511.842,482.961 511.151,483.101 510.994,483.562C510.226,485.814 514.09,526.629 438.866,595.901C360.952,667.649 282.763,737.815 269.109,750.068C256.647,761.251 67.215,933.096 66.09,934.019C50.966,946.437 30.304,943.699 20.728,938.093C4.004,928.304 3.339,916.296 0,910.5L0,895.5C3.17,889.523 2.787,882.419 13.504,872.504C60.834,828.715 176.529,724.596 190.757,711.792C369.313,551.103 381.482,539.118 397.421,523.421C427.003,494.286 429.823,480.123 430.733,475.546C436.951,444.312 370.863,396.494 157.227,200.801C145.95,190.47 145.51,190.977 15.502,72.498C1.553,59.786 4.568,55.917 -0,48.5L0,32.5C0.738,30.97 0.993,31.148 1.453,29.487C5.844,13.65 18.958,4.015 30.431,1.235C32.122,0.826 31.836,0.396 32.5,0Z\" style=\"fill-opacity:1;\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\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-ad0abb5 e-flex e-con-boxed wcf-starter-animations-none e-con e-parent\" data-id=\"ad0abb5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0844483 e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"0844483\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:100,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b4db61b elementor-widget__width-initial wcf-starter-animations-none elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"b4db61b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">We've been doing this since 2018<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0704280 wcf-starter-animations-none elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"0704280\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:300,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">(we're just called Marent now).<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60998f1 wcf-starter-animations-none elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"60998f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:400,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>At Marent, we combine strategy and visual design without unnecessary layers, meetings, or agency bureaucracy.<\/p><p>The brand is new, but the team behind it has been creating brand identities, digital experiences, and video content since 2018 for companies that need to move fast. Today, we also leverage advanced AI tools to streamline production and deliver work even faster.<\/p><p>We skip the slow agency process and focus on what matters: thoughtful execution, technical quality, and attention to detail.<\/p><p>Everything operates through one simple monthly subscription. You request what you need, we deliver it, then move straight to the next task. No complicated contracts, complete transparency, and cancel whenever you like.<\/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-c97923c elementor-widget elementor-widget-gallery-3d\" data-id=\"c97923c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"gallery-3d.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"pe-gallery-3d\" data-pe=\"{&quot;scrollLen&quot;:3,&quot;scrub&quot;:0.200000000000000011102230246251565404236316680908203125,&quot;startPos&quot;:&quot;edge&quot;,&quot;endPos&quot;:&quot;edge&quot;,&quot;hOffsetSize&quot;:0,&quot;hOffsetUnit&quot;:&quot;px&quot;,&quot;showMobile&quot;:true}\"><div class=\"pe-g3d-track\"><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/4-1.webp\" alt=\"\" loading=\"lazy\"><\/div><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/5-1.webp\" alt=\"\" loading=\"lazy\"><\/div><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/3-1.webp\" alt=\"\" loading=\"lazy\"><\/div><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/mockup-savorette-ingles-2-1-1.webp\" alt=\"\" loading=\"lazy\"><\/div><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/mockup-facticia-1.webp\" alt=\"\" loading=\"lazy\"><\/div><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/8.webp\" alt=\"\" loading=\"lazy\"><\/div><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/9.webp\" alt=\"\" loading=\"lazy\"><\/div><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/mockup-savorette-ingles-1.webp\" alt=\"\" loading=\"lazy\"><\/div><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/mockup-tucanpay-1.webp\" alt=\"\" loading=\"lazy\"><\/div><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/6.webp\" alt=\"\" loading=\"lazy\"><\/div><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/11-1.webp\" alt=\"\" loading=\"lazy\"><\/div><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/1-8.webp\" alt=\"\" loading=\"lazy\"><\/div><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/3357-Marent-Imagenes-portafolio-1.webp\" alt=\"\" loading=\"lazy\"><\/div><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/2-1.webp\" alt=\"\" loading=\"lazy\"><\/div><div class=\"pe-g3d-item\"><img decoding=\"async\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Virginia-Hidalgo-mockup-ingles-1.webp\" alt=\"\" loading=\"lazy\"><\/div><\/div><\/div>\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-54b4b89 e-flex e-con-boxed wcf-starter-animations-none e-con e-parent\" data-id=\"54b4b89\" data-element_type=\"container\" data-e-type=\"container\" id=\"pricing\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f230a7a e-con-full e-flex wcf-starter-animations-none elementor-invisible e-con e-child\" data-id=\"f230a7a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e699f0d wcf-starter-animations-none elementor-invisible elementor-widget elementor-widget-image\" data-id=\"e699f0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:300,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"593\" height=\"389\" src=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Frame-48-1.webp\" class=\"attachment-full size-full wp-image-449\" alt=\"\" srcset=\"https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Frame-48-1.webp 593w, https:\/\/marent.studio\/wp-content\/uploads\/2026\/08\/Frame-48-1-300x197.webp 300w\" sizes=\"(max-width: 593px) 100vw, 593px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0b8130 elementor-widget__width-inherit animated-slow wcf-starter-animations-none elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e0b8130\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"color:#EC9179\">One subscription.<\/span> Your dedicated creative department.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e262bf animated-slow wcf-starter-animations-none elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8e262bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">An ongoing creative team for brands that need consistency, speed, and continuous creative\ndirection.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2d25e34 e-con-full e-flex wcf-starter-animations-none elementor-invisible e-con e-child\" data-id=\"2d25e34\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:600}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-86aaa69 wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"86aaa69\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Cancel anytime<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c0ae48b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c0ae48b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-73a00af e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"73a00af\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c654f8 wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"7c654f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">$3.998 USD<span style=\"font-size:18px;font-weight:300\">\/ month<\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a456b58 wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"a456b58\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">$4.998 USD<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ebfdf58 e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"ebfdf58\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-858ebdc elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"858ebdc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"5\" height=\"5\" viewBox=\"0 0 5 5\" fill=\"none\"><rect width=\"5\" height=\"5\" fill=\"white\"><\/rect><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Up to 2 active requests<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dab24bc elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"dab24bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"5\" height=\"5\" viewBox=\"0 0 5 5\" fill=\"none\"><rect width=\"5\" height=\"5\" fill=\"white\"><\/rect><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Dedicated creative team<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35b9561 elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"35b9561\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"5\" height=\"5\" viewBox=\"0 0 5 5\" fill=\"none\"><rect width=\"5\" height=\"5\" fill=\"white\"><\/rect><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Average turnaround of 48\u201372 hours<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d0e7f7 elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"7d0e7f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"5\" height=\"5\" viewBox=\"0 0 5 5\" fill=\"none\"><rect width=\"5\" height=\"5\" fill=\"white\"><\/rect><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">AI asset credits included<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31cc304 elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"31cc304\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"5\" height=\"5\" viewBox=\"0 0 5 5\" fill=\"none\"><rect width=\"5\" height=\"5\" fill=\"white\"><\/rect><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Unlimited stock assets<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f19c0d1 elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"f19c0d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"5\" height=\"5\" viewBox=\"0 0 5 5\" fill=\"none\"><rect width=\"5\" height=\"5\" fill=\"white\"><\/rect><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Centralized project management<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e50ebdf e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"e50ebdf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78d017a elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"78d017a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"67\" height=\"72\" viewBox=\"0 0 67 72\" fill=\"none\"><rect width=\"67\" height=\"71.6772\" rx=\"4.85947\" fill=\"#E2D1B7\"><\/rect><g clip-path=\"url(#clip0_10072_439)\"><path d=\"M14 35.8386C14 38.8586 22.0067 39.6982 23.3779 42.1356C24.795 44.6501 21.544 52.1851 23.9948 53.6415C26.3664 55.0509 31.0595 48.4369 33.9979 48.4369C36.9363 48.4369 41.6295 55.0509 44.001 53.6415C46.4476 52.1851 43.2008 44.6544 44.6179 42.1356C45.9892 39.6982 53.9958 38.8586 53.9958 35.8386C53.9958 32.8186 45.9892 31.979 44.6179 29.5416C43.2008 27.0271 46.4518 19.4921 44.001 18.0356C41.6295 16.6263 36.9363 23.2403 33.9979 23.2403C31.0595 23.2403 26.3664 16.6263 23.9948 18.0356C21.5482 19.4921 24.795 27.0228 23.3779 29.5416C22.0067 31.979 14 32.8186 14 35.8386Z\" fill=\"#72AA84\"><\/path><\/g><defs><clipPath id=\"clip0_10072_439\"><rect width=\"40\" height=\"36\" fill=\"white\" transform=\"translate(14 17.8386)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Join Today<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cbf95a9 wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"cbf95a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"#\">Read Terms of Service<\/a><\/p>\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-47b6e14 e-flex e-con-boxed wcf-starter-animations-none e-con e-parent\" data-id=\"47b6e14\" data-element_type=\"container\" data-e-type=\"container\" id=\"book-a-call\" 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-3f7c146 e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"3f7c146\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-875e456 wcf-starter-animations-none elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"875e456\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;_animation_delay&quot;:400,&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked <span style=\"color:#EC9179\">Questions<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-352bc18 animated-slow elementor-invisible elementor-widget elementor-widget-n-accordion\" data-id=\"352bc18\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500,&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5570\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-5570\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How quickly will I receive my designs? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(-1,0,0,-1,511.999,284.999)\">        <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path>    <\/g><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5570\" class=\"elementor-element elementor-element-2ee934e e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"2ee934e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-31731d5 wcf-starter-animations-none elementor-widget elementor-widget-text-editor\" data-id=\"31731d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer faucibus nunc erat. Sed aliquet in libero at congue. Vestibulum ut quam sodales, convallis augue in, varius mauris.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5571\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5571\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How does the onboarding process work? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(-1,0,0,-1,511.999,284.999)\">        <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path>    <\/g><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5571\" class=\"elementor-element elementor-element-a4a13c1 e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"a4a13c1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd8b391 wcf-starter-animations-none elementor-widget elementor-widget-text-editor\" data-id=\"fd8b391\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer faucibus nunc erat. Sed aliquet in libero at congue. Vestibulum ut quam sodales, convallis augue in, varius mauris.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5572\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5572\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Who works on my projects? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(-1,0,0,-1,511.999,284.999)\">        <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path>    <\/g><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5572\" class=\"elementor-element elementor-element-2e00870 e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"2e00870\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27d6384 wcf-starter-animations-none elementor-widget elementor-widget-text-editor\" data-id=\"27d6384\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer faucibus nunc erat. Sed aliquet in libero at congue. Vestibulum ut quam sodales, convallis augue in, varius mauris.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5573\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5573\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How many requests can I submit? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(-1,0,0,-1,511.999,284.999)\">        <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path>    <\/g><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5573\" class=\"elementor-element elementor-element-db399bc e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"db399bc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-adad1d8 wcf-starter-animations-none elementor-widget elementor-widget-text-editor\" data-id=\"adad1d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer faucibus nunc erat. Sed aliquet in libero at congue. Vestibulum ut quam sodales, convallis augue in, varius mauris.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5574\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5574\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How does pausing my subscription work? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(-1,0,0,-1,511.999,284.999)\">        <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path>    <\/g><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5574\" class=\"elementor-element elementor-element-511246b e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"511246b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6132a96 wcf-starter-animations-none elementor-widget elementor-widget-text-editor\" data-id=\"6132a96\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer faucibus nunc erat. Sed aliquet in libero at congue. Vestibulum ut quam sodales, convallis augue in, varius mauris.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5575\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"6\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5575\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What types of projects do you accept? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(-1,0,0,-1,511.999,284.999)\">        <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path>    <\/g><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5575\" class=\"elementor-element elementor-element-3164456 e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"3164456\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a9458a9 wcf-starter-animations-none elementor-widget elementor-widget-text-editor\" data-id=\"a9458a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer faucibus nunc erat. Sed aliquet in libero at congue. Vestibulum ut quam sodales, convallis augue in, varius mauris.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5576\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"7\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5576\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Can I use Marent for just one month? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(-1,0,0,-1,511.999,284.999)\">        <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path>    <\/g><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5576\" class=\"elementor-element elementor-element-e2c6eb3 e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"e2c6eb3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c2533b wcf-starter-animations-none elementor-widget elementor-widget-text-editor\" data-id=\"0c2533b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer faucibus nunc erat. Sed aliquet in libero at congue. Vestibulum ut quam sodales, convallis augue in, varius mauris.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-5577\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"8\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-5577\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What if I'm not happy with the final result? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(-1,0,0,-1,511.999,284.999)\">        <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path>    <\/g><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 512 285\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <path d=\"M21.5,0L35.5,0C45.203,5.984 46.438,4.614 53.101,13.791C81.053,52.292 131.956,112.522 139.048,120.913C170.155,157.719 226.835,217.354 253.425,226.695C268.407,231.958 342.857,167.292 452.925,21.814C463.889,7.323 463.796,6.863 477.5,0L490.5,0C491.383,0.598 491.15,0.878 492.539,1.381C507.281,6.724 509.005,17.034 511.999,22.5L511.999,34.5C508.281,41.226 509.356,41.837 502.144,51.239C494.789,60.828 493.251,62.989 493.09,63.2C408.044,174.497 353.536,225.291 339.936,237.965C296.586,278.361 272.416,282.485 265.53,283.66C263.857,283.946 264.056,284.312 262.5,284.999L249.5,284.999C247.905,284.27 248.146,283.912 246.479,283.619C246.048,283.543 216.373,283.182 154.093,220.907C151.76,218.573 149.427,216.24 147.093,213.907C134.988,201.373 76.037,140.337 6.898,47.209C4.107,43.45 4.45,43.292 -0,34.5L0,22.5C2.854,17.513 4.668,7.071 18.6,1.753C20.202,1.142 20.011,0.9 21.5,0Z\" style=\"fill-opacity:1;\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-5577\" class=\"elementor-element elementor-element-e515015 e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"e515015\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-342e666 wcf-starter-animations-none elementor-widget elementor-widget-text-editor\" data-id=\"342e666\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer faucibus nunc erat. Sed aliquet in libero at congue. Vestibulum ut quam sodales, convallis augue in, varius mauris.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d37f7dc e-con-full animated-slow e-flex wcf-starter-animations-none elementor-invisible e-con e-child\" data-id=\"d37f7dc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:300}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c33a736 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"c33a736\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"169\" height=\"169\" viewBox=\"0 0 169 169\" fill=\"none\"><rect width=\"169\" height=\"169\" rx=\"84.5\" fill=\"#72AA84\"><\/rect><path d=\"M118.377 95.3638C117.936 92.2956 115.567 89.9036 112.517 89.1906C100.663 86.4122 97.6912 79.5858 97.1898 72.0142C95.0876 71.6232 91.3478 71.2 84.9998 71.2C78.6518 71.2 74.912 71.6232 72.8098 72.0142C72.3084 79.5858 69.3368 86.4122 57.4826 89.1906C54.4328 89.9081 52.0638 92.2956 51.6222 95.3638L49.336 111.197C48.531 116.772 52.625 121.8 58.3198 121.8H111.68C117.37 121.8 121.469 116.772 120.664 111.197L118.377 95.3638ZM84.9998 110.263C78.5828 110.263 73.3802 105.111 73.3802 98.7631C73.3802 92.4151 78.5828 87.2631 84.9998 87.2631C91.4168 87.2631 96.6194 92.4151 96.6194 98.7631C96.6194 105.111 91.4122 110.263 84.9998 110.263ZM130.77 66.6C130.659 59.7 113.097 48.2046 84.9998 48.2C56.8984 48.2046 39.3356 59.7 39.2298 66.6C39.124 73.5 39.3264 82.4791 50.8908 80.9841C64.4194 79.2316 63.5868 74.5074 63.5868 67.7546C63.5868 63.0442 74.59 61.908 84.9998 61.908C95.4096 61.908 106.408 63.0442 106.413 67.7546C106.413 74.5074 105.58 79.2316 119.109 80.9841C130.669 82.4791 130.876 73.5 130.77 66.6Z\" fill=\"#E2D1B7\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b94c1e elementor-widget__width-inherit wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"0b94c1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Book a free 15-minute intro call.\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-08ffcc3 elementor-mobile-align-justify elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"08ffcc3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\"><rect width=\"32\" height=\"32\" rx=\"16\" fill=\"white\"><\/rect><path d=\"M22.5 16H9\" stroke=\"#EC9179\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M17 22C17 22 23 17.5811 23 16C23 14.4188 17 10 17 10\" stroke=\"#EC9179\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book a Call<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7243f59 e-con-full e-flex wcf-starter-animations-none e-con e-child\" data-id=\"7243f59\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f1e072 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"0f1e072\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:hello@marent.studio\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\"><rect width=\"56\" height=\"56\" rx=\"28\" fill=\"#E2D1B7\"><\/rect><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M41.3337 21.1466L28.0003 28.8466L14.667 21.1466V20.9999C14.6688 20.028 15.0556 19.0964 15.7429 18.4091C16.4301 17.7219 17.3617 17.335 18.3337 17.3333H37.667C38.6389 17.335 39.5705 17.7219 40.2578 18.4091C40.945 19.0964 41.3319 20.028 41.3337 20.9999V21.1466ZM41.3337 34.5866L34.2803 27.5333L41.3337 23.4599V34.5866ZM32.487 28.5666L28.0003 31.1533L23.5137 28.5666L15.1937 36.8866C15.8337 37.9533 17.0003 38.6666 18.3337 38.6666H37.667C39.0003 38.6666 40.1603 37.9533 40.807 36.8866L32.487 28.5666ZM14.667 23.4599L21.7203 27.5333L14.667 34.5866V23.4599Z\" fill=\"#72AA84\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Prefer email?<br> hello@marent.studio<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa61d9c elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"aa61d9c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon elementor-animation-shrink\" href=\"mailto:hello@marent.studio\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\"><rect width=\"56\" height=\"56\" rx=\"28\" fill=\"#72AA84\"><\/rect><path d=\"M34.5 28H21\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M29 34C29 34 35 29.5811 35 28C35 26.4188 29 22 29 22\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\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-5576010 elementor-widget__width-initial wcf-starter-animations-none elementor-widget elementor-widget-heading\" data-id=\"5576010\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;wcf_starter_animations&quot;:&quot;none&quot;,&quot;wcf_anim_duration&quot;:1000,&quot;wcf_anim_delay&quot;:0,&quot;wcf_anim_ease&quot;:&quot;ease&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Marent is the right creative partner for your business. (And we genuinely mean it.)<\/p>\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","protected":false},"excerpt":{"rendered":"<p>Your creative team, on a monthly subscription. Graphic design, video production, and web development for one flat monthly fee. No long-term contracts. Cancel anytime. Get Started Today. Join Marent Studio View Pricing Book a Free 15-Minute Intro Call Design at its origin. Subscribe Activate your plan and start requesting design work on an ongoing basis. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-20","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/marent.studio\/es\/wp-json\/wp\/v2\/pages\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/marent.studio\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/marent.studio\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/marent.studio\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/marent.studio\/es\/wp-json\/wp\/v2\/comments?post=20"}],"version-history":[{"count":484,"href":"https:\/\/marent.studio\/es\/wp-json\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":740,"href":"https:\/\/marent.studio\/es\/wp-json\/wp\/v2\/pages\/20\/revisions\/740"}],"wp:attachment":[{"href":"https:\/\/marent.studio\/es\/wp-json\/wp\/v2\/media?parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}