CINXE.COM
Reseller, Distribution & Affiliate Partners | Nitro Software
<!doctype html><html lang="en"><head> <meta charset="utf-8"> <title>Reseller, Distribution & Affiliate Partners | Nitro Software</title> <link rel="shortcut icon" href="https://www.gonitro.com/hubfs/_img/favicon.png"> <meta name="description" content="Learn about the advantages of becoming a Nitro Partner and learn how we can help grow your business - together."> <meta name="generator" content="HubSpot"></head><body><div id="hs_cos_wrapper_page_overrides" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> <!-- Start VWO Async SmartCode --> <link rel="preconnect" href="https://dev.visualwebsiteoptimizer.com"> <script type="text/javascript" id="vwoCode"> window._vwo_code || (function() { var account_id=472626, version=2.1, settings_tolerance=2000, hide_element='body', hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;transition:none !important;', /* DO NOT EDIT BELOW THIS LINE */ f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=c&&typeof c==='object'?c:{}}catch(e){}var stT=cc.stT==='session'?w.sessionStorage:w.localStorage;code={nonce:v&&v.nonce,use_existing_jquery:function(){return typeof use_existing_jquery!=='undefined'?use_existing_jquery:undefined},library_tolerance:function(){return typeof library_tolerance!=='undefined'?library_tolerance:undefined},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){if(performance.getEntriesByName('first-contentful-paint')[0]){return''}return typeof cc.hE==='string'?cc.hE:hide_element},getVersion:function(){return version},finish:function(e){if(!f){f=true;var t=d.getElementById('_vis_opt_path_hides');if(t)t.parentNode.removeChild(t);if(e)(new Image).src='https://dev.visualwebsiteoptimizer.com/ee.gif?a='+account_id+e}},finished:function(){return f},addScript:function(e){var t=d.createElement('script');t.type='text/javascript';if(e.src){t.src=e.src}else{t.text=e.text}v&&t.setAttribute('nonce',v.nonce);d.getElementsByTagName('head')[0].appendChild(t)},load:function(e,t){var n=this.getSettings(),i=d.createElement('script'),r=this;t=t||{};if(n){i.textContent=n;d.getElementsByTagName('head')[0].appendChild(i);if(!w.VWO||VWO.caE){stT.removeItem(cK);r.load(e)}}else{var o=new XMLHttpRequest;o.open('GET',e,true);o.withCredentials=!t.dSC;o.responseType=t.responseType||'text';o.onload=function(){if(t.onloadCb){return t.onloadCb(o,e)}if(o.status===200||o.status===304){_vwo_code.addScript({text:o.responseText})}else{_vwo_code.finish('&e=loading_failure:'+e)}};o.onerror=function(){if(t.onerrorCb){return t.onerrorCb(e)}_vwo_code.finish('&e=loading_failure:'+e)};o.send()}},getSettings:function(){try{var e=stT.getItem(cK);if(!e){return}e=JSON.parse(e);if(Date.now()>e.e){stT.removeItem(cK);return}return e.s}catch(e){return}},init:function(){if(d.URL.indexOf('__vwo_disable__')>-1)return;var e=this.settings_tolerance();w._vwo_settings_timer=setTimeout(function(){_vwo_code.finish();stT.removeItem(cK)},e);var t;if(this.hide_element()!=='body'){t=d.createElement('style');var n=this.hide_element(),i=n?n+this.hide_element_style():'',r=d.getElementsByTagName('head')[0];t.setAttribute('id','_vis_opt_path_hides');v&&t.setAttribute('nonce',v.nonce);t.setAttribute('type','text/css');if(t.styleSheet)t.styleSheet.cssText=i;else t.appendChild(d.createTextNode(i));r.appendChild(t)}else{t=d.getElementsByTagName('head')[0];var i=d.createElement('div');i.style.cssText='z-index: 2147483647 !important;position: fixed !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 100% !important;background: white !important;display: block !important;';i.setAttribute('id','_vis_opt_path_hides');i.classList.add('_vis_hide_layer');t.parentNode.insertBefore(i,t.nextSibling)}var o=window._vis_opt_url||d.URL,s='https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(o)+'&vn='+version;if(w.location.search.indexOf('_vwo_xhr')!==-1){this.addScript({src:s})}else{this.load(s+'&x=true')}}};w._vwo_code=code;code.init();})(); </script> <!-- End VWO Async SmartCode --> <!-- OneTrust Cookies Consent Notice start for gonitro.com --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="918d0ecd-e3b2-45fd-a5aa-5ebc3ffddd9b"></script> <script type="text/javascript"> // Function to add a consent change listener function addConsentChangeListener(cookieCategory, addConsentCallback, removeConsentCallback) { document.addEventListener('consentChanged', function(event) { const eventDetail = event.detail || []; if (eventDetail.includes(cookieCategory)) { addConsentCallback(); } else { removeConsentCallback(); } }); } function _isOneTrustConsentBoxClosed() { return typeof OneTrust.IsAlertBoxClosed === 'function' && OneTrust.IsAlertBoxClosed(); } function _removeCookies(cookiesArray) { // Loop over the cookies and remove them for (let i = 0; i < cookiesArray.length; i++) { _setCookie(cookiesArray[i], '', -1); } } function _setCookie(name, value, days) { let expires = ''; if (days) { const date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires = '; expires=' + date.toUTCString(); } const cookieDomainName = 'gonitro.com'; const cookieString = name + '=' + (value || '') + expires + '; domain=.' + cookieDomainName + '; path=/'; document.cookie = cookieString; } // Make the function globally available window._isOneTrustConsentBoxClosed = _isOneTrustConsentBoxClosed; window.addConsentChangeListener = addConsentChangeListener; window._removeCookies = _removeCookies; window._setCookie = _setCookie; function OptanonWrapper() { // Dispatch custom event for initial load if (typeof OptanonActiveGroups !== 'undefined') { const cookieGroupsLoaded = new CustomEvent('consentChanged', { detail: OptanonActiveGroups }); document.dispatchEvent(cookieGroupsLoaded); } OneTrust.OnConsentChanged((event) => { const eventDetail = event.detail || []; // Dispatch custom event for consent changes const consentChangeEvent = new CustomEvent('consentChanged', { detail: eventDetail }); document.dispatchEvent(consentChangeEvent); }); } </script> <!-- OneTrust Cookies Consent Notice end for gonitro.com --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WVZNLW');</script> <!-- End Google Tag Manager --> <script> "use strict"; (function (c, d, r, o) { "use strict"; const u = o.endpoint || "https://api.gonitro.com/v1/events", g = o.headers || {}; let n = o.domain || ""; const s = "nitro-session-id", i = "nitro-global-user-id"; console.log('INIT NITRO:'); function l() { const e = sessionStorage.getItem(s); if (e) return e; const t = crypto.randomUUID(); return sessionStorage.setItem(s, t), t; } function m() { const e = document.cookie.match(new RegExp("(^| )" + i + "=([^;]+)")); let t = ""; return ( e ? (t = e[2]) : (t = crypto.randomUUID()), n || (document.domain.includes("gonitro.com") ? (n = ".gonitro.com") : (n = ".gonitrodev.com")), (document.cookie = i + "=" + t + ";Max-Age=1704085200;domain=" + n + ";path=/"), t ); } function p(e) { const { eventName: t, eventContext: h, requestID: I = "", eventState: w = 0, productName: y, productVersion: N, ...E } = e; return { events: [ { eventName: t, eventContext: h, eventState: w, requestId: I, sessionId: v, detail: { "@type": "type.googleapis.com/nitro.protobuf.appevent.shared.BrowserEvent", globalUserId: a, page: { location: window.location.pathname, referer: document.referrer, }, browser: { language: navigator.language, userAgent: navigator.userAgent, screen: { width: screen.width, height: screen.height }, }, extras: JSON.stringify(E), }, }, ], source: { product: y || c, productVersion: N || d }, }; } function f(e) { return fetch(u, { keepalive: !0, method: "POST", headers: Object.assign(g, { "Content-Type": "application/json" }), body: JSON.stringify(e), }); } const v = l(), a = m(); (r.sendEvent = function (e) { if (!(!e.eventName || !e.eventContext)) return f(p(e)); }), (r.getGlobalUserID = function () { return a; }); })( 'nitro-main-website', '', (window.NitroAnalytics = window.NitroAnalytics || {}), {}); class NitroAnalyticsService { static init() { NitroAnalyticsService.addEventListenersToButtons(); NitroAnalyticsService.sendPageLoadEvent(); NitroAnalyticsService.appendParamsToCBUrls(); } static retrieveUtmParams() { const utmParams = {}; const allParams = new URLSearchParams(document.location.search); for (const pair of allParams) { if (pair[0].startsWith('utm_')) { utmParams[pair[0]] = pair[1]; } } return utmParams; } static handleClickEvent(e) { if (!NitroAnalytics) { return; } e.preventDefault(); const eventName = this.getAttribute('data-analytics-event'); const eventContext = this.getAttribute('data-analytics-context'); const eventData = this.getAttribute('data-analytics-data'); const obj = NitroAnalyticsService.buildEventObject(eventName, eventContext, eventData); NitroAnalytics.sendEvent(obj).finally(() => { const target = e.target.closest('a'); document.location.href = target.href; }); } static buildEventObject(eventName, eventContext, eventData) { const utmParams = NitroAnalyticsService.retrieveUtmParams(); const url = document.location.href; const GA_id = 'G-1GWYE8ZM4X'; let eventJSON = {}; try { eventJSON = JSON.parse(eventData.replace('"', '"')); } catch {} return { eventContext, eventName, eventState: 2, url, GA_id, ...eventJSON, ...utmParams }; } static addEventListenersToButtons() { document.querySelectorAll('a[data-analytics-event][data-analytics-context]:not([na-listener="true"]').forEach((el) => { el.setAttribute('na-listener', 'true'); el.addEventListener('click', NitroAnalyticsService.handleClickEvent); }); } static appendParamsToCBUrls() { document.querySelectorAll('a[href*="store.gonitro.com"').forEach((el) => { const url = new URL(el.href); const extraParams = { 'x-nitro-global-user-id': NitroAnalytics.getGlobalUserID(), 'x-ga-id': 'G-1GWYE8ZM4X' } for (const [key, value] of Object.entries(extraParams)) { if (!url.searchParams.has(key)) { url.searchParams.append(key, value); } } el.href = url; }); } static sendPageLoadEvent() { const eventName = document.body.getAttribute('data-analytics-event'); const eventContext = document.body.getAttribute('data-analytics-context'); const eventData = document.body.getAttribute('data-analytics-data'); const obj = NitroAnalyticsService.buildEventObject(eventName, eventContext, eventData); if (eventName && eventContext) { NitroAnalytics.sendEvent(obj); } } } function nitroAnalyticsPageLoadEvent() { NitroAnalyticsService.init(); } // Check if DOMContentLoaded has already fired if (document.readyState === 'loading') { // The document is still loading, add the event listener document.addEventListener('DOMContentLoaded', nitroAnalyticsPageLoadEvent); console.log('DOMContentLoaded'); } else { // The document has already loaded, call the function directly nitroAnalyticsPageLoadEvent(); console.log('nitroAnalyticsPageLoadEvent'); } </script> <!-- Start Onetrust Allow/Disallow Hubspot Tracking --> <script type="text/javascript"> var _hsq = window._hsq = window._hsq || []; function consentHubspotTracking() { console.log('HS //enable tracking for user'); _hsq.push(['doNotTrack', {track: true}]); //enable tracking for user } function removeHubspotConsent() { console.log('HS DISABLE'); _hsq.push(['doNotTrack']); //turn off tracking for the user const cookiesToBeRemoved = ['__hstc', 'hubspotutk', '__hssc', '__hssrc'] _removeCookies(cookiesToBeRemoved); } // Listen for the custom consentChanged event addConsentChangeListener('C0004', consentHubspotTracking, removeHubspotConsent); </script> <!-- End Onetrust Allow/Disallow Hubspot Tracking --> <script> (function(w,q){w['QualifiedObject']=q;w[q]=w[q]||function(){ (w[q].q=w[q].q||[]).push(arguments)};})(window,'qualified') </script> <script async src="https://js.qualified.com/qualified.js?token=59TuFDNbZNYn3waE"></script> <!-- End Qualified --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="stylesheet" as="style" href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" media="print" onload="this.media='all'"> <noscript> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"> </noscript> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:description" content="Learn about the advantages of becoming a Nitro Partner and learn how we can help grow your business - together."> <meta property="og:title" content="Reseller, Distribution & Affiliate Partners | Nitro Software"> <meta name="twitter:description" content="Learn about the advantages of becoming a Nitro Partner and learn how we can help grow your business - together."> <meta name="twitter:title" content="Reseller, Distribution & Affiliate Partners | Nitro Software"> <style> a.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px} </style> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/179926198037/1739871711357/template_main.min.css"> <link class="hs-async-css" rel="preload" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/179926198038/1734104270387/template_micromodal.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/179926198038/1734104270387/template_micromodal.min.css"></noscript> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/179926092448/1738345011414/module_mega-menu.min.css"> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/180083839543/1737734983494/module_language-switcher.min.css"> <style> #hs_cos_wrapper_language .hs-language-switcher { text-align:center; } #hs_cos_wrapper_language .hs-language-switcher__button {} #hs_cos_wrapper_language .hs-language-switcher__current-language {} #hs_cos_wrapper_language .hs-language-switcher__inner-wrapper { margin-top:0px; margin-bottom:0px; } #hs_cos_wrapper_language .hs-language-switcher__button:hover, #hs_cos_wrapper_language .hs-language-switcher.menu-open .hs-language-switcher__button {} #hs_cos_wrapper_language .hs-language-switcher__icon--custom { width:22px; max-width:40px; height:auto; margin-right:15px; } @media screen and (max-width:767px) { #hs_cos_wrapper_language .hs-language-switcher__icon--custom { margin-right:0; } } #hs_cos_wrapper_language .hs-language-switcher__icon { display:flex; height:auto; width:22px; fill:rgba(0,0,0,1.0); margin-right:15px; } #hs_cos_wrapper_language .hs-language-switcher__icon>svg { width:22px; height:auto; } #hs_cos_wrapper_language .hs-language-switcher__inner-wrapper:hover .hs-language-switcher__icon, #hs_cos_wrapper_language .hs-language-switcher.menu-open .hs-language-switcher__icon {} @media screen and (max-width:767px) { #hs_cos_wrapper_language .hs-language-switcher__current-language { display:none; } #hs_cos_wrapper_language .hs-language-switcher__icon { display:flex; margin-right:0; } #hs_cos_wrapper_language .hs-language-switcher__menu.hs--align-left { left:0; right:initial; transform:translateX(0); } #hs_cos_wrapper_language .hs-language-switcher__menu.hs--align-right { left:initial; right:0; transform:translateX(0); } #hs_cos_wrapper_language .hs-language-switcher__menu.hs--align-center { left:50%; right:initial; transform:translateX(-50%); } } #hs_cos_wrapper_language .hs-language-switcher__menu { border:1px solid #000000; left:0; } #hs_cos_wrapper_language .hs-language-switcher__item {} #hs_cos_wrapper_language .hs-language-switcher__item a { text-align:left; } #hs_cos_wrapper_language .hs-language-switcher__item:focus, #hs_cos_wrapper_language .hs-language-switcher__item.active, #hs_cos_wrapper_language .hs-language-switcher__menu.mousemove .hs-language-switcher__item:hover {} #hs_cos_wrapper_language .hs-language-switcher__item:focus a, #hs_cos_wrapper_language .hs-language-switcher__item.active a, #hs_cos_wrapper_language .hs-language-switcher__menu.mousemove .hs-language-switcher__item:hover a {} @media (max-width:450px) { #hs_cos_wrapper_language .hs-language-switcher__menu { width:280px; max-width:280px; } #hs_cos_wrapper_language .hs-language-switcher__item a { white-space:normal; } } </style> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hub/45424130/hub_generated/module_assets/183027611463/1732121878404/module_183027611463_buttons-bar.min.css"> <style> #hs_cos_wrapper_dnd_area-module-1 .buttons-bar { justify-content:RIGHT; } </style> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/181184499290/1738180566325/module_hero.min.css"> <style> #hs_cos_wrapper_dnd_area-module-3 .angle-divider { position:absolute; z-index:-1; top:100%; left:0; transform:translateY(-60%); width:100%; } </style> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/181347814721/1736522907283/module_content-media-1.min.css"> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hub/45424130/hub_generated/module_assets/182117818788/1733768939822/module_182117818788_testimonial.min.css"> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hub/45424130/hub_generated/module_assets/180940957580/1732063334547/module_180940957580_logo-carousel.min.css"> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hub/45424130/hub_generated/module_assets/181314425360/1730726057685/module_181314425360_content-header.min.css"> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hub/45424130/hub_generated/module_assets/182818646072/1732062245799/module_182818646072_stats-1.min.css"> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hub/45424130/hub_generated/module_assets/181022216238/1731960796213/module_181022216238_buttons.min.css"> <style> #hs_cos_wrapper_dnd_area-module-15 .buttons { justify-content:CENTER; } </style> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/182117988611/1736861353472/module_cards.min.css"> <style> #hs_cos_wrapper_dnd_area-module-19 .angle-divider { position:absolute; z-index:-1; top:100%; left:0; transform:translateY(-50%); width:100%; } </style> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/179926198028/1736872481461/template_flickity.min.css"> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/181929792575/1737654165050/module_resources-alt.min.css"> <style> #hs_cos_wrapper_dnd_area-module-59 .angle-divider { position:absolute; z-index:-1; top:100%; left:0; transform:translateY(-50%); width:100%; } </style> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hub/45424130/hub_generated/module_assets/179931882809/1731339571967/module_179931882809_social-links.min.css"> <style> #hs_cos_wrapper_footer_button .buttons {} </style> <link rel="stylesheet" href="https://www.gonitro.com/hs-fs/hub/45424130/hub_generated/module_assets/179991233052/1731417981747/module_179991233052_footer-menu.min.css"> <!-- Editor Styles --> <style id="hs_editor_style" type="text/css"> .dnd_area-row-1-force-full-width-section > .row-fluid { max-width: none !important; } .dnd_area-row-2-force-full-width-section > .row-fluid { max-width: none !important; } .dnd_area-row-5-force-full-width-section > .row-fluid { max-width: none !important; } .dnd_area-row-7-max-width-section-centering > .row-fluid { max-width: 980px !important; margin-left: auto !important; margin-right: auto !important; } .dnd_area-row-9-force-full-width-section > .row-fluid { max-width: none !important; } .dnd_area-row-13-force-full-width-section > .row-fluid { max-width: none !important; } .dnd_area-module-33-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .dnd_area-module-33-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } .dnd_area-module-31-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .dnd_area-module-31-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } .dnd_area-module-29-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .dnd_area-module-29-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } .dnd_area-module-27-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .dnd_area-module-27-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } .dnd_area-module-25-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .dnd_area-module-25-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } .dnd_area-module-23-flexbox-positioning { display: -ms-flexbox !important; -ms-flex-direction: column !important; -ms-flex-align: center !important; -ms-flex-pack: start; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start; } .dnd_area-module-23-flexbox-positioning > div { max-width: 100%; flex-shrink: 0 !important; } /* HubSpot Styles (default) */ .dnd_area-row-0-padding { padding-top: 10px !important; padding-bottom: 10px !important; } .dnd_area-row-0-background-layers { background-image: linear-gradient(rgba(243, 245, 255, 1), rgba(243, 245, 255, 1)) !important; background-position: left top !important; background-size: auto !important; background-repeat: no-repeat !important; } .dnd_area-row-1-padding { padding-top: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; } .dnd_area-row-2-padding { padding-top: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; } .dnd_area-row-3-padding { padding-top: 0px !important; } .dnd_area-row-4-padding { padding-top: 50px !important; padding-bottom: 100px !important; } .dnd_area-row-5-padding { padding-top: 50px !important; padding-bottom: 50px !important; padding-left: 0px !important; padding-right: 0px !important; } .dnd_area-row-5-background-layers { background-image: linear-gradient(to bottom, rgba(243, 245, 255, 1), rgba(255, 255, 255, 1)) !important; background-position: left top !important; background-size: auto !important; background-repeat: no-repeat !important; } .dnd_area-row-7-background-layers { background-image: linear-gradient(rgba(252, 232, 230, 1), rgba(252, 232, 230, 1)) !important; background-position: left top !important; background-size: auto !important; background-repeat: no-repeat !important; } .dnd_area-row-9-padding { padding-top: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; } .dnd_area-row-10-padding { padding-top: 50px !important; } .dnd_area-row-11-hidden { display: none !important; } .dnd_area-row-12-padding { padding-top: 0px !important; padding-bottom: 0px !important; } .dnd_area-row-13-padding { padding-top: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; } .dnd_area-row-14-padding { padding-top: 0px !important; } .cell_1737133644424-row-1-margin { margin-bottom: 20px !important; } .dnd_area-column-13-row-0-margin { margin-bottom: 20px !important; } .dnd_area-column-16-row-1-margin { margin-bottom: 50px !important; } .dnd_area-column-20-row-0-margin { margin-bottom: 50px !important; } .dnd_area-column-32-row-0-margin { margin-bottom: 0px !important; } .dnd_area-column-30-row-0-margin { margin-bottom: 0px !important; } .dnd_area-column-28-row-0-margin { margin-bottom: 0px !important; } .dnd_area-column-26-row-0-margin { margin-bottom: 0px !important; } .dnd_area-column-24-row-0-margin { margin-bottom: 0px !important; } .dnd_area-column-22-row-0-margin { margin-bottom: 0px !important; } /* HubSpot Styles (mobile) */ @media (max-width: 767px) { .dnd_area-column-32-row-0-margin { margin-bottom: 40px !important; } .dnd_area-column-30-row-0-margin { margin-bottom: 40px !important; } .dnd_area-column-28-row-0-margin { margin-bottom: 40px !important; } .dnd_area-column-26-row-0-margin { margin-bottom: 40px !important; } .dnd_area-column-24-row-0-margin { margin-bottom: 40px !important; } .dnd_area-column-22-row-0-margin { margin-bottom: 40px !important; } } </style> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/179931882838/1734104264182/template_micromodal.min.js"></script> <link rel="canonical" href="https://www.gonitro.com/partners"> <style> .kb-body-wrapper label.hs-search-field__label { font-family: "DM Sans", sans-serif; text-align: center; margin-bottom: 2rem; } .kb-body-wrapper .hs-search-field__bar>form>.hs-search-field__input { border-radius: 8px; margin-right: 8px; } .kb-body-wrapper button.hs-search-field__button { border-radius: 8px; } </style> <meta property="og:image" content="https://www.gonitro.com/hubfs/EN%20-%20Featured%20Images%20-%20Partners%20-%201200x628.png"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="628"> <meta name="twitter:image" content="https://www.gonitro.com/hubfs/EN%20-%20Featured%20Images%20-%20Partners%20-%201200x628.png"> <meta property="og:url" content="https://www.gonitro.com/partners"> <meta name="twitter:card" content="summary_large_image"> <meta http-equiv="content-language" content="en"> <link rel="alternate" hreflang="de" href="https://www.gonitro.com/de/partners"> <link rel="alternate" hreflang="en" href="https://www.gonitro.com/partners"> <link rel="alternate" hreflang="es" href="https://www.gonitro.com/es/partners"> <link rel="alternate" hreflang="fr" href="https://www.gonitro.com/fr/partners"> <link rel="alternate" hreflang="it" href="https://www.gonitro.com/it/partners"> <link rel="alternate" hreflang="nl" href="https://www.gonitro.com/nl/partners"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WVZNLW" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="body-wrapper hs-content-id-183223871560 hs-site-page page "> <div data-global-resource-path="Nitro_2025/templates/partials/header.html"><header class="header"> <a href="#main-content" class="header__skip">Skip to content</a> <div class="header__container"> <div class="content-wrapper content-wrapper--wide"> <div class="header__inner"> <div class="header__logo"> <div id="hs_cos_wrapper_site_logo" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_site_logo_hs_logo_widget" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="logo"><a href="https://www.gonitro.com/?hsLang=en" id="hs-link-site_logo_hs_logo_widget" style="border-width:0px;border:0px;"><img src="https://www.gonitro.com/hubfs/Nitro_2025/logo-dark.svg" class="hs-image-widget " height="55" style="height: auto;width:80px;border-width:0px;border:0px;" width="80" alt="Click to return to Nitro homepage" title="Click to return to Nitro homepage"></a></span> </div> </div> <div class="header__navigation"> <div id="hs_cos_wrapper_mega_menu" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <button class="mega-menu__toggle" aria-label="Menu Toggle"> <span></span> <span></span> <span></span> <span></span> </button> <div class="mega-menu"> <ul class="mega-menu__list"> <li class="mega-menu__item"> <a href="?hsLang=en" class="mega-menu__link mega-menu__link--has-children"> <span>Products</span> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M2.35 5.375a.75.75 0 0 0 1.3 0l2.165-3.75A.75.75 0 0 0 5.165.5H.835a.75.75 0 0 0-.65 1.125l2.165 3.75Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown mega-menu__dropdown--advanced"> <a href="#" class="mega-menu__dropdown-back"> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M1.125 2.35a.75.75 0 0 0 0 1.3l3.75 2.165A.75.75 0 0 0 6 5.165V.835a.75.75 0 0 0-1.125-.65L1.125 2.35Z" fill="#484A61" /></svg> <span>Products</span> </a> <div class="mega-menu__dropdown-inner"> <div class="mega-menu__dropdown-column mega-menu__dropdown-column--icons"> <div class="mega-menu__dropdown-link-groups"> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Products</div> <ul class="mega-menu__dropdown-list mega-menu__dropdown-list--icons"> <li class="mega-menu__dropdown-item mega-menu__dropdown-item--icon"> <img src="https://www.gonitro.com/hubfs/Icons/Icon-48px-Reporting.svg" alt="Icon-48px-Reporting" class="mega-menu__dropdown-icon" loading="lazy" width="44" height="48"> <div> <a href="https://www.gonitro.com/pdf?hsLang=en" class="mega-menu__dropdown-link"> <span>Nitro PDF</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown-description">Edit, convert, secure, and sign PDF with annotation, OCR, and more. Compatible with Mac, Windows, and iOS. Try free for 14 days.</div> </div> </li> <li class="mega-menu__dropdown-item mega-menu__dropdown-item--icon"> <img src="https://www.gonitro.com/hubfs/Website/_Icons/Icon-48px-Smart%20signing.svg" alt="icon of a signed document" class="mega-menu__dropdown-icon" loading="lazy" width="48" height="48"> <div> <a href="https://www.gonitro.com/sign?hsLang=en" class="mega-menu__dropdown-link"> <span>Nitro Sign</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown-description">Automate your workflows, enhance productivity, and protect essential documents. Global and regional eSigning available.</div> </div> </li> <li class="mega-menu__dropdown-item mega-menu__dropdown-item--icon"> <img src="https://www.gonitro.com/hubfs/Icons/Icon-48px-Trust.svg" alt="Icon-48px-Trust" class="mega-menu__dropdown-icon" loading="lazy" width="48" height="48"> <div> <a href="https://www.gonitro.com/identity-verification?hsLang=en" class="mega-menu__dropdown-link"> <span>Nitro Identity</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown-description">Identify and authenticate your users in seconds for fast, secure transactions. Enable any electronic ID or mobile ID on demand.</div> </div> </li> </ul> </div> </div> <div class="mega-menu__dropdown-buttons"> <a href="https://www.gonitro.com/pricing?hsLang=en" class="button button--primary button--small mega-menu__dropdown-button"> Compare Plans & Pricing </a> <a href="https://www.gonitro.com/demo-request/general?hsLang=en" class="button button--tertiary button--small mega-menu__dropdown-button"> Request a Live Demo </a> </div> </div> <div class="mega-menu__dropdown-column mega-menu__dropdown-column--default"> <div class="mega-menu__dropdown-link-groups"> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Products by Segment</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/enterprise-mid-market?hsLang=en" class="mega-menu__dropdown-link"> <span>Enterprise & Mid-Market</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/segment/small-business?hsLang=en" class="mega-menu__dropdown-link"> <span>Small Business</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/segment/individual-professionals?hsLang=en" class="mega-menu__dropdown-link"> <span>Individual Professionals</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/segment/students-and-teachers?hsLang=en" class="mega-menu__dropdown-link"> <span>Students & Teachers</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/segment/home-and-personal-use?hsLang=en" class="mega-menu__dropdown-link"> <span>Home & Personal Use</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> </ul> </div> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Features & Capabilities</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/integrations?hsLang=en" class="mega-menu__dropdown-link"> <span>Integrations & API Connectivity</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/security-compliance?hsLang=en" class="mega-menu__dropdown-link"> <span>Security & Compliance</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/nitro-ai?hsLang=en" class="mega-menu__dropdown-link"> <span>AI & Automation Tools</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> </ul> </div> </div> </div> <div class="mega-menu__dropdown-column--cta"> <a href="https://www.gonitro.com/blog/implement-document-automation-in-5-steps?hsLang=en" class="mega-menu__dropdown-cta"> <img src="https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=2000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg" alt="business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc" class="mega-menu__dropdown-cta-image" loading="lazy" width="2000" style="max-width: 100%; height: auto;" srcset="https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=1000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg 1000w, https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=2000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg 2000w, https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=3000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg 3000w, https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=4000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg 4000w, https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=5000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg 5000w, https://www.gonitro.com/hs-fs/hubfs/Website/_Photos/business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg?width=6000&name=business-woman-tablet-and-office-for-connection-2024-12-14-04-51-42-utc.jpg 6000w" sizes="(max-width: 2000px) 100vw, 2000px"> <div class="mega-menu__dropdown-cta-overline">Featured Resource</div> <div class="mega-menu__dropdown-cta-title"> <span>5 Easy Steps to Documentation Automation</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="var(--primary-color)"></path></svg> </div> <div class="mega-menu__dropdown-cta-description">Learn how to harness Nitro's AI tools to automate your document workflows. </div> </a> </div> </div> </div> </li> <li class="mega-menu__item"> <a href="?hsLang=en" class="mega-menu__link mega-menu__link--has-children"> <span>Industries</span> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M2.35 5.375a.75.75 0 0 0 1.3 0l2.165-3.75A.75.75 0 0 0 5.165.5H.835a.75.75 0 0 0-.65 1.125l2.165 3.75Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown mega-menu__dropdown--simple"> <a href="#" class="mega-menu__dropdown-back"> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M1.125 2.35a.75.75 0 0 0 0 1.3l3.75 2.165A.75.75 0 0 0 6 5.165V.835a.75.75 0 0 0-1.125-.65L1.125 2.35Z" fill="#484A61" /></svg> <span>Industries</span> </a> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/real-estate?hsLang=en" class="mega-menu__dropdown-link"> <span>Real Estate</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/healthcare?hsLang=en" class="mega-menu__dropdown-link"> <span>Healthcare</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/manufacturing?hsLang=en" class="mega-menu__dropdown-link"> <span>Manufacturing</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/energy?hsLang=en" class="mega-menu__dropdown-link"> <span>Energy</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/finance-and-accounting?hsLang=en" class="mega-menu__dropdown-link"> <span>Finance & Accounting</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/professional-services?hsLang=en" class="mega-menu__dropdown-link"> <span>Professional Services</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/education?hsLang=en" class="mega-menu__dropdown-link"> <span>Education</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/insurance?hsLang=en" class="mega-menu__dropdown-link"> <span>Insurance</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/solutions/industries/government?hsLang=en" class="mega-menu__dropdown-link"> <span>Government</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> </ul> </div> </li> <li class="mega-menu__item"> <a href="?hsLang=en" class="mega-menu__link mega-menu__link--has-children"> <span>Resources</span> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M2.35 5.375a.75.75 0 0 0 1.3 0l2.165-3.75A.75.75 0 0 0 5.165.5H.835a.75.75 0 0 0-.65 1.125l2.165 3.75Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown mega-menu__dropdown--advanced"> <a href="#" class="mega-menu__dropdown-back"> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M1.125 2.35a.75.75 0 0 0 0 1.3l3.75 2.165A.75.75 0 0 0 6 5.165V.835a.75.75 0 0 0-1.125-.65L1.125 2.35Z" fill="#484A61" /></svg> <span>Resources</span> </a> <div class="mega-menu__dropdown-inner"> <div class="mega-menu__dropdown-column mega-menu__dropdown-column--default"> <div class="mega-menu__dropdown-link-groups"> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Popular Topics</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/resources/ai-automation?hsLang=en" class="mega-menu__dropdown-link"> <span>AI & Automation</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/resources/analytics-and-roi?hsLang=en" class="mega-menu__dropdown-link"> <span>Analytics & ROI</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/resources/digital-transformation?hsLang=en" class="mega-menu__dropdown-link"> <span>Digital Transformation</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/resources/document-efficiency?hsLang=en" class="mega-menu__dropdown-link"> <span>Document Efficiency</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/resources/security-compliance?hsLang=en" class="mega-menu__dropdown-link"> <span>Security & Compliance</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/resources/sustainability?hsLang=en" class="mega-menu__dropdown-link"> <span>Sustainability</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> </ul> </div> </div> </div> <div class="mega-menu__dropdown-column mega-menu__dropdown-column--default"> <div class="mega-menu__dropdown-link-groups"> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Popular Resources</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <div> <a href="/resources?type=ebook&hsLang=en" class="mega-menu__dropdown-link"> <span>eBooks</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="/resources?type=webinar&hsLang=en" class="mega-menu__dropdown-link"> <span>On-Demand Webinars</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="/resources?type=video&hsLang=en" class="mega-menu__dropdown-link"> <span>Videos</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="/resources?type=customer_case_study&hsLang=en" class="mega-menu__dropdown-link"> <span>Customer Case Studies</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="/resources?type=pdf_template&hsLang=en" class="mega-menu__dropdown-link"> <span>PDF Templates</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/sign/legality-guide?hsLang=en" class="mega-menu__dropdown-link"> <span>eSignature Legality Guides</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/frequently-asked-questions?hsLang=en" class="mega-menu__dropdown-link"> <span>FAQs About Nitro Products & Solutions</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> </ul> </div> </div> </div> <div class="mega-menu__dropdown-column mega-menu__dropdown-column--default"> <div class="mega-menu__dropdown-link-groups"> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Education & Insights Library</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/blog?hsLang=en" class="mega-menu__dropdown-link"> <span>Nitro Blog</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/resources?hsLang=en" class="mega-menu__dropdown-link"> <span>Resources Library</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> <li class="mega-menu__dropdown-item"> <div> <a href="https://www.gonitro.com/security-compliance?hsLang=en" class="mega-menu__dropdown-link"> <span>Security & Trust Center</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </div> </li> </ul> </div> </div> </div> <div class="mega-menu__dropdown-column--cta"> <a href="https://www.gonitro.com/blog/introducing-nitro-workspace?hsLang=en" class="mega-menu__dropdown-cta"> <img src="https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=1600&height=1200&name=blog-header-workspace.png" alt="Nitro Workspace screenshot" class="mega-menu__dropdown-cta-image" loading="lazy" width="1600" height="1200" srcset="https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=800&height=600&name=blog-header-workspace.png 800w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=1600&height=1200&name=blog-header-workspace.png 1600w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=2400&height=1800&name=blog-header-workspace.png 2400w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=3200&height=2400&name=blog-header-workspace.png 3200w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=4000&height=3000&name=blog-header-workspace.png 4000w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=4800&height=3600&name=blog-header-workspace.png 4800w" sizes="(max-width: 1600px) 100vw, 1600px"> <div class="mega-menu__dropdown-cta-overline">Featured Resource</div> <div class="mega-menu__dropdown-cta-title"> <span>Introducing Nitro Workspace!</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="var(--primary-color)"></path></svg> </div> <div class="mega-menu__dropdown-cta-description">Learn about Nitro's centralized hub for all your PDF and eSign tools. </div> </a> </div> </div> </div> </li> <li class="mega-menu__item"> <a href="https://www.gonitro.com/pricing?hsLang=en" class="mega-menu__link"> <span>Plans & Pricing</span> </a> </li> <li class="mega-menu__item"> <a href="?hsLang=en" class="mega-menu__link mega-menu__link--has-children"> <span>Partners</span> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M2.35 5.375a.75.75 0 0 0 1.3 0l2.165-3.75A.75.75 0 0 0 5.165.5H.835a.75.75 0 0 0-.65 1.125l2.165 3.75Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown mega-menu__dropdown--simple"> <a href="#" class="mega-menu__dropdown-back"> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M1.125 2.35a.75.75 0 0 0 0 1.3l3.75 2.165A.75.75 0 0 0 6 5.165V.835a.75.75 0 0 0-1.125-.65L1.125 2.35Z" fill="#484A61" /></svg> <span>Partners</span> </a> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/partners" class="mega-menu__dropdown-link"> <span>Reseller, Distribution & Affiliate Partners</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/partners/all-partners?hsLang=en" class="mega-menu__dropdown-link"> <span>Partner Directory</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/partners/become-a-partner?hsLang=en" class="mega-menu__dropdown-link"> <span>Become a Partner</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://partnerportal.gonitro.com/" class="mega-menu__dropdown-link"> <span>Partner Portal Log In</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://partnerportal.gonitro.com/" class="mega-menu__dropdown-link"> <span>Partner Portal Registration</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> </ul> </div> </li> </ul> <div class="mega-menu__buttons"> <a href="https://www.gonitro.com/contact-sales/pro/business?hsLang=en" class="button button--tertiary button--small mega-menu__button"> Contact Sales </a> <a href="https://sso.gonitro.com/signup" class="button button--tertiary button--small mega-menu__button"> Free Trial </a> <a href="https://www.gonitro.com/pricing?hsLang=en" class="button button--primary button--small mega-menu__button"> Buy Now </a> </div> <ul class="mega-menu__list"> <li class="mega-menu__item"> <a href="https://sso.gonitro.com/login" class="mega-menu__link mega-menu__link--icon"> <span id="hs_cos_wrapper_mega_menu_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-hidden="true"><g id="User1_layer"><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z" /></g></svg></span> <span>Log In</span> </a> </li> <li class="mega-menu__item"> <a href="?hsLang=en" class="mega-menu__link mega-menu__link--has-children"> <span>Help & Support</span> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M2.35 5.375a.75.75 0 0 0 1.3 0l2.165-3.75A.75.75 0 0 0 5.165.5H.835a.75.75 0 0 0-.65 1.125l2.165 3.75Z" fill="currentColor" /></svg> </a> <div class="mega-menu__dropdown mega-menu__dropdown--advanced"> <a href="#" class="mega-menu__dropdown-back"> <svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path d="M1.125 2.35a.75.75 0 0 0 0 1.3l3.75 2.165A.75.75 0 0 0 6 5.165V.835a.75.75 0 0 0-1.125-.65L1.125 2.35Z" fill="#484A61" /></svg> <span>Help & Support</span> </a> <div class="mega-menu__dropdown-inner"> <div class="mega-menu__dropdown-column--cta"> <a href="https://www.gonitro.com/blog/introducing-nitro-workspace?hsLang=en" class="mega-menu__dropdown-cta"> <img src="https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=1600&height=1200&name=blog-header-workspace.png" alt="blog-header-workspace" class="mega-menu__dropdown-cta-image" loading="lazy" width="1600" height="1200" srcset="https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=800&height=600&name=blog-header-workspace.png 800w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=1600&height=1200&name=blog-header-workspace.png 1600w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=2400&height=1800&name=blog-header-workspace.png 2400w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=3200&height=2400&name=blog-header-workspace.png 3200w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=4000&height=3000&name=blog-header-workspace.png 4000w, https://www.gonitro.com/hs-fs/hubfs/Imported_Blog_Media/blog-header-workspace.png?width=4800&height=3600&name=blog-header-workspace.png 4800w" sizes="(max-width: 1600px) 100vw, 1600px"> <div class="mega-menu__dropdown-cta-title"> <span>Learn about Nitro's centralized hub for all your PDF and eSign tools.</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="var(--primary-color)"></path></svg> </div> </a> </div> <div class="mega-menu__dropdown-column"> <div class="mega-menu__dropdown-link-groups"> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Learn</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <a href="https://kb.gonitro.com/knowledgebase/" target="_blank" rel="noopener" class="mega-menu__dropdown-link"> <span>Knowledge Hub</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://sso.gonitro.com/login" target="_blank" rel="noopener" class="mega-menu__dropdown-link"> <span>Knowledge Hub AI Assistant BETA</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://help.gonitro.com/user-guide" target="_blank" rel="noopener" class="mega-menu__dropdown-link"> <span>User Guides</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://community.gonitro.com/" target="_blank" rel="noopener" class="mega-menu__dropdown-link"> <span>Community Forum</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://gonitro.com/support?hsLang=en" class="mega-menu__dropdown-link"> <span>Customer Support</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> </ul> </div> </div> </div> <div class="mega-menu__dropdown-column"> <div class="mega-menu__dropdown-link-groups"> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Customer Resources</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/nl/security-compliance?hsLang=en" class="mega-menu__dropdown-link"> <span>Security & Trust Center</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> </ul> </div> <div class="mega-menu__dropdown-link-group"> <div class="mega-menu__dropdown-column-header">Software Updates & Downloads</div> <ul class="mega-menu__dropdown-list"> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/documentation/release-notes?hsLang=en" class="mega-menu__dropdown-link"> <span>Release Notes & Security Updates</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> <li class="mega-menu__dropdown-item"> <a href="https://www.gonitro.com/documentation/product-downloads?hsLang=en" class="mega-menu__dropdown-link"> <span>Product Downloads</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M6.5 4.866a1 1 0 0 0 0-1.732L2 .536a1 1 0 0 0-1.5.866v5.196a1 1 0 0 0 1.5.866l4.5-2.598Z" fill="currentColor" /></svg> </a> </li> </ul> </div> </div> </div> </div> </div> </li> </ul> </div></div> </div> <div class="header__language"> <div id="hs_cos_wrapper_language" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-language_switcher" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <nav class="hs-language-switcher" aria-label="Select your language"> <div class="hs-language-switcher__inner-wrapper"> <button class="hs-language-switcher__button button button--text-secondary" aria-label="English" aria-expanded="false"> <span aria-hidden="true" class="hs-language-switcher__label"> <img class="hs-language-switcher__icon--custom" src="https://www.gonitro.com/hubfs/Nitro_2025/globe.svg" alt="globe icon" width="22" height="22"> <span class="hs-language-switcher__current-language">EN</span> </span> </button> <ul class="hs-language-switcher__menu" role="menu"> <li class="hs-language-switcher__item" role="menuitem"> <a lang="de" hreflang="de" href="https://www.gonitro.com/de/partners" data-value="Deutsch">Deutsch</a> </li> <li class="hs-language-switcher__item" role="menuitem"> <a lang="es" hreflang="es" href="https://www.gonitro.com/es/partners" data-value="Español">Español</a> </li> <li class="hs-language-switcher__item" role="menuitem"> <a lang="nl" hreflang="nl" href="https://www.gonitro.com/nl/partners" data-value="Nederlands">Nederlands</a> </li> <li class="hs-language-switcher__item" role="menuitem"> <a lang="fr" hreflang="fr" href="https://www.gonitro.com/fr/partners" data-value="Français">Français</a> </li> <li class="hs-language-switcher__item" role="menuitem"> <a lang="it" hreflang="it" href="https://www.gonitro.com/it/partners" data-value="Italiano">Italiano</a> </li> <li class="hs-language-switcher__item" role="menuitem"> <a lang="en" hreflang="en" href="https://www.gonitro.com/partners" data-value="English">English</a> </li> </ul> </div> </nav> </div> </div> </div> </div> </div> </header></div> <main id="main-content" class="body-container-wrapper"> <div class="container-fluid body-container body-container--story-alt"> <div class="row-fluid-wrapper"> <div class="row-fluid"> <div class="span12 widget-span widget-type-cell " style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-1 dnd_area-row-0-background-color dnd_area-row-0-background-layers dnd-section dnd_area-row-0-padding"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-1" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="buttons-bar"> <div class="buttons-bar__text">Partner Portal</div> <a href="https://partnerportal.gonitro.com/" class="button button--tertiary button--small"> <span>Login</span> </a> <a href="https://partnerportal.gonitro.com/" class="button button--tertiary button--small"> <span>Registration</span> </a> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-2 dnd_area-row-1-padding dnd-section dnd_area-row-1-force-full-width-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-2" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <section class="hero"> <div class="content-wrapper"> <div class="hero__inner hero__inner--default"> <div class="hero__content"> <div class="hero__overline overline">Partnerships</div> <h1 class="hero__heading">Delivering Trusted PDF & Sign Software, Together</h1> <div class="hero__rich-text"><p>Discover the benefits of partnering with Nitro, browse our update partner program, and explore the new partner portal.</p></div> <div class="hero__buttons mt-lg"> <a href="#partner-benefits" class="button button--tertiary hero__button hero__button--before button--icon"> <span>Partner program benefits</span> <span id="hs_cos_wrapper_dnd_area-module-2_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 384 512" aria-hidden="true"><g id="Arrow Down1_layer"><path d="M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z" /></g></svg></span> </a> <a href="https://www.gonitro.com/partners/become-a-partner?hsLang=en" class="button button--primary hero__button hero__button--"> <span>Become a partner</span> </a> </div> </div> <div class="hero__image hero__image--default"> <img src="https://www.gonitro.com/hs-fs/hubfs/Website/_Headers/Header-Photo-Partners.png?width=1200&height=1200&name=Header-Photo-Partners.png" alt="Group of partners having a laugh together" loading="eager" width="1200" height="1200" srcset="https://www.gonitro.com/hs-fs/hubfs/Website/_Headers/Header-Photo-Partners.png?width=600&height=600&name=Header-Photo-Partners.png 600w, https://www.gonitro.com/hs-fs/hubfs/Website/_Headers/Header-Photo-Partners.png?width=1200&height=1200&name=Header-Photo-Partners.png 1200w, https://www.gonitro.com/hs-fs/hubfs/Website/_Headers/Header-Photo-Partners.png?width=1800&height=1800&name=Header-Photo-Partners.png 1800w, https://www.gonitro.com/hs-fs/hubfs/Website/_Headers/Header-Photo-Partners.png?width=2400&height=2400&name=Header-Photo-Partners.png 2400w, https://www.gonitro.com/hs-fs/hubfs/Website/_Headers/Header-Photo-Partners.png?width=3000&height=3000&name=Header-Photo-Partners.png 3000w, https://www.gonitro.com/hs-fs/hubfs/Website/_Headers/Header-Photo-Partners.png?width=3600&height=3600&name=Header-Photo-Partners.png 3600w" sizes="(max-width: 1200px) 100vw, 1200px"> </div> </div> </div> </section></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-3 dnd_area-row-2-force-full-width-section dnd_area-row-2-padding dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-3" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <svg class="angle-divider" viewbox="0 0 1512 1053" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="-391" y="433.014" width="1897.13" height="702" rx="260" transform="rotate(-15 -391 433.014)" fill="url(#a)" /><defs><lineargradient id="a" x1="557.564" y1="433.014" x2="557.564" y2="1135.01" gradientunits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset="1" stop-color="#F3F5FF" /></lineargradient></defs></svg> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-4 dnd-section dnd_area-row-3-padding"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-4" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="content-media-1"> <div class="content-media-1__rows"> <div class="content-media-1__row content-media-1__row--default"> <img src="https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline%20Photo-Partners.png?width=1200&height=1200&name=Inline%20Photo-Partners.png" alt="Business woman happily smiling while chatting with a partner" class="content-media-1__image" loading="lazy" width="1200" height="1200" srcset="https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline%20Photo-Partners.png?width=600&height=600&name=Inline%20Photo-Partners.png 600w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline%20Photo-Partners.png?width=1200&height=1200&name=Inline%20Photo-Partners.png 1200w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline%20Photo-Partners.png?width=1800&height=1800&name=Inline%20Photo-Partners.png 1800w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline%20Photo-Partners.png?width=2400&height=2400&name=Inline%20Photo-Partners.png 2400w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline%20Photo-Partners.png?width=3000&height=3000&name=Inline%20Photo-Partners.png 3000w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline%20Photo-Partners.png?width=3600&height=3600&name=Inline%20Photo-Partners.png 3600w" sizes="(max-width: 1200px) 100vw, 1200px"> <div class="content-media-1__content"> <div class="content-media-1__overline overline mb-sm">Partner Program Overview</div> <div class="content-media-1__rich-text"><h2>Join Nitro<span>’</span>s partner community</h2> <p>Nitro’s industry-leading programs and margins are designed to maximize success for partners and their customers. Learn about our exciting partner opportunities for Nitro's PDF & eSign solutions, register a deal, or search for a trusted Nitro partner for your business.</p></div> </div> </div> <div class="content-media-1__row content-media-1__row--default"> <img src="https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline%20Photo-Partners%202.png?width=1200&height=1200&name=Inline%20Photo-Partners%202.png" alt="Business people having a casual conversation" class="content-media-1__image" loading="lazy" width="1200" height="1200" srcset="https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline%20Photo-Partners%202.png?width=600&height=600&name=Inline%20Photo-Partners%202.png 600w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline%20Photo-Partners%202.png?width=1200&height=1200&name=Inline%20Photo-Partners%202.png 1200w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline%20Photo-Partners%202.png?width=1800&height=1800&name=Inline%20Photo-Partners%202.png 1800w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline%20Photo-Partners%202.png?width=2400&height=2400&name=Inline%20Photo-Partners%202.png 2400w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline%20Photo-Partners%202.png?width=3000&height=3000&name=Inline%20Photo-Partners%202.png 3000w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline%20Photo-Partners%202.png?width=3600&height=3600&name=Inline%20Photo-Partners%202.png 3600w" sizes="(max-width: 1200px) 100vw, 1200px"> <div class="content-media-1__content"> <div class="content-media-1__overline overline mb-sm">Partner Portal Access</div> <div class="content-media-1__rich-text"><h2>Access everything you need as a partner in one place</h2> <p>Register new deals, review the status of your deals, and see your revenue reports all in one easy-to-use platform. Get essential Nitro resources such as product datasheets, competitive battlecards, marketing campaigns, and collateral. Be the first to hear about incentives, events, and promotions as they’re launched.</p> <p>Deal Registration can only be completed on Nitro’s Partner Portal, which is open to all Nitro partners. Here you’ll also find the content and collateral you’ll need to succeed with Nitro.</p></div> <div class="content-media-1__buttons mt-lg"> <a href="?hsLang=en" class="button button--text-primary content-media-1__button content-media-1__button--after button--icon"> <span>Register today</span> <span id="hs_cos_wrapper_dnd_area-module-4_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-hidden="true"><g id="Arrow Right1_layer"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" /></g></svg></span> </a> </div> </div> </div> </div> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-5 dnd-section dnd_area-row-4-padding"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-5" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="testimonial testimonial--image-large"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Inline%20Graphics/Inline-badge-PCWorld%20Editors%20Choice.png?width=416&height=420&name=Inline-badge-PCWorld%20Editors%20Choice.png" alt="PCWorld Editors' Choice Badge" class="testimonial__image testimonial__image--large" loading="lazy" width="416" height="420" srcset="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Inline%20Graphics/Inline-badge-PCWorld%20Editors%20Choice.png?width=208&height=210&name=Inline-badge-PCWorld%20Editors%20Choice.png 208w, https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Inline%20Graphics/Inline-badge-PCWorld%20Editors%20Choice.png?width=416&height=420&name=Inline-badge-PCWorld%20Editors%20Choice.png 416w, https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Inline%20Graphics/Inline-badge-PCWorld%20Editors%20Choice.png?width=624&height=630&name=Inline-badge-PCWorld%20Editors%20Choice.png 624w, https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Inline%20Graphics/Inline-badge-PCWorld%20Editors%20Choice.png?width=832&height=840&name=Inline-badge-PCWorld%20Editors%20Choice.png 832w, https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Inline%20Graphics/Inline-badge-PCWorld%20Editors%20Choice.png?width=1040&height=1050&name=Inline-badge-PCWorld%20Editors%20Choice.png 1040w, https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Inline%20Graphics/Inline-badge-PCWorld%20Editors%20Choice.png?width=1248&height=1260&name=Inline-badge-PCWorld%20Editors%20Choice.png 1248w" sizes="(max-width: 416px) 100vw, 416px"> <div> <svg class="testimonial__quote mb-sm" xmlns="http://www.w3.org/2000/svg" width="60" height="45" viewbox="0 0 60 45" fill="none"> <path d="M13.2964 44.5429C9.30748 44.5429 6.09418 43.1579 3.65651 40.3878C1.21884 37.5069 0 33.6842 0 28.9197C0 22.8255 1.77285 17.1191 5.31856 11.8006C8.86427 6.48199 13.241 2.54848 18.4488 0L20.1108 2.82548C17.8947 4.59833 15.9003 6.759 14.1274 9.30748C12.4654 11.856 11.1357 14.9584 10.1385 18.615L13.6288 19.6122C17.1745 20.7202 19.9446 22.3823 21.9391 24.5983C24.0443 26.8144 25.097 29.5291 25.097 32.7424C25.097 36.2881 23.9335 39.169 21.6066 41.385C19.2798 43.4903 16.5097 44.5429 13.2964 44.5429ZM48.1994 44.5429C44.2105 44.5429 40.9972 43.1579 38.5596 40.3878C36.1219 37.5069 34.903 33.6842 34.903 28.9197C34.903 22.8255 36.6759 17.1191 40.2216 11.8006C43.7673 6.48199 48.144 2.54848 53.3518 0L55.0138 2.82548C52.7978 4.59833 50.8033 6.759 49.0305 9.30748C47.3684 11.856 46.0388 14.9584 45.0415 18.615L48.5319 19.6122C52.0776 20.7202 54.8476 22.3823 56.8421 24.5983C58.9474 26.8144 60 29.5291 60 32.7424C60 36.2881 58.8366 39.169 56.5097 41.385C54.1828 43.4903 51.4127 44.5429 48.1994 44.5429Z" fill="#F54811" /> </svg> <div class="testimonial__testimony mb-md">"A top Acrobat alternative. Rich with advanced tools ... everything you need to work with PDFs."</div> <div class="testimonial__details"> <div class="testimonial__attestant-company"> <div class="testimonial__attestant text-grey-700">PCWorld® Editors' Choice</div> </div> </div> </div> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-6 dnd-section dnd_area-row-5-background-gradient dnd_area-row-5-background-layers dnd_area-row-5-padding dnd_area-row-5-force-full-width-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-7 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_17371336444244" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_module_17371336444244_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><h3 style="text-align: center;">Trusted by teams worldwide</h3></span></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-8 cell_1737133644424-row-1-margin dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_17371336444245" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="logo-carousel"> <div class="logo-carousel__logos"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/Knight%20Frank.svg" alt="Logo Knight Frank" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/Colliers.svg" alt="Logo Colliers" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/Leavitt%20Group.svg" alt="Logo Leavitt Group" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/Cegid.svg" alt="Logo Cegid" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/Beca.svg" alt="Logo Beca" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/Leonardo%20DRS.svg" alt="Logo Leonardo DRS" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/Equiniti.svg" alt="Logo Equiniti" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/Mace.svg" alt="Logo Mace" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/Zebra.svg" alt="Logo Zebra" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/BNY%20Mellon.svg" alt="Logo BNY Mellon" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/Ramsay%20Sante.svg" alt="Logo Ramsay Sante" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/T%20Mobile.svg" alt="Logo T-Mobile" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/JLL.svg" alt="Logo JLL" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/Continental.svg" alt="Logo Continental" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/Swiss%20Re.svg" alt="Logo Swiss Re" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> <img src="https://www.gonitro.com/hubfs/Website/_Logos/Pacific%20National.svg" alt="Logo Pacific National" class="logo-carousel__logo" loading="lazy" style="max-width: 100%; height: auto;"> </div> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-9 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-10 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1734116615277" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="content-header content-header--default"> <div class="content-header__content"> <div class="content-header__overline overline mb-sm">Metrics of Success</div> <h2 class="content-header__heading mb-none">Make an impact on customer outcomes</h2> <div class="content-header__rich-text mt-md"><p>Forrester’s 2023 Total Economic Impact™ Study on Nitro quantifies results from real customers and the potential impact you could make for your customers.<br><br></p></div> </div> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-11 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1734116481902" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="stats-1"> <div class="stats-1__stat"> <h2 class="stats-1__stat-stat mb-sm"> <span class="stats-1__stat-prefix">$</span><span class="stats-1__stat-number" data-number="2.2">0</span><span class="stats-1__stat-suffix">M</span> </h2> <div class="stats-1__stat-description">Total financial benefits over 3 years </div> </div> <div class="stats-1__stat"> <h2 class="stats-1__stat-stat mb-sm"> <span class="stats-1__stat-prefix"></span><span class="stats-1__stat-number" data-number="694">0</span><span class="stats-1__stat-suffix">%</span> </h2> <div class="stats-1__stat-description">ROI and payback in under 6 months </div> </div> <div class="stats-1__stat"> <h2 class="stats-1__stat-stat mb-sm"> <span class="stats-1__stat-prefix"></span><span class="stats-1__stat-number" data-number="35">0</span><span class="stats-1__stat-suffix"></span> </h2> <div class="stats-1__stat-description">Minutes saved per document </div> </div> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-12 dnd_area-row-7-background-color dnd_area-row-7-background-layers dnd-section dnd_area-row-7-max-width-section-centering"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-13 dnd_area-column-13-row-0-margin dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-14" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-rich_text widget-type-rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_dnd_area-module-14_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="rich_text"><h2 class="h3" style="text-align: center; font-size: 36px;">Become a global market leader your customers can trust</h2></span></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-14 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-15" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="buttons"> <a href="https://www.gonitro.com/partners/all-partners?hsLang=en" class="button button--tertiary"> <span>Explore Nitro's partner directory</span> </a> <a href="https://www.gonitro.com/partners/become-a-partner?hsLang=en" class="button button--primary"> <span>Become a partner</span> </a> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-15 dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-16 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1737741776525" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div id="partner-benefits" class="anchor"></div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-17 dnd_area-column-16-row-1-margin dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-17" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="content-header content-header--default"> <div class="content-header__content"> <div class="content-header__overline overline mb-sm">Partner Program Benefits</div> <h2 class="content-header__heading mb-none">At Nitro, industry expertise meets technical innovation</h2> <div class="content-header__rich-text mt-md"><p>Grow your business and expand your reach with PDF software and digital signing solutions engineered to deliver effortless simplicity.</p></div> </div> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-18 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-18" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="cards cards--4"> <div class="cards__card cards__card--white"> <img src="https://www.gonitro.com/hubfs/Website/_Icons/Icon-48px-bullseye%20arrow.svg" alt="icon of a bullseye" class="cards__card-icon" loading="lazy" width="48" height="48"> <h3 class="cards__card-title mb-sm">Deep market understanding</h3> <div class="cards__card-description">We know the challenges your customers face, and with a net recurring revenue (NRR) of 100%+, we have industry-leading solutions offering ongoing revenue streams for our partners.</div> </div> <div class="cards__card cards__card--white"> <img src="https://www.gonitro.com/hubfs/Website/_Icons/Icon-48px-Prove%20ROI.svg" alt="icon of a financial line graph" class="cards__card-icon" loading="lazy" width="48" height="48"> <h3 class="cards__card-title mb-sm">Channel-friendly margins</h3> <div class="cards__card-description">We support your business model with a competitive product margin plus incremental margin for deal registration.</div> </div> <div class="cards__card cards__card--white"> <img src="https://www.gonitro.com/hubfs/Website/_Icons/Icon-48px-toolbox.svg" alt="icon of a toolbox" class="cards__card-icon" loading="lazy" width="48" height="48"> <h3 class="cards__card-title mb-sm">Market-leading channel programs</h3> <div class="cards__card-description">We provide the tools you need to succeed including an existing contract buy-out, NFR, and Pilot programs, supported by our Nitro AEs and/or SEs.</div> </div> <div class="cards__card cards__card--white"> <img src="https://www.gonitro.com/hubfs/Website/_Icons/Icon-48px-open%20reader.svg" alt="icon of a person reading a book" class="cards__card-icon" loading="lazy" width="48" height="48"> <h3 class="cards__card-title mb-sm">Comprehensive resources</h3> <div class="cards__card-description">We offer access to a wealth of marketing and enablement materials via our Partner Portal to help position Nitro in a competitive situation.</div> </div> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-19 dnd-section dnd_area-row-9-padding dnd_area-row-9-force-full-width-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-19" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <svg class="angle-divider" viewbox="0 0 1513 1053" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><g><path d="M1539.13 693.014c0-143.498-116.502-260-260-260H-98c-143.498 0-260 116.502-260 260v182c0 143.498 116.502 260 260 260h1377.13c143.498 0 260-116.502 260-260v-182Z" style="fill:url(#a)" transform="rotate(-15 -358 433.015)" /></g><defs><lineargradient id="a" x1="0" y1="0" x2="1" y2="0" gradientunits="userSpaceOnUse" gradienttransform="rotate(90 78.775 511.789) scale(701.996)"><stop offset="0" style="stop-color:#f3f5ff;stop-opacity:1" /><stop offset="1" style="stop-color:white;stop-opacity:1" /></lineargradient></defs></svg> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-20 dnd-section dnd_area-row-10-padding"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-21 dnd_area-column-20-row-0-margin dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-21" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="content-header content-header--centered"> <div class="content-header__content"> <div class="content-header__overline overline mb-sm">Awards & Recognition</div> <h2 class="content-header__heading mb-none">Join the ranks of global industry leaders</h2> </div> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-22 dnd-row"> <div class="row-fluid "> <div class="span2 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="2"> <div class="row-fluid-wrapper row-depth-1 row-number-23 dnd-row dnd_area-column-22-row-0-margin"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd_area-module-23-flexbox-positioning dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-23" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_dnd_area-module-23_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="https://www.gonitro.com/hubfs/Website/_Badges/E-Signature_Leader_Leader.svg" class="hs-image-widget " style="width:94px;border-width:0px;border:0px;" width="94" alt="E-Signature_Leader_Leader" title="E-Signature_Leader_Leader"></span></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span2 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="2" data-w="2"> <div class="row-fluid-wrapper row-depth-1 row-number-24 dnd_area-column-24-row-0-margin dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd_area-module-25-flexbox-positioning dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-25" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_dnd_area-module-25_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="https://www.gonitro.com/hubfs/Website/_Badges/PDFEditor_Leader_Mid-Market_Leader.svg" class="hs-image-widget " style="width:94px;border-width:0px;border:0px;" width="94" alt="PDFEditor_Leader_Mid-Market_Leader" title="PDFEditor_Leader_Mid-Market_Leader"></span></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span2 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="4" data-w="2"> <div class="row-fluid-wrapper row-depth-1 row-number-25 dnd_area-column-26-row-0-margin dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd_area-module-27-flexbox-positioning dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-27" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_dnd_area-module-27_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="https://www.gonitro.com/hubfs/Website/_Badges/DocumentCreation_MomentumLeader_Leader.svg" class="hs-image-widget " style="width:94px;border-width:0px;border:0px;" width="94" alt="DocumentCreation_MomentumLeader_Leader" title="DocumentCreation_MomentumLeader_Leader"></span></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span2 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="6" data-w="2"> <div class="row-fluid-wrapper row-depth-1 row-number-26 dnd-row dnd_area-column-28-row-0-margin"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd_area-module-29-flexbox-positioning dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-29" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_dnd_area-module-29_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="https://www.gonitro.com/hubfs/Website/_Badges/PDFEditor_Leader_Enterprise_Leader.svg" class="hs-image-widget " style="width:94px;border-width:0px;border:0px;" width="94" alt="PDFEditor_Leader_Enterprise_Leader" title="PDFEditor_Leader_Enterprise_Leader"></span></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span2 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="8" data-w="2"> <div class="row-fluid-wrapper row-depth-1 row-number-27 dnd_area-column-30-row-0-margin dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd_area-module-31-flexbox-positioning dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-31" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_dnd_area-module-31_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="https://www.gonitro.com/hubfs/Website/_Badges/DocumentCreation_Leader_Small-Business_Leader.svg" class="hs-image-widget " style="width:94px;border-width:0px;border:0px;" width="94" alt="DocumentCreation_Leader_Small-Business_Leader" title="DocumentCreation_Leader_Small-Business_Leader"></span></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> <div class="span2 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="10" data-w="2"> <div class="row-fluid-wrapper row-depth-1 row-number-28 dnd-row dnd_area-column-32-row-0-margin"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd_area-module-33-flexbox-positioning dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-33" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-linked_image widget-type-linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_dnd_area-module-33_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_linked_image" style="" data-hs-cos-general-type="widget" data-hs-cos-type="linked_image"><img src="https://www.gonitro.com/hubfs/Website/_Badges/DocumentCreation_HighPerformer_Enterprise_HighPerformer.svg" class="hs-image-widget " style="width:94px;border-width:0px;border:0px;" width="94" alt="DocumentCreation_HighPerformer_Enterprise_HighPerformer" title="DocumentCreation_HighPerformer_Enterprise_HighPerformer"></span></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-29 dnd-section dnd_area-row-11-hidden"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-30 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1734115714865" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="resources-alt"> <div class="resources-alt__card-group"> <div class="resources-alt__cards"> <a href="https://www.gonitro.com/blog/what-is-digital-identity?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/90-Nov-12-2024-04-23-08-9480-PM-1.jpeg?width=540&height=360&length=540&name=90-Nov-12-2024-04-23-08-9480-PM-1.jpeg" alt="Professional man writing on a tablet in the office" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>What Is Digital Identification and Why Is It the Key to Cyber Resilience?</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/esign-fraud-how-to-prevent-it-and-protect-your-organization?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/Blog-Nitro-eSign-Fraud-Prevention.png?width=540&height=360&length=540&name=Blog-Nitro-eSign-Fraud-Prevention.png" alt="Professional reviewing data on a tablet" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>eSign Fraud: How to Prevent It and Protect Your Organization</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/user-friendly-pdf-editing-software-with-nitro?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/Blog-Nitro-Say-Yes-User-Friendly-PDF-Editing.png?width=540&height=360&length=540&name=Blog-Nitro-Say-Yes-User-Friendly-PDF-Editing.png" alt="Group of young professionals collaborating in an open office environment" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Say Yes to More: User-Friendly PDF Editing Software with Nitro</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/nitro-free-trial-pilot-for-business?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/90-Nov-12-2024-04-22-17-0736-PM-1.jpeg?width=540&height=360&length=540&name=90-Nov-12-2024-04-22-17-0736-PM-1.jpeg" alt="Woman working on a desktop computer in a shared office space" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Free PDF & eSign Business Trial from Nitro</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/nitro-pro-improves-your-work-efficiency?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Photos/happy-woman-working-on-tablet-remotely-in-cafe-wit-2023-11-29-17-12-57-utc.jpeg?quality=low&width=540&height=360&length=540&name=happy-woman-working-on-tablet-remotely-in-cafe-wit-2023-11-29-17-12-57-utc.jpeg" alt="" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>5 Powerful Ways Nitro Pro Improves Your Work Efficiency</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/5-ways-to-organize-your-computer-with-pdfs?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/90-Nov-12-2024-04-22-22-9627-PM-1.jpeg?width=540&height=360&length=540&name=90-Nov-12-2024-04-22-22-9627-PM-1.jpeg" alt="Digital image of office equipment flying around" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>5 Ways to Organize Your Computer with PDFs</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/6-ways-your-esign-software-builds-client-trust?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/6%20Ways%20Your%20eSign%20Software%20Builds%20Client%20Trust%20-%201600x1200.png?width=540&height=360&length=540&name=6%20Ways%20Your%20eSign%20Software%20Builds%20Client%20Trust%20-%201600x1200.png" alt="Professionally dressed woman reviewing data on her tablet" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>6 Ways Your eSign Software Builds Client Trust</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/say-yes-to-more-simplify-pdf-licensing-with-nitro-vs-adobe?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/Blog-Nitro-Simplify-PDF-licenses-Adobe.png?width=540&height=360&length=540&name=Blog-Nitro-Simplify-PDF-licenses-Adobe.png" alt="Two professionals working on a desktop in an office" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Say Yes to More: Simplify PDF Licensing with Nitro vs. Adobe</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/how-8-departments-use-nitro-to-boost-productivity?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/90-3-1.jpeg?width=540&height=360&length=540&name=90-3-1.jpeg" alt="Two professionals in an office reviewing data on a tablet" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How 8 Departments Use Nitro to Boost Productivity</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/introducing-nitro-workspace?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/90-Nov-12-2024-04-23-36-4080-PM.jpeg?width=540&height=360&length=540&name=90-Nov-12-2024-04-23-36-4080-PM.jpeg" alt="" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Introducing Nitro Workspace!</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/how-to-create-a-fillable-pdf-form-without-adobe?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Blog%20Assets/Blog-Nitro-PDF-Form-Without-Adobe.png?width=540&height=360&length=540&name=Blog-Nitro-PDF-Form-Without-Adobe.png" alt="Screenshot of a fillable PDF form" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Create a Fillable PDF Form Without Adobe</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/switching-pdf-vendor?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/90-Nov-12-2024-04-24-50-5896-PM-1.jpeg?width=540&height=360&length=540&name=90-Nov-12-2024-04-24-50-5896-PM-1.jpeg" alt="Woman typing on a laptop in the office" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>4 Ways Nitro Makes Switching PDF Vendors Seamless</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/nitro-raises-series-c-funding?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Nitro Raises US$15m Series C Funding Round to Further Accelerate Growth in the Enterprise</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/nitro-productivity-suite-launch?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Nitro Productivity Suite Provides Streamlined PDF Workflow and Electronic Signatures at Enterprise Scale</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/appointment-of-independent-non-executive-director?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Appointment of Independent Non-Executive Director</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/new-nitro-future-of-work-report-part-2?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>New Nitro Future of Work Report Shows How Lack of Access to Digital Tools Impacts Remote Work</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/new-ebook-launches-ahead-of-the-curve-financial-services-accelerate-business-with-nitro?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>New eBook Launches: “Ahead of the Curve: Financial Services Accelerate Business with Nitro”</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/nitro-sign-positioned-as-a-leader-in-2022-gigaom-radar-report-for-esignatures?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Nitro Sign Positioned as a Leader in 2022 GigaOm Radar Report for eSignatures</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/nitro-redington-partnership?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Nitro to Bring eSigning Solution and Document Productivity Alternative to Middle East and Africa</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/new-nitro-2022-productivity-report?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Employees Never Want to Give Up Remote Work, According to New Nitro Productivity Report</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Webinar-Training-Nitro%20PDF%20Pro%20Training%20Series.png?width=540&height=360&length=540&name=Resource%20Card-Webinar-Training-Nitro%20PDF%20Pro%20Training%20Series.png" alt="Resource Card-Webinar-Training-Nitro PDF Pro Training Series" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Webinar | Nitro PDF Pro Training Series</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Webinar-How%20to%20Cut%20Costs%20by%20Switching%20PDF%20%26%20eSign%20Vendors.png?width=540&height=360&length=540&name=Resource%20Card-Webinar-How%20to%20Cut%20Costs%20by%20Switching%20PDF%20&%20eSign%20Vendors.png" alt="Resource Card-Webinar-How to Cut Costs by Switching PDF & eSign Vendors" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>On-Demand Webinar: How to Cut Costs by Switching PDF & eSign Vendors</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Collateral-Guide_%20Secure%20and%20Compliant%20Digital%20Solutions%20for%20Financial%20Services.png?width=540&height=360&length=540&name=Resource%20Card-Collateral-Guide_%20Secure%20and%20Compliant%20Digital%20Solutions%20for%20Financial%20Services.png" alt="Resource Card-Collateral-Guide_ Secure and Compliant Digital Solutions for Financial Services" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Guide: Secure and Compliant Digital Solutions for Financial Services</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Webinar-Quantify%20Your%20PDF%20%26%20eSign%20Investment.png?width=540&height=360&length=540&name=Resource%20Card-Webinar-Quantify%20Your%20PDF%20&%20eSign%20Investment.png" alt="Resource Card-Webinar-Quantify Your PDF & eSign Investment" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>On-demand Webinar: Quantify Your PDF & eSign Investment, featuring Forrester</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Webinar-Why%20Now%20is%20the%20Time%20to%20Save%20on%20PDF%20Costs.png?width=540&height=360&length=540&name=Resource%20Card-Webinar-Why%20Now%20is%20the%20Time%20to%20Save%20on%20PDF%20Costs.png" alt="Resource Card-Webinar-Why Now is the Time to Save on PDF Costs" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>On-demand Time to Save Webinar: Why Now is the Time to Save on PDF Costs</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Webinar-(French)%2020%20minutes%20eSign%20with%20the%20Experts.png?width=540&height=360&length=540&name=Resource%20Card-Webinar-(French)%2020%20minutes%20eSign%20with%20the%20Experts.png" alt="Resource Card-Webinar-(French) 20 minutes eSign with the Experts" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>On-demand Webinar (French): 20 minutes 'eSign with the Experts'</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Collateral-DLA%20Piper%20Confirms%20Nitro%20Sign%20Premium%E2%80%99s%20Compliance%20with%20eSignature%20Laws.png?width=540&height=360&length=540&name=Resource%20Card-Collateral-DLA%20Piper%20Confirms%20Nitro%20Sign%20Premium%E2%80%99s%20Compliance%20with%20eSignature%20Laws.png" alt="Resource Card-Collateral-DLA Piper Confirms Nitro Sign Premium’s Compliance with eSignature Laws" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>DLA Piper Confirms Nitro Sign Premium’s Compliance with eSignature Laws</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Webinar-2023%20eSignature%20Market%20Trends.png?width=540&height=360&length=540&name=Resource%20Card-Webinar-2023%20eSignature%20Market%20Trends.png" alt="Resource Card-Webinar-2023 eSignature Market Trends" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>On-demand Webinar: 2023 eSignature Market Trends</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Collateral-eBook_%20Driving%20Sustainability%20Through%20Digitalization-1.png?width=540&height=360&length=540&name=Resource%20Card-Collateral-eBook_%20Driving%20Sustainability%20Through%20Digitalization-1.png" alt="Resource Card-Collateral-eBook_ Driving Sustainability Through Digitalization-1" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>eBook: Driving Sustainability Through Digitalization</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Webinar-Empowering%20Organizations%20with%20Inclusive%2c%20Compliant%20and%20Fully%20Accessible%20PDF%20Documents.png?width=540&height=360&length=540&name=Resource%20Card-Webinar-Empowering%20Organizations%20with%20Inclusive%2c%20Compliant%20and%20Fully%20Accessible%20PDF%20Documents.png" alt="Resource Card-Webinar-Empowering Organizations with Inclusive, Compliant and Fully Accessible PDF Documents" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>On-Demand Webinar: Empowering Organizations with Inclusive, Compliant and Fully Accessible PDF Documents</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Webinar-Securing%20Digital%20Transactions%20in%20an%20Insecure%20World.png?width=540&height=360&length=540&name=Resource%20Card-Webinar-Securing%20Digital%20Transactions%20in%20an%20Insecure%20World.png" alt="Resource Card-Webinar-Securing Digital Transactions in an Insecure World" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>On-demand Webinar: Securing Digital Transactions in an Insecure World</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Collateral-%20Ultimate%20Guide%20to%20Electronic%20Signatures.png?width=540&height=360&length=540&name=Resource%20Card-Collateral-%20Ultimate%20Guide%20to%20Electronic%20Signatures.png" alt="Resource Card-Collateral- Ultimate Guide to Electronic Signatures" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Ultimate Guide to Electronic Signatures</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Collateral-eBook_%207%20Considerations%20for%20Choosing%20a%20New%20PDF%20Vendor.png?width=540&height=360&length=540&name=Resource%20Card-Collateral-eBook_%207%20Considerations%20for%20Choosing%20a%20New%20PDF%20Vendor.png" alt="Resource Card-Collateral-eBook_ 7 Considerations for Choosing a New PDF Vendor" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>eBook: 7 Considerations for Choosing a New PDF Vendor</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Collateral-Forrester%20Study_%20The%20Total%20Economic%20Impact%20of%20Nitro%20Pro%20Business.png?width=540&height=360&length=540&name=Resource%20Card-Collateral-Forrester%20Study_%20The%20Total%20Economic%20Impact%20of%20Nitro%20Pro%20Business.png" alt="Resource Card-Collateral-Forrester Study_ The Total Economic Impact of Nitro Pro Business" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Forrester Study: The Total Economic Impact of Nitro Pro Business</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Collateral-Nitro%20Named%20a%20Leader%20in%202023%20IDC%20MarketScape%20eSignature%20Assessment.png?width=540&height=360&length=540&name=Resource%20Card-Collateral-Nitro%20Named%20a%20Leader%20in%202023%20IDC%20MarketScape%20eSignature%20Assessment.png" alt="Resource Card-Collateral-Nitro Named a Leader in 2023 IDC MarketScape eSignature Assessment" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Nitro Named a Leader in 2023 IDC MarketScape eSignature Assessment</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Webinar-How%20to%20Choose%20the%20Right%20eSignature%20Solution%20for%20Your%20Business.png?width=540&height=360&length=540&name=Resource%20Card-Webinar-How%20to%20Choose%20the%20Right%20eSignature%20Solution%20for%20Your%20Business.png" alt="Resource Card-Webinar-How to Choose the Right eSignature Solution for Your Business" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>On-demand Webinar: How to Choose the Right eSignature Solution for Your Business</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Webinar-Ask%20the%20Experts_%20How%20to%20Evaluate%20eSign%20Solutions.png?width=540&height=360&length=540&name=Resource%20Card-Webinar-Ask%20the%20Experts_%20How%20to%20Evaluate%20eSign%20Solutions.png" alt="Resource Card-Webinar-Ask the Experts_ How to Evaluate eSign Solutions" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>On-demand Webinar - Ask the Experts: How to Evaluate eSign Solutions</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Webinar-Exploring%20eSigning%20Myths%20%26%20Digital%20Identity.png?width=540&height=360&length=540&name=Resource%20Card-Webinar-Exploring%20eSigning%20Myths%20&%20Digital%20Identity.png" alt="Resource Card-Webinar-Exploring eSigning Myths & Digital Identity" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>On-demand Webinar: Exploring eSigning Myths & Digital Identity</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Email%20Headers/EN%20-%20Email%20-%20Header%20Banner%20-%20Beyond%20Transformation.png?width=540&height=360&length=540&name=EN%20-%20Email%20-%20Header%20Banner%20-%20Beyond%20Transformation.png" alt="EN - Email - Header Banner - Beyond Transformation" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>eBook: Beyond Transformation: Digital Evolution in 3 Simple Steps</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Collateral-Download%20The%20Ultimate%20Guide%20to%20Electronic%20Signatures%20in%20Ireland.png?width=540&height=360&length=540&name=Resource%20Card-Collateral-Download%20The%20Ultimate%20Guide%20to%20Electronic%20Signatures%20in%20Ireland.png" alt="Resource Card-Collateral-Download The Ultimate Guide to Electronic Signatures in Ireland" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Download The Ultimate Guide to Electronic Signatures in Ireland</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Webinar-Why%20the%20University%20of%20Melbourne%20Switched%20from%20Adobe%20to%20Nitro.png?width=540&height=360&length=540&name=Resource%20Card-Webinar-Why%20the%20University%20of%20Melbourne%20Switched%20from%20Adobe%20to%20Nitro.png" alt="Resource Card-Webinar-Why the University of Melbourne Switched from Adobe to Nitro" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>On-Demand Webinar: Why the University of Melbourne Switched from Adobe to Nitro</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Welcome to Your Nitro Pro Trial Guide!</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Collateral-eBook_%207%20Reasons%20to%20Go%20100%25%20Digital%20With%20Nitro.png?width=540&height=360&length=540&name=Resource%20Card-Collateral-eBook_%207%20Reasons%20to%20Go%20100%25%20Digital%20With%20Nitro.png" alt="Resource Card-Collateral-eBook_ 7 Reasons to Go 100% Digital With Nitro" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>eBook: 7 Reasons to Go 100% Digital With Nitro</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Nitro in Action: How to OCR a PDF</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>PDF Hacks: Merging PDF Files</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>The Role of Compliance in IT Asset Management</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>The Shifting Role of Digital Transformation in Healthcare</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How the Financial Industry Uses eSignatures</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Can You Edit a PDF?</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Why Energy Companies Need to Go Digital ASAP</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Enterprise Workflow Solutions: The Best Way to Combine PDF</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Digitizing Workplaces in the Education Sector</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Is Your Enterprise Looking for an Adobe® Acrobat® Alternative?</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Resource%20Card-Collateral-eBook_%20Your%20Guide%20from%20Core%20Objectives%20to%20Outcomes.png?width=540&height=360&length=540&name=Resource%20Card-Collateral-eBook_%20Your%20Guide%20from%20Core%20Objectives%20to%20Outcomes.png" alt="Resource Card-Collateral-eBook_ Your Guide from Core Objectives to Outcomes" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Guide: How Nitro Makes Switching PDF Vendors Easy</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Cards%20(Page%20Previews)/Card-Sustainability%20impact%20from%20Nitros%20business%20customers.png?width=540&height=360&length=540&name=Card-Sustainability%20impact%20from%20Nitros%20business%20customers.png" alt="Card-Sustainability impact from Nitros business customers" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Nitro Customer Sustainability Report</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Collateral-The%20real%20estate%20professional%E2%80%99s%20guide%20to%20electronic%20signatures.png?width=540&height=360&length=540&name=Resource%20Card-Collateral-The%20real%20estate%20professional%E2%80%99s%20guide%20to%20electronic%20signatures.png" alt="Resource Card-Collateral-The real estate professional’s guide to electronic signatures" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>The real estate professional’s guide to electronic signatures</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Why Nitro is the Best All-in-One PDF Editor for Mac</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Create PDF Forms</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Merge PDF Files</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to OCR PDFs with Nitro Pro</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Redact in PDF files</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to use Nitro's Outlook Plugin</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Whiteout PDF Text</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Convert PDF to Word, Excel and Powerpoint</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Next-Level PDF Productivity</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Electronically Sign a PDF on Any Platform or Device</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Edit a PDF on Mac</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Adobe Sign vs Nitro Sign: How to choose the best eSignature solution for your business</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>DocuSign vs Nitro Sign: How to choose the best eSignature solution for your business</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Comparing Nitro PDF vs Foxit</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Save One Page of a PDF on Mac</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Annotate a PDF on Mac</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Delete Pages from a PDF on Mac </span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>What Is eIDAS & What Do You Need to Know?</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Add an Electronic Signature on iPhone/iPad/iOS Devices</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Add Electronic Signatures via WordPress</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Add an Electronic Signature on Mac Devices</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Add an Electronic Signature on Android Devices</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>The Complete Guide to the ESIGN Act</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>What Is UETA & Why Does it Matter for Electronic Signatures?</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Are Electronic Signatures Legally Binding?</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>What is an S-signature?</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>What to Know About Wet Signatures</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Create a PDF on Mac </span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Electronic Signatures vs Digital Signatures</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Type on a PDF on Mac</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Compress a PDF on Mac</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Password Protect a PDF on Mac</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Print a PDF on Mac</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Combine Multiple PDF Files on Mac</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Add an Electronic Signature on Google Docs</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Add an Electronic Signature on MS Word</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Are Electronic Signatures Secure?</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>The Benefits of Electronic Lease Signing</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Add an Electronic Signature to PDF</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Create an Electronic Signature</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>The DocuSign Alternative You’ve (Probably) Never Heard Of</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>What is an Electronic Signature?</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-BCA.png?width=540&height=360&length=540&name=CustomerStories-BCA.png" alt="CustomerStories-BCA" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | BCA Smart</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-T-Mobile.png?width=540&height=360&length=540&name=CustomerStories-T-Mobile.png" alt="CustomerStories-T-Mobile" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | T-Mobile</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Assurance.png?width=540&height=360&length=540&name=CustomerStories-Assurance.png" alt="CustomerStories-Assurance" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Assurance</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-JLL.png?width=540&height=360&length=540&name=CustomerStories-JLL.png" alt="CustomerStories-JLL" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | JLL</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStorie-Zebra.png?width=540&height=360&length=540&name=CustomerStorie-Zebra.png" alt="CustomerStorie-Zebra" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Zebra</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Continental.png?width=540&height=360&length=540&name=CustomerStories-Continental.png" alt="CustomerStories-Continental" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Continental</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Howden.png?width=540&height=360&length=540&name=CustomerStories-Howden.png" alt="CustomerStories-Howden" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Howden</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Pacific%20National.png?width=540&height=360&length=540&name=CustomerStories-Pacific%20National.png" alt="CustomerStories-Pacific National" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story Pacific National</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Leonardo%202.png?width=540&height=360&length=540&name=CustomerStories-Leonardo%202.png" alt="CustomerStories-Leonardo 2" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Leonardo DRS</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Swiss%20Re.png?width=540&height=360&length=540&name=CustomerStories-Swiss%20Re.png" alt="CustomerStories-Swiss Re" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Swiss RE</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Salem.png?width=540&height=360&length=540&name=CustomerStories-Salem.png" alt="CustomerStories-Salem" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Salem Media</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Immoweb.png?width=540&height=360&length=540&name=CustomerStories-Immoweb.png" alt="CustomerStories-Immoweb" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Immoweb</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Degroof.png?width=540&height=360&length=540&name=CustomerStories-Degroof.png" alt="CustomerStories-Degroof" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Degroof Petercam</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Medelse.png?width=540&height=360&length=540&name=CustomerStories-Medelse.png" alt="CustomerStories-Medelse" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Medelse</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStory-Ramsay%20Sante.png?width=540&height=360&length=540&name=CustomerStory-Ramsay%20Sante.png" alt="CustomerStory-Ramsay Sante" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Ramsay Sante</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Four%26Five.png?width=540&height=360&length=540&name=CustomerStories-Four&Five.png" alt="CustomerStories-Four&Five" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Four & Five</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Politie.png?width=540&height=360&length=540&name=CustomerStories-Politie.png" alt="CustomerStories-Politie" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Antwerp Police</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Keytrade%20Bank.png?width=540&height=360&length=540&name=CustomerStories-Keytrade%20Bank.png" alt="CustomerStories-Keytrade Bank" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Keytrade Bade</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Shoalhaven.png?width=540&height=360&length=540&name=CustomerStories-Shoalhaven.png" alt="CustomerStories-Shoalhaven" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Shoalhaven Council</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-cegid.png?width=540&height=360&length=540&name=CustomerStories-cegid.png" alt="CustomerStories-cegid" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Cegid</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-City%20of%20Vincent.png?width=540&height=360&length=540&name=CustomerStories-City%20of%20Vincent.png" alt="CustomerStories-City of Vincent" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | City of Vincent</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Mace%20Group.png?width=540&height=360&length=540&name=CustomerStories-Mace%20Group.png" alt="CustomerStories-Mace Group" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Mace Group</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Equiniti.png?width=540&height=360&length=540&name=CustomerStories-Equiniti.png" alt="CustomerStories-Equiniti" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Equiniti</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-thomas%26piron.png?width=540&height=360&length=540&name=CustomerStories-thomas&piron.png" alt="CustomerStories-thomas&piron" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Thomas Piron</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-mozzeno.png?width=540&height=360&length=540&name=CustomerStories-mozzeno.png" alt="CustomerStories-mozzeno" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Mozzeno</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Knight%20Frank.png?width=540&height=360&length=540&name=CustomerStories-Knight%20Frank.png" alt="CustomerStories-Knight Frank" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Knight Frank Australia</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-UKSBS.png?width=540&height=360&length=540&name=CustomerStories-UKSBS.png" alt="CustomerStories-UKSBS" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | UKSBS</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Leavitt%20Group.png?width=540&height=360&length=540&name=CustomerStories-Leavitt%20Group.png" alt="CustomerStories-Leavitt Group" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Leavitt Group</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-MVP%20Healthcare.png?width=540&height=360&length=540&name=CustomerStories-MVP%20Healthcare.png" alt="CustomerStories-MVP Healthcare" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | MVP Health Care</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-PET%20Imaging%20Group.png?width=540&height=360&length=540&name=CustomerStories-PET%20Imaging%20Group.png" alt="CustomerStories-PET Imaging Group" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | PET Imaging</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Beca.png?width=540&height=360&length=540&name=CustomerStories-Beca.png" alt="CustomerStories-Beca" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Beca</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-GTS%20Comps.png?width=540&height=360&length=540&name=CustomerStories-GTS%20Comps.png" alt="CustomerStories-GTS Comps" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | GTS Comp</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-PyraMax%20Bank.png?width=540&height=360&length=540&name=CustomerStories-PyraMax%20Bank.png" alt="CustomerStories-PyraMax Bank" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | PyraMax Band</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Case%20Studies/CustomerStories-Trestle%20Management%20Group.png?width=540&height=360&length=540&name=CustomerStories-Trestle%20Management%20Group.png" alt="CustomerStories-Trestle Management Group" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Customer Story | Trestle Management Group</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Webinar%20-%20Accelerating%20Document%20Workflows%20in%20Financial%20Services.png?width=540&height=360&length=540&name=Resource%20Card-Webinar%20-%20Accelerating%20Document%20Workflows%20in%20Financial%20Services.png" alt="Resource Card-Webinar - Accelerating Document Workflows in Financial Services" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>On-demand Webinar: Accelerating Document Workflows in Financial Services</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Terms%20of%20Service.webp?width=540&height=360&length=540&name=Terms%20of%20Service.webp" alt="Terms of Service" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Terms of Service Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/General%20Power%20of%20Attorny.webp?width=540&height=360&length=540&name=General%20Power%20of%20Attorny.webp" alt="General Power of Attorny" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>General Power of Attorney Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Articles%20of%20Incorporation.webp?width=540&height=360&length=540&name=Articles%20of%20Incorporation.webp" alt="Articles of Incorporation" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Articles of Incorporation Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Non-Solicitation.webp?width=540&height=360&length=540&name=Non-Solicitation.webp" alt="Non-Solicitation" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Non Compete Agreement</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Privacy%20Policy.webp?width=540&height=360&length=540&name=Privacy%20Policy.webp" alt="Privacy Policy" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Privacy Policy Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Separation%20Agreement.webp?width=540&height=360&length=540&name=Separation%20Agreement.webp" alt="Separation Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Separation Agreement</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Divorce%20Settlment.webp?width=540&height=360&length=540&name=Divorce%20Settlment.webp" alt="Divorce Settlment" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Divorce Settlement Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Cease%20in%20Desist.webp?width=540&height=360&length=540&name=Cease%20in%20Desist.webp" alt="Cease in Desist" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Cease and Desist Letter Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Photo%20Release.webp?width=540&height=360&length=540&name=Photo%20Release.webp" alt="Photo Release" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Photo Release Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Durable%20Power%20of%20Attorney.webp?width=540&height=360&length=540&name=Durable%20Power%20of%20Attorney.webp" alt="Durable Power of Attorney" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Durable Power of Attorney Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Release%20of%20Liability.webp?width=540&height=360&length=540&name=Release%20of%20Liability.webp" alt="Release of Liability" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Release of Liability Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Fixed%20Price%20Legal%20Agreement.webp?width=540&height=360&length=540&name=Fixed%20Price%20Legal%20Agreement.webp" alt="Fixed Price Legal Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Fixed Price Legal Representation Contract</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Last%20Will%20and%20Testiment.webp?width=540&height=360&length=540&name=Last%20Will%20and%20Testiment.webp" alt="Last Will and Testiment" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Last Will and Testament</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/pdf-template-purchase-order-template.jpg?width=540&height=360&length=540&name=pdf-template-purchase-order-template.jpg" alt="pdf-template-purchase-order-template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Purchase Order Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Arbitration%20Agreement.webp?width=540&height=360&length=540&name=Arbitration%20Agreement.webp" alt="Arbitration Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Arbitration Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Vacation%20Rental%20Contract.webp?width=540&height=360&length=540&name=Vacation%20Rental%20Contract.webp" alt="Vacation Rental Contract" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Vacation Rental Contract Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Eviction%20Notice.webp?width=540&height=360&length=540&name=Eviction%20Notice.webp" alt="Eviction Notice" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Eviction Notice Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Residential%20Sublease.webp?width=540&height=360&length=540&name=Residential%20Sublease.webp" alt="Residential Sublease" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Residential Sublease Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Rent%20to%20Own%20Agreement.webp?width=540&height=360&length=540&name=Rent%20to%20Own%20Agreement.webp" alt="Rent to Own Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Rent to Own Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Property%20Management%20Template.webp?width=540&height=360&length=540&name=Property%20Management%20Template.webp" alt="Property Management Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Property Management Contract Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Month%20to%20Month%20Rental%20Agreement.webp?width=540&height=360&length=540&name=Month%20to%20Month%20Rental%20Agreement.webp" alt="Month to Month Rental Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Month to Month Rental Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Home%20Remodeling%20Contract.webp?width=540&height=360&length=540&name=Home%20Remodeling%20Contract.webp" alt="Home Remodeling Contract" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Home Remodeling Contract Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Basic%20Rental%20Agreement.webp?width=540&height=360&length=540&name=Basic%20Rental%20Agreement.webp" alt="Basic Rental Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Basic Rental Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Bill%20of%20Sale.webp?width=540&height=360&length=540&name=Bill%20of%20Sale.webp" alt="Bill of Sale" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Bill of Sale Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Direct%20Deposit-1.webp?width=540&height=360&length=540&name=Direct%20Deposit-1.webp" alt="Direct Deposit-1" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Direct Deposit Form Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Financial%20Management%20Agreement-1.webp?width=540&height=360&length=540&name=Financial%20Management%20Agreement-1.webp" alt="Financial Management Agreement-1" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Financial Management Services Contract</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Financial%20Advising.webp?width=540&height=360&length=540&name=Financial%20Advising.webp" alt="Financial Advising" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Financial Advising Contract Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Personal%20Load%20Agreement.webp?width=540&height=360&length=540&name=Personal%20Load%20Agreement.webp" alt="Personal Load Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Personal Loan Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Bookkeeping%20Template-1.webp?width=540&height=360&length=540&name=Bookkeeping%20Template-1.webp" alt="Bookkeeping Template-1" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Bookkeeping Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Subcontractor%20Agreement.webp?width=540&height=360&length=540&name=Subcontractor%20Agreement.webp" alt="Subcontractor Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Subcontractor Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Employment%20Contract%20Template.webp?width=540&height=360&length=540&name=Employment%20Contract%20Template.webp" alt="Employment Contract Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Employment Contract</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Consulting%20Agreement.webp?width=540&height=360&length=540&name=Consulting%20Agreement.webp" alt="Consulting Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Consulting Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Agency%20Agreement.webp?width=540&height=360&length=540&name=Agency%20Agreement.webp" alt="Agency Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Agency Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Contractor%20Agreement%20Template.webp?width=540&height=360&length=540&name=Contractor%20Agreement%20Template.webp" alt="Contractor Agreement Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Contractor Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Freelance%20Contract.webp?width=540&height=360&length=540&name=Freelance%20Contract.webp" alt="Freelance Contract" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Freelance Contract Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Cleaning%20Contract.webp?width=540&height=360&length=540&name=Cleaning%20Contract.webp" alt="Cleaning Contract" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Cleaning Contract Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Photography%20Contract.webp?width=540&height=360&length=540&name=Photography%20Contract.webp" alt="Photography Contract" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Photography Contract Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Wedding%20Photography.webp?width=540&height=360&length=540&name=Wedding%20Photography.webp" alt="Wedding Photography" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Wedding Photography Contract Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Basic%20Contact%20Template.webp?width=540&height=360&length=540&name=Basic%20Contact%20Template.webp" alt="Basic Contact Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Basic Contract Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Time%20and%20Materials%20Contract.webp?width=540&height=360&length=540&name=Time%20and%20Materials%20Contract.webp" alt="Time and Materials Contract" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Time and Materials Contract Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Construction%20Subscontract.webp?width=540&height=360&length=540&name=Construction%20Subscontract.webp" alt="Construction Subscontract" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Construction Subcontract Agreement</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Construction%20Contract.webp?width=540&height=360&length=540&name=Construction%20Contract.webp" alt="Construction Contract" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Construction Contract Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Franchise%20Agreement.webp?width=540&height=360&length=540&name=Franchise%20Agreement.webp" alt="Franchise Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Franchise Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Business%20Purchase%20Agreement.webp?width=540&height=360&length=540&name=Business%20Purchase%20Agreement.webp" alt="Business Purchase Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Business Purchase Agreement</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Simple%20Contract%20Template.webp?width=540&height=360&length=540&name=Simple%20Contract%20Template.webp" alt="Simple Contract Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Simple Contract Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/License%20Agreement.webp?width=540&height=360&length=540&name=License%20Agreement.webp" alt="License Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>License Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Partnership%20Agreement%20Template.webp?width=540&height=360&length=540&name=Partnership%20Agreement%20Template.webp" alt="Partnership Agreement Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Basic Partnership Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Business%20Operating%20Agreement.webp?width=540&height=360&length=540&name=Business%20Operating%20Agreement.webp" alt="Business Operating Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Business Operating Agreement</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Business%20Proposal%20Template.webp?width=540&height=360&length=540&name=Business%20Proposal%20Template.webp" alt="Business Proposal Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Business Proposal Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Joint%20Venture%20Agreement.webp?width=540&height=360&length=540&name=Joint%20Venture%20Agreement.webp" alt="Joint Venture Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Joint Venture Agreement</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Intellectual%20Property%20Agreement.webp?width=540&height=360&length=540&name=Intellectual%20Property%20Agreement.webp" alt="Intellectual Property Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Intellectual Property Agreement</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Master%20Service%20Agreement.webp?width=540&height=360&length=540&name=Master%20Service%20Agreement.webp" alt="Master Service Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>MSA Master Service Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Payment%20Agreement%20Template.webp?width=540&height=360&length=540&name=Payment%20Agreement%20Template.webp" alt="Payment Agreement Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Payment Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Business%20Partnership%20Agreement.webp?width=540&height=360&length=540&name=Business%20Partnership%20Agreement.webp" alt="Business Partnership Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Business Partnership Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Lien%20Waver%20Template.webp?width=540&height=360&length=540&name=Lien%20Waver%20Template.webp" alt="Lien Waver Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Lien Waiver Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Sample%20Memorandum.webp?width=540&height=360&length=540&name=Sample%20Memorandum.webp" alt="Sample Memorandum" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Sample Memorandum</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/HIPPA%20Release%20Template.webp?width=540&height=360&length=540&name=HIPPA%20Release%20Template.webp" alt="HIPPA Release Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>HIPPA Release Template </span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Restaurant%20Lease%20Agreenet.webp?width=540&height=360&length=540&name=Restaurant%20Lease%20Agreenet.webp" alt="Restaurant Lease Agreenet" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Restaurant Lease Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Contract%20Services%20Template.webp?width=540&height=360&length=540&name=Contract%20Services%20Template.webp" alt="Contract Services Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Contract for Services Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Service%20Contract%20Template.webp?width=540&height=360&length=540&name=Service%20Contract%20Template.webp" alt="Service Contract Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Service Contract Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Loan%20Agreement%20Template.webp?width=540&height=360&length=540&name=Loan%20Agreement%20Template.webp" alt="Loan Agreement Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Loan Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Partnership%20Agreement%20Template.webp?width=540&height=360&length=540&name=Partnership%20Agreement%20Template.webp" alt="Partnership Agreement Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Partnership Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Contract%20Amendment%20Template.webp?width=540&height=360&length=540&name=Contract%20Amendment%20Template.webp" alt="Contract Amendment Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Contract Amendment Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Sales%20Contract%20Template.webp?width=540&height=360&length=540&name=Sales%20Contract%20Template.webp" alt="Sales Contract Template" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Sales Contract Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Commercial%20Lease%20Agreements.webp?width=540&height=360&length=540&name=Commercial%20Lease%20Agreements.webp" alt="Commercial Lease Agreements" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Commercial Lease Agreements</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Commission%20Agreement.webp?width=540&height=360&length=540&name=Commission%20Agreement.webp" alt="Commission Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Commission Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Idenmnification%20Agreement.webp?width=540&height=360&length=540&name=Idenmnification%20Agreement.webp" alt="Idenmnification Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Indemnification Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Service%20Agreement.webp?width=540&height=360&length=540&name=Service%20Agreement.webp" alt="Service Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Service Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Hold%20Harmless%20Agreement.webp?width=540&height=360&length=540&name=Hold%20Harmless%20Agreement.webp" alt="Hold Harmless Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Hold Harmless Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Referral%20Fee%20Agreement.webp?width=540&height=360&length=540&name=Referral%20Fee%20Agreement.webp" alt="Referral Fee Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Referral Fee Agreement</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/NDA.webp?width=540&height=360&length=540&name=NDA.webp" alt="NDA" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>NDA Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Prenuptial%20Agreement.webp?width=540&height=360&length=540&name=Prenuptial%20Agreement.webp" alt="Prenuptial Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Prenuptial Agreement</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Nitro_2025/images/pdfs/Confidentiality%20Agreement.webp?width=540&height=360&length=540&name=Confidentiality%20Agreement.webp" alt="Confidentiality Agreement" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Confidentiality Agreement Template</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Resources/Resource%20Card-Collaterall-Sustainability%20Infographic.png?width=540&height=360&length=540&name=Resource%20Card-Collaterall-Sustainability%20Infographic.png" alt="Resource Card-Collaterall-Sustainability Infographic" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Sustainability Infographic</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Nitro Pro Form Fields</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Nitro PDF Pro for Mac: PDF to Microsoft Office Formats</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Blog Title</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> </div> </div> <div class="resources-alt__card-group"> <div class="resources-alt__cards"> <a href="https://www.gonitro.com/blog/what-is-digital-identity?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/90-Nov-12-2024-04-23-08-9480-PM-1.jpeg?width=540&height=360&length=540&name=90-Nov-12-2024-04-23-08-9480-PM-1.jpeg" alt="Professional man writing on a tablet in the office" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>What Is Digital Identification and Why Is It the Key to Cyber Resilience?</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/esign-fraud-how-to-prevent-it-and-protect-your-organization?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/Blog-Nitro-eSign-Fraud-Prevention.png?width=540&height=360&length=540&name=Blog-Nitro-eSign-Fraud-Prevention.png" alt="Professional reviewing data on a tablet" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>eSign Fraud: How to Prevent It and Protect Your Organization</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/user-friendly-pdf-editing-software-with-nitro?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/Blog-Nitro-Say-Yes-User-Friendly-PDF-Editing.png?width=540&height=360&length=540&name=Blog-Nitro-Say-Yes-User-Friendly-PDF-Editing.png" alt="Group of young professionals collaborating in an open office environment" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Say Yes to More: User-Friendly PDF Editing Software with Nitro</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/nitro-free-trial-pilot-for-business?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/90-Nov-12-2024-04-22-17-0736-PM-1.jpeg?width=540&height=360&length=540&name=90-Nov-12-2024-04-22-17-0736-PM-1.jpeg" alt="Woman working on a desktop computer in a shared office space" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Free PDF & eSign Business Trial from Nitro</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/nitro-pro-improves-your-work-efficiency?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Website/_Photos/happy-woman-working-on-tablet-remotely-in-cafe-wit-2023-11-29-17-12-57-utc.jpeg?quality=low&width=540&height=360&length=540&name=happy-woman-working-on-tablet-remotely-in-cafe-wit-2023-11-29-17-12-57-utc.jpeg" alt="" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>5 Powerful Ways Nitro Pro Improves Your Work Efficiency</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/5-ways-to-organize-your-computer-with-pdfs?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/90-Nov-12-2024-04-22-22-9627-PM-1.jpeg?width=540&height=360&length=540&name=90-Nov-12-2024-04-22-22-9627-PM-1.jpeg" alt="Digital image of office equipment flying around" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>5 Ways to Organize Your Computer with PDFs</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/6-ways-your-esign-software-builds-client-trust?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/6%20Ways%20Your%20eSign%20Software%20Builds%20Client%20Trust%20-%201600x1200.png?width=540&height=360&length=540&name=6%20Ways%20Your%20eSign%20Software%20Builds%20Client%20Trust%20-%201600x1200.png" alt="Professionally dressed woman reviewing data on her tablet" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>6 Ways Your eSign Software Builds Client Trust</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/say-yes-to-more-simplify-pdf-licensing-with-nitro-vs-adobe?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/Blog-Nitro-Simplify-PDF-licenses-Adobe.png?width=540&height=360&length=540&name=Blog-Nitro-Simplify-PDF-licenses-Adobe.png" alt="Two professionals working on a desktop in an office" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Say Yes to More: Simplify PDF Licensing with Nitro vs. Adobe</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/how-8-departments-use-nitro-to-boost-productivity?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/90-3-1.jpeg?width=540&height=360&length=540&name=90-3-1.jpeg" alt="Two professionals in an office reviewing data on a tablet" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How 8 Departments Use Nitro to Boost Productivity</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/introducing-nitro-workspace?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/90-Nov-12-2024-04-23-36-4080-PM.jpeg?width=540&height=360&length=540&name=90-Nov-12-2024-04-23-36-4080-PM.jpeg" alt="" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Introducing Nitro Workspace!</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/how-to-create-a-fillable-pdf-form-without-adobe?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Blog%20Assets/Blog-Nitro-PDF-Form-Without-Adobe.png?width=540&height=360&length=540&name=Blog-Nitro-PDF-Form-Without-Adobe.png" alt="Screenshot of a fillable PDF form" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>How to Create a Fillable PDF Form Without Adobe</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/blog/switching-pdf-vendor?hsLang=en" class="resources-alt__card"> <img src="https://45424130.fs1.hubspotusercontent-na1.net/hub/45424130/hubfs/Imported_Blog_Media/90-Nov-12-2024-04-24-50-5896-PM-1.jpeg?width=540&height=360&length=540&name=90-Nov-12-2024-04-24-50-5896-PM-1.jpeg" alt="Woman typing on a laptop in the office" class="resources-alt__card-image" loading="lazy"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>4 Ways Nitro Makes Switching PDF Vendors Seamless</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/nitro-raises-series-c-funding?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Nitro Raises US$15m Series C Funding Round to Further Accelerate Growth in the Enterprise</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/nitro-productivity-suite-launch?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Nitro Productivity Suite Provides Streamlined PDF Workflow and Electronic Signatures at Enterprise Scale</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/appointment-of-independent-non-executive-director?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Appointment of Independent Non-Executive Director</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/new-nitro-future-of-work-report-part-2?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>New Nitro Future of Work Report Shows How Lack of Access to Digital Tools Impacts Remote Work</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/new-ebook-launches-ahead-of-the-curve-financial-services-accelerate-business-with-nitro?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>New eBook Launches: “Ahead of the Curve: Financial Services Accelerate Business with Nitro”</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/nitro-sign-positioned-as-a-leader-in-2022-gigaom-radar-report-for-esignatures?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Nitro Sign Positioned as a Leader in 2022 GigaOm Radar Report for eSignatures</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/nitro-redington-partnership?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Nitro to Bring eSigning Solution and Document Productivity Alternative to Middle East and Africa</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="https://www.gonitro.com/about/press/new-nitro-2022-productivity-report?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span>Employees Never Want to Give Up Remote Work, According to New Nitro Productivity Report</span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> <a href="?hsLang=en" class="resources-alt__card"> <img src="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg" alt="Nitro placeholder image" width="540" height="360" class="resources-alt__card-image" loading="lazy" srcset="https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=270&height=180&name=placeholder-540x360-logo.jpg 270w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=540&height=360&name=placeholder-540x360-logo.jpg 540w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=810&height=540&name=placeholder-540x360-logo.jpg 810w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1080&height=720&name=placeholder-540x360-logo.jpg 1080w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1350&height=900&name=placeholder-540x360-logo.jpg 1350w, https://www.gonitro.com/hs-fs/hubfs/Nitro_2025/placeholder-540x360-logo.jpg?width=1620&height=1080&name=placeholder-540x360-logo.jpg 1620w" sizes="(max-width: 540px) 100vw, 540px"> <div class="resources-alt__card-details"> <div class="resources-alt__card-title"> <span></span> <svg xmlns="http://www.w3.org/2000/svg" width="7" height="8" fill="none"><path d="M5.854 4.847a1 1 0 0 0 0-1.694L1.832.63a1 1 0 0 0-1.531.848v5.044a1 1 0 0 0 1.531.848l4.022-2.523Z" fill="#F54811" /></svg> </div> </div> </a> </div> </div> <div class="resources-alt__sidebar"> <h3>Explore Popular Topics</h3> <div class="resources-alt__buttons"> <a href="/resources/ai-automation?hsLang=en" class="button button--small button--tertiary">AI & Automation</a> <a href="/resources/digitalization?hsLang=en" class="button button--small button--tertiary">Digitalization</a> <a href="/resources/digital-transformation?hsLang=en" class="button button--small button--tertiary">Digital Transformation</a> <a href="/resources/document-efficiency?hsLang=en" class="button button--small button--tertiary">Document Efficiency</a> <a href="/resources/security-compliance?hsLang=en" class="button button--small button--tertiary">Security & Compliance</a> <a href="/resources/sustainability?hsLang=en" class="button button--small button--tertiary">Sustainability</a> <a href="/resources?hsLang=en" class="button button--small button--primary">Browse All</a> <button class="button button--small button--primary button--icon" data-micromodal-trigger="footer_buttonModal"> <span>Get Insights & Content Updates</span> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32v144H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h144v144c0 17.7 14.3 32 32 32s32-14.3 32-32V288h144c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z" style="fill: currentColor;" /></svg> </button> </div> </div> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-31 dnd_area-row-12-padding dnd-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-cell dnd-column" style="" data-widget-type="cell" data-x="0" data-w="12"> <div class="row-fluid-wrapper row-depth-1 row-number-32 dnd-row"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_widget_1734117791547" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div id="Compare-ProgramFeatures" class="anchor"></div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-33 dnd_area-row-13-padding dnd-section dnd_area-row-13-force-full-width-section"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-59" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <svg class="angle-divider" viewbox="0 0 1513 1053" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><g><path d="M1539.13 693.014c0-143.498-116.502-260-260-260H-98c-143.498 0-260 116.502-260 260v182c0 143.498 116.502 260 260 260h1377.13c143.498 0 260-116.502 260-260v-182Z" style="fill:url(#a)" transform="rotate(-15 -358 433.015)" /></g><defs><lineargradient id="a" x1="0" y1="0" x2="1" y2="0" gradientunits="userSpaceOnUse" gradienttransform="rotate(90 78.775 511.789) scale(701.996)"><stop offset="0" style="stop-color:#f3f5ff;stop-opacity:1" /><stop offset="1" style="stop-color:white;stop-opacity:1" /></lineargradient></defs></svg> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-34 dnd-section dnd_area-row-14-padding"> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget dnd-module" style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_dnd_area-module-60" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="content-media-1"> <div class="content-media-1__rows"> <div class="content-media-1__row content-media-1__row--reverse"> <img src="https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline-Let%E2%80%99s%20fast-track%20your%20growth.png?width=1200&height=1200&name=Inline-Let%E2%80%99s%20fast-track%20your%20growth.png" alt="man looking at mobile device" class="content-media-1__image" loading="eager" width="1200" height="1200" srcset="https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline-Let%E2%80%99s%20fast-track%20your%20growth.png?width=600&height=600&name=Inline-Let%E2%80%99s%20fast-track%20your%20growth.png 600w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline-Let%E2%80%99s%20fast-track%20your%20growth.png?width=1200&height=1200&name=Inline-Let%E2%80%99s%20fast-track%20your%20growth.png 1200w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline-Let%E2%80%99s%20fast-track%20your%20growth.png?width=1800&height=1800&name=Inline-Let%E2%80%99s%20fast-track%20your%20growth.png 1800w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline-Let%E2%80%99s%20fast-track%20your%20growth.png?width=2400&height=2400&name=Inline-Let%E2%80%99s%20fast-track%20your%20growth.png 2400w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline-Let%E2%80%99s%20fast-track%20your%20growth.png?width=3000&height=3000&name=Inline-Let%E2%80%99s%20fast-track%20your%20growth.png 3000w, https://www.gonitro.com/hs-fs/hubfs/Website/_Inline%20Graphics/Inline-Let%E2%80%99s%20fast-track%20your%20growth.png?width=3600&height=3600&name=Inline-Let%E2%80%99s%20fast-track%20your%20growth.png 3600w" sizes="(max-width: 1200px) 100vw, 1200px"> <div class="content-media-1__content"> <div class="content-media-1__rich-text"><h2>Let’s fast-track your growth and accelerate digital innovation and productivity for all</h2></div> <div class="content-media-1__buttons mt-lg"> <a href="https://www.gonitro.com/partners/become-a-partner?hsLang=en" class="button button--primary content-media-1__button content-media-1__button--"> <span>Become a partner</span> </a> </div> </div> </div> </div> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end widget-span --> </div> </div> </div> </main> <div data-global-resource-path="Nitro_2025/templates/partials/footer.html"><footer class="footer"> <div class="content-wrapper"> <div class="footer__inner"> <div class="footer__logo"> <div id="hs_cos_wrapper_footer_logo" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <span id="hs_cos_wrapper_footer_logo_hs_logo_widget" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="logo"><a href="https://www.gonitro.com/?hsLang=en" id="hs-link-footer_logo_hs_logo_widget" style="border-width:0px;border:0px;"><img src="https://www.gonitro.com/hubfs/Nitro_2025/logo-light.svg" class="hs-image-widget " height="53" style="height: auto;width:140px;border-width:0px;border:0px;" width="140" alt="Click to return to Nitro homepage" title="Click to return to Nitro homepage" loading="lazy"></a></span> </div> </div> <div class="footer__social"> <div id="hs_cos_wrapper_footer_social" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="social-links"> <a href="https://www.linkedin.com/company/go-nitro" class="social-links__link" aria-label="LinkedIn In" target="_blank" rel="nofollow noopener"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-hidden="true"><g id="LinkedIn In1_layer"><path d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" /></g></svg> </a> <a href="https://www.instagram.com/gonitro" class="social-links__link" aria-label="Instagram" target="_blank" rel="nofollow noopener"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-hidden="true"><g id="Instagram2_layer"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" /></g></svg> </a> <a href="https://www.facebook.com/nitrosoftware/" class="social-links__link" aria-label="Facebook F" target="_blank" rel="nofollow noopener"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 320 512" aria-hidden="true"><g id="Facebook F3_layer"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" /></g></svg> </a> <a href="https://www.youtube.com/c/nitrosoftware" class="social-links__link" aria-label="YouTube" target="_blank" rel="nofollow noopener"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" aria-hidden="true"><g id="YouTube4_layer"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" /></g></svg> </a> </div></div> </div> <div class="footer__subscribe"> <div id="hs_cos_wrapper_footer_button" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="buttons"> <button class="button button--quaternary button--icon button--" data-micromodal-trigger="footer_buttonModal"> <span>Get Our Newsletter</span> <span id="hs_cos_wrapper_footer_button_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-hidden="true"><g id="Plus1_layer"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z" /></g></svg></span> </button> <div class="modal micromodal-slide" id="footer_buttonModal" aria-hidden="true"> <div class="modal__overlay" tabindex="-1" data-micromodal-close> <div class="modal__container modal__container--sm" role="dialog" aria-modal="true" aria-labelledby=""> <button class="modal__close" aria-label="Close modal" data-micromodal-close> × </button> <div class="modal__contents"> <div class="modal__form"> <span id="hs_cos_wrapper_footer_button_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_form" style="" data-hs-cos-general-type="widget" data-hs-cos-type="form"><h3 id="hs_cos_wrapper_footer_button__title" class="hs_cos_wrapper form-title" data-hs-cos-general-type="widget_field" data-hs-cos-type="text"></h3> <div id="hs_form_target_footer_button_"></div> </span> </div> </div> </div> </div> </div> </div> </div> </div> <div class="footer__menu"> <div id="hs_cos_wrapper_footer_menu" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><nav class="footer-menu"> <div class="footer-menu__column-footer footer-menu__column-footer--block"><div> <p style="font-size: 10px;"><strong>Get Nitro PDF for Mac</strong></p> <a href="https://apps.apple.com/us/app/nitro-pdf-pro-edit-sign/id6477621772?mt=12" rel="noopener" target="_blank"><img src="https://www.gonitro.com/hubfs/Nitro_2025/mac-app-store-badge-white.svg" width="157" height="40" loading="lazy" alt="download on the mac app store badge" style="height: auto; max-width: 100%; width: 157px; margin: 0px 0px 15px;"></a></div> <div> <p style="font-size: 10px;"><strong>Get Nitro PDF for iPhone</strong></p> <a href="https://apps.apple.com/us/app/nitro-pdf-pro-ipad-iphone/id1608616539" rel="noopener" target="_blank"><img src="https://www.gonitro.com/hubfs/Nitro_2025/app-store-badge-white.svg" width="120" height="40" loading="lazy" alt="download on the app store badge" style="height: auto; max-width: 100%; width: 120px; margin: 0px 0px 15px;"></a></div></div> <div class="footer-menu__column"> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Products</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pdf?hsLang=en" class="footer-menu__link"> Nitro PDF </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pdf/pdf-pro/ios?hsLang=en" class="footer-menu__link"> Nitro PDF iOS </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pdf/pdf-pro/mac?hsLang=en" class="footer-menu__link"> Nitro PDF Mac </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/sign?hsLang=en" class="footer-menu__link"> Nitro Sign </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/identity-verification?hsLang=en" class="footer-menu__link"> Nitro Identity </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pricing?hsLang=en" class="footer-menu__link"> Compare Plans & Pricing </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/free-trial?hsLang=en" class="footer-menu__link"> Free Trial </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pricing?hsLang=en" class="footer-menu__link"> Buy Nitro Products </a> </li> <div class="footer-menu__column-footer footer-menu__column-footer--link"><div> <p style="font-size: 10px;"><strong>Get Nitro PDF for Mac</strong></p> <a href="https://apps.apple.com/us/app/nitro-pdf-pro-edit-sign/id6477621772?mt=12" rel="noopener" target="_blank"><img src="https://www.gonitro.com/hubfs/Nitro_2025/mac-app-store-badge-white.svg" width="157" height="40" loading="lazy" alt="download on the mac app store badge" style="height: auto; max-width: 100%; width: 157px; margin: 0px 0px 15px;"></a></div> <div> <p style="font-size: 10px;"><strong>Get Nitro PDF for iPhone</strong></p> <a href="https://apps.apple.com/us/app/nitro-pdf-pro-ipad-iphone/id1608616539" rel="noopener" target="_blank"><img src="https://www.gonitro.com/hubfs/Nitro_2025/app-store-badge-white.svg" width="120" height="40" loading="lazy" alt="download on the app store badge" style="height: auto; max-width: 100%; width: 120px; margin: 0px 0px 15px;"></a></div></div> </ul> </div> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Key Features & Capabilities</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pdf-editing-conversion-organization?hsLang=en" class="footer-menu__link"> PDF Editing, Creation & Organization </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/esignatures-forms?hsLang=en" class="footer-menu__link"> eSignatures & Forms </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/analytics?hsLang=en" class="footer-menu__link"> Analytics & ROI </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/automated-document-workflows?hsLang=en" class="footer-menu__link"> Automated Document Workflows </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/security-compliance?hsLang=en" class="footer-menu__link"> Security & Compliance </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/integrations?hsLang=en" class="footer-menu__link"> Integrations & API Connectivity </a> </li> </ul> </div> </div> <div class="footer-menu__column"> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Solutions by Segment</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/enterprise-mid-market?hsLang=en" class="footer-menu__link"> Enterprise & Mid-Market </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/segment/small-business?hsLang=en" class="footer-menu__link"> Small Business </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/segment/individual-professionals?hsLang=en" class="footer-menu__link"> Individual Professionals </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/segment/home-and-personal-use?hsLang=en" class="footer-menu__link"> Home & Personal </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/segment/students-and-teachers?hsLang=en" class="footer-menu__link"> Student & Teacher </a> </li> </ul> </div> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Complimentary Online PDF Tools</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pdf-to-word?hsLang=en" class="footer-menu__link"> PDF to Word </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/word-to-pdf?hsLang=en" class="footer-menu__link"> Word to PDF </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/powerpoint-to-pdf?hsLang=en" class="footer-menu__link"> PowerPoint to PDF </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pdf-to-powerpoint?hsLang=en" class="footer-menu__link"> PDF to PowerPoint </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/excel-to-pdf?hsLang=en" class="footer-menu__link"> Excel to PDF </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/pdf-to-excel?hsLang=en" class="footer-menu__link"> PDF to Excel </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/image-to-pdf?hsLang=en" class="footer-menu__link"> Image to PDF </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/complimentary-online-pdf-conversion-tools?hsLang=en" class="footer-menu__link"> View All Tools </a> </li> </ul> </div> </div> <div class="footer-menu__column"> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Solutions by Industry</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/real-estate?hsLang=en" class="footer-menu__link"> Real Estate </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/healthcare?hsLang=en" class="footer-menu__link"> Healthcare </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/manufacturing?hsLang=en" class="footer-menu__link"> Manufacturing </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/energy?hsLang=en" class="footer-menu__link"> Energy </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/professional-services?hsLang=en" class="footer-menu__link"> Professional Services </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/education?hsLang=en" class="footer-menu__link"> Education </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/insurance?hsLang=en" class="footer-menu__link"> Insurance </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/solutions/industries/government?hsLang=en" class="footer-menu__link"> Government </a> </li> </ul> </div> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Education & Insights Library</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/blog?hsLang=en" class="footer-menu__link"> Nitro Blog </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/resources?hsLang=en" class="footer-menu__link"> Resources Library </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/security-compliance?hsLang=en" class="footer-menu__link"> Security & Trust Center </a> </li> <li class="footer-menu__item"> <a href="/resources?type=pdf_template&hsLang=en" class="footer-menu__link"> PDF Templates </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/sign/legality-guide?hsLang=en" class="footer-menu__link"> E-Signature Legality Guides </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/sign/signing-methods?hsLang=en" class="footer-menu__link"> E-Signature Signing Methods </a> </li> </ul> </div> </div> <div class="footer-menu__column"> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Partners</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/partners" class="footer-menu__link"> Reseller, Distribution & Affiliate Partners </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/partners/all-partners?hsLang=en" class="footer-menu__link"> Partner Directory </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/partners/become-a-partner?hsLang=en" class="footer-menu__link"> Become a Partner </a> </li> <li class="footer-menu__item"> <a href="https://partnerportal.gonitro.com/" class="footer-menu__link"> Partner Portal Login </a> </li> <li class="footer-menu__item"> <a href="https://partnerportal.gonitro.com/" class="footer-menu__link"> Partner Portal Registration </a> </li> </ul> </div> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>About</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/about?hsLang=en" class="footer-menu__link"> About Nitro </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/about/careers?hsLang=en" class="footer-menu__link"> Careers </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/about/press?hsLang=en" class="footer-menu__link"> Press Releases </a> </li> </ul> </div> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Connect With Nitro</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://www.gonitro.com/contact-sales/pro/business?hsLang=en" class="footer-menu__link"> Contact Sales </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/demo-request/general?hsLang=en" class="footer-menu__link"> Request a Demo </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/contact-dpo?hsLang=en" class="footer-menu__link"> Contact Nitro Privacy Team </a> </li> </ul> </div> </div> <div class="footer-menu__column"> <div class="footer-menu__column-group"> <div class="footer-menu__header footer-menu__header--has-children"> <span>Help & Support</span> <svg xmlns="http://www.w3.org/2000/svg" width="8" height="7" fill="none"><path d="M3.134 6.5a1 1 0 0 0 1.732 0L7.464 2A1 1 0 0 0 6.598.5H1.402A1 1 0 0 0 .536 2l2.598 4.5Z" fill="#fff" /></svg> </div> <ul class="footer-menu__list"> <li class="footer-menu__item"> <a href="https://kb.gonitro.com/knowledgebase/?__hstc=233546881.5ae7e7a2e7557ad6f7ef23c059372e4e.1690315028424.1737124975683.1737137861643.530&__hssc=233546881.3.1737137861643&__hsfp=4214131259" class="footer-menu__link" target="_blank" rel="noopener"> Knowledge Hub </a> </li> <li class="footer-menu__item"> <a href="https://nitro-assistant.gonitro.com/" class="footer-menu__link" target="_blank" rel="noopener"> Knowledge Hub AI Assistant BETA </a> </li> <li class="footer-menu__item"> <a href="/resources?type=pdf_template&hsLang=en" class="footer-menu__link"> Free PDF Templates </a> </li> <li class="footer-menu__item"> <a href="https://community.gonitro.com/" class="footer-menu__link"> Community Forum </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/documentation/release-notes?hsLang=en" class="footer-menu__link"> Release Notes & Security Updates </a> </li> <li class="footer-menu__item"> <a href="https://www.gonitro.com/documentation/product-downloads?hsLang=en" class="footer-menu__link"> Product Downloads </a> </li> </ul> </div> </div> </nav></div> </div> <div class="footer__links"> <div id="hs_cos_wrapper_footer_links" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-simple_menu" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_footer_links_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_simple_menu" style="" data-hs-cos-general-type="widget" data-hs-cos-type="simple_menu"><div id="hs_menu_wrapper_footer_links_" class="hs-menu-wrapper active-branch flyouts hs-menu-flow-vertical" role="navigation" data-sitemap-name="" data-menu-id="" aria-label="Navigation Menu"> <ul role="menu"> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.gonitro.com/integrations" role="menuitem" target="_self">Integrations & API Connectivity</a></li> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.gonitro.com/legal/terms-of-service/overview" role="menuitem" target="_self">Terms of Service</a></li> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.gonitro.com/legal/cookie-policy" role="menuitem" target="_self">Cookie Policy</a></li> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.gonitro.com/legal/copyright-policy" role="menuitem" target="_self">Copyright Policy</a></li> <li class="hs-menu-item hs-menu-depth-1" role="none"><a href="https://www.gonitro.com/legal/terms-of-service/overview" role="menuitem" target="_self">All Terms & Policies</a></li> </ul> </div></span></div> </div> <div class="footer__copyright"> <div id="hs_cos_wrapper_footer_copyright" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_footer_copyright_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="text">© 2025 Nitro Software, Inc. All rights reserved.</span></div> </div> <div class="footer__disclaimer"> <div id="hs_cos_wrapper_footer_disclaimer" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module widget-type-text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><span id="hs_cos_wrapper_footer_disclaimer_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_text" style="" data-hs-cos-general-type="widget" data-hs-cos-type="text">Nitro, the Nitro logo, Nitro Productivity Platform, Nitro PDF Pro, Nitro Sign, and Nitro Analytics are trademarks and/or registered trademarks, of Nitro Software, Inc. or its affiliates in the United States and/or other countries.</span></div> </div> </div> </div> </footer></div> </div> <!-- HubSpot performance collection script --> <script defer src="/hs/hsstatic/content-cwv-embed/static-1.1293/embed.js"></script> <script> var hsVars = hsVars || {}; hsVars['language'] = 'en'; </script> <script src="/hs/hsstatic/cos-i18n/static-1.53/bundles/project.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/185466713750/1738234679094/template_gclidLogic.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/185459393118/1738834642398/template_utmLogic.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/185514566423/1739278111317/template_dataLayerLogic.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/185467184036/1738084258933/template_nitroSignupTracking.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/179931393356/1736356805430/template_main.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/179926092448/1738345011414/module_mega-menu.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/180083839543/1737734983494/module_language-switcher.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/180942881669/1734104268630/template_gsap.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hub/45424130/hub_generated/module_assets/180940957580/1732063333857/module_180940957580_logo-carousel.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/182818011740/1734104274379/template_scroll-trigger.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hub/45424130/hub_generated/module_assets/182818646072/1732062245023/module_182818646072_stats-1.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/template_assets/1/179926198045/1734104271011/template_flickity.min.js"></script> <script src="https://www.gonitro.com/hs-fs/hubfs/hub_generated/module_assets/1/181929792575/1737654165050/module_resources-alt.min.js"></script> <!--[if lte IE 8]> <script charset="utf-8" src="https://js.hsforms.net/forms/v2-legacy.js"></script> <![endif]--> <script data-hs-allowed="true" src="/_hcms/forms/v2.js"></script> <script data-hs-allowed="true"> var options = { portalId: '45424130', formId: 'fb207b8e-9d08-4e69-a9d1-0cc9e8070187', formInstanceId: '2876', pageId: '183223871560', region: 'na1', pageName: "Reseller, Distribution & Affiliate Partners | Nitro Software", inlineMessage: "Thanks for submitting the form.", rawInlineMessage: "Thanks for submitting the form.", hsFormKey: "26e631cbe9f322be820b27b34e186f91", css: '', target: '#hs_form_target_footer_button_', contentType: "standard-page", formsBaseUrl: '/_hcms/forms/', formData: { cssClass: 'hs-form stacked hs-custom-form' } }; options.getExtraMetaDataBeforeSubmit = function() { var metadata = {}; if (hbspt.targetedContentMetadata) { var count = hbspt.targetedContentMetadata.length; var targetedContentData = []; for (var i = 0; i < count; i++) { var tc = hbspt.targetedContentMetadata[i]; if ( tc.length !== 3) { continue; } targetedContentData.push({ definitionId: tc[0], criterionId: tc[1], smartTypeId: tc[2] }); } metadata["targetedContentMetadata"] = JSON.stringify(targetedContentData); } return metadata; }; hbspt.forms.create(options); </script> <script src="https://www.gonitro.com/hs-fs/hub/45424130/hub_generated/module_assets/179991233052/1731417981079/module_179991233052_footer-menu.min.js"></script> <!-- Start of HubSpot Analytics Code --> <script type="text/javascript"> var _hsq = _hsq || []; _hsq.push(["setContentType", "standard-page"]); _hsq.push(["setCanonicalUrl", "https:\/\/www.gonitro.com\/partners"]); _hsq.push(["setPageId", "183223871560"]); _hsq.push(["setContentMetadata", { "contentPageId": 183223871560, "legacyPageId": "183223871560", "contentFolderId": null, "contentGroupId": null, "abTestId": null, "languageVariantId": 183223871560, "languageCode": "en", }]); </script> <script type="text/javascript" id="hs-script-loader" async defer src="/hs/scriptloader/45424130.js"></script> <!-- End of HubSpot Analytics Code --> <script type="text/javascript"> var hsVars = { render_id: "82d4b1c8-1c17-4ec8-8928-d211f715c60f", ticks: 1739871719441, page_id: 183223871560, content_group_id: 0, portal_id: 45424130, app_hs_base_url: "https://app.hubspot.com", cp_hs_base_url: "https://cp.hubspot.com", language: "en", analytics_page_type: "standard-page", scp_content_type: "", analytics_page_id: "183223871560", category_id: 1, folder_id: 0, is_hubspot_user: false } </script> <script defer src="/hs/hsstatic/HubspotToolsMenu/static-1.393/js/index.js"></script> </body></html>