CINXE.COM
Sumac CRM: The Best All-In-One Nonprofit CRM
<!doctype html> <html lang="en-US"> <head> <base href="https://www.societ.com/solutions/sumac-crm/"> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <script>document.seraph_accel_usbpb=document.createElement;seraph_accel_izrbpb={add:function(b,a=10){void 0===this.a[a]&&(this.a[a]=[]);this.a[a].push(b)},a:{}}</script> <script type="o/js-lzl"> //---------------------------------------------------------- //------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS ------- //---------------------------------------------------------- if ( ! gform ) { document.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } ); document.addEventListener( 'gform/theme/scripts_loaded', function() { gform.themeScriptsLoaded = true; } ); window.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } ); var gform = { domLoaded: false, scriptsLoaded: false, themeScriptsLoaded: false, isFormEditor: () => typeof InitializeEditor === 'function', /** * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated. * @remove-in 3.1 this function will not check for gform.isFormEditor(). */ callIfLoaded: function ( fn ) { if ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) { if ( gform.isFormEditor() ) { console.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' ); } fn(); return true; } return false; }, /** * Call a function when all scripts are loaded * * @param function fn the callback function to call when all scripts are loaded * * @returns void */ initializeOnLoaded: function( fn ) { if ( ! gform.callIfLoaded( fn ) ) { document.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } ); document.addEventListener( 'gform/theme/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } ); window.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } ); } }, hooks: { action: {}, filter: {} }, addAction: function( action, callable, priority, tag ) { gform.addHook( 'action', action, callable, priority, tag ); }, addFilter: function( action, callable, priority, tag ) { gform.addHook( 'filter', action, callable, priority, tag ); }, doAction: function( action ) { gform.doHook( 'action', action, arguments ); }, applyFilters: function( action ) { return gform.doHook( 'filter', action, arguments ); }, removeAction: function( action, tag ) { gform.removeHook( 'action', action, tag ); }, removeFilter: function( action, priority, tag ) { gform.removeHook( 'filter', action, priority, tag ); }, addHook: function( hookType, action, callable, priority, tag ) { if ( undefined == gform.hooks[hookType][action] ) { gform.hooks[hookType][action] = []; } var hooks = gform.hooks[hookType][action]; if ( undefined == tag ) { tag = action + '_' + hooks.length; } if( priority == undefined ){ priority = 10; } gform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } ); }, doHook: function( hookType, action, args ) { // splice args from object into array and remove first index which is the hook name args = Array.prototype.slice.call(args, 1); if ( undefined != gform.hooks[hookType][action] ) { var hooks = gform.hooks[hookType][action], hook; //sort by priority hooks.sort(function(a,b){return a["priority"]-b["priority"]}); hooks.forEach( function( hookItem ) { hook = hookItem.callable; if(typeof hook != 'function') hook = window[hook]; if ( 'action' == hookType ) { hook.apply(null, args); } else { args[0] = hook.apply(null, args); } } ); } if ( 'filter'==hookType ) { return args[0]; } }, removeHook: function( hookType, action, priority, tag ) { if ( undefined != gform.hooks[hookType][action] ) { var hooks = gform.hooks[hookType][action]; hooks = hooks.filter( function(hook, index, arr) { var removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority); return !removeHook; } ); gform.hooks[hookType][action] = hooks; } } }; } </script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"> <script type="o/js-lzl"> var _vwo_clicks = 10; </script> <link rel="preconnect" href="https://dev.visualwebsiteoptimizer.com"> <script id="vwoCode" type="o/js-lzl"> /* Fix: wp-rocket (application/ld+json) */ window._vwo_code || (function () { var account_id=894955, // replace 1 with ${accountId} in release string version=2.1, settings_tolerance=2000, library_tolerance=2500, use_existing_jquery=false, 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={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}d.getElementsByTagName('head')[0].appendChild(t)},load:function(e,t){var i=this.getSettings(),n=d.createElement('script'),r=this;t=t||{};if(i){n.textContent=i;d.getElementsByTagName('head')[0].appendChild(n);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 i=this.hide_element(),n=i?i+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=n;else t.appendChild(d.createTextNode(n));r.appendChild(t)}else{t=d.getElementsByTagName('head')[0];var n=d.createElement('div');n.style.cssText='z-index: 2147483647 !important;position: fixed !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 100% !important;background: white !important;';n.setAttribute('id','_vis_opt_path_hides');n.classList.add('_vis_hide_layer');t.parentNode.insertBefore(n,t.nextSibling)}var o='https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&vn='+version;if(w.location.search.indexOf('_vwo_xhr')!==-1){this.addScript({src:o})}else{this.load(o+'&x=true')}}};w._vwo_code=code;code.init();})(); </script> <script id="wpp-js" src="https://www.societ.com/wp-content/plugins/wordpress-popular-posts/assets/js/wpp.js?ver=7.1.0" data-sampling="0" data-sampling-rate="100" data-api-url="https://www.societ.com/wp-json/wordpress-popular-posts" data-post-id="93521" data-token="021dfb62f5" data-lang="0" data-debug="1" type="o/js-lzl"></script> <title>Sumac CRM: The Best All-In-One Nonprofit CRM</title> <meta name="description" content="Manage Your Entire Nonprofit With a Single Nonprofit CRM That's Customized to Fit Your Programs and Data and Grows With You. Get a Free Demo!"> <link rel="canonical" href="https://www.societ.com/solutions/sumac-crm/"> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="Sumac CRM: The Best All-In-One Nonprofit CRM"> <meta property="og:description" content="Manage Your Entire Nonprofit With a Single Nonprofit CRM That's Customized to Fit Your Programs and Data and Grows With You. Get a Free Demo!"> <meta property="og:url" content="https://www.societ.com/solutions/sumac-crm/"> <meta property="og:site_name" content="Societ"> <meta property="article:modified_time" content="2024-11-19T18:44:39+00:00"> <meta property="og:image" content="https://www.societ.com/wp-content/uploads/2024/08/Sumac-by-Societ.png"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="630"> <meta property="og:image:type" content="image/png"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:label1" content="Est. reading time"> <meta name="twitter:data1" content="24 minutes"> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.societ.com/solutions/sumac-crm/","url":"https://www.societ.com/solutions/sumac-crm/","name":"Sumac CRM: The Best All-In-One Nonprofit CRM","isPartOf":{"@id":"https://www.societ.com/#website"},"primaryImageOfPage":{"@id":"https://www.societ.com/solutions/sumac-crm/#primaryimage"},"image":{"@id":"https://www.societ.com/solutions/sumac-crm/#primaryimage"},"thumbnailUrl":"https://www.societ.com/wp-content/uploads/2024/08/Sumac-by-Societ.png","datePublished":"2024-04-19T18:58:24+00:00","dateModified":"2024-11-19T18:44:39+00:00","description":"Manage Your Entire Nonprofit With a Single Nonprofit CRM That's Customized to Fit Your Programs and Data and Grows With You. Get a Free Demo!","breadcrumb":{"@id":"https://www.societ.com/solutions/sumac-crm/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.societ.com/solutions/sumac-crm/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.societ.com/solutions/sumac-crm/#primaryimage","url":"https://www.societ.com/wp-content/uploads/2024/08/Sumac-by-Societ.png","contentUrl":"https://www.societ.com/wp-content/uploads/2024/08/Sumac-by-Societ.png","width":1200,"height":630,"caption":"Sumac by Societ"},{"@type":"BreadcrumbList","@id":"https://www.societ.com/solutions/sumac-crm/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Solutions","item":"https://www.societ.com/solutions/"},{"@type":"ListItem","position":2,"name":"Product Page – Sumac CRM"}]},{"@type":"WebSite","@id":"https://www.societ.com/#website","url":"https://www.societ.com/","name":"Societ","description":"Do More Good.","publisher":{"@id":"https://www.societ.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.societ.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.societ.com/#organization","name":"Societ","alternateName":"Societ","url":"https://www.societ.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.societ.com/#/schema/logo/image/","url":"https://www.societ.com/wp-content/uploads/2023/09/cropped-Societ_Ltkgreen_Icon_Full_Color_RGB_1080px@72ppi-e1712264589400.png","contentUrl":"https://www.societ.com/wp-content/uploads/2023/09/cropped-Societ_Ltkgreen_Icon_Full_Color_RGB_1080px@72ppi-e1712264589400.png","width":412,"height":412,"caption":"Societ"},"image":{"@id":"https://www.societ.com/#/schema/logo/image/"}}]}</script> <link rel="dns-prefetch" href="//cdn.weglot.com"> <link rel="dns-prefetch" href="//fonts.googleapis.com"> <link rel="alternate" type="application/rss+xml" title="Societ » Feed" href="https://www.societ.com/feed/"> <link rel="alternate" type="application/rss+xml" title="Societ » Comments Feed" href="https://www.societ.com/comments/feed/"> <script type="o/js-lzl"> var ajaxurl = 'https://www.societ.com/wp-admin/admin-ajax.php'; </script> <script src="https://www.societ.com/wp-includes/js/jquery/jquery.js?ver=3.7.1" id="jquery-core-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1" id="jquery-migrate-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-content/plugins/blog-designer/public/js/ticker.min.js?ver=1.0" id="ticker-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-content/plugins/blog-designer/public/js/designer.js?ver=1.0" id="wp-blog-designer-script-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.js?ver=3.25.6" id="font-awesome-4-shim-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-content/plugins/weglot/dist/front-js.js?ver=4.2.9" id="wp-weglot-js-js" type="o/js-lzl"></script> <link rel="https://api.w.org/" href="https://www.societ.com/wp-json/"> <link rel="alternate" title="JSON" type="application/json" href="https://www.societ.com/wp-json/wp/v2/pages/93521"> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.societ.com/xmlrpc.php?rsd"> <meta name="generator" content="WordPress 6.7.1"> <link rel="shortlink" href="https://www.societ.com/?p=93521"> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.societ.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.societ.com%2Fsolutions%2Fsumac-crm%2F"> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.societ.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.societ.com%2Fsolutions%2Fsumac-crm%2F&format=xml"> <link rel="shortcut icon" href="/receiptcalculator/images/ico/icon.PNG"> <script type="o/js-lzl">(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-PSNDKK3');</script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-205399VEBS" type="o/js-lzl"></script> <script type="o/js-lzl"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-205399VEBS'); gtag('config', 'AW-1000267094'); </script> <meta name="yandex-verification" content="3d8ef2a481c8d7f6"> <script type="o/js-lzl">var w=window;var p = w.location.protocol;if(p.indexOf("http") < 0){p = "http"+":";}var d = document;var f = d.getElementsByTagName('script')[0],s = d.createElement('script');s.type = 'text/javascript'; s.async = false; if (s.readyState){s.onreadystatechange = function(){if (s.readyState=="loaded"||s.readyState == "complete"){s.onreadystatechange = null;try{loadwaprops("3zd7feab98f9bbbd9ba4c2c3d97cd0b4f2","3zb548ee518a484aed3f00a816b91af417","3z75e8490e65522230971eb308753dc7eccb3530a2da16d34e8f3a0c56a71177ae","3z97a104907df1c70f5ba42ee05bd6b481c8066d149f48f300a786802181cb9bc0","0.0");}catch(e){}}};}else {s.onload = function(){try{loadwaprops("3zd7feab98f9bbbd9ba4c2c3d97cd0b4f2","3zb548ee518a484aed3f00a816b91af417","3z75e8490e65522230971eb308753dc7eccb3530a2da16d34e8f3a0c56a71177ae","3z97a104907df1c70f5ba42ee05bd6b481c8066d149f48f300a786802181cb9bc0","0.0");}catch(e){}};};s.src =p+"//ma.zoho.com/hub/js/WebsiteAutomation.js";f.parentNode.insertBefore(s, f);</script> <script src="https://secure.leadforensics.com/js/793198.js" type="o/js-lzl"></script> <noscript> <img src="https://secure.leadforensics.com/793198.png" style="display:none;"> </noscript> <script type="o/js-lzl"> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:5113213,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <script src="https://secure.leadforensics.com/js/793198.js" type="o/js-lzl"></script> <noscript> <img src="https://secure.leadforensics.com/793198.png" style="display:none;"> </noscript> <link rel="alternate" href="https://www.societ.com/solutions/sumac-crm/" hreflang="en"> <link rel="alternate" href="https://www.societ.com/fr/solutions/sumac-crm/" hreflang="fr"> <script type="application/json" id="weglot-data">{"website":"https:\/\/www.societ.com","uid":"ea31fa269c","project_slug":"societ-project","language_from":"en","language_from_custom_flag":null,"language_from_custom_name":"EN","excluded_paths":[{"type":"IS_EXACTLY","value":"\/sumac-crm-promo","language_button_displayed":false,"exclusion_behavior":"REDIRECT","excluded_languages":[],"regex":"^\/sumac\\-crm\\-promo$"},{"type":"IS_EXACTLY","value":"\/sumac-case-management-promo","language_button_displayed":false,"exclusion_behavior":"REDIRECT","excluded_languages":[],"regex":"^\/sumac\\-case\\-management\\-promo$"},{"type":"IS_EXACTLY","value":"\/sumac-memberships-promo","language_button_displayed":false,"exclusion_behavior":"REDIRECT","excluded_languages":[],"regex":"^\/sumac\\-memberships\\-promo$"},{"type":"IS_EXACTLY","value":"\/case-management-software-promo-human-services\/","language_button_displayed":false,"exclusion_behavior":"REDIRECT","excluded_languages":[],"regex":"^\/case\\-management\\-software\\-promo\\-human\\-services\/$"}],"excluded_blocks":[{"value":".sp-nav h4","description":"Website Solutons Dropdown"},{"value":".sp-discover-list dt","description":"Pre-Footer Discover List"}],"custom_settings":{"button_style":{"custom_css":"","is_dropdown":false,"with_flags":false,"full_name":false,"with_name":false,"flag_type":"rectangle_mat"},"wp_user_version":"4.2.2","translate_email":false,"translate_search":false,"translate_amp":false,"switchers":[{"style":{"full_name":false,"color":"","size_scale":"0.6"},"opts":{"is_responsive":false,"display_device":"mobile","pixel_cutoff":768},"location":{"target":".elementor-section:nth-child(1) #sp-header nav","sibling":".elementor-section:nth-child(1) #sp-header nav > div"},"template":{"name":"toggle","hash":"f91193df2a7169c578ab236ca55801e073e13611"}}]},"pending_translation_enabled":false,"curl_ssl_check_enabled":true,"languages":[{"language_to":"fr","custom_code":null,"custom_name":null,"custom_local_name":"FR","provider":null,"enabled":true,"automatic_translation_enabled":true,"deleted_at":null,"connect_host_destination":null,"custom_flag":"fr"}],"organization_slug":"w-c9d600f695","current_language":"en","switcher_links":{"en":"https:\/\/www.societ.com\/solutions\/sumac-crm\/","fr":"https:\/\/www.societ.com\/fr\/solutions\/sumac-crm\/"},"original_path":"\/solutions\/sumac-crm\/"}</script> <meta name="generator" content="Elementor 3.25.6; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-disabled, font_display-auto"> <link rel="icon" href="https://www.societ.com/wp-content/uploads/2024/05/cropped-Societ-Nonprofit-Solutions-32x32.png" sizes="32x32"> <link rel="icon" href="https://www.societ.com/wp-content/uploads/2024/05/cropped-Societ-Nonprofit-Solutions-192x192.png" sizes="192x192"> <link rel="apple-touch-icon" href="https://www.societ.com/wp-content/uploads/2024/05/cropped-Societ-Nonprofit-Solutions-180x180.png"> <meta name="msapplication-TileImage" content="https://www.societ.com/wp-content/uploads/2024/05/cropped-Societ-Nonprofit-Solutions-270x270.png"> <noscript> <style>.lzl{display:none!important;}</style> </noscript> <style>img.lzl,img.lzl-ing{opacity:0.01;}img.lzl-ed{transition:opacity .25s ease-in-out;}</style> <style></style> <style>img:is([sizes="auto" i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style id="astra-theme-css-css-crit" media="all">@charset "UTF-8";a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}[hidden],template{display:none}a{background-color:transparent}a:active{outline:0}a,a:focus,a:hover,a:visited{text-decoration:none}b,strong{font-weight:700}img{border:0}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid var(--ast-border-color);margin:0;padding:.35em .625em .75em}legend{border:0;padding:0}fieldset legend{margin-bottom:1.5em;padding:0 .5em}textarea{overflow:auto}@media (min-width:544px){.ast-container{max-width:100%}}@media (min-width:768px){.ast-container{max-width:100%}}@media (min-width:992px){.ast-container{max-width:100%}}@media (min-width:1200px){.ast-container{max-width:100%}}.ast-container,.ast-container-fluid{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.ast-container-fluid::after,.ast-container::after{content:"";display:table;clear:both}h1,h2,h3,h4,h5,h6{clear:both}.entry-content h1,h1{color:#808285;font-size:2em;line-height:1.2}.entry-content h2,h2{color:#808285;font-size:1.7em;line-height:1.3}.entry-content h3,h3{color:#808285;font-size:1.5em;line-height:1.4}.entry-content h4,h4{color:#808285;line-height:1.5;font-size:1.3em}.entry-content h6,h6{color:#808285;line-height:1.7;font-size:1.1em}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{color:#808285;background:#fff;font-style:normal}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}dt{font-weight:600}dd{margin:0 1.5em 1em}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}img{height:auto;max-width:100%}.ast-button,.button,button,input,select,textarea{color:#808285;font-weight:400;font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}.ast-button,.button,button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:var(--ast-border-color);border-radius:2px;background:#e6e6e6;padding:.6em 1em .4em;color:#fff}.ast-button:focus,.ast-button:hover,.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{color:#fff;border-color:var(--ast-border-color)}.ast-button:active,.ast-button:focus,.button:active,.button:focus,button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:var(--ast-border-color);outline:0}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{color:#666;border:1px solid var(--ast-border-color);border-radius:2px;-webkit-appearance:none}input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{color:#111}textarea{padding-left:3px;width:100%}a{color:#4169e1}a:focus,a:hover{color:#191970}a:focus{outline:thin dotted}a:hover{outline:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:2px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:12.25px;font-size:.875rem;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.aligncenter{clear:both;text-align:center;display:block;margin-left:auto;margin-right:auto}#primary:after,#primary:before,#secondary:after,#secondary:before,.ast-container:after,.ast-container:before,.ast-row:after,.ast-row:before,.clear:after,.clear:before,.sidebar-main:after,.sidebar-main:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before,.site-main:after,.site-main:before{content:"";display:table}#primary:after,#secondary:after,.ast-container:after,.ast-row:after,.clear:after,.sidebar-main:after,.site-content:after,.site-footer:after,.site-header:after,.site-main:after{clear:both}.entry-content[data-ast-blocks-layout]>embed,.entry-content[data-ast-blocks-layout]>iframe,.entry-content[data-ast-blocks-layout]>object,embed,iframe,object{max-width:100%}::selection{color:#fff;background:#0274be}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not(.logged-in){position:relative}#page{position:relative}a,a:focus{text-decoration:none}.secondary a *,.site-footer a *,.site-header a *,a{transition:all .2s linear}img{vertical-align:middle}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin-bottom:20px}p{margin-bottom:1.75em}.ast-button,.button,input[type=button],input[type=submit]{border-radius:0;padding:18px 30px;border:0;box-shadow:none;text-shadow:none}.ast-button:hover,.button:hover,input[type=button]:hover,input[type=submit]:hover{box-shadow:none}.ast-button:active,.ast-button:focus,.button:active,.button:focus,input[type=button]:active,input[type=button]:focus,input[type=submit]:active,input[type=submit]:focus{box-shadow:none}input,select{line-height:1}.ast-button,.ast-custom-button,body,button,input[type=button],input[type=submit],textarea{line-height:1.85714285714286}body{background-color:#fff}#page{display:block}#primary,#secondary{display:block;position:relative;float:left;width:100%}#primary{margin:4em 0}.ast-page-builder-template .site-content>.ast-container{max-width:100%;padding:0}.ast-page-builder-template .site-content #primary{padding:0;margin:0}.ast-page-builder-template .entry-header{margin-top:4em;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.ast-page-builder-template .entry-header.ast-header-without-markup{margin-top:0;margin-bottom:0}.ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link{border-bottom-style:none}.ast-header-break-point .main-navigation{padding-left:0}.ast-header-break-point .main-navigation ul .menu-item .menu-link{padding:0 20px;display:inline-block;width:100%;border:0;border-bottom-width:1px;border-style:solid;border-color:var(--ast-border-color)}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type{margin-right:5px}.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:inline}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{padding-left:30px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:40px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link{padding-left:50px}.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:60px}.ast-header-break-point .main-header-menu{background-color:#f9f9f9;border-top-width:0}.ast-header-break-point .main-header-menu .sub-menu{background-color:#f9f9f9;position:static;opacity:1;visibility:visible;border:0;width:auto}.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu{left:0}.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu{left:0}.ast-header-break-point .submenu-with-border .sub-menu{border:0}.ast-header-break-point .dropdown-menu-toggle{display:none}.ast-header-break-point .user-select{clear:both}.ast-header-break-point .ast-mobile-menu-buttons{display:block;align-self:center}.ast-header-break-point .main-header-bar-navigation{flex:auto}.ast-header-break-point .ast-main-header-bar-alignment{display:block;width:100%;flex:auto;order:4}.ast-header-break-point .ast-icon.icon-arrow svg{height:.85em;width:.95em;position:relative;margin-left:10px}.ast-header-break-point .header-main-layout-1 .site-branding{padding-right:1em}.ast-header-break-point .header-main-layout-1 .main-header-bar-navigation{text-align:left}.ast-header-break-point .header-main-layout-1 .main-navigation{padding-left:0}.ast-header-break-point .ast-mobile-header-stack .ast-masthead-custom-menu-items{flex:1 1 100%}.ast-header-break-point .ast-mobile-header-stack .site-branding{padding-left:0;padding-right:0;padding-bottom:1em;flex:1 1 100%}.ast-header-break-point .ast-mobile-header-stack .ast-masthead-custom-menu-items,.ast-header-break-point .ast-mobile-header-stack .ast-site-identity,.ast-header-break-point .ast-mobile-header-stack .site-branding,.ast-header-break-point .ast-mobile-header-stack .site-title{justify-content:center;text-align:center}.ast-header-break-point .ast-mobile-header-stack.ast-logo-title-inline .site-title{text-align:left}.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons{flex:1 1 100%;text-align:center;justify-content:center}.ast-header-break-point .ast-mobile-header-stack.header-main-layout-3 .main-header-container{flex-direction:initial}.ast-header-break-point .header-main-layout-2 .ast-mobile-menu-buttons{-js-display:flex;display:flex;justify-content:center}.ast-header-break-point .header-main-layout-2 .main-header-bar-navigation,.ast-header-break-point .header-main-layout-2 .widget{text-align:left}.ast-header-break-point.ast-header-custom-item-outside .header-main-layout-3 .main-header-bar .ast-search-icon{margin-right:auto;margin-left:1em}.ast-header-break-point .header-main-layout-3 .main-header-bar .ast-search-menu-icon.slide-search .search-form{right:auto;left:0}.ast-header-break-point .header-main-layout-3.ast-mobile-header-inline .ast-mobile-menu-buttons{justify-content:flex-start}.ast-header-break-point .header-main-layout-3 li .ast-search-menu-icon{left:0}.ast-header-break-point .header-main-layout-3 .site-branding{padding-left:1em;justify-content:flex-end}.ast-header-break-point .header-main-layout-3 .main-navigation{padding-right:0}@media (max-width:544px){.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons,.ast-header-break-point .ast-mobile-header-stack .site-branding{justify-content:center;text-align:center;padding-bottom:0}}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .site-branding{text-align:left}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .site-title{justify-content:left}.ast-header-break-point.ast-header-custom-item-outside .header-main-layout-2 .ast-mobile-menu-buttons{padding-bottom:1em}.ast-header-break-point .ast-mobile-header-inline .main-header-container,.ast-header-break-point .ast-mobile-header-stack .main-header-container{-js-display:flex;display:flex}.ast-header-break-point .main-header-bar{border:0}.ast-header-break-point .main-header-bar{border-bottom-color:var(--ast-border-color);border-bottom-style:solid}.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu{box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item{padding-left:0;padding-right:0;margin-top:0;margin-bottom:0}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link{display:none}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link{display:block}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-form{visibility:visible;opacity:1;position:relative;right:auto;top:auto;transform:none}.ast-header-break-point .ast-mobile-header-stack .site-description{text-align:center}.ast-header-break-point .ast-mobile-header-stack.ast-logo-title-inline .site-description{text-align:left}.ast-header-break-point.ast-header-custom-item-outside .ast-primary-menu-disabled .ast-mobile-menu-buttons{display:none}.ast-header-break-point .ast-hide-custom-menu-mobile .ast-masthead-custom-menu-items{display:none}.ast-header-break-point .ast-mobile-header-inline .site-branding{text-align:left;padding-bottom:0}.ast-header-break-point .ast-mobile-header-inline.header-main-layout-3 .site-branding{text-align:right}.ast-header-break-point .site-header .main-header-bar-wrap .site-branding{-js-display:flex;display:flex;flex:1;align-self:center}.ast-header-break-point ul li.ast-masthead-custom-menu-items a{padding:0;display:inline-block;width:auto;border:0}.ast-header-break-point li.ast-masthead-custom-menu-items{padding-left:20px;padding-right:20px;margin-bottom:1em;margin-top:1em}.ast-header-break-point .ast-site-identity{width:100%}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.menu-link:after{display:none}.ast-header-break-point .main-header-bar{display:block;line-height:3}.ast-header-break-point .main-header-bar .main-header-bar-navigation{line-height:3;display:none}.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu{line-height:3}.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu{display:none}.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle{display:inline-block;position:absolute;font-size:inherit;top:-1px;right:20px;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 .907em;font-weight:400;line-height:inherit;transition:all .2s}.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle .icon-arrow svg,.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg)}.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu{border-top-width:1px;border-style:solid;border-color:var(--ast-border-color)}.ast-header-break-point.ast-header-custom-item-inside .ast-search-menu-icon{position:relative;display:block;right:auto;transform:none}.ast-header-break-point .main-navigation{display:block;width:100%}.ast-header-break-point .main-navigation ul>.menu-item:first-child{border-top:0}.ast-header-break-point .main-navigation ul ul{left:auto;right:auto}.ast-header-break-point .main-navigation li{width:100%}.ast-header-break-point .main-navigation .widget{margin-bottom:1em}.ast-header-break-point .main-navigation .widget li{width:auto}.ast-header-break-point .main-navigation .widget:last-child{margin-bottom:0}.ast-header-break-point .main-header-bar-navigation{width:calc(100% + 40px);margin:0 -20px}.ast-header-break-point .main-header-menu ul ul{top:0}.ast-header-break-point .ast-has-mobile-header-logo .custom-logo-link{display:none}.ast-header-break-point .ast-has-mobile-header-logo .custom-mobile-logo-link{display:inline-block}.ast-header-break-point.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .astra-logo-svg,.ast-header-break-point.ast-mobile-inherit-site-logo .ast-has-mobile-header-logo .custom-logo-link{display:block}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-menu-buttons{order:2}.ast-header-break-point.ast-header-custom-item-outside .main-header-bar-navigation{order:3}.ast-header-break-point.ast-header-custom-item-outside .ast-masthead-custom-menu-items{order:1}.ast-header-break-point.ast-header-custom-item-outside .header-main-layout-2 .ast-masthead-custom-menu-items{text-align:center}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .ast-mobile-menu-buttons,.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .site-branding{-js-display:flex;display:flex}.ast-header-break-point.ast-header-custom-item-outside.ast-header-custom-item-outside .header-main-layout-2 .ast-mobile-menu-buttons{padding-bottom:0}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline .ast-site-identity{width:100%}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline.header-main-layout-3 .ast-site-identity{width:auto}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-inline.header-main-layout-2 .site-branding{flex:1 1 auto}@media (max-width:544px){.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons{width:100%}.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons,.ast-header-break-point .ast-mobile-header-stack .site-branding{justify-content:center}.ast-header-break-point .ast-mobile-header-stack .main-header-bar-wrap .site-branding{flex:1 1 auto}.ast-header-break-point .ast-mobile-header-stack .ast-mobile-menu-buttons{padding-top:.8em}.ast-header-break-point .ast-mobile-header-stack.header-main-layout-2 .ast-mobile-menu-buttons{padding-top:.8em}.ast-header-break-point .ast-mobile-header-stack.header-main-layout-1 .site-branding{padding-bottom:0}.ast-header-custom-item-outside.ast-header-break-point .ast-mobile-header-stack .ast-masthead-custom-menu-items{padding:.8em 1em 0;text-align:center;width:100%}.ast-header-custom-item-outside.ast-header-break-point .ast-mobile-header-stack.header-main-layout-3 .ast-masthead-custom-menu-items,.ast-header-custom-item-outside.ast-header-break-point .ast-mobile-header-stack.header-main-layout-3 .ast-mobile-menu-buttons{padding-top:.8em}}.ast-header-break-point .ast-mobile-menu-buttons{text-align:right;-js-display:flex;display:flex;justify-content:flex-end}.ast-header-break-point .ast-mobile-menu-buttons .ast-button-wrap .ast-mobile-menu-buttons-minimal{font-size:1.7em}.entry-content>:last-child,.entry-summary>:last-child,.page-content>:last-child{margin-bottom:0}body{overflow-x:hidden}@media (max-width:768px){.ast-header-break-point .footer-sml-layout-2 .ast-small-footer-section-2{margin-top:1em}}input[type=email],input[type=number],input[type=password],input[type=reset],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{color:#666;padding:.75em;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:var(--ast-comment-inputs-background);box-shadow:none;box-sizing:border-box;transition:all .2s linear}input[type=email]:focus,input[type=password]:focus,input[type=reset]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{background-color:#fff;border-color:var(--ast-border-color);box-shadow:none}input[type=button],input[type=button]:focus,input[type=button]:hover,input[type=reset],input[type=reset]:focus,input[type=reset]:hover,input[type=submit],input[type=submit]:focus,input[type=submit]:hover{box-shadow:none}textarea{width:100%}input[type=search]:focus{outline:thin dotted}input[type=range]{-webkit-appearance:none;width:100%;margin:5.7px 0;padding:0;border:none}input[type=range]:focus{outline:0}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8.6px;cursor:pointer;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9;background:rgba(255,255,255,.2);border-radius:13.6px;border:0 solid #fff}input[type=range]::-webkit-slider-thumb{box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);border:7.9px solid #0274be;height:20px;width:20px;border-radius:50px;background:#0274be;cursor:pointer;-webkit-appearance:none;margin-top:-5.7px}input[type=range]:focus::-webkit-slider-runnable-track{background:rgba(255,255,255,.2)}input[type=range]::-moz-range-track{width:100%;height:8.6px;cursor:pointer;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9;background:rgba(255,255,255,.2);border-radius:13.6px;border:0 solid #fff}input[type=range]::-moz-range-thumb{box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);border:7.9px solid #0274be;height:20px;width:20px;border-radius:50px;background:#0274be;cursor:pointer}input[type=range]::-ms-track{width:100%;height:8.6px;cursor:pointer;background:0 0;border-color:transparent;color:transparent}input[type=range]::-ms-fill-lower{background:rgba(199,199,199,.2);border:0 solid #fff;border-radius:27.2px;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9}input[type=range]::-ms-fill-upper{background:rgba(255,255,255,.2);border:0 solid #fff;border-radius:27.2px;box-shadow:2.6px 2.6px .4px #ccc,0 0 2.6px #d9d9d9}input[type=range]::-ms-thumb{box-shadow:0 0 0 rgba(255,221,0,.37),0 0 0 rgba(255,224,26,.37);border:7.9px solid #0274be;height:20px;height:8.6px;width:20px;border-radius:50px;background:#0274be;cursor:pointer}input[type=range]:focus::-ms-fill-lower{background:rgba(255,255,255,.2)}input[type=range]:focus::-ms-fill-upper{background:rgba(255,255,255,.2)}input[type=color]{border:none;width:100px;padding:0;height:30px;cursor:pointer}input[type=color]::-webkit-color-swatch-wrapper{padding:0;border:none}input[type=color]::-webkit-color-swatch{border:none}.page .entry-header{margin-bottom:1.5em}.ast-single-post .entry-header.ast-header-without-markup,.ast-single-post .entry-header.ast-no-title.ast-no-thumbnail{margin-bottom:0}.entry-header{margin-bottom:1.2em;word-wrap:break-word}.entry-header+.ast-blog-featured-section{margin-top:.5em}.entry-content{word-wrap:break-word}.entry-content .wp-audio-shortcode,.entry-content .wp-embedded-audio,.entry-content .wp-embedded-video,.entry-content .wp-video,.entry-content p{margin-bottom:1.6em}.entry-content::after{display:table;clear:both;content:""}</style> <link rel="stylesheet/lzl-nc" id="astra-theme-css-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/20c606e3e31d8336813cfd297d90cd12.c4f9.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="astra-theme-css-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/20c606e3e31d8336813cfd297d90cd12.c4f9.css" media="all"> </noscript> <style id="astra-theme-css-inline-css">.ast-header-break-point .entry-content .alignwide{margin-left:auto;margin-right:auto}:root{--ast-post-nav-space:0;--ast-container-default-xlg-padding:6.67em;--ast-container-default-lg-padding:5.67em;--ast-container-default-slg-padding:4.34em;--ast-container-default-md-padding:3.34em;--ast-container-default-sm-padding:6.67em;--ast-container-default-xs-padding:2.4em;--ast-container-default-xxs-padding:1.4em;--ast-code-block-background:#eee;--ast-comment-inputs-background:#fafafa;--ast-normal-container-width:1137px;--ast-narrow-container-width:750px;--ast-blog-title-font-weight:normal;--ast-blog-meta-weight:inherit}html{font-size:137.5%}a,.page-title{color:#00c19f}a:hover,a:focus{color:#00c19f}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:Helvetica,Verdana,Arial,sans-serif;font-weight:400;font-size:22px;font-size:1rem;line-height:var(--ast-body-line-height,1.65em)}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6,.site-title,.site-title a{font-family:"Roboto",sans-serif;font-weight:400}h1,.entry-content h1{font-size:40px;font-size:1.8181818181818rem;font-family:"Roboto",sans-serif;line-height:1.4em}h2,.entry-content h2{font-size:40px;font-size:1.8181818181818rem;font-weight:400;font-family:"Roboto",sans-serif;line-height:1.3em}h3,.entry-content h3{font-size:30px;font-size:1.3636363636364rem;font-weight:400;font-family:"Roboto",sans-serif;line-height:1.3em}h4,.entry-content h4{font-size:25px;font-size:1.1363636363636rem;line-height:1.2em;font-weight:400;font-family:"Roboto",sans-serif}h6,.entry-content h6{font-size:16px;font-size:0.72727272727273rem;line-height:1.25em;font-family:"Roboto",sans-serif}::selection{background-color:#00c19f;color:#000}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:unset}input:focus,input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=reset]:focus,input[type=search]:focus,textarea:focus{border-color:#00c19f}input[type=radio]:checked,input[type=reset],input[type=checkbox]:checked,input[type=checkbox]:hover:checked,input[type=checkbox]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:#00c19f;background-color:#00c19f;box-shadow:none}.ast-search-menu-icon.slide-search a:focus-visible:focus-visible,.astra-search-icon:focus-visible,#close:focus-visible,a:focus-visible,.ast-menu-toggle:focus-visible,.site .skip-link:focus-visible,.wp-block-loginout input:focus-visible,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.ast-header-navigation-arrow:focus-visible,.woocommerce .wc-proceed-to-checkout>.checkout-button:focus-visible,.woocommerce .woocommerce-MyAccount-navigation ul li a:focus-visible,.ast-orders-table__row .ast-orders-table__cell:focus-visible,.woocommerce .woocommerce-order-details .order-again>.button:focus-visible,.woocommerce .woocommerce-message a.button.wc-forward:focus-visible,.woocommerce #minus_qty:focus-visible,.woocommerce #plus_qty:focus-visible,a#ast-apply-coupon:focus-visible,.woocommerce .woocommerce-info a:focus-visible,.woocommerce .astra-shop-summary-wrap a:focus-visible,.woocommerce a.wc-forward:focus-visible,#ast-apply-coupon:focus-visible,.woocommerce-js .woocommerce-mini-cart-item a.remove:focus-visible,#close:focus-visible,.button.search-submit:focus-visible,#search_submit:focus,.normal-search:focus-visible,.ast-header-account-wrap:focus-visible,.woocommerce .ast-on-card-button.ast-quick-view-trigger:focus{outline-style:dotted;outline-color:inherit;outline-width:thin}input:focus,input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=reset]:focus,input[type=search]:focus,input[type=number]:focus,textarea:focus,.wp-block-search__input:focus,[data-section=section-header-mobile-trigger] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,.ast-mobile-popup-drawer.active .menu-toggle-close:focus,.woocommerce-ordering select.orderby:focus,#ast-scroll-top:focus,#coupon_code:focus,.woocommerce-page #comment:focus,.woocommerce #reviews #respond input#submit:focus,.woocommerce a.add_to_cart_button:focus,.woocommerce .button.single_add_to_cart_button:focus,.woocommerce .woocommerce-cart-form button:focus,.woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus,.woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper>.input-text:focus,.woocommerce #order_comments:focus,.woocommerce #place_order:focus,.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper>.input-text:focus,.woocommerce .woocommerce-MyAccount-content form button:focus,.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus,.woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus,body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus,#ast-coupon-code:focus,.woocommerce.woocommerce-js .quantity input[type=number]:focus,.woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus,.woocommerce p#ast-coupon-trigger:focus{border-style:dotted;border-color:inherit;border-width:thin}input{outline:none}.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle{background:0 0;color:#00c19f}.ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle{background:0 0;border:1px solid #00c19f;color:#00c19f}.ast-header-break-point .ast-mobile-menu-buttons-fill.menu-toggle{background:#00c19f}@media (min-width:922px){.ast-desktop .ast-container--narrow{max-width:var(--ast-narrow-container-width);margin:0 auto}}.ast-page-builder-template .site-content>.ast-container{max-width:100%;padding:0}.ast-page-builder-template .site .site-content #primary{padding:0;margin:0}.ast-page-builder-template .entry-header.ast-header-without-markup{margin-top:0;margin-bottom:0}.ast-page-builder-template .entry-header{margin-top:4em;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}@media (max-width:921px){#primary,#secondary{padding:1.5em 0;margin:0}}.elementor-button-wrapper .elementor-button{border-style:solid;text-decoration:none;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0}body .elementor-button.elementor-size-sm,body .elementor-button.elementor-size-xs,body .elementor-button.elementor-size-md,body .elementor-button.elementor-size-lg,body .elementor-button.elementor-size-xl,body .elementor-button{padding-top:10px;padding-right:40px;padding-bottom:10px;padding-left:40px}.elementor-button-wrapper .elementor-button{border-color:#00c19f;background-color:#00c19f}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus{color:#000;background-color:#00c19f;border-color:#00c19f}.wp-block-button .wp-block-button__link,.elementor-button-wrapper .elementor-button,.elementor-button-wrapper .elementor-button:visited{color:#000}.elementor-button-wrapper .elementor-button{line-height:1em}.elementor-widget-heading h1.elementor-heading-title{line-height:1.4em}.elementor-widget-heading h2.elementor-heading-title{line-height:1.3em}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type=button],input[type=submit],input[type=reset]{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#000;border-color:#00c19f;background-color:#00c19f;padding-top:10px;padding-right:40px;padding-bottom:10px;padding-left:40px;font-family:inherit;font-weight:inherit;line-height:1em}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type=button]:hover,input[type=button]:focus,input[type=submit]:hover,input[type=submit]:focus{color:#000;background-color:#00c19f;border-color:#00c19f}@media (max-width:921px){.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0}}@media (min-width:544px){.ast-container{max-width:100%}}@media (max-width:921px){h1,.entry-content h1{font-size:30px}h2,.entry-content h2{font-size:25px}h3,.entry-content h3{font-size:20px}}@media (max-width:544px){h1,.entry-content h1{font-size:30px}h2,.entry-content h2{font-size:25px}h3,.entry-content h3{font-size:20px}}@media (max-width:921px){html{font-size:125.4%}}@media (max-width:544px){html{font-size:125.4%}}@media (min-width:922px){.ast-container{max-width:1177px}}.ast-desktop .main-header-menu.submenu-with-border .sub-menu,.ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper{border-color:#00c19f}.ast-desktop .main-header-menu.submenu-with-border .sub-menu{border-top-width:2px;border-style:solid}.ast-desktop .main-header-menu.submenu-with-border .sub-menu .sub-menu{top:-2px}.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link,.ast-desktop .main-header-menu.submenu-with-border .children .menu-link{border-bottom-width:0px;border-style:solid;border-color:#eaeaea}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .main-header-bar-navigation .ast-search-icon{display:none}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-form{padding:0;display:block;overflow:hidden}.ast-header-break-point .ast-header-custom-item .widget:last-child{margin-bottom:1em}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link{display:none}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link{display:block}.ast-header-break-point.ast-header-custom-item-outside .main-header-bar .ast-search-icon{margin-right:1em}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-field,.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon.ast-inline-search .search-field{width:100%;padding-right:5.5em}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-submit{display:block;position:absolute;height:100%;top:0;right:0;padding:0 1em;border-radius:0}.ast-header-break-point .ast-header-custom-item .ast-masthead-custom-menu-items{padding-left:20px;padding-right:20px;margin-bottom:1em;margin-top:1em}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item{padding-left:0;padding-right:0;margin-top:0;margin-bottom:0}:root{--ast-global-color-0:#00c19f;--ast-global-color-1:#003a40;--ast-global-color-2:#8b84d7;--ast-global-color-3:#b5e3d8;--ast-global-color-4:#f5f5f5;--ast-global-color-5:#fff;--ast-global-color-6:#f2f5f7;--ast-global-color-7:#424242;--ast-global-color-8:#000}:root{--ast-border-color:#ddd}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:#00c19f}.elementor-widget-heading .elementor-heading-title{margin:0}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{top:0!important}.ast-header-break-point .main-header-bar{border-bottom-width:1px}.ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children>.ast-menu-toggle::before,.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle::before,.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle::before,.ast-header-break-point .ast-mobile-header-wrap .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle::before{font-weight:700;content:"";font-family:Astra;text-decoration:inherit;display:inline-block}.ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before{content:"";font-family:Astra;font-size:.65em;text-decoration:inherit;display:inline-block;transform:translate(0,-2px) rotateZ(270deg);margin-right:5px}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.menu-link:after{display:none}:root{--e-global-color-astglobalcolor0:#00c19f;--e-global-color-astglobalcolor1:#003a40;--e-global-color-astglobalcolor2:#8b84d7;--e-global-color-astglobalcolor3:#b5e3d8;--e-global-color-astglobalcolor4:#f5f5f5;--e-global-color-astglobalcolor5:#fff;--e-global-color-astglobalcolor6:#f2f5f7;--e-global-color-astglobalcolor7:#424242;--e-global-color-astglobalcolor8:#000}</style> <link id="astra-theme-css-inline-css-nonCrit" rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/1029d2a7ee3d69ce1523dc2d16a32654.5770.css"> <noscript lzl=""> <link id="astra-theme-css-inline-css-nonCrit" rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/1029d2a7ee3d69ce1523dc2d16a32654.5770.css"> </noscript> <link rel="stylesheet/lzl-nc" id="astra-google-fonts-css" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="astra-google-fonts-css" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="hfe-widgets-style-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/fd17bee3fdb968d7aee08afbadc04333.ff8e.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="hfe-widgets-style-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/fd17bee3fdb968d7aee08afbadc04333.ff8e.css" media="all"> </noscript> <style id="global-styles-inline-css">:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--color--ast-global-color-0:var(--ast-global-color-0);--wp--preset--color--ast-global-color-1:var(--ast-global-color-1);--wp--preset--color--ast-global-color-2:var(--ast-global-color-2);--wp--preset--color--ast-global-color-3:var(--ast-global-color-3);--wp--preset--color--ast-global-color-4:var(--ast-global-color-4);--wp--preset--color--ast-global-color-5:var(--ast-global-color-5);--wp--preset--color--ast-global-color-6:var(--ast-global-color-6);--wp--preset--color--ast-global-color-7:var(--ast-global-color-7);--wp--preset--color--ast-global-color-8:var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)}:root{--wp--style--global--content-size:var(--wp--custom--ast-content-width-size);--wp--style--global--wide-size:var(--wp--custom--ast-wide-width-size)}:where(body){margin:0}:root{--wp--style--block-gap:24px}body{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}a:where(:not(.wp-element-button)){text-decoration:none}</style> <link id="global-styles-inline-css-nonCrit" rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/ae3031f9813dd6eef49dd64789305d9e.276b.css"> <noscript lzl=""> <link id="global-styles-inline-css-nonCrit" rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/ae3031f9813dd6eef49dd64789305d9e.276b.css"> </noscript> <style id="wp-blog-designer-fontawesome-stylesheets-css-crit" media="all">.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-minus:before,.fa-subtract:before{content:""}.fa-add:before,.fa-plus:before{content:"+"}.fa-check:before{content:""}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}.fa-solid,.fas{font-weight:900}</style> <link rel="stylesheet/lzl-nc" id="wp-blog-designer-fontawesome-stylesheets-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/a66d2495d0aec939c18189bafae5e82e.15ff6.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="wp-blog-designer-fontawesome-stylesheets-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/a66d2495d0aec939c18189bafae5e82e.15ff6.css" media="all"> </noscript> <style id="wp-blog-designer-css-stylesheets-css-crit" media="all">::marker{display:none}@keyframes bounce_circularG{0%{transform:scale(1)}100%{transform:scale(.3)}}@-o-keyframes bounce_circularG{0%{-o-transform:scale(1)}100%{-o-transform:scale(.3)}}@-ms-keyframes bounce_circularG{0%{-ms-transform:scale(1)}100%{-ms-transform:scale(.3)}}@-webkit-keyframes bounce_circularG{0%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(.3)}}@-moz-keyframes bounce_circularG{0%{-moz-transform:scale(1)}100%{-moz-transform:scale(.3)}}</style> <link rel="stylesheet/lzl-nc" id="wp-blog-designer-css-stylesheets-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/6422e725b3c731c92ef215f836d2d33c.10649.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="wp-blog-designer-css-stylesheets-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/6422e725b3c731c92ef215f836d2d33c.10649.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="wpa-css-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/0db0e66fb34c26f2046ba274e16759a4.2b2.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="wpa-css-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/0db0e66fb34c26f2046ba274e16759a4.2b2.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="style-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/ff7510a5955d5c406dc3e4750b9e5f93.7d3.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="style-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/ff7510a5955d5c406dc3e4750b9e5f93.7d3.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="wp-color-picker-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/9aa8b5bcde0770f2687af200e5e70d42.c13.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="wp-color-picker-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/9aa8b5bcde0770f2687af200e5e70d42.c13.css" media="all"> </noscript> <style id="hfe-style-css-crit" media="all">.footer-width-fixer{width:100%}</style> <link rel="stylesheet/lzl-nc" id="hfe-style-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/4e44002c147c8566cac09e42a16256d7.1ce.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="hfe-style-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/4e44002c147c8566cac09e42a16256d7.1ce.css" media="all"> </noscript> <style id="elementor-icons-css-crit" media="all">[class^=eicon],[class*=" eicon-"]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes eicon-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}</style> <link rel="stylesheet/lzl-nc" id="elementor-icons-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/ac9efe5f898cb0c854119239fa66712c.47c2.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="elementor-icons-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/ac9efe5f898cb0c854119239fa66712c.47c2.css" media="all"> </noscript> <style id="elementor-frontend-css-crit" media="all">.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.elementor *,.elementor *:before,.elementor *:after{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background-overlay{height:100%;width:100%;top:0;left:0;position:absolute}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}@media (max-width:1024px){.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}@keyframes eicon-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial,.elementor-widget:not(:last-child).elementor-absolute{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:nth-child(1){order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,400ms)}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:hover,.elementor-button:focus,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button span{text-decoration:inherit}.elementor-tab-title a{color:inherit}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}@media (max-width:767px){.elementor .elementor-hidden-mobile{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}</style> <link rel="stylesheet/lzl-nc" id="elementor-frontend-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/bbe6bf252946b6b735b7c9afb98463ce.d35c.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="elementor-frontend-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/bbe6bf252946b6b735b7c9afb98463ce.d35c.css" media="all"> </noscript> <style id="swiper-css-crit" media="all">:root{--swiper-theme-color:#007aff}:root{--swiper-navigation-size:44px}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}</style> <link rel="stylesheet/lzl-nc" id="swiper-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/38e2e9aad3ac51ec6c1093d34a9e0b63.35bf.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="swiper-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/38e2e9aad3ac51ec6c1093d34a9e0b63.35bf.css" media="all"> </noscript> <style id="e-swiper-css-crit" media="all">.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}</style> <link rel="stylesheet/lzl-nc" id="e-swiper-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/9f5a3277b42ca22c31645b5a55dfd952.2765.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="e-swiper-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/9f5a3277b42ca22c31645b5a55dfd952.2765.css" media="all"> </noscript> <style id="elementor-post-22-css-crit" media="all">.elementor-kit-22{--e-global-color-primary:#00c19f;--e-global-color-secondary:#ef6079;--e-global-color-text:#003a40;--e-global-color-accent:#00c19f;--e-global-color-219f0150:#4054b2;--e-global-color-26eb598:#23a455;--e-global-color-da08515:#000;--e-global-color-4b28058c:#fff;--e-global-color-81cac46:#00c19f;--e-global-color-c7bc5c9:#ececec;--e-global-color-646f960:#456d40;--e-global-color-231d1c2:#f7f9fb;--e-global-color-3e1471e:#00c19f;--e-global-color-d6bb3cf:#b5e3d8;--e-global-color-889fc73:#b5e3d8;--e-global-color-90675de:#f7f9fb;--e-global-color-9109352:#00c19f;--e-global-color-e9131d1:#00c19f;--e-global-color-e4fe336:#003a40;--e-global-color-88d82ee:#003a40;--e-global-color-7f76b42:#ef6079;--e-global-color-e2fb979:#b5e3d8;--e-global-color-3f3a5a9:#ef6079;--e-global-color-7e104e1:#b5e3d8;--e-global-color-1103dd6:#b5e3d8;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:normal;--e-global-typography-58d57d5-font-family:"Paralucent (Demibold)";--e-global-typography-58d57d5-font-size:49px;--e-global-typography-58d57d5-text-transform:uppercase;--e-global-typography-9520ad4-font-family:"Paralucent (Demibold)";--e-global-typography-9520ad4-font-size:40px;--e-global-typography-9520ad4-text-transform:capitalize;--e-global-typography-2ecf285-font-family:"Paralucent (Demibold)";--e-global-typography-2ecf285-font-size:30px;--e-global-typography-2ecf285-text-transform:capitalize;--e-global-typography-485dec7-font-family:"Paralucent (Demibold)";--e-global-typography-485dec7-font-size:20px;--e-global-typography-485dec7-text-transform:capitalize;--e-global-typography-96d9a39-font-family:"Helvetica";--e-global-typography-96d9a39-font-size:20px;--e-global-typography-96d9a39-text-transform:capitalize;--e-global-typography-9f9bdde-font-family:"Helvetica";--e-global-typography-9f9bdde-font-size:20px;color:var(--e-global-color-text);font-family:"Helvetica",Sans-serif;font-size:20px}.elementor-kit-22 a{color:var(--e-global-color-primary)}.elementor-kit-22 h1{color:var(--e-global-color-primary);font-family:"Paralucent (Demibold)",Sans-serif}.elementor-kit-22 h2{color:#00c19f;font-family:"Paralucent (Demibold)",Sans-serif}.elementor-kit-22 h3{color:var(--e-global-color-primary);font-family:"Paralucent (Demibold)",Sans-serif}.elementor-kit-22 h4{color:var(--e-global-color-text);font-family:"Paralucent (Demibold)",Sans-serif}.elementor-kit-22 h6{color:var(--e-global-color-text);font-family:"Paralucent (Demibold)",Sans-serif}.elementor-kit-22 button,.elementor-kit-22 input[type=button],.elementor-kit-22 input[type=submit],.elementor-kit-22 .elementor-button{padding:0}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-widget:not(:last-child){margin-block-end:20px}.elementor-element{--widgets-spacing:20px 20px}@media (max-width:1024px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}}@media (max-width:767px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:767px}}</style> <link rel="stylesheet/lzl-nc" id="elementor-post-22-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/88a62225bdfcfd6bd91b410f6cc596cf.173.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="elementor-post-22-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/88a62225bdfcfd6bd91b410f6cc596cf.173.css" media="all"> </noscript> <style id="e-popup-style-css-crit" media="all">[data-elementor-type=popup]:not(.elementor-edit-area){display:none}</style> <link rel="stylesheet/lzl-nc" id="e-popup-style-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/9bcdfa49865bc0511e92599754ac00d9.36c.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="e-popup-style-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/9bcdfa49865bc0511e92599754ac00d9.36c.css" media="all"> </noscript> <style id="font-awesome-5-all-css-crit" media="all">.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-check:before{content:""}.fa-minus:before{content:""}.fa-plus:before{content:""}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}</style> <link rel="stylesheet/lzl-nc" id="font-awesome-5-all-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/5b8b09625a54e656c2c25cc473426d1d.d46a.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="font-awesome-5-all-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/5b8b09625a54e656c2c25cc473426d1d.d46a.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="font-awesome-4-shim-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/893cf9622c4d09ed47e0d16162cd554b.83bc.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="font-awesome-4-shim-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/893cf9622c4d09ed47e0d16162cd554b.83bc.css" media="all"> </noscript> <style id="widget-image-css-crit" media="all">.elementor-widget-image{text-align:center}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <link rel="stylesheet/lzl-nc" id="widget-image-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/a29fd96d569bb0950633e80761247910.65.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="widget-image-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/a29fd96d569bb0950633e80761247910.65.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="widget-heading-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/c3be9e612baf8fc4af612de8af4c0864.230.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="widget-heading-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/c3be9e612baf8fc4af612de8af4c0864.230.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="widget-text-editor-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/cc47f787a6142dfa2c7b6c0754ce0463.298.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="widget-text-editor-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/cc47f787a6142dfa2c7b6c0754ce0463.298.css" media="all"> </noscript> <style id="widget-icon-list-css-crit" media="all">.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:flex;font-size:inherit;align-items:var(--icon-vertical-align,center)}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style> <link rel="stylesheet/lzl-nc" id="widget-icon-list-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/75d254a3b927488686f1205af30e5f5f.1e2b.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="widget-icon-list-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/75d254a3b927488686f1205af30e5f5f.1e2b.css" media="all"> </noscript> <style id="widget-spacer-css-crit" media="all">.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}</style> <link rel="stylesheet/lzl-nc" id="widget-spacer-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/91da8306b4f4aabba45f69de13a4b910.4e8.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="widget-spacer-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/91da8306b4f4aabba45f69de13a4b910.4e8.css" media="all"> </noscript> <style id="widget-accordion-css-crit" media="all">.elementor-accordion{text-align:start}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}</style> <link rel="stylesheet/lzl-nc" id="widget-accordion-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/4bcc081f7ac8122e8b6aa39ea9e6bbda.1e5.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="widget-accordion-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/4bcc081f7ac8122e8b6aa39ea9e6bbda.1e5.css" media="all"> </noscript> <style id="elementor-post-93521-css-crit" media="all">.elementor-93521 .elementor-element.elementor-element-662ebb7:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-662ebb7>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:var(--e-global-color-astglobalcolor5)}.elementor-93521 .elementor-element.elementor-element-662ebb7{border-style:none;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:0;padding:0}.elementor-93521 .elementor-element.elementor-element-662ebb7>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-7ce7cf5>.elementor-container{max-width:1290px}.elementor-93521 .elementor-element.elementor-element-7ce7cf5:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-7ce7cf5>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:var(--e-global-color-astglobalcolor5)}.elementor-93521 .elementor-element.elementor-element-7ce7cf5{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:20px 0 0}.elementor-93521 .elementor-element.elementor-element-7ce7cf5>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-328aa39>.elementor-element-populated{margin:0 0 20px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-9b9073a{text-align:left}.elementor-93521 .elementor-element.elementor-element-9b9073a img{width:24%}.elementor-93521 .elementor-element.elementor-element-9b9073a>.elementor-widget-container{margin:0 0 0 67px;padding:30px 0 0}.elementor-93521 .elementor-element.elementor-element-df1498e{text-align:left}.elementor-93521 .elementor-element.elementor-element-df1498e .elementor-heading-title{color:#8b84d7;font-size:20px;font-weight:700;letter-spacing:.2px}.elementor-93521 .elementor-element.elementor-element-df1498e>.elementor-widget-container{margin:0 0 0 67px;padding:0}.elementor-93521 .elementor-element.elementor-element-0d7d329{text-align:left}.elementor-93521 .elementor-element.elementor-element-0d7d329 .elementor-heading-title{color:var(--e-global-color-9109352);font-size:45px;font-weight:700;line-height:1em;letter-spacing:.2px}.elementor-93521 .elementor-element.elementor-element-0d7d329>.elementor-widget-container{margin:30px 0 0 67px}.elementor-93521 .elementor-element.elementor-element-17626c6{color:#003a40;font-size:20px}.elementor-93521 .elementor-element.elementor-element-17626c6>.elementor-widget-container{margin:20px 90px 0 67px}.elementor-93521 .elementor-element.elementor-element-9f7462a>.elementor-widget-container{margin:0 0 30px 67px}.elementor-93521 .elementor-element.elementor-element-afbe8ba{text-align:left}.elementor-93521 .elementor-element.elementor-element-afbe8ba img{width:70%}.elementor-93521 .elementor-element.elementor-element-afbe8ba>.elementor-widget-container{margin:0;padding:0 30px 0 67px}.elementor-93521 .elementor-element.elementor-element-7c806d0>.elementor-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:40px 0 -20px -110px;--e-column-margin-right:0px;--e-column-margin-left:-110px;padding:0}.elementor-93521 .elementor-element.elementor-element-ce8ef65{text-align:left}.elementor-93521 .elementor-element.elementor-element-ce8ef65 img{max-width:920px}.elementor-93521 .elementor-element.elementor-element-ce8ef65>.elementor-widget-container{padding:0 0 10px}.elementor-93521 .elementor-element.elementor-element-9dae7fb:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-9dae7fb>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f7f9fb}.elementor-93521 .elementor-element.elementor-element-9dae7fb{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-93521 .elementor-element.elementor-element-9dae7fb>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-8874bf3{text-align:center}.elementor-93521 .elementor-element.elementor-element-8874bf3 .elementor-heading-title{color:var(--e-global-color-primary);font-size:40px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-8874bf3>.elementor-widget-container{margin:0;padding:50px 0 0}.elementor-93521 .elementor-element.elementor-element-7185376:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-7185376>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f7f9fb}.elementor-93521 .elementor-element.elementor-element-7185376{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:0;padding:0}.elementor-93521 .elementor-element.elementor-element-7185376>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-cea4055>.elementor-element-populated{margin:0 0 0 50px;--e-column-margin-right:0px;--e-column-margin-left:50px;padding:0}.elementor-93521 .elementor-element.elementor-element-ba31980{margin-top:20px;margin-bottom:0}.elementor-93521 .elementor-element.elementor-element-1f93dcd>.elementor-element-populated{margin:10px 0 0 20px;--e-column-margin-right:0px;--e-column-margin-left:20px;padding:0}.elementor-93521 .elementor-element.elementor-element-0992215 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(6px / 2)}.elementor-93521 .elementor-element.elementor-element-0992215 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(6px / 2)}.elementor-93521 .elementor-element.elementor-element-0992215 .elementor-icon-list-icon i{color:#00c19f;transition:color .3s}.elementor-93521 .elementor-element.elementor-element-0992215{--e-icon-list-icon-size:24px;--icon-vertical-offset:0px}.elementor-93521 .elementor-element.elementor-element-0992215 .elementor-icon-list-item>.elementor-icon-list-text,.elementor-93521 .elementor-element.elementor-element-0992215 .elementor-icon-list-item>a{font-size:20px;line-height:30px}.elementor-93521 .elementor-element.elementor-element-0992215 .elementor-icon-list-text{color:var(--e-global-color-text);transition:color .3s}.elementor-93521 .elementor-element.elementor-element-0992215>.elementor-widget-container{margin:10px 0 0}.elementor-93521 .elementor-element.elementor-element-83345d2>.elementor-element-populated{margin:0 0 0 20px;--e-column-margin-right:0px;--e-column-margin-left:20px;padding:0}.elementor-93521 .elementor-element.elementor-element-99a56e2 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(6px / 2)}.elementor-93521 .elementor-element.elementor-element-99a56e2 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(6px / 2)}.elementor-93521 .elementor-element.elementor-element-99a56e2 .elementor-icon-list-icon i{color:#00c19f;transition:color .3s}.elementor-93521 .elementor-element.elementor-element-99a56e2{--e-icon-list-icon-size:24px;--icon-vertical-offset:0px;width:var(--container-widget-width,84.466%);max-width:84.466%;--container-widget-width:84.466%;--container-widget-flex-grow:0}.elementor-93521 .elementor-element.elementor-element-99a56e2 .elementor-icon-list-item>.elementor-icon-list-text,.elementor-93521 .elementor-element.elementor-element-99a56e2 .elementor-icon-list-item>a{font-size:20px;line-height:30px}.elementor-93521 .elementor-element.elementor-element-99a56e2 .elementor-icon-list-text{color:var(--e-global-color-text);transition:color .3s}.elementor-93521 .elementor-element.elementor-element-99a56e2>.elementor-widget-container{margin:20px 0 0}.elementor-93521 .elementor-element.elementor-element-da6cf78{margin-top:10px;margin-bottom:0}.elementor-93521 .elementor-element.elementor-element-d412652>.elementor-element-populated{margin:0 0 0 20px;--e-column-margin-right:0px;--e-column-margin-left:20px}.elementor-93521 .elementor-element.elementor-element-157c4f2>.elementor-widget-container{margin:10px 0 30px}.elementor-93521 .elementor-element.elementor-element-f411db0>.elementor-widget-container{margin:0 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-b0943be>.elementor-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:0 20px 30px 2px;--e-column-margin-right:20px;--e-column-margin-left:2px}.elementor-93521 .elementor-element.elementor-element-07f79b4 img{width:35%}.elementor-93521 .elementor-element.elementor-element-07f79b4>.elementor-widget-container{margin:-20px 0 0;padding:0 80px}.elementor-93521 .elementor-element.elementor-element-07f79b4{z-index:1}.elementor-93521 .elementor-element.elementor-element-bcee801>.elementor-widget-container{margin:-40px 80px 40px}.elementor-93521 .elementor-element.elementor-element-717f818:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-717f818>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff}.elementor-93521 .elementor-element.elementor-element-717f818{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-93521 .elementor-element.elementor-element-717f818>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-095e59f{text-align:center}.elementor-93521 .elementor-element.elementor-element-095e59f .elementor-heading-title{color:var(--e-global-color-primary);font-size:40px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-095e59f>.elementor-widget-container{margin:0;padding:50px 0 0}.elementor-93521 .elementor-element.elementor-element-7ae60be{margin-top:20px;margin-bottom:0}.elementor-93521 .elementor-element.elementor-element-be30a99>.elementor-element-populated{margin:0 0 0 20px;--e-column-margin-right:0px;--e-column-margin-left:20px;padding:0}.elementor-93521 .elementor-element.elementor-element-9bb65eb>.elementor-widget-container{margin:0;padding:0}.elementor-93521 .elementor-element.elementor-element-3c159bd3:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-3c159bd3>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f7f9fb}.elementor-93521 .elementor-element.elementor-element-3c159bd3{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:-50px;padding:0}.elementor-93521 .elementor-element.elementor-element-3c159bd3>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-60124d98>.elementor-widget-container{margin:0 0 20px}.elementor-93521 .elementor-element.elementor-element-8279f95:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-8279f95>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff}.elementor-93521 .elementor-element.elementor-element-8279f95{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-93521 .elementor-element.elementor-element-8279f95>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-73d3562{text-align:center}.elementor-93521 .elementor-element.elementor-element-73d3562 .elementor-heading-title{color:var(--e-global-color-primary);font-family:"Paralucent (Demibold)",Sans-serif;font-size:40px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-73d3562>.elementor-widget-container{margin:0 0 20px;padding:50px 0 0}.elementor-93521 .elementor-element.elementor-element-4a894d94:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-4a894d94>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff}.elementor-93521 .elementor-element.elementor-element-4a894d94{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-93521 .elementor-element.elementor-element-4a894d94>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-5cbef0ce>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-50fca893{margin-top:0;margin-bottom:50px}.elementor-93521 .elementor-element.elementor-element-1c8bbd21>.elementor-element-populated{margin:0 30px 0 0;--e-column-margin-right:30px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-5dd87629{text-align:left}.elementor-93521 .elementor-element.elementor-element-5dd87629 img{width:100%}.elementor-93521 .elementor-element.elementor-element-5dd87629>.elementor-widget-container{margin:9px 0 0}.elementor-93521 .elementor-element.elementor-element-1037a914>.elementor-element-populated{margin:100px 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-93521 .elementor-element.elementor-element-120cbcc8{text-align:left}.elementor-93521 .elementor-element.elementor-element-120cbcc8 .elementor-heading-title{color:#00c19f;font-family:"Paralucent (Demibold)",Sans-serif;font-size:30px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-120cbcc8>.elementor-widget-container{margin:0;padding:0}.elementor-93521 .elementor-element.elementor-element-333159c5 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(6px / 2)}.elementor-93521 .elementor-element.elementor-element-333159c5 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(6px / 2)}.elementor-93521 .elementor-element.elementor-element-333159c5 .elementor-icon-list-icon i{color:#8dc63f;transition:color .3s}.elementor-93521 .elementor-element.elementor-element-333159c5{--e-icon-list-icon-size:24px;--icon-vertical-offset:0px;width:var(--container-widget-width,95.27%);max-width:95.27%;--container-widget-width:95.27%;--container-widget-flex-grow:0}.elementor-93521 .elementor-element.elementor-element-333159c5 .elementor-icon-list-item>.elementor-icon-list-text,.elementor-93521 .elementor-element.elementor-element-333159c5 .elementor-icon-list-item>a{font-size:20px;line-height:30px}.elementor-93521 .elementor-element.elementor-element-333159c5 .elementor-icon-list-text{color:var(--e-global-color-text);transition:color .3s}.elementor-93521 .elementor-element.elementor-element-333159c5>.elementor-widget-container{margin:10px 0 0}.elementor-93521 .elementor-element.elementor-element-4b9c730c>.elementor-widget-container{margin:0 0 30px;padding:0}.elementor-93521 .elementor-element.elementor-element-35e5764>.elementor-widget-container{margin:0 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-341e9448:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-341e9448>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f7f9fb}.elementor-93521 .elementor-element.elementor-element-341e9448{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-93521 .elementor-element.elementor-element-341e9448>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-17e08f34>.elementor-element-populated{margin:0 0 55px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-70c268b{margin-top:50px;margin-bottom:0}.elementor-93521 .elementor-element.elementor-element-3f48e57b{text-align:left}.elementor-93521 .elementor-element.elementor-element-3f48e57b .elementor-heading-title{color:var(--e-global-color-primary);font-family:"Paralucent (Demibold)",Sans-serif;font-size:30px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-3f48e57b>.elementor-widget-container{margin:50px 0 0;padding:0}.elementor-93521 .elementor-element.elementor-element-58427d9>.elementor-widget-container{margin:10px 0 0}.elementor-93521 .elementor-element.elementor-element-25a95cd6>.elementor-widget-container{margin:0 0 30px;padding:0}.elementor-93521 .elementor-element.elementor-element-e2857ec>.elementor-widget-container{margin:0 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-2c781224>.elementor-element-populated{margin:0 0 0 30px;--e-column-margin-right:0px;--e-column-margin-left:30px;padding:0}.elementor-93521 .elementor-element.elementor-element-259fdf57{text-align:center}.elementor-93521 .elementor-element.elementor-element-259fdf57>.elementor-widget-container{margin:9px 0 0}.elementor-93521 .elementor-element.elementor-element-4dda61a8:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-4dda61a8>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff}.elementor-93521 .elementor-element.elementor-element-4dda61a8{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:0;padding:0}.elementor-93521 .elementor-element.elementor-element-4dda61a8>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-36a60a18>.elementor-element-populated{margin:0 0 55px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-40cc07d9{margin-top:50px;margin-bottom:0}.elementor-93521 .elementor-element.elementor-element-59f6913>.elementor-element-populated{margin:0 30px 0 0;--e-column-margin-right:30px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-4830c335>.elementor-widget-container{margin:9px 0 0}.elementor-93521 .elementor-element.elementor-element-34708480>.elementor-element-populated{margin:40px 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-12ff7321{text-align:left}.elementor-93521 .elementor-element.elementor-element-12ff7321 .elementor-heading-title{color:var(--e-global-color-primary);font-family:"Paralucent (Demibold)",Sans-serif;font-size:30px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-12ff7321>.elementor-widget-container{margin:1px 0 0;padding:0}.elementor-93521 .elementor-element.elementor-element-34ebbc40 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(6px / 2)}.elementor-93521 .elementor-element.elementor-element-34ebbc40 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(6px / 2)}.elementor-93521 .elementor-element.elementor-element-34ebbc40 .elementor-icon-list-icon i{color:#8dc63f;transition:color .3s}.elementor-93521 .elementor-element.elementor-element-34ebbc40{--e-icon-list-icon-size:24px;--icon-vertical-offset:0px}.elementor-93521 .elementor-element.elementor-element-34ebbc40 .elementor-icon-list-item>.elementor-icon-list-text,.elementor-93521 .elementor-element.elementor-element-34ebbc40 .elementor-icon-list-item>a{font-size:20px;line-height:30px}.elementor-93521 .elementor-element.elementor-element-34ebbc40 .elementor-icon-list-text{color:var(--e-global-color-text);transition:color .3s}.elementor-93521 .elementor-element.elementor-element-34ebbc40>.elementor-widget-container{margin:10px 0 0}.elementor-93521 .elementor-element.elementor-element-205cbf3a>.elementor-widget-container{margin:0 0 30px;padding:0}.elementor-93521 .elementor-element.elementor-element-70cb74d>.elementor-widget-container{margin:0 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-12d27439:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-12d27439>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f7f9fb}.elementor-93521 .elementor-element.elementor-element-12d27439{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-93521 .elementor-element.elementor-element-12d27439>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-6b07b63c>.elementor-element-populated{margin:0 0 55px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-777f362b{margin-top:50px;margin-bottom:0}.elementor-93521 .elementor-element.elementor-element-393fcf18>.elementor-element-populated{margin:30px 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-93521 .elementor-element.elementor-element-45bd684f{text-align:left}.elementor-93521 .elementor-element.elementor-element-45bd684f .elementor-heading-title{color:var(--e-global-color-primary);font-family:"Paralucent (Demibold)",Sans-serif;font-size:30px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-45bd684f>.elementor-widget-container{margin:10px 0 0;padding:0}.elementor-93521 .elementor-element.elementor-element-835adfe>.elementor-widget-container{margin:10px 0 0}.elementor-93521 .elementor-element.elementor-element-20aa0b1>.elementor-widget-container{margin:15px 0 0;padding:0}.elementor-93521 .elementor-element.elementor-element-10c8d759>.elementor-widget-container{padding:0 0 30px}.elementor-93521 .elementor-element.elementor-element-2c69201>.elementor-widget-container{margin:0 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-3b61f41b>.elementor-element-populated{margin:0 0 0 30px;--e-column-margin-right:0px;--e-column-margin-left:30px;padding:0}.elementor-93521 .elementor-element.elementor-element-178db001>.elementor-widget-container{margin:9px 0 0}.elementor-93521 .elementor-element.elementor-element-6048c6e3:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-6048c6e3>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff}.elementor-93521 .elementor-element.elementor-element-6048c6e3{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-93521 .elementor-element.elementor-element-6048c6e3>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-41d27c1b>.elementor-element-populated{margin:0 0 55px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-3fbfcc77{margin-top:50px;margin-bottom:0}.elementor-93521 .elementor-element.elementor-element-58704727>.elementor-element-populated{margin:0 30px 0 0;--e-column-margin-right:30px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-376e97c5{text-align:left}.elementor-93521 .elementor-element.elementor-element-376e97c5>.elementor-widget-container{margin:9px 0 0}.elementor-93521 .elementor-element.elementor-element-24fa53ee>.elementor-element-populated{margin:30px 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-7615e3cd{text-align:left}.elementor-93521 .elementor-element.elementor-element-7615e3cd .elementor-heading-title{color:var(--e-global-color-primary);font-family:"Paralucent (Demibold)",Sans-serif;font-size:30px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-7615e3cd>.elementor-widget-container{margin:20px 0 0;padding:0}.elementor-93521 .elementor-element.elementor-element-4af5d0a3 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(6px / 2)}.elementor-93521 .elementor-element.elementor-element-4af5d0a3 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(6px / 2)}.elementor-93521 .elementor-element.elementor-element-4af5d0a3 .elementor-icon-list-icon i{color:#8dc63f;transition:color .3s}.elementor-93521 .elementor-element.elementor-element-4af5d0a3{--e-icon-list-icon-size:24px;--icon-vertical-offset:0px}.elementor-93521 .elementor-element.elementor-element-4af5d0a3 .elementor-icon-list-item>.elementor-icon-list-text,.elementor-93521 .elementor-element.elementor-element-4af5d0a3 .elementor-icon-list-item>a{font-size:20px;line-height:30px}.elementor-93521 .elementor-element.elementor-element-4af5d0a3 .elementor-icon-list-text{color:var(--e-global-color-text);transition:color .3s}.elementor-93521 .elementor-element.elementor-element-4af5d0a3>.elementor-widget-container{margin:10px 0 0}.elementor-93521 .elementor-element.elementor-element-198d3c2>.elementor-widget-container{padding:0 0 30px}.elementor-93521 .elementor-element.elementor-element-fa3538c>.elementor-widget-container{margin:0 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-2241dc5d:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-2241dc5d>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f7f9fb}.elementor-93521 .elementor-element.elementor-element-2241dc5d{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-93521 .elementor-element.elementor-element-2241dc5d>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-37df19d3>.elementor-element-populated{margin:0 0 55px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-8958358{margin-top:50px;margin-bottom:0}.elementor-93521 .elementor-element.elementor-element-572398dd>.elementor-element-populated{margin:30px 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-1dc6e1e1{text-align:left}.elementor-93521 .elementor-element.elementor-element-1dc6e1e1 .elementor-heading-title{color:var(--e-global-color-primary);font-family:"Paralucent (Demibold)",Sans-serif;font-size:30px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-1dc6e1e1>.elementor-widget-container{margin:20px 0 0;padding:0}.elementor-93521 .elementor-element.elementor-element-46c82a9b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(6px / 2)}.elementor-93521 .elementor-element.elementor-element-46c82a9b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(6px / 2)}.elementor-93521 .elementor-element.elementor-element-46c82a9b .elementor-icon-list-icon i{color:#8dc63f;transition:color .3s}.elementor-93521 .elementor-element.elementor-element-46c82a9b{--e-icon-list-icon-size:24px;--icon-vertical-offset:0px}.elementor-93521 .elementor-element.elementor-element-46c82a9b .elementor-icon-list-item>.elementor-icon-list-text,.elementor-93521 .elementor-element.elementor-element-46c82a9b .elementor-icon-list-item>a{font-size:20px;line-height:30px}.elementor-93521 .elementor-element.elementor-element-46c82a9b .elementor-icon-list-text{color:var(--e-global-color-text);transition:color .3s}.elementor-93521 .elementor-element.elementor-element-46c82a9b>.elementor-widget-container{margin:10px 0 0}.elementor-93521 .elementor-element.elementor-element-42362e8>.elementor-widget-container{padding:0 0 30px}.elementor-93521 .elementor-element.elementor-element-436faf1>.elementor-widget-container{margin:0 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-28416c5e>.elementor-element-populated{margin:0 0 0 30px;--e-column-margin-right:0px;--e-column-margin-left:30px;padding:0}.elementor-93521 .elementor-element.elementor-element-47b1f92b>.elementor-widget-container{margin:9px 0 0}.elementor-93521 .elementor-element.elementor-element-76694635:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-76694635>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff}.elementor-93521 .elementor-element.elementor-element-76694635{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:0;padding:0}.elementor-93521 .elementor-element.elementor-element-76694635>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-4ef107ef:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,.elementor-93521 .elementor-element.elementor-element-4ef107ef>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff}.elementor-93521 .elementor-element.elementor-element-4ef107ef>.elementor-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-93521 .elementor-element.elementor-element-f670296{text-align:center}.elementor-93521 .elementor-element.elementor-element-f670296 .elementor-heading-title{color:var(--e-global-color-primary);font-family:"Paralucent (Demibold)",Sans-serif;font-size:40px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-f670296>.elementor-widget-container{margin:50px 0 0;padding:0}.elementor-93521 .elementor-element.elementor-element-c61cf4b{text-align:center}.elementor-93521 .elementor-element.elementor-element-c61cf4b .elementor-heading-title{color:var(--e-global-color-text);font-family:"Paralucent (Demibold)",Sans-serif;font-size:26px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-c61cf4b>.elementor-widget-container{margin:20px 0 0;padding:0}.elementor-93521 .elementor-element.elementor-element-e9cece2>.elementor-widget-container{margin:0;padding:0}.elementor-93521 .elementor-element.elementor-element-43ea8648>.elementor-widget-container{margin:0;padding:0}.elementor-93521 .elementor-element.elementor-element-13407b29>.elementor-widget-container{margin:0;padding:0}.elementor-93521 .elementor-element.elementor-element-1897d4dd>.elementor-widget-container{margin:0 -550px 0 230px;padding:0}.elementor-93521 .elementor-element.elementor-element-236407a.elementor-column>.elementor-widget-wrap{justify-content:center}.elementor-93521 .elementor-element.elementor-element-61645691>.elementor-widget-container{padding:0 0 30px}.elementor-93521 .elementor-element.elementor-element-4800c9b>.elementor-widget-container{margin:0 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-7a98fbcf{--spacer-size:30px}.elementor-93521 .elementor-element.elementor-element-7f650c02:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-7f650c02>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f7f9fb}.elementor-93521 .elementor-element.elementor-element-7f650c02{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:-50px}.elementor-93521 .elementor-element.elementor-element-7f650c02>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-75f64fbf>.elementor-widget-container{background-color:transparent;background-image:linear-gradient(180deg,#fff 0%,#fff 100%)}.elementor-93521 .elementor-element.elementor-element-48ba2c50:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-48ba2c50>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff}.elementor-93521 .elementor-element.elementor-element-48ba2c50{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:50px;margin-bottom:0}.elementor-93521 .elementor-element.elementor-element-48ba2c50>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-70e5d198{margin-top:50px;margin-bottom:0}.elementor-93521 .elementor-element.elementor-element-240269da img{width:80%}.elementor-93521 .elementor-element.elementor-element-29b4e637 .elementor-heading-title{color:var(--e-global-color-primary);font-family:"Paralucent (Demibold)",Sans-serif;font-size:30px;font-weight:700;line-height:1.2em}.elementor-93521 .elementor-element.elementor-element-5d682909{color:var(--e-global-color-text);font-size:20px}.elementor-93521 .elementor-element.elementor-element-5d682909>.elementor-widget-container{margin:10px 0 0}.elementor-93521 .elementor-element.elementor-element-372a01c4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(6px / 2)}.elementor-93521 .elementor-element.elementor-element-372a01c4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(6px / 2)}.elementor-93521 .elementor-element.elementor-element-372a01c4 .elementor-icon-list-icon i{color:var(--e-global-color-primary);transition:color .3s}.elementor-93521 .elementor-element.elementor-element-372a01c4{--e-icon-list-icon-size:24px;--icon-vertical-offset:0px}.elementor-93521 .elementor-element.elementor-element-372a01c4 .elementor-icon-list-item>.elementor-icon-list-text,.elementor-93521 .elementor-element.elementor-element-372a01c4 .elementor-icon-list-item>a{font-size:20px;line-height:30px}.elementor-93521 .elementor-element.elementor-element-372a01c4 .elementor-icon-list-text{color:var(--e-global-color-text);transition:color .3s}.elementor-93521 .elementor-element.elementor-element-372a01c4>.elementor-widget-container{margin:18px 0 0}.elementor-93521 .elementor-element.elementor-element-11b7dffe>.elementor-widget-container{padding:0 0 30px}.elementor-93521 .elementor-element.elementor-element-4e546ee>.elementor-widget-container{margin:0 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-f90bd4e{--spacer-size:60px}.elementor-93521 .elementor-element.elementor-element-1f952c5a:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-1f952c5a>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f7f9fb}.elementor-93521 .elementor-element.elementor-element-1f952c5a{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-93521 .elementor-element.elementor-element-1f952c5a>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-4fcbc8ea{text-align:center}.elementor-93521 .elementor-element.elementor-element-4fcbc8ea .elementor-heading-title{color:var(--e-global-color-primary);font-family:"Paralucent (Demibold)",Sans-serif;font-size:40px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-4fcbc8ea>.elementor-widget-container{margin:50px 0 0;padding:0}.elementor-93521 .elementor-element.elementor-element-8e455df{text-align:center}.elementor-93521 .elementor-element.elementor-element-8e455df .elementor-heading-title{color:var(--e-global-color-text);font-family:"Paralucent (Demibold)",Sans-serif;font-size:26px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-8e455df>.elementor-widget-container{margin:20px 0 0;padding:0}.elementor-93521 .elementor-element.elementor-element-4a0453be{margin-top:25px;margin-bottom:25px;padding:0}.elementor-93521 .elementor-element.elementor-element-6f865ea8>.elementor-element-populated,.elementor-93521 .elementor-element.elementor-element-6f865ea8>.elementor-element-populated>.elementor-background-overlay,.elementor-93521 .elementor-element.elementor-element-6f865ea8>.elementor-background-slideshow{border-radius:18px 18px 18px 18px}.elementor-93521 .elementor-element.elementor-element-6f865ea8>.elementor-element-populated{box-shadow:0px 0px 12px -4px rgba(0,0,0,.5);transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:15px;--e-column-margin-right:15px;--e-column-margin-left:15px;padding:40px 18px}.elementor-93521 .elementor-element.elementor-element-43cee098:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,.elementor-93521 .elementor-element.elementor-element-43cee098>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg,#fff 0%,#fff 100%)}.elementor-93521 .elementor-element.elementor-element-43cee098>.elementor-element-populated,.elementor-93521 .elementor-element.elementor-element-43cee098>.elementor-element-populated>.elementor-background-overlay,.elementor-93521 .elementor-element.elementor-element-43cee098>.elementor-background-slideshow{border-radius:18px 18px 18px 18px}.elementor-93521 .elementor-element.elementor-element-43cee098>.elementor-element-populated{box-shadow:0px 10px 30px 0px rgba(0,0,0,.1);transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:15px 25px 15px 5px;--e-column-margin-right:25px;--e-column-margin-left:5px;padding:40px 18px}.elementor-93521 .elementor-element.elementor-element-3f98fcc7{text-align:left}.elementor-93521 .elementor-element.elementor-element-3f98fcc7 .elementor-heading-title{color:#00c19f;font-size:26px;font-weight:500}.elementor-93521 .elementor-element.elementor-element-3f98fcc7>.elementor-widget-container{padding:0 0 10px 14px}.elementor-93521 .elementor-element.elementor-element-1832c3b2{color:var(--e-global-color-text);font-size:20px}.elementor-93521 .elementor-element.elementor-element-5499f745 .elementor-button{font-family:"Roboto",Sans-serif;font-size:16px;background-color:#f78c40;border-radius:31px 31px 31px 31px;padding:8px 30px}.elementor-93521 .elementor-element.elementor-element-5499f745 .elementor-button:hover,.elementor-93521 .elementor-element.elementor-element-5499f745 .elementor-button:focus{background-color:#ea6d13}.elementor-93521 .elementor-element.elementor-element-5499f745>.elementor-widget-container{margin:18px 0 0;padding:0}.elementor-93521 .elementor-element.elementor-element-5499f745{width:auto;max-width:auto}.elementor-93521 .elementor-element.elementor-element-f8cab84:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,.elementor-93521 .elementor-element.elementor-element-f8cab84>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg,#fff 0%,#fff 100%)}.elementor-93521 .elementor-element.elementor-element-f8cab84>.elementor-element-populated,.elementor-93521 .elementor-element.elementor-element-f8cab84>.elementor-element-populated>.elementor-background-overlay,.elementor-93521 .elementor-element.elementor-element-f8cab84>.elementor-background-slideshow{border-radius:18px 18px 18px 18px}.elementor-93521 .elementor-element.elementor-element-f8cab84>.elementor-element-populated{box-shadow:0px 10px 30px 0px rgba(0,0,0,.1);transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:15px 5px 15px 25px;--e-column-margin-right:5px;--e-column-margin-left:25px;padding:40px 18px}.elementor-93521 .elementor-element.elementor-element-5b678a10{text-align:left}.elementor-93521 .elementor-element.elementor-element-5b678a10 .elementor-heading-title{color:var(--e-global-color-astglobalcolor0);font-size:26px;font-weight:500}.elementor-93521 .elementor-element.elementor-element-5b678a10>.elementor-widget-container{margin:0;padding:0 0 10px 14px}.elementor-93521 .elementor-element.elementor-element-771bceef{color:var(--e-global-color-text);font-size:20px}.elementor-93521 .elementor-element.elementor-element-218e3c04>.elementor-element-populated,.elementor-93521 .elementor-element.elementor-element-218e3c04>.elementor-element-populated>.elementor-background-overlay,.elementor-93521 .elementor-element.elementor-element-218e3c04>.elementor-background-slideshow{border-radius:18px 18px 18px 18px}.elementor-93521 .elementor-element.elementor-element-218e3c04>.elementor-element-populated{box-shadow:0px 0px 12px -4px rgba(0,0,0,.5);transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:15px;--e-column-margin-right:15px;--e-column-margin-left:15px;padding:40px 18px}.elementor-93521 .elementor-element.elementor-element-d7b1dbf>.elementor-widget-container{padding:0 0 30px}.elementor-93521 .elementor-element.elementor-element-a38ebef>.elementor-widget-container{margin:0 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-1a82d8e5{--spacer-size:30px}.elementor-93521 .elementor-element.elementor-element-2cececc9:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-2cececc9>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff}.elementor-93521 .elementor-element.elementor-element-2cececc9{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:0}.elementor-93521 .elementor-element.elementor-element-2cececc9>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-5dc96b47{text-align:center}.elementor-93521 .elementor-element.elementor-element-5dc96b47 .elementor-heading-title{color:var(--e-global-color-primary);font-family:"Paralucent (Demibold)",Sans-serif;font-size:40px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-5dc96b47>.elementor-widget-container{margin:50px 0 0;padding:0}.elementor-93521 .elementor-element.elementor-element-325a6ef6{margin-top:18px;margin-bottom:0;padding:0}.elementor-93521 .elementor-element.elementor-element-49511e24:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,.elementor-93521 .elementor-element.elementor-element-49511e24>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg,#fff 0%,#fff 100%)}.elementor-93521 .elementor-element.elementor-element-49511e24>.elementor-element-populated,.elementor-93521 .elementor-element.elementor-element-49511e24>.elementor-element-populated>.elementor-background-overlay,.elementor-93521 .elementor-element.elementor-element-49511e24>.elementor-background-slideshow{border-radius:18px 18px 18px 18px}.elementor-93521 .elementor-element.elementor-element-49511e24>.elementor-element-populated{box-shadow:0px 10px 30px 0px rgba(0,0,0,.1);transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:15px;--e-column-margin-right:15px;--e-column-margin-left:15px}.elementor-93521 .elementor-element.elementor-element-278570b6{text-align:center}.elementor-93521 .elementor-element.elementor-element-278570b6 .elementor-heading-title{color:var(--e-global-color-text);font-family:"Paralucent (Demibold)",Sans-serif;font-size:26px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-61e0e6d3{text-align:center;color:var(--e-global-color-text);font-size:20px;font-weight:400;line-height:1.4em}.elementor-93521 .elementor-element.elementor-element-61e0e6d3>.elementor-widget-container{margin:18px 0 0}.elementor-93521 .elementor-element.elementor-element-4803222b:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,.elementor-93521 .elementor-element.elementor-element-4803222b>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg,#fff 0%,#fff 100%)}.elementor-93521 .elementor-element.elementor-element-4803222b>.elementor-element-populated,.elementor-93521 .elementor-element.elementor-element-4803222b>.elementor-element-populated>.elementor-background-overlay,.elementor-93521 .elementor-element.elementor-element-4803222b>.elementor-background-slideshow{border-radius:18px 18px 18px 18px}.elementor-93521 .elementor-element.elementor-element-4803222b>.elementor-element-populated{box-shadow:0px 10px 20px 0px rgba(0,0,0,.1);transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:15px;--e-column-margin-right:15px;--e-column-margin-left:15px}.elementor-93521 .elementor-element.elementor-element-8e93d5c{text-align:center}.elementor-93521 .elementor-element.elementor-element-8e93d5c .elementor-heading-title{color:var(--e-global-color-text);font-family:"Paralucent (Demibold)",Sans-serif;font-size:26px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-2be38176{text-align:center;color:var(--e-global-color-text);font-size:20px;font-weight:400;line-height:1.4em}.elementor-93521 .elementor-element.elementor-element-2be38176>.elementor-widget-container{margin:18px 0 0}.elementor-93521 .elementor-element.elementor-element-7be09729:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,.elementor-93521 .elementor-element.elementor-element-7be09729>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg,#fff 0%,#fff 100%)}.elementor-93521 .elementor-element.elementor-element-7be09729>.elementor-element-populated,.elementor-93521 .elementor-element.elementor-element-7be09729>.elementor-element-populated>.elementor-background-overlay,.elementor-93521 .elementor-element.elementor-element-7be09729>.elementor-background-slideshow{border-radius:18px 18px 18px 18px}.elementor-93521 .elementor-element.elementor-element-7be09729>.elementor-element-populated{box-shadow:0px 10px 30px 0px rgba(0,0,0,.1);transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:15px;--e-column-margin-right:15px;--e-column-margin-left:15px}.elementor-93521 .elementor-element.elementor-element-2c1b780{text-align:center}.elementor-93521 .elementor-element.elementor-element-2c1b780 .elementor-heading-title{color:var(--e-global-color-text);font-family:"Paralucent (Demibold)",Sans-serif;font-size:26px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-74ba658{text-align:center;color:#222;font-size:20px;font-weight:400;line-height:1.4em}.elementor-93521 .elementor-element.elementor-element-74ba658>.elementor-widget-container{margin:18px 0 0}.elementor-93521 .elementor-element.elementor-element-9ac30ce{margin-top:0;margin-bottom:25px;padding:0}.elementor-93521 .elementor-element.elementor-element-7e2cd172:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,.elementor-93521 .elementor-element.elementor-element-7e2cd172>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg,#fff 0%,#fff 100%)}.elementor-93521 .elementor-element.elementor-element-7e2cd172>.elementor-element-populated,.elementor-93521 .elementor-element.elementor-element-7e2cd172>.elementor-element-populated>.elementor-background-overlay,.elementor-93521 .elementor-element.elementor-element-7e2cd172>.elementor-background-slideshow{border-radius:18px 18px 18px 18px}.elementor-93521 .elementor-element.elementor-element-7e2cd172>.elementor-element-populated{box-shadow:0px 10px 30px 0px rgba(0,0,0,.1);transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:15px;--e-column-margin-right:15px;--e-column-margin-left:15px}.elementor-93521 .elementor-element.elementor-element-3306a2f7{text-align:center}.elementor-93521 .elementor-element.elementor-element-3306a2f7 .elementor-heading-title{color:var(--e-global-color-text);font-family:"Paralucent (Demibold)",Sans-serif;font-size:26px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-7e5cb4ac{text-align:center;color:#222;font-size:20px;font-weight:400;line-height:1.4em}.elementor-93521 .elementor-element.elementor-element-7e5cb4ac>.elementor-widget-container{margin:18px 0 0}.elementor-93521 .elementor-element.elementor-element-617b0d9b:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,.elementor-93521 .elementor-element.elementor-element-617b0d9b>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg,#fff 0%,#fff 100%)}.elementor-93521 .elementor-element.elementor-element-617b0d9b>.elementor-element-populated,.elementor-93521 .elementor-element.elementor-element-617b0d9b>.elementor-element-populated>.elementor-background-overlay,.elementor-93521 .elementor-element.elementor-element-617b0d9b>.elementor-background-slideshow{border-radius:18px 18px 18px 18px}.elementor-93521 .elementor-element.elementor-element-617b0d9b>.elementor-element-populated{box-shadow:0px 10px 30px 0px rgba(0,0,0,.1);transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:15px;--e-column-margin-right:15px;--e-column-margin-left:15px}.elementor-93521 .elementor-element.elementor-element-5549030e{text-align:center}.elementor-93521 .elementor-element.elementor-element-5549030e .elementor-heading-title{color:var(--e-global-color-text);font-family:"Paralucent (Demibold)",Sans-serif;font-size:26px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-5b095de3{text-align:center;color:#222;font-size:20px;font-weight:400;line-height:1.4em}.elementor-93521 .elementor-element.elementor-element-5b095de3>.elementor-widget-container{margin:18px 0 0}.elementor-93521 .elementor-element.elementor-element-3f5fa65:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,.elementor-93521 .elementor-element.elementor-element-3f5fa65>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg,#fff 0%,#fff 100%)}.elementor-93521 .elementor-element.elementor-element-3f5fa65>.elementor-element-populated,.elementor-93521 .elementor-element.elementor-element-3f5fa65>.elementor-element-populated>.elementor-background-overlay,.elementor-93521 .elementor-element.elementor-element-3f5fa65>.elementor-background-slideshow{border-radius:18px 18px 18px 18px}.elementor-93521 .elementor-element.elementor-element-3f5fa65>.elementor-element-populated{box-shadow:0px 10px 30px 0px rgba(0,0,0,.1);transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:15px;--e-column-margin-right:15px;--e-column-margin-left:15px}.elementor-93521 .elementor-element.elementor-element-167fbbd{text-align:center}.elementor-93521 .elementor-element.elementor-element-167fbbd .elementor-heading-title{color:var(--e-global-color-text);font-family:"Paralucent (Demibold)",Sans-serif;font-size:26px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-4661008c{text-align:center;color:#222;font-size:20px;font-weight:400;line-height:1.4em}.elementor-93521 .elementor-element.elementor-element-4661008c>.elementor-widget-container{margin:18px 0 0}.elementor-93521 .elementor-element.elementor-element-18972f5>.elementor-widget-container{padding:0 0 30px}.elementor-93521 .elementor-element.elementor-element-b21b042>.elementor-widget-container{margin:0 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-3206078f{--spacer-size:50px}.elementor-93521 .elementor-element.elementor-element-6f9d1339:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-6f9d1339>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f7f9fb}.elementor-93521 .elementor-element.elementor-element-6f9d1339{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:0}.elementor-93521 .elementor-element.elementor-element-6f9d1339>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-dbbaf2e{--spacer-size:50px}.elementor-93521 .elementor-element.elementor-element-19af7089{text-align:center;color:#222;font-family:"Roboto",Sans-serif;font-size:16px}.elementor-93521 .elementor-element.elementor-element-49b4d50c{--spacer-size:30px}.elementor-93521 .elementor-element.elementor-element-2a8506d4:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-2a8506d4>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f7f9fb}.elementor-93521 .elementor-element.elementor-element-2a8506d4>.elementor-background-overlay{opacity:.61;transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-2a8506d4{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:0}.elementor-93521 .elementor-element.elementor-element-6cedf740.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center}.elementor-93521 .elementor-element.elementor-element-6cedf740>.elementor-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:0 90px 0 0}.elementor-93521 .elementor-element.elementor-element-1e7b52ad{text-align:left}.elementor-93521 .elementor-element.elementor-element-1e7b52ad .elementor-heading-title{color:var(--e-global-color-primary);font-family:"Paralucent (Demibold)",Sans-serif;font-size:30px;font-weight:700;line-height:1.1em;letter-spacing:.9px}.elementor-93521 .elementor-element.elementor-element-1e7b52ad>.elementor-widget-container{padding:50px 0 0}.elementor-93521 .elementor-element.elementor-element-ac1d4cb>.elementor-widget-container{margin:0 0 -10px;padding:0}.elementor-93521 .elementor-element.elementor-element-589ac9b0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(0px / 2)}.elementor-93521 .elementor-element.elementor-element-589ac9b0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(0px / 2)}.elementor-93521 .elementor-element.elementor-element-589ac9b0 .elementor-icon-list-icon i{color:var(--e-global-color-primary);transition:color .3s}.elementor-93521 .elementor-element.elementor-element-589ac9b0{--e-icon-list-icon-size:18px;--icon-vertical-offset:0px}.elementor-93521 .elementor-element.elementor-element-589ac9b0 .elementor-icon-list-item>.elementor-icon-list-text,.elementor-93521 .elementor-element.elementor-element-589ac9b0 .elementor-icon-list-item>a{font-size:20px}.elementor-93521 .elementor-element.elementor-element-589ac9b0 .elementor-icon-list-text{color:#222;transition:color .3s}.elementor-93521 .elementor-element.elementor-element-589ac9b0>.elementor-widget-container{margin:-18px 0 0}.elementor-93521 .elementor-element.elementor-element-3355ca20{margin-top:0;margin-bottom:0;padding:0 0 18px}.elementor-93521 .elementor-element.elementor-element-3f51e1c0>.elementor-element-populated{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:0}.elementor-93521 .elementor-element.elementor-element-231e172c>.elementor-widget-container{margin:50px 25px 50px 42px;padding:40px 30px 18px;background-color:transparent;background-image:linear-gradient(305deg,#8b84d7 45%,#00c19f 75%);border-radius:20px 20px 20px 20px}.elementor-93521 .elementor-element.elementor-element-5344fd42:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-5344fd42>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#fff}.elementor-93521 .elementor-element.elementor-element-5344fd42{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:0;padding:0}.elementor-93521 .elementor-element.elementor-element-5344fd42>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-69aa8639>.elementor-element-populated{padding:0 0 75px}.elementor-93521 .elementor-element.elementor-element-68437ed5{text-align:center}.elementor-93521 .elementor-element.elementor-element-68437ed5 .elementor-heading-title{color:var(--e-global-color-primary);font-family:"Paralucent (Demibold)",Sans-serif;font-size:40px;font-weight:700}.elementor-93521 .elementor-element.elementor-element-68437ed5>.elementor-widget-container{margin:50px 0 10px;padding:0}.elementor-93521 .elementor-element.elementor-element-2ffad714>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-63589b93 .elementor-accordion-item{border-color:#9e9e9e}.elementor-93521 .elementor-element.elementor-element-63589b93 .elementor-accordion-item .elementor-tab-content{border-top-color:#9e9e9e}.elementor-93521 .elementor-element.elementor-element-63589b93 .elementor-accordion-icon,.elementor-93521 .elementor-element.elementor-element-63589b93 .elementor-accordion-title{color:#9e9e9e}.elementor-93521 .elementor-element.elementor-element-63589b93 .elementor-accordion-title{font-size:18px}.elementor-93521 .elementor-element.elementor-element-63589b93 .elementor-tab-title .elementor-accordion-icon i:before{color:#9e9e9e}.elementor-93521 .elementor-element.elementor-element-63589b93 .elementor-tab-content{color:#222;font-size:20px}.elementor-93521 .elementor-element.elementor-element-63589b93>.elementor-widget-container{margin:0;padding:0 100px;border-style:solid;border-width:0}.elementor-93521 .elementor-element.elementor-element-79f44c08:not(.elementor-motion-effects-element-type-background),.elementor-93521 .elementor-element.elementor-element-79f44c08>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#f0f0f0}.elementor-93521 .elementor-element.elementor-element-79f44c08{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:0;margin-bottom:0;padding:30px}.elementor-93521 .elementor-element.elementor-element-79f44c08>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-93521 .elementor-element.elementor-element-4214040a>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}@media (min-width:768px){.elementor-93521 .elementor-element.elementor-element-328aa39{width:49.07%}.elementor-93521 .elementor-element.elementor-element-7c806d0{width:50.892%}.elementor-93521 .elementor-element.elementor-element-cea4055{width:51.578%}.elementor-93521 .elementor-element.elementor-element-1f93dcd{width:49.812%}.elementor-93521 .elementor-element.elementor-element-83345d2{width:50.001%}.elementor-93521 .elementor-element.elementor-element-b0943be{width:48.422%}.elementor-93521 .elementor-element.elementor-element-1c8bbd21{width:60%}.elementor-93521 .elementor-element.elementor-element-1037a914{width:40%}.elementor-93521 .elementor-element.elementor-element-7395a822{width:40%}.elementor-93521 .elementor-element.elementor-element-2c781224{width:60%}.elementor-93521 .elementor-element.elementor-element-59f6913{width:60%}.elementor-93521 .elementor-element.elementor-element-34708480{width:40%}.elementor-93521 .elementor-element.elementor-element-393fcf18{width:40%}.elementor-93521 .elementor-element.elementor-element-3b61f41b{width:60%}.elementor-93521 .elementor-element.elementor-element-58704727{width:60%}.elementor-93521 .elementor-element.elementor-element-24fa53ee{width:40%}.elementor-93521 .elementor-element.elementor-element-572398dd{width:40%}.elementor-93521 .elementor-element.elementor-element-28416c5e{width:60%}.elementor-93521 .elementor-element.elementor-element-6248a92d{width:60%}.elementor-93521 .elementor-element.elementor-element-653f4535{width:40%}.elementor-93521 .elementor-element.elementor-element-6f865ea8{width:15%}.elementor-93521 .elementor-element.elementor-element-43cee098{width:35%}.elementor-93521 .elementor-element.elementor-element-f8cab84{width:35%}.elementor-93521 .elementor-element.elementor-element-218e3c04{width:15%}.elementor-93521 .elementor-element.elementor-element-6cedf740{width:46%}.elementor-93521 .elementor-element.elementor-element-3f51e1c0{width:54%}}@media (max-width:1024px){.elementor-93521 .elementor-element.elementor-element-328aa39>.elementor-element-populated{margin:0 0 0 30px;--e-column-margin-right:0px;--e-column-margin-left:30px;padding:0}.elementor-93521 .elementor-element.elementor-element-9b9073a img{width:35%}.elementor-93521 .elementor-element.elementor-element-9b9073a>.elementor-widget-container{margin:0 0 0 7px;padding:21px 0 0}.elementor-93521 .elementor-element.elementor-element-df1498e .elementor-heading-title{font-size:30px}.elementor-93521 .elementor-element.elementor-element-df1498e>.elementor-widget-container{margin:0 0 0 7px;padding:20px 0 0}.elementor-93521 .elementor-element.elementor-element-0d7d329 .elementor-heading-title{font-size:35px}.elementor-93521 .elementor-element.elementor-element-0d7d329>.elementor-widget-container{margin:0 0 0 7px}.elementor-93521 .elementor-element.elementor-element-17626c6>.elementor-widget-container{margin:20px 0 0 10px}.elementor-93521 .elementor-element.elementor-element-9f7462a>.elementor-widget-container{margin:40px 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-afbe8ba img{width:80%}.elementor-93521 .elementor-element.elementor-element-afbe8ba>.elementor-widget-container{margin:0 0 0 7px;padding:0}.elementor-93521 .elementor-element.elementor-element-7c806d0>.elementor-element-populated{margin:130px 40px 130px 0;--e-column-margin-right:40px;--e-column-margin-left:0px}.elementor-93521 .elementor-element.elementor-element-ce8ef65{text-align:left}.elementor-93521 .elementor-element.elementor-element-ce8ef65 img{width:533px}.elementor-93521 .elementor-element.elementor-element-ce8ef65>.elementor-widget-container{margin:0;padding:0}.elementor-93521 .elementor-element.elementor-element-f411db0>.elementor-widget-container{margin:40px 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-07f79b4>.elementor-widget-container{margin:-45px 0 0;padding:0 100px 0 0}.elementor-93521 .elementor-element.elementor-element-bcee801>.elementor-widget-container{margin:-30px 100px 0 0}.elementor-93521 .elementor-element.elementor-element-35e5764>.elementor-widget-container{margin:40px 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-e2857ec>.elementor-widget-container{margin:40px 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-70cb74d>.elementor-widget-container{margin:40px 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-2c69201>.elementor-widget-container{margin:40px 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-fa3538c>.elementor-widget-container{margin:40px 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-436faf1>.elementor-widget-container{margin:40px 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-4800c9b>.elementor-widget-container{margin:40px 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-75f64fbf>.elementor-widget-container{margin:0;padding:0}.elementor-93521 .elementor-element.elementor-element-4e546ee>.elementor-widget-container{margin:40px 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-5499f745 .elementor-button{font-size:15px}.elementor-93521 .elementor-element.elementor-element-5499f745>.elementor-widget-container{padding:0}.elementor-93521 .elementor-element.elementor-element-5499f745{width:100%;max-width:100%}.elementor-93521 .elementor-element.elementor-element-a38ebef>.elementor-widget-container{margin:40px 0 30px -20px;padding:0}.elementor-93521 .elementor-element.elementor-element-b21b042>.elementor-widget-container{margin:40px 0 30px -20px;padding:0}}@media (max-width:767px){.elementor-93521 .elementor-element.elementor-element-328aa39>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-93521 .elementor-element.elementor-element-9b9073a img{width:25%}.elementor-93521 .elementor-element.elementor-element-9b9073a>.elementor-widget-container{padding:12px 0 0}.elementor-93521 .elementor-element.elementor-element-df1498e{text-align:left}.elementor-93521 .elementor-element.elementor-element-df1498e .elementor-heading-title{font-size:20px}.elementor-93521 .elementor-element.elementor-element-df1498e>.elementor-widget-container{margin:0 0 0 7px;padding:10px 0 0}.elementor-93521 .elementor-element.elementor-element-0d7d329{text-align:left}.elementor-93521 .elementor-element.elementor-element-0d7d329 .elementor-heading-title{font-size:29px}.elementor-93521 .elementor-element.elementor-element-0d7d329>.elementor-widget-container{margin:30px 0 0 10px;padding:0}.elementor-93521 .elementor-element.elementor-element-17626c6>.elementor-widget-container{margin:20px 0 0 10px}.elementor-93521 .elementor-element.elementor-element-9f7462a>.elementor-widget-container{margin:0 30px 0 0;padding:0 0 30px}.elementor-93521 .elementor-element.elementor-element-afbe8ba{text-align:center}.elementor-93521 .elementor-element.elementor-element-afbe8ba img{width:65%}.elementor-93521 .elementor-element.elementor-element-afbe8ba>.elementor-widget-container{margin:0;padding:0 0 20px}.elementor-93521 .elementor-element.elementor-element-7c806d0>.elementor-element-populated{margin:0 0 -10px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-ce8ef65{text-align:center}.elementor-93521 .elementor-element.elementor-element-ce8ef65 img{width:96vw;max-width:80vw}.elementor-93521 .elementor-element.elementor-element-ce8ef65>.elementor-widget-container{margin:31px 0 0}.elementor-93521 .elementor-element.elementor-element-8874bf3{text-align:center}.elementor-93521 .elementor-element.elementor-element-8874bf3 .elementor-heading-title{font-size:30px}.elementor-93521 .elementor-element.elementor-element-cea4055>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-93521 .elementor-element.elementor-element-ba31980{margin-top:0;margin-bottom:0;padding:0}.elementor-93521 .elementor-element.elementor-element-0992215>.elementor-widget-container{margin:0}.elementor-93521 .elementor-element.elementor-element-99a56e2>.elementor-widget-container{margin:0;padding:0}.elementor-93521 .elementor-element.elementor-element-d412652>.elementor-element-populated{margin:0 0 0 20px;--e-column-margin-right:0px;--e-column-margin-left:20px}.elementor-93521 .elementor-element.elementor-element-157c4f2>.elementor-widget-container{margin:10px 0 0}.elementor-93521 .elementor-element.elementor-element-f411db0>.elementor-widget-container{margin:0;padding:25px 0 0}.elementor-93521 .elementor-element.elementor-element-b0943be>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-93521 .elementor-element.elementor-element-07f79b4>.elementor-widget-container{margin:0;padding:0}.elementor-93521 .elementor-element.elementor-element-bcee801>.elementor-widget-container{margin:-30px 0 50px;padding:0}.elementor-93521 .elementor-element.elementor-element-095e59f{text-align:center}.elementor-93521 .elementor-element.elementor-element-095e59f .elementor-heading-title{font-size:30px}.elementor-93521 .elementor-element.elementor-element-7ae60be{margin-top:0;margin-bottom:0;padding:0}.elementor-93521 .elementor-element.elementor-element-be30a99>.elementor-element-populated{margin:10px 0 0 30px;--e-column-margin-right:0px;--e-column-margin-left:30px}.elementor-93521 .elementor-element.elementor-element-4a894d94{margin-top:0;margin-bottom:0;padding:0}.elementor-93521 .elementor-element.elementor-element-50fca893{margin-top:0;margin-bottom:0;padding:0}.elementor-93521 .elementor-element.elementor-element-1c8bbd21>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-5dd87629{text-align:center}.elementor-93521 .elementor-element.elementor-element-5dd87629>.elementor-widget-container{margin:0;padding:0}.elementor-93521 .elementor-element.elementor-element-1037a914>.elementor-element-populated{margin:30px 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-93521 .elementor-element.elementor-element-120cbcc8{text-align:center}.elementor-93521 .elementor-element.elementor-element-4b9c730c>.elementor-widget-container{margin:0;padding:0 0 30px}.elementor-93521 .elementor-element.elementor-element-35e5764>.elementor-widget-container{margin:0}.elementor-93521 .elementor-element.elementor-element-341e9448{margin-top:0;margin-bottom:0;padding:0}.elementor-93521 .elementor-element.elementor-element-70c268b{margin-top:30px;margin-bottom:-20px;padding:0}.elementor-93521 .elementor-element.elementor-element-7395a822>.elementor-element-populated{margin:30px 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-93521 .elementor-element.elementor-element-3f48e57b{text-align:center}.elementor-93521 .elementor-element.elementor-element-3f48e57b>.elementor-widget-container{margin:0}.elementor-93521 .elementor-element.elementor-element-e2857ec>.elementor-widget-container{margin:0}.elementor-93521 .elementor-element.elementor-element-2c781224>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-259fdf57{text-align:center}.elementor-93521 .elementor-element.elementor-element-4dda61a8{margin-top:0;margin-bottom:0;padding:0}.elementor-93521 .elementor-element.elementor-element-40cc07d9{margin-top:30px;margin-bottom:-20px;padding:0}.elementor-93521 .elementor-element.elementor-element-59f6913>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-93521 .elementor-element.elementor-element-4830c335{text-align:center}.elementor-93521 .elementor-element.elementor-element-34708480>.elementor-element-populated{margin:30px 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-93521 .elementor-element.elementor-element-12ff7321{text-align:right}.elementor-93521 .elementor-element.elementor-element-70cb74d>.elementor-widget-container{margin:0}.elementor-93521 .elementor-element.elementor-element-777f362b{margin-top:30px;margin-bottom:-20px;padding:0}.elementor-93521 .elementor-element.elementor-element-45bd684f{text-align:center}.elementor-93521 .elementor-element.elementor-element-2c69201>.elementor-widget-container{margin:0}.elementor-93521 .elementor-element.elementor-element-3b61f41b>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-178db001{text-align:center}.elementor-93521 .elementor-element.elementor-element-6048c6e3{margin-top:0;margin-bottom:0;padding:0}.elementor-93521 .elementor-element.elementor-element-3fbfcc77{margin-top:30px;margin-bottom:-20px;padding:0}.elementor-93521 .elementor-element.elementor-element-58704727>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-93521 .elementor-element.elementor-element-376e97c5{text-align:center}.elementor-93521 .elementor-element.elementor-element-7615e3cd{text-align:center}.elementor-93521 .elementor-element.elementor-element-fa3538c>.elementor-widget-container{margin:0}.elementor-93521 .elementor-element.elementor-element-8958358{margin-top:30px;margin-bottom:-20px;padding:20px 0 0}.elementor-93521 .elementor-element.elementor-element-1dc6e1e1{text-align:center}.elementor-93521 .elementor-element.elementor-element-436faf1>.elementor-widget-container{margin:0}.elementor-93521 .elementor-element.elementor-element-28416c5e>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-47b1f92b{text-align:center}.elementor-93521 .elementor-element.elementor-element-4ef107ef>.elementor-element-populated{margin:30px 0 0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}.elementor-93521 .elementor-element.elementor-element-f670296>.elementor-widget-container{margin:30px 0 0}.elementor-93521 .elementor-element.elementor-element-1897d4dd>.elementor-widget-container{margin:0;padding:0}.elementor-93521 .elementor-element.elementor-element-4800c9b>.elementor-widget-container{margin:0}.elementor-93521 .elementor-element.elementor-element-75f64fbf>.elementor-widget-container{margin:0;padding:0}.elementor-93521 .elementor-element.elementor-element-48ba2c50{padding:0}.elementor-93521 .elementor-element.elementor-element-70e5d198{margin-top:0;margin-bottom:0;padding:0}.elementor-93521 .elementor-element.elementor-element-29b4e637{text-align:center}.elementor-93521 .elementor-element.elementor-element-4e546ee>.elementor-widget-container{margin:0}.elementor-93521 .elementor-element.elementor-element-f90bd4e{--spacer-size:20px}.elementor-93521 .elementor-element.elementor-element-4fcbc8ea>.elementor-widget-container{margin:25px 0 0}.elementor-93521 .elementor-element.elementor-element-5499f745{width:100%;max-width:100%}.elementor-93521 .elementor-element.elementor-element-f8cab84>.elementor-element-populated{margin:15px 25px 15px 5px;--e-column-margin-right:25px;--e-column-margin-left:5px}.elementor-93521 .elementor-element.elementor-element-a38ebef>.elementor-widget-container{margin:0}.elementor-93521 .elementor-element.elementor-element-b21b042>.elementor-widget-container{margin:0}.elementor-93521 .elementor-element.elementor-element-2a8506d4{padding:0 12px}.elementor-93521 .elementor-element.elementor-element-6cedf740>.elementor-element-populated{padding:0}.elementor-93521 .elementor-element.elementor-element-1e7b52ad{text-align:center}.elementor-93521 .elementor-element.elementor-element-1e7b52ad .elementor-heading-title{font-size:28px}.elementor-93521 .elementor-element.elementor-element-3f51e1c0>.elementor-element-populated{padding:0}.elementor-93521 .elementor-element.elementor-element-231e172c>.elementor-widget-container{margin:0;padding:30px 20px}.elementor-93521 .elementor-element.elementor-element-63589b93>.elementor-widget-container{padding:0 20px}}.elementor-93521 .elementor-element.elementor-element-0992215 .elementor-icon-list-item{align-items:start}.elementor-93521 .elementor-element.elementor-element-0992215 .elementor-icon-list-item .elementor-icon-list-icon{margin-top:5px}</style> <link rel="stylesheet/lzl-nc" id="elementor-post-93521-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/b6c04c234876e546e4d34e4893315eaa.377f.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="elementor-post-93521-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/b6c04c234876e546e4d34e4893315eaa.377f.css" media="all"> </noscript> <style id="elementor-post-75-css-crit" media="all">.elementor-75 .elementor-element.elementor-element-f803aad{margin-top:0;margin-bottom:0;padding:0}.elementor-75 .elementor-element.elementor-element-b742394>.elementor-element-populated{margin:0;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0}</style> <link rel="stylesheet/lzl-nc" id="elementor-post-75-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="elementor-post-75-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="weglot-css-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/82c205766363f1425691455962476177.d4d7.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="weglot-css-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/82c205766363f1425691455962476177.d4d7.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="new-flag-css-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/d4755c8375ef794a973145e1ff9300c5.52e1a.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="new-flag-css-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/d4755c8375ef794a973145e1ff9300c5.52e1a.css" media="all"> </noscript> <style id="custom-flag-handle-inline-css"></style> <link id="custom-flag-handle-inline-css-nonCrit" rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/f0e962e149d298b283eb817a94ed7950.ae0.css"> <noscript lzl=""> <link id="custom-flag-handle-inline-css-nonCrit" rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/f0e962e149d298b283eb817a94ed7950.ae0.css"> </noscript> <link rel="stylesheet/lzl-nc" id="wordpress-popular-posts-css-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/18a0bca30e4eb6a55e4845c744aca4d6.119.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="wordpress-popular-posts-css-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/18a0bca30e4eb6a55e4845c744aca4d6.119.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="silentpartner-roboto-css-css" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="silentpartner-roboto-css-css" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css" media="all"> </noscript> <style id="silentpartner-child-theme-css-css-crit" media="all">body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}fieldset{margin:0;padding:0;border:none}iframe{border:0;display:block;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}legend{display:none}*{box-sizing:border-box}strong{font-weight:700}svg{pointer-events:none;width:100%;margin:0 auto;height:100%;display:block}@-webkit-keyframes rmr-zoom{15%,40%,75%,100%{-webkit-transform-origin:center center}15%{-webkit-transform:scale(1.2,1.1)}40%{-webkit-transform:scale(.95,.95)}75%{-webkit-transform:scale(1.05,1)}100%{-webkit-transform:scale(1,1)}}@-moz-keyframes rmr-zoom{15%,40%,75%,100%{-moz-transform-origin:center center}15%{-moz-transform:scale(1.2,1.1)}40%{-moz-transform:scale(.95,.95)}75%{-moz-transform:scale(1.05,1)}100%{-moz-transform:scale(1,1)}}ul.rmr-drops{box-sizing:border-box;display:flex}ul.rmr-drops a{display:block}ul.rmr-drops li{line-height:1em;margin:0;padding:0}ul.rmr-drops>li{display:block;position:relative}ul.rmr-drops>li dt{cursor:pointer}ul.rmr-drops>li dd{z-index:1;transition:opacity .2s;min-width:100%;display:none;position:absolute;width:auto;left:0}ul.rmr-drops>li dd>div{border-radius:3px}ul.rmr-drops>li dd li{white-space:nowrap;list-style-type:none}ul.rmr-drops>li dd li a:hover{transition:background-color .2s,color .2s}ul.rmr-drops.rmr-slide>li dd{opacity:0}.sp-component .sp-button+.sp-button{margin-left:15px}.sp-component .sp-button+.sp-button.sp-plain{margin-left:0}.sp-component .sp-button{text-decoration:none;border-width:1px;border-radius:12px;padding:13px 20px;display:block;transition:all .2s;color:#fff;cursor:pointer;font-weight:500;line-height:1em;font-size:16px;background:#ef6079}.sp-component .sp-button:hover{background:#ef6079;border-width:1px;border-radius:12px;border-color:#ef6079;color:#fff;text-decoration:none}.sp-component .sp-button.sp-plain{background:0 0;border-color:transparent;color:#00c19f;position:relative;padding-right:30px}.sp-component .sp-button.sp-plain:after{content:"→";position:absolute;right:5px}.sp-component .sp-button.sp-plain:hover{color:#00c19f;text-decoration:underline;border-color:transparent}.sp-component .sp-carousel-container{max-width:100%}.sp-carousel-pages{width:100%}.sp-carousel-container{--current-slide:0;position:relative;transform:translateX(calc(-100% * var(--current-slide)));transition:transform .5s;display:flex}.sp-carousel-page{flex:0 0 100%;width:100%;margin:auto}.sp-carousel-pages{display:flex}.sp-carousel{overflow:hidden}.sp-next,.sp-prev{padding:0;border:none;cursor:pointer;display:block;width:30px;height:30px;overflow:hidden;border-radius:30px;position:absolute;top:50%;transform:translateY(-50%);z-index:3;background:#fff}.sp-next:focus,.sp-next:hover,.sp-prev:focus,.sp-prev:hover{background:#fff}.sp-next{right:10px}.sp-prev{left:10px}.sp-page-indicators{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex}.sp-page-indicators li{content:counter(slide);width:10px;height:10px;margin-right:15px}.sp-page-indicators li:last-child{margin-right:0}.sp-page-indicators li a{background:#00c19f;border-radius:20px;width:100%;height:100%;display:block}.sp-page-indicators li a:hover{background:#00c19f}.sp-social{display:flex}.sp-social li{margin-right:15px;width:25px;height:25px}.sp-social a{display:block;width:100%;height:100%;background:#00c19f;border-radius:100%;transition:all .2s}.sp-social a:hover{background:#0bc6a5}.sp-social .facebook a{position:relative;padding-left:5%}.sp-social .facebook svg{position:absolute;bottom:0;width:90%;height:85%}.sp-social .linkedin a{padding-top:4px;padding-left:3px}.sp-social .linkedin svg{width:70%;height:70%}.sp-social .youtube a{padding-top:5px;padding-left:2px}.sp-social .youtube svg{width:70%;height:70%}.sp-social .twitter a{padding-top:5px;padding-left:10%}.sp-social .twitter svg{width:75%;height:75%}.sp-component h1,.sp-component h2,.sp-component h3,.sp-component h4,.sp-component h5,.sp-component h6,.sp-component p,.sp-component li{font-family:"helvetica",sans-serif}@media (max-width:991.98px){div.elementor-location-header{position:sticky;top:0;z-index:10}}section.elementor-top-section{padding:0!important}div.elementor-button-wrapper{display:flex}section[data-sp-popup]{background:#419639;padding:50px 20px!important;background-image:url("/wp-content/themes/silentpartner/assets/img/popup-bg.jpg");background-size:cover;background-position:0 100%;--lzl-bg-img:"/wp-content/themes/silentpartner/assets/img/popup-bg.jpg"}section[data-sp-popup].lzl:not(.lzl-ed),section[data-sp-popup].lzl-ing:not(.lzl-ed){background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACU8AAANECAYAAACKVkxdAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAeTklEQVR42uzBAQEAAACAkP6v7ggKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA24MDEgAAAABB/1/3I1QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIC7AKJLAAEGE0zUAAAAAElFTkSuQmCC")}section[data-sp-popup] p{font-family:"helvetica",sans-serif;color:#222;color:#fff;font-size:16px;line-height:1.5em}section[data-sp-popup] a.elementor-button-link.elementor-button{text-decoration:none;border-radius:20px;padding:8px 20px;display:block;transition:all .2s;color:#fff;cursor:pointer;font-weight:500;line-height:1em;font-size:16px;background:#e99151;border:1px solid #e99151}section[data-sp-popup] a.elementor-button-link.elementor-button:hover{background:#ea6d13;border-color:#ea6d13;color:#fff;text-decoration:none}.elementor-widget:not(:last-child){margin-bottom:0!important}@media (max-width:1140px){.sp-component:not(.sp-bleed)>div{padding-left:25px;padding-right:25px}}.sp-component{background:#fff;font-size:16px;line-height:1em;position:relative;font-family:"helvetica",sans-serif}.sp-component button,.sp-component input[type=button],.sp-component input[type=submit]{transition:all .2s;line-height:1em;cursor:pointer}.sp-component .sp-cta{display:flex}.sp-component .sp-cta.sp-reverse{flex-direction:row-reverse}.sp-component .sp-cta.sp-reverse .sp-button+.sp-button{margin-left:0;margin-right:15px}@media (max-width:575.98px){.sp-component .sp-cta{flex-direction:column;text-align:center}}@media (max-width:575.98px){.sp-component .sp-cta .sp-button{margin-bottom:10px}.sp-component .sp-cta .sp-button:last-child{margin-bottom:0}}@media (max-width:575.98px){.sp-component .sp-cta .sp-button.sp-plain:after{content:""}}.sp-component svg{display:block}.sp-component>*{max-width:1140px;margin-left:auto;margin-right:auto}.sp-component.sp-bleed>*{max-width:100%}.sp-component p{font-family:"helvetica",sans-serif;color:#222;font-size:18px;line-height:1.5em}.sp-component img{display:block;max-width:100%;height:auto;border:none}.sp-component a.fullLogo{width:305px;height:75px;display:block;padding-right:180px}.sp-component a{transition:all .1s;color:#00c19f}.sp-component a:hover{text-decoration:underline}.sp-nav{padding:25px 0;z-index:6}@media (max-width:991.98px){.sp-nav{background:#fff;box-shadow:2px 2px 10px rgba(0,0,0,.12)}}.sp-nav nav{position:relative;display:flex;align-items:center;justify-content:space-between}.sp-nav nav>div{display:flex;align-items:center}@media (max-width:991.98px){.sp-nav nav>div{display:block;margin:0}}.sp-nav a.sp-nav-primary{font-family:"helvetica",sans-serif;color:#fff;color:#fff;color:#fff;font-size:17px;font-weight:700;line-height:18.75px;text-decoration:none;padding-bottom:3px;border-bottom:2px solid transparent;margin-bottom:-6px}.sp-nav a.sp-nav-primary:hover{border-bottom-color:#fff}.sp-nav .sp-nav-dropdown{border-radius:20px;background:#fff;padding:10px;box-shadow:0 0 10px rgba(0,0,0,.2)}.sp-nav .sp-nav-dropdown>div{display:grid;grid-template-columns:1fr;grid-row-gap:5px}.sp-nav .sp-nav-dropdown>div.sp-columns-3{grid-template-columns:1fr 1fr 1fr}.sp-nav .sp-nav-dropdown ol{margin:0;padding:0}.sp-nav a.sp-nav-secondary{display:block;text-decoration:none;border-radius:10px;padding:10px}.sp-nav a.sp-nav-secondary:hover{background:#eee}.sp-nav .sp-nav-item{margin-right:60px}.sp-nav .sp-nav-item:last-child{margin-right:inherit}.sp-nav h4{color:#00c19f!important;color:#222;color:#419639;font-weight:700;font-weight:700;margin-bottom:5px;font-family:"Helvetica",sans-serif;font-size:16px;line-height:18.75px}.sp-nav p{font-family:"roboto",sans-serif;color:#222;color:#000;font-size:16px;line-height:1.5em}.sp-nav .sp-nav-toggle{border:none;position:absolute;background:0 0;background:#fff;right:0;top:0;width:30px;padding:0;height:30px;overflow:hidden;display:none;cursor:pointer;border-radius:5px}.sp-nav .sp-nav-toggle:hover{background:#f5f6f2}.sp-nav .sp-nav-toggle svg{fill:#4d5d66;position:absolute;top:2px;left:2px;opacity:1;width:26px;height:26px;transition:opacity .2s}.sp-nav .sp-nav-toggle svg.close{opacity:0}@media (max-width:991.98px){.sp-nav .sp-nav-toggle{display:block}}.sp-nav ul.rmr-drops{margin-right:15px}@media (max-width:991.98px){.sp-nav .sp-cta,.sp-nav ul.rmr-drops{display:none}}.sp-features{text-align:center;padding:50px 0}.sp-features ul{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:40px}@media (max-width:991.98px){.sp-features ul{grid-template-columns:1fr}}.sp-features li:last-child{margin-right:0}@media (max-width:991.98px){.sp-features li+li{margin-top:25px}}.sp-features dd{font-family:"helvetica",sans-serif;color:#222;font-size:18px;line-height:1.5em}.sp-features img{margin:0 auto}.sp-features dt .sp-title{font-family:"Paralucent (Demibold)",sans-serif;font-weight:700;color:#003a40;color:#003a40;font-size:22px;line-height:1.4em;margin:20px 0 10px}@media (max-width:991.98px){.sp-features dt .sp-title{margin-top:5px}}section[data-sp]{background-image:url("/wp-content/themes/silentpartner/assets/img/signup-bg.png");background-size:cover;background-position:0 100%;--lzl-bg-img:"/wp-content/themes/silentpartner/assets/img/signup-bg.png"}section[data-sp].lzl:not(.lzl-ed),section[data-sp].lzl-ing:not(.lzl-ed){background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAC0AAAAHmCAYAAADgeg/dAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAVVUlEQVR42uzBAQEAAACAkP6v7ggKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA24NDAgAAAABB/1+7wgYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcAl04QABmk15SgAAAABJRU5ErkJggg==")}section[data-sp] .elementor-container{max-width:1140px;margin-left:auto;margin-right:auto}section[data-sp] .elementor-element{padding-top:15px}section[data-sp] .gform_wrapper.gravity-theme input[type=text],section[data-sp] .gform_wrapper.gravity-theme input[type=email]{background:#fff!important;color:#222!important;padding:9px 15px!important;border-radius:5px!important;border:1px solid #949494!important;font-size:13px!important;transition:all .1s!important}section[data-sp] .gform_wrapper.gravity-theme input[type=text]:focus,section[data-sp] .gform_wrapper.gravity-theme input[type=email]:focus{outline:none!important;border-color:#419639!important;background:#f4fbe1!important}section[data-sp] .elementor-heading-title{font-family:"roboto",sans-serif;font-weight:700;color:#456d40;color:#fff;font-size:26px;line-height:1.4em;text-align:center}section[data-sp] .gform_wrapper.gravity-theme .gform_fields{display:grid;grid-template-columns:1fr 1fr 1fr!important;grid-column-gap:25px;grid-row-gap:10px}section[data-sp] .gform_wrapper.gravity-theme .gfield{grid-column:auto!important}section[data-sp] .gform-body label.gfield_label{display:none!important}section[data-sp] div.gform_wrapper.gravity-theme>form{margin:0 auto}section[data-sp] div.gform_wrapper.gravity-theme>form input[type=submit]{line-height:1em!important;min-height:auto!important}section[data-sp] div.gform_footer{display:flex;justify-content:center}section[data-sp] div.gform_footer input{text-decoration:none;border-radius:20px;padding:8px 20px;display:block;transition:all .2s;color:#fff;cursor:pointer;font-weight:500;line-height:1em;font-size:16px;background:#e99151;border:1px solid #e99151}section[data-sp] div.gform_footer input:hover{background:#ea6d13;border-color:#ea6d13;color:#fff;text-decoration:none}@media (max-width:1140px){.sp-footer footer{padding-left:25px;padding-right:25px}}.sp-footer{padding:50px 0 0;padding-bottom:0!important}.sp-footer svg{fill:white}.sp-footer .legal{margin-top:50px;display:flex;max-width:100%;justify-content:center;background:#003a40;font-weight:700;padding:15px 0!important;font-family:"helvetica",sans-serif;color:#222;font-size:14px;line-height:1.5em}@media (max-width:767.98px){.sp-footer .legal{display:block}}.sp-footer .legal p{font-family:"helvetica",sans-serif;color:#222;color:#fff;font-size:14px;line-height:1.5em;line-height:1em;margin:0 10px 0 0;padding:0;border-right:2px solid #fff;padding-right:10px}@media (max-width:767.98px){.sp-footer .legal p{padding:0 0 10px;border:none;text-align:center}}.sp-footer .legal a{color:#00c19f!important}.sp-footer .legal ul{display:flex;margin:0;padding:0}@media (max-width:767.98px){.sp-footer .legal ul{justify-content:center}}.sp-footer .legal li{list-style:none;line-height:1em;padding:0;margin:0 15px 0 0}.sp-footer .legal li:last-child{margin-right:0}.sp-footer a{text-decoration:none;color:#4d5d66}.sp-footer footer>div{display:flex}@media (max-width:767.98px){.sp-footer footer>div{display:block!important}}.sp-footer footer div.links{flex:0 0 200px}.sp-footer footer div.links p{font-family:"helvetica",sans-serif;color:#222;font-size:18px;line-height:1.5em;margin:25px 0}@media (max-width:767.98px){.sp-footer footer div.links{padding-bottom:25px}}.sp-footer footer div.links li{list-style:none;margin:0 15px 0 0}.sp-footer dt{font-family:"helvetica",sans-serif;color:#222;color:#00c19f;font-size:16px;line-height:1.5em;margin-bottom:20px;font-weight:700}.sp-footer nav{margin-left:100px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:25px;grid-row-gap:0px;flex:1 0 auto}@media (max-width:1199.98px){.sp-footer nav{margin-left:50px}}@media (max-width:991.98px){.sp-footer nav{grid-template-columns:1fr 1fr!important;margin-left:100px}}@media (max-width:767.98px){.sp-footer nav{margin-left:0!important}}.sp-footer .sp-col li{list-style:none;font-family:"roboto",sans-serif;color:#222;font-size:16px;line-height:1.5em;line-height:1.5em;margin:0 0 5px}.sp-footer .sp-col li a{color:#222!important}.sp-footer .sp-col li:last-child{margin-bottom:0}.sp-testimonials{padding:50px 0 75px;background-size:100% 100%;background-repeat:no-repeat}.sp-testimonials dl{display:flex;justify-content:center;align-items:center;flex-direction:column}.sp-testimonials dt{font-family:"helvetica",sans-serif;font-weight:700;color:#003a40;font-size:22px;line-height:1.4em;text-align:center;max-width:500px;margin:0 0 30px}.sp-testimonials a{text-decoration:none}.sp-testimonials img{width:100px;height:100px;margin-bottom:20px;margin-top:-25px}.sp-testimonials .sp-carousel-page{padding-left:25px;padding-right:25px}.sp-testimonials dd{color:#666}.sp-testimonials dd a{color:#666}.sp-testimonials dd.sp-testimonial-org{font-family:"helvetica",sans-serif;color:#003a40;color:#003a40;font-size:18px;line-height:1.5em}.sp-testimonials dd.sp-testimonial-org a{color:#003a40}.sp-discover{padding:50px 0;background:#003a40}.sp-discover>div{display:flex;overflow:hidden}@media (max-width:767.98px){.sp-discover>div{display:block}}.sp-discover>div>div{position:relative}.sp-discover>div>div:first-child{flex:0 0 40%;z-index:2;background:#003a40;display:flex;flex-direction:column;justify-content:center}.sp-discover>div>div:nth-child(2){flex:0 0 60%;overflow:hidden}.sp-discover .sp-prev{left:0}.sp-discover .sp-next{right:0}.sp-discover .sp-title{font-family:"roboto",sans-serif;font-weight:700;color:#456d40;color:#fff;font-size:22px;line-height:1.4em}.sp-discover .sp-carousel-container{flex:1 0 auto}.sp-discover-list{display:flex;justify-content:space-around;padding:0 15px}@media (max-width:767.98px){.sp-discover-list{display:block}}.sp-discover-list li:first-child{padding-left:15px}@media (max-width:767.98px){.sp-discover-list li:first-child{padding-left:0}}.sp-discover-list li:last-child{padding-right:15px}@media (max-width:767.98px){.sp-discover-list li:last-child{padding-right:0}}@media (max-width:767.98px){.sp-discover-list li{margin:10px 30px}}.sp-discover-list dt{font-family:"Helvetica",sans-serif;color:#222;color:#00c19f;color:#00c19f;font-size:16px;font-weight:700;line-height:18.75px}.sp-discover-list dd{font-family:"helvetica",sans-serif;color:#222;color:#fff;font-size:16px;line-height:1.5em}.sp-discover-list dd.sp-discover-arrow{margin-top:5px;width:30px;height:15px}.sp-discover-list dd.sp-discover-arrow svg{fill:#00c19f}.sp-discover-list a{height:100%;display:block;padding:10px;text-decoration:none;border-radius:10px}.sp-discover-list a:hover{text-decoration:none;background:#5e6d75}</style> <link rel="stylesheet/lzl-nc" id="silentpartner-child-theme-css-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/d1495dcd48467ced1ea5032d6e42db92.5e52.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="silentpartner-child-theme-css-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/d1495dcd48467ced1ea5032d6e42db92.5e52.css" media="all"> </noscript> <style id="elementor-post-532-css-crit" media="all">.elementor-532 .elementor-element.elementor-element-8ca8642:not(.elementor-motion-effects-element-type-background),.elementor-532 .elementor-element.elementor-element-8ca8642>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:var(--e-global-color-text)}.elementor-532 .elementor-element.elementor-element-8ca8642{border-style:solid;border-width:0 0 1px;border-color:#f7f9fb;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.elementor-532 .elementor-element.elementor-element-8ca8642>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-532 .elementor-element.elementor-element-42cf721>.elementor-element-populated{padding:0}.elementor-532 .elementor-element.elementor-element-22b0eb5>.elementor-widget-container{border-style:solid}.elementor-location-header:before,.elementor-location-footer:before{content:"";display:table;clear:both}.elementor-532 .elementor-element.elementor-element-22b0eb5 .sp-button:first-of-type{background-color:#ef6079;font-weight:700}.sp-component .sp-cta.sp-reverse .sp-button+.sp-button{font-weight:700}.elementor-532 .elementor-element.elementor-element-22b0eb5 .sp-nav{background:#003a40}.fullLogo{width:300px!important}.elementor-532 .elementor-element.elementor-element-8ca8642:not(.elementor-motion-effects-element-type-background),.elementor-532 .elementor-element.elementor-element-8ca8642>.elementor-motion-effects-container>.elementor-motion-effects-layer{border:0px}.mobile-padding{margin-top:10px}</style> <link rel="stylesheet/lzl-nc" id="elementor-post-532-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/f33984f2bcbb982535ddc68c9bcad7e7.151.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="elementor-post-532-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/f33984f2bcbb982535ddc68c9bcad7e7.151.css" media="all"> </noscript> <style id="elementor-post-53801-css-crit" media="all">.elementor-53801 .elementor-element.elementor-element-c157b56:not(.elementor-motion-effects-element-type-background),.elementor-53801 .elementor-element.elementor-element-c157b56>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#00c19f}.elementor-53801 .elementor-element.elementor-element-c157b56{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:30px}.elementor-53801 .elementor-element.elementor-element-c157b56>.elementor-background-overlay{transition:background .3s,border-radius .3s,opacity .3s}.elementor-53801 .elementor-element.elementor-element-469326c5>.elementor-element-populated{padding:65px 50px 50px}.elementor-53801 .elementor-element.elementor-element-694459b3{text-align:center}.elementor-53801 .elementor-element.elementor-element-694459b3 .elementor-heading-title{color:var(--e-global-color-astglobalcolor5);font-size:32px}.elementor-53801 .elementor-element.elementor-element-c53b39e{text-align:center;color:var(--e-global-color-text);font-size:23px;font-weight:700}.elementor-53801 .elementor-element.elementor-element-c53b39e>.elementor-widget-container{margin:0;padding:30px 0}.elementor-53801 .elementor-element.elementor-element-be08892{text-align:center;color:var(--e-global-color-text);font-size:23px;font-weight:700}.elementor-53801 .elementor-element.elementor-element-51de7596>.elementor-widget-container{margin:15px 0 0}input#gform_submit_button_23{background:#ef6079!important;padding:17px 20px!important;font-size:16px!important;display:block!important;margin:0 auto!important;font-family:"Helvetica"!important;text-transform:uppercase;color:#fff;color:#fff!important;font-weight:700;border-radius:10px!important}</style> <link rel="stylesheet/lzl-nc" id="elementor-post-53801-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/a75ef8a43915317c99a3bde7999e09ac.15d.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="elementor-post-53801-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/a75ef8a43915317c99a3bde7999e09ac.15d.css" media="all"> </noscript> <style id="hfe-icons-list-css-crit" media="all">.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:flex;font-size:inherit;align-items:var(--icon-vertical-align,center)}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}</style> <link rel="stylesheet/lzl-nc" id="hfe-icons-list-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/75d254a3b927488686f1205af30e5f5f.1e2b.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="hfe-icons-list-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/75d254a3b927488686f1205af30e5f5f.1e2b.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="hfe-social-icons-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/354a14aaca12af338f987ced57307fe7.12df.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="hfe-social-icons-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/354a14aaca12af338f987ced57307fe7.12df.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="hfe-social-share-icons-brands-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/a7a79471a90b43266188791cc4b59a72.39.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="hfe-social-share-icons-brands-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/a7a79471a90b43266188791cc4b59a72.39.css" media="all"> </noscript> <style id="hfe-social-share-icons-fontawesome-css-crit" media="all">.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-check:before{content:""}.fa-minus:before{content:""}.fa-plus:before{content:""}</style> <noscript lzl=""> <link rel="stylesheet" id="hfe-social-share-icons-fontawesome-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/61d0dbd2682f28a3e37ec4333c785e36.d490.css" media="all"> </noscript> <style id="hfe-nav-menu-icons-css-crit" media="all">.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}</style> <noscript lzl=""> <link rel="stylesheet" id="hfe-nav-menu-icons-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="hfe-widget-blockquote-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/fdb8c9934cf262f0833f7a91533b8d06.1435.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="hfe-widget-blockquote-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/fdb8c9934cf262f0833f7a91533b8d06.1435.css" media="all"> </noscript> <style id="elementor-icons-shared-0-css-crit" media="all">.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-check:before{content:""}.fa-minus:before{content:""}.fa-plus:before{content:""}</style> <link rel="stylesheet/lzl-nc" id="elementor-icons-shared-0-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/61d0dbd2682f28a3e37ec4333c785e36.d490.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="elementor-icons-shared-0-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/61d0dbd2682f28a3e37ec4333c785e36.d490.css" media="all"> </noscript> <style id="elementor-icons-fa-solid-css-crit" media="all">.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}</style> <link rel="stylesheet/lzl-nc" id="elementor-icons-fa-solid-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="elementor-icons-fa-solid-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css" media="all"> </noscript> <style>@-ms-viewport{width:device-width}@media (min-width:1200px){[class*=span]{float:left;min-height:1px;margin-left:30px}input,textarea,.uneditable-input{margin-left:0}}@media (min-width:768px) and (max-width:979px){[class*=span]{float:left;min-height:1px;margin-left:20px}input,textarea,.uneditable-input{margin-left:0}}@media (max-width:767px){body{padding-right:20px;padding-left:20px}[class*=span],.uneditable-input[class*=span],.row-fluid [class*=span]{display:block;float:none;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.input-large,.input-xlarge,.input-xxlarge,input[class*=span],select[class*=span],textarea[class*=span],.uneditable-input{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media (max-width:480px){input[type=checkbox],input[type=radio]{border:1px solid #ccc}}@media (max-width:979px){body{padding-top:0}}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/52230104ebf7f4a2c3e46666e4e30e14.3d81.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/52230104ebf7f4a2c3e46666e4e30e14.3d81.css"> </noscript> <style>[class^=icon-]:before,[class*=" icon-"]:before{font-family:"porta";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/e709ec6cc21e352f737b410a59aea247.5d6.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/e709ec6cc21e352f737b410a59aea247.5d6.css"> </noscript> <style>@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-check:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/3c8bec444d0006a6a304440705da7954.6fbc.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/3c8bec444d0006a6a304440705da7954.6fbc.css"> </noscript> <link href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css" rel="stylesheet/lzl-nc"> <noscript lzl=""> <link href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css" rel="stylesheet"> </noscript> <style>html{background:#fff}::-webkit-input-placeholder{color:#c2c2c1!important}:-moz-placeholder{color:#c2c2c1!important}::-moz-placeholder{color:#c2c2c1!important}:-ms-input-placeholder{color:#c2c2c1!important}@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");h4{color:#fff;margin-bottom:20px;font-size:20px}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/3fbafff7dc9a7fc20c873496813b6230.1106.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/3fbafff7dc9a7fc20c873496813b6230.1106.css"> </noscript> <style>html,body{scroll-padding-top:125px}@media (prefers-reduced-motion:no-preference){html,body{scroll-behavior:smooth}}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style id="wpp-loading-animation-styles">@-webkit-keyframes bgslide{from{background-position-x:0}to{background-position-x:-200%}}@keyframes bgslide{from{background-position-x:0}to{background-position-x:-200%}}</style> <link id="wpp-loading-animation-styles-nonCrit" rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/5f9e683195cfccd2bfbc87178d1aaeca.134.css"> <noscript lzl=""> <link id="wpp-loading-animation-styles-nonCrit" rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/5f9e683195cfccd2bfbc87178d1aaeca.134.css"> </noscript> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/5e448ccfd8aeed304a35ba148d450bfa.52.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/5e448ccfd8aeed304a35ba148d450bfa.52.css"> </noscript> <style id="wp-custom-css">input#gform_submit_button_34{background:#8b84d7!important;border-radius:10px}textarea#input_30_10{margin-bottom:-12px}input#input_31_7,input#input_31_8,input#input_31_3,input#input_31_5,textarea#input_31_10,input#input_30_7,input#input_30_8,input#input_30_3,input#input_30_5,textarea#input_30_10,input#input_30_11{background:#fff!important}html{background:#fff!important}#gform_submit_button_30,#gform_submit_button_31,#gform_submit_button_52{margin:0 auto;background:#8b84d7!important;border-radius:10px!important}.elementor-50202 .elementor-element.elementor-element-b98d698 .elementor-button{margin:0 auto}.sp-discover-list dt{font-size:15px!important}section#sp-header{z-index:10000!important}section#sp-footer ul{list-style:none;padding:0;margin:0}a,a:active,a:focus{outline:none}.sp-footer .legal p{margin-bottom:0!important}.sp-nav p{margin-bottom:0!important}input[type=button]{color:#fff!important}.elementor-61205 .elementor-element.elementor-element-ff8f0e2 .elementor-button{margin:0 auto!important}@media screen and (max-width:767px){.site-content{max-width:100%;overflow-x:hidden}}.sp-component .sp-button{text-transform:uppercase!important;font-weight:700!important;font-size:16px!important}.sp-component .sp-button.sp-plain{text-transform:uppercase!important;font-weight:700!important;font-size:16px!important}</style> <link id="wp-custom-css-nonCrit" rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/b491327dade484cbc8366d6b6ebf7396.b12.css"> <noscript lzl=""> <link id="wp-custom-css-nonCrit" rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/b491327dade484cbc8366d6b6ebf7396.b12.css"> </noscript> <style id="seraph-accel-css-custom">.elementor-top-section.elementor-section-stretched[data-settings*=section-stretched]{width:var(--seraph-accel-client-width)!important}html:not([dir=rtl]) .elementor-top-section.elementor-section-stretched[data-settings*=section-stretched]{left:calc(-1 * var(--lzl-strtch-offs-x))!important}html[dir=rtl] .elementor-top-section.elementor-section-stretched[data-settings*=section-stretched]{right:calc(-1 * var(--lzl-strtch-offs-x))!important}html,body{display:block!important;opacity:1!important;visibility:unset!important}</style> <link id="seraph-accel-css-custom-nonCrit" rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/c00ee9b79ca60933dbd757ced9bbcacb.1d96.css"> <noscript lzl=""> <link id="seraph-accel-css-custom-nonCrit" rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/c00ee9b79ca60933dbd757ced9bbcacb.1d96.css"> </noscript> <style>.sp-button::first-letter{text-transform:uppercase;font-size:16px!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>#sumac .sp-testimonials{padding-bottom:40px!important;border-width:default!important;background:#fff!important}#sumac .sp-carousel{border-radius:20px!important}#sumac .sp-testimonials img{width:150px!important;height:auto!important;margin-top:-50px!important}#sumac .sp-testimonial-org{margin-top:-25px!important}#sumac .sp-page-indicators{bottom:10px!important}#sumac .sp-testimonials dt{text-align:center;padding-left:10px;padding-right:10px}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>#sell .elementor-widget-container>section.sp-component.sp-features{background:#fff!important}#sell .sp-features img{height:auto!important;width:30%!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>.sp-testimonials img{width:120px!important;height:50px!important}#link-quote a:hover{text-decoration:none!important}#link-quote .sp-testimonials{background:#f7f9fb!important;background-size:100% 100%!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>.sp-button::first-letter{text-transform:uppercase;font-size:16px!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>h1,h2,h3,h4,h5,h6,p{font-family:default!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>.sp-button::first-letter{text-transform:uppercase;font-size:16px!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>.sp-button::first-letter{text-transform:uppercase;font-size:16px!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>.sp-button::first-letter{text-transform:uppercase;font-size:16px!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>.sp-button::first-letter{text-transform:uppercase;font-size:16px!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>.sp-button::first-letter{text-transform:uppercase;font-size:16px!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>.sp-button::first-letter{text-transform:uppercase;font-size:16px!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>#sel1>.elementor-widget-container>section.sp-component.sp-features{background:#fff}#sel2>.elementor-widget-container>section.sp-component.sp-features{background:#fff}#sel3>.elementor-widget-container>section.sp-component.sp-features{background:#fff}#sel4>.elementor-widget-container>section.sp-component.sp-features{background:#fff}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>#dark-col .sp-testimonials{background:#f7f9fb!important}.sp-testimonials img{width:100%}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>.sp-button::first-letter{text-transform:uppercase;font-size:16px!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>.sp-button::first-letter{text-transform:uppercase;font-size:16px!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>.sp-button::first-letter{text-transform:uppercase;font-size:16px!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <style>input#gform_submit_button_34{background:#ef6079!important;color:#fff;border-radius:10px;font-weight:700;font-size:16px;padding:17px 20px}.gfield input,.gfield textarea.small{border-width:0!important;border-radius:5px!important;background:#fff!important;border-color:#777!important}.gfield input:focus,.gfield textarea.small:focus{border-style:solid!important;border-width:0!important;border-radius:5px!important;border-color:#777!important}::placeholder{color:#777!important;font-family:Helvetica!important}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/555151b06f6e678c7b635c49f6024363.165.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/555151b06f6e678c7b635c49f6024363.165.css"> </noscript> <style>.elementor-accordion>div:first-of-type{display:none}.elementor-accordion .elementor-accordion-item:nth-child(2){border-top:1px solid #456d40!important}.entry-content p{margin-bottom:1.6em;font-size:20px;font-family:"helvetica";color:#003a40}</style> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css"> </noscript> <link rel="stylesheet/lzl-nc" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/33df89a9b4dd59e4b49b35f4586ae942.43.css"> <noscript lzl=""> <link rel="stylesheet" href="/wp-content/cache/seraphinite-accelerator/s/m/d/css/33df89a9b4dd59e4b49b35f4586ae942.43.css"> </noscript> <style id="astra-gravity-forms-css-crit" media="all">.gform_wrapper form{position:relative}.gform_wrapper input:not([type=submit]):focus,.gform_wrapper select:focus,.gform_wrapper textarea:focus{background:#fff;border-color:var(--ast-border-color);outline:0;box-shadow:none}@media (max-width:768px){.gform_wrapper.gf_browser_chrome form>.gform_body{width:100%}}</style> <link rel="stylesheet/lzl-nc" id="astra-gravity-forms-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/922a43ab48f7de43cb8dc3ef9947a019.a7.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="astra-gravity-forms-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/922a43ab48f7de43cb8dc3ef9947a019.a7.css" media="all"> </noscript> <style id="core-block-supports-inline-css"></style> <style id="gform_basic-css-crit" media="all">.gform_wrapper.gravity-theme fieldset,.gform_wrapper.gravity-theme legend{background:0 0;padding:0}.gform_wrapper.gravity-theme fieldset{border:none;display:block;margin:0}.gform_wrapper.gravity-theme legend{margin-left:0;margin-right:0}.gform-icon{font-family:gform-icons-theme!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gform_wrapper.gravity-theme ::-ms-reveal{display:none}.gform_wrapper.gravity-theme .gform_validation_container,body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container,body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container,body .gform_wrapper.gravity-theme .gform_validation_container{display:none!important;left:-9000px;position:absolute!important}@media only screen and (max-width:641px){.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){line-height:2;min-height:32px}.gform_wrapper.gravity-theme textarea{line-height:1.5}}.gform_wrapper.gravity-theme .gf_invisible,.gform_wrapper.gravity-theme .gfield_visibility_hidden{left:-9999px;position:absolute;visibility:hidden}.gform_wrapper.gravity-theme .gf_hidden,.gform_wrapper.gravity-theme .gform_hidden{display:none}.gform_wrapper.gravity-theme .hidden_label .gfield_label,.gform_wrapper.gravity-theme .hidden_sub_label,.gform_wrapper.gravity-theme .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.gform_wrapper.gravity-theme .gfield textarea{width:100%}.gform_wrapper.gravity-theme .gfield textarea.small{height:96px}.gform_wrapper.gravity-theme .gfield input,.gform_wrapper.gravity-theme .gfield select{max-width:100%}.gform_wrapper.gravity-theme .gfield input.large,.gform_wrapper.gravity-theme .gfield select.large{width:100%}.gform_wrapper.gravity-theme *{box-sizing:border-box}.gform_wrapper.gravity-theme .gform_fields{display:grid;grid-column-gap:2%;grid-row-gap:16px;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(auto-fill,auto);width:100%}.gform_wrapper.gravity-theme .gfield{grid-column:1/-1;min-width:0}.gform_wrapper.gravity-theme .gfield.gfield--width-full{grid-column:span 12;-ms-grid-column-span:12}.gform_wrapper.gravity-theme .gfield.gfield--width-half{grid-column:span 6;-ms-grid-column-span:6}@media (max-width:640px){.gform_wrapper.gravity-theme .gform_fields{grid-column-gap:0}.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full){grid-column:1/-1}}html[dir=rtl] .gform_wrapper.gravity-theme code,html[dir=rtl] .gform_wrapper.gravity-theme input[type=email],html[dir=rtl] .gform_wrapper.gravity-theme input[type=tel],html[dir=rtl] .gform_wrapper.gravity-theme input[type=url]{direction:rtl}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_label{direction:rtl}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_required{margin-left:0;margin-right:4px}html[dir=rtl] .gform_wrapper.gravity-theme ::-webkit-input-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme ::-moz-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme :-ms-input-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme :-moz-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:0;padding-right:16px}@media (min-width:641px){html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:0;padding-right:16px}}@media (max-width:640px){html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-right:0}}</style> <link rel="stylesheet/lzl-nc" id="gform_basic-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/670935daeb662f362ed62f0868e2e886.c53d.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="gform_basic-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/670935daeb662f362ed62f0868e2e886.c53d.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="gform_theme_components-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="gform_theme_components-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/d41d8cd98f00b204e9800998ecf8427e.0.css" media="all"> </noscript> <style id="gform_theme-css-crit" media="all">.gform_wrapper.gravity-theme .gfield_label{display:inline-block;font-size:16px;font-weight:700;margin-bottom:8px;padding:0}.gform_wrapper.gravity-theme .gfield_header_item,.gform_wrapper.gravity-theme .gform_fileupload_rules,.gform_wrapper.gravity-theme .ginput_complex label{font-size:15px;padding-top:5px}.gform_wrapper.gravity-theme .gfield_required{color:#c02b0a;display:inline-block;font-size:13.008px;padding-inline-start:.125em}.gform_wrapper.gravity-theme .gfield_required .gfield_required_custom,.gform_wrapper.gravity-theme .gfield_required .gfield_required_text{font-style:italic;font-weight:400}.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,.gform_wrapper.gravity-theme .gfield_error label,.gform_wrapper.gravity-theme .gfield_error legend,.gform_wrapper.gravity-theme .gfield_validation_message,.gform_wrapper.gravity-theme .validation_message,.gform_wrapper.gravity-theme [aria-invalid=true]+label,.gform_wrapper.gravity-theme label+[aria-invalid=true]{color:#c02b0a}.gform_wrapper.gravity-theme #field_submit,.gform_wrapper.gravity-theme .gform_footer{display:flex}.gform_wrapper.gravity-theme #field_submit input,.gform_wrapper.gravity-theme .gform_footer input{align-self:flex-end}.gform_wrapper.gravity-theme .ginput_complex{display:flex;flex-flow:row wrap}.gform_wrapper.gravity-theme .ginput_complex fieldset,.gform_wrapper.gravity-theme .ginput_complex span{flex:1}.gform_wrapper.gravity-theme .ginput_complex label,.gform_wrapper.gravity-theme .ginput_complex legend{display:block}.gform_wrapper.gravity-theme .ginput_complex input,.gform_wrapper.gravity-theme .ginput_complex select{width:100%}@media (min-width:641px){.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){padding-right:1%}.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:1%;padding-right:0}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){padding-left:1%;padding-right:0}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:0;padding-right:1%}}@media (max-width:640px){.gform_wrapper.gravity-theme .ginput_complex span{flex:0 0 100%;margin-bottom:8px;padding-left:0}}.gform_wrapper.gravity-theme .description,.gform_wrapper.gravity-theme .gfield_description,.gform_wrapper.gravity-theme .gsection_description,.gform_wrapper.gravity-theme .instruction{clear:both;font-family:inherit;font-size:15px;letter-spacing:normal;line-height:inherit;padding-top:13px;width:100%}.gform_wrapper.gravity-theme .gform_footer,.gform_wrapper.gravity-theme .gform_page_footer{margin:6px 0 0;padding:16px 0}.gform_wrapper.gravity-theme .gform_footer button,.gform_wrapper.gravity-theme .gform_footer input,.gform_wrapper.gravity-theme .gform_page_footer button,.gform_wrapper.gravity-theme .gform_page_footer input{margin-bottom:8px}.gform_wrapper.gravity-theme .gform_footer button.button:disabled,.gform_wrapper.gravity-theme .gform_footer input.button:disabled,.gform_wrapper.gravity-theme .gform_page_footer button.button:disabled,.gform_wrapper.gravity-theme .gform_page_footer input.button:disabled{opacity:.6}.gform_wrapper.gravity-theme .gform_footer button+input,.gform_wrapper.gravity-theme .gform_footer input+button,.gform_wrapper.gravity-theme .gform_footer input+input,.gform_wrapper.gravity-theme .gform_page_footer button+input,.gform_wrapper.gravity-theme .gform_page_footer input+button,.gform_wrapper.gravity-theme .gform_page_footer input+input{margin-left:8px}html[dir=rtl] .gform_wrapper.gravity-theme button+input,html[dir=rtl] .gform_wrapper.gravity-theme input+button,html[dir=rtl] .gform_wrapper.gravity-theme input+input{margin-right:8px}.gform_wrapper.gravity-theme .gfield_checkbox label,.gform_wrapper.gravity-theme .gfield_radio label{display:inline-block;font-size:15px}.gform_wrapper.gravity-theme .gfield_checkbox button,.gform_wrapper.gravity-theme .gfield_checkbox input[type=text],.gform_wrapper.gravity-theme .gfield_radio button,.gform_wrapper.gravity-theme .gfield_radio input[type=text]{margin-top:16px}.gform_wrapper.gravity-theme .gfield-choice-input{display:inline-block;margin-top:0;top:0;vertical-align:middle}.gform_wrapper.gravity-theme .gfield-choice-input+label{margin-bottom:0;max-width:calc(100% - 32px);vertical-align:middle}.gform_wrapper.gravity-theme .gfield-choice-input:disabled+label{color:#757575}.gform_wrapper.gravity-theme input[type=number]{display:inline-block}.gform_wrapper.gravity-theme input[type=color],.gform_wrapper.gravity-theme input[type=date],.gform_wrapper.gravity-theme input[type=datetime-local],.gform_wrapper.gravity-theme input[type=datetime],.gform_wrapper.gravity-theme input[type=email],.gform_wrapper.gravity-theme input[type=month],.gform_wrapper.gravity-theme input[type=number],.gform_wrapper.gravity-theme input[type=password],.gform_wrapper.gravity-theme input[type=search],.gform_wrapper.gravity-theme input[type=tel],.gform_wrapper.gravity-theme input[type=text],.gform_wrapper.gravity-theme input[type=time],.gform_wrapper.gravity-theme input[type=url],.gform_wrapper.gravity-theme input[type=week],.gform_wrapper.gravity-theme select,.gform_wrapper.gravity-theme textarea{font-size:15px;margin-bottom:0;margin-top:0;padding:8px}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where([\:has\(.gfield-choice-input\:disabled\)]) .gfield-choice-image-wrapper{opacity:.5}@keyframes gformLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}</style> <link rel="stylesheet/lzl-nc" id="gform_theme-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/7c99f3dd736c18bf4cd4b2812b7c67b1.8b45.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="gform_theme-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/7c99f3dd736c18bf4cd4b2812b7c67b1.8b45.css" media="all"> </noscript> <link rel="stylesheet/lzl-nc" id="e-sticky-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/7305ed8a30b2e9610fea4e383b7d1756.a2.css" media="all"> <noscript lzl=""> <link rel="stylesheet" id="e-sticky-css" href="https://www.societ.com/wp-content/cache/seraphinite-accelerator/s/m/d/css/7305ed8a30b2e9610fea4e383b7d1756.a2.css" media="all"> </noscript> <link rel="stylesheet/lzl" href="?seraph_accel_gp=1732394971_0_css"> <noscript lzl=""> <link rel="stylesheet" href="?seraph_accel_gp=1732394971_0_css"> </noscript> <link rel="preload" href="?seraph_accel_gp=1732394971_0_css" as="style"> <script id="seraph-accel-lzl">window.lzl_lazysizesConfig={};(function(window, factory) { var lazySizes = factory(window, window.document, Date); window.lzl_lazySizes = lazySizes; if(typeof module == 'object' && module.exports){ module.exports = lazySizes; } }(typeof window != 'undefined' ? window : {}, /** * import("./types/global") * @typedef { import("./types/lazysizes-config").LazySizesConfigPartial } LazySizesConfigPartial */ function l(window, document, Date) { // Pass in the window Date function also for SSR because the Date class can be lost 'use strict'; /*jshint eqnull:true */ var lazysizes, /** * @type { LazySizesConfigPartial } */ lazySizesCfg; (function(){ var prop; var lazySizesDefaults = { lazyClass: 'lzl', loadedClass: 'lzl-ed', loadingClass: 'lzl-ing', preloadClass: 'lzl-ped', errorClass: 'lzl-err', //strictClass: 'lzl-strict', autosizesClass: 'lzl-asz', fastLoadedClass: 'lzl-cached', iframeLoadMode: 1, srcAttr: 'data-lzl-src', srcsetAttr: 'data-lzl-srcset', sizesAttr: 'data-lzl-sizes', //preloadAfterLoad: false, minSize: 40, customMedia: {}, init: true, expFactor: 1.5, hFac: 0.8, loadMode: 2, loadHidden: true, ricTimeout: 0, throttleDelay: 125, }; lazySizesCfg = window.lzl_lazysizesConfig || {}; for(prop in lazySizesDefaults){ if(!(prop in lazySizesCfg)){ lazySizesCfg[prop] = lazySizesDefaults[prop]; } } })(); if (!document || !document.getElementsByClassName) { return { init: function () {}, /** * @type { LazySizesConfigPartial } */ cfg: lazySizesCfg, /** * @type { true } */ noSupport: true, }; } var docElem = document.documentElement; var supportPicture = window.HTMLPictureElement; var _addEventListener = 'addEventListener'; var _getAttribute = 'getAttribute'; /** * Update to bind to window because 'this' becomes null during SSR * builds. */ var addEventListener = window[_addEventListener].bind(window); var setTimeout = window.setTimeout; var requestAnimationFrame = window.requestAnimationFrame || setTimeout; var requestIdleCallback = window.requestIdleCallback; var regPicture = /^picture$/i; var loadEvents = ['load', 'error', 'lzl-lazyincluded', '_lzl-lazyloaded']; var regClassCache = {}; var forEach = Array.prototype.forEach; /** * @param ele {Element} * @param cls {string} */ var hasClass = function(ele, cls) { if(!regClassCache[cls]){ regClassCache[cls] = new RegExp('(\\s|^)'+cls+'(\\s|$)'); } return regClassCache[cls].test(ele[_getAttribute]('class') || '') && regClassCache[cls]; }; /** * @param ele {Element} * @param cls {string} */ var addClass = function(ele, cls) { if (!hasClass(ele, cls)){ ele.setAttribute('class', (ele[_getAttribute]('class') || '').trim() + ' ' + cls); } }; /** * @param ele {Element} * @param cls {string} */ var removeClass = function(ele, cls) { var reg; if ((reg = hasClass(ele,cls))) { ele.setAttribute('class', (ele[_getAttribute]('class') || '').replace(reg, ' ')); } }; var addRemoveLoadEvents = function(dom, fn, add){ var action = add ? _addEventListener : 'removeEventListener'; if(add){ addRemoveLoadEvents(dom, fn); } loadEvents.forEach(function(evt){ dom[action](evt, fn); }); }; /** * @param elem { Element } * @param name { string } * @param detail { any } * @param noBubbles { boolean } * @param noCancelable { boolean } * @returns { CustomEvent } */ var triggerEvent = function(elem, name, detail, noBubbles, noCancelable){ var event = document.createEvent('Event'); if(!detail){ detail = {}; } detail.instance = lazysizes; event.initEvent(name, !noBubbles, !noCancelable); event.detail = detail; elem.dispatchEvent(event); return event; }; var updatePolyfill = function (el, full){ var polyfill; if( !supportPicture && ( polyfill = (window.picturefill || lazySizesCfg.pf) ) ){ if(full && full.src && !el[_getAttribute]('srcset')){ el.setAttribute('srcset', full.src); } polyfill({reevaluate: true, elements: [el]}); } else if(full && full.src){ el.src = full.src; } }; var getCSS = function (elem, style){ if(!elem || elem.nodeType != 1) return; return (getComputedStyle(elem, null) || {})[style]; }; /** * * @param elem { Element } * @param parent { Element } * @param [width] {number} * @returns {number} */ var getWidth = function(elem, parent, width){ width = width || elem.offsetWidth; while(width < lazySizesCfg.minSize && parent && !elem._lzl_lazysizesWidth){ width = parent.offsetWidth; parent = parent.parentNode; } return width; }; var rAF = (function(){ var running, waiting; var firstFns = []; var secondFns = []; var fns = firstFns; var run = function(){ var runFns = fns; fns = firstFns.length ? secondFns : firstFns; running = true; waiting = false; while(runFns.length){ runFns.shift()(); } running = false; }; var rafBatch = function(fn, queue){ if(running && !queue){ fn.apply(this, arguments); } else { fns.push(fn); if(!waiting){ waiting = true; (document.hidden ? setTimeout : requestAnimationFrame)(run); } } }; rafBatch._lsFlush = run; return rafBatch; })(); var rAFIt = function(fn, simple){ return simple ? function() { rAF(fn); } : function(){ var that = this; var args = arguments; rAF(function(){ fn.apply(that, args); }); } ; }; var throttle = function(fn){ var running; var lastTime = 0; var gDelay = lazySizesCfg.throttleDelay; var rICTimeout = lazySizesCfg.ricTimeout; var run = function(){ running = false; lastTime = Date.now(); fn(); }; var idleCallback = requestIdleCallback && rICTimeout > 49 ? function(){ requestIdleCallback(run, {timeout: rICTimeout}); if(rICTimeout !== lazySizesCfg.ricTimeout){ rICTimeout = lazySizesCfg.ricTimeout; } } : rAFIt(function(){ setTimeout(run); }, true) ; return function(isPriority){ var delay; if((isPriority = isPriority === true)){ rICTimeout = 33; } if(running){ return; } running = true; delay = gDelay - (Date.now() - lastTime); if(delay < 0){ delay = 0; } if(isPriority || delay < 9){ idleCallback(); } else { setTimeout(idleCallback, delay); } }; }; //based on http://modernjavascript.blogspot.de/2013/08/building-better-debounce.html var debounce = function(func) { var timeout, timestamp; var wait = 99; var run = function(){ timeout = null; func(); }; var later = function() { var last = Date.now() - timestamp; if (last < wait) { setTimeout(later, wait - last); } else { (requestIdleCallback || run)(run); } }; return function() { timestamp = Date.now(); if (!timeout) { timeout = setTimeout(later, wait); } }; }; var loader = (function(){ var preloadElems, isCompleted, resetPreloadingTimer, loadMode, started; var eLvW, elvH, eLtop, eLleft, eLright, eLbottom, isBodyHidden; var regImg = /^img$/i; var regIframe = /^iframe$/i; var supportScroll = ('onscroll' in window) && !(/(gle|ing)bot/.test(navigator.userAgent)); var shrinkExpand = 0; var currentExpand = 0; var isLoading = 0; var lowRuns = -1; var resetPreloading = function(e){ isLoading--; if(!e || isLoading < 0 || !e.target){ isLoading = 0; } }; var isVisible = function (elem) { if (isBodyHidden == null) { isBodyHidden = getCSS(document.body, 'visibility') == 'hidden'; } return isBodyHidden || !(getCSS(elem.parentNode, 'visibility') == 'hidden' && getCSS(elem, 'visibility') == 'hidden'); }; var isNestedVisible = function(elem, elemExpand){ var outerRect; var parent = elem; var visible = isVisible(elem); eLtop -= elemExpand; eLbottom += elemExpand; eLleft -= elemExpand; eLright += elemExpand; while(visible && (parent = parent.offsetParent) && parent != document.body && parent != docElem){ visible = ((getCSS(parent, 'opacity') || 1) > 0); if(visible && getCSS(parent, 'overflow') != 'visible'){ outerRect = parent.getBoundingClientRect(); visible = eLright > outerRect.left && eLleft < outerRect.right && eLbottom > outerRect.top - 1 && eLtop < outerRect.bottom + 1 ; } } return visible; }; var checkElements = function() { var eLlen, i, rect, autoLoadElem, loadedSomething, elemExpand, elemNegativeExpand, elemExpandVal, beforeExpandVal, defaultExpand, preloadExpand, hFac; var lazyloadElems = lazysizes.elements; if((loadMode = lazySizesCfg.loadMode) && isLoading < 8 && (eLlen = lazyloadElems.length)){ i = 0; lowRuns++; for(; i < eLlen; i++){ if(!lazyloadElems[i] || lazyloadElems[i]._lzl_lazyRace){continue;} if( lazySizesCfg.beforeCheckElem ) lazySizesCfg.beforeCheckElem( lazyloadElems[i] ); if(!supportScroll || (lazysizes.prematureUnveil && lazysizes.prematureUnveil(lazyloadElems[i]))){unveilElement(lazyloadElems[i]);continue;} if(!(elemExpandVal = lazyloadElems[i][_getAttribute]('data-lzl-expand')) || !(elemExpand = elemExpandVal * 1)){ elemExpand = currentExpand; } if (!defaultExpand) { defaultExpand = (!lazySizesCfg.expand || lazySizesCfg.expand < 1) ? docElem.clientHeight > 500 && docElem.clientWidth > 500 ? 500 : 370 : lazySizesCfg.expand; lazysizes._defEx = defaultExpand; preloadExpand = defaultExpand * lazySizesCfg.expFactor; hFac = lazySizesCfg.hFac; isBodyHidden = null; if(currentExpand < preloadExpand && isLoading < 1 && lowRuns > 2 && loadMode > 2 && !document.hidden){ currentExpand = preloadExpand; lowRuns = 0; } else if(loadMode > 1 && lowRuns > 1 && isLoading < 6){ currentExpand = defaultExpand; } else { currentExpand = shrinkExpand; } } if(beforeExpandVal !== elemExpand){ eLvW = innerWidth + (elemExpand * hFac); elvH = innerHeight + elemExpand; elemNegativeExpand = elemExpand * -1; beforeExpandVal = elemExpand; } rect = lazyloadElems[i].getBoundingClientRect(); if ((eLbottom = rect.bottom) >= elemNegativeExpand && (eLtop = rect.top) <= elvH && (eLright = rect.right) >= elemNegativeExpand * hFac && (eLleft = rect.left) <= eLvW && (eLbottom || eLright || eLleft || eLtop) && (lazySizesCfg.loadHidden || isVisible(lazyloadElems[i])) && ((isCompleted && isLoading < 3 && !elemExpandVal && (loadMode < 3 || lowRuns < 4)) || isNestedVisible(lazyloadElems[i], elemExpand))){ unveilElement(lazyloadElems[i]); loadedSomething = true; if(isLoading > 9){break;} } else if(!loadedSomething && isCompleted && !autoLoadElem && isLoading < 4 && lowRuns < 4 && loadMode > 2 && (preloadElems[0] || lazySizesCfg.preloadAfterLoad) && (preloadElems[0] || (!elemExpandVal && ((eLbottom || eLright || eLleft || eLtop) || lazyloadElems[i][_getAttribute](lazySizesCfg.sizesAttr) != 'auto')))){ autoLoadElem = preloadElems[0] || lazyloadElems[i]; } } if(autoLoadElem && !loadedSomething){ unveilElement(autoLoadElem); } } }; var throttledCheckElements = throttle(checkElements); var switchLoadingClass = function(e){ var elem = e.target; if (elem._lzl_lazyCache) { delete elem._lzl_lazyCache; return; } resetPreloading(e); addClass(elem, lazySizesCfg.loadedClass); removeClass(elem, lazySizesCfg.loadingClass); addRemoveLoadEvents(elem, rafSwitchLoadingClass); triggerEvent(elem, 'lzl-lazyloaded'); }; var rafedSwitchLoadingClass = rAFIt(switchLoadingClass); var rafSwitchLoadingClass = function(e){ rafedSwitchLoadingClass({target: e.target}); }; var changeIframeSrc = function(elem, src){ var loadMode = elem.getAttribute('data-lzl-load-mode') || lazySizesCfg.iframeLoadMode; // loadMode can be also a string! if (loadMode == 0) { elem.contentWindow.location.replace(src); } else if (loadMode == 1) { elem.src = src; } }; var handleSources = function(source){ var customMedia; var sourceSrcset = source[_getAttribute](lazySizesCfg.srcsetAttr); if( (customMedia = lazySizesCfg.customMedia[source[_getAttribute]('data-lzl-media') || source[_getAttribute]('media')]) ){ source.setAttribute('media', customMedia); } if(sourceSrcset){ source.setAttribute('srcset', sourceSrcset); } }; var lazyUnveil = rAFIt(function (elem, detail, isAuto, sizes, isImg){ var src, srcset, parent, isPicture, event, firesLoad; if(!(event = triggerEvent(elem, 'lzl-lazybeforeunveil', detail)).defaultPrevented){ if(sizes){ if(isAuto){ addClass(elem, lazySizesCfg.autosizesClass); } else { elem.setAttribute('sizes', sizes); } } srcset = elem[_getAttribute](lazySizesCfg.srcsetAttr); src = elem[_getAttribute](lazySizesCfg.srcAttr); if(isImg) { parent = elem.parentNode; isPicture = parent && regPicture.test(parent.nodeName || ''); } firesLoad = detail.firesLoad || (('src' in elem) && (srcset || src || isPicture)); event = {target: elem}; addClass(elem, lazySizesCfg.loadingClass); if(firesLoad){ clearTimeout(resetPreloadingTimer); resetPreloadingTimer = setTimeout(resetPreloading, 2500); addRemoveLoadEvents(elem, rafSwitchLoadingClass, true); } if(isPicture){ forEach.call(parent.getElementsByTagName('source'), handleSources); } if(srcset){ elem.setAttribute('srcset', srcset); } else if(src && !isPicture){ if(regIframe.test(elem.nodeName)){ changeIframeSrc(elem, src); } else { elem.src = src; } } if(isImg && (srcset || isPicture)){ updatePolyfill(elem, {src: src}); } } if(elem._lzl_lazyRace){ delete elem._lzl_lazyRace; } removeClass(elem, lazySizesCfg.lazyClass); rAF(function(){ var nRetries = 50; function _Retry() { // Part of this can be removed as soon as this fix is older: https://bugs.chromium.org/p/chromium/issues/detail?id=7731 (2015) var isLoaded = elem.complete && elem.naturalWidth > 1; //if( elem[_getAttribute](lazySizesCfg.srcAttr) == "storage/2021/12/webcenter.png" ) // console.log( "lzl: " + lazySizesCfg.srcAttr + "=" + elem[_getAttribute](lazySizesCfg.srcAttr) + ": " + JSON.stringify( { nRetries: nRetries, firesLoad: !!firesLoad, isLoaded: isLoaded, complete: elem.complete, naturalWidth: elem.naturalWidth } ) ); if( !nRetries ) isLoaded = true; if( !firesLoad || isLoaded){ if (isLoaded) { addClass(elem, lazySizesCfg.fastLoadedClass); } switchLoadingClass(event); elem._lzl_lazyCache = true; setTimeout(function(){ if ('_lzl_lazyCache' in elem) { delete elem._lzl_lazyCache; } }, 9); } else { nRetries--; setTimeout( _Retry, 100 ); } if (elem.loading == 'lazy') { isLoading--; } } _Retry(); }, true); }); /** * * @param elem { Element } */ var unveilElement = function (elem){ if (elem._lzl_lazyRace) {return;} var detail; var isImg = regImg.test(elem.nodeName); //allow using sizes="auto", but don't use. it's invalid. Use data-sizes="auto" or a valid value for sizes instead (i.e.: sizes="80vw") var sizes = isImg && (elem[_getAttribute](lazySizesCfg.sizesAttr) || elem[_getAttribute]('sizes')); var isAuto = sizes == 'auto'; if( (isAuto || !isCompleted) && isImg && (elem[_getAttribute]('src') || elem.srcset) && !elem.complete && !hasClass(elem, lazySizesCfg.errorClass) && hasClass(elem, lazySizesCfg.lazyClass)){return;} detail = triggerEvent(elem, 'lzl-lazyunveilread').detail; if(isAuto){ autoSizer.updateElem(elem, true, elem.offsetWidth); } elem._lzl_lazyRace = true; isLoading++; //if( elem[_getAttribute](lazySizesCfg.srcAttr) == "storage/2021/12/webcenter.png" ) // console.log( "lzl: unveilElement(" + lazySizesCfg.srcAttr + "=" + elem[_getAttribute](lazySizesCfg.srcAttr) + ")" ); lazyUnveil(elem, detail, isAuto, sizes, isImg); }; var afterScroll = debounce(function(){ lazySizesCfg.loadMode = 3; throttledCheckElements(); }); var altLoadmodeScrollListner = function(){ if(lazySizesCfg.loadMode == 3){ lazySizesCfg.loadMode = 2; } afterScroll(); }; var onload = function(){ if(isCompleted){return;} if(Date.now() - started < 999){ setTimeout(onload, 999); return; } isCompleted = true; lazySizesCfg.loadMode = 3; throttledCheckElements(); addEventListener('scroll', altLoadmodeScrollListner, true); }; return { _: function(){ started = Date.now(); lazysizes.elements = document.getElementsByClassName(lazySizesCfg.lazyClass); preloadElems = document.getElementsByClassName(lazySizesCfg.lazyClass + ' ' + lazySizesCfg.preloadClass); addEventListener('scroll', throttledCheckElements, true); addEventListener('resize', throttledCheckElements, true); addEventListener('pageshow', function (e) { if (e.persisted) { var loadingElements = document.querySelectorAll('.' + lazySizesCfg.loadingClass); if (loadingElements.length && loadingElements.forEach) { requestAnimationFrame(function () { loadingElements.forEach( function (img) { if (img.complete) { unveilElement(img); } }); }); } } }); if(window.MutationObserver){ new MutationObserver( throttledCheckElements ).observe( docElem, {childList: true, subtree: true, attributes: true} ); } else { docElem[_addEventListener]('DOMNodeInserted', throttledCheckElements, true); docElem[_addEventListener]('DOMAttrModified', throttledCheckElements, true); setInterval(throttledCheckElements, 999); } addEventListener('hashchange', throttledCheckElements, true); //, 'fullscreenchange' ['focus', 'mouseover', 'click', 'load', 'transitionend', 'animationend'].forEach(function(name){ document[_addEventListener](name, throttledCheckElements, true); }); if((/d$|^c/.test(document.readyState))){ onload(); } else { addEventListener('load', onload); document[_addEventListener]('DOMContentLoaded', throttledCheckElements); setTimeout(onload, 20000); } if(lazysizes.elements.length){ checkElements(); rAF._lsFlush(); } else { throttledCheckElements(); } }, checkElems: throttledCheckElements, unveil: unveilElement, _aLSL: altLoadmodeScrollListner, }; })(); var autoSizer = (function(){ var autosizesElems; var sizeElement = rAFIt(function(elem, parent, event, width){ var sources, i, len; elem._lzl_lazysizesWidth = width; width += 'px'; elem.setAttribute('sizes', width); if(regPicture.test(parent.nodeName || '')){ sources = parent.getElementsByTagName('source'); for(i = 0, len = sources.length; i < len; i++){ sources[i].setAttribute('sizes', width); } } if(!event.detail.dataAttr){ updatePolyfill(elem, event.detail); } }); /** * * @param elem {Element} * @param dataAttr * @param [width] { number } */ var getSizeElement = function (elem, dataAttr, width){ var event; var parent = elem.parentNode; if(parent){ width = getWidth(elem, parent, width); event = triggerEvent(elem, 'lzl-lazybeforesizes', {width: width, dataAttr: !!dataAttr}); if(!event.defaultPrevented){ width = event.detail.width; if(width && width !== elem._lzl_lazysizesWidth){ sizeElement(elem, parent, event, width); } } } }; var updateElementsSizes = function(){ var i; var len = autosizesElems.length; if(len){ i = 0; for(; i < len; i++){ getSizeElement(autosizesElems[i]); } } }; var debouncedUpdateElementsSizes = debounce(updateElementsSizes); return { _: function(){ autosizesElems = document.getElementsByClassName(lazySizesCfg.autosizesClass); addEventListener('resize', debouncedUpdateElementsSizes); }, checkElems: debouncedUpdateElementsSizes, updateElem: getSizeElement }; })(); var init = function(){ if(!init.i && document.getElementsByClassName){ init.i = true; autoSizer._(); loader._(); } }; setTimeout(function(){ if(lazySizesCfg.init){ init(); } }); lazysizes = { /** * @type { LazySizesConfigPartial } */ cfg: lazySizesCfg, autoSizer: autoSizer, loader: loader, init: init, uP: updatePolyfill, aC: addClass, rC: removeClass, hC: hasClass, fire: triggerEvent, gW: getWidth, rAF: rAF, }; return lazysizes; } )); /* This plugin extends lazySizes to lazyLoad: background images, videos/posters and scripts Background-Image: For background images, use data-bg attribute: <div class="lazyload" data-bg="bg-img.jpg"></div> Video: For video/audio use data-poster and preload="none": <video class="lazyload" preload="none" data-poster="poster.jpg" src="src.mp4"> <!-- sources --> </video> For video that plays automatically if in view: <video class="lazyload" preload="none" muted="" data-autoplay="" data-poster="poster.jpg" src="src.mp4"> </video> Scripts: For scripts use data-script: <div class="lazyload" data-script="module-name.js"></div> Script modules using require: For modules using require use data-require: <div class="lazyload" data-require="module-name"></div> */ (function(window, factory) { var globalInstall = function(){ factory(window.lzl_lazySizes); window.removeEventListener('lzl-lazyunveilread', globalInstall, true); }; factory = factory.bind(null, window, window.document); if(typeof module == 'object' && module.exports){ factory(require('lazysizes')); } else if (typeof define == 'function' && define.amd) { define(['lazysizes'], factory); } else if(window.lzl_lazySizes) { globalInstall(); } else { window.addEventListener('lzl-lazyunveilread', globalInstall, true); } }(window, function(window, document, lazySizes) { /*jshint eqnull:true */ 'use strict'; var bgLoad, regBgUrlEscape; var uniqueUrls = {}; if(document.addEventListener){ regBgUrlEscape = /\(|\)|\s|'/; bgLoad = function (url, cb){ var img = document.createElement('img'); //img.fetchPriority = "high"; img.onload = function(){ img.onload = null; img.onerror = null; img = null; cb(); }; img.onerror = img.onload; img.src = url; if(img && img.complete && img.onload){ img.onload(); } }; addEventListener('lzl-lazybeforeunveil', function(e){ if(e.detail.instance != lazySizes){return;} var tmp, load, bg, poster; if(!e.defaultPrevented) { var target = e.target; if(target.preload == 'none'){ target.preload = target.getAttribute('data-lzl-preload') || 'auto'; } if (target.getAttribute('data-lzl-autoplay') != null) { if (target.getAttribute('data-lzl-expand') && !target.autoplay) { try { target.play(); } catch (er) {} } else { requestAnimationFrame(function () { target.setAttribute('data-lzl-expand', '-10'); lazySizes.aC(target, lazySizes.cfg.lazyClass); }); } } tmp = target.getAttribute('data-lzl-link'); if(tmp && target.tagName.toLowerCase() != 'img'){ addStyleScript(tmp, true); } // handle data-script tmp = target.getAttribute('data-lzl-script'); if(tmp){ e.detail.firesLoad = true; load = function(){ e.detail.firesLoad = false; lazySizes.fire(target, '_lzl-lazyloaded', {}, true, true); }; addStyleScript(tmp, null, load); } // handle data-require tmp = target.getAttribute('data-lzl-require'); if(tmp){ if(lazySizes.cfg.requireJs){ lazySizes.cfg.requireJs([tmp]); } else { addStyleScript(tmp); } } if( lazySizes.cfg.beforeUnveil ) lazySizes.cfg.beforeUnveil( target, lazySizes ); // handle data-bg var bgFromStyle; bg = target.getAttribute('data-lzl-bg'); if( bg || target.hasAttribute( "data-lzl-bg" ) ) { bgFromStyle = getComputedStyle( target ).getPropertyValue( "--lzl-bg-img" ); if( bgFromStyle && ( bgFromStyle[ 0 ] == "\"" || bgFromStyle[ 0 ] == "'" ) ) bgFromStyle = bgFromStyle.substr( 1, bgFromStyle.length - 2 ); } //if( !bg && target.hasAttribute( "data-lzl-bg" ) ) //{ // bgFromStyle = true; // var bgSt = getComputedStyle( target ).getPropertyValue( "--lzl-bg-img" ); // if( bgSt ) // bg = bgSt.substr( 1, bgSt.length - 2 ); //} if (bgFromStyle || bg) { target.classList.add( "lzl-ing" ); e.detail.firesLoad = true; load = function(){ //setTimeout(function(){ if( bg ) { var backgroundImage = target.style.backgroundImage; if( typeof( backgroundImage ) !== "string" || !backgroundImage.trim() ) backgroundImage = "url()"; target.style.backgroundImage = backgroundImage.replace( /url\([^\(\)]*\)/, 'url(' + (regBgUrlEscape.test(bg) ? JSON.stringify(bg) : bg ) + ')' ); } target.classList.remove( "lzl-ing" ); e.detail.firesLoad = false; lazySizes.fire(target, '_lzl-lazyloaded', {}, true, true); //}, 2000); }; bgLoad(bgFromStyle ? bgFromStyle : bg, load); } // handle data-poster poster = target.getAttribute('data-lzl-poster'); if(poster){ e.detail.firesLoad = true; load = function(){ target.poster = poster; e.detail.firesLoad = false; lazySizes.fire(target, '_lzl-lazyloaded', {}, true, true); }; bgLoad(poster, load); } } }, false); } function addStyleScript(src, style, cb){ if(uniqueUrls[src]){ return; } var elem = document.createElement(style ? 'link' : 'script'); var insertElem = document.getElementsByTagName('script')[0]; if(style){ elem.rel = 'stylesheet'; elem.href = src; } else { elem.onload = function(){ elem.onerror = null; elem.onload = null; cb(); }; elem.onerror = elem.onload; elem.src = src; } uniqueUrls[src] = true; uniqueUrls[elem.src || elem.href] = true; insertElem.parentNode.insertBefore(elem, insertElem); } })); </script> <meta http-equiv="X-Translated-By" content="Google"> <meta http-equiv="X-Translated-To" content="en"> <script type="text/javascript" src="https://www.gstatic.com/_/translate_http/_/js/k=translate_http.tr.en_GB.1hbgkFx4Qn8.O/am=DgY/d=1/rs=AN8SPfqlmAPxwfG457BPbRXwNq39oSMGHg/m=corsproxy" data-sourceurl="https://www.societ.com/solutions/sumac-crm/"></script> <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" rel="stylesheet"> <script type="text/javascript" src="https://www.gstatic.com/_/translate_http/_/js/k=translate_http.tr.en_GB.1hbgkFx4Qn8.O/am=DgY/d=1/exm=corsproxy/ed=1/rs=AN8SPfqlmAPxwfG457BPbRXwNq39oSMGHg/m=phishing_protection" data-phishing-protection-enabled="false" data-forms-warning-enabled="true" data-source-url="https://www.societ.com/solutions/sumac-crm/"></script> <meta name="robots" content="none"> </head> <body itemtype="https://schema.org/WebPage" itemscope class="page-template-default page page-id-93521 page-child parent-pageid-50458 ehf-footer ehf-template-astra ehf-stylesheet-silentpartner ast-desktop ast-page-builder-template ast-no-sidebar astra-4.8.6 ast-header-custom-item-inside group-blog ast-single-post ast-inherit-site-logo-transparent elementor-default elementor-kit-22 elementor-page elementor-page-93521 seraph-accel-js-lzl-ing seraph-accel-view-cmn"> <script type="text/javascript" src="https://www.gstatic.com/_/translate_http/_/js/k=translate_http.tr.en_GB.1hbgkFx4Qn8.O/am=DgY/d=1/exm=corsproxy,phishing_protection/ed=1/rs=AN8SPfqlmAPxwfG457BPbRXwNq39oSMGHg/m=navigationui" data-environment="prod" data-proxy-url="https://www-societ-com.translate.goog" data-proxy-full-url="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" data-source-url="https://www.societ.com/solutions/sumac-crm/" data-source-language="auto" data-target-language="en" data-display-language="auto" data-detected-source-language="en" data-is-source-untranslated="false" data-source-untranslated-url="https://translate.google.com/website?sl=auto&tl=en&hl=auto&u=https://www.societ.com/solutions/sumac-crm/&anno=2" data-client="tr"></script><img style="z-index:-99999;position:fixed;top:0;left:0;margin:1px;max-width:none!important;max-height:none!important;width:100vw!important;height:100vh!important;" onload="var i=this,d=document;function c(e){d.removeEventListener(e.type,c);setTimeout(function(){i.parentNode.removeChild(i)},250)}d.addEventListener("DOMContentLoaded",c)" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoCAYAAABNo9TkAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAPPElEQVR42u3BAQ0AAADCoPdPbQ43oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIB3AxB7AAFVmiFdAAAAAElFTkSuQmCC" alt="..."> <script>function seraph_accel_cmn_calcSizes(a){a.style.setProperty("--seraph-accel-client-width",""+a.clientWidth+"px");a.style.setProperty("--seraph-accel-client-width-px",""+a.clientWidth);a.style.setProperty("--seraph-accel-client-height",""+a.clientHeight+"px");a.style.setProperty("--seraph-accel-dvh",""+window.innerHeight+"px")}(function(a){a.addEventListener("seraph_accel_calcSizes",function(b){seraph_accel_cmn_calcSizes(a.documentElement)},{capture:!0,passive:!0});seraph_accel_cmn_calcSizes(a.documentElement)})(document)</script> <script seraph-accel-crit="1">(function(a){a.addEventListener("seraph_accel_calcSizes",function(e){var d="rtl"==a.documentElement.getAttribute("dir");a.querySelectorAll(".lzl-strtch-owner").forEach(function(b){var c=b.getBoundingClientRect();b.style.setProperty("--lzl-strtch-offs-x",""+(d?a.documentElement.clientWidth-c.right:c.left)+"px")})},{capture:!0,passive:!0})})(document)</script> <script id="astra-theme-js-js-extra" seraph-accel-crit="1"> var astra = {"break_point":"921","isRtl":"","is_scroll_to_id":"","is_scroll_to_top":"","is_header_footer_builder_active":"","responsive_cart_click":"flyout"}; </script> <script seraph-accel-crit="1">(function(a,e){function b(){var c=a.body.classList,d=e.innerWidth>astra.break_point;c.toggle("ast-header-break-point",!d);c.toggle("ast-desktop",d)}b();a.addEventListener("seraph_accel_calcSizes",b,{capture:!0,passive:!0});seraph_accel_izrbpb.add(function(){a.removeEventListener("seraph_accel_calcSizes",b,{capture:!0,passive:!0})})})(document,window); </script> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PSNDKK3" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <script id="zsiqchat" type="o/js-lzl">var $zoho=$zoho || {};$zoho.salesiq = $zoho.salesiq || {widgetcode: "siq758b0f68ebee4c096a7402e491f8f343", values:{},ready:function(){}};var d=document;s=d.createElement("script");s.type="text/javascript";s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zohopublic.com/widget";t=d.getElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);</script><a class="skip-link screen-reader-text" href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#content" title="Skip to content"> Skip to content</a> <div class="hfeed site" id="page"> <div data-elementor-type="header" data-elementor-id="532" class="elementor elementor-532 elementor-location-header" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-8ca8642 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="8ca8642" data-element_type="section" data-settings="{"sticky":"top","animation":"none","background_background":"classic","sticky_on":["desktop","tablet","mobile"],"sticky_offset":0,"sticky_effects_offset":0,"sticky_anchor_link_offset":0}" data-lzl-an="none"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-42cf721" data-id="42cf721" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-22b0eb5 elementor-widget elementor-widget-sp-header" data-id="22b0eb5" data-element_type="widget" data-widget_type="sp-header.default"> <div class="elementor-widget-container"> <section class="sp-component sp-nav" id="sp-header"> <div> <nav> <h6><a href="https://www-societ-com.translate.goog/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="fullLogo" title="Societ"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#fullLogo"></use> </svg></a></h6> <div> <ul class="rmr-drops rmr-slide"> <li class="sp-nav-item"> <dl> <dt><a href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#products" class="sp-nav-primary"> Solutions </a> </dt> <dd> <div class="sp-nav-dropdown"> <div class="sp-columns-3"> <ol> <li><h2 class="mobile-padding" style="color: #003a40 !important; font-weight: bold; padding-left: 10px;">Software</h2><a href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-secondary" title="Array"> <h4>Sumac CRM</h4><p>Contact management</p></a></li> <li><h2 class="mobile-padding" style="color: #003a40 !important; font-weight: bold; padding-left: 10px;"></h2><a href="https://www-societ-com.translate.goog/solutions/sumac-donations/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-secondary" title="Array"> <h4>Sumac Donations</h4><p>Manage donors and fundraising</p></a></li> <li><h2 class="mobile-padding" style="color: #003a40 !important; font-weight: bold; padding-left: 10px;"></h2><a href="https://www-societ-com.translate.goog/solutions/sumac-case-management/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-secondary" title="Array"> <h4>Sumac Case Management</h4><p>Manage clients and cases</p></a></li> </ol> <ol> <li><h2 class="mobile-padding" style="color: #003a40 !important; font-weight: bold; padding-left: 10px;"></h2><a href="https://www-societ-com.translate.goog/solutions/sumac-memberships/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-secondary" title="Array"> <h4>Sumac Memberships</h4><p>Memberships management</p></a></li> <li><h2 class="mobile-padding" style="color: #003a40 !important; font-weight: bold; padding-left: 10px;"></h2><a href="https://www-societ-com.translate.goog/solutions/my-board-view/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-secondary" title="Array"> <h4>My Board View</h4><p>100% Free Board Portal</p></a></li> <li><h2 class="mobile-padding" style="color: #003a40 !important; font-weight: bold; padding-left: 10px;"></h2><a href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-secondary" title="Array"> <h4></h4><p></p></a></li> </ol> <ol> <li><h2 class="mobile-padding" style="color: #003a40 !important; font-weight: bold; padding-left: 10px;">Websites</h2><a href="https://www-societ-com.translate.goog/solutions/partner-web/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-secondary" title="Array"> <h4>Partner Web</h4><p>Worry-free nonprofit websites</p></a></li> <li><h2 class="mobile-padding" style="color: #003a40 !important; font-weight: bold; padding-left: 10px;">Fundraising</h2><a href="https://www-societ-com.translate.goog/solutions/frontier/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-secondary" title="Array"> <h4>Frontier</h4><p>Direct mail & digital campaigns</p></a></li> <li><h2 class="mobile-padding" style="color: #003a40 !important; font-weight: bold; padding-left: 10px;"></h2><a href="https://www-societ-com.translate.goog/solutions/glass-register/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-secondary" title="Array"> <h4>Glass Register</h4><p>100% Free donation forms</p></a></li> </ol> </div> </div> </dd> </dl></li> <li class="sp-nav-item"><a href="https://www-societ-com.translate.goog/services?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-primary"> Services </a></li> <li class="sp-nav-item"><a href="https://www-societ-com.translate.goog/case-studies?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-primary"> Success Stories </a></li> <li class="sp-nav-item"> <dl> <dt><a href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#about" class="sp-nav-primary"> About Us </a> </dt> <dd> <div class="sp-nav-dropdown"> <div class=""> <ol> <li><h2 class="mobile-padding" style="color: #003a40 !important; font-weight: bold; padding-left: 10px;"></h2><a href="https://www-societ-com.translate.goog/our-story/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-secondary" title="Array"> <h4>Our Story</h4><p>30 years of serving nonprofits</p></a></li> <li><h2 class="mobile-padding" style="color: #003a40 !important; font-weight: bold; padding-left: 10px;"></h2><a href="https://www-societ-com.translate.goog/why-choose-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-secondary" title="Array"> <h4>Why Choose Us</h4><p>What sets us apart</p></a></li> <li><h2 class="mobile-padding" style="color: #003a40 !important; font-weight: bold; padding-left: 10px;"></h2><a href="https://www-societ-com.translate.goog/careers/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-secondary" title="Array"> <h4>Careers</h4><p>Join our growing team</p></a></li> <li><h2 class="mobile-padding" style="color: #003a40 !important; font-weight: bold; padding-left: 10px;"></h2><a href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-secondary" title="Array"> <h4>Contact Us</h4><p>Ask a question or get in touch</p></a></li> </ol> </div> </div> </dd> </dl></li> <li class="sp-nav-item"><a href="https://www-societ-com.translate.goog/blog?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-nav-primary"> Blog </a></li> </ul> <div class="sp-cta sp-reverse"><a href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="sp-button" title="CONTACT US">CONTACT US</a> </div> </div><button class="sp-nav-toggle" title="Toggle navigation"> <svg class="open"><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#burger"></use> </svg> <svg class="close"><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#x"></use> </svg></button> </nav> </div> </section> </div> </div> </div> </div> </div> </section> </div> <div id="content" class="site-content"> <div class="ast-container"> <div id="primary" class="content-area primary"> <main id="main" class="site-main"> <article class="post-93521 page type-page status-publish has-post-thumbnail ast-article-single" id="post-93521" itemtype="https://schema.org/CreativeWork" itemscope> <header class="entry-header ast-header-without-markup"> </header> <div class="entry-content clear" itemprop="text"> <div data-elementor-type="wp-page" data-elementor-id="93521" class="elementor elementor-93521 lzl-strtch-owner" data-elementor-post-type="page"> <section class="elementor-section elementor-top-section elementor-element elementor-element-662ebb7 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="662ebb7" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7a546e95" data-id="7a546e95" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-7ce7cf5 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7ce7cf5" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-328aa39" data-id="328aa39" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9b9073a elementor-widget elementor-widget-image" data-id="9b9073a" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"><img fetchpriority="high" decoding="async" width="1024" height="468" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAHUCAYAAACkilodAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAHWElEQVR42u3BAQ0AAADCoPdPbQ8HFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPBgQ4cAAc1eJiAAAAAASUVORK5CYII=" class="attachment-large size-large wp-image-81506 lzl" alt="" data-lzl-srcset="https://www.societ.com/wp-content/uploads/2023/10/Sumac-1024x468.png 1024w, https://www.societ.com/wp-content/uploads/2023/10/Sumac-300x137.png 300w, https://www.societ.com/wp-content/uploads/2023/10/Sumac-768x351.png 768w, https://www.societ.com/wp-content/uploads/2023/10/Sumac.png 1365w" data-lzl-sizes="(max-width: 1024px) 100vw, 1024px" data-lzl-src="https://www.societ.com/wp-content/uploads/2023/10/Sumac-1024x468.png"> <noscript lzl=""> <img fetchpriority="high" decoding="async" width="1024" height="468" src="https://www.societ.com/wp-content/uploads/2023/10/Sumac-1024x468.png" class="attachment-large size-large wp-image-81506" alt="" srcset="https://www-societ-com.translate.goog/wp-content/uploads/2023/10/Sumac-1024x468.png?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto 1024w,https://www-societ-com.translate.goog/wp-content/uploads/2023/10/Sumac-300x137.png?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto 300w,https://www-societ-com.translate.goog/wp-content/uploads/2023/10/Sumac-768x351.png?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto 768w,https://www-societ-com.translate.goog/wp-content/uploads/2023/10/Sumac.png?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto 1365w" sizes="(max-width: 1024px) 100vw, 1024px"> </noscript> </div> </div> <div class="elementor-element elementor-element-df1498e elementor-widget elementor-widget-heading" data-id="df1498e" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Sumac CRM</h2> </div> </div> <div class="elementor-element elementor-element-0d7d329 elementor-widget elementor-widget-heading" data-id="0d7d329" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">THE #1 ALL-IN-ONE, CUSTOMIZABLE NONPROFIT CRM</h1> </div> </div> <div class="elementor-element elementor-element-17626c6 elementor-widget elementor-widget-text-editor" data-id="17626c6" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Centralize data, enhance reporting, and do more good with a <span style="font-size: 20px; background-color: var( --e-global-color-astglobalcolor5 );">CRM that fits your nonprofit.<br></span><span style="font-size: 20px; background-color: var( --e-global-color-astglobalcolor5 );"><b>Prices start at just $49/mth. </b></span></p> </div> </div> <div class="elementor-element elementor-element-9f7462a elementor-widget elementor-widget-html" data-id="9f7462a" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; padding-top: 0px;"> <a class="sp-button" title="Get a Demo Now" style="background:#EF6079; padding-top:20px; padding-left: 30px; padding-right: 30px; padding-bottom:20px; font-size: 16px;" href="https://www-societ-com.translate.goog/get-a-demo?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Get a Demo Now</a> </div> </div> </div> </div> <div class="elementor-element elementor-element-afbe8ba elementor-widget elementor-widget-image" data-id="afbe8ba" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"><img decoding="async" width="536" height="126" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhgAAAB+CAYAAABmtmh+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEsklEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMfA0MH/oAAd3DesEAAAAASUVORK5CYII=" class="attachment-full size-full wp-image-103033 lzl" alt="Capterra, GetApp & SourceForge" data-lzl-srcset="https://www.societ.com/wp-content/uploads/2024/11/Capterra-GetApp-SourceForge-Image-1.png 536w, https://www.societ.com/wp-content/uploads/2024/11/Capterra-GetApp-SourceForge-Image-1-300x71.png 300w" data-lzl-sizes="(max-width: 536px) 100vw, 536px" data-lzl-src="https://www.societ.com/wp-content/uploads/2024/11/Capterra-GetApp-SourceForge-Image-1.png"> <noscript lzl=""> <img decoding="async" width="536" height="126" src="https://www.societ.com/wp-content/uploads/2024/11/Capterra-GetApp-SourceForge-Image-1.png" class="attachment-full size-full wp-image-103033" alt="Capterra, GetApp & SourceForge" srcset="https://www-societ-com.translate.goog/wp-content/uploads/2024/11/Capterra-GetApp-SourceForge-Image-1.png?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto 536w,https://www-societ-com.translate.goog/wp-content/uploads/2024/11/Capterra-GetApp-SourceForge-Image-1-300x71.png?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto 300w" sizes="(max-width: 536px) 100vw, 536px"> </noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7c806d0" data-id="7c806d0" data-element_type="column" data-settings="{"background_background":"classic"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ce8ef65 elementor-widget elementor-widget-image" data-id="ce8ef65" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAC0AAAAeQAQMAAABkH0Z4AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQObYZgAAC/5JREFUeAHt0IEAAAAAw6D5Ux/khVBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwICBj4EBqqYAAebQjSUAAAAASUVORK5CYII=" title="" alt="Best Nonprofit CRM" loading="lazy" class="lzl" data-lzl-src="/assets/IMG/Best%20Nonprofit%20CRM%20(1).png"> <noscript lzl=""> <img decoding="async" src="/assets/IMG/Best%20Nonprofit%20CRM%20(1).png" title="" alt="Best Nonprofit CRM" loading="lazy"> </noscript> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-9dae7fb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9dae7fb" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8949b08" data-id="8949b08" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8874bf3 elementor-widget elementor-widget-heading" data-id="8874bf3" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Read Our 5 Star Reviews From Nonprofits Just Like You</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-7185376 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7185376" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-cea4055" data-id="cea4055" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-ba31980 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ba31980" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1f93dcd" data-id="1f93dcd" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0992215 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="0992215" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Social Services</span></li> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Education</span></li> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Child & Family Services</span></li> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Arts & Culture</span></li> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Child Welfare</span></li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-83345d2" data-id="83345d2" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-99a56e2 elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="99a56e2" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Health Services</span></li> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Shelters</span></li> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Animal Welfare</span></li> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Religious</span></li> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Community</span></li> </ul> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-da6cf78 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="da6cf78" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d412652" data-id="d412652" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-157c4f2 elementor-widget elementor-widget-html" data-id="157c4f2" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; padding-top: 0px;"> <a class="sp-button" title="Get a Demo Now" style="background:#EF6079; padding-top:20px;padding-bottom:20px; padding-left: 30px; padding-right: 30px; font-size: 16px;" href="https://www-societ-com.translate.goog/get-a-demo?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Get a Demo Now</a> </div> </div> </div> </div> <div class="elementor-element elementor-element-f411db0 elementor-widget elementor-widget-html" data-id="f411db0" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; margin-top: -30px;"><a class="sp-button sp-plain" style="display:block; color: #00C19F; font-weight: normal!important; text-transform: none !important;" title="Not Ready? Contact Our Team Instead" href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto"> Not ready? Contact our team instead </a> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b0943be" data-id="b0943be" data-element_type="column" data-settings="{"background_background":"classic"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-07f79b4 elementor-widget elementor-widget-image" data-id="07f79b4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"><img decoding="async" width="199" height="130" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMcAAACCCAYAAADykNwZAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAB20lEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwOTCUyQAB/h47bAAAAABJRU5ErkJggg==" class="attachment-large size-large wp-image-81217 lzl" alt="" data-lzl-src="https://www.societ.com/wp-content/uploads/2023/09/quotes.png"> <noscript lzl=""> <img decoding="async" width="199" height="130" src="https://www.societ.com/wp-content/uploads/2023/09/quotes.png" class="attachment-large size-large wp-image-81217" alt=""> </noscript> </div> </div> <div class="elementor-element elementor-element-bcee801 elementor-widget elementor-widget-sp-testimonials" data-id="bcee801" data-element_type="widget" id="sumac" data-widget_type="sp-testimonials.default"> <div class="elementor-widget-container"> <section class="sp-component sp-bleed sp-testimonials sp-carousel" id="sp-testimonials" style=""><button class="sp-prev"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#prev"></use> </svg></button> <button class="sp-next"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#next"></use> </svg></button> <ul class="sp-page-indicators"> <li><a href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#testimonials-page-0"></a></li> <li><a href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#testimonials-page-1"></a></li> <li><a href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#testimonials-page-2"></a></li> <li><a href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#testimonials-page-3"></a></li> <li><a href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#testimonials-page-4"></a></li> </ul> <div class="sp-carousel-container"> <div class="sp-carousel-pages"> <div class="sp-carousel-page" id="testimonials-page-0"> <dl> <dt> “<span style="font-family: 'paralucent (demibold)'; font-size: 27px;">We love that we now have a centralized place to manage everything.</span>” </dt> <dd class="sp-testimonial-img"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQcAAAB2CAYAAADFolZ3AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACNUlEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwOzDlbQABvtg7OQAAAABJRU5ErkJggg==" alt="" loading="lazy" class="lzl" data-lzl-src="https://www.societ.com/wp-content/uploads/2023/09/stars-1-1.png"> <noscript lzl=""> <img decoding="async" src="https://www.societ.com/wp-content/uploads/2023/09/stars-1-1.png" alt="" loading="lazy"> </noscript> </dd> <dd class="sp-testimonial-org"> Capterra Reviewer </dd> </dl> </div> <div class="sp-carousel-page" id="testimonials-page-1"> <dl> <dt> “<span style="font-family: 'paralucent (demibold)'; font-size: 27px;">The quality of customer support is superior to any other product I've seen.”</span> </dt> <dd class="sp-testimonial-img"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQcAAAB2CAYAAADFolZ3AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACNUlEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwOzDlbQABvtg7OQAAAABJRU5ErkJggg==" alt="" loading="lazy" class="lzl" data-lzl-src="https://www.societ.com/wp-content/uploads/2023/09/stars-1-1.png"> <noscript lzl=""> <img decoding="async" src="https://www.societ.com/wp-content/uploads/2023/09/stars-1-1.png" alt="" loading="lazy"> </noscript> </dd> <dd class="sp-testimonial-org"> Capterra Reviewer </dd> </dl> </div> <div class="sp-carousel-page" id="testimonials-page-2"> <dl> <dt> “<span style="font-family: 'paralucent (demibold)'; font-size: 27px;">Switching to Sumac has been one of the best decisions we have made.</span>” </dt> <dd class="sp-testimonial-img"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQcAAAB2CAYAAADFolZ3AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACNUlEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwOzDlbQABvtg7OQAAAABJRU5ErkJggg==" alt="" loading="lazy" class="lzl" data-lzl-src="https://www.societ.com/wp-content/uploads/2023/09/stars-1-1.png"> <noscript lzl=""> <img decoding="async" src="https://www.societ.com/wp-content/uploads/2023/09/stars-1-1.png" alt="" loading="lazy"> </noscript> </dd> <dd class="sp-testimonial-org"> Capterra Reviewer </dd> </dl> </div> <div class="sp-carousel-page" id="testimonials-page-3"> <dl> <dt> “<span style="font-family: 'paralucent (demibold)'; font-size: 27px;">Sumac is incredibly easy to use, is customizable, and the support is outstanding.</span>” </dt> <dd class="sp-testimonial-img"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQcAAAB2CAYAAADFolZ3AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACNUlEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwOzDlbQABvtg7OQAAAABJRU5ErkJggg==" alt="" loading="lazy" class="lzl" data-lzl-src="https://www.societ.com/wp-content/uploads/2023/09/stars-1-1.png"> <noscript lzl=""> <img decoding="async" src="https://www.societ.com/wp-content/uploads/2023/09/stars-1-1.png" alt="" loading="lazy"> </noscript> </dd> <dd class="sp-testimonial-org"> Capterra Reviewer </dd> </dl> </div> <div class="sp-carousel-page" id="testimonials-page-4"> <dl> <dt> “<span style="font-family: 'paralucent (demibold)'; font-size: 27px;">Great customer service and an incredible product!!</span>” </dt> <dd class="sp-testimonial-img"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQcAAAB2CAYAAADFolZ3AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACNUlEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwOzDlbQABvtg7OQAAAABJRU5ErkJggg==" alt="" loading="lazy" class="lzl" data-lzl-src="https://www.societ.com/wp-content/uploads/2023/09/stars-1-1.png"> <noscript lzl=""> <img decoding="async" src="https://www.societ.com/wp-content/uploads/2023/09/stars-1-1.png" alt="" loading="lazy"> </noscript> </dd> <dd class="sp-testimonial-org"> Capterra Reviewer </dd> </dl> </div> </div> </div> </section> </div> </div> <div class="elementor-element elementor-element-f91aac8 elementor-widget elementor-widget-html" data-id="f91aac8" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-717f818 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="717f818" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-86b5516" data-id="86b5516" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-095e59f elementor-widget elementor-widget-heading" data-id="095e59f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">What Sets Sumac Nonprofit CRM Apart</h2> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-7ae60be elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7ae60be" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-be30a99" data-id="be30a99" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9bb65eb elementor-widget elementor-widget-sp-features" data-id="9bb65eb" data-element_type="widget" id="sell" data-widget_type="sp-features.default"> <div class="elementor-widget-container"> <section class="sp-component sp-features"> <div> <ul> <li class="sp-feature-item"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAABtCAYAAACr+O9WAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA50lEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDgfGLoRAAEbusLrAAAAAElFTkSuQmCC" alt="Complete Solutions" loading="lazy" class="lzl" data-lzl-src="/assets/IMG/verified.png"> <noscript lzl=""> <img decoding="async" src="/assets/IMG/verified.png" alt="Complete Solutions" loading="lazy"> </noscript> <dl> <dt> <h3 class="sp-title">Complete Solution</h3> </dt> <dd> Choose the <a href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#sumac-crm-add-on">add-ons</a> and webforms you need to create a complete solution for your nonprofit. </dd> </dl></li> <li class="sp-feature-item"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAxklEQVR4Ae3QMQEAAADCoPVPbQsviEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwMBzYJykAAFo4MKpAAAAAElFTkSuQmCC" alt="Simple Configuration" loading="lazy" class="lzl" data-lzl-src="https://societ.com/assets/IMG/33.png"> <noscript lzl=""> <img decoding="async" src="https://societ.com/assets/IMG/33.png" alt="Simple Configuration" loading="lazy"> </noscript> <dl> <dt> <h3 class="sp-title">Simple Configuration</h3> </dt> <dd> Customize your CRM in minutes to fit your nonprofit's unique programs, data, and reporting needs. </dd> </dl></li> <li class="sp-feature-item"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAxklEQVR4Ae3QMQEAAADCoPVPbQsviEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwMBzYJykAAFo4MKpAAAAAElFTkSuQmCC" alt="Top Rated Support" loading="lazy" class="lzl" data-lzl-src="https://societ.com/assets/IMG/22.png"> <noscript lzl=""> <img decoding="async" src="https://societ.com/assets/IMG/22.png" alt="Top Rated Support" loading="lazy"> </noscript> <dl> <dt> <h3 class="sp-title">Top-Rated Support</h3> </dt> <dd> Get top-rated, live phone support included at no cost, so you can always get help when you need it. </dd> </dl></li> </ul> </div> </section> </div> </div> <div class="elementor-element elementor-element-457082c elementor-widget elementor-widget-html" data-id="457082c" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3c159bd3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3c159bd3" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-48f72de9" data-id="48f72de9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6671e50f elementor-widget elementor-widget-html" data-id="6671e50f" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> </div> </div> <div class="elementor-element elementor-element-60124d98 elementor-widget elementor-widget-sp-testimonials" data-id="60124d98" data-element_type="widget" id="link-quote" data-widget_type="sp-testimonials.default"> <div class="elementor-widget-container"> <section class="sp-component sp-bleed sp-testimonials sp-carousel lzl" id="sp-testimonials" style="background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAC0AAAAMUCAYAAAAvv6bmAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAgAElEQVR42uzBAQEAAACAkP6v7ggKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA2YMDAQAAAAAg/9dGUFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVagBfv4AAAKNSURBVFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWkPDgQAAAAABPlbrzBABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8AWPKgABQLLG2AAAAABJRU5ErkJggg==")" data-lzl-bg="https://www.societ.com/wp-content/uploads/2023/10/Testimonial-Background-wave-1.png"> <div class="sp-carousel-container"> <div class="sp-carousel-pages"> <div class="sp-carousel-page" id="testimonials-page-0"> <dl> <dt> “<span style="font-weight: normal">Switching to Sumac was the best decision! We love that we now have a centralized place to manage everything – donations, case management, memberships, and training courses.</span>” </dt> <dd class="sp-testimonial-img"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAD6CAYAAABXq7VOAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAIm0lEQVR4Ae3QgQAAAADDoPlTH+SFUGHAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDgcWCigwABE7HIQAAAAABJRU5ErkJggg==" alt="" loading="lazy" class="lzl" data-lzl-src="https://www.societ.com/wp-content/uploads/2023/04/OBIA3.png"> <noscript lzl=""> <img decoding="async" src="https://www.societ.com/wp-content/uploads/2023/04/OBIA3.png" alt="" loading="lazy"> </noscript> </dd> <dd class="sp-testimonial-org"> <span style="font-size: 20px !important; color: #003A40; font-family: 'helvetica'; text-align:center;">Financial Controller & Assistant Director of Operations, Ontario Brain Injury Association</span> <p style="text-align: center; padding-top: 10px;"><a style="color: #00C19F; text-align: center;" href="https://www-societ-com.translate.goog/blog/nonprofit-news/how-ontario-brain-injury-association-streamlined-operations-and-got-back-to-focusing-on-what-matters/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank">Read Success Story</a></p> </dd> </dl> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-8279f95 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8279f95" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e23f4d6" data-id="e23f4d6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-73d3562 elementor-widget elementor-widget-heading" data-id="73d3562" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">A Nonprofit CRM With Powerful Essential Features Built-in</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-4a894d94 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4a894d94" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-wider"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5cbef0ce" data-id="5cbef0ce" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-50fca893 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="50fca893" data-element_type="section"> <div class="elementor-container elementor-column-gap-extended"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1c8bbd21" data-id="1c8bbd21" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5dd87629 elementor-widget elementor-widget-image" data-id="5dd87629" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACC8AAAeQAQMAAADdEX+EAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQObYZgAACMRJREFUeAHt0DEBAAAAwqD1T20ND4hAYcCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMPAwPFWQABSs+nmAAAAABJRU5ErkJggg==" title="" alt="Nonprofit-CRM-Contacts" loading="lazy" class="lzl" data-lzl-src="/assets/IMG/Nonprofit-CRM-Contacts%20(1)%20(1).png"> <noscript lzl=""> <img decoding="async" src="/assets/IMG/Nonprofit-CRM-Contacts%20(1)%20(1).png" title="" alt="Nonprofit-CRM-Contacts" loading="lazy"> </noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1037a914" data-id="1037a914" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-120cbcc8 elementor-widget elementor-widget-heading" data-id="120cbcc8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Manage Contacts & Activities With Ease</h2> </div> </div> <div class="elementor-element elementor-element-333159c5 elementor-widget__width-initial elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="333159c5" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"><span class="elementor-icon-list-text">Take the guesswork out of managing your <span style="font-size: 20px; font-style: normal; font-weight: 400;">donors, clients, volunteers, members, and more with </span>contact data, history, and<b> </b>key activities <b>at your fingertips.</b></span></li> </ul> </div> </div> <div class="elementor-element elementor-element-4b9c730c elementor-widget elementor-widget-html" data-id="4b9c730c" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; padding-top: 20px;"> <a class="sp-button" title="Get a Demo Now" style="background:#EF6079; padding-top:20px; padding-left: 30px; padding-right: 30px; padding-bottom:20px; font-size: 16px;" href="https://www-societ-com.translate.goog/get-a-demo?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Get a Demo Now</a> </div> </div> </div> </div> <div class="elementor-element elementor-element-35e5764 elementor-widget elementor-widget-html" data-id="35e5764" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; margin-top: -30px;"><a class="sp-button sp-plain" style="display:block; color: #00C19F; font-weight: normal!important; text-transform: none !important;" title="Not Ready? Contact Our Team Instead" href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto"> Not ready? Contact our team instead </a> </div> </div> </div> </div> <div class="elementor-element elementor-element-4175c5f elementor-widget elementor-widget-html" data-id="4175c5f" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-341e9448 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="341e9448" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-wider"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-17e08f34" data-id="17e08f34" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-70c268b elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="70c268b" data-element_type="section"> <div class="elementor-container elementor-column-gap-extended"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7395a822" data-id="7395a822" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f48e57b elementor-widget elementor-widget-heading" data-id="3f48e57b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Get Alerts So You Never Miss Important Activity</h2> </div> </div> <div class="elementor-element elementor-element-58427d9 elementor-widget elementor-widget-text-editor" data-id="58427d9" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> Stay on top of key activities at your organization with <b>custom alerts</b> that notify you of things like new donations, memberships, and clients. </div> </div> <div class="elementor-element elementor-element-25a95cd6 elementor-widget elementor-widget-html" data-id="25a95cd6" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; padding-top: 20px;"> <a class="sp-button" title="Get a Demo Now" style="background:#EF6079; padding-top:20px;padding-bottom:20px; padding-left: 30px; padding-right: 30px; font-size: 16px;" href="https://www-societ-com.translate.goog/get-a-demo?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Get a Demo Now</a> </div> </div> </div> </div> <div class="elementor-element elementor-element-e2857ec elementor-widget elementor-widget-html" data-id="e2857ec" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; margin-top: -30px;"><a class="sp-button sp-plain" style="display:block; color: #00C19F; font-weight: normal!important; text-transform: none !important;" title="Not Ready? Contact Our Team Instead" href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto"> Not ready? Contact our team instead </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2c781224" data-id="2c781224" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-259fdf57 elementor-widget elementor-widget-image" data-id="259fdf57" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACdQAAAcNAQMAAABVy9K3AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQObYZgAACc5JREFUeAHt0AENAAAAwqD3T20PBxEoDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDHwMDLSEAAEtvZstAAAAAElFTkSuQmCC" title="" alt="Nonprofit CRM Alerts" loading="lazy" class="lzl" data-lzl-src="/assets/IMG/Nonprofit-CRM-Alerts.png"> <noscript lzl=""> <img decoding="async" src="/assets/IMG/Nonprofit-CRM-Alerts.png" title="" alt="Nonprofit CRM Alerts" loading="lazy"> </noscript> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-4dda61a8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4dda61a8" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-wider"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-36a60a18" data-id="36a60a18" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-40cc07d9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="40cc07d9" data-element_type="section"> <div class="elementor-container elementor-column-gap-extended"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-59f6913" data-id="59f6913" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4830c335 elementor-widget elementor-widget-image" data-id="4830c335" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACdQAAAc0AQMAAAB2voTSAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQObYZgAACgRJREFUeAHt0DEBAAAAwqD1T20ND4hAYcCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYOBnYOSoAAEk/L3tAAAAAElFTkSuQmCC" title="" alt="Nonprofit CRM Email Marketing" loading="lazy" class="lzl" data-lzl-src="/assets/IMG/Copy%20of%20Nonprofit-CRM-Email-Marketing.png"> <noscript lzl=""> <img decoding="async" src="/assets/IMG/Copy%20of%20Nonprofit-CRM-Email-Marketing.png" title="" alt="Nonprofit CRM Email Marketing" loading="lazy"> </noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34708480" data-id="34708480" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-12ff7321 elementor-widget elementor-widget-heading" data-id="12ff7321" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Stay Engaged & Grow Your Supporter Base</h2> </div> </div> <div class="elementor-element elementor-element-34ebbc40 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="34ebbc40" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"><span class="elementor-icon-list-text">Sumac includes built-in email marketing, so you can send mass emails, including newsletters, fundraising letters, notices, and more right from your database. <span style="font-weight: 700; font-size: 20px; font-style: normal; white-space-collapse: collapse; background-color: rgb(255, 255, 255);">No need to pay for a separate email program</span><span style="font-size: 20px; font-style: normal; font-weight: 400; white-space-collapse: collapse; background-color: rgb(255, 255, 255);">.</span></span></li> </ul> </div> </div> <div class="elementor-element elementor-element-205cbf3a elementor-widget elementor-widget-html" data-id="205cbf3a" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; padding-top: 20px;"> <a class="sp-button" title="Get a Demo Now" style="background:#EF6079; padding-top:20px;padding-bottom:20px; padding-left: 30px; padding-right: 30px; font-size: 16px;" href="https://www-societ-com.translate.goog/get-a-demo?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Get a Demo Now</a> </div> </div> </div> </div> <div class="elementor-element elementor-element-70cb74d elementor-widget elementor-widget-html" data-id="70cb74d" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; margin-top: -30px;"><a class="sp-button sp-plain" style="display:block; color: #00C19F; font-weight: normal!important; text-transform: none !important;" title="Not Ready? Contact Our Team Instead" href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto"> Not ready? Contact our team instead </a> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-12d27439 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="12d27439" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-wider"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6b07b63c" data-id="6b07b63c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-777f362b elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="777f362b" data-element_type="section"> <div class="elementor-container elementor-column-gap-extended"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-393fcf18" data-id="393fcf18" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-45bd684f elementor-widget elementor-widget-heading" data-id="45bd684f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Automate Your Processes & Workflows</h2> </div> </div> <div class="elementor-element elementor-element-835adfe elementor-widget elementor-widget-text-editor" data-id="835adfe" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> Use custom action plans and reminders to automate workflows for donors, clients, and members, so you <b>never miss a step.</b> </div> </div> <div class="elementor-element elementor-element-20aa0b1 elementor-widget elementor-widget-text-editor" data-id="20aa0b1" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> If you can dream it up, you can create an action plan for it. </div> </div> <div class="elementor-element elementor-element-10c8d759 elementor-widget elementor-widget-html" data-id="10c8d759" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; padding-top: 20px;"> <a class="sp-button" title="Get a Demo Now" style="background:#EF6079; padding-top:20px;padding-bottom:20px; padding-left: 30px; padding-right: 30px; font-size: 16px;" href="https://www-societ-com.translate.goog/get-a-demo?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Get a Demo Now</a> </div> </div> </div> </div> <div class="elementor-element elementor-element-2c69201 elementor-widget elementor-widget-html" data-id="2c69201" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; margin-top: -30px;"><a class="sp-button sp-plain" style="display:block; color: #00C19F; font-weight: normal!important; text-transform: none !important;" title="Not Ready? Contact Our Team Instead" href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto"> Not ready? Contact our team instead </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3b61f41b" data-id="3b61f41b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-178db001 elementor-widget elementor-widget-image" data-id="178db001" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAC0AAAAeQAQMAAABkH0Z4AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQObYZgAAC/5JREFUeAHt0IEAAAAAw6D5Ux/khVBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwICBj4EBqqYAAebQjSUAAAAASUVORK5CYII=" title="" alt="Nonprofit CRM Workflows" loading="lazy" class="lzl" data-lzl-src="/assets/IMG/Nonprofit-CRM-Workflows.png"> <noscript lzl=""> <img decoding="async" src="/assets/IMG/Nonprofit-CRM-Workflows.png" title="" alt="Nonprofit CRM Workflows" loading="lazy"> </noscript> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-6048c6e3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6048c6e3" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-wider"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-41d27c1b" data-id="41d27c1b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-3fbfcc77 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3fbfcc77" data-element_type="section"> <div class="elementor-container elementor-column-gap-extended"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-58704727" data-id="58704727" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-376e97c5 elementor-widget elementor-widget-image" data-id="376e97c5" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAC0AAAAeQAQMAAABkH0Z4AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQObYZgAAC/5JREFUeAHt0IEAAAAAw6D5Ux/khVBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwICBj4EBqqYAAebQjSUAAAAASUVORK5CYII=" title="" alt="Nonprofit CRM Reporting" loading="lazy" class="lzl" data-lzl-src="/assets/IMG/Nonprofit-CRM-Reporting.png"> <noscript lzl=""> <img decoding="async" src="/assets/IMG/Nonprofit-CRM-Reporting.png" title="" alt="Nonprofit CRM Reporting" loading="lazy"> </noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-24fa53ee" data-id="24fa53ee" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7615e3cd elementor-widget elementor-widget-heading" data-id="7615e3cd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Measure What Matters</h2> </div> </div> <div class="elementor-element elementor-element-4af5d0a3 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="4af5d0a3" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"><span class="elementor-icon-list-text">Track and report on the key metrics <b>you need </b>to help inform decisions, and report back to donors, funders, and your board. <br><br> Sumac includes hundreds of built-in reports, along with the ability to create <b>custom and ad-hoc reports</b> in minutes. </span></li> </ul> </div> </div> <div class="elementor-element elementor-element-198d3c2 elementor-widget elementor-widget-html" data-id="198d3c2" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; padding-top: 20px;"> <a class="sp-button" title="Get a Demo Now" style="background:#EF6079; padding-top:20px;padding-bottom:20px; padding-left: 30px; padding-right: 30px; font-size: 16px;" href="https://www-societ-com.translate.goog/get-a-demo?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Get a Demo Now</a> </div> </div> </div> </div> <div class="elementor-element elementor-element-fa3538c elementor-widget elementor-widget-html" data-id="fa3538c" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; margin-top: -30px;"><a class="sp-button sp-plain" style="display:block; color: #00C19F; font-weight: normal!important; text-transform: none !important;" title="Not Ready? Contact Our Team Instead" href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto"> Not ready? Contact our team instead </a> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-2241dc5d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2241dc5d" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-wider"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-37df19d3" data-id="37df19d3" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-8958358 elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8958358" data-element_type="section"> <div class="elementor-container elementor-column-gap-extended"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-572398dd" data-id="572398dd" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1dc6e1e1 elementor-widget elementor-widget-heading" data-id="1dc6e1e1" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Customize To Fit Your Needs</h2> </div> </div> <div class="elementor-element elementor-element-46c82a9b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="46c82a9b" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"><span class="elementor-icon-list-text">Customize Sumac in minutes so it <b>fits your nonprofit's unique data and programs</b>. You can also create custom reports and add a custom extension to track data unique to your nonprofit.</span></li> </ul> </div> </div> <div class="elementor-element elementor-element-42362e8 elementor-widget elementor-widget-html" data-id="42362e8" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; padding-top: 20px;"> <a class="sp-button" title="Get a Demo Now" style="background:#EF6079; padding-top:20px; padding-bottom:20px; padding-left: 30px; padding-right: 30px; font-size: 16px;" href="https://www-societ-com.translate.goog/get-a-demo?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Get a Demo Now</a> </div> </div> </div> </div> <div class="elementor-element elementor-element-436faf1 elementor-widget elementor-widget-html" data-id="436faf1" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; margin-top: -30px;"><a class="sp-button sp-plain" style="display:block; color: #00C19F; font-weight: normal!important; text-transform: none !important;" title="Not Ready? Contact Our Team Instead" href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto"> Not ready? Contact our team instead </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-28416c5e" data-id="28416c5e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-47b1f92b elementor-widget elementor-widget-image" data-id="47b1f92b" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAC0AAAAeQAQMAAABkH0Z4AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQObYZgAAC/5JREFUeAHt0IEAAAAAw6D5Ux/khVBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwICBj4EBqqYAAebQjSUAAAAASUVORK5CYII=" title="" alt="Nonprofit CRM Customizable" loading="lazy" class="lzl" data-lzl-src="/assets/IMG/Nonprofit-CRM-Customizable.png"> <noscript lzl=""> <img decoding="async" src="/assets/IMG/Nonprofit-CRM-Customizable.png" title="" alt="Nonprofit CRM Customizable" loading="lazy"> </noscript> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-76694635 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="76694635" data-element_type="section" id="sumac-crm-add-on" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4ef107ef" data-id="4ef107ef" data-element_type="column" data-settings="{"background_background":"classic"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f670296 elementor-widget elementor-widget-heading" data-id="f670296" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Choose The Add-On Functionality You Need</h2> </div> </div> <div class="elementor-element elementor-element-c61cf4b elementor-widget elementor-widget-heading" data-id="c61cf4b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Get an all-in-one nonprofit CRM to simplify operations and save money.</h2> </div> </div> <div class="elementor-element elementor-element-e9cece2 elementor-widget elementor-widget-sp-features" data-id="e9cece2" data-element_type="widget" id="sel1" data-widget_type="sp-features.default"> <div class="elementor-widget-container"> <section class="sp-component sp-features"> <div> <ul> <li class="sp-feature-item"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAABtCAYAAACr+O9WAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA50lEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDgfGLoRAAEbusLrAAAAAElFTkSuQmCC" alt="Case Management" loading="lazy" class="lzl" data-lzl-src="/assets/IMG/111-NEW.png"> <noscript lzl=""> <img decoding="async" src="/assets/IMG/111-NEW.png" alt="Case Management" loading="lazy"> </noscript> <dl> <dt> <h3 class="sp-title">Case Management</h3> </dt> <dd> Sumac Case Management streamlines client intake, service delivery, and reporting, helping you provide the best client care. </dd> </dl></li> <li class="sp-feature-item"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAABtCAYAAACr+O9WAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA50lEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDgfGLoRAAEbusLrAAAAAElFTkSuQmCC" alt="" loading="lazy" class="lzl" data-lzl-src="https://societ.com/assets/IMG/222.png"> <noscript lzl=""> <img decoding="async" src="https://societ.com/assets/IMG/222.png" alt="" loading="lazy"> </noscript> <dl> <dt> <h3 class="sp-title">Memberships</h3> </dt> <dd> Sumac Memberships streamlines member signup, renewals, and payments in one place, so you can grow your membership program. </dd> </dl></li> <li class="sp-feature-item"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAABtCAYAAACr+O9WAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA50lEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDgfGLoRAAEbusLrAAAAAElFTkSuQmCC" alt="Donations" loading="lazy" class="lzl" data-lzl-src="https://societ.com/assets/IMG/Donations.png"> <noscript lzl=""> <img decoding="async" src="https://societ.com/assets/IMG/Donations.png" alt="Donations" loading="lazy"> </noscript> <dl> <dt> <h3 class="sp-title">Donations</h3> </dt> <dd> Sumac Donations streamlines fundraising outreach, donation processing, and receipting, helping you meet your fundraising goals. </dd> </dl></li> </ul> </div> </section> </div> </div> <div class="elementor-element elementor-element-43ea8648 elementor-widget elementor-widget-sp-features" data-id="43ea8648" data-element_type="widget" id="sel2" data-widget_type="sp-features.default"> <div class="elementor-widget-container"> <section class="sp-component sp-features"> <div> <ul> <li class="sp-feature-item"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAABtCAYAAACr+O9WAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA50lEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDgfGLoRAAEbusLrAAAAAElFTkSuQmCC" alt="" loading="lazy" class="lzl" data-lzl-src="https://societ.com/assets/IMG/4.png"> <noscript lzl=""> <img decoding="async" src="https://societ.com/assets/IMG/4.png" alt="" loading="lazy"> </noscript> <dl> <dt> <h3 class="sp-title">Online Webforms</h3> </dt> <dd> Donation, case management, volunteer, and membership webforms seamlessly integrate with your Sumac CRM. </dd> </dl></li> <li class="sp-feature-item"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACpwAAAc5AQMAAADer7ZZAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAA1BMVEVHcEyC+tLSAAAAAXRSTlMAQObYZgAACtRJREFUeAHt0AENAAAAwqD3T20PBxEoDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBi4HBifdAABg8WouwAAAABJRU5ErkJggg==" alt="Nonprofit CRM - Donation Form" loading="lazy" class="lzl" data-lzl-src="/assets/IMG/Donor-Management-Software-Donation-Form-2 (1).png"> <noscript lzl=""> <img decoding="async" src="/assets/IMG/Donor-Management-Software-Donation-Form-2%20(1).png" alt="Nonprofit CRM - Donation Form" loading="lazy"> </noscript> <dl> <dt> <h3 class="sp-title"></h3> </dt> <dd> </dd> </dl></li> <li class="sp-feature-item"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAABtCAYAAACr+O9WAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA50lEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDgfGLoRAAEbusLrAAAAAElFTkSuQmCC" alt="" loading="lazy" class="lzl" data-lzl-src="https://societ.com/assets/IMG/5.png"> <noscript lzl=""> <img decoding="async" src="https://societ.com/assets/IMG/5.png" alt="" loading="lazy"> </noscript> <dl> <dt> <h3 class="sp-title">Specialized Webforms</h3> </dt> <dd> Sumac Specialized Webforms allow you to capture additional information about your constituents on your website. </dd> </dl></li> </ul> </div> </section> </div> </div> <div class="elementor-element elementor-element-13407b29 elementor-widget elementor-widget-sp-features" data-id="13407b29" data-element_type="widget" id="sel3" data-widget_type="sp-features.default"> <div class="elementor-widget-container"> <section class="sp-component sp-features"> <div> <ul> <li class="sp-feature-item"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAABtCAYAAACr+O9WAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA50lEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDgfGLoRAAEbusLrAAAAAElFTkSuQmCC" alt="" loading="lazy" class="lzl" data-lzl-src="https://societ.com/assets/IMG/6.png"> <noscript lzl=""> <img decoding="async" src="https://societ.com/assets/IMG/6.png" alt="" loading="lazy"> </noscript> <dl> <dt> <h3 class="sp-title">Volunteers</h3> </dt> <dd> Sumac Volunteer Management streamlines the entire process of managing volunteers, from recruitment to scheduling, thanking, and reporting. </dd> </dl></li> <li class="sp-feature-item"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAABtCAYAAACr+O9WAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA50lEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDgfGLoRAAEbusLrAAAAAElFTkSuQmCC" alt="" loading="lazy" class="lzl" data-lzl-src="https://societ.com/assets/IMG/7.png"> <noscript lzl=""> <img decoding="async" src="https://societ.com/assets/IMG/7.png" alt="" loading="lazy"> </noscript> <dl> <dt> <h3 class="sp-title">Grant Management</h3> </dt> <dd> Sumac Grant Management enables you to track grant applications and build a structured, step-by-step approach to winning new grants to support your mission. </dd> </dl></li> <li class="sp-feature-item"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAABtCAYAAACr+O9WAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA50lEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDgfGLoRAAEbusLrAAAAAElFTkSuQmCC" alt="" loading="lazy" class="lzl" data-lzl-src="https://societ.com/assets/IMG/8.png"> <noscript lzl=""> <img decoding="async" src="https://societ.com/assets/IMG/8.png" alt="" loading="lazy"> </noscript> <dl> <dt> <h3 class="sp-title">Prospecting</h3> </dt> <dd> Sumac Prospecting rapidly calculates a percentile ranking for each contact in your database based on criteria that you specify to help you identify potential large donors. </dd> </dl></li> </ul> </div> </section> </div> </div> <div class="elementor-element elementor-element-1897d4dd elementor-widget elementor-widget-sp-features" data-id="1897d4dd" data-element_type="widget" id="sel4" data-widget_type="sp-features.default"> <div class="elementor-widget-container"> <section class="sp-component sp-features"> <div> <ul> <li class="sp-feature-item"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAABtCAYAAACr+O9WAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA50lEQVR4Ae3QMQEAAADCoPVPbQ0PiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDgfGLoRAAEbusLrAAAAAElFTkSuQmCC" alt="" loading="lazy" class="lzl" data-lzl-src="https://societ.com/assets/IMG/9.png"> <noscript lzl=""> <img decoding="async" src="https://societ.com/assets/IMG/9.png" alt="" loading="lazy"> </noscript> <dl> <dt> <h3 class="sp-title">Specialized Extension</h3> </dt> <dd> Sumac offers a Specialized Extension that is customized to track data and programs unique to your organization, and works seamlessly with every other part of your CRM. </dd> </dl></li> </ul> </div> </section> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-5e96e592 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5e96e592" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-236407a" data-id="236407a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-61645691 elementor-widget elementor-widget-html" data-id="61645691" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: center; padding-top: 20px;"> <a class="sp-button" title="Get a Demo Now" style="background:#EF6079; padding-top:20px; padding-bottom:20px; padding-left: 30px; padding-right: 30px; font-size: 16px;" href="https://www-societ-com.translate.goog/get-a-demo?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Get a Demo Now</a> </div> </div> </div> </div> <div class="elementor-element elementor-element-4800c9b elementor-widget elementor-widget-html" data-id="4800c9b" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: center; margin-top: -30px;"><a class="sp-button sp-plain" style="display:block; color: #00C19F; font-weight: normal!important; text-transform: none !important;" title="Not Ready? Contact Our Team Instead" href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto"> Not ready? Contact our team instead </a> </div> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-7a98fbcf elementor-widget elementor-widget-spacer" data-id="7a98fbcf" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-7f650c02 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7f650c02" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e98e307" data-id="e98e307" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-77ca2cc3 elementor-widget elementor-widget-html" data-id="77ca2cc3" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> </div> </div> <div class="elementor-element elementor-element-75f64fbf elementor-widget elementor-widget-sp-testimonials" data-id="75f64fbf" data-element_type="widget" id="dark-col" data-widget_type="sp-testimonials.default"> <div class="elementor-widget-container"> <section class="sp-component sp-bleed sp-testimonials sp-carousel lzl" id="sp-testimonials" style="background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAC0AAAAMUCAYAAAAvv6bmAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAgAElEQVR42uzBAQEAAACAkP6v7ggKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA2YMDAQAAAAAg/9dGUFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVagBfv4AAAKNSURBVFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWkPDgQAAAAABPlbrzBABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8AWPKgABQLLG2AAAAABJRU5ErkJggg==")" data-lzl-bg="https://www.societ.com/wp-content/uploads/2023/10/Testimonial-Background-wave-1.png"> <div class="sp-carousel-container"> <div class="sp-carousel-pages"> <div class="sp-carousel-page" id="testimonials-page-0"> <dl> <dt> “<span style="font-weight: normal">If you are looking for a versatile database with the ability to change functions to meet your needs, Sumac is an excellent choice.</span>” </dt> <dd class="sp-testimonial-img"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAT0AAACPCAYAAACI7gxXAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADL0lEQVR4Ae3QMQEAAADCoPVPbQo/iEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMHAcGxPkAARiIEgAAAAAASUVORK5CYII=" alt="" loading="lazy" class="lzl" data-lzl-src="https://www.societ.com/wp-content/uploads/2023/04/qtq_95.webp"> <noscript lzl=""> <img decoding="async" src="https://www.societ.com/wp-content/uploads/2023/04/qtq_95.webp" alt="" loading="lazy"> </noscript> </dd> <dd class="sp-testimonial-org"> Executive Director of Sonoma County Wildlife Rescue </dd> </dl> </div> </div> </div> </section> </div> </div> <div class="elementor-element elementor-element-49a4f995 elementor-widget elementor-widget-html" data-id="49a4f995" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-48ba2c50 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="48ba2c50" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-503bd5a8" data-id="503bd5a8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-70e5d198 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="70e5d198" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6248a92d" data-id="6248a92d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-240269da elementor-widget elementor-widget-image" data-id="240269da" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"><img decoding="async" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAGsCAYAAAArC1UQAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAOrklEQVR4Ae3QMQEAAADCoPVPbQwfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMPAcGEi8AAbGSG6cAAAAASUVORK5CYII=" title="" alt="Nonprofit CRM Integrations" loading="lazy" class="lzl" data-lzl-src="https://societ.com/assets/IMG/Nonprofit-CRM-Integrations.png"> <noscript lzl=""> <img decoding="async" src="https://societ.com/assets/IMG/Nonprofit-CRM-Integrations.png" title="" alt="Nonprofit CRM Integrations" loading="lazy"> </noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-653f4535" data-id="653f4535" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-29b4e637 elementor-widget elementor-widget-heading" data-id="29b4e637" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Integrations</h2> </div> </div> <div class="elementor-element elementor-element-5d682909 elementor-widget elementor-widget-text-editor" data-id="5d682909" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"><span style="font-weight: 400;">Sumac CRM can integrate with your existing software systems giving you a seamless end-to-end solution and eliminating the need for double data entry:</span> </div> </div> <div class="elementor-element elementor-element-372a01c4 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="372a01c4" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text"><b>Payment Processing</b> - iATS, Stripe</span></li> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text"><b>Accounting Software</b> - QuickBooks</span></li> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text"><b>Email</b> - MailChimp, Constant Contact</span></li> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text"><b>Office</b> - Google Calendar</span></li> </ul> </div> </div> <div class="elementor-element elementor-element-11b7dffe elementor-widget elementor-widget-html" data-id="11b7dffe" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; padding-top: 20px;"> <a class="sp-button" title="Get a Demo Now" style="background:#EF6079; padding-top:20px; padding-bottom:20px; padding-left: 30px; padding-right: 30px; font-size: 16px;" href="https://www-societ-com.translate.goog/get-a-demo?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Get a Demo Now</a> </div> </div> </div> </div> <div class="elementor-element elementor-element-4e546ee elementor-widget elementor-widget-html" data-id="4e546ee" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: left; margin-top: -30px;"><a class="sp-button sp-plain" style="display:block; color: #00C19F; font-weight: normal!important; text-transform: none !important;" title="Not Ready? Contact Our Team Instead" href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto"> Not ready? Contact our team instead </a> </div> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-f90bd4e elementor-widget elementor-widget-spacer" data-id="f90bd4e" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-1f952c5a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1f952c5a" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2c5e2f90" data-id="2c5e2f90" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4fcbc8ea elementor-widget elementor-widget-heading" data-id="4fcbc8ea" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Pricing That's Tailored For Your Needs</h2> </div> </div> <div class="elementor-element elementor-element-8e455df elementor-widget elementor-widget-heading" data-id="8e455df" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Prices for Sumac Nonprofit CRM start at just $49/month</h2> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-4a0453be elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4a0453be" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-6f865ea8" data-id="6f865ea8" data-element_type="column" data-settings="{"background_background":"gradient"}"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-43cee098" data-id="43cee098" data-element_type="column" data-settings="{"background_background":"gradient"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f98fcc7 elementor-widget elementor-widget-heading" data-id="3f98fcc7" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Included:</h2> </div> </div> <div class="elementor-element elementor-element-1832c3b2 elementor-widget elementor-widget-text-editor" data-id="1832c3b2" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <ul style="text-align:left;list-style-image:url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDBjMTlmIiB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSItMy41IDAgMTkgMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9ImNmLWljb24tc3ZnIj48ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCI+PC9nPjxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9nPjxnIGlkPSJTVkdSZXBvX2ljb25DYXJyaWVyIj48cGF0aCBkPSJNNC42MyAxNS42MzhhMS4wMjggMS4wMjggMCAwIDEtLjc5LS4zN0wuMzYgMTEuMDlhMS4wMyAxLjAzIDAgMSAxIDEuNTgtMS4zMTZsMi41MzUgMy4wNDNMOS45NTggMy4zMmExLjAyOSAxLjAyOSAwIDAgMSAxLjc4MyAxLjAzTDUuNTIgMTUuMTIyYTEuMDMgMS4wMyAwIDAgMS0uODAzLjUxMS44OS44OSAwIDAgMS0uMDg4LjAwNHoiPjwvcGF0aD48L2c+PC9zdmc+");margin:6px 0 0 40px"> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Cloud-based Sumac CRM</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Communication tracking</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Bulk and individual email</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Workflow management</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Reminders</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Built-in and ad-hoc reporting</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Accounting integration</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">1,000 record capacity</li> </ul> </div> </div> <div class="elementor-element elementor-element-5499f745 elementor-tablet-align-justify elementor-mobile-align-justify elementor-widget__width-auto elementor-widget-tablet__width-inherit elementor-widget-mobile__width-inherit elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="5499f745" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"><a class="elementor-button elementor-button-link elementor-size-lg" href="https://www-societ-com.translate.goog/sumac-memberships-get-started/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Get Started</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-f8cab84" data-id="f8cab84" data-element_type="column" data-settings="{"background_background":"gradient"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5b678a10 elementor-widget elementor-widget-heading" data-id="5b678a10" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Add-on Options:</h2> </div> </div> <div class="elementor-element elementor-element-771bceef elementor-widget elementor-widget-text-editor" data-id="771bceef" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <ul style="text-align:left;list-style-image:url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDBjMTlmIiB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSItMy41IDAgMTkgMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9ImNmLWljb24tc3ZnIj48ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCI+PC9nPjxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9nPjxnIGlkPSJTVkdSZXBvX2ljb25DYXJyaWVyIj48cGF0aCBkPSJNNC42MyAxNS42MzhhMS4wMjggMS4wMjggMCAwIDEtLjc5LS4zN0wuMzYgMTEuMDlhMS4wMyAxLjAzIDAgMSAxIDEuNTgtMS4zMTZsMi41MzUgMy4wNDNMOS45NTggMy4zMmExLjAyOSAxLjAyOSAwIDAgMSAxLjc4MyAxLjAzTDUuNTIgMTUuMTIyYTEuMDMgMS4wMyAwIDAgMS0uODAzLjUxMS44OS44OSAwIDAgMS0uMDg4LjAwNHoiPjwvcGF0aD48L2c+PC9zdmc+");margin:6px 0 0 40px" margin:=""> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Case Management & Client Intake Webforms</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Donations & Donation Webforms</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Volunteers & Volunteer Signup Webforms</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Memberships & Member Signup Webforms</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Prospecting</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Grant Management</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Specialized Extension</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Specialized Webforms</li> <li style="line-height: 1.5em; height: auto; margin-bottom: 9px;">Additional record capacity up to 200k</li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-218e3c04" data-id="218e3c04" data-element_type="column" data-settings="{"background_background":"gradient"}"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <div class="elementor-element elementor-element-d7b1dbf elementor-widget elementor-widget-html" data-id="d7b1dbf" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: center; padding-top: 20px;"> <a class="sp-button" title="Get a Demo Now" style="background:#EF6079; padding-top:20px; padding-bottom:20px; padding-left: 30px; padding-right: 30px; font-size: 16px;" href="https://www-societ-com.translate.goog/get-a-demo?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Get a Demo Now</a> </div> </div> </div> </div> <div class="elementor-element elementor-element-a38ebef elementor-widget elementor-widget-html" data-id="a38ebef" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: center; margin-top: -30px;"><a class="sp-button sp-plain" style="display:block; color: #00C19F; font-weight: normal!important; text-transform: none !important;" title="Not Ready? Contact Our Team Instead" href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto"> Not ready? Contact our team instead </a> </div> </div> </div> </div> <div class="elementor-element elementor-element-1a82d8e5 elementor-widget elementor-widget-spacer" data-id="1a82d8e5" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-2cececc9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2cececc9" data-element_type="section" id="included-crm-plan" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6924bd3d" data-id="6924bd3d" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5dc96b47 elementor-widget elementor-widget-heading" data-id="5dc96b47" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Included With Every Nonprofit CRM Plan</h2> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-325a6ef6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="325a6ef6" data-element_type="section"> <div class="elementor-container elementor-column-gap-wider"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-49511e24" data-id="49511e24" data-element_type="column" data-settings="{"background_background":"gradient"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-278570b6 elementor-widget elementor-widget-heading" data-id="278570b6" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Simple Configuration</h2> </div> </div> <div class="elementor-element elementor-element-61e0e6d3 elementor-widget elementor-widget-text-editor" data-id="61e0e6d3" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Easily configure drop-down lists, checkboxes, tabs, and fields in minutes to fit your data.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4803222b" data-id="4803222b" data-element_type="column" data-settings="{"background_background":"gradient"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8e93d5c elementor-widget elementor-widget-heading" data-id="8e93d5c" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Cloud-Access</h2> </div> </div> <div class="elementor-element elementor-element-2be38176 elementor-widget elementor-widget-text-editor" data-id="2be38176" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"><span style="font-weight: 400;">Access critical data at any time from any computer with an internet connection.</span> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7be09729" data-id="7be09729" data-element_type="column" data-settings="{"background_background":"gradient"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2c1b780 elementor-widget elementor-widget-heading" data-id="2c1b780" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Free Support</h2> </div> </div> <div class="elementor-element elementor-element-74ba658 elementor-widget elementor-widget-text-editor" data-id="74ba658" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-weight: 400;">Access support by phone, email, portal, and in-app tools.<br></span><a href="https://www-societ-com.translate.goog/services/?freesupport&_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener">Learn more</a></p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-9ac30ce elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9ac30ce" data-element_type="section"> <div class="elementor-container elementor-column-gap-wider"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7e2cd172" data-id="7e2cd172" data-element_type="column" data-settings="{"background_background":"gradient"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3306a2f7 elementor-widget elementor-widget-heading" data-id="3306a2f7" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Free On-Demand Training</h2> </div> </div> <div class="elementor-element elementor-element-7e5cb4ac elementor-widget elementor-widget-text-editor" data-id="7e5cb4ac" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Unlimited access to on-demand instructor-led training whenever you need it.<br><a href="https://www-societ-com.translate.goog/services/?ondemandtraining&_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener">Learn more</a></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-617b0d9b" data-id="617b0d9b" data-element_type="column" data-settings="{"background_background":"gradient"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5549030e elementor-widget elementor-widget-heading" data-id="5549030e" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Integrations</h2> </div> </div> <div class="elementor-element elementor-element-5b095de3 elementor-widget elementor-widget-text-editor" data-id="5b095de3" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Integrate with the solutions you already use for email marketing, accounting, and payment processes.<br><a href="https://www-societ-com.translate.goog/integrations/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener">Learn more</a></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3f5fa65" data-id="3f5fa65" data-element_type="column" data-settings="{"background_background":"gradient"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-167fbbd elementor-widget elementor-widget-heading" data-id="167fbbd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Free Upgrades</h2> </div> </div> <div class="elementor-element elementor-element-4661008c elementor-widget elementor-widget-text-editor" data-id="4661008c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> Free updates to all the newest and latest software versions, features and releases. </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-18972f5 elementor-widget elementor-widget-html" data-id="18972f5" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: center; padding-top: 20px;"> <a class="sp-button" title="Get a Demo Now" style="background:#EF6079; padding-top:20px; padding-botttom:20px; padding-left:30px; padding-right: 30px; font-size: 16px;" href="https://www-societ-com.translate.goog/get-a-demo?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Get a Demo Now</a> </div> </div> </div> </div> <div class="elementor-element elementor-element-b21b042 elementor-widget elementor-widget-html" data-id="b21b042" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <div class="sp-component" style="background: #00000000"> <div class="sp-cta" style="justify-content: center; margin-top: -30px;"><a class="sp-button sp-plain" style="display:block; color: #00C19F; font-weight: normal!important; text-transform: none !important;" title="Not Ready? Contact Our Team Instead" href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto"> Not ready? Contact our team instead </a> </div> </div> </div> </div> <div class="elementor-element elementor-element-3206078f elementor-widget elementor-widget-spacer" data-id="3206078f" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-6f9d1339 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6f9d1339" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-43e360b8" data-id="43e360b8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-dbbaf2e elementor-widget elementor-widget-spacer" data-id="dbbaf2e" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div class="elementor-element elementor-element-19af7089 elementor-widget elementor-widget-text-editor" data-id="19af7089" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Have Questions? Get in Touch!</strong><br><a href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener">Contact Us</a></p> </div> </div> <div class="elementor-element elementor-element-49b4d50c elementor-widget elementor-widget-spacer" data-id="49b4d50c" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-2a8506d4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2a8506d4" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6cedf740" data-id="6cedf740" data-element_type="column" data-settings="{"background_background":"classic"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1e7b52ad elementor-widget elementor-widget-heading" data-id="1e7b52ad" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Ready To Take A Closer Look?</h2> </div> </div> <div class="elementor-element elementor-element-ac1d4cb elementor-widget elementor-widget-html" data-id="ac1d4cb" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <p style="font-family: 'helvetica'; font-size: 20px; color:#003A40">Talk to an expert about your nonprofit's needs:</p> </div> </div> <div class="elementor-element elementor-element-589ac9b0 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="589ac9b0" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">See a demo</span></li> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Get your questions answered</span></li> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Discuss your specific goals</span></li> <li class="elementor-icon-list-item"><span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Find out about our onboarding services</span></li> </ul> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-3355ca20 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3355ca20" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-761bf298" data-id="761bf298" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4d995103 elementor-widget elementor-widget-text-editor" data-id="4d995103" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><img loading="lazy" decoding="async" class="aligncenter wp-image-78719 size-full lzl" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAswAAAC4CAYAAAD3/brkAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAJEklEQVR4Ae3QMQEAAADCoPVPbQhfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwMA7MAuwAAF8S+6PAAAAAElFTkSuQmCC" alt="" width="716" height="184" data-lzl-srcset="https://www.societ.com/wp-content/uploads/2023/05/getapp-g2-capterra.png 716w, https://www.societ.com/wp-content/uploads/2023/05/getapp-g2-capterra-300x77.png 300w" data-lzl-sizes="(max-width: 716px) 100vw, 716px" data-lzl-src="https://www.societ.com/wp-content/uploads/2023/05/getapp-g2-capterra.png"> <noscript lzl=""> <img loading="lazy" decoding="async" class="aligncenter wp-image-78719 size-full" src="https://www.societ.com/wp-content/uploads/2023/05/getapp-g2-capterra.png" alt="" width="716" height="184" srcset="https://www-societ-com.translate.goog/wp-content/uploads/2023/05/getapp-g2-capterra.png?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto 716w,https://www-societ-com.translate.goog/wp-content/uploads/2023/05/getapp-g2-capterra-300x77.png?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto 300w" sizes="(max-width: 716px) 100vw, 716px"> </noscript></p> </div> </div> </div> </div> </div> </section> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3f51e1c0" data-id="3f51e1c0" data-element_type="column" data-settings="{"background_background":"classic"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-231e172c elementor-widget elementor-widget-wp-widget-gform_widget" data-id="231e172c" data-element_type="widget" data-widget_type="wp-widget-gform_widget.default"> <div class="elementor-widget-container"> <script src="https://www.societ.com/wp-includes/js/dist/dom-ready.js?ver=5b9fa8df0892dc9a7c41" id="wp-dom-ready-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-includes/js/dist/hooks.js?ver=5b4ec27a7b82f601224a" id="wp-hooks-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-includes/js/dist/i18n.js?ver=2aff907006e2aa00e26e" id="wp-i18n-js" type="o/js-lzl"></script> <script id="wp-i18n-js-after" type="o/js-lzl"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script src="https://www.societ.com/wp-includes/js/dist/a11y.js?ver=55ca8e5ef2be0319312c" id="wp-a11y-js" type="o/js-lzl"></script> <script defer src="https://www.societ.com/wp-content/plugins/gravityforms/js/jquery.json.js?ver=2.9.0" id="gform_json-js" type="o/js-lzl"></script> <script id="gform_gravityforms-js-extra" type="o/js-lzl"> var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/www.societ.com\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.societ.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.societ.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"a056875cff9d89708eefba14189aaecc","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; </script> <script defer src="https://www.societ.com/wp-content/plugins/gravityforms/js/gravityforms.js?ver=2.9.0" id="gform_gravityforms-js" type="o/js-lzl"></script> <script defer src="https://www.societ.com/wp-content/plugins/gravityforms/js/jquery.maskedinput.js?ver=2.9.0" id="gform_masked_input-js" type="o/js-lzl"></script> <script defer src="https://www.societ.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.9.0" id="gform_placeholder-js" type="o/js-lzl"></script> <script type="o/js-lzl"> //---------------------------------------------------------- //------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS ------- //---------------------------------------------------------- if ( ! gform ) { document.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } ); document.addEventListener( 'gform/theme/scripts_loaded', function() { gform.themeScriptsLoaded = true; } ); window.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } ); var gform = { domLoaded: false, scriptsLoaded: false, themeScriptsLoaded: false, isFormEditor: () => typeof InitializeEditor === 'function', /** * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated. * @remove-in 3.1 this function will not check for gform.isFormEditor(). */ callIfLoaded: function ( fn ) { if ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) { if ( gform.isFormEditor() ) { console.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' ); } fn(); return true; } return false; }, /** * Call a function when all scripts are loaded * * @param function fn the callback function to call when all scripts are loaded * * @returns void */ initializeOnLoaded: function( fn ) { if ( ! gform.callIfLoaded( fn ) ) { document.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } ); document.addEventListener( 'gform/theme/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } ); window.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } ); } }, hooks: { action: {}, filter: {} }, addAction: function( action, callable, priority, tag ) { gform.addHook( 'action', action, callable, priority, tag ); }, addFilter: function( action, callable, priority, tag ) { gform.addHook( 'filter', action, callable, priority, tag ); }, doAction: function( action ) { gform.doHook( 'action', action, arguments ); }, applyFilters: function( action ) { return gform.doHook( 'filter', action, arguments ); }, removeAction: function( action, tag ) { gform.removeHook( 'action', action, tag ); }, removeFilter: function( action, priority, tag ) { gform.removeHook( 'filter', action, priority, tag ); }, addHook: function( hookType, action, callable, priority, tag ) { if ( undefined == gform.hooks[hookType][action] ) { gform.hooks[hookType][action] = []; } var hooks = gform.hooks[hookType][action]; if ( undefined == tag ) { tag = action + '_' + hooks.length; } if( priority == undefined ){ priority = 10; } gform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } ); }, doHook: function( hookType, action, args ) { // splice args from object into array and remove first index which is the hook name args = Array.prototype.slice.call(args, 1); if ( undefined != gform.hooks[hookType][action] ) { var hooks = gform.hooks[hookType][action], hook; //sort by priority hooks.sort(function(a,b){return a["priority"]-b["priority"]}); hooks.forEach( function( hookItem ) { hook = hookItem.callable; if(typeof hook != 'function') hook = window[hook]; if ( 'action' == hookType ) { hook.apply(null, args); } else { args[0] = hook.apply(null, args); } } ); } if ( 'filter'==hookType ) { return args[0]; } }, removeHook: function( hookType, action, priority, tag ) { if ( undefined != gform.hooks[hookType][action] ) { var hooks = gform.hooks[hookType][action]; hooks = hooks.filter( function(hook, index, arr) { var removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority); return !removeHook; } ); gform.hooks[hookType][action] = hooks; } } }; } </script> <div class="gf_browser_chrome gform_wrapper gravity-theme gform-theme--no-framework" data-form-theme="gravity-theme" data-form-index="0" id="gform_wrapper_34"> <div id="gf_34" class="gform_anchor" tabindex="-1"></div> <form method="post" enctype="multipart/form-data" target="gform_ajax_frame_34" id="gform_34" action="/solutions/sumac-crm/#gf_34" data-formid="34" novalidate> <div class="gform-body gform_body"> <div id="gform_fields_34" class="gform_fields top_label form_sublabel_below description_below validation_below"> <fieldset id="field_34_10" class="gfield gfield--type-name gfield--input-type-name siq_name gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_above hidden_label field_validation_below gfield_visibility_visible" data-js-reload="field_34_10"> <legend class="gfield_label gform-field-label gfield_label_before_complex">Name<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></legend> <div class="ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row" id="input_34_10"><span id="input_34_10_3_container" class="name_first gform-grid-col gform-grid-col--size-auto"> <input type="text" name="input_10.3" id="input_34_10_3" value="" aria-required="true" placeholder="First Name"> <label for="input_34_10_3" class="gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text">First</label> </span> <span id="input_34_10_6_container" class="name_last gform-grid-col gform-grid-col--size-auto"> <input type="text" name="input_10.6" id="input_34_10_6" value="" aria-required="true" placeholder="Last Name"> <label for="input_34_10_6" class="gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text">Last</label> </span> </div> </fieldset> <div id="field_34_4" class="gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible" data-js-reload="field_34_4"> <label class="gfield_label gform-field-label" for="input_34_4">Organization<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label> <div class="ginput_container ginput_container_text"> <input name="input_4" id="input_34_4" type="text" value="" class="large" placeholder="Organization" aria-required="true" aria-invalid="false"> </div> </div> <div id="field_34_9" class="gfield gfield--type-email gfield--input-type-email gfield--width-half siq_email gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible" data-js-reload="field_34_9"> <label class="gfield_label gform-field-label" for="input_34_9">Business Email<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label> <div class="ginput_container ginput_container_email"><input name="input_9" id="input_34_9" type="email" value="" class="large" placeholder="Business Email" aria-required="true" aria-invalid="false"> </div> </div> <div id="field_34_11" class="gfield gfield--type-phone gfield--input-type-phone gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible" data-js-reload="field_34_11"> <label class="gfield_label gform-field-label" for="input_34_11">Phone<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label> <div class="ginput_container ginput_container_phone"> <input name="input_11" id="input_34_11" type="tel" value="" class="large" placeholder="Phone Number" aria-required="true" aria-invalid="false"> </div> </div> <div id="field_34_5" class="gfield gfield--type-textarea gfield--input-type-textarea gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible" data-js-reload="field_34_5"> <label class="gfield_label gform-field-label" for="input_34_5">Tell us about your needs<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label> <div class="ginput_container ginput_container_textarea"> <textarea name="input_5" id="input_34_5" class="textarea small" placeholder="Tell us about your needs" aria-required="true" aria-invalid="false" rows="10" cols="50"></textarea> </div> </div> <div id="field_34_16" class="gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_34_16"> <div class="admin-hidden-markup"> <i class="gform-icon gform-icon--hidden" aria-hidden="true" title="This field is hidden when viewing the form"></i><span>This field is hidden when viewing the form</span> </div><label class="gfield_label gform-field-label" for="input_34_16">Lead Source</label> <div class="ginput_container ginput_container_text"> <input name="input_16" id="input_34_16" type="text" value="Sumac CRM Take a Closer Look Form" class="large" aria-invalid="false"> </div> </div> <div id="field_34_17" class="gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_34_17"> <div class="admin-hidden-markup"> <i class="gform-icon gform-icon--hidden" aria-hidden="true" title="This field is hidden when viewing the form"></i><span>This field is hidden when viewing the form</span> </div><label class="gfield_label gform-field-label" for="input_34_17">Source URL</label> <div class="ginput_container ginput_container_text"> <input name="input_17" id="input_34_17" type="text" value="" class="large" aria-invalid="false"> </div> </div> <fieldset id="field_34_14" class="gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_34_14"> <div class="admin-hidden-markup"> <i class="gform-icon gform-icon--hidden" aria-hidden="true" title="This field is hidden when viewing the form"></i><span>This field is hidden when viewing the form</span> </div><legend class="gfield_label gform-field-label gfield_label_before_complex">Product</legend> <div class="ginput_container ginput_container_checkbox"> <div class="gfield_checkbox" id="input_34_14"> <div class="gchoice gchoice_34_14_1"><input class="gfield-choice-input" name="input_14.1" type="checkbox" value="Sumac" checked id="choice_34_14_1"> <label for="choice_34_14_1" id="label_34_14_1" class="gform-field-label gform-field-label--type-inline">Sumac</label> </div> </div> </div> </fieldset> <fieldset id="field_34_15" class="gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_34_15"> <div class="admin-hidden-markup"> <i class="gform-icon gform-icon--hidden" aria-hidden="true" title="This field is hidden when viewing the form"></i><span>This field is hidden when viewing the form</span> </div><legend class="gfield_label gform-field-label gfield_label_before_complex">Use Case</legend> <div class="ginput_container ginput_container_checkbox"> <div class="gfield_checkbox" id="input_34_15"> <div class="gchoice gchoice_34_15_1"><input class="gfield-choice-input" name="input_15.1" type="checkbox" value="CRM" checked id="choice_34_15_1"> <label for="choice_34_15_1" id="label_34_15_1" class="gform-field-label gform-field-label--type-inline">CRM</label> </div> </div> </div> </fieldset> <div id="field_34_18" class="gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_34_18"> <label class="gfield_label gform-field-label" for="input_34_18">Name</label> <div class="ginput_container"> <input name="input_18" id="input_34_18" type="text" value="" autocomplete="new-password"> </div> <div class="gfield_description" id="gfield_description_34_18"> This field is for validation purposes and should be left unchanged. </div> </div> </div> </div> <div class="gform-footer gform_footer top_label"><input type="submit" id="gform_submit_button_34" class="gform_button button" onclick="gform.submission.handleButtonClick(this)" value="CONNECT WITH AN EXPERT"> <input type="hidden" name="gform_ajax" value="form_id=34&title=&description=&tabindex=0&theme=gravity-theme"> <input type="hidden" class="gform_hidden" name="gform_submission_method" data-js="gform_submission_method_34" value="iframe"> <input type="hidden" class="gform_hidden" name="is_submit_34" value="1"> <input type="hidden" class="gform_hidden" name="gform_submit" value="34"> <input type="hidden" class="gform_hidden" name="gform_unique_id" value=""> <input type="hidden" class="gform_hidden" name="state_34" value="WyJbXSIsImIxMGEyZjhkZmJiMDk5ZmJhZmRlZmIyM2U5YjhlYzFlIl0="> <input type="hidden" autocomplete="off" class="gform_hidden" name="gform_target_page_number_34" id="gform_target_page_number_34" value="0"> <input type="hidden" autocomplete="off" class="gform_hidden" name="gform_source_page_number_34" id="gform_source_page_number_34" value="1"> <input type="hidden" name="gform_field_values" value=""> </div> </form> </div><iframe style="display:none;width:0px;height:0px;" src="about:blank" name="gform_ajax_frame_34" id="gform_ajax_frame_34" title="This iframe contains the logic required to handle Ajax powered Gravity Forms."></iframe> <script type="o/js-lzl"> gform.initializeOnLoaded( function() {gformInitSpinner( 34, 'https://www.societ.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_34').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_34');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_34').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_34').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_34').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_34').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_34').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_34').val();gformInitSpinner( 34, 'https://www.societ.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [34, current_page]);window['gf_submitting_34'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_34').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_34').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [34]);window['gf_submitting_34'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_34').text());}else{jQuery('#gform_34').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "34", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_34" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_34"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_34" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [34, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 34, currentPage: current_page } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 34, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); </script> </div> </div> <div class="elementor-element elementor-element-4c0158d9 elementor-widget elementor-widget-html" data-id="4c0158d9" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5344fd42 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default" data-id="5344fd42" data-element_type="section" data-settings="{"stretch_section":"section-stretched","background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-69aa8639" data-id="69aa8639" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-68437ed5 elementor-widget elementor-widget-heading" data-id="68437ed5" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Frequently Asked Questions</h2> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-5afa76d0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5afa76d0" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2ffad714" data-id="2ffad714" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-63589b93 elementor-widget elementor-widget-accordion" data-id="63589b93" data-element_type="widget" data-widget_type="accordion.default"> <div class="elementor-widget-container"> <div class="elementor-accordion"> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1661" class="elementor-tab-title" data-tab="1" role="button" aria-controls="elementor-tab-content-1661" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">To Be Hidden</a> </div> <div id="elementor-tab-content-1661" class="elementor-tab-content elementor-clearfix" data-tab="1" role="region" aria-labelledby="elementor-tab-title-1661"> <p>Yes! Simplicity and consistency of design is what makes Sumac’s nonprofit CRM so straightforward and user-friendly. We also offer on-demand training, namely “Partner Academy”, for all of our nonprofit customers that need assistance.</p> <p>You can also customize the CRM to capture your nonprofit’s unique data and manage your programs.</p> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1662" class="elementor-tab-title" data-tab="2" role="button" aria-controls="elementor-tab-content-1662" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">1. Is Sumac CRM for Nonprofits Easy to Use?</a> </div> <div id="elementor-tab-content-1662" class="elementor-tab-content elementor-clearfix" data-tab="2" role="region" aria-labelledby="elementor-tab-title-1662"> <p>Yes! Simplicity and consistency of design is what makes Sumac’s nonprofit CRM so straightforward and user-friendly. We also offer on-demand training, namely “Partner Academy”, for all of our customers that need assistance.</p> <p>You can also customize the CRM to capture your nonprofit’s unique data and manage your programs.</p> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1663" class="elementor-tab-title" data-tab="3" role="button" aria-controls="elementor-tab-content-1663" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">2. How Does Sumac CRM Help nonprofits? </a> </div> <div id="elementor-tab-content-1663" class="elementor-tab-content elementor-clearfix" data-tab="3" role="region" aria-labelledby="elementor-tab-title-1663"> <p><span style="font-weight: 400;">Sumac CRM for nonprofits was designed specifically with nonprofits in mind, and is tailored for your nonprofit’s unique programs and data. Sumac is the </span>best CRM software for nonprofits because it <span style="font-size: 20px; font-weight: 400;">helps nonprofits in the following ways:</span></p> <ul style="list-style: disc; padding-left: 30px;"> <li style="font-weight: 400; padding-bottom: 5px;" aria-level="1"><b>Saves time: </b><span style="font-weight: 400;">Automate the repetitive, time-consuming tasks to streamline operations and save time. </span></li> <li style="font-weight: 400; padding-bottom: 5px;" aria-level="1"><b>Improves operations: </b><span style="font-weight: 400;">Seamlessly manage contacts, donors, members & volunteers, along with programs, events and more, all in one place.</span></li> <li style="font-weight: 400; padding-bottom: 5px;" aria-level="1"><b>Reports on outcomes: </b><span style="font-weight: 400;">Easily analyze data and report on key metrics to report back to donors and funders.</span></li> </ul> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1664" class="elementor-tab-title" data-tab="4" role="button" aria-controls="elementor-tab-content-1664" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">3. Does Sumac CRM Include Support?</a> </div> <div id="elementor-tab-content-1664" class="elementor-tab-content elementor-clearfix" data-tab="4" role="region" aria-labelledby="elementor-tab-title-1664"> <p><span style="font-weight: 400;">Yes! While most other nonprofit CRM solutions charge additional fees for support, or force you to use automated chat bots or phone systems for support, our support is both live and free. </span></p> <p><span style="font-weight: 400;">When you call our support line, you’ll be connected with live, knowledgeable support staff who will help you solve any issues promptly. </span></p> <p><span style="font-weight: 400;">Every installation of Sumac CRM includes live phone support at no additional charge and it’s outstanding. In fact, our customer support is one of the things our nonprofit clients always rave about in their reviews, and what makes Sumac the </span>best CRM software for nonprofits<span style="font-size: 20px; font-weight: 400;">. Read about what our customers had to say about our CRM software support </span><a style="font-size: 20px; background-color: #f7f9fb;" href="https://translate.google.com/website?sl=auto&tl=en&hl=auto&u=https://www.capterra.ca/software/144095/sumac%23reviews" target="_blank" rel="noopener"><span style="font-weight: 400;">here</span></a><span style="font-size: 20px; font-weight: 400;">.</span></p> <p><span style="font-weight: 400;">We take our commitment to our clients’ success very seriously, and that’s why we offer free live support with every software package.</span></p> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1665" class="elementor-tab-title" data-tab="5" role="button" aria-controls="elementor-tab-content-1665" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">4. Does Sumac Nonprofit CRM Integrate with Other Applications?</a> </div> <div id="elementor-tab-content-1665" class="elementor-tab-content elementor-clearfix" data-tab="5" role="region" aria-labelledby="elementor-tab-title-1665"> <p><span style="font-weight: 400;">Yes! Sumac nonprofit CRM was created to make the lives of nonprofit professionals easier, so the database will work with most of the software programs in your office environment, including accounting software, email marketing programs, and desktop applications like word processing, spreadsheets, email, and calendars.</span></p> <p><span style="font-weight: 400;">Sumac integrates with iATS, QuickBooks, Mailchimp and Google’s email and calendar servers </span><span style="font-weight: 400;">to</span><span style="font-weight: 400;"> name just a few. Find a complete list of integrations </span><a href="https://www-societ-com.translate.goog/integrations/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener"><span style="font-weight: 400;">her</span></a></p> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1666" class="elementor-tab-title" data-tab="6" role="button" aria-controls="elementor-tab-content-1666" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">5. Does Sumac Nonprofit CRM offer Online Donation Forms?</a> </div> <div id="elementor-tab-content-1666" class="elementor-tab-content elementor-clearfix" data-tab="6" role="region" aria-labelledby="elementor-tab-title-1666"> <p><span style="font-weight: 400;">Yes! Sumac CRM offers sleek online donation forms that match the look and feel of your website to make your online fundraising even easier. These donation forms are easily embedded on your website and integrate seamlessly with your nonprofit CRM. </span></p> <p><span style="font-weight: 400;">You don’t have to worry about exporting donor and donation data from online giving software to your nonprofit CRM. All donor data entered on your website is automatically captured in your CRM. This is one of the reasons Sumac is the </span>best CRM software for nonprofits.</p> <p><span style="font-weight: 400;">You can track your fundraising, collect donations, create donor profiles and issue receipts – all in one place. Learn more about Sumac’s online donation forms </span><a href="https://www-societ-com.translate.goog/solutions/sumac-donations/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener"><span style="font-weight: 400;">here</span></a><span style="font-weight: 400;">.</span></p> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1667" class="elementor-tab-title" data-tab="7" role="button" aria-controls="elementor-tab-content-1667" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">6. Is Sumac CRM for Nonprofits Customizable?</a> </div> <div id="elementor-tab-content-1667" class="elementor-tab-content elementor-clearfix" data-tab="7" role="region" aria-labelledby="elementor-tab-title-1667"> <p><span style="font-weight: 400;">Yes! One of things that makes Sumac the </span>best CRM software for nonprofits is that<span style="font-size: 20px; font-weight: 400;"> it can be easily configured to meet the unique needs of each nonprofit. We understand that every nonprofit has different programs, data, and reporting needs. </span><span style="font-size: 20px; font-weight: 400;">That’s why we created a nonprofit CRM that responds to your unique needs with configurable fields, dropdowns, and tabs that fit your programs and data.</span></p> <p><span style="font-weight: 400;">Our easy-to-navigate interface lets you adjust workflows and incorporate language that is specific to your nonprofit, without any technical expertise.</span></p> <p><span style="font-weight: 400;">Here are a few ways you can configure Sumac nonprofit CRM for your nonprofit’s unique needs: </span></p> <ul style="list-style: disc; padding-left: 30px;"> <li style="font-weight: 400; padding-bottom: 5px;" aria-level="1"><b>Choose the functionality you need:</b><span style="font-weight: 400;"> Sumac lets you pick from the add-on functionalities or extensions that you require, so you can create the CRM software tailored for your nonprofit’s exact needs. Choose from our grant management, case management, volunteer management, memberships, and more.</span><span style="font-weight: 400;"> </span></li> <li style="font-weight: 400; padding-bottom: 5px;" aria-level="1"><b>Configure dropdowns and fields: </b><span style="font-weight: 400;">Sumac CRM gives you the flexibility to add your own fields to track and collect information that’s unique to your nonprofit. You can add tabs, and easily customize dropdowns, checkboxes, and fields in the software.</span></li> <li style="font-weight: 400; padding-bottom: 5px;" aria-level="1"><b>Create your own custom extension:</b><span style="font-weight: 400;"> Sumac CRM also offers nonprofits the opportunity to create a completely customized extension that can be configured to track data and services that are exclusive to your nonprofit.</span></li> </ul> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1668" class="elementor-tab-title" data-tab="8" role="button" aria-controls="elementor-tab-content-1668" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">7. Is Sumac CRM Secure?</a> </div> <div id="elementor-tab-content-1668" class="elementor-tab-content elementor-clearfix" data-tab="8" role="region" aria-labelledby="elementor-tab-title-1668"> <p><span style="font-weight: 400;">Yes! At Sumac we take security and privacy very seriously. Sumac goes through a regular SSF-validation process to ensure the highest security within our software.</span></p> <p><span style="font-weight: 400;">Sumac also supports all the technical requirements that enable an organization to be in compliance with the requirements of the HIPAA and PIPEDA standards that govern the secure handling and privacy of personal data.</span></p> <p><span style="font-weight: 400;">Our Cloud databases are also hosted on Amazon Web Services (AWS), a world-class infrastructure with extremely high security. This means your nonprofit database has the best data security, and is always up to date with current software privacy and security requirements, making Sumac a top choice for nonprofits looking for the </span>best CRM software for nonprofits<span style="font-size: 20px; font-weight: 400;">. Check out AWS’ </span><a style="font-size: 20px; background-color: #f7f9fb;" href="https://translate.google.com/website?sl=auto&tl=en&hl=auto&u=https://docs.aws.amazon.com/whitepapers/latest/aws-overview/security-and-compliance.html" target="_blank" rel="noopener"><span style="font-weight: 400;">Security Manual</span></a><span style="font-size: 20px; font-weight: 400;"> for more details.</span></p> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-1669" class="elementor-tab-title" data-tab="9" role="button" aria-controls="elementor-tab-content-1669" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">8. Is Sumac CRM for Nonprofits Designed for Small or Large Organizations? </a> </div> <div id="elementor-tab-content-1669" class="elementor-tab-content elementor-clearfix" data-tab="9" role="region" aria-labelledby="elementor-tab-title-1669"> <p>Sumac CRM can be used by both small and large organizations. </p> <p>Large nonprofits need more functionality, robust reporting, customization, multiple integrations, and a CRM that can process and manage high volumes of data, which Sumac does perfectly.</p> <p>Smaller nonprofits can also benefit from Sumac CRM – to maximize the efficiency of their teams, use fewer resources, and automates routine tasks so you spend less time on administration, managing schedules, and sending updates to donors and members.</p> <p>Nonprofits looking for the best CRM software for nonprofits, whether large or small, will find Sumac a great fit. It comes with integrations and the option to select add-on functionality or extensions that suits a nonprofit organization’s needs. <a href="https://www-societ-com.translate.goog/get-a-demo/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Request a demo here</a><a href="https://www-societ-com.translate.goog/get-a-demo/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener">.</a></p> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-16610" class="elementor-tab-title" data-tab="10" role="button" aria-controls="elementor-tab-content-16610" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">9. Are There Any Hidden Fees I Should Know About?</a> </div> <div id="elementor-tab-content-16610" class="elementor-tab-content elementor-clearfix" data-tab="10" role="region" aria-labelledby="elementor-tab-title-16610"> <p><span style="font-weight: 400;">No way! Unlike many nonprofit CRM solutions that charge extra for usage, support, and software updates, we strongly believe in transparent pricing with no surprises. Pricing for Sumac CRM starts at just </span><b>$49/month</b><span style="font-weight: 400;">. Our quotes include all fees and you will never be charged anything extra once you select a pricing plan.</span></p> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-16611" class="elementor-tab-title" data-tab="11" role="button" aria-controls="elementor-tab-content-16611" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">10. What Contact Information Does Sumac Nonprofit CRM Collect? </a> </div> <div id="elementor-tab-content-16611" class="elementor-tab-content elementor-clearfix" data-tab="11" role="region" aria-labelledby="elementor-tab-title-16611"> <p><span style="font-weight: 400;">Sumac CRM collects and integrates information from all your key constituents. You can choose the type of information you’d like to collect from donors, volunteers, staff, event attendees and others.</span></p> <p><span style="font-weight: 400;">Depending on what you need to track, Sumac nonprofit CRM will collect:</span></p> <ul style="list-style: disc; padding-left: 30px; line-height: 30px;"> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Personal information: name, age, gender, date of birth </span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Contact information and postal address: phone number, email(s), physical address</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Relationship or marital status, and info about children</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Familial, organizational, and corporate connections</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">History with organization: donation and membership payment history, event attendance, etc,</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">All past and present points of communication with the organization</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Subscription preferences</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Philanthropic interests </span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Social network information; social media profiles, addresses, handles, etc.</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Additional contact data your nonprofit needs to track (</span><a href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener"><span style="font-weight: 400;">ask us how</span></a><span style="font-weight: 400;">)</span></li> </ul> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-16612" class="elementor-tab-title" data-tab="12" role="button" aria-controls="elementor-tab-content-16612" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">11. What Makes Sumac Nonprofit CRM Unique?</a> </div> <div id="elementor-tab-content-16612" class="elementor-tab-content elementor-clearfix" data-tab="12" role="region" aria-labelledby="elementor-tab-title-16612"> <p><span style="font-weight: 400;">There are many nonprofit CRM solutions out there, but there are a few things that set Sumac CRM apart from the competition:</span></p> <ul style="list-style: disc; padding-left: 30px;"> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">An all-in-one solution</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Free, live support</span></li> <li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Configurability</span></li> </ul> <p><span style="font-size: 20px; font-weight: 400;"><br> If you’re looking for the </span>best CRM software for nonprofits, <span style="font-size: 20px; font-weight: 400;">Sumac CRM is an all-in-one non-profit management system that allows you to manage your entire nonprofit in one place. It helps with: Fundraising, Email Marketing, Time Tracking and Reporting, Accounting and Events.</span></p> <p><span style="font-weight: 400;">You can also choose the add-on functionality to manage program-specific activities, like: Memberships, Case Management and Volunteers – or build your own custom activities. Add online donation forms to support your online fundraising, and you’ve got a complete software solution to manage your entire nonprofit.</span></p> <p><span style="font-weight: 400;">We also don’t charge you any extra fees for support and connect you quickly to professionals ready to sort out your issues. Sumac nonprofit CRM is also affordably priced for nonprofits. While other CRM systems for non-profits price their solutions at $100/month and up, Sumac’s non-profit management software starts at just </span><b>$49/month</b><span style="font-weight: 400;">.</span></p> <p><span style="font-weight: 400;">We keep our prices low as part of our commitment to help nonprofits access the software tools and technology they need to succeed.</span></p> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-16613" class="elementor-tab-title" data-tab="13" role="button" aria-controls="elementor-tab-content-16613" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">12. What Additional Software or Extensions Should I Look for Along with My Nonprofit CRM? </a> </div> <div id="elementor-tab-content-16613" class="elementor-tab-content elementor-clearfix" data-tab="13" role="region" aria-labelledby="elementor-tab-title-16613"> <p><span style="font-weight: 400;">If you are a nonprofit you might also want the following additional software and integrations with your nonprofit CRM. </span></p> <p><a href="https://www-societ-com.translate.goog/solutions/sumac-donations/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener"><b>Donation and Fundraising CRM software:</b></a><span style="font-weight: 400;"> Silent Partner’s software is a complete fundraising and donor management solution that integrates donor tracking, online fundraising, email marketing, and campaigns in one place to help you reach your fundraising goals. </span><a href="https://www-societ-com.translate.goog/solutions/sumac-donations/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener"><span style="font-weight: 400;">Learn more. </span></a></p> <p><a href="https://www-societ-com.translate.goog/solutions/sumac-case-management/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener"><b>Nonprofit case management software</b></a><b>:</b><span style="font-weight: 400;"> Sumac’s case management software is designed to deliver personalized care that fits your nonprofit’s unique programs and data and help you effectively manage client intake, workflow, and resources, and provide the best client care possible! Especially designed for health and social service organizations like shelters, hospices and palliative care facilities.</span><a href="https://www-societ-com.translate.goog/solutions/sumac-case-management/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener"><span style="font-weight: 400;"> Click here to learn more.</span></a></p> <p><a href="https://www-societ-com.translate.goog/solutions/sumac-memberships/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener"><b>Membership management software:</b></a> <span style="font-weight: 400;">For nonprofits who need to better manage their donors, volunteers or members. Sumac Membership management is powered by Sumac’s nonprofit CRM which connects all your contacts in one place so you can see a complete history of their relationship with your nonprofit and grow your membership base. </span><a href="https://www-societ-com.translate.goog/solutions/sumac-memberships/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener"><span style="font-weight: 400;">Learn more here. </span></a></p> <p><a href="https://www-societ-com.translate.goog/solutions/my-board-view/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener"><b>Board management software:</b> </a><span style="font-weight: 400;">My Board View is easy-to-use board portal software by Silent Partner that’s 100% free for all nonprofits! Spend less time on board administration and more time fulfilling your mission. </span><a href="https://www-societ-com.translate.goog/solutions/my-board-view/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener"><span style="font-weight: 400;">Click here to sign up!</span></a></p> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-16614" class="elementor-tab-title" data-tab="14" role="button" aria-controls="elementor-tab-content-16614" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">13. What is a Nonprofit CRM? </a> </div> <div id="elementor-tab-content-16614" class="elementor-tab-content elementor-clearfix" data-tab="14" role="region" aria-labelledby="elementor-tab-title-16614"> <p><span style="font-weight: 400;">Like nonprofit management software, a nonprofit CRM is designed to manage relationships between nonprofits and their key stakeholders. These usually include donors, board members, volunteers, members, alumni, and event attendees. </span></p> <p>The best CRM software for nonprofits will provide all the essential tools nonprofits need to track and manage such relationships with increased efficiency. Nonprofits can record an individual’s past engagement and relevant biographical data, informing fundraising and marketing strategies and optimizing reporting processes.</p> <p><span style="font-weight: 400;">These nonprofit CRM solutions allow nonprofits to capture a detailed picture of their supporters and design their engagement and fundraising goals accordingly. In this way, nonprofit CRM software can help organizations attract and retain members who support the organization and increase their potential for success. </span></p> <p><span style="font-weight: 400;">Often, nonprofit CRM software is used interchangeably with </span><a href="https://www-societ-com.translate.goog/solutions/sumac-donations/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener"><span style="font-weight: 400;">fundraising CRM software</span></a><span style="font-weight: 400;"> but the latter usually includes features specifically designed to support fundraising teams. Sumac’s nonprofit CRM includes extension features that increase the functionality of your fundraising tool. </span></p> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-16615" class="elementor-tab-title" data-tab="15" role="button" aria-controls="elementor-tab-content-16615" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">14. Why Use a Nonprofit CRM? </a> </div> <div id="elementor-tab-content-16615" class="elementor-tab-content elementor-clearfix" data-tab="15" role="region" aria-labelledby="elementor-tab-title-16615"> <p><span style="font-weight: 400;">A nonprofit CRM helps nonprofits and social businesses maximize their efficiency while continuing to keep important stakeholders engaged and involved with their mission. </span></p> <p><span style="font-weight: 400;">It does this by collecting a broad range of important information about prospective and current donors, volunteers and supporters. It organizes member data and integrates with other software to create a central dashboard with data from marketing, fundraising and accounting – giving nonprofits a 360-degree view of the current status of their organization. </span></p> <p><span style="font-weight: 400;">This data provides a better way for nonprofit teams to manage external relationships, collaborate on different processes and increase productivity.</span></p> <p>The best CRM software for nonprofits provide significant benefits to nonprofit organizations. Here are a few key reasons to invest in a CRM software: </p> <ul style="list-style: disc; padding-left: 30px;"> <li style="font-weight: 400;" aria-level="1"><b>Reduces cost: </b><span style="font-weight: 400;">Nonprofit CRM software automates processes allowing you to reduce operational costs and decrease the number of routine operations, which your employees performed manually.</span></li> <li style="font-weight: 400;" aria-level="1"><b>Improves quality of external relationships:</b><span style="font-weight: 400;"> Relationship management systems allow teams to stay on top of conversations, pay more attention to donors and tailor their messages to important stakeholders </span></li> <li style="font-weight: 400;" aria-level="1"><b>Increases loyalty and involvement: </b><span style="font-weight: 400;">CRM software allows staff to send personalized messages and updates – and donors that have personal relationships with your teams and regularly receive updates about your nonprofit are more likely to be involved with your mission. </span></li> </ul> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-16616" class="elementor-tab-title" data-tab="16" role="button" aria-controls="elementor-tab-content-16616" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">15. Who Uses Nonprofit CRM Software? </a> </div> <div id="elementor-tab-content-16616" class="elementor-tab-content elementor-clearfix" data-tab="16" role="region" aria-labelledby="elementor-tab-title-16616"> <p><span style="font-size: 20px; font-weight: 400;">Nonprofit CRM software can be used by nonprofits of all kinds, including colleges and universities, museums and cultural institutions, advocacy and grassroots groups, human services organizations, conservation groups, and others. Any nonprofit that needs to engage their donor base for philanthropic and volunteer support can greatly benefit from using nonprofit CRM software. </span><br></p> <p><span style="font-weight: 400;">Key staff who may use nonprofit CRM software include:</span></p> <p><b>Fundraising </b><span style="font-weight: 400;">— Fundraising staff use nonprofit CRM software to manage all interactions with prospects. It gives fundraising teams oversight of current and prospective donor’s giving history, event attendance, and even personal interests and hobbies. This increased insight helps fundraisers personalize their interactions with donors and can keep teams updated on all touchpoints, so there is little overlap. </span></p> <p><span style="font-weight: 400;">Using a CRM for nonprofit organizations, fundraising teams can also target specific people for events, gift renewals, or other related stewardship tasks. Grant writers can also use nonprofit CRM software to track public and private grant-related deadlines and the submission process. </span></p> <p><span style="font-weight: 400;">If you need more fundraising capabilities with your nonprofit CRM we also have </span><a href="https://www-societ-com.translate.goog/solutions/sumac-donations/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" target="_blank" rel="noopener"><span style="font-weight: 400;">fundraising CRM software </span></a><span style="font-weight: 400;">that seamlessly integrates donor tracking, online fundraising, email marketing, and campaigns in one place to help you reach your fundraising goals.</span></p> <p><b>Marketing and communications </b>— Marketing and communications staff rely on insights from member profiles housed in a nonprofit CRM. The best CRM software for nonprofits allows teams to segment target groups and view data on lapsed donors, previous volunteers, program-specific donors, etc. Marketers can use this information to create relevant content for any given demographic or data parameter. </p> <p>For example, marketing teams can tailor donation amounts to age groups (and make larger asks for donors who have previously contributed large amounts), or they can tailor event invitations for invitees who attended a previous year.</p> <p><b>Event Management </b><span style="font-weight: 400;">— Your event management staff can monitor event attendance and performance through nonprofit CRM software, which can be very useful for fundraising galas or special donor events. </span></p> <p><b>Finance </b>— Finance staff use a nonprofit CRM as an additional tool to keep track of revenue and expenses, in addition to their own nonprofit accounting software. The best CRM software for nonprofits will usually include easy integrations with popular accounting platforms like QuickBooks, so finance staff can upload and share this data easily with nonprofit leaders in other verticals who require the information. </p> <p>Finance and fundraising staff will often work together to conduct monthly, quarterly, or annual updates to ensure data that is tracked in the nonprofit CRM matches up with the accounting software records. </p> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-16617" class="elementor-tab-title" data-tab="17" role="button" aria-controls="elementor-tab-content-16617" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">16. What Different Types of CRM Solutions for Nonprofits exist? </a> </div> <div id="elementor-tab-content-16617" class="elementor-tab-content elementor-clearfix" data-tab="17" role="region" aria-labelledby="elementor-tab-title-16617"> <p><span style="font-weight: 400;">There are two different types of nonprofit CRM solutions for nonprofits: on-premise and cloud-based software. </span></p> <p><b>On-premise</b><span style="font-weight: 400;"> software hosts the CRM on the organization’s servers and can only be accessed by those physically present in the office. This is extremely useful for nonprofits with high-security needs. However, it does take more time to set up and requires increased IT resources. Nonprofits are also responsible for the maintenance and upkeep of the CRM software, which can cause costs to run high. </span></p> <p><b>Cloud-based</b><span style="font-weight: 400;"> software, also popularly known as software-as-a-service (SaaS), hosts your CRM data on the software manufacturer’s servers. This keeps the data secure, while having the additional benefit of being able to access information from anywhere. Nonprofits can grant different levels of access to staff to ensure confidential information is not shared and the upkeep and maintenance of the software is taken care of by the vendor. </span></p> <p><span style="font-weight: 400;">This includes getting new updates so your software is always improving and teams are given continuous support. </span></p> </div> </div> <div class="elementor-accordion-item"> <div id="elementor-tab-title-16618" class="elementor-tab-title" data-tab="18" role="button" aria-controls="elementor-tab-content-16618" aria-expanded="false"><span class="elementor-accordion-icon elementor-accordion-icon-left" aria-hidden="true"> <span class="elementor-accordion-icon-closed"><i class="fas fa-plus"></i></span> <span class="elementor-accordion-icon-opened"><i class="fas fa-minus"></i></span> </span> <a class="elementor-accordion-title" tabindex="0">17. Is Sumac CRM an Online CRM Software?</a> </div> <div id="elementor-tab-content-16618" class="elementor-tab-content elementor-clearfix" data-tab="18" role="region" aria-labelledby="elementor-tab-title-16618"> <p><span style="font-weight: 400;">Yes. Sumac’s nonprofit CRM offers users secure ‘access from anywhere’ via an online database that’s connected to the Sumac App on your computer. Your data is stored on world-class Amazon Web Services (AWS) which keeps your files secure while also enabling staff members to easily access the software from anywhere. Donors and members will also benefit from the direct integration of Sumac CRM’s embedded web-forms on your website.</span></p> </div> </div> <script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"To Be Hidden","acceptedAnswer":{"@type":"Answer","text":"<p>Yes! Simplicity and consistency of design is what makes Sumac\u2019s nonprofit CRM so straightforward and user-friendly. We also offer on-demand training, namely \u201cPartner Academy”, for all of our nonprofit customers that need assistance.<\/p><p>You can also customize the CRM to capture your nonprofit\u2019s unique data and manage your programs.<\/p>"}},{"@type":"Question","name":"1. Is Sumac CRM for Nonprofits Easy to Use?","acceptedAnswer":{"@type":"Answer","text":"<p>Yes! Simplicity and consistency of design is what makes Sumac\u2019s nonprofit CRM so straightforward and user-friendly. We also offer on-demand training, namely \u201cPartner Academy”, for all of our customers that need assistance.<\/p><p>You can also customize the CRM to capture your nonprofit\u2019s unique data and manage your programs.<\/p>"}},{"@type":"Question","name":"2. How Does Sumac CRM Help nonprofits?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">Sumac CRM for nonprofits was designed specifically with nonprofits in mind, and is tailored for your nonprofit’s unique programs and data. Sumac is the\u00a0<\/span>best CRM software for nonprofits because it\u00a0<span style=\"font-size: 20px; font-weight: 400;\">helps nonprofits in the following ways:<\/span><\/p><ul style=\"list-style: disc; padding-left: 30px;\"><li style=\"font-weight: 400; padding-bottom: 5px;\" aria-level=\"1\"><b>Saves time: <\/b><span style=\"font-weight: 400;\">Automate the repetitive, time-consuming tasks to streamline operations and save time.\u00a0<\/span><\/li><li style=\"font-weight: 400; padding-bottom: 5px;\" aria-level=\"1\"><b>Improves operations: <\/b><span style=\"font-weight: 400;\">Seamlessly manage contacts, donors, members & volunteers, along with programs, events and more, all in one place.<\/span><\/li><li style=\"font-weight: 400; padding-bottom: 5px;\" aria-level=\"1\"><b>Reports on outcomes: <\/b><span style=\"font-weight: 400;\">Easily analyze data and report on key metrics to report back to donors and funders.<\/span><\/li><\/ul>"}},{"@type":"Question","name":"3. Does Sumac CRM Include Support?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">Yes! While most other nonprofit CRM solutions charge additional fees for support, or force you to use automated chat bots or phone systems for support, our support is both live and free.\u00a0<\/span><\/p><p><span style=\"font-weight: 400;\">When you call our support line, you’ll be connected with live, knowledgeable support staff who will help you solve any issues promptly. <\/span><\/p><p><span style=\"font-weight: 400;\">Every installation of Sumac CRM includes live phone support at no additional charge and it\u2019s outstanding. In fact, our customer support is one of the things our nonprofit clients always rave about in their reviews, and what makes Sumac the\u00a0<\/span>best CRM software for nonprofits<span style=\"font-size: 20px; font-weight: 400;\">. Read about what our customers had to say about our CRM software support <\/span><a style=\"font-size: 20px; background-color: #f7f9fb;\" href=\"https:\/\/www.capterra.ca\/software\/144095\/sumac#reviews\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">here<\/span><\/a><span style=\"font-size: 20px; font-weight: 400;\">.<\/span><\/p><p><span style=\"font-weight: 400;\">We take our commitment to our clients\u2019 success very seriously, and that\u2019s why we offer free live support with every software package.<\/span><\/p>"}},{"@type":"Question","name":"4. Does Sumac Nonprofit CRM Integrate with Other Applications?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">Yes! Sumac nonprofit CRM was created to make the lives of nonprofit professionals easier, so the database will work with most of the software programs in your office environment, including accounting software, email marketing programs, and desktop applications like word processing, spreadsheets, email, and calendars.<\/span><\/p><p><span style=\"font-weight: 400;\">Sumac integrates with iATS, QuickBooks, Mailchimp and Google\u2019s email and calendar servers <\/span><span style=\"font-weight: 400;\">to<\/span><span style=\"font-weight: 400;\"> name just a few. Find a complete list of integrations <\/span><a href=\"https:\/\/www.societ.com\/integrations\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">her<\/span><\/a><\/p>"}},{"@type":"Question","name":"5. Does Sumac Nonprofit CRM offer Online Donation Forms?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">Yes! Sumac CRM offers sleek online donation forms that match the look and feel of your website to make your online fundraising even easier. These donation forms are easily embedded on your website and integrate seamlessly with your nonprofit CRM.\u00a0<\/span><\/p><p><span style=\"font-weight: 400;\">You don\u2019t have to worry about exporting donor and donation data from online giving software to your nonprofit CRM. All donor data entered on your website is automatically captured in your CRM. This is one of the reasons Sumac is the\u00a0<\/span>best CRM software for nonprofits.<\/p><p><span style=\"font-weight: 400;\">You can track your fundraising, collect donations, create donor profiles and issue receipts – all in one place. Learn more about Sumac\u2019s online donation forms <\/span><a href=\"https:\/\/www.societ.com\/solutions\/sumac-donations\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">here<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>"}},{"@type":"Question","name":"6. Is Sumac CRM for Nonprofits Customizable?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">Yes! One of things that makes Sumac the\u00a0<\/span>best CRM software for nonprofits is that<span style=\"font-size: 20px; font-weight: 400;\">\u00a0it can be easily configured to meet the unique needs of each nonprofit. We understand that every nonprofit has different programs, data, and reporting needs.\u00a0<\/span><span style=\"font-size: 20px; font-weight: 400;\">That\u2019s why we created a nonprofit CRM that responds to your unique needs with configurable fields, dropdowns, and tabs that fit your programs and data.<\/span><\/p><p><span style=\"font-weight: 400;\">Our easy-to-navigate interface lets you adjust workflows and incorporate language that is specific to your nonprofit, without any technical expertise.<\/span><\/p><p><span style=\"font-weight: 400;\">Here are a few ways you can configure Sumac nonprofit CRM for your nonprofit\u2019s unique needs: <\/span><\/p><ul style=\"list-style: disc; padding-left: 30px;\"><li style=\"font-weight: 400; padding-bottom: 5px;\" aria-level=\"1\"><b>Choose the functionality you need:<\/b><span style=\"font-weight: 400;\"> Sumac lets you pick from the add-on functionalities or extensions that you require, so you can create the CRM software tailored for your nonprofit\u2019s exact needs. Choose from our grant management, case management, volunteer management, memberships, and more.<\/span><span style=\"font-weight: 400;\">\u00a0<\/span><\/li><li style=\"font-weight: 400; padding-bottom: 5px;\" aria-level=\"1\"><b>Configure dropdowns and fields: <\/b><span style=\"font-weight: 400;\">Sumac CRM gives you the flexibility to add your own fields to track and collect information that\u2019s unique to your nonprofit. You can add tabs, and easily customize dropdowns, checkboxes, and fields in the software.<\/span><\/li><li style=\"font-weight: 400; padding-bottom: 5px;\" aria-level=\"1\"><b>Create your own custom extension:<\/b><span style=\"font-weight: 400;\"> Sumac CRM also offers nonprofits the\u00a0opportunity to create a completely customized extension that can be configured to track data and services that are exclusive to your nonprofit.<\/span><\/li><\/ul>"}},{"@type":"Question","name":"7. Is Sumac CRM Secure?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">Yes! At Sumac we take security and privacy very seriously. Sumac goes through a regular SSF-validation process to ensure the highest security within our software.<\/span><\/p><p><span style=\"font-weight: 400;\">Sumac also supports all the technical requirements that enable an organization to be in compliance with the requirements of the HIPAA and PIPEDA standards that govern the secure handling and privacy of personal data.<\/span><\/p><p><span style=\"font-weight: 400;\">Our Cloud databases are also hosted on Amazon Web Services (AWS), a world-class infrastructure with extremely high security. This means your nonprofit database has the best data security, and is always up to date with current software privacy and security requirements, making Sumac a top choice for nonprofits looking for the\u00a0<\/span>best CRM software for nonprofits<span style=\"font-size: 20px; font-weight: 400;\">. Check out AWS\u2019 <\/span><a style=\"font-size: 20px; background-color: #f7f9fb;\" href=\"https:\/\/docs.aws.amazon.com\/whitepapers\/latest\/aws-overview\/security-and-compliance.html\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Security Manual<\/span><\/a><span style=\"font-size: 20px; font-weight: 400;\"> for more details.<\/span><\/p>"}},{"@type":"Question","name":"8. Is Sumac CRM for Nonprofits Designed for Small or Large Organizations?","acceptedAnswer":{"@type":"Answer","text":"<p>Sumac CRM can be used by both small and large organizations. <\/p>\n<p>Large nonprofits need more functionality, robust reporting, customization, multiple integrations, and a CRM that can process and manage high volumes of data, which Sumac does perfectly.<\/p>\n<p>Smaller nonprofits can also benefit from Sumac CRM – to maximize the efficiency of their teams, use fewer resources, and automates routine tasks so you spend less time on administration, managing schedules, and sending updates to donors and members.<\/p>\n<p>Nonprofits looking for the best CRM software for nonprofits, whether large or small, will find Sumac a great fit. It comes with integrations and the option to select add-on functionality or extensions that suits a nonprofit organization’s needs. <a href=\"https:\/\/www.societ.com\/get-a-demo\/\">Request a demo here<\/a><a href=\"\/get-a-demo\/\" target=\"_blank\" rel=\"noopener\">.<\/a><\/p>"}},{"@type":"Question","name":"9. Are There Any Hidden Fees I Should Know About?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">No way! Unlike many nonprofit CRM solutions that charge extra for usage, support, and software updates, we strongly believe in transparent pricing with no surprises. Pricing for Sumac CRM starts at just <\/span><b>$49\/month<\/b><span style=\"font-weight: 400;\">. Our quotes include all fees and you will never be charged anything extra once you select a pricing plan.<\/span><\/p>"}},{"@type":"Question","name":"10. What Contact Information Does Sumac Nonprofit CRM Collect?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">Sumac CRM collects and integrates information from all your key constituents. You can choose the type of information you\u2019d like to collect from donors, volunteers, staff, event attendees and others.<\/span><\/p><p><span style=\"font-weight: 400;\">Depending on what you need to track, Sumac nonprofit CRM will collect:<\/span><\/p><ul style=\"list-style: disc; padding-left: 30px; line-height: 30px;\"><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Personal information: name, age, gender, date of birth\u00a0<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Contact information and postal address: phone number, email(s), physical address<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Relationship or marital status, and info about children<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Familial, organizational, and corporate connections<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">History with organization: donation and membership payment history, event attendance, etc,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">All past and present points of communication with the organization<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Subscription preferences<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Philanthropic interests\u00a0<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Social network information; social media profiles, addresses, handles, etc.<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Additional contact data your nonprofit needs to track (<\/span><a href=\"https:\/\/www.societ.com\/contact-us\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">ask us how<\/span><\/a><span style=\"font-weight: 400;\">)<\/span><\/li><\/ul>"}},{"@type":"Question","name":"11. What Makes Sumac Nonprofit CRM Unique?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">There are many nonprofit CRM solutions out there, but there are a few things that set Sumac CRM apart from the competition:<\/span><\/p>\n<ul style=\"list-style: disc; padding-left: 30px;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">An all-in-one solution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Free, live support<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Configurability<\/span><\/li>\n<\/ul>\n<p><span style=\"font-size: 20px; font-weight: 400;\"><br>If you’re looking for the <\/span>best CRM software for nonprofits, <span style=\"font-size: 20px; font-weight: 400;\">Sumac CRM is an all-in-one non-profit management system that allows you to manage your entire nonprofit in one place. It helps with: Fundraising, Email Marketing, Time Tracking and Reporting, Accounting and Events.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">You can also choose the add-on functionality to manage program-specific activities, like: Memberships, Case Management and Volunteers – or build your own custom activities. Add online donation forms to support your online fundraising, and you\u2019ve got a complete software solution to manage your entire nonprofit.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">We also don\u2019t charge you any extra fees for support and connect you quickly to professionals ready to sort out your issues. Sumac nonprofit CRM is also affordably priced for nonprofits. While other CRM systems for non-profits price their solutions at $100\/month and up, Sumac’s non-profit management software starts at just <\/span><b>$49\/month<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">We keep our prices low as part of our commitment to help nonprofits access the software tools and technology they need to succeed.<\/span><\/p>"}},{"@type":"Question","name":"12. What Additional Software or Extensions Should I Look for Along with My Nonprofit CRM?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">If you are a nonprofit you might also want the following additional software and integrations with your nonprofit CRM. <\/span><\/p>\n<p><a href=\"https:\/\/www.societ.com\/solutions\/sumac-donations\/\" target=\"_blank\" rel=\"noopener\"><b>Donation and Fundraising CRM software:<\/b><\/a><span style=\"font-weight: 400;\"> Silent Partner\u2019s software is a complete fundraising and donor management solution that integrates donor tracking, online fundraising, email marketing, and campaigns in one place to help you reach your fundraising goals. <\/span><a href=\"https:\/\/www.societ.com\/solutions\/sumac-donations\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Learn more. <\/span><\/a><\/p>\n<p><a href=\"https:\/\/www.societ.com\/solutions\/sumac-case-management\/\" target=\"_blank\" rel=\"noopener\"><b>Nonprofit case management software<\/b><\/a><b>:<\/b><span style=\"font-weight: 400;\"> Sumac\u2019s case management software is designed to deliver personalized care that fits your nonprofit’s unique programs and data and help you effectively manage client intake, workflow, and resources, and provide the best client care possible! Especially designed for health and social service organizations like shelters, hospices and palliative care facilities.<\/span><a href=\"https:\/\/www.societ.com\/solutions\/sumac-case-management\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\"> Click here to learn more.<\/span><\/a><\/p>\n<p><a href=\"https:\/\/www.societ.com\/solutions\/sumac-memberships\/\" target=\"_blank\" rel=\"noopener\"><b>Membership management software:<\/b><\/a> <span style=\"font-weight: 400;\">For nonprofits who need to better manage their donors, volunteers or members. Sumac Membership management is powered by Sumac\u2019s nonprofit CRM which connects all your contacts in one place so you can see a complete history of their relationship with your nonprofit and grow your membership base. <\/span><a href=\"https:\/\/www.societ.com\/solutions\/sumac-memberships\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Learn more here. <\/span><\/a><\/p>\n<p><a href=\"\/solutions\/my-board-view\/\" target=\"_blank\" rel=\"noopener\"><b>Board management software:<\/b> <\/a><span style=\"font-weight: 400;\">My Board View is easy-to-use board portal software by Silent Partner that\u2019s 100% free for all nonprofits! Spend less time on board administration and more time fulfilling your mission. <\/span><a href=\"\/solutions\/my-board-view\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">Click here to sign up!<\/span><\/a><\/p>"}},{"@type":"Question","name":"13. What is a Nonprofit CRM?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">Like nonprofit management software, a nonprofit CRM is designed to manage relationships between nonprofits and their key stakeholders. These usually include donors, board members, volunteers, members, alumni, and event attendees. <\/span><\/p>\n<p>The best CRM software for nonprofits will provide all the essential tools nonprofits need to track and manage such relationships with increased efficiency. Nonprofits can record an individual\u2019s past engagement and relevant biographical data, informing fundraising and marketing strategies and optimizing reporting processes. <\/p>\n<p><span style=\"font-weight: 400;\">These nonprofit CRM solutions allow nonprofits to capture a detailed picture of their supporters and design their engagement and fundraising goals accordingly. In this way, nonprofit CRM software can help organizations attract and retain members who support the organization and increase their potential for success. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">Often, nonprofit CRM software is used interchangeably with <\/span><a href=\"https:\/\/www.societ.com\/solutions\/sumac-donations\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">fundraising CRM software<\/span><\/a><span style=\"font-weight: 400;\"> but the latter usually includes features specifically designed to support fundraising teams. Sumac\u2019s nonprofit CRM includes extension features that increase the functionality of your fundraising tool. <\/span><\/p>"}},{"@type":"Question","name":"14. Why Use a Nonprofit CRM?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">A nonprofit CRM helps nonprofits and social businesses maximize their efficiency while continuing to keep important stakeholders engaged and involved with their mission. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">It does this by collecting a broad range of important information about prospective and current donors, volunteers and supporters. It organizes member data and integrates with other software to create a central dashboard with data from marketing, fundraising and accounting – giving nonprofits a 360-degree view of the current status of their organization. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">This data provides a better way for nonprofit teams to manage external relationships, collaborate on different processes and increase productivity.<\/span><\/p>\n<p>The best CRM software for nonprofits provide significant benefits to nonprofit organizations. Here are a few key reasons to invest in a CRM software: <\/p>\n<ul style=\"list-style: disc; padding-left: 30px;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Reduces cost: <\/b><span style=\"font-weight: 400;\">Nonprofit CRM software automates processes allowing you to reduce operational costs and decrease the number of routine operations, which your employees performed manually.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Improves quality of external relationships:<\/b><span style=\"font-weight: 400;\"> Relationship management systems allow teams to stay on top of conversations, pay more attention to donors and tailor their messages to important stakeholders <\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Increases loyalty and involvement: <\/b><span style=\"font-weight: 400;\">CRM software allows staff to send personalized messages and updates – and donors that have personal relationships with your teams and regularly receive updates about your nonprofit are more likely to be involved with your mission. <\/span><\/li><\/ul>"}},{"@type":"Question","name":"15. Who Uses Nonprofit CRM Software?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-size: 20px; font-weight: 400;\">Nonprofit CRM software can be used by nonprofits of all kinds, including colleges and universities, museums and cultural institutions, advocacy and grassroots groups, human services organizations, conservation groups, and others. Any nonprofit that needs to engage their donor base for philanthropic and volunteer support can greatly benefit from using nonprofit CRM software. <\/span><br><\/p>\n<p><span style=\"font-weight: 400;\">Key staff who may use nonprofit CRM software include:<\/span><\/p>\n<p><b>Fundraising <\/b><span style=\"font-weight: 400;\">\u2014 Fundraising staff use nonprofit CRM software to manage all interactions with prospects. It gives fundraising teams oversight of current and prospective donor\u2019s giving history, event attendance, and even personal interests and hobbies. This increased insight helps fundraisers personalize their interactions with donors and can keep teams updated on all touchpoints, so there is little overlap. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">Using a CRM for nonprofit organizations, fundraising teams can also target specific people for events, gift renewals, or other related stewardship tasks. Grant writers can also use nonprofit CRM software to track public and private grant-related deadlines and the submission process. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">If you need more fundraising capabilities with your nonprofit CRM we also have <\/span><a href=\"https:\/\/www.societ.com\/solutions\/sumac-donations\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">fundraising CRM software <\/span><\/a><span style=\"font-weight: 400;\">that seamlessly integrates donor tracking, online fundraising, email marketing, and campaigns in one place to help you reach your fundraising goals.<\/span><\/p>\n<p><b>Marketing and communications <\/b>\u2014 Marketing and communications staff rely on insights from member profiles housed in a nonprofit CRM. The best CRM software for nonprofits allows teams to segment target groups and view data on lapsed donors, previous volunteers, program-specific donors, etc. Marketers can use this information to create relevant content for any given demographic or data parameter. <\/p>\n<p>For example, marketing teams can tailor donation amounts to age groups (and make larger asks for donors who have previously contributed large amounts), or they can tailor event invitations for invitees who attended a previous year.<\/p>\n<p><b>Event Management <\/b><span style=\"font-weight: 400;\">\u2014 Your event management staff can monitor event attendance and performance through nonprofit CRM software, which can be very useful for fundraising galas or special donor events. <\/span><\/p>\n<p><b>Finance <\/b>\u2014 Finance staff use a nonprofit CRM as an additional tool to keep track of revenue and expenses, in addition to their own nonprofit accounting software. The best CRM software for nonprofits will usually include easy integrations with popular accounting platforms like QuickBooks, so finance staff can upload and share this data easily with nonprofit leaders in other verticals who require the information. <\/p><p>Finance and fundraising staff will often work together to conduct monthly, quarterly, or annual updates to ensure data that is tracked in the nonprofit CRM matches up with the accounting software records. <\/p>"}},{"@type":"Question","name":"16. What Different Types of CRM Solutions for Nonprofits exist?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">There are two different types of nonprofit CRM solutions for nonprofits: on-premise and cloud-based software. <\/span><\/p><p><b>On-premise<\/b><span style=\"font-weight: 400;\"> software hosts the CRM on the organization\u2019s servers and can only be accessed by those physically present in the office. This is extremely useful for nonprofits with high-security needs. However, it does take more time to set up and requires increased IT resources. Nonprofits are also responsible for the maintenance and upkeep of the CRM software, which can cause costs to run high.\u00a0\u00a0<\/span><\/p><p><b>Cloud-based<\/b><span style=\"font-weight: 400;\"> software, also popularly known as software-as-a-service (SaaS), hosts your CRM data on the software manufacturer\u2019s servers. This keeps the data secure, while having the additional benefit of being able to access information from anywhere. Nonprofits can grant different levels of access to staff to ensure confidential information is not shared and the upkeep and maintenance of the software is taken care of by the vendor.\u00a0<\/span><\/p><p><span style=\"font-weight: 400;\">This includes getting new updates so your software is always improving and teams are given continuous support.\u00a0<\/span><\/p>"}},{"@type":"Question","name":"17. Is Sumac CRM an Online CRM Software?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">Yes. Sumac\u2019s nonprofit CRM offers users secure \u2018access from anywhere\u2019 via an online database that\u2019s connected to the Sumac App on your computer. Your data is stored on world-class Amazon Web Services (AWS) which keeps your files secure while also enabling staff members to easily access the software from anywhere. Donors and members will also benefit from the direct integration of Sumac CRM\u2019s embedded web-forms on your website.<\/span><\/p>"}}]}</script> </div> </div> </div> <div class="elementor-element elementor-element-20700547 elementor-widget elementor-widget-html" data-id="20700547" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-79f44c08 elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="79f44c08" data-element_type="section" data-settings="{"stretch_section":"section-stretched","background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4214040a" data-id="4214040a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ed368f3 elementor-widget elementor-widget-sp-discover" data-id="ed368f3" data-element_type="widget" data-widget_type="sp-discover.default"> <div class="elementor-widget-container"> <section class="sp-component sp-discover sp-carousel" id="sp-discover"> <div> <div> <h3 class="sp-title">Discover all of the Societ Nonprofit Solutions</h3> </div> <div><button class="sp-prev" href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#prev" aria-label="Previous slide"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#prev"></use> </svg></button> <button class="sp-next" href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#next" aria-label="Next slide"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#next"></use> </svg></button> <div class="sp-carousel-container"> <div class="sp-carousel-pages"> <div class="sp-carousel-page"> <ul class="sp-discover-list"> <li><a href="https://www-societ-com.translate.goog/solutions/sumac-donations/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" title="Sumac Donations"> <dl> <dt> Sumac Donations </dt> <dd> Manage Donors and Fundraising </dd> <dd class="sp-discover-arrow"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#arrow"></use> </svg> </dd> </dl></a></li> <li><a href="https://www-societ-com.translate.goog/solutions/partner-web/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" title="Partner Web"> <dl> <dt> Partner Web </dt> <dd> Nonprofit websites </dd> <dd class="sp-discover-arrow"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#arrow"></use> </svg> </dd> </dl></a></li> <li><a href="https://www-societ-com.translate.goog/solutions/sumac-memberships/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" title="Sumac Memberships"> <dl> <dt> Sumac Memberships </dt> <dd> Memberships Management </dd> <dd class="sp-discover-arrow"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#arrow"></use> </svg> </dd> </dl></a></li> </ul> </div> <div class="sp-carousel-page"> <ul class="sp-discover-list"> <li><a href="https://www-societ-com.translate.goog/solutions/sumac-case-management/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" title="Sumac Case Management"> <dl> <dt> Sumac Case Management </dt> <dd> Manage Clients and Cases </dd> <dd class="sp-discover-arrow"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#arrow"></use> </svg> </dd> </dl></a></li> <li><a href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" title="Sumac CRM "> <dl> <dt> Sumac CRM </dt> <dd> Contact Management </dd> <dd class="sp-discover-arrow"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#arrow"></use> </svg> </dd> </dl></a></li> <li><a href="https://www-societ-com.translate.goog/solutions/glass-register/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" title="Glass Register"> <dl> <dt> Glass Register </dt> <dd> 100% Free Donation Forms </dd> <dd class="sp-discover-arrow"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#arrow"></use> </svg> </dd> </dl></a></li> </ul> </div> <div class="sp-carousel-page"> <ul class="sp-discover-list"> <li><a href="https://www-societ-com.translate.goog/solutions/my-board-view/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" title="My Board View"> <dl> <dt> My Board View </dt> <dd> Board Management </dd> <dd class="sp-discover-arrow"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#arrow"></use> </svg> </dd> </dl></a></li> </ul> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </section> </div> </div> </article> </main> </div> </div> </div> <footer itemtype="https://schema.org/WPFooter" itemscope id="colophon" role="contentinfo"> <div class="footer-width-fixer"> <div data-elementor-type="wp-post" data-elementor-id="75" class="elementor elementor-75" data-elementor-post-type="elementor-hf"> <section class="elementor-section elementor-top-section elementor-element elementor-element-f803aad elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="f803aad" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b742394" data-id="b742394" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7e026e8 elementor-widget elementor-widget-sp-footer" data-id="7e026e8" data-element_type="widget" data-widget_type="sp-footer.default"> <div class="elementor-widget-container"> <section class="sp-component sp-footer" id="sp-footer"> <footer> <div> <div class="links"><a href="https://www-societ-com.translate.goog/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" class="fullLogo"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#fullLogo"></use> </svg></a> <p>Solutions to Help Nonprofits and Charities Do More Good.</p> <ul class="sp-social"> <li class="youtube"><a href="https://translate.google.com/website?sl=auto&tl=en&hl=auto&u=https://www.youtube.com/channel/UCWSsQZjwu0fXjRuR-FWB1Dg" title="YouTube" target="_blank"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#youtube"></use> </svg></a></li> <li class="twitter"><a href="https://translate.google.com/website?sl=auto&tl=en&hl=auto&u=https://twitter.com/SocietInc" title="Twitter" target="_blank"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#twitter"></use> </svg></a></li> <li class="facebook"><a href="https://translate.google.com/website?sl=auto&tl=en&hl=auto&u=https://www.facebook.com/Societinc" title="Facebook" target="_blank"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#facebook"></use> </svg></a></li> <li class="linkedin"><a href="https://translate.google.com/website?sl=auto&tl=en&hl=auto&u=https://www.linkedin.com/company/societ/" title="LinkedIn" target="_blank"> <svg class=""><use href="https://www-societ-com.translate.goog/wp-content/themes/silentpartner/assets/sprite.svg?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto#linkedin"></use> </svg></a></li> </ul> </div> <nav> <div class="sp-col"> <dl> <dt> Solutions </dt> <dd> <ul> <li><a href="https://www-societ-com.translate.goog/solutions/sumac-donations/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Sumac Donations</a></li> <li><a href="https://www-societ-com.translate.goog/solutions/sumac-case-management/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Sumac Case Management</a></li> <li><a href="https://www-societ-com.translate.goog/solutions/sumac-memberships/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Sumac Memberships</a></li> <li><a href="https://www-societ-com.translate.goog/solutions/sumac-crm/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Sumac CRM</a></li> <li><a href="https://www-societ-com.translate.goog/solutions/my-board-view/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">My Board View</a></li> <li><a href="https://www-societ-com.translate.goog/solutions/glass-register/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Glass Register</a></li> <li><a href="https://www-societ-com.translate.goog/integrations/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Integrations</a></li> </ul> </dd> </dl> </div> <div class="sp-col"> <dl> <dt> Services </dt> <dd> <ul> <li><a href="https://www-societ-com.translate.goog/services?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Software Services</a></li> <li><a href="https://www-societ-com.translate.goog/solutions/partner-web/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Partner Web</a></li> <li><a href="https://www-societ-com.translate.goog/solutions/frontier/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Frontier Marketing</a></li> </ul> </dd> </dl> </div> <div class="sp-col"> <dl> <dt> About Us </dt> <dd> <ul> <li><a href="https://www-societ-com.translate.goog/case-studies/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Success Stories</a></li> <li><a href="https://www-societ-com.translate.goog/our-story/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Our Story</a></li> <li><a href="https://www-societ-com.translate.goog/why-choose-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Why Choose Us</a></li> <li><a href="https://www-societ-com.translate.goog/careers/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Careers</a></li> <li><a href="https://www-societ-com.translate.goog/contact-us/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto">Contact Us</a></li> </ul> </dd> </dl> </div> </nav> </div> </footer> <div class="legal"> <p>Copyright ©2024 Societ</p> <ul> <li><a href="https://www-societ-com.translate.goog/privacy-policy/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=auto" title="Privacy Policy">Privacy Policy</a></li> </ul> </div> </section> </div> </div> </div> </div> </div> </section> </div> </div> </footer> </div> <script id="zsiqchat" type="o/js-lzl">var $zoho=$zoho || {};$zoho.salesiq = $zoho.salesiq || {widgetcode:"siq758b0f68ebee4c096a7402e491f8f343", values:{},ready:function(){}};var d=document;s=d.createElement("script");s.type="text/javascript";s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zohopublic.com/widget?plugin_source=wordpress";t=d.getElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);</script> <script type="o/js-lzl"> if (jQuery(".gfield").length){ jQuery(document).ready(function() { jQuery('.siq_name .name_first input').attr("siqatrib", "firstname"); jQuery('.siq_name .name_last input').attr("siqatrib", "lastname"); jQuery('.siq_fname input').attr("siqatrib", "firstname"); jQuery('.siq_lname input').attr("siqatrib", "lastname"); jQuery('.siq_phone input').attr("siqatrib", "phone"); jQuery('.siq_email input').attr("siqatrib", "email"); jQuery('.siq_organization input').attr("siqatrib", "company"); }); } </script> <script type="o/js-lzl"> _linkedin_partner_id = "4000218"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script> <script type="o/js-lzl"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript><img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=4000218&fmt=gif"> </noscript> <div data-elementor-type="popup" data-elementor-id="53801" class="elementor elementor-53801 elementor-location-popup" data-elementor-settings="{"entrance_animation":"none","exit_animation":"none","entrance_animation_duration":{"unit":"px","size":"","sizes":[]},"a11y_navigation":"yes","triggers":{"exit_intent":"yes"},"timing":{"times":"yes","times_times":2}}" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-c157b56 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c157b56" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-469326c5" data-id="469326c5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-694459b3 elementor-widget elementor-widget-heading" data-id="694459b3" data-element_type="widget" id="exit-popup-h1" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><span style="color: #ffffff!important">Wait, don't go away empty handed.</span></h2> </div> </div> <div class="elementor-element elementor-element-c53b39e elementor-widget elementor-widget-text-editor" data-id="c53b39e" data-element_type="widget" id="exit-popup-text1" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Join 50,000 other nonprofits in getting the BEST nonprofit tips, tools, and how-to guides delivered right to your inbox!</p> </div> </div> <div class="elementor-element elementor-element-be08892 elementor-widget elementor-widget-text-editor" data-id="be08892" data-element_type="widget" id="exit-popup-text2" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Subscribe to our newsletter:</p> </div> </div> <div class="elementor-element elementor-element-f559589 elementor-widget elementor-widget-html" data-id="f559589" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <script type="o/js-lzl"> jQuery(document).on('gform_confirmation_loaded', function(event, formId) { if (formId == 23) { // Replace 1 with your form ID elementorProFrontend.modules.popup.closePopup(); } }); </script> </div> </div> <div class="elementor-element elementor-element-51de7596 elementor-widget elementor-widget-wp-widget-gform_widget" data-id="51de7596" data-element_type="widget" id="exit-popup" data-widget_type="wp-widget-gform_widget.default"> <div class="elementor-widget-container"> <div class="gf_browser_chrome gform_wrapper gravity-theme gform-theme--no-framework" data-form-theme="gravity-theme" data-form-index="0" id="gform_wrapper_23"> <div id="gf_23" class="gform_anchor" tabindex="-1"></div> <form method="post" enctype="multipart/form-data" target="gform_ajax_frame_23" id="gform_23" action="/solutions/sumac-crm/#gf_23" data-formid="23" novalidate> <div class="gform-body gform_body"> <div id="gform_fields_23" class="gform_fields top_label form_sublabel_below description_below validation_below"> <div id="field_23_1" class="gfield gfield--type-email gfield--input-type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible" data-js-reload="field_23_1"> <label class="gfield_label gform-field-label" for="input_23_1">Email<span class="gfield_required"><span class="gfield_required gfield_required_text">(Required)</span></span></label> <div class="ginput_container ginput_container_email"><input name="input_1" id="input_23_1" type="email" value="" class="large" placeholder="Email" aria-required="true" aria-invalid="false"> </div> </div> <div id="field_23_2" class="gfield gfield--type-text gfield--input-type-text gfield--width-full siq_fname field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_hidden" data-js-reload="field_23_2"> <div class="admin-hidden-markup"> <i class="gform-icon gform-icon--hidden" aria-hidden="true" title="This field is hidden when viewing the form"></i><span>This field is hidden when viewing the form</span> </div><label class="gfield_label gform-field-label" for="input_23_2">First Name</label> <div class="ginput_container ginput_container_text"> <input name="input_2" id="input_23_2" type="text" value="-" class="large" placeholder="First Name" aria-invalid="false"> </div> </div> <div id="field_23_3" class="gfield gfield--type-text gfield--input-type-text gfield--width-full siq_lname field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_hidden" data-js-reload="field_23_3"> <div class="admin-hidden-markup"> <i class="gform-icon gform-icon--hidden" aria-hidden="true" title="This field is hidden when viewing the form"></i><span>This field is hidden when viewing the form</span> </div><label class="gfield_label gform-field-label" for="input_23_3">Last Name</label> <div class="ginput_container ginput_container_text"> <input name="input_3" id="input_23_3" type="text" value="-" class="large" placeholder="Last Name" aria-invalid="false"> </div> </div> <div id="field_23_4" class="gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_23_4"> <div class="admin-hidden-markup"> <i class="gform-icon gform-icon--hidden" aria-hidden="true" title="This field is hidden when viewing the form"></i><span>This field is hidden when viewing the form</span> </div><label class="gfield_label gform-field-label" for="input_23_4">Source URL</label> <div class="ginput_container ginput_container_text"> <input name="input_4" id="input_23_4" type="text" value="" class="large" aria-invalid="false"> </div> </div> <div id="field_23_5" class="gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden" data-js-reload="field_23_5"> <div class="admin-hidden-markup"> <i class="gform-icon gform-icon--hidden" aria-hidden="true" title="This field is hidden when viewing the form"></i><span>This field is hidden when viewing the form</span> </div><label class="gfield_label gform-field-label" for="input_23_5">Lead Source</label> <div class="ginput_container ginput_container_text"> <input name="input_5" id="input_23_5" type="text" value="Exit Pop Subscribe" class="large" aria-invalid="false"> </div> </div> <div id="field_23_6" class="gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible" data-js-reload="field_23_6"> <label class="gfield_label gform-field-label" for="input_23_6">Email</label> <div class="ginput_container"> <input name="input_6" id="input_23_6" type="text" value="" autocomplete="new-password"> </div> <div class="gfield_description" id="gfield_description_23_6"> This field is for validation purposes and should be left unchanged. </div> </div> </div> </div> <div class="gform-footer gform_footer top_label"><input type="submit" id="gform_submit_button_23" class="gform_button button" onclick="gform.submission.handleButtonClick(this)" value="Subscribe"> <input type="hidden" name="gform_ajax" value="form_id=23&title=&description=&tabindex=0&theme=gravity-theme"> <input type="hidden" class="gform_hidden" name="gform_submission_method" data-js="gform_submission_method_23" value="iframe"> <input type="hidden" class="gform_hidden" name="is_submit_23" value="1"> <input type="hidden" class="gform_hidden" name="gform_submit" value="23"> <input type="hidden" class="gform_hidden" name="gform_unique_id" value=""> <input type="hidden" class="gform_hidden" name="state_23" value="WyJbXSIsImIxMGEyZjhkZmJiMDk5ZmJhZmRlZmIyM2U5YjhlYzFlIl0="> <input type="hidden" autocomplete="off" class="gform_hidden" name="gform_target_page_number_23" id="gform_target_page_number_23" value="0"> <input type="hidden" autocomplete="off" class="gform_hidden" name="gform_source_page_number_23" id="gform_source_page_number_23" value="1"> <input type="hidden" name="gform_field_values" value=""> </div> </form> </div><iframe style="display:none;width:0px;height:0px;" src="about:blank" name="gform_ajax_frame_23" id="gform_ajax_frame_23" title="This iframe contains the logic required to handle Ajax powered Gravity Forms."></iframe> <script type="o/js-lzl"> gform.initializeOnLoaded( function() {gformInitSpinner( 23, 'https://www.societ.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_23').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_23');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_23').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_23').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_23').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_23').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_23').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_23').val();gformInitSpinner( 23, 'https://www.societ.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [23, current_page]);window['gf_submitting_23'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_23').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_23').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [23]);window['gf_submitting_23'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_23').text());}else{jQuery('#gform_23').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "23", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_23" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_23"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_23" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [23, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 23, currentPage: current_page } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 23, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); </script> </div> </div> <div class="elementor-element elementor-element-caeb3cc elementor-widget elementor-widget-html" data-id="caeb3cc" data-element_type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> </div> </div> </div> </div> </div> </section> </div> <script src="https://www.societ.com/wp-content/themes/astra/assets/js/unminified/style.js?ver=4.8.6" id="astra-theme-js-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-content/plugins/honeypot/includes/js/wpa.js?ver=2.2.05" id="wpascript-js" type="o/js-lzl"></script> <script id="wpascript-js-after" type="o/js-lzl"> wpa_field_info = {"wpa_field_name":"tvhhjs7255","wpa_field_value":211729,"wpa_add_test":"no"} </script> <script src="https://www.societ.com/wp-includes/js/jquery/ui/core.js?ver=1.13.3" id="jquery-ui-core-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-includes/js/jquery/ui/mouse.js?ver=1.13.3" id="jquery-ui-mouse-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-includes/js/jquery/ui/draggable.js?ver=1.13.3" id="jquery-ui-draggable-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-includes/js/jquery/ui/slider.js?ver=1.13.3" id="jquery-ui-slider-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-includes/js/jquery/jquery.ui.touch-punch.js?ver=0.2.2" id="jquery-touch-punch-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-admin/js/iris.min.js?ver=6.7.1" id="iris-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-content/plugins/sumac-fundraising-thermometer/js/my-script.js?ver=6.7.1" id="cp-active-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-content/plugins/wp-armour-extended/includes/js/wpae.js?ver=1.34" id="wpaescript-js" type="o/js-lzl"></script> <script src="https://cdn.weglot.com/switchers/toggle.f91193df2a7169c578ab236ca55801e073e13611.min.js" id="weglot-switcher-toggle-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-content/themes/silentpartner/assets/silentpartner-bundle.js?ver=1.0.0" id="silentpartner-child-theme-js-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.js?ver=3.25.3" id="e-sticky-js" type="o/js-lzl"></script> <script defer src="https://www.societ.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=f802885f3482236736b18b55abcdc360" id="gform_gravityforms_utils-js" type="o/js-lzl"></script> <script defer src="https://www.societ.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=ddd2702ee024d421149a5e61416f1ff5" id="gform_gravityforms_theme_vendors-js" type="o/js-lzl"></script> <script id="gform_gravityforms_theme-js-extra" type="o/js-lzl"> var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"a056875cff9d89708eefba14189aaecc"},"ajax":{"ajaxurl":"https:\/\/www.societ.com\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"5f53d4ebe3","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/www.societ.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"f7a74e916f"}; </script> <script defer src="https://www.societ.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=c055226f9b8c432c9206edab9070263c" id="gform_gravityforms_theme-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.js?ver=3.25.3" id="elementor-pro-webpack-runtime-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-content/plugins/elementor/assets/js/webpack.runtime.js?ver=3.25.6" id="elementor-webpack-runtime-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-content/plugins/elementor/assets/js/frontend-modules.js?ver=3.25.6" id="elementor-frontend-modules-js" type="o/js-lzl"></script> <script id="elementor-pro-frontend-js-before" type="o/js-lzl"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.societ.com\/wp-admin\/admin-ajax.php","nonce":"b9d73a7ee8","urls":{"assets":"https:\/\/www.societ.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.societ.com\/wp-json\/"},"settings":{"lazy_load_background_images":false},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}}, "facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.societ.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src="https://www.societ.com/wp-content/plugins/elementor-pro/assets/js/frontend.js?ver=3.25.3" id="elementor-pro-frontend-js" type="o/js-lzl"></script> <script id="elementor-frontend-js-before" type="o/js-lzl"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":true},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}, "hasCustomBreakpoints":false},"version":"3.25.6","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"e_css_smooth_scroll":true,"theme_builder_v2":true,"home_screen":true,"landing-pages":true,"nested-elements":true,"editor_v2":true,"link-in-bio":true,"floating-buttons":true},"urls":{"assets":"https:\/\/www.societ.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.societ.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/www.societ.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"d5f79e312c"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":93521,"title":"Sumac%20CRM%3A%20The%20Best%20All-In-One%20Nonprofit%20CRM","excerpt":"","featuredImage":"https:\/\/www.societ.com\/wp-content\/uploads\/2024\/08\/Sumac-by-Societ-1024x538.png"}}; </script> <script src="https://www.societ.com/wp-content/plugins/elementor/assets/js/frontend.js?ver=3.25.6" id="elementor-frontend-js" type="o/js-lzl"></script> <script src="https://www.societ.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.js?ver=3.25.3" id="pro-elements-handlers-js" type="o/js-lzl"></script> <script type="o/js-lzl"> /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1); </script> <script type="o/js-lzl"> gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 34) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }jQuery('#input_34_11').mask('(999) 999-9999').bind('keypress', function(e){if(e.which == 13){jQuery(this).blur();} } );jQuery( "#gform_34" ).on( 'submit', function( event ) { jQuery( '<input>' ) .attr( 'type', 'hidden' ) .attr( 'name', 'gf_zero_spam_key' ) .attr( 'value', 'yHNln2evOXenB59w9tFuoRSeMi9Jg2vfkdEYyGI96ekHJE2Oumhjw3NnPEDkdZjN' ) .attr( 'autocomplete', 'new-password' ) .appendTo( jQuery( this ) ); } );} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); </script> <script type="o/js-lzl"> gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "34", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_34" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_34"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_34" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [34, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 34, currentPage: 1 } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 34, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); </script> <script type="o/js-lzl"> gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 23) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }jQuery( "#gform_23" ).on( 'submit', function( event ) { jQuery( '<input>' ) .attr( 'type', 'hidden' ) .attr( 'name', 'gf_zero_spam_key' ) .attr( 'value', 'yHNln2evOXenB59w9tFuoRSeMi9Jg2vfkdEYyGI96ekHJE2Oumhjw3NnPEDkdZjN' ) .attr( 'autocomplete', 'new-password' ) .appendTo( jQuery( this ) ); } );} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); </script> <script type="o/js-lzl"> gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "23", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_23" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_23"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_23" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [23, 1] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 23, currentPage: 1 } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 23, currentPage: 1 } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); </script> <script seraph-accel-crit="1">(function(k,q){function r(b,f=!1){const {top:e,left:c,bottom:a,right:d}=b,{innerHeight:g,innerWidth:h}=q;return c==d||e==a?!1:f?0<=e&&0<=c&&a<=g&&d<=h:!(e>g||0>a)&&!(c>h||0>d)}function m(b){function f(d,g){function h(){for(;n<g.length;){var p=g[n++],l;r(p.rc)&&(l=d(p.e,t));if(l){setTimeout(h,l);break}}}var n=0;h()}b={".elementor-element[data-lzl-an]:not(.animated)":function(a){function d(){a.classList.add(c);a.style.setProperty("animation-name",getComputedStyle(a).getPropertyValue("animation-name"));a.classList.remove("elementor-invisible")}var c=a.getAttribute("data-lzl-an"),b=a.getAttribute("data-lzl-ad");c||(b=getComputedStyle(a),c=b.getPropertyValue("--lzl-an"),b=b.getPropertyValue("--lzl-ad"));c&&(a.classList.add("animated"),b?setTimeout(d,parseInt(b,10)):d())},};var e=[],c;for(c in b){var a={cbElem:b[c],items:[]};k.querySelectorAll(c).forEach(function(d){a.items.push({e:d,rc:d.getBoundingClientRect()})});e.push(a)}e.forEach(function(d){f(d.cbElem, d.items)})}var t={GetDurationTime:function(b,f){"string"!==typeof b&&(b="");for(var e=b.split(","),c=b=0;c<e.length;c++){var a=e[c];a=-1!==a.lastIndexOf("ms")?parseFloat(a):-1!==a.lastIndexOf("s")?1E3*parseFloat(a):parseFloat(a);"max"==f&&b<a&&(b=a)}return b}};k.addEventListener("seraph_accel_calcSizes",m,{capture:!0,passive:!0});seraph_accel_izrbpb.add(function(){k.removeEventListener("seraph_accel_calcSizes",m,{capture:!0,passive:!0})})})(document,window)</script> <script id="seraph-accel-css-lzl">(function(p,l){function e(b,m,d){b=p.querySelectorAll(b);var n=b.length;n?b.forEach(function(c){function g(){d&&(--n||d())}var a=c.cloneNode();a.rel="stylesheet";if(c.hasAttribute("href")){if(d||m)a.onload&&(a.onloadPrev=a.onload),m&&(a.mediaPrev=a.media?a.media:"all",a.media="print"),a.onload=function(){this.mediaPrev&&(this.media=this.mediaPrev,this.mediaPrev=void 0);this.onload=this.onloadPrev;this.onloadPrev=void 0;if(this.onload)try{this.onload()}catch(q){}g()},a.onerror=function(){this.onerror= void 0;g()};c.parentNode.replaceChild(a,c)}else c.parentNode.replaceChild(a,c),g()}):d&&d()}var h="link[rel=\"stylesheet/lzl\"]";if(h.length)if(0){var f=function(){};seraph_accel_izrbpb.add(function(b){if(f)return f=b,!0},4);l(function(){e(h,1,function(){f();f=void 0})})}else l(function(){e(h,1)});var k="link[rel=\"stylesheet/lzl-nc\"]";k.length&&seraph_accel_izrbpb.add(function(b){if(0)return e(k,!1,b),!0;e(k,!1)},4)})(document,setTimeout)</script> <script>(function(d){var a=d.querySelectorAll("noscript[lzl]");for(var i=0;i<a.length;i++){var c=a[i];c.parentNode.removeChild(c)}})(document)</script> <script id="seraph-accel-cron">setTimeout(function(){var x=new window.XMLHttpRequest();x.open("GET","/wp-cron.php",true);x.send()},0)</script> <script id="seraph-accel-js-lzl">(function(n,k,p,L,E,q,C,R,S,M,T,U,V){function N(){n.seraph_accel_js_lzl_initScrCustom&&n.seraph_accel_js_lzl_initScrCustom();if(t){var a=n[function(c){var b="";c.forEach(function(h){b+=String.fromCharCode(h+3)});return b}([103,78,114,98,111,118])];!t.dkhjihyvjed&&a?t=void 0:(t.dkhjihyvjed=!0,t.jydy(a))}}function A(a,c=0,b){function h(){if(!a)return[];for(var e=[].slice.call(k.querySelectorAll('[type="'+a+'"]')),f=0,d=e.length;f<d;f++){var g=e[f];!g.hasAttribute("defer")||!1===g.defer||g.hasAttribute("async")&& !1!==g.async||!g.hasAttribute("src")||(e.splice(f,1),e.push(g),f--,d--)}return e}function m(e=!1){N();V||e?w():p(w,c)}function B(e){e=e.ownerDocument;var f=e.seraph_accel_njsujyhmaeex={hujvqjdes:"",wyheujyhm:e[function(d){var g="";d.forEach(function(l){g+=String.fromCharCode(l+3)});return g}([116,111,102,113,98])],wyhedbujyhm:e[function(d){var g="";d.forEach(function(l){g+=String.fromCharCode(l+3)});return g}([116,111,102,113,98,105,107])],ujyhm:function(d){this.seraph_accel_njsujyhmaeex.hujvqjdes+= d},dbujyhm:function(d){this.write(d+"\n")}};e[function(d){var g="";d.forEach(function(l){g+=String.fromCharCode(l+3)});return g}([116,111,102,113,98])]=f.ujyhm;e[function(d){var g="";d.forEach(function(l){g+=String.fromCharCode(l+3)});return g}([116,111,102,113,98,105,107])]=f.dbujyhm}function x(e){var f=e.ownerDocument,d=f.seraph_accel_njsujyhmaeex;if(d){if(d.hujvqjdes){var g=f.createElement("span");e.parentNode.insertBefore(g,e.nextSibling);g.outerHTML=d.hujvqjdes}f[function(l){var u="";l.forEach(function(F){u+= String.fromCharCode(F+3)});return u}([116,111,102,113,98])]=d.wyheujyhm;f[function(l){var u="";l.forEach(function(F){u+=String.fromCharCode(F+3)});return u}([116,111,102,113,98,105,107])]=d.wyhedbujyhm;delete f.seraph_accel_njsujyhmaeex}}function w(){var e=G.shift();if(e)if(e.parentNode){var f=k.seraph_accel_usbpb(e.tagName),d=e.attributes;if(d)for(var g=0;g<d.length;g++){var l=d[g],u=l.value;l=l.name;"type"!=l&&("data-type"==l&&(l="type"),"data-src"==l&&(l="src"),f.setAttribute(l,u))}f.textContent= e.textContent;d=!f.hasAttribute("async");g=f.hasAttribute("src");l=f.hasAttribute("nomodule");d&&B(f);if(g=d&&g&&!l)f.onload=f.onerror=function(){f._seraph_accel_loaded||(f._seraph_accel_loaded=!0,x(f),m())};e.parentNode.replaceChild(f,e);g||(d&&x(f),m(!d))}else G=h(),w();else b&&b()}var G=h();if(U){var O=k.createDocumentFragment();G.forEach(function(e){var f=e?e.getAttribute("src"):void 0;if(f){var d=k.createElement("link");d.setAttribute("rel","preload");d.setAttribute("as","IFRAME"==e.tagName? "document":"script");d.setAttribute("href",f);e.hasAttribute("integrity")&&d.setAttribute("integrity",e.getAttribute("integrity"));e.hasAttribute("crossorigin")&&d.setAttribute("crossorigin",e.getAttribute("crossorigin"));O.appendChild(d)}});k.head.appendChild(O)}m()}function r(a,c,b){var h=k.createEvent("Events");h.initEvent(c,!0,!1);if(b)for(var m in b)h[m]=b[m];a.dispatchEvent(h)}function D(a,c){function b(m){try{Object.defineProperty(k,"readyState",{configurable:!0,enumerable:!0,value:m})}catch(B){}} function h(m){q?(t&&(t.jydyut(),t=void 0),b("interactive"),r(k,"readystatechange"),r(k,"DOMContentLoaded"),delete k.readyState,r(k,"readystatechange"),p(function(){r(n,"load");r(n,"scroll");c&&c();m()})):m()}if(v){if(3==v){function m(){q&&b("loading");!0===a?A(q?L:0,10,function(){h(function(){2==v?(v=1,1E6!=C&&p(function(){D(!0)},C)):A(E)})}):A(q?L:0,0,function(){h(function(){A(E)})})}function B(){for(var x,w;void 0!==(x=Object.keys(seraph_accel_izrbpb.a)[0]);){for(;w=seraph_accel_izrbpb.a[x].shift();)if(w(B))return; delete seraph_accel_izrbpb.a[x]}"scroll"===a&&M?p(m,M):m()}B()}else 1==v&&A(E);!0===a?v--:v=0}}function H(a){return"click"==a||"touchend"==a||"mouseover"==a}function I(a){if(H(a.type)){if(void 0!==y){var c=!0;if("click"==a.type)for(var b=a.target;b;b=b.parentNode)if(b.getAttribute&&(b.getAttribute("data-lzl-clk-no")&&(c=!1),b.getAttribute("data-lzl-clk-nodef"))){a.preventDefault();a.stopImmediatePropagation();break}if(c){c=!1;for(b=0;b<y.length;b++)if(y[b].type==a.type){c=!0;break}c||y.push(a)}}}else k.removeEventListener(a.type, I,{passive:!0});void 0===z?z=!0:!1===z&&D("scroll"==a.type||"wheel"==a.type||"touchmove"==a.type?"scroll":!1,J)}function J(){p(function(){P.forEach(function(a){k.removeEventListener(a,I,H(a)?!0:{passive:!0})});k.body.classList.remove("seraph-accel-js-lzl-ing");r(k,"seraph_accel_jsFinish");y.forEach(function(a){if("touchend"==a.type){var c=a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:void 0,b=c?k.elementFromPoint(c.clientX,c.clientY):void 0;b&&(r(b,"touchstart",{touches:[{clientX:c.clientX, clientY:c.clientY}],changedTouches:a.changedTouches}),r(b,"touchend",{touches:[{clientX:c.clientX,clientY:c.clientY}],changedTouches:a.changedTouches}))}else("click"==a.type||"mouseover"==a.type)&&(b=k.elementFromPoint(a.clientX,a.clientY))&&b.dispatchEvent(new MouseEvent(a.type,{view:a.view,bubbles:!0,cancelable:!0,clientX:a.clientX,clientY:a.clientY}))});y=void 0},T);p(function(){k.body.classList.remove("seraph-accel-js-lzl-ing-ani")},S)}function Q(a){a.currentTarget&&a.currentTarget.removeEventListener(a.type, Q);!0===z?(z=!1,D(!1,J)):(z=!1,1E6!=q&&p(function(){D(!0,J)},q))}function K(){p(function(){r(k,"seraph_accel_calcSizes")},0)}n.location.hash.length&&(q&&(q=1),C&&(C=1));q&&p(function(){k.body.classList.add("seraph-accel-js-lzl-ing-ani")});var P="scroll wheel mousemove keydown click touchmove touchend".split(" "),z,t=R?{a:[],jydy:function(a){if(a&&a.fn&&!a.seraph_accel_bpb){this.a.push(a);a.seraph_accel_bpb={otquhdv:a.fn[function(c){var b="";c.forEach(function(h){b+=String.fromCharCode(h+3)});return b}([111, 98,94,97,118])]};if(a[function(c){var b="";c.forEach(function(h){b+=String.fromCharCode(h+3)});return b}([101,108,105,97,79,98,94,97,118])])a[function(c){var b="";c.forEach(function(h){b+=String.fromCharCode(h+3)});return b}([101,108,105,97,79,98,94,97,118])](!0);a.fn[function(c){var b="";c.forEach(function(h){b+=String.fromCharCode(h+3)});return b}([111,98,94,97,118])]=function(c){k.addEventListener("DOMContentLoaded",function(b){c.bind(k)(a,b)});return this}}},jydyut:function(){for(var a=0;a<this.a.length;a++){var c= this.a[a];c.fn[function(b){var h="";b.forEach(function(m){h+=String.fromCharCode(m+3)});return h}([111,98,94,97,118])]=c.seraph_accel_bpb.otquhdv;delete c.seraph_accel_bpb;if(c[function(b){var h="";b.forEach(function(m){h+=String.fromCharCode(m+3)});return h}([101,108,105,97,79,98,94,97,118])])c[function(b){var h="";b.forEach(function(m){h+=String.fromCharCode(m+3)});return h}([101,108,105,97,79,98,94,97,118])](!1)}}}:void 0;n.seraph_accel_gzjydy=N;var v=3,y=[];P.forEach(function(a){k.addEventListener(a, I,H(a)?!0:{passive:!0})});n.addEventListener("load",Q);n.addEventListener("resize",K,!1);k.addEventListener("DOMContentLoaded",K,!1);n.addEventListener("load",K)})(window,document,setTimeout,"o/js-lzl","o/js-lzls",4500,0,0,1000,500,250,1,0)</script> <script>function gtElInit() {var lib = new google.translate.TranslateService();lib.translatePage('en', 'en', function () {});}</script> <script src="https://translate.google.com/translate_a/element.js?cb=gtElInit&hl=auto&client=wt" type="text/javascript"></script> </body> </html>