Your Make.com product team for automation that connects every tool your business runs on
We design and build business automation systems using Make.com when operations depend on connecting multiple tools, platforms, and data sources into reliable, scalable workflows that run without manual intervention.
When your business runs on many tools but none of them talk to each other.
Make.com lets us build the connected automation layer that holds everything together — visually, reliably, at scale.
We build automation systems for teams that need their tools working as one unified operation.
<style> :root { --primary: #6061f6; --accent: #c5ef48; --dark: #111827; --body: #4b5563; --muted: #6b7280; --bg-light: #f8f9fa; --bg-white: #ffffff; --bg-tint: #fafbff; --border: rgba(0,0,0,0.06); --shadow-sm: 0 4px 24px rgba(0,0,0,0.05); --shadow-md: 0 12px 40px rgba(96,97,246,0.10); --radius-card: 20px; --radius-sm: 12px; --radius-pill: 999px; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } .lca-block1 { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif; color: var(--dark); background: var(--bg-white); } .lca-h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 400; line-height: 1.2; letter-spacing: -0.02em; color: var(--dark); } .lca-h2 strong { font-weight: 700; color: var(--primary); } .lca-lead { font-size: 1.0625rem; line-height: 1.75; color: var(--body); max-width: 600px; } .lca-card { position: relative; background: var(--bg-light); border-radius: var(--radius-card); padding: 2rem; border: 1px solid var(--border); overflow: hidden; transition: background 0.25s ease, box-shadow 0.25s ease; display: flex; flex-direction: column; gap: 1rem; } .lca-card::before { content: ''; position: absolute; left: 0; top: 0; width: 3px; height: 0; background: var(--primary); border-radius: 20px 0 0 20px; transition: height 0.25s ease; } .lca-card:hover::before { height: 100%; } .lca-card:hover { background: var(--bg-tint); box-shadow: var(--shadow-md); } .lca-card__icon { width: 44px; height: 44px; border-radius: var(--radius-sm); background: rgba(96,97,246,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--primary); } .lca-card__icon svg { width: 22px; height: 22px; } .lca-card__title { font-size: 1.0625rem; font-weight: 600; color: var(--dark); line-height: 1.35; } .lca-card__body { font-size: 0.9375rem; color: var(--body); line-height: 1.7; } .lca-bento-wrap { display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; align-items: start; } .lca-bento-heading { position: sticky; top: 2rem; display: flex; flex-direction: column; gap: 1.5rem; } .lca-label { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary); background: rgba(96,97,246,0.08); padding: 0.4rem 0.9rem; border-radius: var(--radius-pill); width: fit-content; } .lca-bento-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; } .lca-centered-header { text-align: center; max-width: 700px; margin: 0 auto 3.5rem; display: flex; flex-direction: column; gap: 1.25rem; align-items: center; } .lca-what-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; } .lca-what-grid .lca-card { background: var(--bg-white); } .lca-split-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: start; } .lca-split-left { display: flex; flex-direction: column; gap: 1.5rem; position: sticky; top: 2rem; } .lca-split-right { display: flex; flex-direction: column; gap: 0; } .lca-numbered-item { display: grid; grid-template-columns: 3rem 1fr; gap: 1.25rem; align-items: start; padding: 1.75rem 0; border-bottom: 1px solid var(--border); transition: padding-left 0.2s ease; } .lca-numbered-item:first-child { border-top: 1px solid var(--border); } .lca-numbered-item:hover { padding-left: 0.5rem; } .lca-num { width: 3rem; height: 3rem; border-radius: 50%; background: rgba(96,97,246,0.08); display: flex; align-items: center; justify-content: center; font-size: 0.875rem; font-weight: 700; color: var(--primary); flex-shrink: 0; transition: background 0.2s ease, color 0.2s ease; } .lca-numbered-item:hover .lca-num { background: var(--primary); color: #fff; } .lca-num-content { display: flex; flex-direction: column; gap: 0.4rem; padding-top: 0.5rem; } .lca-num-title { font-size: 1rem; font-weight: 600; color: var(--dark); line-height: 1.3; } .lca-num-body { font-size: 0.9375rem; color: var(--body); line-height: 1.65; } .lca-not-fit { margin-top: 2rem; padding: 1.5rem 1.75rem; background: rgba(96,97,246,0.04); border: 1px solid rgba(96,97,246,0.12); border-radius: var(--radius-card); display: flex; flex-direction: column; gap: 0.75rem; } .lca-not-fit__label { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); } .lca-not-fit__text { font-size: 0.9375rem; color: var(--body); line-height: 1.7; } .lca-not-fit__text span { display: inline-block; background: rgba(96,97,246,0.08); color: var(--primary); font-weight: 500; border-radius: var(--radius-sm); padding: 0.15rem 0.55rem; margin: 0.15rem 0.1rem; font-size: 0.875rem; } @media (max-width: 991px) { .lca-bento-wrap { grid-template-columns: 1fr; gap: 2.5rem; } .lca-bento-heading { position: static; } .lca-split-wrap { grid-template-columns: 1fr; gap: 2.5rem; } .lca-split-left { position: static; } } @media (max-width: 767px) { .lca-bento-grid, .lca-what-grid { grid-template-columns: 1fr; } .lca-h2 { font-size: 1.75rem; } } @media (max-width: 478px) { .lca-card { padding: 1.5rem; } .lca-numbered-item { grid-template-columns: 2.5rem 1fr; gap: 1rem; } } </style> <!-- SECTION 1: WHY WE CHOOSE MAKE.COM --> <div class='section_why-make lca-block1'> <div class='padding-global padding-section-large'> <div class='container-large'> <div class='lca-bento-wrap'> <div class='lca-bento-heading'> <span class='lca-label'>Our Approach</span> <h2 class='lca-h2'>Why we choose <strong>Make.com.</strong></h2> <p class='lca-lead'>We choose Make.com when a business runs on many tools but none of them talk to each other. When data lives in different platforms, teams copy-paste between systems, and manual work fills the gaps between software, Make.com builds the connected automation layer that holds everything together.</p> </div> <div class='lca-bento-grid'> <div class='lca-card'> <div class='lca-card__icon'> <svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M13.19 8.688a4.5 4.5 0 011.242 7.244l-4.5 4.5a4.5 4.5 0 01-6.364-6.364l1.757-1.757m9.86-2.813a4.5 4.5 0 00-1.242-7.244l-4.5-4.5a4.5 4.5 0 00-6.364 6.364L4.34 8.374' transform='translate(1.5 1.5) scale(0.875)'/></svg> </div> <p class='lca-card__title'>When the business runs on 10+ tools that need to work as one</p> <p class='lca-card__body'>Make.com lets us connect CRMs, ERPs, marketing platforms, databases, and internal systems into unified workflows that move data and trigger actions automatically.</p> </div> <div class='lca-card'> <div class='lca-card__icon'> <svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M2.036 12.322a1.012 1.012 0 010-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178z'/><path stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z'/></svg> </div> <p class='lca-card__title'>When visual, maintainable automation matters</p> <p class='lca-card__body'>Make.com's visual scenario builder lets us design complex workflows that remain clear, auditable, and easy to evolve as the business changes.</p> </div> <div class='lca-card'> <div class='lca-card__icon'> <svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-5.94-2.28m5.94 2.28l-2.28 5.941'/></svg> </div> <p class='lca-card__title'>When automation needs to scale across departments</p> <p class='lca-card__body'>We use Make.com when businesses need to scale automation across sales, operations, finance, and support, connecting workflows that span the entire organization.</p> </div> <div class='lca-card'> <div class='lca-card__icon'> <svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z'/></svg> </div> <p class='lca-card__title'>When integrations and AI work together</p> <p class='lca-card__body'>Make.com lets us combine hundreds of native integrations with AI-powered steps: data enrichment, document processing, intelligent routing, and automated decision-making.</p> </div> </div> </div> </div> </div> </div> <!-- SECTION 2: WHAT WE BUILD WITH MAKE.COM --> <div class='section_what-make lca-block1' style='background: var(--bg-light);'> <div class='padding-global padding-section-large'> <div class='container-large'> <div class='lca-centered-header'> <span class='lca-label'>What We Build</span> <h2 class='lca-h2'>What we build with <strong>Make.com.</strong></h2> <p class='lca-lead'>Automation systems that connect tools, eliminate manual work, and drive operational efficiency across the business.</p> </div> <div class='lca-what-grid'> <div class='lca-card'> <div class='lca-card__icon'> <svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M9.594 3.94c.09-.542.56-.94 1.11-.94h2.593c.55 0 1.02.398 1.11.94l.213 1.281c.063.374.313.686.645.87.074.04.147.083.22.127.324.196.72.257 1.075.124l1.217-.456a1.125 1.125 0 011.37.49l1.296 2.247a1.125 1.125 0 01-.26 1.431l-1.003.827c-.293.24-.438.613-.431.992a6.759 6.759 0 010 .255c-.007.378.138.75.43.99l1.005.828c.424.35.534.954.26 1.43l-1.298 2.247a1.125 1.125 0 01-1.369.491l-1.217-.456c-.355-.133-.75-.072-1.076.124a6.57 6.57 0 01-.22.128c-.331.183-.581.495-.644.869l-.213 1.28c-.09.543-.56.941-1.11.941h-2.594c-.55 0-1.02-.398-1.11-.94l-.213-1.281c-.062-.374-.312-.686-.644-.87a6.52 6.52 0 01-.22-.127c-.325-.196-.72-.257-1.076-.124l-1.217.456a1.125 1.125 0 01-1.369-.49l-1.297-2.247a1.125 1.125 0 01.26-1.431l1.004-.827c.292-.24.437-.613.43-.992a6.932 6.932 0 010-.255c.007-.378-.138-.75-.43-.99l-1.004-.828a1.125 1.125 0 01-.26-1.43l1.297-2.247a1.125 1.125 0 011.37-.491l1.216.456c.356.133.751.072 1.076-.124.072-.044.146-.087.22-.128.332-.183.582-.495.644-.869l.214-1.281z'/><path stroke-linecap='round' stroke-linejoin='round' d='M15 12a3 3 0 11-6 0 3 3 0 016 0z'/></svg> </div> <p class='lca-card__title'>Business Automation</p> <p class='lca-card__body'>Multi-step automation scenarios connecting daily tools, designed to eliminate manual data entry, reduce errors, and keep operations moving without bottlenecks.</p> </div> <div class='lca-card'> <div class='lca-card__icon'> <svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M13.19 8.688a4.5 4.5 0 011.242 7.244l-4.5 4.5a4.5 4.5 0 01-6.364-6.364l1.757-1.757m9.86-2.813a4.5 4.5 0 00-1.242-7.244l-4.5-4.5a4.5 4.5 0 00-6.364 6.364L4.34 8.374' transform='translate(1.5 1.5) scale(0.875)'/></svg> </div> <p class='lca-card__title'>System Integrations</p> <p class='lca-card__body'>Custom integration architectures connecting CRMs, ERPs, marketing platforms, payment systems, and internal tools into a single automated operational layer.</p> </div> <div class='lca-card'> <div class='lca-card__icon'> <svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M7.5 14.25v2.25m3-4.5v4.5m3-6.75v6.75m3-9v9M6 20.25h12A2.25 2.25 0 0020.25 18V6A2.25 2.25 0 0018 3.75H6A2.25 2.25 0 003.75 6v12A2.25 2.25 0 006 20.25z'/></svg> </div> <p class='lca-card__title'>Data Synchronization</p> <p class='lca-card__body'>Automated data flows that keep information consistent across platforms, ensuring every team works from the same source of truth without manual updates.</p> </div> <div class='lca-card'> <div class='lca-card__icon'> <svg viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z'/></svg> </div> <p class='lca-card__title'>AI-powered Automation</p> <p class='lca-card__body'>Scenarios enhanced with AI to process documents, classify data, route decisions, and generate content, adding intelligence to existing business workflows.</p> </div> </div> </div> </div> </div> <!-- SECTION 3: WHO IS MAKE.COM AUTOMATION FOR? --> <div class='section_who-make lca-block1'> <div class='padding-global padding-section-large'> <div class='container-large'> <div class='lca-split-wrap'> <div class='lca-split-left'> <span class='lca-label'>Ideal Fit</span> <h2 class='lca-h2'>Who is Make.com automation <strong>for?</strong></h2> <p class='lca-lead'>Make.com automation is for businesses where manual work between tools is slowing operations and costing real money.</p> <div class='lca-not-fit'> <p class='lca-not-fit__label'>Not the right fit if</p> <p class='lca-not-fit__text'> <span>Simple 2-tool integration</span> <span>Self-hosted required</span> <span>Unique custom logic</span> </p> </div> </div> <div class='lca-split-right'> <div class='lca-numbered-item'> <div class='lca-num'>01</div> <div class='lca-num-content'> <p class='lca-num-title'>Operations Leaders Managing Distributed Teams</p> <p class='lca-num-body'>Teams across time zones and tools, where manual handoffs create delays and errors. Automation that keeps data flowing regardless of who's online.</p> </div> </div> <div class='lca-numbered-item'> <div class='lca-num'>02</div> <div class='lca-num-content'> <p class='lca-num-title'>Growing Businesses Running 5+ Cloud Tools</p> <p class='lca-num-body'>Tech stacks that expanded with growth, creating data silos. A connected automation layer that synchronizes information across every platform.</p> </div> </div> <div class='lca-numbered-item'> <div class='lca-num'>03</div> <div class='lca-num-content'> <p class='lca-num-title'>Marketing & Sales Teams Losing Leads</p> <p class='lca-num-body'>Leads from multiple channels getting lost in manual routing and delayed follow-ups. Automation that captures, routes, and follows up automatically.</p> </div> </div> <div class='lca-numbered-item'> <div class='lca-num'>04</div> <div class='lca-num-content'> <p class='lca-num-title'>Companies Ready to Add AI to Workflows</p> <p class='lca-num-body'>AI for data enrichment, classification, or intelligent routing embedded directly into existing workflows, not as a separate tool to learn.</p> </div> </div> </div> </div> </div> </div> </div>
Success Stories
Case Study
Evolutioner
"Sound and vibration is the building blocks of the universe", Albert explained to us. "If used correctly, it can improve not only your brain but your overall health and well-being." But none of that mattered if users couldn't reliably access the sessions they needed.
85%
reduction in app crashes after FlutterFlow migration
Is your team doing repetitive tasks? Stop wasting money, and get a custom solution that not only saves you time, but also reducesmistakes and makes your team more productive!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
<style> :root { --primary: #6061f6; --accent: #c5ef48; --dark: #111827; --body: #4b5563; --muted: #6b7280; --bg-light: #f8f9fa; --bg-white: #ffffff; --bg-tint: #fafbff; --border: rgba(0,0,0,0.06); --shadow-sm: 0 4px 24px rgba(0,0,0,0.05); --shadow-md: 0 12px 40px rgba(96,97,246,0.10); --radius-card: 20px; --radius-sm: 12px; --radius-pill: 999px; } .lca-h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 400; color: var(--dark); line-height: 1.2; margin: 0 0 1rem 0; } .lca-h2 strong { font-weight: 700; color: var(--primary); } .lca-body { font-size: clamp(0.875rem, 1.4vw, 0.975rem); color: var(--body); line-height: 1.7; margin: 0; } /* FAQ Accordion (LOCKED) */ .lca-faqs-section { background: var(--bg-white); border-top: 1px solid #f0f0f0; } .lca-faqs-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; align-items: start; } .lca-faq-list { display: flex; flex-direction: column; } .lca-faq-item { border-bottom: 1px solid #eaeaea; } .lca-faq-trigger { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 0; cursor: pointer; width: 100%; background: none; border: none; text-align: left; } .lca-faq-trigger:hover h3 { color: var(--primary); } .lca-faq-trigger h3 { font-size: 1.05rem; font-weight: 600; color: var(--dark); margin: 0; padding-right: 1.5rem; transition: color 0.2s; line-height: 1.4; } .lca-faq-arrow { width: 24px; height: 24px; flex-shrink: 0; transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); color: var(--primary); } .lca-faq-item[data-open='true'] .lca-faq-arrow { transform: rotate(180deg); } .lca-faq-collapse { overflow: hidden; height: 0; transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1); } .lca-faq-answer { padding: 0 0 1.5rem 0; } .lca-faq-answer p { font-size: 0.975rem; color: var(--body); margin: 0; line-height: 1.7; } @media (max-width: 767px) { .lca-faqs-grid { grid-template-columns: 1fr; gap: 2rem; } } </style> <!-- SECTION 1 — FAQ Accordion (LOCKED) --> <div class='section_faqs'> <div class='padding-global padding-section-large'> <div class='container-large'> <div class='lca-faqs-grid'> <div> <h2 class='lca-h2'>We get asked this <strong>all the time.</strong></h2> <p class='lca-body' style='margin-top:1rem'>Straightforward answers to the questions we hear most from clients exploring Make.com automation.</p> </div> <div class='lca-faq-list'> <div class='lca-faq-item' data-open='false'> <button class='lca-faq-trigger'> <h3>How fast can you build with Make.com?</h3> <svg class='lca-faq-arrow' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg> </button> <div class='lca-faq-collapse'><div class='lca-faq-answer'><p>Make.com is one of the fastest platforms to deploy automation. Simple workflows launch in weeks, not months. Complex projects take longer but still launch faster than custom development approaches.</p></div></div> </div> <div class='lca-faq-item' data-open='false'> <button class='lca-faq-trigger'> <h3>Does LowCode Agency specialize in Make.com?</h3> <svg class='lca-faq-arrow' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg> </button> <div class='lca-faq-collapse'><div class='lca-faq-answer'><p>Yes. We're a Make.com Silver Partner with deep expertise across the platform. We've built 50+ Make.com projects spanning operations, finance, sales, and support automation.</p></div></div> </div> <div class='lca-faq-item' data-open='false'> <button class='lca-faq-trigger'> <h3>What happens after we launch?</h3> <svg class='lca-faq-arrow' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg> </button> <div class='lca-faq-collapse'><div class='lca-faq-answer'><p>We monitor your workflows, fix issues as they arise, and optimize performance as data volumes grow. We offer maintenance retainers so you have ongoing support for new automations, system changes, or workflow optimization.</p></div></div> </div> <div class='lca-faq-item' data-open='false'> <button class='lca-faq-trigger'> <h3>Is Make.com right for my project?</h3> <svg class='lca-faq-arrow' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg> </button> <div class='lca-faq-collapse'><div class='lca-faq-answer'><p>Make.com is right when you run multiple tools, automation needs to be visual and team-understood, and you want fast deployment. It's not ideal for ultra-simple integrations or for custom business logic that needs full control. We'll tell you honestly if another approach fits better.</p></div></div> </div> <div class='lca-faq-item' data-open='false'> <button class='lca-faq-trigger'> <h3>What are the limitations of Make.com?</h3> <svg class='lca-faq-arrow' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg> </button> <div class='lca-faq-collapse'><div class='lca-faq-answer'><p>Make.com excels at workflow automation but isn't a full backend system. Complex databases, custom authentication, and server-side logic beyond automation belong in a dedicated backend. We handle the complexity so your team doesn't have to.</p></div></div> </div> <div class='lca-faq-item' data-open='false'> <button class='lca-faq-trigger'> <h3>How do I start a Make.com project with LowCode Agency?</h3> <svg class='lca-faq-arrow' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg> </button> <div class='lca-faq-collapse'><div class='lca-faq-answer'><p>Start with a conversation. We learn about your tools, workflows, pain points, and goals. We scope the project, discuss timeline and investment, and if it's a fit, we move into discovery. The process is collaborative from day one.</p></div></div> </div> <div class='lca-faq-item' data-open='false'> <button class='lca-faq-trigger'> <h3>What industries does LowCode Agency serve with Make.com?</h3> <svg class='lca-faq-arrow' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/></svg> </button> <div class='lca-faq-collapse'><div class='lca-faq-answer'><p>We build Make.com automation for e-commerce operations, SaaS platforms, real estate workflows, financial services, marketing agencies, and healthcare systems. Each industry brings different tool stacks and complexity.</p></div></div> </div> </div> </div> </div> </div> </div> <script> (function(){var d=300;function o(i){var c=i.querySelector('.lca-faq-collapse');if(!c)return;i.dataset.open='true';c.style.overflow='hidden';c.style.height='0px';requestAnimationFrame(function(){c.style.height=c.scrollHeight+'px';setTimeout(function(){if(i.dataset.open==='true'){c.style.height='auto';}},d);});}function f(i){var c=i.querySelector('.lca-faq-collapse');if(!c)return;i.dataset.open='false';c.style.overflow='hidden';c.style.height=c.getBoundingClientRect().height+'px';requestAnimationFrame(function(){c.style.height='0px';});}var w=document.querySelectorAll('.lca-faq-list');w.forEach(function(l){var items=Array.prototype.slice.call(l.querySelectorAll('.lca-faq-item'));items.forEach(function(i){var t=i.querySelector('.lca-faq-trigger');var c=i.querySelector('.lca-faq-collapse');if(!t||!c)return;i.dataset.open='false';c.style.overflow='hidden';c.style.height='0px';c.style.transition='height '+d+'ms cubic-bezier(0.4, 0, 0.2, 1)';t.addEventListener('click',function(e){e.preventDefault();var s=i.dataset.open==='true';items.forEach(function(x){if(x!==i&&x.dataset.open==='true')f(x);});s?f(i):o(i);});});});})(); </script>