{"id":7910,"date":"2024-06-04T15:16:02","date_gmt":"2024-06-04T15:16:02","guid":{"rendered":"https:\/\/new.staging.jgwentworth.com\/?page_id=7910"},"modified":"2026-02-25T14:16:16","modified_gmt":"2026-02-25T19:16:16","slug":"debt-relief","status":"publish","type":"page","link":"https:\/\/www.jgwentworth.com\/debt-relief","title":{"rendered":"JG Wentworth\u2019s Debt Relief Program"},"content":{"rendered":"<?xml encoding=\"UTF-8\"><?xml encoding=\"UTF-8\"><div data-elementor-type=\"wp-page\" data-elementor-id=\"7910\" class=\"elementor elementor-7910\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f42702b e-con-full e-con-jgw-boxed e-flex e-con e-child\" data-id=\"f42702b\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-031fcdb e-con-full e-flex e-con e-child\" data-id=\"031fcdb\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-2abfc3c elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2abfc3c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h1>Get out of Debt Now<\/h1>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a7d760f elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"a7d760f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Checking offers will NOT affect your credit score<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c68eee elementor-widget__width-inherit elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial eael-gravity-form-button-full-width loandrform elementor-widget elementor-widget-eael-gravity-form\" data-id=\"0c68eee\" data-element_type=\"widget\" data-widget_type=\"eael-gravity-form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"eael-contact-form eael-gravity-form eael-contact-form-align-center\">\n\t\t        <script src=\"https:\/\/www.jgwentworth.com\/wp-includes\/js\/jquery\/jquery.min.js?ver=3.7.1\"><\/script><script src=\"https:\/\/www.jgwentworth.com\/wp-content\/plugins\/jgw-multistep-form\/js\/jquery.inputmask.min.js\"><\/script>    <script type=\"text\/javascript\">\n        document.addEventListener('DOMContentLoaded', function () {\n            function addSpinner(button) {\n                button.addEventListener('click', function () {\n                    var ajax_spinner = document.querySelector('img.gform_ajax_spinner');\n                    if (ajax_spinner) {\n                        ajax_spinner.remove();\n                    }\n\n                    if (!button.parentNode.classList.contains('gform_button_wrapper')) {\n                        var wrapper = document.createElement('div');\n                        wrapper.classList.add('gform_button_wrapper');\n                        button.parentNode.insertBefore(wrapper, button);\n                        wrapper.appendChild(button);\n                    }\n\n                    button.parentNode.classList.add('loading');\n\n                    let spinnerImg = button.parentNode.querySelector('.gform_ajax_spinner');\n                    button.value = '';\n                    if (!spinnerImg) {\n                        spinnerImg = document.createElement('span');\n                        spinnerImg.classList.add('loader');\n                        button.parentNode.appendChild(spinnerImg);\n                    }\n                });\n            }\n\n            function initializeForm(form) {\n                var buttons = form.querySelectorAll('input[type=\"submit\"], .gform_next_button');\n                if (buttons.length === undefined) {\n                    addSpinner(buttons);\n                } else {\n                    buttons.forEach(function (button) {\n                        addSpinner(button);\n                    });\n                }\n            }\n\n            var formId = '#gform_55';\n            var form = document.querySelector(formId);\n            if (form) {\n                initializeForm(form);\n            }\n\n            jQuery(document).on('gform_page_loaded', function (event, form_id, current_page) {\n                if (form_id == 55) {\n                    form = document.querySelector('#gform_' + form_id);\n                    if (form) {\n                        initializeForm(form);\n                    }\n                }\n            });\n\n            jQuery(document).on('gform_post_render', function (event, form_id, current_page) {\n                if (form_id == 55) {\n                    form = document.querySelector('#gform_' + form_id);\n                    if (form) {\n                        initializeForm(form);\n                    }\n                }\n            });\n        });\n\n        var css = document.createElement('style');\n        css.type = 'text\/css';\n        css.innerHTML = `\n            @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }\n            .gform_button_wrapper {\n                display: inline-block; \/* or block, depending on your layout *\/\n            }\n        `;\n        document.head.appendChild(css);\n    <\/script>\n        <script>\n      document.addEventListener('DOMContentLoaded', function() {\n        function getCookies() {\n          let cookies = {};\n          document.cookie.split(';').forEach(function(cookie) {\n            let [name, value] = cookie.split('=');\n            if (name && value) {\n              cookies[name.trim()] = decodeURIComponent(value);\n            }\n          });\n          return cookies;\n        }\n        function updateFields() {\n          \/\/ prepopulate fields with the referring URL\n          let refurls = document.querySelectorAll(`[data-name=\"referringurl\"]`);\n          refurls.forEach(function(inputField) {\n            inputField.value = window.location.href;\n          });\n          \/\/ prepopulate fields with those from cookies\n          let cookies = getCookies();\n          Object.keys(cookies).forEach(function(cookieName) {\n            let cookieValue = cookies[cookieName];\n            let matchingFields = document.querySelectorAll(`[data-name=\"${cookieName}\"]`);\n\n            matchingFields.forEach(function(inputField) {\n              inputField.value = cookieValue;\n            });\n          });\n          \/\/ prepopulate fields with those from query cookie if not already set from query string\n          if (cookies['query']) {\n            let query_cookie = JSON.parse(cookies['query']);\n            Object.keys(query_cookie).forEach(function(name) {\n              let value = query_cookie[name];\n              let matchingFields = document.querySelectorAll(`[data-name=\"${name}\"]`);\n\n              matchingFields.forEach(function(inputField) {\n                if (!inputField.value) {\n                  inputField.value = value;\n                }\n              });\n          });\n          }\n        }\n        updateFields();\n\n        \/\/ Listen for Gravity Forms page transitions\n        jQuery(document).on('gform_page_loaded', function() {\n          updateFields();\n        });\n      });\n    <\/script>\n        <style>\n          .move-consent-below-buttons {\n              visibility: hidden;\n              height: 0;\n          }\n      <\/style>\n      <script>\n        document.addEventListener('DOMContentLoaded', function () {\n          \/\/ move these classes under the buttons of their own page\n          jQuery('.move-consent-below-buttons').each(function (index, element) {\n            let parent = element.closest('.gform_page');\n            if (parent === null) {\n              parent = jQuery('form');\n            }\n            jQuery(element).parent().detach().appendTo(parent);\n            jQuery(element).css({\n              'visibility': 'visible',\n              'height': 'auto'\n            });\n          });\n          if (jQuery('.jgw-multi-step-form .gf_step_current_page').text() == '') {\n            jQuery('#dr-form-top-heading').css('visibility', 'hidden').css('height', '0');\n          }\n        });\n      <\/script>\n    <link rel=\"preload\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\" id=\"gravity_forms_theme_reset-css\" href=\"https:\/\/www.jgwentworth.com\/wp-content\/plugins\/gravityforms\/assets\/css\/dist\/gravity-forms-theme-reset.min.css?ver=2.9.22\" media=\"all\">\n<link rel=\"preload\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\" id=\"gravity_forms_theme_foundation-css\" href=\"https:\/\/www.jgwentworth.com\/wp-content\/plugins\/gravityforms\/assets\/css\/dist\/gravity-forms-theme-foundation.min.css?ver=2.9.22\" media=\"all\">\n<link rel=\"preload\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\" id=\"gravity_forms_theme_framework-css\" href=\"https:\/\/www.jgwentworth.com\/wp-content\/plugins\/gravityforms\/assets\/css\/dist\/gravity-forms-theme-framework.min.css?ver=2.9.22\" media=\"all\">\n<link rel=\"preload\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\" id=\"gravity_forms_orbital_theme-css\" href=\"https:\/\/www.jgwentworth.com\/wp-content\/plugins\/gravityforms\/assets\/css\/dist\/gravity-forms-orbital-theme.min.css?ver=2.9.22\" media=\"all\">\n\n                <div class=\"gf_browser_unknown gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital ef-loan-offers-form_wrapper ef-self-enroll-form_wrapper\" data-form-theme=\"orbital\" data-form-index=\"0\" id=\"gform_wrapper_55\"><style>#gform_wrapper_55[data-form-index=\"0\"].gform-theme,[data-parent-form=\"55_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style>\n                        <div class=\"gform_heading\">\n                            <p class=\"gform_description\"><\/p>\n\t\t\t\t\t\t\t<p class=\"gform_required_legend\">\"<span class=\"gfield_required gfield_required_asterisk\">*<\/span>\" indicates required fields<\/p>\n                        <\/div><form data-product=\"Debt Relief\" data-type=\"Lead Submission\" data-name=\"BlendedFunnel_2025v3\" method=\"post\" enctype=\"multipart\/form-data\" target=\"gform_ajax_frame_55\" id=\"gform_55\" class=\"ef-loan-offers-form ef-self-enroll-form\" action=\"\/wp-json\/wp\/v2\/pages\/7910\" data-formid=\"55\" novalidate>\n        <div id=\"gf_progressbar_wrapper_55\" class=\"gf_progressbar_wrapper\" data-start-at-zero=\"\">\n        \t<p class=\"gf_progressbar_title\">Step <span class=\"gf_step_current_page\">1<\/span> of <span class=\"gf_step_page_count\">10<\/span><span class=\"gf_step_page_name\"> - loanAmount<\/span>\n        \t<\/p>\n            <div class=\"gf_progressbar gf_progressbar_blue\" aria-hidden=\"true\">\n                <div class=\"gf_progressbar_percentage percentbar_blue percentbar_10\" style=\"width:10%;\"><span>10%<\/span><\/div>\n            <\/div><\/div><div class=\"ef-progress-bar\"><div class=\"ef-progress-segment ef-segment-completed\"><\/div><div class=\"ef-progress-segment \"><\/div><div class=\"ef-progress-segment \"><\/div><div class=\"ef-progress-segment \"><\/div><div class=\"ef-progress-segment \"><\/div><div class=\"ef-progress-segment \"><\/div><div class=\"ef-progress-segment \"><\/div><div class=\"ef-progress-segment \"><\/div><div class=\"ef-progress-segment \"><\/div><div class=\"ef-progress-segment \"><\/div><\/div>\n                        <div class=\"gform-body gform_body\"><div id=\"gform_page_55_1\" class=\"gform_page \" data-js=\"page-field-id-0\" data-number=\"1\" data-name=\"loanAmount\">\n\t\t\t\t\t<div class=\"gform_page_fields\"><div id=\"gform_fields_55\" class=\"gform_fields top_label form_sublabel_below description_below validation_below\"><div id=\"field_55_131\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full loan-purpose-tooltip less-margin-bottom gfield_html gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><div class=\"modal-parent\"><h2>How much do you need?<\/h2><div class=\"modal-wrap\">\n<a class=\"modal-link\" data-type=\"button\" data-name=\"Info Icon\" data-parent=\"form\"><img decoding=\"async\" src=\"\/wp-content\/plugins\/jgw-even-financial\/img\/circle-info.png\"><\/a>\n<div class=\"disclosure-modal disclosure-modal-id\">\n<br>\n  <div class=\"modal-content\">\n    <div class=\"modal-body\">\n            <span class=\"close-modal\">&times;<\/span>\n      <p style=\"display: none\">&nbsp;<\/p>\n      <p class=\"modal-text\">\n       A soft credit report is pulled in accordance with the consumer's written authorization on our site. After reviewing the offer, if a consumer chooses to apply for credit, lending partners or platforms may require a hard pull for processing on their website.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\t\t\n<\/div>  \n<\/div><\/div><div id=\"field_55_132\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full ef-loan-amount overlap-label gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><label class=\"gfield_label gform-field-label\" for=\"input_55_132\" report-value=\"true\">Amount<span class=\"gfield_required\" report-value=\"true\"><span class=\"gfield_required gfield_required_asterisk\" report-value=\"true\">*<\/span><\/span><\/label><div class=\"ginput_container ginput_container_text\" report-value=\"true\"><input data-api=\"loanAmount\" data-name=\"loanAmount\" name=\"input_132\" id=\"input_55_132\" type=\"text\" value=\"\" class=\"large\" aria-required=\"true\" aria-invalid=\"false\" report-value=\"true\"><\/div>        <script report-value=\"true\">\n            (function($) {\n                $(document).ready(function(){\n                    $('.ef-loan-amount input').inputmask('numeric', {\"groupSeparator\":\",\",\"autoGroup\":true,\"allowMinus\":false,\"prefix\":\"$\",\"placeholder\":\"\",\"min\":0,\"max\":9999999,\"unmaskAsNumber\":true,\"rightAlign\":false,\"digits\":0});\n                });\n            })(jQuery);\n        <\/script><\/div><\/div>\n                    <\/div>\n                    <div class=\"gform-page-footer gform_page_footer top_label\">\n                         <input type=\"button\" id=\"gform_next_button_55_133\" class=\"gform_next_button gform-theme-button button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"next\" value=\"Continue\"> \n                    <\/div>\n                <\/div>\n                <div id=\"gform_page_55_2\" class=\"gform_page\" data-js=\"page-field-id-133\" style=\"display:none;\" data-number=\"2\" data-name=\"employmentStatus\">\n                    <div class=\"gform_page_fields\">\n                        <div id=\"gform_fields_55_2\" class=\"gform_fields top_label form_sublabel_below description_below validation_below\"><div id=\"field_55_134\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><h2>What's your employment status?<\/h2>\n <\/div><fieldset id=\"field_55_135\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"><legend class=\"gfield_label gform-field-label\">What's your employment status?*<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class=\"ginput_container ginput_container_radio\"><div class=\"gfield_radio\" id=\"input_55_135\">\n\t\t\t<div class=\"gchoice gchoice_55_135_0\">\n\t\t\t\t\t<input class=\"gfield-choice-input\" data-api=\"employmentStatus\" data-name=\"employmentStatus\" name=\"input_135\" type=\"radio\" value=\"employed\" id=\"choice_55_135_0\" onchange=\"gformToggleRadioOther( this )\">\n\t\t\t\t\t<label for=\"choice_55_135_0\" id=\"label_55_135_0\" class=\"gform-field-label gform-field-label--type-inline\">Employed<\/label>\n\t\t\t<\/div>\n\t\t\t<div class=\"gchoice gchoice_55_135_1\">\n\t\t\t\t\t<input class=\"gfield-choice-input\" data-api=\"employmentStatus\" data-name=\"employmentStatus\" name=\"input_135\" type=\"radio\" value=\"self_employed\" id=\"choice_55_135_1\" onchange=\"gformToggleRadioOther( this )\">\n\t\t\t\t\t<label for=\"choice_55_135_1\" id=\"label_55_135_1\" class=\"gform-field-label gform-field-label--type-inline\">Self Employed<\/label>\n\t\t\t<\/div>\n\t\t\t<div class=\"gchoice gchoice_55_135_2\">\n\t\t\t\t\t<input class=\"gfield-choice-input\" data-api=\"employmentStatus\" data-name=\"employmentStatus\" name=\"input_135\" type=\"radio\" value=\"not_employed\" id=\"choice_55_135_2\" onchange=\"gformToggleRadioOther( this )\">\n\t\t\t\t\t<label for=\"choice_55_135_2\" id=\"label_55_135_2\" class=\"gform-field-label gform-field-label--type-inline\">Not Employed<\/label>\n\t\t\t<\/div>\n\t\t\t<div class=\"gchoice gchoice_55_135_3\">\n\t\t\t\t\t<input class=\"gfield-choice-input\" data-api=\"employmentStatus\" data-name=\"employmentStatus\" name=\"input_135\" type=\"radio\" value=\"retired\" id=\"choice_55_135_3\" onchange=\"gformToggleRadioOther( this )\">\n\t\t\t\t\t<label for=\"choice_55_135_3\" id=\"label_55_135_3\" class=\"gform-field-label gform-field-label--type-inline\">Retired<\/label>\n\t\t\t<\/div>\n\t\t\t<div class=\"gchoice gchoice_55_135_4\">\n\t\t\t\t\t<input class=\"gfield-choice-input\" data-api=\"employmentStatus\" data-name=\"employmentStatus\" name=\"input_135\" type=\"radio\" value=\"military\" id=\"choice_55_135_4\" onchange=\"gformToggleRadioOther( this )\">\n\t\t\t\t\t<label for=\"choice_55_135_4\" id=\"label_55_135_4\" class=\"gform-field-label gform-field-label--type-inline\">Military<\/label>\n\t\t\t<\/div>\n\t\t\t<div class=\"gchoice gchoice_55_135_5\">\n\t\t\t\t\t<input class=\"gfield-choice-input\" data-api=\"employmentStatus\" data-name=\"employmentStatus\" name=\"input_135\" type=\"radio\" value=\"other\" id=\"choice_55_135_5\" onchange=\"gformToggleRadioOther( this )\">\n\t\t\t\t\t<label for=\"choice_55_135_5\" id=\"label_55_135_5\" class=\"gform-field-label gform-field-label--type-inline\">Other<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><\/div>\n                    <\/div>\n                    <div class=\"gform-page-footer gform_page_footer top_label\">\n                        <input type=\"button\" id=\"gform_previous_button_55_136\" class=\"gform_previous_button gform-theme-button gform-theme-button--secondary button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"previous\" value=\"Back\"> <input type=\"button\" id=\"gform_next_button_55_136\" class=\"gform_next_button gform-theme-button button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"next\" value=\"Continue\"> \n                    <\/div>\n                <\/div>\n                <div id=\"gform_page_55_3\" class=\"gform_page\" data-js=\"page-field-id-136\" style=\"display:none;\" data-number=\"3\" data-name=\"annualIncome\">\n                    <div class=\"gform_page_fields\">\n                        <div id=\"gform_fields_55_3\" class=\"gform_fields top_label form_sublabel_below description_below validation_below\"><div id=\"field_55_137\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><div class=\"modal-parent\"><h2>What is your annual income?<\/h2>\n <div class=\"modal-wrap\">\n<a class=\"modal-link\" data-type=\"button\" data-name=\"Info Icon\" data-parent=\"form\"><img decoding=\"async\" src=\"\/wp-content\/plugins\/jgw-even-financial\/img\/circle-info.png\"><\/a>\n<div class=\"disclosure-modal disclosure-modal-id\">\n<br>\n<div class=\"modal-content\">\n<div class=\"modal-body\">\n<span class=\"close-modal\">&times;<\/span>\n<p style=\"display: none\">&nbsp;<\/p>\n<p class=\"modal-text\">For the most accurate results, list your total available income including wages, retirement, investments, and rental properties. Alimony, child support or separate maintenance is optional and does not need to be included if you do not wish it to be considered as a basis for repaying the loan. Increase any non-taxable income or benefits by 25%.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div><div id=\"field_55_138\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full ef-annual-income ef-improved-annual-income overlap-label gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><label class=\"gfield_label gform-field-label\" for=\"input_55_138\" report-value=\"true\">Income<span class=\"gfield_required\" report-value=\"true\"><span class=\"gfield_required gfield_required_asterisk\" report-value=\"true\">*<\/span><\/span><\/label><div class=\"ginput_container ginput_container_text\" report-value=\"true\"><input data-api=\"annualIncome\" data-name=\"annualIncome\" name=\"input_138\" id=\"input_55_138\" type=\"text\" value=\"\" class=\"large\" aria-required=\"true\" aria-invalid=\"false\" report-value=\"true\"><\/div>\n    <div id=\"jgw-annual-income-error-message-container-55_138\" class=\"jgw-annual-income-error-message-container\" style=\"display: none;\" report-value=\"true\">\n      <div class=\"jgw-annual-income-error-icon\" report-value=\"true\"> <\/div>\n      <div class=\"jgw-annual-income-error-text\" report-value=\"true\">Please confirm that you have entered your <strong report-value=\"true\">annual income<\/strong> and not your monthly income.<\/div>\n    <\/div>      <script type=\"text\/javascript\" report-value=\"true\">\n        jQuery(document).ready(function($) {\n          var $annualIncomeField = $('#input_55_138');\n          var $errorMessageContainer = $('#jgw-annual-income-error-message-container-55_138');\n\n          function checkAnnualIncomeValue() {\n            var rawValue = $annualIncomeField.val();\n            var numericValue = rawValue.replace(\/[^\\d]\/g, ''); \/\/ Remove $ and commas\n            if (numericValue && (!\/^\\d+$\/.test(numericValue) || parseInt(numericValue, 10) < 12000)) {\n              $errorMessageContainer.css('display', 'flex');\n            } else {\n              $errorMessageContainer.css('display', 'none');\n            }\n          }\n\n          $annualIncomeField.on('change', checkAnnualIncomeValue);\n          $annualIncomeField.on('input', checkAnnualIncomeValue);\n\n          \/\/ Initial check on page load\n          checkAnnualIncomeValue();\n        });\n      <\/script>\n            <script report-value=\"true\">\n            (function($) {\n                $(document).ready(function(){\n                    $('.ef-annual-income input').inputmask('numeric', {\"groupSeparator\":\",\",\"autoGroup\":true,\"allowMinus\":false,\"prefix\":\"$\",\"placeholder\":\"\",\"min\":0,\"max\":9999999,\"unmaskAsNumber\":true,\"rightAlign\":false,\"digits\":0});\n                });\n            })(jQuery);\n        <\/script><\/div><\/div>\n                    <\/div>\n                    <div class=\"gform-page-footer gform_page_footer top_label\">\n                        <input type=\"button\" id=\"gform_previous_button_55_139\" class=\"gform_previous_button gform-theme-button gform-theme-button--secondary button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"previous\" value=\"Back\"> <input type=\"button\" id=\"gform_next_button_55_139\" class=\"gform_next_button gform-theme-button button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"next\" value=\"Continue\"> \n                    <\/div>\n                <\/div>\n                <div id=\"gform_page_55_4\" class=\"gform_page\" data-js=\"page-field-id-139\" style=\"display:none;\" data-number=\"4\" data-name=\"homeStatus\">\n                    <div class=\"gform_page_fields\">\n                        <div id=\"gform_fields_55_4\" class=\"gform_fields top_label form_sublabel_below description_below validation_below\"><div id=\"field_55_140\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><h2>Do you rent or own your home?<\/h2>\n <\/div><fieldset id=\"field_55_141\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"><legend class=\"gfield_label gform-field-label\">Do you rent or own your home?*<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class=\"ginput_container ginput_container_radio\"><div class=\"gfield_radio\" id=\"input_55_141\">\n\t\t\t<div class=\"gchoice gchoice_55_141_0\">\n\t\t\t\t\t<input class=\"gfield-choice-input\" data-api=\"propertyStatus\" data-name=\"propertyStatus\" name=\"input_141\" type=\"radio\" value=\"rent\" id=\"choice_55_141_0\" onchange=\"gformToggleRadioOther( this )\">\n\t\t\t\t\t<label for=\"choice_55_141_0\" id=\"label_55_141_0\" class=\"gform-field-label gform-field-label--type-inline\">Rent<\/label>\n\t\t\t<\/div>\n\t\t\t<div class=\"gchoice gchoice_55_141_1\">\n\t\t\t\t\t<input class=\"gfield-choice-input\" data-api=\"propertyStatus\" data-name=\"propertyStatus\" name=\"input_141\" type=\"radio\" value=\"own_with_mortgage\" id=\"choice_55_141_1\" onchange=\"gformToggleRadioOther( this )\">\n\t\t\t\t\t<label for=\"choice_55_141_1\" id=\"label_55_141_1\" class=\"gform-field-label gform-field-label--type-inline\">Own with Mortgage<\/label>\n\t\t\t<\/div>\n\t\t\t<div class=\"gchoice gchoice_55_141_2\">\n\t\t\t\t\t<input class=\"gfield-choice-input\" data-api=\"propertyStatus\" data-name=\"propertyStatus\" name=\"input_141\" type=\"radio\" value=\"own_outright\" id=\"choice_55_141_2\" onchange=\"gformToggleRadioOther( this )\">\n\t\t\t\t\t<label for=\"choice_55_141_2\" id=\"label_55_141_2\" class=\"gform-field-label gform-field-label--type-inline\">Own<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><\/div>\n                    <\/div>\n                    <div class=\"gform-page-footer gform_page_footer top_label\">\n                        <input type=\"button\" id=\"gform_previous_button_55_142\" class=\"gform_previous_button gform-theme-button gform-theme-button--secondary button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"previous\" value=\"Back\"> <input type=\"button\" id=\"gform_next_button_55_142\" class=\"gform_next_button gform-theme-button button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"next\" value=\"Continue\"> \n                    <\/div>\n                <\/div>\n                <div id=\"gform_page_55_5\" class=\"gform_page\" data-js=\"page-field-id-142\" style=\"display:none;\" data-number=\"5\" data-name=\"name\">\n                    <div class=\"gform_page_fields\">\n                        <div id=\"gform_fields_55_5\" class=\"gform_fields top_label form_sublabel_below description_below validation_below\"><div id=\"field_55_143\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><h2>What is your name?<\/h2>\n <\/div><div id=\"field_55_144\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full first-name-validation overlap-label gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><label class=\"gfield_label gform-field-label\" for=\"input_55_144\">First Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class=\"ginput_container ginput_container_text\"><input data-api=\"first_name\" data-name=\"first_name\" name=\"input_144\" id=\"input_55_144\" type=\"text\" value=\"\" class=\"large\" maxlength=\"30\" aria-required=\"true\" aria-invalid=\"false\"><\/div><\/div><div id=\"field_55_145\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full last-name-validation overlap-label gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><label class=\"gfield_label gform-field-label\" for=\"input_55_145\">Last Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class=\"ginput_container ginput_container_text\"><input data-api=\"last_name\" data-name=\"last_name\" name=\"input_145\" id=\"input_55_145\" type=\"text\" value=\"\" class=\"large\" maxlength=\"30\" aria-required=\"true\" aria-invalid=\"false\"><\/div><\/div><\/div>\n                    <\/div>\n                    <div class=\"gform-page-footer gform_page_footer top_label\">\n                        <input type=\"button\" id=\"gform_previous_button_55_146\" class=\"gform_previous_button gform-theme-button gform-theme-button--secondary button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"previous\" value=\"Back\"> <input type=\"button\" id=\"gform_next_button_55_146\" class=\"gform_next_button gform-theme-button button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"next\" value=\"Continue\"> \n                    <\/div>\n                <\/div>\n                <div id=\"gform_page_55_6\" class=\"gform_page\" data-js=\"page-field-id-146\" style=\"display:none;\" data-number=\"6\" data-name=\"emailAddress\">\n                    <div class=\"gform_page_fields\">\n                        <div id=\"gform_fields_55_6\" class=\"gform_fields top_label form_sublabel_below description_below validation_below\"><div id=\"field_55_147\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><h2>What is your email address?<\/h2>\n <\/div><div id=\"field_55_148\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full overlap-label gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><label class=\"gfield_label gform-field-label\" for=\"input_55_148\">Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class=\"ginput_container ginput_container_email\">\n                            <input data-api=\"email_address\" data-name=\"email_address\" name=\"input_148\" id=\"input_55_148\" type=\"email\" value=\"\" class=\"large\" aria-required=\"true\" aria-invalid=\"false\">\n                        <\/div><\/div><\/div>\n                    <\/div>\n                    <div class=\"gform-page-footer gform_page_footer top_label\">\n                        <input type=\"button\" id=\"gform_previous_button_55_149\" class=\"gform_previous_button gform-theme-button gform-theme-button--secondary button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"previous\" value=\"Back\"> <input type=\"button\" id=\"gform_next_button_55_149\" class=\"gform_next_button gform-theme-button button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"next\" value=\"Continue\"> \n                    <\/div>\n                <\/div>\n                <div id=\"gform_page_55_7\" class=\"gform_page\" data-js=\"page-field-id-149\" style=\"display:none;\" data-number=\"7\" data-name=\"phoneNumber\">\n                    <div class=\"gform_page_fields\">\n                        <div id=\"gform_fields_55_7\" class=\"gform_fields top_label form_sublabel_below description_below validation_below\"><div id=\"field_55_150\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><div class=\"modal-parent\"><h2>What is your phone number?<\/h2>\n <div class=\"modal-wrap\">\n<a class=\"modal-link\" data-type=\"button\" data-name=\"Info Icon\" data-parent=\"form\"><img decoding=\"async\" src=\"\/wp-content\/plugins\/jgw-even-financial\/img\/circle-info.png\"><\/a>\n<div class=\"disclosure-modal disclosure-modal-id\">\n<br>\n<div class=\"modal-content\">\n<div class=\"modal-body\">\n<span class=\"close-modal\">&times;<\/span>\n<p style=\"display: none\">&nbsp;<\/p>\n<p class=\"modal-text\">We ask this so that we, our partners and their affiliated companies can contact you about the products and services you inquired about, even if your telephone number is listed on any Do-Not-Call list. Contact may be made through automatic dialing systems, artificial or pre-recorded voice messaging, or text message.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div><div id=\"field_55_151\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-full ef-phone-validation overlap-label gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><label class=\"gfield_label gform-field-label\" for=\"input_55_151\">Phone Number<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class=\"ginput_container ginput_container_phone\"><input inputmode=\"numeric\" data-api=\"phone_number\" data-name=\"phone_number\" name=\"input_151\" id=\"input_55_151\" type=\"tel\" value=\"\" class=\"large\" aria-required=\"true\" aria-invalid=\"false\"><\/div>        <script>\n            (function($) {\n                $(document).ready(function(){\n                    $('.phone-validation input').inputmask('(999) 999-9999');\n                });\n            })(jQuery);\n        <\/script>        <script>\n            (function($) {\n                $(document).ready(function(){\n                    $('.ef-phone-validation input').inputmask('(999) 999-9999');\n                });\n            })(jQuery);\n        <\/script><\/div><\/div>\n                    <\/div>\n                    <div class=\"gform-page-footer gform_page_footer top_label\">\n                        <input type=\"button\" id=\"gform_previous_button_55_152\" class=\"gform_previous_button gform-theme-button gform-theme-button--secondary button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"previous\" value=\"Back\"> <input type=\"button\" id=\"gform_next_button_55_152\" class=\"gform_next_button gform-theme-button button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"next\" value=\"Continue\"> \n                    <\/div>\n                <\/div>\n                <div id=\"gform_page_55_8\" class=\"gform_page\" data-js=\"page-field-id-152\" style=\"display:none;\" data-number=\"8\" data-name=\"address\">\n                    <div class=\"gform_page_fields\">\n                        <div id=\"gform_fields_55_8\" class=\"gform_fields top_label form_sublabel_below description_below validation_below\"><div id=\"field_55_153\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><h2>What is your address?<\/h2>\n\n <\/div><div id=\"field_55_154\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full address-validation overlap-label gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><label class=\"gfield_label gform-field-label\" for=\"input_55_154\">Street Address<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class=\"ginput_container ginput_container_text\"><input data-api=\"address1\" data-name=\"address1\" name=\"input_154\" id=\"input_55_154\" type=\"text\" value=\"\" class=\"large\" aria-required=\"true\" aria-invalid=\"false\"><\/div><\/div><div id=\"field_55_155\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full address-validation overlap-label field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><label class=\"gfield_label gform-field-label\" for=\"input_55_155\">Address line 2<\/label><div class=\"ginput_container ginput_container_text\"><input data-api=\"address2\" data-name=\"address2\" name=\"input_155\" id=\"input_55_155\" type=\"text\" value=\"\" class=\"large\" aria-invalid=\"false\"><\/div><\/div><div id=\"field_55_156\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full city-validation overlap-label gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><label class=\"gfield_label gform-field-label\" for=\"input_55_156\">City<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class=\"ginput_container ginput_container_text\"><input data-api=\"city\" data-name=\"city\" name=\"input_156\" id=\"input_55_156\" type=\"text\" value=\"\" class=\"large\" aria-required=\"true\" aria-invalid=\"false\"><\/div><\/div><div id=\"field_55_157\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half adr-state overlap-label gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><label class=\"gfield_label gform-field-label\" for=\"input_55_157\">State<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><select data-api=\"state\" data-name=\"state\" name=\"input_157\" id=\"input_55_157\" class=\"medium gfield_select\" aria-describedby=\"gfield_description_55_157\" required><option value=\"\">Select State<\/option><option value=\"AL\">Alabama<\/option><option value=\"AK\">Alaska<\/option><option value=\"AZ\">Arizona<\/option><option value=\"AR\">Arkansas<\/option><option value=\"CA\">California<\/option><option value=\"CO\">Colorado<\/option><option value=\"CT\">Connecticut<\/option><option value=\"DC\">District of Columbia<\/option><option value=\"DE\">Delaware<\/option><option value=\"FL\">Florida<\/option><option value=\"GA\">Georgia<\/option><option value=\"HI\">Hawaii<\/option><option value=\"ID\">Idaho<\/option><option value=\"IL\">Illinois<\/option><option value=\"IN\">Indiana<\/option><option value=\"IA\">Iowa<\/option><option value=\"KS\">Kansas<\/option><option value=\"KY\">Kentucky<\/option><option value=\"LA\">Louisiana<\/option><option value=\"ME\">Maine<\/option><option value=\"MD\">Maryland<\/option><option value=\"MA\">Massachusetts<\/option><option value=\"MI\">Michigan<\/option><option value=\"MN\">Minnesota<\/option><option value=\"MS\">Mississippi<\/option><option value=\"MO\">Missouri<\/option><option value=\"MT\">Montana<\/option><option value=\"NE\">Nebraska<\/option><option value=\"NV\">Nevada<\/option><option value=\"NH\">New Hampshire<\/option><option value=\"NJ\">New Jersey<\/option><option value=\"NM\">New Mexico<\/option><option value=\"NY\">New York<\/option><option value=\"NC\">North Carolina<\/option><option value=\"ND\">North Dakota<\/option><option value=\"OH\">Ohio<\/option><option value=\"OK\">Oklahoma<\/option><option value=\"OR\">Oregon<\/option><option value=\"PA\">Pennsylvania<\/option><option value=\"PR\">Puerto Rico<\/option><option value=\"RI\">Rhode Island<\/option><option value=\"SC\">South Carolina<\/option><option value=\"SD\">South Dakota<\/option><option value=\"TN\">Tennessee<\/option><option value=\"TX\">Texas<\/option><option value=\"UT\">Utah<\/option><option value=\"VT\">Vermont<\/option><option value=\"VA\">Virginia<\/option><option value=\"WA\">Washington<\/option><option value=\"WV\">West Virginia<\/option><option value=\"WI\">Wisconsin<\/option><option value=\"WY\">Wyoming<\/option><\/select><script type=\"text\/javascript\">\n    document.getElementById(\"input_55_157\").addEventListener(\"change\", function() {\n        \/\/ Set the cookie to expire in 1 hour (3600000 milliseconds)\n        let expiryDate = new Date();\n        expiryDate.setTime(expiryDate.getTime() - (1000 * 60 * 60)); \/\/ Subtracts 1 hour from current time\n        document.cookie = \"dr_zip_api_response=; expires=\" + expiryDate.toUTCString() + \"; path=\/;\";\n    });\n<\/script><\/div><div id=\"field_55_158\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half ef-zipcode-validation overlap-label gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><label class=\"gfield_label gform-field-label\" for=\"input_55_158\">Zip Code<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class=\"ginput_container ginput_container_text\"><input inputmode=\"numeric\" data-api=\"zip\" data-name=\"zip\" name=\"input_158\" id=\"input_55_158\" type=\"text\" value=\"\" class=\"large\" aria-required=\"true\" aria-invalid=\"false\"><\/div>        <script>\n            (function($) {\n                $(document).ready(function(){\n                    $('.zipcode-validation input').inputmask('99999');\n                });\n            })(jQuery);\n        <\/script>        <script>\n            (function($) {\n                $(document).ready(function(){\n                    $('.ef-zipcode-validation input').inputmask('99999');\n                });\n            })(jQuery);\n        <\/script><\/div><\/div>\n                    <\/div>\n                    <div class=\"gform-page-footer gform_page_footer top_label\">\n                        <input type=\"button\" id=\"gform_previous_button_55_159\" class=\"gform_previous_button gform-theme-button gform-theme-button--secondary button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"previous\" value=\"Back\"> <input type=\"button\" id=\"gform_next_button_55_159\" class=\"gform_next_button gform-theme-button button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"next\" value=\"Continue\"> \n                    <\/div>\n                <\/div>\n                <div id=\"gform_page_55_9\" class=\"gform_page\" data-js=\"page-field-id-159\" style=\"display:none;\" data-event=\"submit\" data-number=\"9\" data-name=\"birthdate\">\n                    <div class=\"gform_page_fields\">\n                        <div id=\"gform_fields_55_9\" class=\"gform_fields top_label form_sublabel_below description_below validation_below\"><div id=\"field_55_160\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><h2>What's your date of birth?<\/h2>\n  \t<\/div><div id=\"field_55_161\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full ef-dob-validation overlap-label gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><label class=\"gfield_label gform-field-label\" for=\"input_55_161\">Date of Birth<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class=\"ginput_container ginput_container_text\"><input inputmode=\"numeric\" data-api=\"dateOfBirth\" data-name=\"dateOfBirth\" name=\"input_161\" id=\"input_55_161\" type=\"text\" value=\"\" class=\"large\" aria-required=\"true\" aria-invalid=\"false\"><\/div>        <script>\n            (function($) {\n                $(document).ready(function(){\n                    $('.ef-dob-validation input').inputmask('99\/99\/9999');\n                });\n            })(jQuery);\n        <\/script><\/div><div id=\"field_55_162\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><div class=\"ginput_container ginput_container_text\"><input data-api=\"dr_response\" data-name=\"dr_response\" name=\"input_162\" id=\"input_55_162\" type=\"hidden\" class=\"gform_hidden\" aria-invalid=\"false\" value=\"\"><\/div><\/div><div id=\"field_55_163\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><?xml encoding=\"UTF-8\"><div data-elementor-type=\"page\" data-elementor-id=\"43132\" class=\"elementor elementor-43132\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7208736 e-flex e-con-boxed e-con e-parent\" data-id=\"7208736\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39fff94 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"39fff94\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ag-consent-container\">\n<p class=\"consent-language\">\n  I provide my express written consent to receive calls and text messages at the number entered or listed above, including for marketing purposes, from The J.G. Wentworth Company, together with its subsidiaries and affiliates (collectively, \"JGW\"), its <a href=\"https:\/\/www.jgwentworth.com\/marketplace-partners\" target=\"_blank\">Marketplace Partners<\/a>, its <a href=\"https:\/\/engine.tech\/resources\/legal#providers\" target=\"_blank\" rel=\"noopener noreferrer\">Network Partners<\/a>, and any party calling or texting on behalf of JGW or its Marketplace Partners or its Network Partners. Such calls and texts may be made using automated means, including autodialers, selection systems, robocalls, and prerecorded or AI-generated voice, even if my number is listed on any company-specific, state, or federal Do-Not-Call list. Consent is not required as a condition of any purchase or service. Message and data rates may apply. Messaging frequency varies. Text \"STOP\" to cancel. I further consent to initial contact outside of permissible state and federal call times if made within approximately one hour of submission.\n<\/p>\n\n\n<p class=\"consent-language\">\n  I consent and agree to JG Wentworth's <a href=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2025\/11\/JGW-E-Sign-Consent.pdf\" target=\"_blank\">E-sign Consent<\/a>, <a href=\"https:\/\/www.jgwentworth.com\/jg-wentworth-company-r-consumer-privacy-notice\" target=\"_blank\">Privacy Policy<\/a> and <a href=\"https:\/\/www.jgwentworth.com\/terms-use\" target=\"_blank\">Terms of Use<\/a>. I further consent to Network Partner, ML Enterprise Inc. (Engine), <a href=\"https:\/\/www.engine.tech\/resources\/legal#consent\" target=\"_blank\" rel=\"noopener noreferrer\">E-Consent<\/a>, <a href=\"https:\/\/www.engine.tech\/resources\/legal#terms\" target=\"_blank\" rel=\"noopener noreferrer\">Terms of Service<\/a>, <a href=\"https:\/\/www.engine.tech\/resources\/legal#privacy\" target=\"_blank\" rel=\"noopener noreferrer\">Privacy Policy<\/a>, and <a href=\"https:\/\/www.engine.tech\/resources\/legal#glba\" target=\"_blank\" rel=\"noopener noreferrer\">Financial Privacy Notice<\/a>. For details on how to opt out, which you may do at any time, please see JGW's <a href=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2025\/11\/JGW-Revocation-of-Consent.pdf\" target=\"_blank\">Revocation of Consent Instructions<\/a>.\n<\/p>\n\n\n<p class=\"consent-language\">\n  I authorize JGW, Engine, and JGW's <a href=\"https:\/\/www.jgwentworth.com\/marketplace-partners\" target=\"_blank\">Marketplace Partners<\/a> with whom I am matched, to obtain and use consumer credit reports and other information from consumer reporting agencies for the purpose of evaluating my application, verifying information, providing me with personalized offers for financial products and services, and conducting ongoing account review, servicing, or collection activities as permitted under the Fair Credit Reporting Act (\"FCRA\"). I further consent to Engine's <a href=\"https:\/\/www.engine.tech\/resources\/legal#credit\" target=\"_blank\" rel=\"noopener noreferrer\">Credit Authorization<\/a>. I further consent to Engine obtaining consumer report information about me from consumer reporting agencies periodically in the future for the purpose of providing me, from time to time, with personalized offers for financial products and services. To opt out of Engine obtaining your consumer report information in the future, complete and submit the form available <a href=\"https:\/\/www.moneylion.com\/periodic-consumer-report-access\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>.\n<\/p>\n\n\n<p class=\"consent-language\">\n  I direct JGW and Engine to share my information with its subsidiaries, affiliates, and with <a href=\"https:\/\/www.jgwentworth.com\/marketplace-partners\" target=\"_blank\">Marketplace Partners<\/a> and <a href=\"https:\/\/engine.tech\/resources\/legal#providers\" target=\"_blank\" rel=\"noopener noreferrer\">Network Partners<\/a> as necessary to process my application, evaluate credit options, provide related services, or to provide me with personalized offers. I acknowledge that this authorization shall remain in effect until I revoke it in writing.\n<\/p>\n<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n<\/div><\/div>\n                    <\/div>\n                    <div class=\"gform-page-footer gform_page_footer top_label\">\n                        <input type=\"button\" id=\"gform_previous_button_55_164\" class=\"gform_previous_button gform-theme-button gform-theme-button--secondary button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"previous\" value=\"Back\"> <input type=\"button\" id=\"gform_next_button_55_164\" class=\"gform_next_button gform-theme-button button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"next\" value=\"Submit\"> \n                    <\/div>\n                <\/div>\n                <div id=\"gform_page_55_10\" class=\"gform_page\" data-js=\"page-field-id-164\" style=\"display:none;\" data-number=\"10\" data-name=\"socialSecurityNumber\">\n                    <div class=\"gform_page_fields\">\n                        <div id=\"gform_fields_55_10\" class=\"gform_fields top_label form_sublabel_below description_below validation_below\"><div id=\"field_55_165\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><h2>Almost there!<\/h2>\n<p style=\"color: #787878; font-size: 16px; font-family: 'Poppins', sans-serif; font-weight: 400; line-height: 24px; word-wrap: break-word; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); text-align:center;\">We need your social security number to validate your information.<\/p><\/div><div id=\"field_55_166\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full ef-ssn-validation overlap-label gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><label class=\"gfield_label gform-field-label\" for=\"input_55_166\">Social Security Number<span class=\"gfield_required gf-ssn-no-mask\"><span class=\"gfield_required gfield_required_asterisk gf-ssn-no-mask\">*<\/span><\/span><\/label><div class=\"ginput_container ginput_container_text\"><input inputmode=\"numeric\" autocomplete=\"off\" autocorrect=\"off\" spellcheck=\"false\" data-ssn-field=\"true\" data-mask=\"false\" data-api=\"ssn\" data-name=\"ssn\" name=\"input_166\" id=\"input_55_166\" type=\"text\" value=\"\" class=\"large\" placeholder=\"___-__-____\" aria-required=\"true\" aria-invalid=\"false\"><\/div><\/div><div id=\"field_55_167\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><div class=\"ginput_container ginput_container_text\"><input data-api=\"educationLevel\" data-name=\"educationLevel\" name=\"input_167\" id=\"input_55_167\" type=\"hidden\" class=\"gform_hidden\" aria-invalid=\"false\" value=\"bachelors\"><\/div><\/div><div id=\"field_55_168\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><div class=\"ginput_container ginput_container_text\"><input data-api=\"employmentPayFrequency\" data-name=\"employmentPayFrequency\" name=\"input_168\" id=\"input_55_168\" type=\"hidden\" class=\"gform_hidden\" aria-invalid=\"false\" value=\"biweekly\"><\/div><\/div><div id=\"field_55_169\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><div class=\"ginput_container ginput_container_text\"><input data-api=\"purpose\" data-name=\"purpose\" name=\"input_169\" id=\"input_55_169\" type=\"hidden\" class=\"gform_hidden\" aria-invalid=\"false\" value=\"debt_consolidation\"><\/div><\/div><div id=\"field_55_170\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"><div class=\"ginput_container ginput_container_text\"><input data-api=\"jgw_product\" data-name=\"jgw_product\" name=\"input_170\" id=\"input_55_170\" type=\"hidden\" class=\"gform_hidden\" aria-invalid=\"false\" value=\"DS\"><\/div><\/div><\/div><\/div>\n        <div class=\"gform-page-footer gform_page_footer top_label\"><input type=\"submit\" id=\"gform_previous_button_55\" class=\"gform_previous_button gform-theme-button gform-theme-button--secondary button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"previous\" value=\"Back\"> <input type=\"submit\" id=\"gform_submit_button_55\" class=\"gform_button button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"submit\" value=\"See Results\"> <input type=\"hidden\" name=\"gform_ajax\" value=\"form_id=55&amp;title=&amp;description=1&amp;tabindex=0&amp;theme=orbital&amp;hash=f43d060389e58cf019d5ba5e8913d682\">\n            <input type=\"hidden\" class=\"gform_hidden\" name=\"gform_submission_method\" data-js=\"gform_submission_method_55\" value=\"iframe\">\n            <input type=\"hidden\" class=\"gform_hidden\" name=\"gform_theme\" data-js=\"gform_theme_55\" id=\"gform_theme_55\" value=\"orbital\">\n            <input type=\"hidden\" class=\"gform_hidden\" name=\"gform_style_settings\" data-js=\"gform_style_settings_55\" id=\"gform_style_settings_55\" value=\"\">\n            <input type=\"hidden\" class=\"gform_hidden\" name=\"is_submit_55\" value=\"1\">\n            <input type=\"hidden\" class=\"gform_hidden\" name=\"gform_submit\" value=\"55\">\n            \n            <input type=\"hidden\" class=\"gform_hidden\" name=\"gform_unique_id\" value=\"\">\n            <input type=\"hidden\" class=\"gform_hidden\" name=\"state_55\" value=\"WyJ7XCIxMzVcIjpbXCIyY2FkMmNiZjgzYWIwZGVhOWU0MTVkNDk1OGRlYTQ0NFwiLFwiZDVhOTY1NzcyMjg1ZjcxMjNlNzlmMGNjNjJhYzE2NGVcIixcImNiOWVmZTBhMmQyZGY0MzBjZDU1MGViY2U0OWE1ZmQ0XCIsXCI2ZTNlOWZmYmQ1ZGEyOTA2Njc3YmE0ZjVmZjM5MTMxMVwiLFwiYjdkZTkwNjBiZTE2NWEzMDczMGYzNDc0ZDkyNGExYWJcIixcIjFjZjc2ZjgxYThhNzY0NzdiOGJiNDE0OTJkNjJlMWY4XCJdLFwiMTQxXCI6W1wiYTRhM2E3MzlhY2QzOTAzZWUyYmVhM2U4YTFlNDg4NjZcIixcIjI5NTA0OTE4YjhlZjhmYmVlMmYxZjNkNzgwNzg1MTBkXCIsXCJlNjg5M2I0NWZkODAzOGI4OWZmMDhjZDE0MGQ3ZTRiM1wiXX0iLCJjZDhkYjczZTEzZTJjZjFjZDcyYjRhNjkyNWNhZGQyYyJd\">\n            <input type=\"hidden\" autocomplete=\"off\" class=\"gform_hidden\" name=\"gform_target_page_number_55\" id=\"gform_target_page_number_55\" value=\"2\">\n            <input type=\"hidden\" autocomplete=\"off\" class=\"gform_hidden\" name=\"gform_source_page_number_55\" id=\"gform_source_page_number_55\" value=\"1\">\n            <input type=\"hidden\" name=\"gform_field_values\" value=\"\">\n            \n        <\/div>\n             <\/div><\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style=\"display:none;width:0px;height:0px;\" src=\"about:blank\" name=\"gform_ajax_frame_55\" id=\"gform_ajax_frame_55\" title=\"This iframe contains the logic required to handle Ajax powered Gravity Forms.\"><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 55, 'https:\/\/www.jgwentworth.com\/wp-content\/themes\/hello-elementor-child\/img\/spinner.svg', true );jQuery('#gform_ajax_frame_55').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = jQuery(this).contents().find('body').hasClass('GF_AJAX_POSTBACK');if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_55');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_55').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_55').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_55').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_55').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_55').val();gformInitSpinner( 55, 'https:\/\/www.jgwentworth.com\/wp-content\/themes\/hello-elementor-child\/img\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [55, current_page]);window['gf_submitting_55'] = 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_55').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [55]);window['gf_submitting_55'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_55').text());}else{jQuery('#gform_55').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"55\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_55\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_55\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_55\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 55, 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();        }    } );} );\n<\/script>\n\t\t\t<\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0748948 e-con-full e-flex e-con e-child\" data-id=\"0748948\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-6387cd0 elementor-widget elementor-widget-image\" data-id=\"6387cd0\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"768\" height=\"683\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2025\/04\/man-redshirt-768x683.png\" class=\"attachment-medium_large size-medium_large wp-image-35188\" alt=\"\" srcset=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2025\/04\/man-redshirt-768x683.png 768w, https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2025\/04\/man-redshirt-300x267.png 300w, https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2025\/04\/man-redshirt.png 810w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9999538 e-con-full e-flex e-con e-child\" data-id=\"9999538\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-a39154d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"a39154d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Jeff saved <span>43% on his debt<\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f00e6bb e-con-full e-flex e-con e-child\" data-id=\"f00e6bb\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-8f81ad7 e-con-full e-flex e-con e-child\" data-id=\"8f81ad7\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4205c1 elementor-widget elementor-widget-image\" data-id=\"b4205c1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"26\" height=\"28\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2025\/04\/Frame-427320500-180141990.svg\" class=\"attachment-thumbnail size-thumbnail wp-image-35092\" alt=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f4ed3e9 e-con-full e-flex e-con e-child\" data-id=\"f4ed3e9\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-6513864 elementor-widget elementor-widget-heading\" data-id=\"6513864\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">$30,607<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14b91d4 elementor-widget elementor-widget-heading\" data-id=\"14b91d4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Total Debt<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fa04b0 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2fa04b0\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1eeb0ff e-con-full e-flex e-con e-child\" data-id=\"1eeb0ff\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c951ee elementor-widget elementor-widget-image\" data-id=\"3c951ee\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"24\" height=\"25\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2025\/04\/Frame-427320429-180142001.svg\" class=\"attachment-thumbnail size-thumbnail wp-image-35093\" alt=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cb4f3f9 e-con-full e-flex e-con e-child\" data-id=\"cb4f3f9\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ca22d1 elementor-widget elementor-widget-heading\" data-id=\"1ca22d1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">$365<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15808e8 elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"15808e8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Mo. Payment<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f4d3f01 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget elementor-widget-heading\" data-id=\"f4d3f01\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Monthly Payment<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-564789e elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"564789e\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3b07e79 e-con-full e-flex e-con e-child\" data-id=\"3b07e79\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-17a46f5 elementor-widget elementor-widget-image\" data-id=\"17a46f5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"24\" height=\"25\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2025\/04\/Frame-180142010.svg\" class=\"attachment-thumbnail size-thumbnail wp-image-35094\" alt=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2747d78 e-con-full e-flex e-con e-child\" data-id=\"2747d78\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-2413fdf elementor-widget elementor-widget-heading\" data-id=\"2413fdf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">48 months<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa44692 elementor-widget elementor-widget-heading\" data-id=\"aa44692\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Program Length<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0aedb4b elementor-widget elementor-widget-html\" data-id=\"0aedb4b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span style=\"font-size: 16px; font-weight: 600\">How much could <span class=\"green-highlight\">you<\/span> save?\n<span class=\"jgw-tooltip-container\">\n  <span class=\"jgw-tooltip-icon\" tabindex=\"0\" aria-label=\"More info\">\n    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n      <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n      <path d=\"M9 9a3 3 0 0 1 6 0c0 2-3 2-3 4\"><\/path>\n      <line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"17\"><\/line>\n    <\/svg>\n  <\/span>\n  <span class=\"jgw-tooltip-text\">Not an actual customer. Example for illustrative purposes and does not take into account our program fee.<\/span>\n<\/span><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7572c641 e-con-full e-flex e-con e-parent\" data-id=\"7572c641\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-d635d74 elementor-widget elementor-widget-template\" data-id=\"d635d74\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t<?xml encoding=\"UTF-8\"><div data-elementor-type=\"page\" data-elementor-id=\"634\" class=\"elementor elementor-634\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63456017 e-con-full e-flex e-con e-parent\" data-id=\"63456017\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-df40044 e-con-full e-con-jgw-boxed e-flex e-con e-child\" data-id=\"df40044\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72d2a9c6 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"72d2a9c6\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"trustpilot-widget\" data-locale=\"en-US\" data-template-id=\"53aa8912dec7e10d38f59f36\" data-businessunit-id=\"546ba38300006400057b9ecd\" data-style-height=\"140px\" data-style-width=\"100%\" data-theme=\"light\" data-stars=\"5\" data-review-languages=\"en\">\n  <a href=\"https:\/\/www.trustpilot.com\/review\/jgwentworth.com\" target=\"_blank\" rel=\"noopener noreferrer\">Trustpilot Placeholder, loading...<\/a>\n<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7a194e6 e-flex e-con-boxed e-con e-parent\" data-id=\"7a194e6\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5525845 e-con-full e-con-jgw-boxed e-flex e-con e-child\" data-id=\"5525845\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-49371fb e-con-full e-flex e-con e-child\" data-id=\"49371fb\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67da18a elementor-widget elementor-widget-text-editor\" data-id=\"67da18a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>How it works<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-89d709a elementor-widget elementor-widget-video\" data-id=\"89d709a\" data-element_type=\"widget\" data-settings='{\"video_type\":\"vimeo\"}' data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<iframe class=\"elementor-video-iframe\" allowfullscreen allow=\"clipboard-write\" title=\"vimeo Video Player\" src=\"https:\/\/player.vimeo.com\/video\/656622216?color&amp;autopause=0&amp;loop=0&amp;muted=0&amp;title=1&amp;portrait=1&amp;byline=1#t=\"><\/iframe>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e04bf19 elementor-align-center elementor-mobile-align-center .button-mob-full-width elementor-widget-mobile__width-inherit elementor-hidden-mobile elementor-hidden-mobile_extra elementor-widget elementor-widget-button\" data-id=\"e04bf19\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\" data-name=\"Get Started\" data-parent=\"Top CTA\" data-type=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Get Started<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e174c0 elementor-align-center elementor-mobile-align-center .button-mob-full-width elementor-widget-mobile__width-inherit elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-widescreen elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget elementor-widget-button\" data-id=\"6e174c0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:8556889669\" data-name=\"Call Now\" data-parent=\"Top CTA\" data-type=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Call Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f8a8d4f e-con-full e-flex e-con e-child\" data-id=\"f8a8d4f\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-bc4ee74 e-con-full e-flex e-con e-child\" data-id=\"bc4ee74\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8c4a079 e-con-full e-flex e-con e-child\" data-id=\"8c4a079\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-17d65e4 timeline-text elementor-widget elementor-widget-text-editor\" data-id=\"17d65e4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: left;\">1<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b3e9aa5 e-con-full timeline-desc-box e-flex e-con e-child\" data-id=\"b3e9aa5\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e27bc08 custom-box timeline-text elementor-widget elementor-widget-text-editor\" data-id=\"e27bc08\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: left;\">One Monthly Payment<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-86bd29a e-con-full e-flex e-con e-child\" data-id=\"86bd29a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-dd03eb7 e-con-full e-flex e-con e-child\" data-id=\"dd03eb7\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-020344b timeline-text elementor-widget elementor-widget-text-editor\" data-id=\"020344b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: left;\">2<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c84634 e-con-full timeline-desc-box e-flex e-con e-child\" data-id=\"7c84634\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45b3b67 custom-box timeline-text elementor-widget elementor-widget-text-editor\" data-id=\"45b3b67\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: left;\">Personalized Debt Plans<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-12775c5 e-con-full e-flex e-con e-child\" data-id=\"12775c5\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2ae1a0f e-con-full e-flex e-con e-child\" data-id=\"2ae1a0f\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-89561b6 timeline-text elementor-widget elementor-widget-text-editor\" data-id=\"89561b6\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: left;\">3<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2e1ebe6 e-con-full e-flex e-con e-child\" data-id=\"2e1ebe6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cfa963d custom-box timeline-text elementor-widget elementor-widget-text-editor\" data-id=\"cfa963d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div style=\"display: flex; align-items: center; gap: 0.5em;\">\n<p style=\"text-align: left;\"><span class=\"ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak\" dir=\"ltr\">43% Savings on Average<\/span><\/p>\n<span style=\"margin-bottom: 4px;\">\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"37656\" class=\"elementor elementor-37656\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-228a44e e-flex e-con-boxed e-con e-parent\" data-id=\"228a44e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c68b837 elementor-widget__width-auto elementor-widget elementor-widget-html\" data-id=\"c68b837\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"modal-wrap\" style=\"display: inline-block; vertical-align: middle;\">\n    <svg class=\"dr-savings-modal-link-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"currentColor\" style=\"vertical-align: middle; cursor: pointer;\" role=\"button\" tabindex=\"0\" aria-label=\"Open more information modal\">\n        <path d=\"M8 2.3125C9.50842 2.3125 10.9551 2.91172 12.0217 3.97833C13.0883 5.04494 13.6875 6.49158 13.6875 8C13.6875 9.50842 13.0883 10.9551 12.0217 12.0217C10.9551 13.0883 9.50842 13.6875 8 13.6875C6.49158 13.6875 5.04494 13.0883 3.97833 12.0217C2.91172 10.9551 2.3125 9.50842 2.3125 8C2.3125 6.49158 2.91172 5.04494 3.97833 3.97833C5.04494 2.91172 6.49158 2.3125 8 2.3125ZM8 15C9.85652 15 11.637 14.2625 12.9497 12.9497C14.2625 11.637 15 9.85652 15 8C15 6.14348 14.2625 4.36301 12.9497 3.05025C11.637 1.7375 9.85652 1 8 1C6.14348 1 4.36301 1.7375 3.05025 3.05025C1.7375 4.36301 1 6.14348 1 8C1 9.85652 1.7375 11.637 3.05025 12.9497C4.36301 14.2625 6.14348 15 8 15ZM6.90625 10.1875C6.54258 10.1875 6.25 10.4801 6.25 10.8438C6.25 11.2074 6.54258 11.5 6.90625 11.5H9.09375C9.45742 11.5 9.75 11.2074 9.75 10.8438C9.75 10.4801 9.45742 10.1875 9.09375 10.1875H8.875V7.78125C8.875 7.41758 8.58242 7.125 8.21875 7.125H6.90625C6.54258 7.125 6.25 7.41758 6.25 7.78125C6.25 8.14492 6.54258 8.4375 6.90625 8.4375H7.5625V10.1875H6.90625ZM8 6.25C8.23206 6.25 8.45462 6.15781 8.61872 5.99372C8.78281 5.82962 8.875 5.60706 8.875 5.375C8.875 5.14294 8.78281 4.92038 8.61872 4.75628C8.45462 4.59219 8.23206 4.5 8 4.5C7.76794 4.5 7.54538 4.59219 7.38128 4.75628C7.21719 4.92038 7.125 5.14294 7.125 5.375C7.125 5.60706 7.21719 5.82962 7.38128 5.99372C7.54538 6.15781 7.76794 6.25 8 6.25Z\"><\/path>\n    <\/svg>\n    <div class=\"disclosure-modal disclosure-modal-id\" style=\"display: none;\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modal-title\">\n        <br>\n        <div class=\"modal-content\">\n            <div class=\"modal-body\">\n                <div class=\"dr-savings-modal-header-container\" style=\"display: flex; align-items: center; justify-content: space-between;\">\n                    <svg class=\"dr-savings-modal-close\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewbox=\"0 0 14 14\" fill=\"currentColor\" style=\"cursor: pointer;\" role=\"button\" tabindex=\"0\" aria-label=\"Close modal\">\n                        <path d=\"M7 14C8.85652 14 10.637 13.2625 11.9497 11.9497C13.2625 10.637 14 8.85652 14 7C14 5.14348 13.2625 3.36301 11.9497 2.05025C10.637 0.737498 8.85652 0 7 0C5.14348 0 3.36301 0.737498 2.05025 2.05025C0.737498 3.36301 0 5.14348 0 7C0 8.85652 0.737498 10.637 2.05025 11.9497C3.36301 13.2625 5.14348 14 7 14ZM4.78516 4.78516C5.04219 4.52812 5.45781 4.52812 5.71211 4.78516L6.99727 6.07031L8.28242 4.78516C8.53945 4.52812 8.95508 4.52812 9.20937 4.78516C9.46367 5.04219 9.46641 5.45781 9.20937 5.71211L7.92422 6.99727L9.20937 8.28242C9.46641 8.53945 9.46641 8.95508 9.20937 9.20937C8.95234 9.46367 8.53672 9.46641 8.28242 9.20937L6.99727 7.92422L5.71211 9.20937C5.45508 9.46641 5.03945 9.46641 4.78516 9.20937C4.53086 8.95234 4.52812 8.53672 4.78516 8.28242L6.07031 6.99727L4.78516 5.71211C4.52812 5.45508 4.52812 5.03945 4.78516 4.78516Z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h2 id=\"modal-title\" style=\"display: none;\">Additional Information<\/h2>\n                <p style=\"display: none;\">&nbsp;<\/p>\n                <p class=\"dr-savings-modal-text\">\n                    Monthly payment and total savings are dependent on many factors, including, but not limited to, program fee, enrolled debt amount, monthly program payment and willingness of creditors to negotiate.\n                <\/p>\n                <p class=\"dr-savings-modal-text\">\n                    The JG Wentworth Debt Relief Program fee is a percentage of each enrolled debt amount and may vary by state or debt load. The debt savings goal does not take into account the 18-25% program fee. The average amount saved on the debt balance does not take into account the program fee.\n                <\/p>\n                <p class=\"dr-savings-modal-text\">\n                    Any decision to cease making payments to your creditors is yours. JG Wentworth does not provide direction on this matter.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/span>\n<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ed8a797 e-con-full e-flex e-con e-parent\" data-id=\"ed8a797\" data-element_type=\"container\" data-settings='{\"background_background\":\"gradient\"}'>\n\t\t<div class=\"elementor-element elementor-element-bb3d9c8 e-con-full e-con-jgw-boxed e-flex e-con e-child\" data-id=\"bb3d9c8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15f24e8 elementor-widget elementor-widget-text-editor\" data-id=\"15f24e8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>JGW in a nutshell. Just the facts.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9e88ee6 e-con-full e-flex e-con e-child\" data-id=\"9e88ee6\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-cccb4c8 e-con-full e-flex e-con e-child\" data-id=\"cccb4c8\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf189fd elementor-widget elementor-widget-text-editor\" data-id=\"bf189fd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>30 Years<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5144604 elementor-widget elementor-widget-text-editor\" data-id=\"5144604\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Of experience<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-71f4733 e-con-full e-flex e-con e-child\" data-id=\"71f4733\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea02739 elementor-widget elementor-widget-text-editor\" data-id=\"ea02739\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>375K+<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fdd3d2c elementor-widget elementor-widget-text-editor\" data-id=\"fdd3d2c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>JG Wentworth Customers<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2bc0dc7 e-con-full e-flex e-con e-child\" data-id=\"2bc0dc7\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-87d97aa elementor-widget elementor-widget-text-editor\" data-id=\"87d97aa\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>$2.2B<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b6bcbe elementor-widget elementor-widget-text-editor\" data-id=\"5b6bcbe\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Debt Settled<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-afd8882 e-con-full e-flex e-con e-child\" data-id=\"afd8882\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-f1439e4 e-con-full e-con-jgw-boxed e-flex e-con e-child\" data-id=\"f1439e4\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-88f2a67 e-con-full e-flex e-con e-child\" data-id=\"88f2a67\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56f8d6e elementor-widget elementor-widget-text-editor\" data-id=\"56f8d6e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Partner with a company people trust<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4422513 e-con-full e-flex e-con e-child\" data-id=\"4422513\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb99cbd elementor-widget elementor-widget-text-editor\" data-id=\"fb99cbd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center;\">Because of our famous <span style=\"font-size: inherit;\">877-CASH-NOW commercials, we&rsquo;re one of the most well-known names in financial services. <\/span>People trust us because they know us&mdash;and when you work with us, you&rsquo;re also letting our five-star reputation work for you.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b6bc8b1 e-con-full e-flex e-con e-child\" data-id=\"b6bc8b1\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-012a8d6 elementor-hidden-mobile e-con-full elementor-hidden-mobile_extra e-flex e-con e-child\" data-id=\"012a8d6\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-90acb24 elementor-widget elementor-widget-image\" data-id=\"90acb24\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/elementor\/thumbs\/Frame-427319095-qq6quay9mnhtej2dk3wu44dacm3br4grkl709lvzxe.png\" title=\"BBB\" alt=\"Better Business Bureau\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1fe8e31 elementor-widget elementor-widget-image\" data-id=\"1fe8e31\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"311\" height=\"125\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/06\/2.png\" class=\"attachment-large size-large wp-image-9013\" alt=\"TOP Work Places from The Inquirer\" srcset=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/06\/2.png 311w, https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/06\/2-300x121.png 300w\" sizes=\"auto, (max-width: 311px) 100vw, 311px\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bef78c6 elementor-widget elementor-widget-image\" data-id=\"bef78c6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"311\" height=\"125\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/06\/3.png\" class=\"attachment-large size-large wp-image-9014\" alt=\"U.S. Chamber of Commerce\" srcset=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/06\/3.png 311w, https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/06\/3-300x121.png 300w\" sizes=\"auto, (max-width: 311px) 100vw, 311px\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-583e37f elementor-widget elementor-widget-image\" data-id=\"583e37f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"311\" height=\"125\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/06\/4.png\" class=\"attachment-full size-full wp-image-9015\" alt=\"Consumer Affairs Accredited\" srcset=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/06\/4.png 311w, https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/06\/4-300x121.png 300w\" sizes=\"auto, (max-width: 311px) 100vw, 311px\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd23e45 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-widescreen elementor-hidden-laptop elementor-hidden-tablet_extra e-flex e-con-boxed e-con e-child\" data-id=\"cd23e45\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12ce070 elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"12ce070\" data-element_type=\"widget\" data-settings='{\"carousel_items\":[{\"slide_title\":\"Slide #1\",\"_id\":\"e17d169\"},{\"slide_title\":\"Slide #1\",\"_id\":\"a4085f9\"},{\"slide_title\":\"Slide #1\",\"_id\":\"3f2a001\"},{\"slide_title\":\"Slide #1\",\"_id\":\"47d6a2c\"}],\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"slides_to_scroll_mobile\":\"1\",\"slides_to_show_tablet\":\"2\",\"slides_to_show_mobile\":\"1\",\"infinite\":\"yes\",\"speed\":500,\"offset_sides\":\"none\",\"pagination\":\"bullets\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_spacing_custom_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_spacing_custom_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_spacing_custom_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_spacing_custom_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_spacing_custom_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_spacing_custom_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}}' data-widget_type=\"nested-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-eb15546 e-flex e-con-boxed e-con e-child\" data-id=\"eb15546\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d672fa elementor-widget elementor-widget-image\" data-id=\"2d672fa\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/05\/bbb.svg\" title=\"BBB\" alt=\"Better Business Bureau\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-73ce596 e-flex e-con-boxed e-con e-child\" data-id=\"73ce596\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-862771b elementor-widget elementor-widget-image\" data-id=\"862771b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"300\" height=\"122\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/05\/topworkplace.svg\" class=\"attachment-medium size-medium wp-image-2390\" alt=\"TOP Work Places from The Inquirer\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d0a8164 e-flex e-con-boxed e-con e-child\" data-id=\"d0a8164\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b3f803 elementor-widget elementor-widget-image\" data-id=\"4b3f803\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"300\" height=\"122\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/05\/chemberofcommerce.svg\" class=\"attachment-medium size-medium wp-image-2389\" alt=\"U.S. Chamber of Commerce\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2f3f096 e-flex e-con-boxed e-con e-child\" data-id=\"2f3f096\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-537f126 elementor-widget elementor-widget-image\" data-id=\"537f126\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"300\" height=\"122\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/05\/consumeraffair.svg\" class=\"attachment-medium size-medium wp-image-2392\" alt=\"Consumer Affairs Accredited\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cdad412 container-deb-resolution e-con-full e-flex e-con e-parent\" data-id=\"cdad412\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-c000940 e-con-full e-con-jgw-boxed e-flex e-con e-child\" data-id=\"c000940\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2d552d0 e-con-full e-flex e-con e-child\" data-id=\"2d552d0\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-f0e1862 e-con-full e-flex e-con e-child\" data-id=\"f0e1862\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4582dd3 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"4582dd3\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"53\" height=\"56\" viewbox=\"0 0 53 56\" fill=\"none\"><path d=\"M8.0198 53.1413V54.738H1.12842V36.6692H8.0198V38.8543V53.1413Z\" fill=\"white\"><\/path><path d=\"M7.0111 37.6775H2.13672V53.7294H7.0111V37.6775Z\" fill=\"#FFF150\"><\/path><path d=\"M37.0137 40.7032C37.0137 40.7032 44.4933 33.3916 47.0146 30.7863C48.1071 29.6097 49.7879 29.3576 51.0486 30.3661C52.2251 31.3746 52.3932 33.1394 51.4688 34.4001L37.1818 51.7125C36.5094 52.553 35.1648 53.1413 34.0722 53.1413H8.10352V38.8543C9.7003 36.0809 15.8353 35.4926 20.2895 38.7702H30.7946H34.3244C35.5009 38.7702 36.5935 39.5266 37.0137 40.7032Z\" fill=\"white\"><\/path><path d=\"M38.0227 25.2398C38.0227 31.0386 33.3164 35.7449 27.5176 35.7449C21.7188 35.7449 17.0125 31.0386 17.0125 25.2398C17.0125 19.4409 21.7188 14.7346 27.5176 14.7346C33.3164 14.7346 38.0227 19.4409 38.0227 25.2398Z\" fill=\"white\"><\/path><path d=\"M27.517 34.4844C22.3905 34.4844 18.2725 30.3664 18.2725 25.2399C18.2725 20.1134 22.3905 15.9954 27.517 15.9954C32.6435 15.9954 36.7615 20.1134 36.7615 25.2399C36.7615 30.3664 32.6435 34.4844 27.517 34.4844Z\" fill=\"#1B976A\"><\/path><path d=\"M24.4927 27.8449C25.3331 28.2652 26.4256 28.8534 27.6862 28.8534C28.6107 28.8534 29.3671 28.4332 29.3671 27.6769C29.3671 27.0886 28.8628 26.5843 28.1065 26.3322L26.3416 25.6599C24.9969 25.1556 24.1565 24.3993 24.1565 23.1386C24.1565 21.794 25.165 20.7014 26.7618 20.3653V18.9366C26.9299 18.8525 27.2661 18.8525 27.5182 18.8525C27.7703 18.8525 28.0224 18.8525 28.2745 18.9366V20.3653C29.3671 20.4493 30.2915 20.7855 30.9638 21.1217C30.9638 21.6259 30.7117 22.2142 30.2915 22.5504C29.4511 22.1301 28.3586 21.878 27.6022 21.878C26.6777 21.878 26.0895 22.2982 26.0895 23.0546C26.0895 23.6429 26.5097 23.895 27.266 24.1471L28.9469 24.8195C30.2915 25.3237 31.3 26.2482 31.3 27.5928C31.3 29.1896 30.1234 30.2821 28.1905 30.4502V31.7949C28.0224 31.7949 27.6863 31.8789 27.4341 31.8789C27.2661 31.8789 26.9299 31.8789 26.6778 31.7949V30.4502C25.4172 30.2821 24.3246 29.7779 23.7363 29.4417C23.8204 28.6854 24.1565 28.013 24.4927 27.8449Z\" fill=\"white\"><\/path><path d=\"M6.42165 39.6111C6.42165 40.6195 5.58123 41.3759 4.57273 41.3759C3.56424 41.3759 2.80786 40.5355 2.80786 39.6111C2.80786 38.6026 3.64828 37.8462 4.57273 37.8462C5.49718 37.8462 6.42165 38.6026 6.42165 39.6111Z\" fill=\"white\"><\/path><path d=\"M8.69348 55.4108H0.541504V36.0813H8.69348V55.4108ZM1.71808 54.1502H7.34884V37.3419H1.71808V54.1502Z\" fill=\"#404644\"><\/path><path d=\"M30.7938 39.4426H20.1206L19.9525 39.3586C17.5153 37.5937 14.2377 36.8373 11.5484 37.4256C10.1197 37.7618 9.1112 38.3501 8.60696 39.1905L7.5144 38.6022C8.18673 37.4256 9.53139 36.5852 11.2963 36.165C14.3217 35.4927 17.7674 36.249 20.5408 38.182H30.8779V39.4426H30.7938Z\" fill=\"#404644\"><\/path><path d=\"M19.1122 47.2584C18.776 47.2584 18.5239 47.0063 18.5239 46.6702C18.4399 46.334 18.692 45.9978 19.1122 45.9978C19.1963 45.9978 30.3737 44.5691 34.2396 43.8128C35.3322 43.5606 36.5928 42.8883 36.5928 41.5436C36.5928 40.283 35.5843 39.3586 34.4077 39.3586H30.878C30.5418 39.3586 30.2056 39.1064 30.2056 38.6862C30.2056 38.3501 30.4578 38.0139 30.878 38.0139H34.4077C36.3406 38.0139 37.8534 39.6107 37.8534 41.4596C37.8534 43.1404 36.5087 44.5691 34.4917 44.9053C30.4578 45.8297 19.2803 47.2584 19.1122 47.2584Z\" fill=\"#404644\"><\/path><path d=\"M33.9897 53.8135H8.021V52.5529H33.9897C34.8301 52.5529 36.0907 51.9646 36.595 51.2923L50.882 33.9798C51.2182 33.5596 51.4703 32.9713 51.3862 32.383C51.3022 31.7947 51.0501 31.2905 50.6299 30.8703C49.7054 30.1139 48.3608 30.282 47.4363 31.2064C44.9151 33.8117 37.5194 41.1233 37.4354 41.2073L36.5109 40.2829C36.595 40.1988 43.9906 32.9713 46.5118 30.366C47.8565 28.9373 49.9575 28.7692 51.3862 29.9458C52.1426 30.5341 52.5628 31.3745 52.6469 32.299C52.7309 33.2234 52.4788 34.1479 51.8905 34.8202L37.6035 52.1327C36.7631 53.0571 35.2503 53.8135 33.9897 53.8135Z\" fill=\"#404644\"><\/path><path d=\"M27.5187 36.3331C21.3837 36.3331 16.4253 31.3747 16.4253 25.2397C16.4253 19.1047 21.3837 14.1462 27.5187 14.1462C33.6537 14.1462 38.6122 19.1047 38.6122 25.2397C38.6122 31.3747 33.6537 36.3331 27.5187 36.3331ZM27.5187 15.4069C22.0561 15.4069 17.6859 19.861 17.6859 25.2397C17.6859 30.7024 22.1401 35.0725 27.5187 35.0725C32.9814 35.0725 37.3515 30.6183 37.3515 25.2397C37.3515 19.777 32.9814 15.4069 27.5187 15.4069Z\" fill=\"#404644\"><\/path><path d=\"M28.5271 7.4227C28.1909 7.4227 27.8547 7.17058 27.8547 6.75037V1.45578C27.8547 1.11961 28.1068 0.783447 28.5271 0.783447C28.8632 0.783447 29.1994 1.03557 29.1994 1.45578V6.75037C29.1154 7.08653 28.8632 7.4227 28.5271 7.4227Z\" fill=\"#404644\"><\/path><path d=\"M28.5271 11.2886C28.1909 11.2886 27.8547 11.0365 27.8547 10.6163V9.35568C27.8547 9.01951 28.1068 8.68335 28.5271 8.68335C28.8632 8.68335 29.1994 8.93547 29.1994 9.35568V10.6163C29.1154 10.9525 28.8632 11.2886 28.5271 11.2886Z\" fill=\"#404644\"><\/path><path d=\"M20.6237 14.1463C20.2876 14.1463 19.9514 13.8941 19.9514 13.4739V5.40597C19.9514 5.06981 20.2035 4.73364 20.6237 4.73364C20.9599 4.73364 21.2961 4.98577 21.2961 5.40597V13.4739C21.2961 13.8941 20.9599 14.1463 20.6237 14.1463Z\" fill=\"#404644\"><\/path><path d=\"M36.0046 12.8014C35.6684 12.8014 35.3323 12.5492 35.3323 12.129V6.83444C35.3323 6.49828 35.5844 6.16211 36.0046 6.16211C36.3408 6.16211 36.6769 6.41423 36.6769 6.83444V12.129C36.6769 12.4652 36.4248 12.8014 36.0046 12.8014Z\" fill=\"#404644\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fa9a38 elementor-widget elementor-widget-text-editor\" data-id=\"6fa9a38\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>1<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fec176f elementor-widget elementor-widget-text-editor\" data-id=\"fec176f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Monthly Payment<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d4acb28 e-con-full e-flex e-con e-child\" data-id=\"d4acb28\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-561114f elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"561114f\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"52\" height=\"52\" viewbox=\"0 0 52 52\" fill=\"none\"><g clip-path=\"url(#clip0_1270_19304)\"><path d=\"M5.75 42.6875V18.375H43.75V42.6875C43.75 44.522 42.2722 46 40.4643 46H9.03571C7.22779 46 5.75 44.522 5.75 42.6875ZM43.75 16.25H5.75V11.0625C5.75 9.22804 7.22779 7.75 9.03571 7.75H13.3214H13.3327H13.3439H13.3551H13.3662H13.3772H13.3882H13.3991H13.41H13.4208H13.4315H13.4422H13.4528H13.4634H13.4739H13.4844H13.4948H13.5052H13.5155H13.5257H13.5359H13.546H13.5561H13.5661H13.5761H13.586H13.5959H13.6057H13.6155H13.6252H13.6348H13.6444H13.654H13.6635H13.6729H13.6823H13.6916H13.7009H13.7102H13.7193H13.7285H13.7376H13.7466H13.7556H13.7645H13.7734H13.7822H13.791H13.7998H13.8085H13.8171H13.8257H13.8342H13.8427H13.8512H13.8596H13.8679H13.8762H13.8845H13.8927H13.9009H13.909H13.9171H13.9251H13.9331H13.941H13.9489H13.9568H13.9646H13.9723H13.98H13.9877H13.9953H14.0029H14.0105H14.018H14.0254H14.0328H14.0402H14.0475H14.0548H14.0621H14.0693H14.0764H14.0835H14.0906H14.0977H14.1046H14.1116H14.1185H14.1254H14.1322H14.139H14.1458H14.1525H14.1592H14.1658H14.1724H14.179H14.1855H14.192H14.1985H14.2049H14.2113H14.2176H14.2239H14.2302H14.2364H14.2426H14.2487H14.2549H14.261H14.267H14.273H14.279H14.285H14.2909H14.2967H14.3026H14.3084H14.3142H14.3199H14.3256H14.3313H14.337H14.3426H14.3482H14.3537H14.3592H14.3647H14.3702H14.3756H14.381H14.3864H14.3917H14.397H14.4023H14.4075H14.4127H14.4179H14.4231H14.4282H14.4333H14.4384H14.4434H14.4484H14.4534H14.4583H14.4633H14.4682H14.4731H14.4779H14.4827H14.4875H14.4923H14.497H14.5017H14.5064H14.5111H14.5157H14.5204H14.525H14.5295H14.5341H14.5386H14.5431H14.5476H14.552H14.5564H14.5608H14.5652H14.5696H14.5739H14.5782H14.5825H14.5868H14.591H14.5953H14.5995H14.6036H14.6078H14.612H14.6161H14.6202H14.6243H14.6283H14.6324H14.6364H14.6404H14.6444H14.6484H14.6523H14.6563H14.6602H14.6641H14.668H14.6718H14.6757H14.6795H14.6833H14.6871H14.6909H14.6947H14.6984H14.7022H14.7059H14.7096H14.7133H14.717H14.7206H14.7243H14.7279H14.7315H14.7351H14.7387H14.7423H14.7459H14.7494H14.753H14.7565H14.76H14.7635H14.767H14.7705H14.774H14.7775H14.7809H14.7843H14.7878H14.7912H14.7946H14.798H14.8014H14.8048H14.8082H14.8115H14.8149H14.8182H14.8216H14.8249H14.8282H14.8316H14.8349H14.8382H14.8415H14.8448H14.848H14.8513H14.8546H14.8579H14.8611H14.8644H14.8676H14.8709H14.8741H14.8773H14.8806H14.8838H14.887H14.8903H14.8935H14.8967H14.8999H14.9031H14.9063H14.9095H14.9127H14.9159H14.9191H14.9223H14.9255H14.9287H14.9319H14.9351H14.9383H14.9415H14.9447H14.9479H14.9511H14.9543H14.9575H14.9607H14.9639H14.9671H14.9703H14.9735H14.9767H14.9799H14.9831H14.9863H14.9895H14.9927H14.996H14.9992H15.0024H15.0057H15.0089H15.0122H15.0154H15.0187H15.0219H15.0252H15.0285H15.0317H15.035H15.0383H15.0416H15.0449H15.0482H15.0515H15.0549H15.0582H15.0615H15.0649H15.0682H15.0716H15.075H15.0784H15.0818H15.0852H15.0886H15.092H15.0954H15.0989H15.1023H15.1058H15.1093H15.1127H15.1162H15.1197H15.1233H15.1268H15.1303H15.1339H15.1375H15.141H15.1446H15.1482H15.1519H15.1555H15.1591H15.1628H15.1665H15.1702H15.1739H15.1776H15.1813H15.1851H15.1888H15.1926H15.1964H15.2002H15.2041H15.2079H15.2118H15.2157H15.2196H15.2235H15.2274H15.2314H15.2353H15.2393H15.2433H15.2474H15.2514H15.2555H15.2596H15.2637H15.2678H15.2719H15.2761H15.2803H15.2845H15.2887H15.2929H15.2972H15.3015H15.3058H15.3102H15.3145H15.3189H15.3233H15.3277H15.3322H15.3366H15.3411H15.3456H15.3502H15.3548H15.3593H15.364H15.3686H15.3733H15.378H15.3827H15.3874H15.3922H15.397H15.4018H15.4066H15.4115H15.4164H15.4214H15.4263H15.4313H15.4363H15.4413H15.4464H15.4515H15.4566H15.4618H15.467H15.4722H15.4774H15.4827H15.488H15.4933H15.4987H15.5041H15.5095H15.515H15.5204H15.526H15.5315H15.5371H15.5427H15.5483H15.554H15.5597H15.5655H15.5713H15.5771H15.5829H15.5888H15.5947H15.6006H15.6066H15.6126H15.6187H15.6248H15.6309H15.6371H15.6432H15.6495H15.6557H15.662H15.6684H15.6748H15.6812H15.6876H15.6941H15.7006H15.7072H15.7138H15.7204H15.7271H15.7338H15.7406H15.7474H15.7542H15.7611H15.768H15.775H15.782H15.789H15.7961H15.8032H15.8103H15.8175H15.8248H15.8321H15.8394H15.8468H15.8542H15.8616H15.8691H15.8766H15.8842H15.8919H15.8995H15.9072H15.915H15.9228H15.9306H15.9385H15.9465H15.9545H15.9625H15.9706H15.9787H15.9868H15.995H16.0033H16.0116H16.02H16.0284H16.0368H16.0453H16.0538H16.0624H16.0711H16.0798H16.0885H16.0973H16.1061H16.115H16.1239H16.1329H16.1419H16.151H16.1602H16.1693H16.1786H16.1878H16.197H16.2062H16.2153H16.2244H16.2335H16.2425H16.2515H16.2605H16.2694H16.2783H16.2871H16.2959H16.3047H16.3135H16.3222H16.3308H16.3395H16.3481H16.3567H16.3652H16.3737H16.3822H16.3906H16.399H16.4074H16.4158H16.4241H16.4323H16.4406H16.4488H16.457H16.4651H16.4732H16.4813H16.4894H16.4974H16.5054H16.5133H16.5212H16.5291H16.537H16.5448H16.5526H16.5604H16.5681H16.5758H16.5835H16.5912H16.5988H16.6064H16.6139H16.6215H16.629H16.6364H16.6439H16.6513H16.6587H16.666H16.6733H16.6806H16.6879H16.6951H16.7023H16.7095H16.7167H16.7238H16.7309H16.738H16.745H16.752H16.759H16.766H16.7729H16.7798H16.7867H16.7936H16.8004H16.8072H16.814H16.8207H16.8274H16.8341H16.8408H16.8475H16.8541H16.8607H16.8672H16.8738H16.8803H16.8868H16.8933H16.8997H16.9061H16.9125H16.9189H16.9253H16.9316H16.9379H16.9442H16.9504H16.9567H16.9629H16.9691H16.9752H16.9814H16.9875H16.9936H16.9996H17.0057H17.0117H17.0177H17.0237H17.0297H17.0356H17.0415H17.0474H17.0533H17.0591H17.065H17.0708H17.0766H17.0824H17.0881H17.0938H17.0996H17.1052H17.1109H17.1166H17.1222H17.1278H17.1334H17.139H17.1445H17.1501H17.1556H17.1611H17.1665H17.172H17.1774H17.1829H17.1883H17.1936H17.199H17.2044H17.2097H17.215H17.2203H17.2256H17.2308H17.2361H17.2413H17.2465H17.2517H17.2569H17.2621H17.2672H17.2723H17.2775H17.2826H17.2876H17.2927H17.2978H17.3028H17.3078H17.3128H17.3178H17.3228H17.3277H17.3327H17.3376H17.3425H17.3474H17.3523H17.3572H17.3621H17.3669H17.3717H17.3766H17.3814H17.3862H17.391H17.3957H17.4005H17.4052H17.41H17.4147H17.4194H17.4241H17.4287H17.4334H17.4381H17.4427H17.4474H17.452H17.4566H17.4612H17.4658H17.4704H17.4749H17.4795H17.484H17.4886H17.4931H17.4976H17.5021H17.5066H17.5111H17.5156H17.5201H17.5245H17.529H17.5334H17.5378H17.5423H17.5467H17.5511H17.5555H17.5599H17.5642H17.5686H17.573H17.5773H17.5817H17.586H17.5904H17.5947H17.599H17.6033H17.6076H17.6119H17.6162H17.6205H17.6248H17.6291H17.6333H17.6376H17.6419H17.6461H17.6504H17.6546H17.6588H17.6631H17.6673H17.6715H17.6757H17.6799H17.6841H17.6883H17.6925H17.6967H17.7009H17.7051H17.7093H17.7135H17.7176H17.7218H17.726H17.7301H17.7343H17.7385H17.7426H17.7468H17.7509H17.7551H17.7592H17.7634H17.7675H17.7716H17.7758H17.7799H17.784H17.7882H17.7923H17.7964H17.8006H17.8047H17.8088H17.813H17.8171H17.8212H17.8253H17.8295H17.8336H17.8377H17.8419H17.846H17.8501H17.8543H17.8584H17.8625H17.8667H17.8708H17.8749H17.8791H17.8832H17.8873H17.8915H17.8956H17.8998H17.9039H17.9081H17.9122H17.9164H17.9206H17.9247H17.9289H17.9331H17.9372H17.9414H17.9456H17.9498H17.954H17.9581H17.9623H17.9665H17.9707H17.9749H17.9792H17.9834H17.9876H17.9918H17.9961H18.0003H18.0045H18.0088H18.0131H18.0173H18.0216H18.0259H18.0301H18.0344H18.0387H18.043H18.0473H18.0516H18.0559H18.0603H18.0646H18.0689H18.0733H18.0776H18.082H18.0864H18.0908H18.0951H18.0995H18.1039H18.1083H18.1128H18.1172H18.1216H18.1261H18.1305H18.135H18.1395H18.144H18.1485H18.153H18.1575H18.162H18.1665H18.1711H18.1756H18.1802H18.1848H18.1894H18.194H18.1986H18.2032H18.2078H18.2125H18.2171H18.2218H18.2265H18.2311H18.2359H18.2406H18.2453H18.25H18.2548H18.2595H18.2643H18.2691H18.2739H18.2787H18.2836H18.2884H18.2933H18.2981H18.303H18.3079H18.3128H18.3178H18.3227H18.3277H18.3326H18.3376H18.3426H18.3476H18.3527H18.3577H18.3628H18.3678H18.3729H18.378H18.3832H18.3883H18.3935H18.3986H18.4038H18.409H18.4143H18.4195H18.4248H18.43H18.4353H18.4406H18.446H18.4513H18.4567H18.462H18.4674H18.4729H18.4783H18.4837H18.4892H18.4947H18.5002H18.5057H18.5113H18.5169H18.5224H18.528H18.5337H18.5393H18.545H18.5507H18.5564H18.5621H18.5678H18.5736H18.5794H18.5852H18.591H18.5969H18.6027H18.6086H18.6145H18.6205H18.6264H18.6324H18.6384H18.6444H18.6505H18.6565H18.6626H18.6687H18.6749H18.681H18.6872H18.6934H18.6996H18.7059H18.7121H18.7184H18.7248H18.7311H18.7375H18.7439H18.7503H18.7567H18.7632H18.7697H18.7762H18.7827H18.7893H18.7959H18.8025H18.8091H18.8158H18.8225H18.8292H18.8359H18.8427H18.8495H18.8563H18.8631H18.87H18.8769H18.8838H18.8908H18.8978H18.9048H18.9118H18.9189H18.926H18.9331H18.9402H18.9474H18.9546H18.9618H18.9691H18.9764H18.9837H18.991H18.9984H19.0058H19.0132H19.0207H19.0282H19.0357L30.4643 7.75012H30.4645C31.7957 7.74987 31.8515 7.74987 32.4487 7.74988C32.6525 7.74989 32.9193 7.7499 33.3214 7.7499L34.9944 7.74995L36.1786 7.75H40.4643C42.2722 7.75 43.75 9.22804 43.75 11.0625V16.25Z\" fill=\"#FFF97A\" stroke=\"white\" stroke-width=\"2\"><\/path><mask id=\"path-2-inside-1_1270_19304\" fill=\"white\"><path d=\"M14.75 19.3388V45.6612C14.75 46.4006 15.1977 47 15.75 47C16.3023 47 16.75 46.4006 16.75 45.6612V19.3388C16.75 18.5994 16.3023 18 15.75 18C15.1977 18 14.75 18.5994 14.75 19.3388Z\"><\/path><\/mask><path d=\"M14.75 19.3388V45.6612C14.75 46.4006 15.1977 47 15.75 47C16.3023 47 16.75 46.4006 16.75 45.6612V19.3388C16.75 18.5994 16.3023 18 15.75 18C15.1977 18 14.75 18.5994 14.75 19.3388Z\" fill=\"#FFF97A\"><\/path><path d=\"M16.75 45.6612V19.3388H12.75V45.6612H16.75ZM14.75 19.3388V45.6612H18.75V19.3388H14.75ZM14.75 45.6612C14.75 45.6419 14.7533 45.5469 14.8548 45.411C14.9565 45.2748 15.252 45 15.75 45V49C16.8003 49 17.5958 48.4255 18.0594 47.8048C18.5229 47.1844 18.75 46.4199 18.75 45.6612H14.75ZM15.75 20C15.252 20 14.9565 19.7252 14.8548 19.589C14.7533 19.4531 14.75 19.3581 14.75 19.3388H18.75C18.75 18.5801 18.5228 17.8156 18.0594 17.1952C17.5958 16.5745 16.8003 16 15.75 16V20ZM16.75 19.3388C16.75 19.3581 16.7467 19.4531 16.6452 19.589C16.5435 19.7252 16.248 20 15.75 20V16C14.6997 16 13.9042 16.5745 13.4406 17.1952C12.9771 17.8156 12.75 18.5801 12.75 19.3388H16.75ZM15.75 45C16.248 45 16.5435 45.2748 16.6452 45.411C16.7467 45.5469 16.75 45.6419 16.75 45.6612H12.75C12.75 46.4199 12.9771 47.1844 13.4406 47.8048C13.9042 48.4255 14.6997 49 15.75 49V45Z\" fill=\"white\" mask=\"url(#path-2-inside-1_1270_19304)\"><\/path><mask id=\"path-4-inside-2_1270_19304\" fill=\"white\"><path d=\"M23.75 19.3388V45.6612C23.75 46.4006 24.1977 47 24.75 47C25.3023 47 25.75 46.4006 25.75 45.6612V19.3388C25.75 18.5994 25.3023 18 24.75 18C24.1977 18 23.75 18.5994 23.75 19.3388Z\"><\/path><\/mask><path d=\"M23.75 19.3388V45.6612C23.75 46.4006 24.1977 47 24.75 47C25.3023 47 25.75 46.4006 25.75 45.6612V19.3388C25.75 18.5994 25.3023 18 24.75 18C24.1977 18 23.75 18.5994 23.75 19.3388Z\" fill=\"#FFF97A\"><\/path><path d=\"M25.75 45.6612V19.3388H21.75V45.6612H25.75ZM23.75 19.3388V45.6612H27.75V19.3388H23.75ZM23.75 45.6612C23.75 45.6419 23.7533 45.5469 23.8548 45.411C23.9565 45.2748 24.252 45 24.75 45V49C25.8003 49 26.5958 48.4255 27.0594 47.8048C27.5229 47.1844 27.75 46.4199 27.75 45.6612H23.75ZM24.75 20C24.252 20 23.9565 19.7252 23.8548 19.589C23.7533 19.4531 23.75 19.3581 23.75 19.3388H27.75C27.75 18.5801 27.5228 17.8156 27.0594 17.1952C26.5958 16.5745 25.8003 16 24.75 16V20ZM25.75 19.3388C25.75 19.3581 25.7467 19.4531 25.6452 19.589C25.5435 19.7252 25.248 20 24.75 20V16C23.6997 16 22.9042 16.5745 22.4406 17.1952C21.9771 17.8156 21.75 18.5801 21.75 19.3388H25.75ZM24.75 45C25.248 45 25.5435 45.2748 25.6452 45.411C25.7467 45.5469 25.75 45.6419 25.75 45.6612H21.75C21.75 46.4199 21.9771 47.1844 22.4406 47.8048C22.9042 48.4255 23.6997 49 24.75 49V45Z\" fill=\"white\" mask=\"url(#path-4-inside-2_1270_19304)\"><\/path><mask id=\"path-6-inside-3_1270_19304\" fill=\"white\"><path d=\"M6.25 29L43.75 29C44.4894 29 45.0887 28.5523 45.0887 28C45.0887 27.4477 44.4894 27 43.75 27L6.25 27C5.51062 27 4.91124 27.4477 4.91124 28C4.91124 28.5523 5.51061 29 6.25 29Z\"><\/path><\/mask><path d=\"M6.25 29L43.75 29C44.4894 29 45.0887 28.5523 45.0887 28C45.0887 27.4477 44.4894 27 43.75 27L6.25 27C5.51062 27 4.91124 27.4477 4.91124 28C4.91124 28.5523 5.51061 29 6.25 29Z\" fill=\"#FFF97A\"><\/path><path d=\"M43.75 29L43.75 31L43.75 29ZM6.25 29L6.25 27L6.25 27L6.25 29ZM6.25 27L6.25 25L6.25 25L6.25 27ZM43.75 27L43.75 29L43.75 27ZM43.75 27L6.25 27L6.25 31L43.75 31L43.75 27ZM6.25 29L43.75 29L43.75 25L6.25 25L6.25 29ZM43.75 29C43.7307 29 43.6356 28.9967 43.4997 28.8952C43.3636 28.7935 43.0887 28.498 43.0887 28L47.0887 28C47.0887 26.9497 46.5142 26.1542 45.8935 25.6906C45.2731 25.2271 44.5087 25 43.75 25L43.75 29ZM6.91124 28C6.91124 28.498 6.6364 28.7935 6.50023 28.8952C6.36438 28.9967 6.26932 29 6.25 29L6.25 25C5.49131 25 4.72687 25.2271 4.10647 25.6906C3.48577 26.1542 2.91124 26.9497 2.91124 28L6.91124 28ZM6.25 27C6.2693 27 6.36436 27.0033 6.50022 27.1048C6.63641 27.2065 6.91124 27.502 6.91124 28L2.91124 28C2.91124 29.0503 3.48575 29.8458 4.10647 30.3094C4.72687 30.7729 5.49131 31 6.25 31L6.25 27ZM43.0887 28C43.0887 27.502 43.3636 27.2065 43.4998 27.1048C43.6356 27.0033 43.7307 27 43.75 27L43.75 31C44.5087 31 45.2731 30.7729 45.8935 30.3094C46.5142 29.8458 47.0887 29.0503 47.0887 28L43.0887 28Z\" fill=\"white\" mask=\"url(#path-6-inside-3_1270_19304)\"><\/path><mask id=\"path-8-inside-4_1270_19304\" fill=\"white\"><path d=\"M6.25 38L43.75 38C44.4894 38 45.0887 37.5523 45.0887 37C45.0887 36.4477 44.4894 36 43.75 36L6.25 36C5.51062 36 4.91124 36.4477 4.91124 37C4.91124 37.5523 5.51061 38 6.25 38Z\"><\/path><\/mask><path d=\"M6.25 38L43.75 38C44.4894 38 45.0887 37.5523 45.0887 37C45.0887 36.4477 44.4894 36 43.75 36L6.25 36C5.51062 36 4.91124 36.4477 4.91124 37C4.91124 37.5523 5.51061 38 6.25 38Z\" fill=\"#FFF97A\"><\/path><path d=\"M43.75 38L43.75 40L43.75 38ZM6.25 38L6.25 36H6.25L6.25 38ZM6.25 36L6.25 34H6.25L6.25 36ZM43.75 36L43.75 38L43.75 36ZM43.75 36L6.25 36L6.25 40L43.75 40L43.75 36ZM6.25 38L43.75 38L43.75 34L6.25 34L6.25 38ZM43.75 38C43.7307 38 43.6356 37.9967 43.4997 37.8952C43.3636 37.7935 43.0887 37.498 43.0887 37L47.0887 37C47.0887 35.9497 46.5142 35.1542 45.8935 34.6906C45.2731 34.2271 44.5087 34 43.75 34L43.75 38ZM6.91124 37C6.91124 37.498 6.6364 37.7935 6.50023 37.8952C6.36438 37.9967 6.26932 38 6.25 38L6.25 34C5.49131 34 4.72687 34.2271 4.10647 34.6906C3.48577 35.1542 2.91124 35.9497 2.91124 37L6.91124 37ZM6.25 36C6.2693 36 6.36436 36.0033 6.50022 36.1048C6.63641 36.2065 6.91124 36.502 6.91124 37L2.91124 37C2.91124 38.0503 3.48575 38.8458 4.10647 39.3094C4.72687 39.7729 5.49131 40 6.25 40L6.25 36ZM43.0887 37C43.0887 36.502 43.3636 36.2065 43.4998 36.1048C43.6356 36.0033 43.7307 36 43.75 36L43.75 40C44.5087 40 45.2731 39.7729 45.8935 39.3094C46.5142 38.8458 47.0887 38.0503 47.0887 37L43.0887 37Z\" fill=\"white\" mask=\"url(#path-8-inside-4_1270_19304)\"><\/path><mask id=\"path-10-inside-5_1270_19304\" fill=\"white\"><path d=\"M33.75 19.3388V45.6612C33.75 46.4006 34.1977 47 34.75 47C35.3023 47 35.75 46.4006 35.75 45.6612V19.3388C35.75 18.5994 35.3023 18 34.75 18C34.1977 18 33.75 18.5994 33.75 19.3388Z\"><\/path><\/mask><path d=\"M33.75 19.3388V45.6612C33.75 46.4006 34.1977 47 34.75 47C35.3023 47 35.75 46.4006 35.75 45.6612V19.3388C35.75 18.5994 35.3023 18 34.75 18C34.1977 18 33.75 18.5994 33.75 19.3388Z\" fill=\"#FFF97A\"><\/path><path d=\"M35.75 45.6612V19.3388H31.75V45.6612H35.75ZM33.75 19.3388V45.6612H37.75V19.3388H33.75ZM33.75 45.6612C33.75 45.6419 33.7533 45.5469 33.8548 45.411C33.9565 45.2748 34.252 45 34.75 45V49C35.8003 49 36.5958 48.4255 37.0594 47.8048C37.5229 47.1844 37.75 46.4199 37.75 45.6612H33.75ZM34.75 20C34.252 20 33.9565 19.7252 33.8548 19.589C33.7533 19.4531 33.75 19.3581 33.75 19.3388H37.75C37.75 18.5801 37.5228 17.8156 37.0594 17.1952C36.5958 16.5745 35.8003 16 34.75 16V20ZM35.75 19.3388C35.75 19.3581 35.7467 19.4531 35.6452 19.589C35.5435 19.7252 35.248 20 34.75 20V16C33.6997 16 32.9042 16.5745 32.4406 17.1952C31.9771 17.8156 31.75 18.5801 31.75 19.3388H35.75ZM34.75 45C35.248 45 35.5435 45.2748 35.6452 45.411C35.7467 45.5469 35.75 45.6419 35.75 45.6612H31.75C31.75 46.4199 31.9771 47.1844 32.4406 47.8048C32.9042 48.4255 33.6997 49 34.75 49V45Z\" fill=\"white\" mask=\"url(#path-10-inside-5_1270_19304)\"><\/path><path d=\"M15 0C15.4125 0 15.75 0.3375 15.75 0.75V6H33.75V0.75C33.75 0.3375 34.0875 0 34.5 0C34.9125 0 35.25 0.3375 35.25 0.75V6H39.75C43.0594 6 45.75 8.69063 45.75 12V16.5V18V42C45.75 45.3094 43.0594 48 39.75 48H9.75C6.44063 48 3.75 45.3094 3.75 42V18V16.5V12C3.75 8.69063 6.44063 6 9.75 6H14.25V0.75C14.25 0.3375 14.5875 0 15 0ZM44.25 18H5.25V42C5.25 44.4844 7.26562 46.5 9.75 46.5H39.75C42.2344 46.5 44.25 44.4844 44.25 42V18ZM14.25 11.25V7.5H9.75C7.26562 7.5 5.25 9.51562 5.25 12V16.5H44.25V12C44.25 9.51562 42.2344 7.5 39.75 7.5H35.25V11.25C35.25 11.6625 34.9125 12 34.5 12C34.0875 12 33.75 11.6625 33.75 11.25V7.5H15.75V11.25C15.75 11.6625 15.4125 12 15 12C14.5875 12 14.25 11.6625 14.25 11.25Z\" fill=\"#3F4645\"><\/path><\/g><path d=\"M51.3473 40.0935C51.3473 45.8924 46.641 50.5987 40.8422 50.5987C35.0433 50.5987 30.337 45.8924 30.337 40.0935C30.337 34.2947 35.0433 29.5884 40.8422 29.5884C46.641 29.5884 51.3473 34.2947 51.3473 40.0935Z\" fill=\"white\"><\/path><path d=\"M40.8416 49.3381C35.7151 49.3381 31.597 45.2201 31.597 40.0936C31.597 34.9671 35.7151 30.8491 40.8416 30.8491C45.9681 30.8491 50.0861 34.9671 50.0861 40.0936C50.0861 45.2201 45.9681 49.3381 40.8416 49.3381Z\" fill=\"#1B976A\"><\/path><path d=\"M39.4963 41.6474L37.2161 39.2554C37.216 39.2554 37.216 39.2554 37.216 39.2553C36.8976 38.921 36.3785 38.921 36.0601 39.2554C35.7443 39.587 35.7443 40.1234 36.0601 40.455L38.9172 43.455C39.2356 43.7894 39.7548 43.7894 40.0732 43.455L45.7875 37.455C46.0539 37.1753 46.0956 36.7497 45.9124 36.4243H45.9506L45.7897 36.2554C45.4713 35.921 44.9522 35.921 44.6337 36.2554C44.6337 36.2554 44.6337 36.2554 44.6337 36.2554L39.4963 41.6474Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.2\"><\/path><path d=\"M40.8434 51.1869C34.7084 51.1869 29.75 46.2284 29.75 40.0934C29.75 33.9584 34.7084 29 40.8434 29C46.9785 29 51.9369 33.9584 51.9369 40.0934C51.9369 46.2284 46.9785 51.1869 40.8434 51.1869ZM40.8434 30.2606C35.3808 30.2606 31.0106 34.7148 31.0106 40.0934C31.0106 45.5561 35.4648 49.9263 40.8434 49.9263C46.3061 49.9263 50.6762 45.4721 50.6762 40.0934C50.6762 34.6308 46.3061 30.2606 40.8434 30.2606Z\" fill=\"#3F4645\"><\/path><defs><clippath id=\"clip0_1270_19304\"><rect width=\"42\" height=\"48\" fill=\"white\" transform=\"translate(3.75)\"><\/rect><\/clippath><\/defs><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5933ca4 elementor-widget elementor-widget-text-editor\" data-id=\"5933ca4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>24-48<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6fe7da elementor-widget elementor-widget-text-editor\" data-id=\"a6fe7da\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Month Program<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8c5be2e e-con-full e-flex e-con e-child\" data-id=\"8c5be2e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4dac7cc elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"4dac7cc\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"52\" height=\"51\" viewbox=\"0 0 52 51\" fill=\"none\"><path d=\"M48.6398 43.8984H2.31982V47.4984H48.6398V43.8984Z\" fill=\"white\"><\/path><path d=\"M44.4408 16.783H4.49316V21.4543H44.4408V16.783Z\" fill=\"white\"><\/path><path d=\"M24.4667 2.57732L46.9964 16.0951C46.9995 16.0984 47.0013 16.101 47.0023 16.1026C47.0049 16.1064 47.0075 16.1117 47.0097 16.1201C47.0146 16.1393 47.0166 16.1757 47.0023 16.2217C46.9924 16.2533 46.9789 16.2764 46.968 16.2909H1.92814C1.92494 16.283 1.92141 16.2723 1.91841 16.2581C1.90879 16.2128 1.91179 16.1632 1.92383 16.1253C1.92871 16.11 1.93364 16.1005 1.93708 16.0951L24.4667 2.57732Z\" fill=\"#FFF150\" stroke=\"white\" stroke-width=\"1.467\"><\/path><path d=\"M10.1304 22.2595H5.86182V41.8306H10.1304V22.2595Z\" fill=\"white\"><\/path><path d=\"M10.8555 41.9111H5.13721V43.8441H10.8555V41.9111Z\" fill=\"#FFF150\"><\/path><path d=\"M10.8555 21.3735H5.13721V23.3065H10.8555V21.3735Z\" fill=\"#FFF150\"><\/path><path d=\"M21.1651 22.2595H16.8965V41.8306H21.1651V22.2595Z\" fill=\"white\"><\/path><path d=\"M21.8902 41.9111H16.1719V43.8441H21.8902V41.9111Z\" fill=\"#FFF150\"><\/path><path d=\"M21.8899 21.3735H16.1716V23.3065H21.8899V21.3735Z\" fill=\"#FFF150\"><\/path><path d=\"M32.198 22.2595H27.9294V41.8306H32.198V22.2595Z\" fill=\"white\"><\/path><path d=\"M32.9229 41.9111H27.2046V43.8441H32.9229V41.9111Z\" fill=\"#FFF150\"><\/path><path d=\"M32.9231 21.3735H27.2048V23.3065H32.9231V21.3735Z\" fill=\"#FFF150\"><\/path><path d=\"M43.3128 22.2595H39.0442V41.8306H43.3128V22.2595Z\" fill=\"white\"><\/path><path d=\"M44.0376 41.9111H38.3193V43.8441H44.0376V41.9111Z\" fill=\"#FFF150\"><\/path><path d=\"M44.0379 21.3735H38.3196V23.3065H44.0379V21.3735Z\" fill=\"#FFF150\"><\/path><path d=\"M47.0178 17.6689H1.91569C1.27138 17.6689 0.788133 17.2662 0.627054 16.7025C0.465975 16.0581 0.627059 15.4138 1.1103 15.0111L24.0641 1.23887C24.2251 1.15833 24.4667 1.15833 24.7084 1.23887L47.7427 15.0111C48.3064 15.4138 48.5481 16.0581 48.3064 16.6219C48.1454 17.2662 47.5816 17.6689 47.0178 17.6689ZM24.4668 2.44696L1.83515 16.0581C1.83515 16.0581 1.75461 16.2192 1.83515 16.3803C1.83515 16.5414 1.91568 16.5414 1.99622 16.5414H47.0984C47.1789 16.5414 47.2594 16.4608 47.2594 16.3803C47.2594 16.2998 47.2594 16.1387 47.1789 16.1387L24.4668 2.44696Z\" fill=\"#404644\"><\/path><path d=\"M44.4406 22.018H4.49295C4.17079 22.018 3.84863 21.8068 3.84863 21.4547V17.5819C3.84863 17.3002 4.09025 17.0186 4.49295 17.0186C4.81511 17.0186 5.13727 17.2298 5.13727 17.5819V20.8914H43.8768V17.5819C43.8768 17.3002 44.1184 17.0186 44.5211 17.0186C44.8433 17.0186 45.1654 17.2298 45.1654 17.5819V21.4547C45.0849 21.8068 44.7627 22.018 44.4406 22.018Z\" fill=\"#404644\"><\/path><path d=\"M10.8558 23.8706H5.13748C4.81532 23.8706 4.49316 23.6518 4.49316 23.287V21.6822C4.49316 21.3904 4.73479 21.0986 5.13748 21.0986C5.45964 21.0986 5.78179 21.3175 5.78179 21.6822V22.7764H10.292V21.6822C10.292 21.3904 10.5336 21.0986 10.9363 21.0986C11.2585 21.0986 11.5806 21.3175 11.5806 21.6822V23.287C11.5001 23.5788 11.1779 23.8706 10.8558 23.8706Z\" fill=\"#404644\"><\/path><path d=\"M21.889 23.8704H16.1707C15.8485 23.8704 15.5264 23.6515 15.5264 23.2868V21.682C15.5264 21.3902 15.768 21.0984 16.1707 21.0984C16.4928 21.0984 16.815 21.3172 16.815 21.682V22.7762H21.3252V21.682C21.3252 21.3902 21.5668 21.0984 21.9695 21.0984C22.2917 21.0984 22.6138 21.3172 22.6138 21.682V23.2868C22.5333 23.5786 22.2917 23.8704 21.889 23.8704Z\" fill=\"#404644\"><\/path><path d=\"M33.004 23.8704H27.2857C26.9635 23.8704 26.6414 23.6515 26.6414 23.2868V21.682C26.6414 21.3902 26.883 21.0984 27.2857 21.0984C27.6884 21.0984 27.93 21.3172 27.93 21.682V22.7762H32.4402V21.682C32.4402 21.3902 32.6818 21.0984 33.0845 21.0984C33.4067 21.0984 33.7288 21.3172 33.7288 21.682V23.2868C33.5678 23.5786 33.3261 23.8704 33.004 23.8704Z\" fill=\"#404644\"><\/path><path d=\"M44.0382 23.8704H38.3199C37.9977 23.8704 37.6755 23.6515 37.6755 23.2868V21.682C37.6755 21.3902 37.9172 21.0984 38.3199 21.0984C38.642 21.0984 38.9642 21.3172 38.9642 21.682V22.7762H43.4744V21.682C43.4744 21.3902 43.716 21.0984 44.1187 21.0984C44.4409 21.0984 44.763 21.3172 44.763 21.682V23.2868C44.6019 23.5786 44.3603 23.8704 44.0382 23.8704Z\" fill=\"#404644\"><\/path><path d=\"M46.4956 48.0321H2.43911C2.08381 48.0321 1.72852 47.7905 1.72852 47.3878V43.844C1.72852 43.5219 1.99499 43.1997 2.43911 43.1997H46.4956C46.8509 43.1997 47.2062 43.4413 47.2062 43.844V47.3878C47.2062 47.7099 46.8509 48.0321 46.4956 48.0321ZM3.1497 46.824H45.8738V44.4883H3.1497V46.824Z\" fill=\"#404644\"><\/path><path d=\"M10.8558 44.4079H5.13748C4.81532 44.4079 4.49316 44.1662 4.49316 43.7635V41.8306C4.49316 41.5084 4.73479 41.1863 5.13748 41.1863H10.8558C11.1779 41.1863 11.5001 41.4279 11.5001 41.8306V43.7635C11.5001 44.0857 11.1779 44.4079 10.8558 44.4079ZM5.78179 43.1998H10.292V42.4749H5.78179V43.1998Z\" fill=\"#404644\"><\/path><path d=\"M21.889 44.4081H16.1707C15.8485 44.4081 15.5264 44.1665 15.5264 43.7638V41.8308C15.5264 41.5087 15.768 41.1865 16.1707 41.1865H21.889C22.2111 41.1865 22.5333 41.4281 22.5333 41.8308V43.7638C22.5333 44.0859 22.2917 44.4081 21.889 44.4081ZM16.815 43.2H21.3252V42.4752H16.815V43.2Z\" fill=\"#404644\"><\/path><path d=\"M33.004 44.4081H27.2857C26.9635 44.4081 26.6414 44.1665 26.6414 43.7638V41.8308C26.6414 41.5087 26.883 41.1865 27.2857 41.1865H33.004C33.3261 41.1865 33.6483 41.4281 33.6483 41.8308V43.7638C33.5678 44.0859 33.3261 44.4081 33.004 44.4081ZM27.8495 43.2H32.3597V42.4752H27.8495V43.2Z\" fill=\"#404644\"><\/path><path d=\"M44.0382 44.4081H38.3199C37.9977 44.4081 37.6755 44.1665 37.6755 43.7638V41.8308C37.6755 41.5087 37.9172 41.1865 38.3199 41.1865H44.0382C44.3603 41.1865 44.6825 41.4281 44.6825 41.8308V43.7638C44.6019 44.0859 44.3603 44.4081 44.0382 44.4081ZM38.8836 43.2H43.3938V42.4752H38.8836V43.2Z\" fill=\"#404644\"><\/path><path d=\"M5.86209 42.4754C5.53993 42.4754 5.21777 42.2391 5.21777 41.8452V23.6487C5.21777 23.3336 5.45939 23.0186 5.86209 23.0186C6.18425 23.0186 6.50641 23.2549 6.50641 23.6487V41.8452C6.50641 42.2391 6.18425 42.4754 5.86209 42.4754Z\" fill=\"#404644\"><\/path><path d=\"M10.1309 42.4754C9.80873 42.4754 9.48657 42.2391 9.48657 41.8452V23.6487C9.48657 23.3336 9.72819 23.0186 10.1309 23.0186C10.453 23.0186 10.7752 23.2549 10.7752 23.6487V41.8452C10.7752 42.2391 10.453 42.4754 10.1309 42.4754Z\" fill=\"#404644\"><\/path><path d=\"M21.1648 42.4754C20.8427 42.4754 20.5205 42.2391 20.5205 41.8452V23.6487C20.5205 23.3336 20.7621 23.0186 21.1648 23.0186C21.487 23.0186 21.8091 23.2549 21.8091 23.6487V41.8452C21.8091 42.2391 21.5675 42.4754 21.1648 42.4754Z\" fill=\"#404644\"><\/path><path d=\"M16.8963 42.4754C16.5741 42.4754 16.252 42.2391 16.252 41.8452V23.6487C16.252 23.3336 16.4936 23.0186 16.8963 23.0186C17.2184 23.0186 17.5406 23.2549 17.5406 23.6487V41.8452C17.5406 42.2391 17.2184 42.4754 16.8963 42.4754Z\" fill=\"#404644\"><\/path><path d=\"M27.93 42.4754C27.6078 42.4754 27.2856 42.2391 27.2856 41.8452V23.6487C27.2856 23.3336 27.5273 23.0186 27.93 23.0186C28.2521 23.0186 28.5743 23.2549 28.5743 23.6487V41.8452C28.5743 42.2391 28.3326 42.4754 27.93 42.4754Z\" fill=\"#404644\"><\/path><path d=\"M32.2788 42.4754C31.9567 42.4754 31.6345 42.2391 31.6345 41.8452V23.6487C31.6345 23.3336 31.8761 23.0186 32.2788 23.0186C32.601 23.0186 32.9232 23.2549 32.9232 23.6487V41.8452C32.8426 42.2391 32.601 42.4754 32.2788 42.4754Z\" fill=\"#404644\"><\/path><path d=\"M39.0447 42.4754C38.7226 42.4754 38.4004 42.2391 38.4004 41.8452V23.6487C38.4004 23.3336 38.642 23.0186 39.0447 23.0186C39.3669 23.0186 39.689 23.2549 39.689 23.6487V41.8452C39.6085 42.2391 39.3669 42.4754 39.0447 42.4754Z\" fill=\"#404644\"><\/path><path d=\"M43.3133 42.4754C42.9911 42.4754 42.6689 42.2391 42.6689 41.8452V23.6487C42.6689 23.3336 42.9106 23.0186 43.3133 23.0186C43.6354 23.0186 43.9576 23.2549 43.9576 23.6487V41.8452C43.877 42.2391 43.6354 42.4754 43.3133 42.4754Z\" fill=\"#404644\"><\/path><path d=\"M29.4607 40.8643C29.1386 40.8643 28.8164 40.6227 28.8164 40.22V27.0921C28.8164 26.7699 29.058 26.4478 29.4607 26.4478C29.7829 26.4478 30.105 26.6894 30.105 27.0921V40.3005C30.105 40.6227 29.7829 40.8643 29.4607 40.8643Z\" fill=\"#FFF150\"><\/path><path d=\"M29.4607 26.2063C29.1386 26.2063 28.8164 25.9647 28.8164 25.562V24.7566C28.8164 24.4345 29.058 24.1123 29.4607 24.1123C29.7829 24.1123 30.105 24.3539 30.105 24.7566V25.562C30.105 25.9647 29.7829 26.2063 29.4607 26.2063Z\" fill=\"#FFF150\"><\/path><path d=\"M40.4136 40.8643C40.0914 40.8643 39.7693 40.6227 39.7693 40.22V27.0921C39.7693 26.7699 40.0109 26.4478 40.4136 26.4478C40.7358 26.4478 41.0579 26.6894 41.0579 27.0921V40.3005C41.0579 40.6227 40.7358 40.8643 40.4136 40.8643Z\" fill=\"#FFF150\"><\/path><path d=\"M40.4136 26.2063C40.0914 26.2063 39.7693 25.9647 39.7693 25.562V24.7566C39.7693 24.4345 40.0109 24.1123 40.4136 24.1123C40.7358 24.1123 41.0579 24.3539 41.0579 24.7566V25.562C41.0579 25.9647 40.7358 26.2063 40.4136 26.2063Z\" fill=\"#FFF150\"><\/path><path d=\"M18.3457 40.8643C18.0236 40.8643 17.7014 40.6227 17.7014 40.22V27.0921C17.7014 26.7699 17.943 26.4478 18.3457 26.4478C18.6679 26.4478 18.9901 26.6894 18.9901 27.0921V40.3005C18.9901 40.6227 18.6679 40.8643 18.3457 40.8643Z\" fill=\"#FFF150\"><\/path><path d=\"M18.3457 26.2063C18.0236 26.2063 17.7014 25.9647 17.7014 25.562V24.7566C17.7014 24.4345 17.943 24.1123 18.3457 24.1123C18.6679 24.1123 18.9901 24.3539 18.9901 24.7566V25.562C18.9901 25.9647 18.6679 26.2063 18.3457 26.2063Z\" fill=\"#FFF150\"><\/path><path d=\"M7.23099 40.8643C6.90883 40.8643 6.58667 40.6227 6.58667 40.22V27.0921C6.58667 26.7699 6.82829 26.4478 7.23099 26.4478C7.55315 26.4478 7.87531 26.6894 7.87531 27.0921V40.3005C7.79477 40.6227 7.55315 40.8643 7.23099 40.8643Z\" fill=\"#FFF150\"><\/path><path d=\"M7.23099 26.2063C6.90883 26.2063 6.58667 25.9647 6.58667 25.562V24.7566C6.58667 24.4345 6.82829 24.1123 7.23099 24.1123C7.55315 24.1123 7.87531 24.3539 7.87531 24.7566V25.562C7.79477 25.9647 7.55315 26.2063 7.23099 26.2063Z\" fill=\"#FFF150\"><\/path><path d=\"M51.1995 39.9055L51.1995 35.5247L26.9809 35.5247L26.9809 39.9055L51.1995 39.9055Z\" fill=\"#404644\"><\/path><path d=\"M46.4061 47.4273L44.0091 47.4273C43.3478 47.4273 42.7692 46.8487 42.7692 46.1875L42.7692 43.6251C42.7692 42.9639 43.3478 42.3853 44.0091 42.3853L46.4061 42.3853C47.0674 42.3853 47.646 42.9639 47.646 43.6251L47.646 46.1875C47.646 46.8487 47.0674 47.4273 46.4061 47.4273Z\" fill=\"white\"><\/path><path d=\"M51.1995 35.5248L26.9809 35.5248L26.9809 35.1115C26.9809 34.2023 27.7248 33.541 28.5514 33.541L49.629 33.541C50.5382 33.541 51.1995 34.2849 51.1995 35.1115L51.1995 35.5248Z\" fill=\"#1B976A\"><\/path><path d=\"M49.546 49.907L28.4684 49.907C27.6419 49.907 26.8979 49.1631 26.8979 48.3366L26.8979 39.9055L51.1165 39.9055L51.1165 48.3366C51.1992 49.1631 50.4553 49.907 49.546 49.907ZM44.008 47.4273L46.405 47.4273C47.0663 47.4273 47.6449 46.8487 47.6449 46.1875L47.6449 43.6251C47.6449 42.9638 47.0663 42.3852 46.405 42.3852L44.008 42.3852C43.3467 42.3852 42.7681 42.9638 42.7681 43.6251L42.7681 46.1875C42.6855 46.8487 43.2641 47.4273 44.008 47.4273Z\" fill=\"#1B976A\"><\/path><path d=\"M26.3197 48.3368L26.3197 35.1116C26.3197 33.8718 27.3116 32.8799 28.5515 32.8799L49.6291 32.8799C50.869 32.8799 51.8608 33.8718 51.8608 35.1116L51.8608 48.3368C51.8608 49.5767 50.869 50.5685 49.6291 50.5685L28.5515 50.5685C27.3116 50.4859 26.3197 49.494 26.3197 48.3368ZM50.5383 35.1116C50.5383 34.6157 50.125 34.1197 49.5464 34.1197L28.4688 34.1197C27.9729 34.1197 27.4769 34.533 27.4769 35.1116L27.4769 48.3368C27.4769 48.8327 27.8902 49.3287 28.4688 49.3287L49.5464 49.3287C50.0424 49.3287 50.5383 48.9154 50.5383 48.3368L50.5383 35.1116Z\" fill=\"#404644\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bf7ebd6 elementor-widget elementor-widget-text-editor\" data-id=\"bf7ebd6\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>6<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb29420 elementor-widget elementor-widget-text-editor\" data-id=\"fb29420\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Debts Settled on Average<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-116beca e-con-full e-flex e-con e-child\" data-id=\"116beca\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-09186bc e-con-full e-flex e-con e-child\" data-id=\"09186bc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b9a526 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"2b9a526\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"52\" height=\"54\" viewbox=\"0 0 52 54\" fill=\"none\"><path d=\"M47.1421 18.7094C47.612 19.4142 46.8289 22.5467 43.3048 24.0347C43.0699 23.5648 42.7566 23.0949 42.4434 22.7034C43.3831 21.1371 46.6722 18.0046 47.1421 18.7094Z\" fill=\"#FFF150\"><\/path><path d=\"M49.334 28.0286C50.7436 28.2635 51.6834 34.6068 49.7256 33.9803C49.334 34.3719 49.0207 34.6068 48.7858 34.6068C48.7858 34.6068 48.7858 34.6068 48.7075 34.6068C48.5509 34.6068 48.4726 34.5285 48.3942 34.4502C47.6111 33.6671 47.9244 30.3779 48.5509 28.8117C48.7075 28.4201 48.8641 28.1069 49.0991 28.0286C49.1774 28.0286 49.2557 28.0286 49.334 28.0286Z\" fill=\"white\"><\/path><path d=\"M18.2435 50.1912C18.0869 51.4442 18.3218 52.3056 18.1652 52.4623C18.0086 52.6972 17.3821 52.7755 17.1471 52.4623C16.9122 52.149 16.6772 49.5647 16.6772 49.5647C17.1471 49.8779 17.6953 50.0346 18.2435 50.1912Z\" fill=\"white\"><\/path><path d=\"M35.7865 48.5464C35.2384 50.4259 35.6299 51.9138 35.4733 52.0704C35.3167 52.3054 34.6902 52.3837 34.4552 52.0704C34.2203 51.7572 33.9854 49.5645 33.9854 49.4861C34.5335 49.2512 35.16 48.9379 35.7865 48.5464Z\" fill=\"white\"><\/path><path d=\"M48.5515 28.8114C46.8286 29.0463 45.0274 28.0282 45.0274 28.0282C44.6359 26.6186 44.0094 25.2873 43.3046 23.956C43.0696 23.4861 42.7564 23.0162 42.4431 22.6247C38.7624 17.5344 32.4191 14.0886 25.136 14.0886C16.1301 14.0886 8.45548 19.3356 5.71454 26.6186C5.55792 27.0102 5.40129 27.4017 5.32298 27.7933C4.8531 29.3596 4.61816 31.0041 4.61816 32.6487C4.61816 37.9739 7.12417 42.751 11.1181 46.1968C12.5277 48.3895 12.841 52.1485 13.1542 52.4618C13.3892 52.775 14.094 52.6967 14.2506 52.4618C14.4072 52.2268 14.3289 50.5823 14.3289 48.3895C15.112 48.8594 15.9735 49.2509 16.8349 49.6425C17.3831 49.8774 17.9313 50.0341 18.4795 50.269C20.5939 50.9738 22.9433 51.2871 25.2927 51.2871C27.3288 51.2871 29.2866 51.0521 31.0878 50.5039C31.1661 51.2088 31.3227 52.2268 31.4794 52.4618C31.7143 52.775 32.3408 52.6967 32.4974 52.4618C32.654 52.3051 32.4191 51.3654 32.5757 50.0341C33.0456 49.8774 33.5155 49.7208 33.9854 49.4859C34.6119 49.1726 35.2384 48.9377 35.8649 48.5461C40.3287 46.1184 43.6961 42.1245 45.0274 37.5041C48.5515 35.0764 48.3165 34.6848 47.3768 34.8414C47.69 34.6848 48.2382 34.4499 48.4732 34.4499C47.69 33.7451 47.925 30.3776 48.5515 28.8114Z\" fill=\"white\"><\/path><path d=\"M25.0568 50.1125C22.864 50.1125 20.6713 49.7993 18.5568 49.0945C18.0086 48.9379 17.5388 48.7029 16.9906 48.5463C16.1291 48.233 15.346 47.8415 14.6412 47.3716C14.6412 47.3716 12.1352 45.962 10.8039 44.5524C7.27982 40.715 5.63525 37.1127 5.63525 32.7272C5.63525 31.1609 5.87019 29.673 6.34006 28.1851C6.41838 27.7935 6.575 27.4802 6.73163 27.0887C9.39425 20.0405 16.7556 15.3418 25.0568 15.3418C31.7133 15.3418 37.8217 18.3177 41.4241 23.3297C41.7373 23.7212 41.9723 24.1128 42.2072 24.5827C42.912 25.7574 43.4602 27.0104 43.8518 28.3417L44.0084 28.8115L44.3999 29.0465C44.5566 29.1248 45.6529 29.7513 46.9843 29.9079C46.671 31.3176 46.5927 33.197 47.0626 34.3717L47.4541 35.8597C47.2975 35.7814 46.9843 35.7031 46.8276 35.3115C46.5927 34.9199 46.7493 34.5284 46.8276 34.45C46.8276 34.5284 46.4361 34.9982 44.3216 36.4079L44.0084 36.6428L43.8518 37.0344C42.5204 41.3416 39.4663 45.0222 35.2374 47.3716C34.6892 47.6849 34.0627 47.9981 33.4362 48.2331C32.9663 48.3897 32.5748 48.6246 32.1049 48.7812L31.4001 49.1728L30.5386 49.4077C28.8158 49.8776 26.9363 50.1125 25.0568 50.1125Z\" fill=\"#FFF150\"><\/path><path d=\"M7.12489 30.4562H7.04658C6.73333 30.3779 6.49839 30.0646 6.5767 29.7514C7.35983 25.7575 9.7092 22.0768 12.92 19.7274C13.155 19.5708 13.5465 19.5708 13.7031 19.884C13.8598 20.119 13.8598 20.5105 13.5465 20.6671C10.4923 22.8599 8.37789 26.3056 7.67308 29.9863C7.67308 30.2996 7.35983 30.4562 7.12489 30.4562Z\" fill=\"white\"><\/path><path d=\"M6.88754 34.3716C6.57429 34.3716 6.33936 34.1367 6.33936 33.8235C6.33936 33.4319 6.33936 33.0403 6.33936 32.6488C6.33936 32.3355 6.57429 32.1006 6.96586 32.1006C7.27911 32.1006 7.51404 32.3355 7.51404 32.7271C7.51404 33.1187 7.51404 33.4319 7.51404 33.8235C7.51404 34.0584 7.20079 34.2933 6.88754 34.3716Z\" fill=\"white\"><\/path><path d=\"M48.7861 35.2333C48.3946 35.2333 47.7681 35.0767 47.5331 33.8237C47.2199 32.1792 47.6114 28.1069 48.9427 27.4804C49.0211 27.4804 49.0211 27.4804 49.0994 27.4021C49.1777 27.4021 49.256 27.4021 49.3343 27.4021C49.4126 27.4021 49.4126 27.4021 49.4909 27.4021C50.9789 27.7153 51.6054 31.0828 51.4488 32.7273C51.2921 34.4502 50.4307 34.5285 50.0391 34.5285C49.6476 34.9201 49.3343 35.0767 48.9427 35.155L48.7861 35.2333ZM49.3343 28.6551C49.0994 29.0467 48.6295 30.378 48.5512 32.1008C48.4729 33.2755 48.7078 33.8237 48.7861 33.9803C48.8644 33.9803 49.0211 33.8237 49.3343 33.5105C49.4909 33.3538 49.7259 33.2755 49.9608 33.3539C50.1174 33.2755 50.3524 32.649 50.1958 31.3177C50.0391 29.9864 49.5692 28.9683 49.3343 28.6551Z\" fill=\"#404644\"><\/path><path d=\"M31.7906 53.2454C31.399 53.2454 31.0858 53.0888 30.8508 52.8538C30.7725 52.7755 30.6159 52.5406 30.381 51.2093C26.387 52.149 22.0015 51.9924 18.0859 50.7394C17.5377 50.5828 16.9895 50.3478 16.363 50.1129C15.8148 49.878 15.1883 49.643 14.6401 49.3298C14.6401 49.643 14.6401 49.9563 14.6401 50.1912C14.6401 52.0707 14.6401 52.4623 14.4052 52.7755C14.1703 53.0888 13.7787 53.1671 13.3871 53.2454C12.9956 53.2454 12.604 53.0888 12.3691 52.8538C12.2124 52.6189 12.1341 52.384 11.9775 51.4442C11.7426 50.1912 11.2727 47.9985 10.4113 46.5888C6.18238 42.9081 3.83301 37.9745 3.83301 32.6492C3.83301 30.9263 4.06795 29.2035 4.61613 27.5589C4.69445 27.1673 4.85107 26.7758 5.0077 26.3842C7.98357 18.7096 15.9714 13.4626 24.9774 13.4626C32.1821 13.4626 38.8387 16.7518 42.7543 22.2336C43.0676 22.7035 43.3808 23.1734 43.6941 23.6433C44.3989 24.8963 45.0254 26.2276 45.417 27.5589C45.8868 27.7938 47.2181 28.342 48.3928 28.1854C48.7061 28.1071 49.0193 28.342 49.0193 28.6553C49.0976 28.9685 48.8627 29.2818 48.5494 29.2818C46.6699 29.5167 44.7121 28.4986 44.6338 28.4203C44.4772 28.342 44.3989 28.1854 44.3206 28.1071C43.929 26.7758 43.3808 25.4445 42.676 24.1915C42.4411 23.7216 42.1278 23.33 41.8146 22.8601C38.2122 17.8481 31.9472 14.7156 25.0557 14.7156C16.5196 14.7156 8.92332 19.571 6.18238 26.8541C6.02576 27.2456 5.94745 27.6372 5.79082 27.9505C5.32095 29.5167 5.08601 31.083 5.08601 32.6492C5.08601 37.6612 7.27876 42.2816 11.2727 45.6491C11.351 45.7274 11.351 45.7274 11.4293 45.8057C12.5257 47.4503 12.9956 49.7213 13.2305 51.131C13.3088 51.4442 13.3871 51.8358 13.3871 51.9924H13.4654C13.4654 51.6791 13.4654 50.896 13.4654 50.1912C13.4654 49.643 13.4654 49.0165 13.4654 48.3117C13.4654 48.0768 13.5438 47.9202 13.7787 47.8418C13.9353 47.7635 14.1703 47.7635 14.3269 47.8418C15.11 48.3117 15.9714 48.7033 16.7546 49.0165C17.3028 49.2515 17.8509 49.4081 18.3208 49.5647C22.2364 50.8177 26.622 50.896 30.6159 49.878C30.7725 49.7996 30.9291 49.878 31.0858 49.9563C31.2424 50.0346 31.3207 50.1912 31.3207 50.3478C31.4773 51.3659 31.5556 51.8358 31.6339 51.9924C31.6339 51.9924 31.6339 51.9924 31.7123 51.9924C31.7123 51.9141 31.7123 51.9141 31.7123 51.8358C31.7123 51.3659 31.634 50.7394 31.7906 49.878C31.7906 49.643 31.9472 49.4864 32.1821 49.4081C32.652 49.2515 33.1219 49.0948 33.5135 48.8599C34.1399 48.625 34.7665 48.3117 35.393 47.9985C39.7785 45.5708 42.9893 41.8118 44.3206 37.2696C44.3206 37.113 44.4772 37.0347 44.5555 36.9564C45.8868 36.095 46.5133 35.5468 46.9049 35.2335C46.8266 35.1552 46.7483 35.0769 46.67 34.9203C46.5916 34.607 46.7483 34.3721 47.0615 34.2155L47.2965 34.1371C47.688 33.9805 48.0796 33.8239 48.3928 33.8239C48.7061 33.8239 48.941 34.1371 48.941 34.4504C48.941 34.7636 48.7061 34.9986 48.3928 34.9986C48.3928 35.5468 47.688 36.2516 45.3386 37.8178C43.8507 42.5166 40.5616 46.5105 35.9411 49.0165C35.3146 49.3298 34.6881 49.7213 33.9833 49.9563C33.5918 50.1129 33.2785 50.2695 32.8869 50.4261C32.8086 50.9743 32.8086 51.4442 32.8869 51.8358C32.8869 52.3056 32.8869 52.5406 32.7303 52.7755C32.5737 53.1671 32.1821 53.2454 31.7906 53.2454Z\" fill=\"#404644\"><\/path><path d=\"M43.3033 24.5829C43.0683 24.5829 42.9117 24.5046 42.8334 24.2696C42.5985 23.7998 42.2852 23.4082 41.972 22.9383C41.8153 22.7817 41.8153 22.4685 41.972 22.3118C42.7551 21.0588 45.731 18.0046 46.984 18.0046C47.2972 18.0046 47.5321 18.1613 47.6888 18.3179C48.0803 18.8661 47.9237 19.7275 47.7671 20.1974C47.5321 20.9022 46.6707 23.1733 43.5382 24.5046C43.4599 24.5829 43.3816 24.5829 43.3033 24.5829ZM43.0683 22.6251C43.225 22.86 43.3033 23.0166 43.4599 23.2516C45.496 22.2335 46.2008 20.8239 46.4358 20.1974C46.5924 19.8058 46.5924 19.4926 46.6707 19.336C45.8876 19.7275 44.0081 21.3721 43.0683 22.6251Z\" fill=\"#404644\"><\/path><path d=\"M34.8431 52.932C34.4515 52.932 34.1383 52.7754 33.9034 52.5404C33.7467 52.3838 33.5118 52.0706 33.2769 49.6429C33.2769 49.4079 33.3552 49.0947 33.6684 49.0164C34.2949 48.7814 34.9214 48.4682 35.4696 48.1549C35.6262 48.0766 35.8612 48.0766 36.0178 48.1549C36.1744 48.2332 36.331 48.4682 36.331 48.6248C36.331 48.7031 36.331 48.7031 36.331 48.7814C36.0178 49.9561 36.0178 50.8959 36.0178 51.5224C36.0178 51.9922 36.0178 52.3055 35.8612 52.5404C35.6262 52.7754 35.2347 52.932 34.8431 52.932ZM34.8431 51.7573C34.9214 51.679 34.9214 51.6007 34.9214 51.6007C34.9214 51.1308 34.8431 50.5043 34.9997 49.7212C34.8431 49.7995 34.6865 49.8778 34.5299 49.9561C34.6082 50.8176 34.7648 51.5224 34.8431 51.7573Z\" fill=\"#404644\"><\/path><path d=\"M17.6165 53.2454C17.225 53.2454 16.9117 53.0888 16.6768 52.8538C16.5985 52.7755 16.2852 52.384 16.0503 49.643C16.0503 49.4081 16.1286 49.2515 16.2852 49.0948C16.4419 48.9382 16.6768 48.9382 16.8334 49.0165C17.3816 49.2515 17.9298 49.4081 18.3997 49.5647C18.6346 49.643 18.8695 49.9563 18.7912 50.1912C18.7129 50.8177 18.7129 51.3659 18.7129 51.7575C18.7129 52.2273 18.7129 52.4623 18.5563 52.6972C18.3997 53.1671 17.9298 53.2454 17.6165 53.2454ZM17.6165 52.0707C17.6949 51.9924 17.6949 51.9924 17.6949 51.9141C17.6949 51.6008 17.6949 51.131 17.6949 50.6611C17.6165 50.6611 17.4599 50.5828 17.3816 50.5828C17.3816 51.2093 17.4599 51.8358 17.6165 52.0707Z\" fill=\"#404644\"><\/path><path d=\"M36.02 26.0706C35.9417 26.0706 35.8634 26.0706 35.7851 26.0706C34.1405 25.9923 32.7309 25.2875 31.7911 24.1128C30.5381 22.6249 30.0682 20.5104 30.2249 19.1791C30.3032 18.7092 30.3815 18.3177 30.5381 18.0827C30.6947 17.8478 31.008 17.6912 31.2429 17.6912C32.1827 17.6912 33.3574 19.1008 35.6284 21.9984C36.2549 22.7815 36.8814 23.5646 37.3513 24.1128C37.3513 24.1911 37.4296 24.1911 37.4296 24.2694C37.4296 24.3477 37.7429 24.9742 37.4296 25.5224C37.1947 25.914 36.7248 26.0706 36.02 26.0706ZM31.4779 18.9442C31.4779 19.0225 31.3996 19.1791 31.3996 19.2574C31.3212 20.3538 31.6345 22.0767 32.6526 23.3297C33.4357 24.2694 34.5321 24.8176 35.8634 24.8959C36.2549 24.8959 36.4116 24.8176 36.4116 24.8176C35.9417 24.2694 35.3152 23.4863 34.6887 22.7032C33.7489 21.4502 32.1827 19.414 31.4779 18.9442Z\" fill=\"#404644\"><\/path><path d=\"M4.77383 27.0887C4.46058 27.0887 4.14733 27.0104 3.83408 26.8537C3.52083 26.6971 3.28589 26.5405 3.12927 26.3055C2.58108 26.3839 2.03289 26.3055 1.48471 25.914C0.701581 25.4441 0.388331 24.5827 0.701581 23.7212C0.779894 23.408 1.09314 23.2514 1.40639 23.3297C1.71964 23.408 1.87627 23.7212 1.79796 24.0345C1.71964 24.426 1.79796 24.7393 2.11121 24.8959C2.26783 24.9742 2.42446 25.0525 2.58108 25.0525C2.58108 24.8959 2.58108 24.661 2.58108 24.5044C2.65939 24.0345 2.97265 23.173 3.67746 22.9381C3.9124 22.8598 4.38227 22.7815 4.85215 23.2514C5.08708 23.4863 5.24371 23.7995 5.24371 24.1128C5.24371 24.7393 4.69552 25.3658 4.30396 25.7574C4.30396 25.7574 4.30396 25.7574 4.38227 25.7574C4.53889 25.8357 5.08708 25.9923 5.47864 25.5224C5.71358 25.2875 6.10514 25.2875 6.34008 25.4441C6.57502 25.679 6.57502 26.0706 6.4184 26.3055C5.94852 26.8537 5.32202 27.0887 4.77383 27.0887ZM4.06902 24.1128C3.99071 24.1911 3.91239 24.3477 3.83408 24.5044C4.06902 24.3477 4.06902 24.1911 4.06902 24.1128Z\" fill=\"#404644\"><\/path><path d=\"M17.6968 17.9261L18.3233 17.0646C24.3533 15.7333 30.54 16.6731 30.54 16.6731L30.8533 17.5345C24.1184 16.7514 17.6968 17.9261 17.6968 17.9261Z\" fill=\"#404644\"><\/path><path d=\"M32.418 8.92016C32.418 12.9924 29.1288 16.3598 24.9783 16.3598C20.906 16.3598 17.5386 13.0707 17.5386 8.92016C17.5386 4.84791 20.8277 1.48047 24.9783 1.48047C29.0505 1.48047 32.418 4.84791 32.418 8.92016Z\" fill=\"white\"><\/path><path d=\"M24.9794 15.42C21.3771 15.42 18.4795 12.5225 18.4795 8.9201C18.4795 5.31773 21.3771 2.42017 24.9794 2.42017C28.5818 2.42017 31.4794 5.31773 31.4794 8.9201C31.4794 12.5225 28.5818 15.42 24.9794 15.42Z\" fill=\"#1B976A\"><\/path><path d=\"M22.8637 10.3297C23.4902 10.6429 24.2733 11.0345 25.0564 11.0345C25.5263 11.0345 25.8396 10.8779 25.8396 10.5646C25.8396 10.3297 25.6829 10.0947 25.2914 10.0164L24.1167 9.46824C23.1769 9.07668 22.4721 8.52849 22.4721 7.51043C22.4721 6.41405 23.2552 5.63093 24.3516 5.39599V4.45624C24.5082 4.37793 24.8998 4.37793 25.0564 4.37793C25.2131 4.37793 25.5263 4.37793 25.7612 4.45624V5.39599C26.5444 5.4743 27.1709 5.70924 27.7191 5.94418C27.7191 6.49237 27.4841 7.11887 27.0926 7.43212C26.3877 7.19718 25.6829 6.96224 25.2131 6.96224C24.8215 6.96224 24.5866 7.11887 24.5866 7.43212C24.5866 7.66706 24.8215 7.82368 25.1347 7.90199L26.2311 8.29356C27.2492 8.68512 27.954 9.31162 27.954 10.408C27.954 11.5044 27.0142 12.2875 25.7612 12.4441V13.3839C25.6046 13.4622 25.2131 13.4622 25.0564 13.4622C24.8998 13.4622 24.5866 13.4622 24.3516 13.3839V12.4441C23.4119 12.2875 22.6287 11.9742 22.2372 11.7393C22.1589 11.2694 22.4721 10.5646 22.8637 10.3297Z\" fill=\"white\"><\/path><path d=\"M24.9815 16.9079C20.596 16.9079 16.9937 13.3055 16.9937 8.92C16.9937 4.5345 20.596 0.932129 24.9815 0.932129C29.367 0.932129 32.9694 4.5345 32.9694 8.92C32.9694 13.3055 29.367 16.9079 24.9815 16.9079ZM24.9815 2.10682C21.2225 2.10682 18.1683 5.161 18.1683 8.92C18.1683 12.679 21.2225 15.7332 24.9815 15.7332C28.7405 15.7332 31.7947 12.679 31.7947 8.92C31.7947 5.161 28.7405 2.10682 24.9815 2.10682Z\" fill=\"#404644\"><\/path><path d=\"M41.4257 28.8117C41.4257 29.2816 41.2691 29.5948 41.0341 29.5948C40.7992 29.5948 40.6426 29.2033 40.6426 28.8117C40.6426 28.4201 40.7992 28.0286 41.0341 28.0286C41.1908 28.0286 41.4257 28.4201 41.4257 28.8117Z\" fill=\"#404644\"><\/path><path d=\"M43.3824 28.2634C43.3824 28.655 43.2257 28.9682 43.0691 28.9682C42.9125 28.9682 42.7559 28.655 42.7559 28.2634C42.7559 27.8718 42.9125 27.5586 43.0691 27.5586C43.304 27.6369 43.3824 27.9502 43.3824 28.2634Z\" fill=\"#404644\"><\/path><path d=\"M49.257 31.474C49.257 31.9439 49.1787 32.2572 49.1004 32.2572C48.9437 32.2572 48.8654 31.9439 48.7871 31.474C48.7871 31.0042 48.8654 30.6909 48.9437 30.6909C49.1004 30.6909 49.257 31.0825 49.257 31.474Z\" fill=\"#404644\"><\/path><path d=\"M50.0395 31.3175C50.0395 31.7091 49.9612 32.0223 49.8829 32.0223C49.8046 32.0223 49.7263 31.7091 49.6479 31.3958C49.6479 31.0043 49.7263 30.691 49.8046 30.691C49.9612 30.6127 50.0395 30.926 50.0395 31.3175Z\" fill=\"#404644\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d845ded elementor-widget elementor-widget-text-editor\" data-id=\"d845ded\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>43%<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-337d10e elementor-widget elementor-widget-text-editor\" data-id=\"337d10e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Average Savings<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d0e043b e-con-full e-flex e-con e-parent\" data-id=\"d0e043b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dfdb0b8 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-template\" data-id=\"dfdb0b8\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t<?xml encoding=\"UTF-8\"><div data-elementor-type=\"container\" data-elementor-id=\"27221\" class=\"elementor elementor-27221\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52d4e222 e-con-full e-flex e-con e-child\" data-id=\"52d4e222\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f07ecd6 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"5f07ecd6\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"preload\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\" href=\"\/wp-content\/themes\/hello-elementor-child\/debt-calc-input.css\">\n<script src=\"\/wp-content\/themes\/hello-elementor-child\/js\/debt-calc-input.js?v=2\" defer><\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8f6c440 e-con-full e-flex e-con e-child\" data-id=\"8f6c440\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-11baff6f elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"11baff6f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Debt Relief Calculator<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5bba8f80 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5bba8f80\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">See how long it could take to pay off your credit card debt.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f20e8b1 e-con-full e-con-jgw-boxed e-flex e-con e-child\" data-id=\"4f20e8b1\" data-element_type=\"container\" id=\"calc-form\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-4ba33c47 e-con-full e-flex e-con e-child\" data-id=\"4ba33c47\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-47363889 e-flex e-con-boxed e-con e-child\" data-id=\"47363889\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-21aee3d5 e-flex e-con-boxed e-con e-child\" data-id=\"21aee3d5\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5fb3e5d3 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5fb3e5d3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Debt Amount<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-74de05a8 e-con-full input-facade input-focus e-flex e-con e-child\" data-id=\"74de05a8\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-5f066bcd e-con-full e-flex e-con e-child\" data-id=\"5f066bcd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3728534a elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"3728534a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">$<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b3a5aae elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"7b3a5aae\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t  <input id=\"calc-input-amount\" type=\"text\" inputmode=\"decimal\" value=\"\" tabindex=\"0\" aria-describedby=\"calc-amount-info\" aria-labelledby=\"calc-amount-info\" aria-invalid=\"false\" maxlength=\"6\" required>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c3b26c8 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"4c3b26c8\" data-element_type=\"widget\" id=\"calc-amount-info\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">A value between $7,500 and $250,000<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4fc8c836 e-flex e-con-boxed e-con e-child\" data-id=\"4fc8c836\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-968f1b0 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"968f1b0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Average Interest Rate<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4c534f39 e-con-full input-facade e-flex e-con e-child\" data-id=\"4c534f39\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-7a1a829f e-con-full e-flex e-con e-child\" data-id=\"7a1a829f\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-518cf840 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"518cf840\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">%<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae4f4a4 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"ae4f4a4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t  <input id=\"calc-input-rate\" type=\"text\" value=\"\" inputmode=\"decimal\" tabindex=\"0\" aria-describedby=\"calc-rate-info\" aria-labelledby=\"calc-rate-info\" aria-invalid=\"false\" required>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6692cf67 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"6692cf67\" data-element_type=\"widget\" id=\"calc-rate-info\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">A value between 15.00% and 36.00%<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-401639ca e-flex e-con-boxed e-con e-child\" data-id=\"401639ca\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a12ee1d elementor-widget elementor-widget-heading\" data-id=\"a12ee1d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Estimated current monthly payment<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5e3ad47f e-con-full input-facade e-flex e-con e-child\" data-id=\"5e3ad47f\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-551cbd0e e-con-full e-flex e-con e-child\" data-id=\"551cbd0e\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c85dba elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"7c85dba\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">$<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b8b262f elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"6b8b262f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t  <input id=\"calc-input-payment\" type=\"text\" value=\"\" inputmode=\"decimal\" tabindex=\"0\" aria-describedby=\"calc-payment-info\" aria-labelledby=\"calc-payment-info\" aria-invalid=\"false\" required>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29ebe58c elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"29ebe58c\" data-element_type=\"widget\" id=\"calc-payment-info\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">A value between $15 and your debt amount<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-543ca4d e-con-full e-flex e-con e-child\" data-id=\"543ca4d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23ff0084 elementor-align-justify elementor-widget__width-inherit elementor-widget elementor-widget-button\" data-id=\"23ff0084\" data-element_type=\"widget\" id=\"calc-submit\" aria-label=\"Calculate\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Calculate<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-261322dd e-con-full e-flex e-con e-child\" data-id=\"261322dd\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-7c89b74a e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-hidden-widescreen elementor-hidden-laptop elementor-hidden-mobile_extra elementor-hidden-tablet_extra e-flex e-con e-child\" data-id=\"7c89b74a\" data-element_type=\"container\" id=\"calc-results\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-1bc0cc59 e-con-full e-flex e-con e-child\" data-id=\"1bc0cc59\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-1476ae58 e-con-full e-flex e-con e-child\" data-id=\"1476ae58\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-42b3bd75 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"42b3bd75\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your Results<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-643050e7 e-con-full e-flex e-con e-child\" data-id=\"643050e7\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3d085f5b e-con-full slide-in e-flex e-con e-child\" data-id=\"3d085f5b\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b49d5d elementor-widget elementor-widget-image\" data-id=\"2b49d5d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"25\" height=\"32\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/06\/hourglass.svg\" class=\"attachment-large size-large wp-image-10723\" alt=\"hourglass\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5d2d920d e-con-full e-flex e-con e-child\" data-id=\"5d2d920d\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d146679 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5d146679\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Time to Pay Off<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a349c57 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"7a349c57\" data-element_type=\"widget\" id=\"calc-result-months\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">0 months<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f28541a e-con-full slide-in e-flex e-con e-child\" data-id=\"4f28541a\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ee56c6c elementor-widget elementor-widget-image\" data-id=\"7ee56c6c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"32\" height=\"30\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/06\/money.svg\" class=\"attachment-large size-large wp-image-10724\" alt=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6894c4e7 e-con-full e-flex e-con e-child\" data-id=\"6894c4e7\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c86f0db elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5c86f0db\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Your Total Payment<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74a5ccae elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"74a5ccae\" data-element_type=\"widget\" id=\"calc-result-total\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">$0<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-43d85ee2 e-con-full slide-in e-flex e-con e-child\" data-id=\"43d85ee2\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-57d942fc elementor-widget elementor-widget-image\" data-id=\"57d942fc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"28\" height=\"32\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/06\/calendar.svg\" class=\"attachment-large size-large wp-image-10722\" alt=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6d2a2492 e-con-full e-flex e-con e-child\" data-id=\"6d2a2492\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-46f7b17e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"46f7b17e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Monthly Payment<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d53ab2 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"7d53ab2\" data-element_type=\"widget\" id=\"calc-result-payments\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">$0<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f289295 e-con-full e-flex e-con e-child\" data-id=\"7f289295\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-b3f72a7 e-con-full slide-in e-flex e-con e-child\" data-id=\"b3f72a7\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-77cfb8de elementor-widget elementor-widget-image\" data-id=\"77cfb8de\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" loading=\"lazy\" width=\"36\" height=\"32\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/06\/pigbank.svg\" class=\"attachment-large size-large wp-image-10725\" alt=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-53c2c2de e-flex e-con-boxed e-con e-child\" data-id=\"53c2c2de\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc03ea5 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"cc03ea5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Total Savings<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3e3675f9 e-flex e-con-boxed e-con e-child\" data-id=\"3e3675f9\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0f31bf elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"4a0f31bf\" data-element_type=\"widget\" id=\"calc-result-savings\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">$0<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1568f00 e-con-full e-flex e-con e-child\" data-id=\"1568f00\" data-element_type=\"container\" id=\"calc-result-compare\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28d72b87 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"28d72b87\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-517fd104 link elementor-widget elementor-widget-heading\" data-id=\"517fd104\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\"><a href=\"#calc-graphs\" data-name=\"Compare\" data-parent=\"form\" data-type=\"button\">Compare &gt;<\/a><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1fbef56 eael-tooltip-align-center eael-tooltip-align-mobile-center disclosure-tip eael-tooltip-text-align-left elementor-widget elementor-widget-eael-tooltip\" data-id=\"1fbef56\" data-element_type=\"widget\" id=\"disclosure\" data-widget_type=\"eael-tooltip.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"eael-tooltip\">\n\t\t\t\t\t<div class=\"eael-tooltip-content\" tabindex=\"0\" aria-describedby=\"tooltip-text-1fbef56\"><p>View Disclosure<\/p><\/div>\n  \t\t\t<span id=\"tooltip-text-1fbef56\" class=\"eael-tooltip-text eael-tooltip-bottom\" role=\"tooltip\"><p>*<strong>Disclaimer<\/strong>: The calculator on this web site is for estimation and educational purposes only. JG Wentworth makes no guarantees regarding its accuracy and specifically disclaims any and all liability arising from the use of this or any other calculator on this web site. Use at your own risk and verify all results with an appropriate financial professional before taking action. We are not registered investment advisers, attorneys, CPA&rsquo;s or other financial service professionals and do not render legal, tax, accounting, investment advice or other professional services.<\/p><\/span>\n  \t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-77b9a758 elementor-hidden-mobile e-flex e-con-boxed e-con e-child\" data-id=\"77b9a758\" data-element_type=\"container\" id=\"calc-pre-results\" data-settings='{\"background_background\":\"classic\",\"position\":\"absolute\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14b873f6 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"14b873f6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your Results<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5184a3ca elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5184a3ca\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Please fill out the calculator and press &lsquo;&rsquo;Calculate&rsquo;&rsquo; to see your results.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2fc7c5dd e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-hidden-widescreen elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-mobile_extra e-flex e-con e-child\" data-id=\"2fc7c5dd\" data-element_type=\"container\" id=\"calc-error\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-b785485 e-con-full e-flex e-con e-child\" data-id=\"b785485\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-1935a006 e-con-full e-flex e-con e-child\" data-id=\"1935a006\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-5fceceb2 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5fceceb2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your Results<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-38385d08 e-con-full e-flex e-con e-child\" data-id=\"38385d08\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62649db3 elementor-widget elementor-widget-heading\" data-id=\"62649db3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Please check your numbers. At your current interest rate you will not be able to pay off the debt with that monthly payment amount. Please review your numbers and try again.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3352b904 eael-tooltip-align-center eael-tooltip-align-mobile-center disclosure-tip eael-tooltip-text-align-left elementor-widget elementor-widget-eael-tooltip\" data-id=\"3352b904\" data-element_type=\"widget\" data-widget_type=\"eael-tooltip.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"eael-tooltip\">\n\t\t\t\t\t<div class=\"eael-tooltip-content\" tabindex=\"0\" aria-describedby=\"tooltip-text-3352b904\"><p>View Disclosure<\/p><\/div>\n  \t\t\t<span id=\"tooltip-text-3352b904\" class=\"eael-tooltip-text eael-tooltip-bottom\" role=\"tooltip\"><p>*<strong>Disclaimer<\/strong>: The calculator on this web site is for estimation and educational purposes only. JG Wentworth makes no guarantees regarding its accuracy and specifically disclaims any and all liability arising from the use of this or any other calculator on this web site. Use at your own risk and verify all results with an appropriate financial professional before taking action. We are not registered investment advisers, attorneys, CPA&rsquo;s or other financial service professionals and do not render legal, tax, accounting, investment advice or other professional services.<\/p><\/span>\n  \t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2dbf636 elementor-widget elementor-widget-template\" data-id=\"2dbf636\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"container\" data-elementor-id=\"23987\" class=\"elementor elementor-23987\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30dd4a2 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-hidden-widescreen elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-mobile_extra e-flex e-con-boxed e-con e-parent\" data-id=\"30dd4a2\" data-element_type=\"container\" id=\"calc-graphs\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6812afdd elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"6812afdd\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\" defer><\/script>\n<script src=\"\/wp-content\/themes\/hello-elementor-child\/js\/debt-calc-graph-donut.js?v=1\" defer><\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2d8dec7 e-flex e-con-boxed e-con e-child\" data-id=\"2d8dec7\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-38ae97d4 e-flex e-con-boxed e-con e-child\" data-id=\"38ae97d4\" data-element_type=\"container\" id=\"calc-section-total\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-35e6180 e-con-full e-con-jgw-boxed e-flex e-con e-child\" data-id=\"35e6180\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4a829c20 e-con-full e-flex e-con e-child\" data-id=\"4a829c20\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-5a9c14a5 e-flex e-con-boxed e-con e-child\" data-id=\"5a9c14a5\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20e06aa5 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"20e06aa5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"color:#1B976A\">Pay less<\/span> overall<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-796741a8 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"796741a8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">On average, JGW customers with similar debt amounts to you save 43% on the total cost of their debt!<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4812c79a e-con-full e-flex e-con e-child\" data-id=\"4812c79a\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-42e8055a e-con-full e-flex e-con e-child\" data-id=\"42e8055a\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b9806e elementor-widget elementor-widget-heading\" data-id=\"3b9806e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Total Cost<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-706f99f3 elementor-widget__width-initial graph-html elementor-widget elementor-widget-html\" data-id=\"706f99f3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<canvas id=\"calc-graph-total\" style=\"display:inline; magin:auto;\"><\/canvas>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36c5d220 e-con-full e-flex e-con e-child\" data-id=\"36c5d220\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-70b5442c e-con-full e-flex e-con e-child\" data-id=\"70b5442c\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-15df4a59 e-con-full e-flex e-con e-child\" data-id=\"15df4a59\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-275e6ee e-con-full e-flex e-con e-child\" data-id=\"275e6ee\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e744bca elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5e744bca\" data-element_type=\"widget\" id=\"current-total-value\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">$14,000<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6df6c0df elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"6df6c0df\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Current Payoff<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1efdc42b e-con-full e-flex e-con e-child\" data-id=\"1efdc42b\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-2846a4d5 e-con-full e-flex e-con e-child\" data-id=\"2846a4d5\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-be0bdcc e-con-full e-flex e-con e-child\" data-id=\"be0bdcc\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d6f2323 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"d6f2323\" data-element_type=\"widget\" id=\"jgw-total-value\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">$12,000<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a871c75 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"4a871c75\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">JGW Debt Relief<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f8aa283 e-flex e-con-boxed e-con e-child\" data-id=\"f8aa283\" data-element_type=\"container\" id=\"calc-section-month\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b3380eb e-con-full e-con-jgw-boxed e-flex e-con e-child\" data-id=\"b3380eb\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-19d962bd e-con-full e-flex e-con e-child\" data-id=\"19d962bd\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-6fe30daa e-con-full e-flex e-con e-child\" data-id=\"6fe30daa\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-7631ffe elementor-widget elementor-widget-heading\" data-id=\"7631ffe\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Time to Payoff<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26b5cb75 elementor-widget__width-initial graph-html elementor-widget elementor-widget-html\" data-id=\"26b5cb75\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<canvas id=\"calc-graph-month\" style=\"display:inline; magin:auto;\"><\/canvas>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-24139c2a e-con-full e-flex e-con e-child\" data-id=\"24139c2a\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-2635c062 e-con-full e-flex e-con e-child\" data-id=\"2635c062\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-1c999dc3 e-con-full e-flex e-con e-child\" data-id=\"1c999dc3\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-8359042 e-con-full e-flex e-con e-child\" data-id=\"8359042\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59989a67 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"59989a67\" data-element_type=\"widget\" id=\"current-month-value\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">60 months<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3871f6fb elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"3871f6fb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Current Payoff<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7b130e53 e-con-full e-flex e-con e-child\" data-id=\"7b130e53\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-670557ae e-con-full e-flex e-con e-child\" data-id=\"670557ae\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-6082a5a e-con-full e-flex e-con e-child\" data-id=\"6082a5a\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73d312c3 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"73d312c3\" data-element_type=\"widget\" id=\"jgw-month-value\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">50 months<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ee37bf2 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"7ee37bf2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">JGW Debt Relief<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-324552bf e-con-full e-flex e-con e-child\" data-id=\"324552bf\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-4acf853a e-flex e-con-boxed e-con e-child\" data-id=\"4acf853a\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-651c2bde elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"651c2bde\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Get out of debt <span style=\"color:#1B976A\">faster<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-52d3ff4a elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"52d3ff4a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Our program runs between 32 and 60 months and is determined by your debt amount. Talk to on of our debt specialists about custom options.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-282d9b7c e-con-full e-flex e-con e-child\" data-id=\"282d9b7c\" data-element_type=\"container\" id=\"calc-section-payment\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-9465b7b e-con-full e-con-jgw-boxed e-flex e-con e-child\" data-id=\"9465b7b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4ef9d0d2 e-con-full e-flex e-con e-child\" data-id=\"4ef9d0d2\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-4e44c933 e-flex e-con-boxed e-con e-child\" data-id=\"4e44c933\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d1fb6fa elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"3d1fb6fa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"color:#1B976A\">Pay less<\/span> per month<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4dc213fd elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"4dc213fd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Compared to paying off your debt alone, debt relief can be a quicker, cheaper, and easier way to reach your goal of becoming debt-free.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7858d983 e-con-full e-flex e-con e-child\" data-id=\"7858d983\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-440fa3e0 e-con-full e-flex e-con e-child\" data-id=\"440fa3e0\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c47975 elementor-widget elementor-widget-heading\" data-id=\"4c47975\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Monthly Payment<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33534efa elementor-widget__width-initial graph-html elementor-widget elementor-widget-html\" data-id=\"33534efa\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<canvas id=\"calc-graph-payment\" style=\"display:inline; magin:auto;\"><\/canvas>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-692d1db9 e-con-full e-flex e-con e-child\" data-id=\"692d1db9\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-5489b625 e-con-full e-flex e-con e-child\" data-id=\"5489b625\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-7895ebab e-con-full e-flex e-con e-child\" data-id=\"7895ebab\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-0364771 e-con-full e-flex e-con e-child\" data-id=\"0364771\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d14056c elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"4d14056c\" data-element_type=\"widget\" id=\"current-payment-value\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">$14,000<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-668209ab elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"668209ab\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Current Payoff<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-77b5fc75 e-con-full e-flex e-con e-child\" data-id=\"77b5fc75\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-4c33c797 e-con-full e-flex e-con e-child\" data-id=\"4c33c797\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-98e9851 e-con-full e-flex e-con e-child\" data-id=\"98e9851\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-216c5832 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"216c5832\" data-element_type=\"widget\" id=\"jgw-payment-value\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">$12,000<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d95407 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"6d95407\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">JGW Debt Relief<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d808a38 elementor-widget elementor-widget-template\" data-id=\"d808a38\" data-element_type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t<?xml encoding=\"UTF-8\"><div data-elementor-type=\"container\" data-elementor-id=\"29006\" class=\"elementor elementor-29006\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e461fc0 e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"5e461fc0\" data-element_type=\"container\" id=\"calc-email\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ae223c3 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"3ae223c3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script src=\"\/wp-content\/themes\/hello-elementor-child\/js\/debt-calc-email.js?v=6\" defer><\/script>\n<script>\n\/\/ todo move into above js file\n    document.addEventListener('populateResults', (event) => {\n         document.getElementById('calc-email').classList.remove(\n            'elementor-hidden-desktop',\n            'elementor-hidden-tablet',\n            'elementor-hidden-widescreen',\n            'elementor-hidden-laptop',\n            'elementor-hidden-tablet_extra',\n            'elementor-hidden-mobile_extra',\n            'elementor-hidden-mobile');\n        \n        document.getElementById('result-success').classList.add(\n            'elementor-hidden-desktop',\n            'elementor-hidden-tablet',\n            'elementor-hidden-widescreen',\n            'elementor-hidden-laptop',\n            'elementor-hidden-tablet_extra',\n            'elementor-hidden-mobile_extra',\n            'elementor-hidden-mobile');\n        document.getElementById('result-success').style = '';\n        document.getElementById('result-pre-message').style = '';\n\n        document.getElementById('result-email-sticky').parentNode.classList.remove(\n            'elementor-hidden-desktop',\n            'elementor-hidden-tablet',\n            'elementor-hidden-widescreen',\n            'elementor-hidden-laptop',\n            'elementor-hidden-tablet_extra',\n            'elementor-hidden-mobile_extra',\n            'elementor-hidden-mobile');\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4ee658bd e-con-full e-con-jgw-boxed e-flex e-con e-child\" data-id=\"4ee658bd\" data-element_type=\"container\" id=\"result-pre-message\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-196ac726 e-con-full e-flex e-con e-child\" data-id=\"196ac726\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-522066a7 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"522066a7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Send yourself a copy of your results<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6ecae1df e-flex e-con-boxed e-con e-child\" data-id=\"6ecae1df\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-48fb8e14 e-con-full e-flex e-con e-child\" data-id=\"48fb8e14\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-3149611e e-con-full e-flex e-con e-child\" data-id=\"3149611e\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ae0ded1 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1ae0ded1\" data-element_type=\"widget\" id=\"calc-input-first-name-label\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">First name<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c06ee03 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"2c06ee03\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t  <input id=\"calc-input-first-name\" type=\"text\" value=\"\" tabindex=\"0\" aria-describedby=\"calc-input-first-name-label\" aria-labelledby=\"calc-input-first-name-label\" aria-invalid=\"false\" maxlength=\"30\" data-name=\"first_name\" data-product=\"Debt Calculator\" data-type=\"Lead Submission\" required disabled>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6554f0f6 elementor-widget__width-initial calc-email-info elementor-widget elementor-widget-heading\" data-id=\"6554f0f6\" data-element_type=\"widget\" id=\"calc-input-first-name-info\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">No special characters<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1469edad e-con-full e-flex e-con e-child\" data-id=\"1469edad\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-6bf1466a e-con-full e-flex e-con e-child\" data-id=\"6bf1466a\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-48501c2c elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"48501c2c\" data-element_type=\"widget\" id=\"calc-input-last-name-label\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Last name<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6540ce3d elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"6540ce3d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t  <input id=\"calc-input-last-name\" type=\"text\" value=\"\" tabindex=\"0\" aria-describedby=\"calc-input-last-name-label\" aria-labelledby=\"calc-input-last-name-label\" aria-invalid=\"false\" maxlength=\"30\" data-name=\"last_name\" data-product=\"Debt Calculator\" data-type=\"Lead Submission\" required disabled>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1db785f5 elementor-widget__width-initial calc-email-info elementor-widget elementor-widget-heading\" data-id=\"1db785f5\" data-element_type=\"widget\" id=\"calc-input-last-name-info\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">No special characters<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2aee016c e-con-full e-flex e-con e-child\" data-id=\"2aee016c\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-375626ec e-con-full e-flex e-con e-child\" data-id=\"375626ec\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-7eb3ea2b elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"7eb3ea2b\" data-element_type=\"widget\" id=\"calc-input-email-label\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Email<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2bcdba5c elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"2bcdba5c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t  <input id=\"calc-input-email\" type=\"text\" value=\"\" tabindex=\"0\" aria-describedby=\"calc-input-email-label\" aria-labelledby=\"calc-input-email-label\" aria-invalid=\"false\" maxlength=\"30\" data-name=\"email_address\" data-product=\"Debt Calculator\" data-type=\"Lead Submission\" required disabled>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc618b9 elementor-widget__width-initial calc-email-info elementor-widget elementor-widget-heading\" data-id=\"fc618b9\" data-element_type=\"widget\" id=\"calc-input-email-info\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Check your email address and try again<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7fc75e77 e-con-full e-flex e-con e-child\" data-id=\"7fc75e77\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4bd6aab6 elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"4bd6aab6\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\" id=\"email-submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Submit<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f327fd3 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1f327fd3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">By submitting this form, I am providing JG Wentworth, with express written consent to contact  me by email. For assistance, please call any number listed on this website. I also consent and agree to JG Wentworth&rsquo;s <a href=\"\/jg-wentworth-company-r-consumer-privacy-notice\" target=\"_blank\" style=\"color:#1B976A\">Privacy Policy<\/a> and <a href=\"\/terms-use\" target=\"_blank\" style=\"color:#1B976A\">Terms of Use.<\/a><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3272e9fc e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-con-jgw-boxed e-flex e-con e-child\" data-id=\"3272e9fc\" data-element_type=\"container\" id=\"result-success\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-708f6e94 e-con-full e-flex e-con e-child\" data-id=\"708f6e94\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-4f4caa09 e-con-full e-flex e-con e-child\" data-id=\"4f4caa09\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-5187c06b e-con-full e-flex e-con e-child\" data-id=\"5187c06b\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-fa755fb elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"fa755fb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your results were sent successfully!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d906d04 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"3d906d04\" data-element_type=\"widget\" id=\"calc-success-email\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Email was sent to john.doe@email.com<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-383fd95b elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"383fd95b\" data-element_type=\"widget\" id=\"calc-success-email-change\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Change email<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4fd42fc e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-child\" data-id=\"4fd42fc\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bda3e5d e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"bda3e5d\" data-element_type=\"container\" id=\"result-email-sticky\" data-settings='{\"background_background\":\"classic\",\"sticky\":\"bottom\",\"animation\":\"slideInUp\",\"sticky_on\":[\"widescreen\",\"desktop\",\"laptop\",\"tablet_extra\",\"tablet\",\"mobile_extra\",\"mobile\"],\"sticky_offset\":0,\"sticky_effects_offset\":0,\"sticky_anchor_link_offset\":0}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-b1e3ca5 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b1e3ca5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Send yourself your results!<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c0eb0f9 elementor-widget elementor-widget-button\" data-id=\"c0eb0f9\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#result-pre-message\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Share Results<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-83c193f e-con-full e-flex e-con e-parent\" data-id=\"83c193f\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-d949824 e-con-full e-con-jgw-boxed e-flex e-con e-child\" data-id=\"d949824\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-089f48f elementor-widget elementor-widget-text-editor\" data-id=\"089f48f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tReady to learn more? Connect with a debt specialist today!\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-134433e elementor-align-center elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-widescreen elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget elementor-widget-button\" data-id=\"134433e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"tel:8556889669\" data-name=\"Call Now\" data-parent=\"Bottom CTA\" data-type=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Call Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef7e5c9 elementor-align-center elementor-hidden-mobile elementor-hidden-mobile_extra elementor-widget elementor-widget-button\" data-id=\"ef7e5c9\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\" data-name=\"Start Now\" data-parent=\"Bottom CTA\" data-type=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Start Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3145faf e-con-full e-flex e-con e-child\" data-id=\"3145faf\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-037846f e-con-full e-con-jgw-boxed e-flex e-con e-child\" data-id=\"037846f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-16b4c54 e-con-full e-flex e-con e-child\" data-id=\"16b4c54\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a6fb730 e-con-full elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-child\" data-id=\"a6fb730\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f9bec49 e-con-full e-flex e-con e-child\" data-id=\"f9bec49\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7321b65 elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"7321b65\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Featured Debt Relief Articles<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-696423c e-flex e-con-boxed e-con e-child\" data-id=\"696423c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8583cf3 elementor-hidden-mobile blog-link anchor-bold elementor-widget elementor-widget-heading\" data-id=\"8583cf3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"\/category\/financial-education\">Read More &gt;<\/a><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f344ca3 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-widescreen elementor-hidden-laptop elementor-hidden-tablet_extra e-flex e-con e-child\" data-id=\"f344ca3\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8ca837f e-con-full e-flex e-con e-child\" data-id=\"8ca837f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4adb1a6 elementor-hidden-desktop elementor-hidden-tablet read-more-icon elementor-widget elementor-widget-heading\" data-id=\"4adb1a6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\"><a href=\"\/category\/financial-education\">Featured Debt Relief Articles<\/a><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-61f1514 e-con-full e-flex e-con e-child\" data-id=\"61f1514\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-abdb990 elementor-hidden-desktop elementor-hidden-tablet read-more-icon elementor-widget elementor-widget-heading\" data-id=\"abdb990\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\"><a href=\"\/category\/annuity-purchasing\">&gt;<\/a><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e3d51a5 e-flex e-con-boxed e-con e-child\" data-id=\"e3d51a5\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a91fafc elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"a91fafc\" data-element_type=\"widget\" data-settings='{\"template_id\":\"2009\",\"columns\":4,\"_skin\":\"post\",\"columns_tablet\":\"2\",\"columns_mobile\":\"1\",\"edit_handle_selector\":\"[data-elementor-type=\\\"loop-item\\\"]\",\"row_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"row_gap_widescreen\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"row_gap_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"row_gap_tablet_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"row_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"row_gap_mobile_extra\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"row_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}}' data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t<style id=\"loop-2009\">.blog-post-card {\n    text-decoration: none;\n}\n.elementor-2009 .elementor-element.elementor-element-63e2468f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:flex-end;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2009 .elementor-element.elementor-element-63e2468f.e-con{--align-self:center;}.elementor-2009 .elementor-element.elementor-element-1b694e78{--display:flex;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-weight:var( --e-global-typography-text-font-weight );}.elementor-2009 .elementor-element.elementor-element-b92bc70{width:100%;max-width:100%;}.elementor-2009 .elementor-element.elementor-element-b92bc70 img{width:100%;height:185px;object-fit:cover;object-position:top center;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );transition-duration:0.3s;border-radius:8px 8px 8px 8px;}.elementor-2009 .elementor-element.elementor-element-b92bc70:hover img{filter:brightness( 105% ) contrast( 100% ) saturate( 105% ) blur( 0px ) hue-rotate( 0deg );}.elementor-2009 .elementor-element.elementor-element-9989779{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--gap:5px 5px;--row-gap:5px;--column-gap:5px;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2009 .elementor-element.elementor-element-e3b1d68{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-heading .elementor-heading-title{font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2009 .elementor-element.elementor-element-71fded65{width:initial;max-width:initial;text-align:left;}.elementor-2009 .elementor-element.elementor-element-71fded65 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-2009 .elementor-element.elementor-element-71fded65.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2009 .elementor-element.elementor-element-71fded65 .elementor-heading-title{font-family:\"Poppins\", Sans-serif;font-size:12px;font-weight:700;line-height:18px;color:var( --e-global-color-primary );}.elementor-2009 .elementor-element.elementor-element-5f334874{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--gap:4px 4px;--row-gap:4px;--column-gap:4px;--flex-wrap:wrap;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2009 .elementor-element.elementor-element-51481055{width:initial;max-width:initial;text-align:left;}.elementor-2009 .elementor-element.elementor-element-51481055 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-2009 .elementor-element.elementor-element-51481055.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2009 .elementor-element.elementor-element-51481055 .elementor-heading-title{font-family:\"Poppins\", Sans-serif;font-size:12px;font-weight:400;line-height:18px;color:#787878;}.elementor-2009 .elementor-element.elementor-element-2077109a .elementor-heading-title{font-family:\"Poppins\", Sans-serif;font-weight:100;line-height:18px;color:var( --e-global-color-c438c4e );}.elementor-2009 .elementor-element.elementor-element-18d01b46{width:initial;max-width:initial;text-align:left;}.elementor-2009 .elementor-element.elementor-element-18d01b46 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-2009 .elementor-element.elementor-element-18d01b46.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2009 .elementor-element.elementor-element-18d01b46 .elementor-heading-title{font-family:\"Poppins\", Sans-serif;font-size:12px;font-weight:400;line-height:18px;color:#787878;}.elementor-2009 .elementor-element.elementor-element-21a0dd5{width:initial;max-width:initial;}.elementor-2009 .elementor-element.elementor-element-5cb7e76e{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:left;}.elementor-2009 .elementor-element.elementor-element-5cb7e76e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-2009 .elementor-element.elementor-element-5cb7e76e.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2009 .elementor-element.elementor-element-5cb7e76e .elementor-heading-title{font-family:\"Poppins\", Sans-serif;font-size:18px;font-weight:700;text-decoration:none;line-height:28px;color:rgba(63,70,68,1);}.elementor-widget-theme-post-excerpt .elementor-widget-container{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-2009 .elementor-element.elementor-element-5ebb83e .elementor-widget-container{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:400;line-height:24px;}@media(min-width:768px){.elementor-2009 .elementor-element.elementor-element-63e2468f{--width:100%;}}@media(max-width:1024px){.elementor-2009 .elementor-element.elementor-element-b92bc70 img{height:200px;}}@media(max-width:767px){.elementor-2009 .elementor-element.elementor-element-b92bc70 img{height:168px;}.elementor-2009 .elementor-element.elementor-element-9989779{--justify-content:flex-start;}.elementor-2009 .elementor-element.elementor-element-e3b1d68{--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2009 .elementor-element.elementor-element-5f334874{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2009 .elementor-element.elementor-element-5cb7e76e .elementor-heading-title{font-size:16px;line-height:24px;}}\n\n\/* Start custom CSS for heading, class: .elementor-element-71fded65 *\/.blog-post-card .elementor-heading-title {\n    vertical-align: middle;\n}\/* End custom CSS *\/\n\n\n\n\n\n\n\n\n\n\/* Start custom CSS for container, class: .elementor-element-9989779 *\/.post-text {\n    height: 165px;\n    overflow: hidden;\n    flex-wrap: initial;\n    --mask: linear-gradient(to bottom, \n      rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 70%, \n      rgba(0,0,0, 0) 99%, rgba(0,0,0, 0) 0\n  ) 100% 50% \/ 100% 100% repeat-x;\n  -webkit-mask: var(--mask); \n  mask: var(--mask);\n}\/* End custom CSS *\/\n\n\/* Start custom CSS for container, class: .elementor-element-63e2468f *\/a.blog-post-card {\n    text-decoration: none;\n}\/* End custom CSS *\/\n<\/style><?xml encoding=\"UTF-8\"><div data-elementor-type=\"loop-item\" data-elementor-id=\"2009\" class=\"elementor elementor-2009 e-loop-item e-loop-item-46587 post-46587 post type-post status-publish format-standard has-post-thumbnail hentry category-debt-resolution\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-63e2468f e-con-full blog-post-card e-flex e-con e-child\" data-id=\"63e2468f\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}' href=\"https:\/\/www.jgwentworth.com\/resources\/what-is-regulation-f\">\n\t\t<div class=\"elementor-element elementor-element-1b694e78 e-con-full e-flex e-con e-child\" data-id=\"1b694e78\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b92bc70 elementor-widget__width-inherit elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"b92bc70\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/elementor\/thumbs\/What-is-regulation-F-rjavkdkablrd9kvlfjc1lujxaljeqz30rg7qnsjf94.jpg\" title=\"Wooden brown judge gavel on the table, copy space, banner background.\" alt=\"Wooden brown judge gavel on the table, copy space, banner background.\" loading=\"lazy\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9989779 e-con-full post-text e-flex e-con e-child\" data-id=\"9989779\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-e3b1d68 e-con-full e-flex e-con e-child\" data-id=\"e3b1d68\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71fded65 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"71fded65\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span>Debt Resolution<\/span><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f334874 e-con-full e-flex e-con e-child\" data-id=\"5f334874\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-51481055 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"51481055\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Feb 17, 2026<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2077109a elementor-widget elementor-widget-heading\" data-id=\"2077109a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">&bull;<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18d01b46 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"18d01b46\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">14 min<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21a0dd5 elementor-widget__width-initial elementor-widget elementor-widget-shortcode\" data-id=\"21a0dd5\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cb7e76e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5cb7e76e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">What Is Regulation F?<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ebb83e elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"5ebb83e\" data-element_type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\tWhether you're currently dealing with collectors or want to know your rights for the future, this guide breaks down what Regulation F means for you....\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n<?xml encoding=\"UTF-8\"><div data-elementor-type=\"loop-item\" data-elementor-id=\"2009\" class=\"elementor elementor-2009 e-loop-item e-loop-item-46079 post-46079 post type-post status-publish format-standard has-post-thumbnail hentry category-debt-resolution\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-63e2468f e-con-full blog-post-card e-flex e-con e-child\" data-id=\"63e2468f\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}' href=\"https:\/\/www.jgwentworth.com\/resources\/guide-to-court-ordered-debt-collections\">\n\t\t<div class=\"elementor-element elementor-element-1b694e78 e-con-full e-flex e-con e-child\" data-id=\"1b694e78\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b92bc70 elementor-widget__width-inherit elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"b92bc70\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/elementor\/thumbs\/Court-ordered-debt-collections-riyoa7fzpxcqfjub2rwirhz8tvkiu3xb6kqwmcd84k.jpg\" title=\"\" alt=\"Gavel and stack US paper currency on the table\" loading=\"lazy\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9989779 e-con-full post-text e-flex e-con e-child\" data-id=\"9989779\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-e3b1d68 e-con-full e-flex e-con e-child\" data-id=\"e3b1d68\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71fded65 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"71fded65\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span>Debt Resolution<\/span><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f334874 e-con-full e-flex e-con e-child\" data-id=\"5f334874\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-51481055 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"51481055\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Feb 10, 2026<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2077109a elementor-widget elementor-widget-heading\" data-id=\"2077109a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">&bull;<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18d01b46 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"18d01b46\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">14 min<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21a0dd5 elementor-widget__width-initial elementor-widget elementor-widget-shortcode\" data-id=\"21a0dd5\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cb7e76e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5cb7e76e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Guide to Court-Ordered Debt Collections<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ebb83e elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"5ebb83e\" data-element_type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\tDiscover critical questions about court-ordered debt collections and get practical information to help you make informed decisions...\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n<?xml encoding=\"UTF-8\"><div data-elementor-type=\"loop-item\" data-elementor-id=\"2009\" class=\"elementor elementor-2009 e-loop-item e-loop-item-46073 post-46073 post type-post status-publish format-standard has-post-thumbnail hentry category-debt-resolution\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-63e2468f e-con-full blog-post-card e-flex e-con e-child\" data-id=\"63e2468f\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}' href=\"https:\/\/www.jgwentworth.com\/resources\/portfolio-recovery-calling-no-debt\">\n\t\t<div class=\"elementor-element elementor-element-1b694e78 e-con-full e-flex e-con e-child\" data-id=\"1b694e78\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b92bc70 elementor-widget__width-inherit elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"b92bc70\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/elementor\/thumbs\/portfolio-recovery-calling-riynu6b35neoez4moufl8jm83al5jya4b86ryg4y90.jpg\" title=\"\" alt=\"Man looking at ringing phone confused\" loading=\"lazy\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9989779 e-con-full post-text e-flex e-con e-child\" data-id=\"9989779\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-e3b1d68 e-con-full e-flex e-con e-child\" data-id=\"e3b1d68\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71fded65 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"71fded65\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span>Debt Resolution<\/span><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f334874 e-con-full e-flex e-con e-child\" data-id=\"5f334874\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-51481055 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"51481055\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Feb 10, 2026<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2077109a elementor-widget elementor-widget-heading\" data-id=\"2077109a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">&bull;<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18d01b46 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"18d01b46\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">13 min<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21a0dd5 elementor-widget__width-initial elementor-widget elementor-widget-shortcode\" data-id=\"21a0dd5\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cb7e76e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5cb7e76e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Why Is Portfolio Recovery Calling Me When I Have No Debt?<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ebb83e elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"5ebb83e\" data-element_type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\tIf you've found yourself asking \"Why is Portfolio Recovery calling me when I have no debt?\" you're not alone....\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n<?xml encoding=\"UTF-8\"><div data-elementor-type=\"loop-item\" data-elementor-id=\"2009\" class=\"elementor elementor-2009 e-loop-item e-loop-item-12899 post-12899 post type-post status-publish format-standard has-post-thumbnail hentry category-debt-resolution\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-63e2468f e-con-full blog-post-card e-flex e-con e-child\" data-id=\"63e2468f\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}' href=\"https:\/\/www.jgwentworth.com\/resources\/how-to-consolidate-credit-card-debt\">\n\t\t<div class=\"elementor-element elementor-element-1b694e78 e-con-full e-flex e-con e-child\" data-id=\"1b694e78\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b92bc70 elementor-widget__width-inherit elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"b92bc70\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/elementor\/thumbs\/how-to-consolidate-credit-card-debt-ripsacrchvjlfp2ix976chs9jrgf02wrclmz44ytai.jpg\" title=\"\" alt='Blue background with calculator and text of \"debt consolidation plan\"' loading=\"lazy\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9989779 e-con-full post-text e-flex e-con e-child\" data-id=\"9989779\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-e3b1d68 e-con-full e-flex e-con e-child\" data-id=\"e3b1d68\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71fded65 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"71fded65\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\"><span>Debt Resolution<\/span><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f334874 e-con-full e-flex e-con e-child\" data-id=\"5f334874\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t<div class=\"elementor-element elementor-element-51481055 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"51481055\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Feb 5, 2026<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2077109a elementor-widget elementor-widget-heading\" data-id=\"2077109a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">&bull;<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18d01b46 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"18d01b46\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">24 min<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21a0dd5 elementor-widget__width-initial elementor-widget elementor-widget-shortcode\" data-id=\"21a0dd5\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cb7e76e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"5cb7e76e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">How To Consolidate Credit Card Debt<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ebb83e elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"5ebb83e\" data-element_type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\tThis comprehensive guide will walk you through everything you need to know about consolidating credit card debt....\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8438315 e-con-full e-flex e-con e-parent\" data-id=\"8438315\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t<div class=\"elementor-element elementor-element-8691c96 e-con-full e-flex e-con e-child\" data-id=\"8691c96\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71ce6f8 elementor-widget elementor-widget-heading\" data-id=\"71ce6f8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Debt Resolution FAQs<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-950cfa8 e-con-full e-flex e-con e-child\" data-id=\"950cfa8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6a9d885 elementor-widget__width-initial accordion-dynamic elementor-widget elementor-widget-eael-adv-accordion\" data-id=\"6a9d885\" data-element_type=\"widget\" data-widget_type=\"eael-adv-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"eael-adv-accordion\" id=\"eael-adv-accordion-6a9d885\" data-scroll-on-click=\"no\" data-scroll-speed=\"300\" data-accordion-id=\"6a9d885\" data-accordion-type=\"accordion\" data-toogle-speed=\"300\">\n    <div class=\"eael-accordion-list\">\n                <div id=\"whats-the-difference-between-debt-settlement-debt-relief-and-debt-resolution\" class=\"elementor-tab-title eael-accordion-header active-default\" tabindex=\"0\" data-tab=\"1\" aria-controls=\"elementor-tab-content-1111\"><span class=\"eael-accordion-tab-title\">What&rsquo;s the difference between debt settlement, debt relief, and debt resolution?<\/span><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-right\" viewbox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-down\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span><\/div><div id=\"elementor-tab-content-1111\" class=\"eael-accordion-content clearfix active-default\" data-tab=\"1\" aria-labelledby=\"whats-the-difference-between-debt-settlement-debt-relief-and-debt-resolution\"><div id=\"1378777416-976005687\" class=\"coh-accordion-tabs-content ssa-component coh-component ssa-component-instance-e739d435-cb18-4941-b1e4-fcb62423ebd4 coh-component-instance-e739d435-cb18-4941-b1e4-fcb62423ebd4 is-active\"><div class=\"coh-container coh-style-padding-small coh-ce-cpt_accordion_item_dark-3d1030f9\"><div class=\"coh-wysiwyg ssa-component coh-component ssa-component-instance-610bce5f-8453-43b3-92e5-6f73c386dee7 coh-component-instance-610bce5f-8453-43b3-92e5-6f73c386dee7 coh-style-jgw-body-2             coh-style-text-color-light-background ssa-instance-1a73667170a69663e37f2212e5ce1181 coh-ce-cpt_text-fa10298a\"><p>&ldquo;Debt settlement,&rdquo; &ldquo;debt relief,&rdquo; and &ldquo;debt resolution&rdquo; are terms frequently used interchangeably to describe the process where you or a company acting on your behalf will negotiate with your creditors to reduce the amount of debt that you owe, with the goal of paying off your enrolled debt entirely.<\/p><\/div><\/div><\/div><\/div>\n                <\/div><div class=\"eael-accordion-list\">\n                <div id=\"how-long-will-it-take-to-become-debt-free\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"2\" aria-controls=\"elementor-tab-content-1112\"><span class=\"eael-accordion-tab-title\">How long will it take to become debt-free?<\/span><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-right\" viewbox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-down\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span><\/div><div id=\"elementor-tab-content-1112\" class=\"eael-accordion-content clearfix\" data-tab=\"2\" aria-labelledby=\"how-long-will-it-take-to-become-debt-free\"><p>Many customers who complete our program pay off their enrolled debts in as little as just 24-48 months. Compared to spending years and years making the minimum monthly payments and accumulating interest at a high rate, debt relief can be a quicker, cheaper, and easier way to reach your goal of becoming debt free.<\/p><p>Want to see how much time and money you could save by enrolling in our Debt Relief Program? Check out our Debt Repayment Calculator.<\/p><\/div>\n                <\/div><div class=\"eael-accordion-list\">\n                <div id=\"are-there-any-hidden-fees\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"3\" aria-controls=\"elementor-tab-content-1113\"><span class=\"eael-accordion-tab-title\">Are there any hidden fees?<\/span><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-right\" viewbox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-down\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span><\/div><div id=\"elementor-tab-content-1113\" class=\"eael-accordion-content clearfix\" data-tab=\"3\" aria-labelledby=\"are-there-any-hidden-fees\"><p>The fee we take for settling your debt is calculated into your quoted monthly payment that we work out from the get-go. If you complete the program faster or slower, our fee remains the same; JG Wentworth will never charge you hidden fees.<\/p><p>This fee is a percentage of each debt that you enroll in the program and settle, and that percentage varies from client to client based on their individual situation. If we can&rsquo;t settle a specific debt for you, we won&rsquo;t take a fee on that debt.<\/p><p>The dedicated program account provider will take a fee; you can review the specifics of potential provider fees in your enrollment contract with us or in a separate agreement with an outside account provider of your choosing.<\/p><p>We also offer optional &ldquo;legal insurance&rdquo; to our clients through an outside law firm for a small monthly fee. That is, if one of your accounts goes delinquent and your creditor takes legal action, a law firm whose plan we offer will represent you. This helpful service is optional; whether or not you choose to sign up for this service is your decision.<\/p><\/div>\n                <\/div><div class=\"eael-accordion-list\">\n                <div id=\"should-i-keep-paying-my-credit-card-bills\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"4\" aria-controls=\"elementor-tab-content-1114\"><span class=\"eael-accordion-tab-title\">Should I keep paying my credit card bills?<\/span><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-right\" viewbox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-down\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span><\/div><div id=\"elementor-tab-content-1114\" class=\"eael-accordion-content clearfix\" data-tab=\"4\" aria-labelledby=\"should-i-keep-paying-my-credit-card-bills\"><div id=\"1378777416-2921222867\" class=\"coh-accordion-tabs-content ssa-component coh-component ssa-component-instance-9f6272d6-bd1d-48ab-8abe-8e12563ba3fa coh-component-instance-9f6272d6-bd1d-48ab-8abe-8e12563ba3fa is-active\"><div class=\"coh-container coh-style-padding-small coh-ce-cpt_accordion_item_dark-3d1030f9\"><div class=\"coh-wysiwyg ssa-component coh-component ssa-component-instance-44117c51-7407-44c7-b668-2e24542e33eb coh-component-instance-44117c51-7407-44c7-b668-2e24542e33eb coh-style-jgw-body-2             coh-style-text-color-light-background ssa-instance-32af0c1f20acb923c566596019a2bff9 coh-ce-cpt_text-fa10298a\"><p>Clients enter our Debt Resolution Program because they are struggling to make ends meet. While we don&rsquo;t advise anyone to stop paying their credit card bills, it&rsquo;s important to note that continuing to make payments could impact our leverage when negotiating with creditors. The decision to stop paying your creditors is yours.<\/p><\/div><\/div><\/div><div class=\"coh-accordion-title coh-style-jgw-accordion-dark\" data-coh-tab-settings=\"[]\" data-once=\"tab-init\">&nbsp;<\/div><\/div>\n                <\/div><div class=\"eael-accordion-list\">\n                <div id=\"how-will-debt-relief-affect-my-taxes\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"5\" aria-controls=\"elementor-tab-content-1115\"><span class=\"eael-accordion-tab-title\">How will debt relief affect my taxes?<\/span><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-right\" viewbox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-down\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span><\/div><div id=\"elementor-tab-content-1115\" class=\"eael-accordion-content clearfix\" data-tab=\"5\" aria-labelledby=\"how-will-debt-relief-affect-my-taxes\"><div class=\"coh-column ssa-instance-9c41da509e6ece1015b38ed25fec41c7 coh-ce-cpt_2_column_layout-ce285786 coh-visible-ps coh-col-ps-12 coh-col-ps-push-0 coh-col-ps-pull-0 coh-visible-sm coh-col-sm-12 coh-col-sm-push-0 coh-col-sm-pull-0 coh-visible-xl coh-col-xl-6 coh-col-xl-push-0 coh-col-xl-pull-0\"><div class=\"coh-container ssa-component coh-component ssa-component-instance-41c2ff32-a636-4970-a9d9-969a0cb79feb coh-component-instance-41c2ff32-a636-4970-a9d9-969a0cb79feb coh-style-margin-bottom-small ssa-instance-18f092365b7c1c0699f16fe1ce7a0dfb coh-ce-cpt_accordion_container-2b26fa4c\"><div class=\"coh-accordion-tabs\"><div class=\"coh-accordion-tabs-inner coh-accordion-tabs-horizontal-center coh-accordion-tabs-display-accordion-xl coh-ce-cpt_accordion_container-f7edb4e1 coh-accordion-tabs-display-accordion\" data-coh-accordion='{\"title\":\"Accordion container\",\"styles\":{\"xl\":{\"accordionOrTab\":\"accordion\",\"collapsible\":true,\"startCollapsed\":true,\"offsetPositionAgainst\":\"px\",\"scrollToAccordionOffset\":100,\"accordionTabWidth\":-2,\"accordionTabBleed\":\"retain_gutters\",\"animation\":\"slide\",\"duration\":400},\"sm\":[]},\"scrollToAccordion\":false,\"setHash\":true,\"horizontalVertical\":\"horizontal_top\",\"HorizontalPosition\":\"center_aligned\",\"VerticalPosition\":\"left\",\"customStyle\":null}' data-once=\"cohAccordionTabs\"><div class=\"coh-accordion-tabs-content-wrapper\"><div id=\"1378777416-188259638\" class=\"coh-accordion-tabs-content ssa-component coh-component ssa-component-instance-f2edfc5a-ee31-4f38-8e0f-191348b6bb41 coh-component-instance-f2edfc5a-ee31-4f38-8e0f-191348b6bb41 is-active\"><div class=\"coh-container coh-style-padding-small coh-ce-cpt_accordion_item_dark-3d1030f9\"><div class=\"coh-wysiwyg ssa-component coh-component ssa-component-instance-45979a5e-a30c-4c21-bd48-91aa2c323dba coh-component-instance-45979a5e-a30c-4c21-bd48-91aa2c323dba coh-style-jgw-body-2             coh-style-text-color-light-background ssa-instance-eabeebdad9123dea98a9d635144a2115 coh-ce-cpt_text-fa10298a\"><p>JG Wentworth cannot and does not offer tax advice, but in general, if your debt is canceled, forgiven, or discharged for less than the amount owed, the&nbsp;<a href=\"https:\/\/www.cnbc.com\/select\/taxes-on-forgiven-debt\/\" target=\"_blank\" rel=\"noopener noreferrer\">amount of the canceled debt is taxable<\/a>. If taxable &ndash; usually if the debt exceeds $600.00 &ndash; you must report the resolved debt on your tax return for the year in which the cancellation occurred. That said, this does not necessarily mean you owe taxes on the forgiven portion. In many cases, clients can legally exclude resolved debt from their income through the &ldquo;insolvency exclusion&rdquo; provided by the IRS code. This exclusion means that your liabilities exceed the fair market value of your assets, or that you &ldquo;owe&rdquo; more than you &ldquo;own.&rdquo; To learn more, please consult the IRS or a tax professional directly.&nbsp;<\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"coh-column ssa-instance-9c41da509e6ece1015b38ed25fec41c7 coh-ce-cpt_2_column_layout-3071abbc coh-visible-ps coh-col-ps-12 coh-col-ps-push-0 coh-col-ps-pull-0 coh-visible-sm coh-col-sm-12 coh-col-sm-push-0 coh-col-sm-pull-0 coh-visible-xl coh-col-xl-6 coh-col-xl-push-0 coh-col-xl-pull-0\"><div class=\"coh-container ssa-component coh-component ssa-component-instance-ffdffca3-2811-4eef-aec0-d283c1647c52 coh-component-instance-ffdffca3-2811-4eef-aec0-d283c1647c52 coh-style-margin-bottom-small ssa-instance-1851a299e290deff989cb52603a01e64 coh-ce-cpt_accordion_container-2b26fa4c\"><div class=\"coh-accordion-tabs\"><div class=\"coh-accordion-tabs-inner coh-accordion-tabs-horizontal-center coh-accordion-tabs-display-accordion-xl coh-ce-cpt_accordion_container-f7edb4e1 coh-accordion-tabs-display-accordion\" data-coh-accordion='{\"title\":\"Accordion container\",\"styles\":{\"xl\":{\"accordionOrTab\":\"accordion\",\"collapsible\":true,\"startCollapsed\":true,\"offsetPositionAgainst\":\"px\",\"scrollToAccordionOffset\":100,\"accordionTabWidth\":-2,\"accordionTabBleed\":\"retain_gutters\",\"animation\":\"slide\",\"duration\":400},\"sm\":[]},\"scrollToAccordion\":false,\"setHash\":true,\"horizontalVertical\":\"horizontal_top\",\"HorizontalPosition\":\"center_aligned\",\"VerticalPosition\":\"left\",\"customStyle\":null}' data-once=\"cohAccordionTabs\"><div class=\"coh-accordion-tabs-content-wrapper\"><div class=\"coh-accordion-title coh-style-jgw-accordion-dark\" data-coh-tab-settings=\"[]\" data-once=\"tab-init\">&nbsp;<\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n                <\/div><div class=\"eael-accordion-list\">\n                <div id=\"is-debt-relief-the-same-as-a-debt-consolidation-loan\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"6\" aria-controls=\"elementor-tab-content-1116\"><span class=\"eael-accordion-tab-title\">Is debt relief the same as a debt consolidation loan?<\/span><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-right\" viewbox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-down\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span><\/div><div id=\"elementor-tab-content-1116\" class=\"eael-accordion-content clearfix\" data-tab=\"6\" aria-labelledby=\"is-debt-relief-the-same-as-a-debt-consolidation-loan\"><div id=\"1378777416-1991949400\" class=\"coh-accordion-tabs-content ssa-component coh-component ssa-component-instance-6475db70-f0f1-4dbc-b6c1-8c974ce5d5e3 coh-component-instance-6475db70-f0f1-4dbc-b6c1-8c974ce5d5e3 is-active\"><div class=\"coh-container coh-style-padding-small coh-ce-cpt_accordion_item_dark-3d1030f9\"><div class=\"coh-wysiwyg ssa-component coh-component ssa-component-instance-3a34f880-3b96-4967-ad5d-dbc636336557 coh-component-instance-3a34f880-3b96-4967-ad5d-dbc636336557 coh-style-jgw-body-2             coh-style-text-color-light-background ssa-instance-d3a3779b5eb990f5420d2b56b91efd8e coh-ce-cpt_text-fa10298a\"><p>Despite having similar names, debt relief and debt consolidation are not the same thing. Debt consolidation is the process wherein you pay off all your monthly debts with a single loan, resulting in just one monthly payment. Both debt consolidation and debt relief share the ultimate goal of getting you out of debt, but debt consolidation loan options will typically require you to have good credit to qualify or may have interest rates that are not much better than your current rates. They do make it easier to remember to pay one bill each month instead of juggling many pre-consolidation debts.<\/p><\/div><\/div><\/div><div class=\"coh-accordion-title coh-style-jgw-accordion-dark\" data-coh-tab-settings=\"[]\" data-once=\"tab-init\">&nbsp;<\/div><\/div>\n                <\/div><div class=\"eael-accordion-list\">\n                <div id=\"will-i-have-to-file-for-bankruptcy\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"7\" aria-controls=\"elementor-tab-content-1117\"><span class=\"eael-accordion-tab-title\">Will I have to file for bankruptcy?<\/span><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-right\" viewbox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-down\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span><\/div><div id=\"elementor-tab-content-1117\" class=\"eael-accordion-content clearfix\" data-tab=\"7\" aria-labelledby=\"will-i-have-to-file-for-bankruptcy\"><p>Debt relief is often seen as a less drastic alternative to bankruptcy. While both bankruptcy and debt relief can get rid of your debt, they use very different methods to achieve that goal.<\/p><p>For one, debt relief programs typically operate on a shorter timeline than bankruptcy would. Additionally, while both negatively impact your credit score,&nbsp;<a href=\"https:\/\/www.forbes.com\/advisor\/credit-score\/bankruptcy-on-credit-report\/#:~:text=Depending%20on%20which%20type%20of%20bankruptcy%20you%20file%2C,your%20credit%20report%20for%20up%20to%20ten%20years.\" target=\"_blank\" rel=\"noopener noreferrer\">bankruptcy can stay on a credit report for up to 10 years<\/a>, which is longer than for debt settlement.<\/p><\/div>\n                <\/div><div class=\"eael-accordion-list\">\n                <div id=\"is-debt-relief-right-for-me\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"8\" aria-controls=\"elementor-tab-content-1118\"><span class=\"eael-accordion-tab-title\">Is debt relief right for me?<\/span><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-right\" viewbox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-down\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span><\/div><div id=\"elementor-tab-content-1118\" class=\"eael-accordion-content clearfix\" data-tab=\"8\" aria-labelledby=\"is-debt-relief-right-for-me\"><p>Like any solution to overwhelming debt, the debt relief process has its pros and cons&mdash;but you&rsquo;re the only person who can decide if it&rsquo;s worth it.<\/p><p>Because debt relief is a major commitment, you&rsquo;ll want to do some digging about what your financial goals are by asking yourself a few key questions.<\/p><p><em>What am I using my credit for? Do my goals require me to have a decent credit score in the short term, or do I want to have an excellent score in the long term? Can I afford to make a monthly payment toward my debts?<\/em><\/p><p>Again, you&rsquo;re the one who knows your situation and your money goals best. You might conclude that debt resolution isn&rsquo;t right for you&mdash;or you might realize that it&rsquo;s the best thing to happen to your finances! If you&rsquo;re unsure, our team of certified debt specialists is available to help you make an informed decision.<\/p><\/div>\n                <\/div><div class=\"eael-accordion-list\">\n                <div id=\"should-i-include-all-of-my-debts-into-the-debt-resolution-program\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"9\" aria-controls=\"elementor-tab-content-1119\"><span class=\"eael-accordion-tab-title\">Should I include all of my debts into the debt resolution program?<\/span><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-right\" viewbox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-down\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span><\/div><div id=\"elementor-tab-content-1119\" class=\"eael-accordion-content clearfix\" data-tab=\"9\" aria-labelledby=\"should-i-include-all-of-my-debts-into-the-debt-resolution-program\"><div id=\"1378777416-3195487824\" class=\"coh-accordion-tabs-content ssa-component coh-component ssa-component-instance-5b9e2ed9-29ab-463d-b6db-f25ddff543a0 coh-component-instance-5b9e2ed9-29ab-463d-b6db-f25ddff543a0 is-active\"><div class=\"coh-container coh-style-padding-small coh-ce-cpt_accordion_item_dark-3d1030f9\"><div class=\"coh-wysiwyg ssa-component coh-component ssa-component-instance-91726da3-486f-4c45-b60a-ac24a16041e4 coh-component-instance-91726da3-486f-4c45-b60a-ac24a16041e4 coh-style-jgw-body-2             coh-style-text-color-light-background ssa-instance-24b6d68f19040ed654b47a7f6f3bc565 coh-ce-cpt_text-fa10298a\"><p>In order to optimize the success of our Debt Resolution Program, we strongly recommend that all of your qualified debts be enrolled. Your debt consultant will explain the enrollment process and point out the potential pros and cons to excluding any qualified debts.&nbsp;<\/p><\/div><\/div><\/div><div class=\"coh-accordion-title coh-style-jgw-accordion-dark\" data-coh-tab-settings=\"[]\" data-once=\"tab-init\">&nbsp;<\/div><\/div>\n                <\/div><div class=\"eael-accordion-list\">\n                <div id=\"will-i-continue-to-accrue-interest-and-late-fees\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"10\" aria-controls=\"elementor-tab-content-11110\"><span class=\"eael-accordion-tab-title\">Will I continue to accrue interest and late fees?<\/span><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-right\" viewbox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-chevron-down\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg><\/span><\/div><div id=\"elementor-tab-content-11110\" class=\"eael-accordion-content clearfix\" data-tab=\"10\" aria-labelledby=\"will-i-continue-to-accrue-interest-and-late-fees\"><div id=\"1378777416-3195487824\" class=\"coh-accordion-tabs-content ssa-component coh-component ssa-component-instance-5b9e2ed9-29ab-463d-b6db-f25ddff543a0 coh-component-instance-5b9e2ed9-29ab-463d-b6db-f25ddff543a0 is-active\"><div class=\"coh-container coh-style-padding-small coh-ce-cpt_accordion_item_dark-3d1030f9\"><div class=\"coh-wysiwyg ssa-component coh-component ssa-component-instance-91726da3-486f-4c45-b60a-ac24a16041e4 coh-component-instance-91726da3-486f-4c45-b60a-ac24a16041e4 coh-style-jgw-body-2 coh-style-text-color-light-background ssa-instance-24b6d68f19040ed654b47a7f6f3bc565 coh-ce-cpt_text-fa10298a\"><p>Yes, interest and late fees will typically continue to accumulate, however our experienced negotiating team will always attempt to settle your debt with your original balance in mind.&nbsp;<\/p><p>Again, you&rsquo;re the one who knows your situation and your financial goals best. You might conclude that debt resolution isn&rsquo;t right for you&mdash;or you might realize that it&rsquo;s the best thing to happen to your finances! If you&rsquo;re unsure, our team of certified debt specialists is available to help you make an informed decision.<\/p><\/div><\/div><\/div><\/div>\n                <\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bddf52c e-flex e-con-boxed e-con e-parent\" data-id=\"bddf52c\" data-element_type=\"container\" data-settings='{\"background_background\":\"classic\"}'>\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e6cb8b7 e-con-full e-con-jgw-boxed e-flex e-con e-child\" data-id=\"e6cb8b7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c209271 elementor-widget elementor-widget-text-editor\" data-id=\"c209271\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Monthly payment and total savings are dependent on many factors, including, but not limited to, program fee, enrolled debt amount, monthly program payment and willingness of creditors to negotiate. The JG Wentworth Debt Relief Program fee is a percentage of each enrolled debt amount and may vary by state or debt load. The debt savings goal does not take into account the 18-25% program fee. The average amount saved on the debt balance does not take into account the program fee. Any decision to cease making payments to your creditors is yours. JG Wentworth does not provide direction on this matter.<\/p><p>Debt resolution program provided by JGW Debt Settlement, LLC (&ldquo;JGW&rdquo; of &ldquo;Us&rdquo;)). JGW offers this program in the following states: AL, AK, AZ, AR, CA, CO, FL, ID, IN, IA, KY, LA, MD, MA, MI, MS, MO, MT, NE, NM, NY, NC, OK, PA, SD, TN, TX, UT, VA, DC, and WI. If a consumer residing in any other state contacts Us we may connect them with a law firm that provides debt resolution services in their state. JGW is licensed\/registered to provide debt resolution services in states where licensing\/registration is required.<\/p><p>Debt resolution program results will vary by individual situation. As such, debt resolution services are not appropriate for everyone. Not all debts are eligible for enrollment. Not all individuals who enroll complete our program for various reasons, including their ability to save sufficient funds. Savings resulting from successful negotiations may result in tax consequences, please consult with a tax professional regarding these consequences. The use of the debt settlement services and the failure to make payments to creditors: (1) Will likely adversely affect your creditworthiness (credit rating\/credit score) and make it harder to obtain credit; (2) May result in your being subject to collections or being sued by creditors or debt collectors; and (3) May increase the amount of money you owe due to the accrual of fees and interest by creditors or debt collectors. Failure to pay your monthly bills in a timely manner will result in increased balances and will harm your credit rating. Not all creditors will agree to reduce principal balance, and they may pursue collection, including lawsuits. JGW&rsquo;s fees are calculated based on a percentage of the debt enrolled in the program. Read and understand the program agreement prior to enrollment.<\/p><p>JG Wentworth does not pay or assume any debts or provide legal, financial, tax advice, or credit repair services. You should consult with independent professionals for such advice or services. Please consult with a bankruptcy attorney for information on bankruptcy.<\/p><p>Client Grievance Procedure: If you are unable to resolve an issue with your Debt Specialist or Client Services Representative, please request to speak with a manager. If you cannot reach a resolution with a manager, please escalate communication via email at&nbsp;complaint@jgwentworth.com&nbsp;or direct mail to the business address listed on our contact page.<\/p><p>Notice to Vermont Customers: JGW Lending, LLC is licensed in Vermont with a Loan Solicitation License, License No. LSO-2365173. NMLS ID (2365173) THIS IS A LOAN SOLICITATION ONLY. JGW LENDING, LLC IS NOT THE LENDER. INFORMATION RECEIVED WILL BE SHARED WITH ONE OR MORE THIRD PARTIES IN CONNECTION WITH YOUR LOAN INQUIRY. THE LENDER MAY NOT BE SUBJECT TO ALL VERMONT LENDING LAWS. THE LENDER MAY BE SUBJECT TO FEDERAL LENDING LAWS. (Added 2017, No. 22, &sect; 25.)<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Get out of Debt Now Checking offers will NOT affect your credit score &#8220;*&#8221; indicates required fields Step 1 of 10 &#8211; loanAmount 10% How much do you need? &times; &nbsp; A soft credit report is pulled in accordance with the consumer&#8217;s written authorization on our site. After reviewing the offer, if a consumer chooses [&hellip;]<\/p>\n","protected":false},"author":21,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7910","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.7 (Yoast SEO v25.0) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>JG Wentworth\u2019s Debt Relief Program | A+ BBB<\/title>\n<meta name=\"description\" content=\"JG Wentworth&#039;s Debt Relief Program is designed to settle your debt for less than you owe. We have over 30 years of experience in financial services and an A+ rating with the BBB.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.jgwentworth.com\/debt-relief\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"JG Wentworth\u2019s Debt Relief Program\" \/>\n<meta property=\"og:description\" content=\"JG Wentworth&#039;s Debt Relief Program is designed to settle your debt for less than you owe. We have over 30 years of experience in financial services and an A+ rating with the BBB.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.jgwentworth.com\/debt-relief\" \/>\n<meta property=\"og:site_name\" content=\"JG Wentworth\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-25T19:16:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2025\/04\/man-redshirt-768x683.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"26 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.jgwentworth.com\/debt-relief\",\"url\":\"https:\/\/www.jgwentworth.com\/debt-relief\",\"name\":\"JG Wentworth\u2019s Debt Relief Program | A+ BBB\",\"isPartOf\":{\"@id\":\"https:\/\/www.jgwentworth.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.jgwentworth.com\/debt-relief#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.jgwentworth.com\/debt-relief#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2026\/03\/JGW_Debt-reasons_V1_Different-debts.jpgwp-content\/uploads\/2025\/04\/man-redshirt-768x683.png\",\"datePublished\":\"2024-06-04T15:16:02+00:00\",\"dateModified\":\"2026-02-25T19:16:16+00:00\",\"description\":\"JG Wentworth's Debt Relief Program is designed to settle your debt for less than you owe. We have over 30 years of experience in financial services and an A+ rating with the BBB.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.jgwentworth.com\/debt-relief#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.jgwentworth.com\/debt-relief\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.jgwentworth.com\/debt-relief#primaryimage\",\"url\":\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2026\/03\/JGW_Debt-reasons_V1_Different-debts.jpgwp-content\/uploads\/2025\/04\/man-redshirt-768x683.png\",\"contentUrl\":\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2026\/03\/JGW_Debt-reasons_V1_Different-debts.jpgwp-content\/uploads\/2025\/04\/man-redshirt-768x683.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.jgwentworth.com\/debt-relief#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.jgwentworth.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"JG Wentworth\u2019s Debt Relief Program\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.jgwentworth.com\/#website\",\"url\":\"https:\/\/www.jgwentworth.com\/\",\"name\":\"JG Wentworth\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.jgwentworth.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.jgwentworth.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.jgwentworth.com\/#organization\",\"name\":\"JG Wentworth\",\"url\":\"https:\/\/www.jgwentworth.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.jgwentworth.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/01\/JG-Wentworth-logo-header.svg\",\"contentUrl\":\"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/01\/JG-Wentworth-logo-header.svg\",\"width\":194,\"height\":24,\"caption\":\"JG Wentworth\"},\"image\":{\"@id\":\"https:\/\/www.jgwentworth.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"JG Wentworth\u2019s Debt Relief Program | A+ BBB","description":"JG Wentworth's Debt Relief Program is designed to settle your debt for less than you owe. We have over 30 years of experience in financial services and an A+ rating with the BBB.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.jgwentworth.com\/debt-relief","og_locale":"en_US","og_type":"article","og_title":"JG Wentworth\u2019s Debt Relief Program","og_description":"JG Wentworth's Debt Relief Program is designed to settle your debt for less than you owe. We have over 30 years of experience in financial services and an A+ rating with the BBB.","og_url":"https:\/\/www.jgwentworth.com\/debt-relief","og_site_name":"JG Wentworth","article_modified_time":"2026-02-25T19:16:16+00:00","og_image":[{"url":"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2025\/04\/man-redshirt-768x683.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"26 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.jgwentworth.com\/debt-relief","url":"https:\/\/www.jgwentworth.com\/debt-relief","name":"JG Wentworth\u2019s Debt Relief Program | A+ BBB","isPartOf":{"@id":"https:\/\/www.jgwentworth.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.jgwentworth.com\/debt-relief#primaryimage"},"image":{"@id":"https:\/\/www.jgwentworth.com\/debt-relief#primaryimage"},"thumbnailUrl":"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2026\/03\/JGW_Debt-reasons_V1_Different-debts.jpgwp-content\/uploads\/2025\/04\/man-redshirt-768x683.png","datePublished":"2024-06-04T15:16:02+00:00","dateModified":"2026-02-25T19:16:16+00:00","description":"JG Wentworth's Debt Relief Program is designed to settle your debt for less than you owe. We have over 30 years of experience in financial services and an A+ rating with the BBB.","breadcrumb":{"@id":"https:\/\/www.jgwentworth.com\/debt-relief#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.jgwentworth.com\/debt-relief"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.jgwentworth.com\/debt-relief#primaryimage","url":"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2026\/03\/JGW_Debt-reasons_V1_Different-debts.jpgwp-content\/uploads\/2025\/04\/man-redshirt-768x683.png","contentUrl":"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2026\/03\/JGW_Debt-reasons_V1_Different-debts.jpgwp-content\/uploads\/2025\/04\/man-redshirt-768x683.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.jgwentworth.com\/debt-relief#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.jgwentworth.com\/"},{"@type":"ListItem","position":2,"name":"JG Wentworth\u2019s Debt Relief Program"}]},{"@type":"WebSite","@id":"https:\/\/www.jgwentworth.com\/#website","url":"https:\/\/www.jgwentworth.com\/","name":"JG Wentworth","description":"","publisher":{"@id":"https:\/\/www.jgwentworth.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.jgwentworth.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.jgwentworth.com\/#organization","name":"JG Wentworth","url":"https:\/\/www.jgwentworth.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.jgwentworth.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/01\/JG-Wentworth-logo-header.svg","contentUrl":"https:\/\/www.jgwentworth.com\/wp-content\/uploads\/2024\/01\/JG-Wentworth-logo-header.svg","width":194,"height":24,"caption":"JG Wentworth"},"image":{"@id":"https:\/\/www.jgwentworth.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.jgwentworth.com\/wp-json\/wp\/v2\/pages\/7910","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jgwentworth.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.jgwentworth.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.jgwentworth.com\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jgwentworth.com\/wp-json\/wp\/v2\/comments?post=7910"}],"version-history":[{"count":3,"href":"https:\/\/www.jgwentworth.com\/wp-json\/wp\/v2\/pages\/7910\/revisions"}],"predecessor-version":[{"id":47350,"href":"https:\/\/www.jgwentworth.com\/wp-json\/wp\/v2\/pages\/7910\/revisions\/47350"}],"wp:attachment":[{"href":"https:\/\/www.jgwentworth.com\/wp-json\/wp\/v2\/media?parent=7910"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}