{"id":38872,"date":"2026-06-10T07:06:49","date_gmt":"2026-06-10T07:06:49","guid":{"rendered":"https:\/\/nexsas-wp.pixels-71.com\/fintech\/?page_id=38872"},"modified":"2026-06-14T04:52:29","modified_gmt":"2026-06-14T04:52:29","slug":"pricing","status":"publish","type":"page","link":"https:\/\/nexsas-wp.pixels-71.com\/fintech\/pricing\/","title":{"rendered":"Pricing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"38872\" class=\"elementor elementor-38872\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d3b03e e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"6d3b03e\" 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=\"gsap-animation elementor-element elementor-element-022a548 nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"022a548\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Pricing Plans<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-b76a55b nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"b76a55b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tSimple, transparent pricing\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-8b5b079 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.4\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"8b5b079\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<p\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tOnly pay for the logic you use\u2014no hidden fees, no complex contracts.\t\t\t<\/p>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-f301e5b e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.5\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"f301e5b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3747bd2 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_pricing\" data-id=\"3747bd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_pricing.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t      <script>\r\n        \/\/ Function to initialize price toggles\r\n        function initPriceToggles() {\r\n          const pricingWrappers = document.querySelectorAll('.nextsaas_pricing_wrapper[data-display=\"toggle\"]');\r\n\r\n          pricingWrappers.forEach(function(pricingWrapper) {\r\n            const activeContainer = pricingWrapper.querySelector('.nextsaas-pricing-container[data-display^=\"toggle-variation-\"]');\r\n            const activeVariation = activeContainer ? activeContainer.getAttribute('data-display') : null;\r\n\r\n            if (!activeVariation) return;\r\n\r\n            \/\/ Handle Variation 1\r\n            if (activeVariation === 'toggle-variation-1') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v1');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v1');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v1');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 2\r\n            if (activeVariation === 'toggle-variation-2') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v2');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v2');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v2');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 3\r\n            if (activeVariation === 'toggle-variation-3') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v3');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v3');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v3');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 5 (use class so multiple widgets work; ID would duplicate)\r\n            if (activeVariation === 'toggle-variation-5') {\r\n              const toggle = pricingWrapper.querySelector('input.nextsaas-price-toggle-v5');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v5');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v5');\r\n              const monthlyLabels = pricingWrapper.querySelectorAll('.nextsaas-toggle-monthly-label-v5');\r\n              const yearlyLabels = pricingWrapper.querySelectorAll('.nextsaas-toggle-yearly-label-v5');\r\n\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n              monthlyLabels.forEach(el => {\r\n                el.classList.remove('hidden');\r\n              });\r\n              yearlyLabels.forEach(el => {\r\n                el.classList.add('hidden');\r\n              });\r\n\r\n              if (toggle) {\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                    monthlyLabels.forEach(el => {\r\n                      el.classList.add('hidden');\r\n                    });\r\n                    yearlyLabels.forEach(el => {\r\n                      el.classList.remove('hidden');\r\n                    });\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                    monthlyLabels.forEach(el => {\r\n                      el.classList.remove('hidden');\r\n                    });\r\n                    yearlyLabels.forEach(el => {\r\n                      el.classList.add('hidden');\r\n                    });\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Variation 7: Variation 2 checkbox toggle + monthly\/yearly price blocks\r\n            if (activeVariation === 'toggle-variation-7') {\r\n              const v7Root = pricingWrapper.querySelector('[data-display=\"toggle-variation-7\"]');\r\n              if (!v7Root) return;\r\n\r\n              const toggle = v7Root.querySelector('input.nextsaas-price-toggle-v7');\r\n              if (!toggle || toggle.dataset.pricingV7Bound === '1') return;\r\n\r\n              const monthlyPrices = v7Root.querySelectorAll('.nextsaas-price-monthly-v5');\r\n              const yearlyPrices = v7Root.querySelectorAll('.nextsaas-price-yearly-v5');\r\n\r\n              toggle.dataset.pricingV7Bound = '1';\r\n\r\n              function syncV7Prices() {\r\n                const isYearly = toggle.checked;\r\n                monthlyPrices.forEach(function(price) {\r\n                  price.style.display = isYearly ? 'none' : '';\r\n                  price.classList.toggle('hidden', isYearly);\r\n                });\r\n                yearlyPrices.forEach(function(price) {\r\n                  price.style.display = isYearly ? '' : 'none';\r\n                  price.classList.toggle('hidden', !isYearly);\r\n                });\r\n              }\r\n\r\n              toggle.addEventListener('change', syncV7Prices);\r\n              syncV7Prices();\r\n            }\r\n\r\n            \/\/ Variation 6: monthly\/yearly radios + .monthly \/ .yearly visibility\r\n            if (activeVariation === 'toggle-variation-6') {\r\n              const v6Root = pricingWrapper.querySelector('[data-display=\"toggle-variation-6\"]');\r\n              if (!v6Root) return;\r\n\r\n              const monthlyRadio = v6Root.querySelector('input[name=\"pricing-toggle\"][value=\"monthly\"]');\r\n              const yearlyRadio = v6Root.querySelector('input[name=\"pricing-toggle\"][value=\"yearly\"]');\r\n              const monthlyBlocks = v6Root.querySelectorAll('.monthly');\r\n              const yearlyBlocks = v6Root.querySelectorAll('.yearly');\r\n\r\n              function syncV6Prices() {\r\n                const isYearly = yearlyRadio && yearlyRadio.checked;\r\n                monthlyBlocks.forEach(function(el) {\r\n                  el.classList.toggle('hidden', !!isYearly);\r\n                });\r\n                yearlyBlocks.forEach(function(el) {\r\n                  el.classList.toggle('hidden', !isYearly);\r\n                });\r\n              }\r\n\r\n              syncV6Prices();\r\n\r\n              if (monthlyRadio) {\r\n                monthlyRadio.addEventListener('change', syncV6Prices);\r\n              }\r\n              if (yearlyRadio) {\r\n                yearlyRadio.addEventListener('change', syncV6Prices);\r\n              }\r\n            }\r\n          });\r\n        }\r\n\r\n        \/\/ Initialize for frontend\r\n        document.addEventListener('DOMContentLoaded', initPriceToggles);\r\n\r\n        \/\/ Initialize for Elementor editor\r\n        if (typeof elementor !== 'undefined') {\r\n          elementor.hooks.addAction('panel\/open_editor\/widget\/nextsaas_pricing', initPriceToggles);\r\n          elementor.hooks.addAction('frontend\/element_ready\/nextsaas_pricing.default', initPriceToggles);\r\n        }\r\n\r\n        \/\/ Fallback initialization\r\n        if (document.readyState !== 'loading') {\r\n          initPriceToggles();\r\n        }\r\n      <\/script>\r\n        <div class=\"nextsaas_pricing_wrapper\" data-display=\"toggle\" >\r\n      \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n  <div class=\"nextsaas-pricing-container price-scope\" data-display=\"toggle-variation-7\">\r\n          <div class=\"flex justify-center pricing-toggle-container\">\r\n        <label class=\"relative inline-flex items-center cursor-pointer z-10 nextsaas-pricing-toggle nextsaas-pricing-toggle-v2\">\r\n          <span class=\"mr-2.5 text-tagline-1 font-normal text-black dark:text-accent\">Monthly<\/span>\r\n          <input\r\n            type=\"checkbox\"\r\n            class=\"sr-only peer nextsaas-price-toggle nextsaas-price-toggle-v2 nextsaas-price-toggle-v7\"\r\n            aria-label=\"Toggle between Monthly and Yearly pricing\" \/>\r\n                      <span class=\"relative w-11 h-6 bg-white dark:bg-background-6 border border-stroke-1 dark:border-background-6 rounded-full peer-checked:after:translate-x-4 after:content-[''] after:absolute after:top-1\/2 after:-translate-y-1\/2 after:start-[0px] peer-checked:after:start-[2px] after:rounded-full after:h-6 after:w-6 after:bg-secondary dark:after:bg-accent after:transition-all\"><\/span>\r\n                    <span class=\"ms-2.5 text-tagline-1 font-normal text-black dark:text-accent\">Yearly<\/span>\r\n        <\/label>\r\n      <\/div>\r\n    \r\n    <div\r\n      class=\"grid grid-cols-1 nextsaas-pricing-cards-grid\"\r\n      aria-label=\"Pricing plans\">\r\n              <div class=\"w-full nextsaas-pricing-card\">\r\n          <div class=\"relative \">\r\n                        <div class=\"pricing-card bg-background-6 border-stroke-1\/11 rounded-2xl border py-[52px]\">\r\n              <div class=\"space-y-8\">\r\n                <div class=\"border-stroke-1\/11 space-y-6  px-7 lg:px-[52px]\">\r\n                  <div class=\"\">\r\n                    <div class=\"space-y-1\">\r\n                      <div class=\"flex items-start justify-start gap-x-2\">\r\n                        <h3 class=\"font-instrument-serif text-is-heading-4 font-normal text-white\/90 nextsaas-plan-title\">Starter<\/h3>                                              <\/div>\r\n                                              <p class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-plan-description\">Best for individuals getting started<\/p>\r\n                                          <\/div>\r\n                  <\/div>\r\n                  <div>\r\n                    <h4 class=\"monthly nextsaas-plan-price nextsaas-plan-price-v5 nextsaas-price-monthly nextsaas-price-monthly-v5\">\r\n                      <span\r\n                        class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] text-white\/60 nextsaas-plan-price-amount-old\">$<span>19.00<\/span>\r\n                                              <\/span>\r\n                                            <span class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-price-period nextsaas-price-period-v5\">\/Monthly<\/span>\r\n                    <\/h4>\r\n                    <h4 class=\"yearly hidden nextsaas-plan-price nextsaas-plan-price-v5 nextsaas-price-yearly nextsaas-price-yearly-v5\">\r\n                      <span\r\n                        class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] text-white\/60 nextsaas-plan-price-amount-old\">$<span>230.00<\/span>\r\n                                              <\/span>\r\n                                            <span class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-price-period nextsaas-price-period-v5\">\/Yearly<\/span>\r\n                    <\/h4>\r\n                  <\/div>\r\n                <\/div>\r\n                <!-- includes  -->\r\n                <div class=\"space-y-12 px-7 lg:px-[52px]\">\r\n                  <div class=\"space-y-4\">\r\n                    <h5 class=\"nextsaas-pricing-features-heading font-inter-tight text-tagline-2 font-normal text-white\/90\">\r\n                      Starter includes:                    <\/h5>\r\n                                          <ul class=\"space-y-4 py-2 nextsaas-features-list nextsaas-features-list-v5\">\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">5GB Storage<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Email Support<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Basic Templates<\/span>\r\n                          <\/li>\r\n                                              <\/ul>\r\n                                      <\/div>\r\n                  <div class=\"md:inline-block block\">\r\n                    <a href=\"#\"   class=\"group nextsaas-pricing-button pricing-button inline-flex items-center justify-center rounded-full cursor-pointer gap-1.5 group-hover:bg-primary-500 group-hover:scale-101 text-center transition-all duration-500 ease-in-out font-normal text-nowrap lowercase shadow-1 bg-background-5 dark:bg-background-12 dark:border-stroke-1 dark:text-secondary border-stroke-7 text-accent px-6 py-2.5 text-tagline-1 md:px-8 md:py-3.5 w-full md:w-auto mx-auto md:mx-0\">\r\n                      <span class=\"inline-block transition-transform duration-300 ease-in-out first-letter:uppercase\">Get Started<\/span>\r\n                      <div class=\"relative overflow-hidden size-6\">\r\n                        <span class=\"group-hover:translate-x-1 -translate-x-6 absolute inset-0 transition-transform duration-300 ease-in-out\">\r\n                          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n                            <path d=\"M11 5H13V7H11V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M5 5H7V7H5V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M14 8H16V10H14V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M8 8H10V10H8V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M17 11H19V13H17V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M11 11H13V13H11V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M14 14H16V16H14V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M8 14H10V16H8V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M11 17H13V19H11V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M5 17H7V19H5V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                          <\/svg>\r\n                        <\/span>\r\n                        <span class=\"group-hover:translate-x-6 absolute -translate-x-2 transition-transform duration-300 ease-in-out\">\r\n                          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n                            <path d=\"M11 5H13V7H11V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M5 5H7V7H5V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M14 8H16V10H14V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M8 8H10V10H8V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M17 11H19V13H17V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M11 11H13V13H11V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M14 14H16V16H14V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M8 14H10V16H8V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M11 17H13V19H11V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M5 17H7V19H5V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                          <\/svg>\r\n                        <\/span>\r\n                      <\/div>\r\n                    <\/a>\r\n                  <\/div>\r\n                <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"w-full nextsaas-pricing-card\">\r\n          <div class=\"relative nextsaas-pricing-featured-outline overflow-hidden rounded-2xl\">\r\n                        <div class=\"pricing-card bg-background-6 border-stroke-1\/11 rounded-2xl border py-[52px]\">\r\n              <div class=\"space-y-8\">\r\n                <div class=\"border-stroke-1\/11 space-y-6  px-7 lg:px-[52px]\">\r\n                  <div class=\"\">\r\n                    <div class=\"space-y-1\">\r\n                      <div class=\"flex items-start justify-start gap-x-2\">\r\n                        <h3 class=\"font-instrument-serif text-is-heading-4 font-normal text-white\/90 nextsaas-plan-title\">Pro<\/h3>                                                  <span class=\"nextsaas-pricing-featured-badge bg-opai-lemon text-background-5 text-tagline-4 rounded-full px-4 py-2\">\r\n                            Popular                          <\/span>\r\n                                              <\/div>\r\n                                              <p class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-plan-description\">Large Organizations<\/p>\r\n                                          <\/div>\r\n                  <\/div>\r\n                  <div>\r\n                    <h4 class=\"monthly nextsaas-plan-price nextsaas-plan-price-v5 nextsaas-price-monthly nextsaas-price-monthly-v5\">\r\n                      <span\r\n                        class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] text-white\/60 nextsaas-plan-price-amount-old\">$<span>3342.00<\/span>\r\n                                              <\/span>\r\n                                            <span class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-price-period nextsaas-price-period-v5\">\/Monthly<\/span>\r\n                    <\/h4>\r\n                    <h4 class=\"yearly hidden nextsaas-plan-price nextsaas-plan-price-v5 nextsaas-price-yearly nextsaas-price-yearly-v5\">\r\n                      <span\r\n                        class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] text-white\/60 nextsaas-plan-price-amount-old\">$<span>4420.00<\/span>\r\n                                              <\/span>\r\n                                            <span class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-price-period nextsaas-price-period-v5\">\/Yearly<\/span>\r\n                    <\/h4>\r\n                  <\/div>\r\n                <\/div>\r\n                <!-- includes  -->\r\n                <div class=\"space-y-12 px-7 lg:px-[52px]\">\r\n                  <div class=\"space-y-4\">\r\n                    <h5 class=\"nextsaas-pricing-features-heading font-inter-tight text-tagline-2 font-normal text-white\/90\">\r\n                      Starter includes:                    <\/h5>\r\n                                          <ul class=\"space-y-4 py-2 nextsaas-features-list nextsaas-features-list-v5\">\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">50GB Storage<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Chat Support<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Standard Templates<\/span>\r\n                          <\/li>\r\n                                              <\/ul>\r\n                                      <\/div>\r\n                  <div class=\"md:inline-block block\">\r\n                    <a href=\"#\"   class=\"group nextsaas-pricing-button pricing-button inline-flex items-center justify-center rounded-full cursor-pointer gap-1.5 group-hover:bg-primary-500 group-hover:scale-101 text-center transition-all duration-500 ease-in-out font-normal text-nowrap lowercase shadow-1 bg-background-5 dark:bg-background-12 dark:border-stroke-1 dark:text-secondary border-stroke-7 text-accent px-6 py-2.5 text-tagline-1 md:px-8 md:py-3.5 w-full md:w-auto mx-auto md:mx-0\">\r\n                      <span class=\"inline-block transition-transform duration-300 ease-in-out first-letter:uppercase\">Get Started<\/span>\r\n                      <div class=\"relative overflow-hidden size-6\">\r\n                        <span class=\"group-hover:translate-x-1 -translate-x-6 absolute inset-0 transition-transform duration-300 ease-in-out\">\r\n                          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n                            <path d=\"M11 5H13V7H11V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M5 5H7V7H5V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M14 8H16V10H14V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M8 8H10V10H8V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M17 11H19V13H17V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M11 11H13V13H11V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M14 14H16V16H14V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M8 14H10V16H8V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M11 17H13V19H11V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M5 17H7V19H5V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                          <\/svg>\r\n                        <\/span>\r\n                        <span class=\"group-hover:translate-x-6 absolute -translate-x-2 transition-transform duration-300 ease-in-out\">\r\n                          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n                            <path d=\"M11 5H13V7H11V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M5 5H7V7H5V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M14 8H16V10H14V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M8 8H10V10H8V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M17 11H19V13H17V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M11 11H13V13H11V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M14 14H16V16H14V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M8 14H10V16H8V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M11 17H13V19H11V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M5 17H7V19H5V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                          <\/svg>\r\n                        <\/span>\r\n                      <\/div>\r\n                    <\/a>\r\n                  <\/div>\r\n                <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"w-full nextsaas-pricing-card\">\r\n          <div class=\"relative \">\r\n                        <div class=\"pricing-card bg-background-6 border-stroke-1\/11 rounded-2xl border py-[52px]\">\r\n              <div class=\"space-y-8\">\r\n                <div class=\"border-stroke-1\/11 space-y-6  px-7 lg:px-[52px]\">\r\n                  <div class=\"\">\r\n                    <div class=\"space-y-1\">\r\n                      <div class=\"flex items-start justify-start gap-x-2\">\r\n                        <h3 class=\"font-instrument-serif text-is-heading-4 font-normal text-white\/90 nextsaas-plan-title\">Premium<\/h3>                                              <\/div>\r\n                                              <p class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-plan-description\">Scaled Enterprises<\/p>\r\n                                          <\/div>\r\n                  <\/div>\r\n                  <div>\r\n                    <h4 class=\"monthly nextsaas-plan-price nextsaas-plan-price-v5 nextsaas-price-monthly nextsaas-price-monthly-v5\">\r\n                      <span\r\n                        class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] text-white\/60 nextsaas-plan-price-amount-old\">$<span>4800.00<\/span>\r\n                                              <\/span>\r\n                                            <span class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-price-period nextsaas-price-period-v5\">\/Monthly<\/span>\r\n                    <\/h4>\r\n                    <h4 class=\"yearly hidden nextsaas-plan-price nextsaas-plan-price-v5 nextsaas-price-yearly nextsaas-price-yearly-v5\">\r\n                      <span\r\n                        class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] text-white\/60 nextsaas-plan-price-amount-old\">$<span>5800.00<\/span>\r\n                                              <\/span>\r\n                                            <span class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-price-period nextsaas-price-period-v5\">\/Yearly<\/span>\r\n                    <\/h4>\r\n                  <\/div>\r\n                <\/div>\r\n                <!-- includes  -->\r\n                <div class=\"space-y-12 px-7 lg:px-[52px]\">\r\n                  <div class=\"space-y-4\">\r\n                    <h5 class=\"nextsaas-pricing-features-heading font-inter-tight text-tagline-2 font-normal text-white\/90\">\r\n                      Starter includes:                    <\/h5>\r\n                                          <ul class=\"space-y-4 py-2 nextsaas-features-list nextsaas-features-list-v5\">\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Unlimited Storage<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">24\/7 Priority Support<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Premium Templates<\/span>\r\n                          <\/li>\r\n                                              <\/ul>\r\n                                      <\/div>\r\n                  <div class=\"md:inline-block block\">\r\n                    <a href=\"#\"   class=\"group nextsaas-pricing-button pricing-button inline-flex items-center justify-center rounded-full cursor-pointer gap-1.5 group-hover:bg-primary-500 group-hover:scale-101 text-center transition-all duration-500 ease-in-out font-normal text-nowrap lowercase shadow-1 bg-background-5 dark:bg-background-12 dark:border-stroke-1 dark:text-secondary border-stroke-7 text-accent px-6 py-2.5 text-tagline-1 md:px-8 md:py-3.5 w-full md:w-auto mx-auto md:mx-0\">\r\n                      <span class=\"inline-block transition-transform duration-300 ease-in-out first-letter:uppercase\">Get Started<\/span>\r\n                      <div class=\"relative overflow-hidden size-6\">\r\n                        <span class=\"group-hover:translate-x-1 -translate-x-6 absolute inset-0 transition-transform duration-300 ease-in-out\">\r\n                          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n                            <path d=\"M11 5H13V7H11V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M5 5H7V7H5V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M14 8H16V10H14V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M8 8H10V10H8V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M17 11H19V13H17V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M11 11H13V13H11V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M14 14H16V16H14V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M8 14H10V16H8V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M11 17H13V19H11V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M5 17H7V19H5V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                          <\/svg>\r\n                        <\/span>\r\n                        <span class=\"group-hover:translate-x-6 absolute -translate-x-2 transition-transform duration-300 ease-in-out\">\r\n                          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n                            <path d=\"M11 5H13V7H11V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M5 5H7V7H5V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M14 8H16V10H14V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M8 8H10V10H8V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M17 11H19V13H17V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M11 11H13V13H11V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M14 14H16V16H14V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M8 14H10V16H8V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M11 17H13V19H11V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                            <path d=\"M5 17H7V19H5V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n                          <\/svg>\r\n                        <\/span>\r\n                      <\/div>\r\n                    <\/a>\r\n                  <\/div>\r\n                <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n          <\/div>\r\n  <\/div>\r\n    <\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-04b3ebe e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"04b3ebe\" 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=\"gsap-animation elementor-element elementor-element-239aa5a nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"239aa5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Process<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-f1c15fc elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"f1c15fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tGet started in minutes. <span class=\"text-primary-500 highlited-text\">see results instantly.<\/span>\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-804fb6d elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.4\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"804fb6d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<p\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tA simple 3-step process to take full control of your financial operations\u2014no complexity, no delays.\t\t\t<\/p>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-60cb625 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"60cb625\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"gsap-animation elementor-element elementor-element-d9145e0 e-con-full e-transform e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.5\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"d9145e0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-95c30be nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-id=\"95c30be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\t01\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e05afd6 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"e05afd6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46d0e40 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-id=\"46d0e40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h6\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tConnect your accounts\t\t\t<\/h6>\r\n\t\t<\/div>\r\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-4224d7a nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-id=\"4224d7a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h6\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tQuickly and securely link your bank accounts, cards, and tools.\t\t\t<\/h6>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-e8a0f68 e-con-full e-transform e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.6\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"e8a0f68\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-5,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dabe2ec nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-id=\"dabe2ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\t02\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8120b31 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"8120b31\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-666eea7 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-id=\"666eea7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h6\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tManage everything\t\t\t<\/h6>\r\n\t\t<\/div>\r\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-4bbf47b nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-id=\"4bbf47b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h6\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tTrack transactions, cash flow, and operations in one dashboard.\t\t\t<\/h6>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-b902b22 e-con-full e-transform e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.7\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"b902b22\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a2c2fa nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-id=\"1a2c2fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\t03\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-60ec7e0 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"60ec7e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67f0734 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-id=\"67f0734\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h6\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tAutomate &amp; grow faster\t\t\t<\/h6>\r\n\t\t<\/div>\r\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-aa74005 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-id=\"aa74005\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h6\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tAutomate tasks, create reports, and use insights for smarter decisions.\t\t\t<\/h6>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-df8fd33 e-con-full e-transform e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.8\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"df8fd33\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-5,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42e871e nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-id=\"42e871e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\t04\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-01355bb e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"01355bb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a63ad0 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-id=\"3a63ad0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h6\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tAnalyze &amp; grow\t\t\t<\/h6>\r\n\t\t<\/div>\r\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-41ca321 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-id=\"41ca321\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h6\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tUse insights to make smarter decisions and scale faster.\t\t\t<\/h6>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-7b88478 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"7b88478\" 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=\"gsap-animation elementor-element elementor-element-ba7d8a7 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"ba7d8a7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bdee2d0 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"bdee2d0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-064a15f nextsaas-filter-effect-no elementor-widget elementor-widget-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"064a15f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">CTA<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-c9ce030 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"c9ce030\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tReady to file with confidence?\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-0d8e146 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.4\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"0d8e146\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<p\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tStart your free trial today and experience stress-free tax filing\t\t\t<\/p>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-b972b6e nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-button\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.5\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"b972b6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_button_wrap\">\r\n\t\t\t\t\t\t\t<div class=\"md:inline-block block \">\r\n\t\t\t\t\t<a href=\"#\"  class=\"group nextsaas-button inline-flex items-center justify-center rounded-full cursor-pointer gap-1.5 group-hover:bg-primary-500 group-hover:scale-101 text-center transition-all duration-500 ease-in-out font-normal text-nowrap lowercase shadow-1 bg-background-5 dark:bg-background-12 dark:border-stroke-1 dark:text-secondary border-stroke-7 text-accent px-6 py-2.5 text-tagline-1 md:px-8 md:py-3.5 w-full md:w-auto mx-auto md:mx-0\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"inline-block transition-transform duration-300 ease-in-out first-letter:uppercase\">Buy now<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"relative overflow-hidden size-6\">\r\n\t\t\t\t\t\t\t\t<span class=\"group-hover:translate-x-1 -translate-x-6 absolute inset-0 transition-transform duration-300 ease-in-out\">\r\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 5H13V7H11V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M5 5H7V7H5V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 8H16V10H14V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M8 8H10V10H8V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M17 11H19V13H17V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 11H13V13H11V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 14H16V16H14V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M8 14H10V16H8V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 17H13V19H11V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M5 17H7V19H5V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"group-hover:translate-x-6 absolute -translate-x-2 transition-transform duration-300 ease-in-out\">\r\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 5H13V7H11V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M5 5H7V7H5V5Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 8H16V10H14V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M8 8H10V10H8V8Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M17 11H19V13H17V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 11H13V13H11V11Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M14 14H16V16H14V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M8 14H10V16H8V14Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11 17H13V19H11V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M5 17H7V19H5V17Z\" class=\"variation-2-fill-color fill-white dark:fill-secondary\"><\/path>\r\n\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-7444f99 elementor-absolute nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"7444f99\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&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=\"2380\" height=\"500\" src=\"https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-content\/uploads\/2026\/06\/fintech-cta-img-2.png\" class=\"attachment-full size-full wp-image-747\" alt=\"\" srcset=\"https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-content\/uploads\/2026\/06\/fintech-cta-img-2.png 2380w, https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-content\/uploads\/2026\/06\/fintech-cta-img-2-300x63.png 300w, https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-content\/uploads\/2026\/06\/fintech-cta-img-2-1024x215.png 1024w, https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-content\/uploads\/2026\/06\/fintech-cta-img-2-768x161.png 768w, https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-content\/uploads\/2026\/06\/fintech-cta-img-2-340x71.png 340w, https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-content\/uploads\/2026\/06\/fintech-cta-img-2-1536x323.png 1536w, https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-content\/uploads\/2026\/06\/fintech-cta-img-2-2048x430.png 2048w\" sizes=\"(max-width: 2380px) 100vw, 2380px\" \/>\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Pricing Plans Simple, transparent pricing Only pay for the logic you use\u2014no hidden fees, no complex contracts. Monthly Yearly Starter Best for individuals getting started $19.00 \/Monthly $230.00 \/Yearly Starter includes: 5GB Storage Email Support Basic Templates Get Started Pro Popular Large Organizations $3342.00 \/Monthly $4420.00 \/Yearly Starter includes: 50GB Storage Chat Support Standard Templates [&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-38872","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-json\/wp\/v2\/pages\/38872","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-json\/wp\/v2\/comments?post=38872"}],"version-history":[{"count":19,"href":"https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-json\/wp\/v2\/pages\/38872\/revisions"}],"predecessor-version":[{"id":39325,"href":"https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-json\/wp\/v2\/pages\/38872\/revisions\/39325"}],"wp:attachment":[{"href":"https:\/\/nexsas-wp.pixels-71.com\/fintech\/wp-json\/wp\/v2\/media?parent=38872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}