{"id":877,"date":"2025-10-13T12:42:54","date_gmt":"2025-10-13T12:42:54","guid":{"rendered":"https:\/\/hwml.hwml.app\/?page_id=877"},"modified":"2025-10-20T11:32:53","modified_gmt":"2025-10-20T11:32:53","slug":"broker-solutions","status":"publish","type":"page","link":"https:\/\/hwml.hwml.app\/?page_id=877","title":{"rendered":"Broker Solutions"},"content":{"rendered":"\n<div class=\"wp-block-cover alignfull is-light has-parallax has-custom-content-position is-position-top-center\" style=\"padding-top:var(--wp--preset--spacing--50);padding-bottom:0;min-height:682px;aspect-ratio:unset;\" data-aos=\"fade\" data-aos-duration=\"1000\"><div class=\"wp-block-cover__image-background wp-image-18 size-full has-parallax\" style=\"background-position:50% 50%;background-image:url(http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/Vector-1.png)\"><\/div><span aria-hidden=\"true\" class=\"wp-block-cover__background has-accent-6-background-color has-background-dim-0 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-container-core-cover-is-layout-98ff6b3b wp-block-cover-is-layout-constrained\"><div class=\"lazyblock-form-modal-Zp0eqN wp-block-lazyblock-form-modal\"><div id=\"modal\" class=\"modal\">\n  <div class=\"contact-form-modal\">\n    <button class=\"modal-close\" id=\"closeModalBtn\">&times;<\/button>\n    \n    <div class=\"main-wrapper-modal\">\n      <h4 class=\"subtitle\">THE WAY TO GET INSIGHTS<\/h4>\n      <h2 class=\"title\">Contact Us<\/h2>\n\n      <form id=\"custom-contact-form-modal\" class=\"custom-contact-form-modal\">\n        <div class=\"form-inner-modal\">\n          <label>First Name<\/label>\n          <input type=\"text\" placeholder=\"\">\n\n          <label>Last Name<\/label>\n          <input type=\"text\" placeholder=\"\">\n\n          <label>Email<\/label>\n          <input type=\"email\" placeholder=\"\">\n\n          <label>Message<\/label>\n          <textarea placeholder=\"Type your message...\"><\/textarea>\n\n          <div class=\"button-wrap-modal\">\n            <button class=\"button-custom-2\" type=\"submit\">Contact Now<\/button>\n          <\/div>\n        <\/div>\n      <\/form>\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n  .modal {\n    display: none;\n    position: fixed;\n    z-index: 999999;\n    left: 0;\n    top: 0;\n    width: 100vw;\n    height: 100vh;\n    background: rgba(0,0,0,0.6);\n    backdrop-filter: blur(3px);\n    justify-content: center;\n    align-items: center;\n    overflow: auto;\n  }\n.modal.show {\n  position: fixed;\n  overflow: hidden;\n}\n\n.modal.show ~ * {\n  pointer-events: none;\n  user-select: none;\n}\n\nbody:has(.modal.show) {\n  overflow: hidden;\n}\n\n  .modal.show {\n    display: flex;\n  }\n\n  .contact-form-modal {\n    position: relative;\n    background-color: #F6F9FE;\n    border-radius: 30px;\n    box-shadow: 18px 0px 0 -10px #2f88ff;\n    max-width: 480px;\n    width: 90%;\n    padding: 40px 50px 50px;\n    box-sizing: border-box;\n\n    overflow-y: auto;\n  }\n\n  .modal-close {\n    position: absolute;\n    top: 15px;\n    right: 15px;\n    background: transparent;\n    border: none;\n    font-size: 28px;\n    font-weight: bold;\n    color: #555;\n    cursor: pointer;\n    transition: color 0.3s ease;\n    z-index: 10;\n  }\n  .modal-close:hover {\n    color: #000;\n  }\n\n  .title { \n    font-weight: 700;\n    font-size: 40px;\n    margin: 10px 0 20px 0;\n  }\n  .subtitle {\n    text-transform: uppercase;\n    color: #2673DF;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 5px;\n  }\n\n  .main-wrapper-modal {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  .form-inner-modal {\n    display: flex;\n    flex-direction: column;\n    width: 100%;\n    align-items: center;\n  }\n .custom-contact-form-modal { \n    width: 100%;\n  }\n\n  label {\n    font-size: 16px;\n    color: #272727;\n    margin: 12px 0 6px;\n    text-align: left;\n        width: 96%;\n  }\n\n  .contact-form-modal input,\n  .contact-form-modal textarea {\n    width: 100%;\n    border: 1px solid #d0e4ff;\n    border-radius: 25px;\n    padding: 12px 15px;\n    font-size: 14px;\n    outline: none;\n    resize: none;\n    background-color: white;\n    box-sizing: border-box;\n  }\n  textarea {\n    min-height: 120px;\n  }\n\n  .button-wrap-modal {\n    margin-top: 2rem;\n    display: flex;\n    justify-content: flex-start;\n  }\n  .button-custom-2 {\n    color: white;\n    background: #226DD6;\n    border: 1.5px solid;\n    border-image-slice: 1;\n    font-family: 'Figtree', sans-serif;\n    padding: 12px 24px;\n    font-size: 18px;\n    font-weight: 600;\n    border-radius: 99999px;\n    text-align: center;\n    cursor: pointer;\n    position: relative;\n    overflow: hidden;\n  }\n  .button-custom-2::after {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 300px;\n    height: 100%;\n    background: rgba(255, 255, 255, 0);\n    background-image: linear-gradient(\n        to right,\n        rgba(255, 255, 255, 0) 25%,\n        rgba(255, 255, 255, 0.5) 50%,\n        rgba(255, 255, 255, 0) 75%\n    );\n    transform: translateX(-100%);\n    transition: transform 1s ease;\n  }\n  .button-custom-2:hover::after {\n    animation: shine 2s linear infinite;\n  }\n\n  @keyframes shine {\n    0% {\n      transform: translateX(-100%);\n    }\n    50% {\n      transform: translateX(100%);\n    }\n    100% {\n      transform: translateX(200%);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .contact-form-modal {\n      padding: 20px 15px;\n      box-shadow: none;\n    }\n  }\n      .form-feedback-message {\n    position: fixed;\n    top: 20px;\n    right: 20px;\n    background-color: #d4edda;\n    color: #155724;\n    padding: 12px 20px;\n    border-radius: 6px;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    font-size: 20px;\n    font-weight: 500;\n    z-index: 9999;\n    opacity: 0;\n    pointer-events: none;\n    transition: opacity 0.3s ease, transform 0.3s ease;\n    transform: translateY(-20px);\n}\n.form-feedback-message.show {\n    opacity: 1;\n    pointer-events: auto;\n    transform: translateY(0);\n}\n<\/style>\n\n<script>\n  document.getElementById('closeModalBtn').addEventListener('click', function(){\n    document.getElementById('modal').classList.remove('show');\n  });\n\n  document.getElementById('modal').addEventListener('click', function(e) {\n    if(e.target === this) {\n      this.classList.remove('show');\n    }\n  });\n\n  document.addEventListener('keydown', (e) => {\n    if(e.key === \"Escape\" && document.getElementById('modal').classList.contains('show')) {\n      document.getElementById('modal').classList.remove('show');\n    }\n  });\n  \n  document.addEventListener('DOMContentLoaded', function () {\n    const form = document.getElementById('custom-contact-form-modal');\n    if (!form) return;\n\n    const toast = document.createElement('div');\n    toast.className = 'form-feedback-message';\n    toast.textContent = 'Check your mail!';\n    document.body.appendChild(toast);\n\n    form.addEventListener('submit', async function (e) {\n        e.preventDefault();\n\n        const inputs = form.querySelectorAll('input');\n        const textarea = form.querySelector('textarea');\n\n        const firstName = inputs[0].value;\n        const lastName = inputs[1].value;\n        const email = inputs[2].value;\n        const message = textarea.value;\n\n        const fullName = `${firstName} ${lastName}`.trim();\n\n        const payload = {\n            loan_type_id: 1,\n            loan_amount: null,\n            business_industry: null,\n            credit_fico_option_id: null,\n            transaction_type_id: 2,\n            criteria_program_type_id: null,\n            criteria_document_type_id: null,\n            stress_rate_id: null,\n            status: \"pending\",\n            price: null,\n            quality: 1,\n            name: fullName,\n            email_address: email,\n            phone_number: null,\n            state_lending_areas: [{ area: \"\", city: \"\", state: \"\", id: \"\" }],\n            has_permission_from_user: true,\n            created_by_admin: false,\n\n        };\n\n        try {\n            await fetch('https:\/\/preprod-api.hwml.app\/api\/v1\/lead', {\n                method: 'POST',\n                headers: { 'Content-Type': 'application\/json' },\n                body: JSON.stringify(payload)\n            });\n        } catch (error) {\n          console.log(error)\n        }\n\n        inputs.forEach(input => input.value = '');\n        textarea.value = '';\n        document.getElementById('modal').classList.remove('show');\n        toast.classList.add('show');\n        \n        setTimeout(() => {\n            toast.classList.remove('show');\n        }, 5000);\n    });\n});\n\n<\/script>\n<\/div>\n\n\n<h2 class=\"wp-block-heading alignwide has-text-align-center\" style=\"font-size:clamp(1.976rem, 1.976rem + ((1vw - 0.2rem) * 2.177), 3.5rem);\"><strong>Empower Your Clients. Grow Your Business. HWML for Brokers.<\/strong><\/h2>\n\n\n<div class=\"lazyblock-broker-title-Z2dy8or wp-block-lazyblock-broker-title\"><div class=\"parallelogram-highlight-container\">\n  <div class=\"parallelogram-highlight\">\n    <span>Broker Solutions<\/span>\n    <div class=\"highlight-bg\"><\/div>\n  <\/div>\n<\/div>\n\n<style>\n.parallelogram-highlight-container {\n  text-align: center;\n  overflow: hidden;\n  height: 100px;\n  background-color: transparent;\n}\n\n.parallelogram-highlight {\n  display: inline-block;\n  position: relative;\n font-size: clamp(2.5rem, 5vw, 5rem);\n  font-weight: 700;\n  font-family: sans-serif;\n  line-height: 1;\n  color: #000;\n  padding-bottom: 0.5rem;\n}\n\n.parallelogram-highlight span {\n  position: relative;\n  z-index: 2;\n  padding: 0 0.1em;\n  display: inline-block;\n\n}\n\n.highlight-bg {\n    position: absolute;\n    bottom: 0;\n    left: 32%;\n    width: 77%;\n    height: 0.4em;\n    background: linear-gradient(to right, #D3E6FF, #3287FD);\n    z-index: 1;\n    pointer-events: none;\n    clip-path: polygon(2% 46%, 87% 27%, 100% 98%, 8% 130%);\n    transform: translateX(0%);\n}\n\n@media (max-width: 376px) {\n  .highlight-bg {\n    left: 30%;\n    width: 45%;\n  }\n}\n<\/style><\/div>\n\n\n<p class=\"has-text-align-center\" style=\"font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.357), 18px);\">Tap into our deal desk and AI-powered underwriting platform to originate loans faster,<br> match clients with 300+ lenders, and track commissions with full transparency.<\/p>\n\n\n<div class=\"lazyblock-custom-button-3-ZHHtwy wp-block-lazyblock-custom-button-3\"><div class=\"button-wrapper \" style=\"justify-content: center;\">\n  <a href=https:\/\/my.hwml.app\/individual\/signup target=\"_blank\">\n    <button class=\"button-custom-2\">\n    Apply for Broker Access\n  <\/button>\n  <\/a>\n<\/div>\n\n<style>\n  .button-wrapper {\n    display: flex;\n    align-items: center;\n    width: 100%;\n  }\n\n  .button-custom-2 {\n    color: white;\n    background: #226DD6;\n    border: 1.5px solid;\n    border-image-slice: 1;\n    font-family: 'Figtree', sans-serif;\n    padding: 18px 32px;\n    font-size: 18px;\n    border-radius: 99999px;\n    text-align: center;\n    cursor: pointer;\n    position: relative;\n    overflow: hidden;\n    transition: linear .1s;\n  }\n\n  .button-custom-2::after {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 300px;\n    height: 100%;\n    background: rgba(255, 255, 255, 0);\n    background-image: linear-gradient(\n        to right,\n        rgba(255, 255, 255, 0) 25%,\n        rgba(255, 255, 255, 0.5) 50%,\n        rgba(255, 255, 255, 0) 75%\n    );\n    transform: translateX(-100%);\n    transition: transform 1s ease;\n  }\n\n  .button-custom-2:hover::after {\n\n    animation: shine 2s linear infinite;\n  }\n  \n  .button-custom-2:hover { \n        scale: 1.05;\n  }\n\n  @media (max-width: 768px) {\n    .none {\n      display: none !important;\n    }\n  }\n\n  @keyframes shine {\n    0% {\n      transform: translateX(-100%);\n    }\n    50% {\n      transform: translateX(100%);\n    }\n    100% {\n      transform: translateX(200%);\n    }\n  }\n<\/style>\n\n\n\n<\/div>\n\n\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-df66096c wp-block-group-is-layout-flex\" style=\"margin-bottom:var(--wp--preset--spacing--40)\">\n<figure class=\"wp-block-image size-full\" style=\"margin-bottom:10px\"><img loading=\"lazy\" decoding=\"async\" width=\"21\" height=\"20\" src=\"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png\" alt=\"\" class=\"wp-image-34\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-center\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.364), 1.13rem);\">Or give us a call at (773) 820 -7166<\/p>\n<\/div>\n\n\n<div class=\"lazyblock-third-gallery-Z1g4A5n alignwide alignwide  wp-block-lazyblock-third-gallery\"><div class=\"gallery-grid\" style=\"gap: 24px;\">\n\n  <div class=\"gallery-column\">\n    <div class=\"half-height top\">\n      <img decoding=\"async\" src=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-10.png\" alt=\"\">\n    <\/div>\n    <div class=\"half-height bottom\">\n      <img decoding=\"async\" src=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-12.png\" alt=\"\">\n    <\/div>\n  <\/div>\n    <div class=\"gallery-column\">\n    <img decoding=\"async\" src=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-13.png\" alt=\"\" class=\"full-height\">\n  <\/div>\n  <div class=\"gallery-column\">\n    <div class=\"half-height top\">\n      <img decoding=\"async\" src=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-14.png\" alt=\"\">\n    <\/div>\n    <div class=\"half-height bottom\">\n      <img decoding=\"async\" src=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-18.png\" alt=\"\">\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n  .gallery-grid {\n    display: flex;\n    width: 100%;\n    justify-content: center; \n    gap: 24px;\n  }\n\n  .gallery-column {\n    display: flex;\n    flex-direction: column;\n    flex: 1;\n    justify-content: center;\n  }\n\n  .full-height img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .half-height {\n    height: 50%; \n    overflow: hidden;\n    border-radius:40px ;\n  }\n\n  .top, .bottom {\n    flex: 1;\n    width: 100%;\n  }\n\n  .half-height img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n\n  .top {\n    margin-bottom: 24px;\n  }\n<\/style><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)\"><div data-aos-duration=\"1000\" data-aos=\"fade\" class=\"lazyblock-tittle-and-subtitle-fvHuc wp-block-lazyblock-tittle-and-subtitle\">  <div class=\"titles-wrapper\">\n    <div class=\"circle-icon \"><\/div>\n      <h2 class=\"subtitle\">See how we streamline your workflow to save you time and close more deals.<\/h2>\n      <h4 class=\"title\">How It Works<\/h4>\n  <\/div>\n  \n  <style>\n  .titles-wrapper { \n    width: 100%;\n    max-width: 1196px;\n    margin: 0 auto;\n  }\n  .title { \n    font-weight: 700;\n    font-size: 40px;\n    margin-bottom:48px ;\n    margin-top: 0px;\n  }\n  .subtitle {\n  text-transform: uppercase;\n  color: #2673DF;\n  font-size: 16px;\n  font-weight: 600;\n  margin-bottom: 10px;\n}\n  @media (max-width: 768px) { \n   .title { \n     font-size: 20px !important;\n   } \n   .subtitle { \n     font-size: 14px !important;\n   }\n  }\n  .circle-icon {\n  position: relative;\n  width: 24px;\n  height: 24px;\n  border-radius: 50%;\n  background-color: #e4ebff;\n  display: inline-block;\n  left: -11.1%;\n  top: 40px;\n  z-index: 100;\n}\n\n.circle-icon::before {\n  content: \"\";\n  position: absolute;\n  top: 4px;\n  left: 4px;\n  width: 16px;\n  height: 16px;\n  border-radius: 50%;\n  background-color: #2979ff;\n}\n\n.circle-icon::after {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  left: 50%;\n  width: 1px;\n  transform: translateX(-50%);\n}\n.more-left { \n  left: -23.1%;\n}\n@media(max-width: 375px) {\n  .circle-icon { \n    left: -11%;\n  }\n}\n  <\/style><\/div>\n\n<div data-aos=\"zoom-in\" class=\"lazyblock-steps-grid-8Dk9t wp-block-lazyblock-steps-grid\"><div class=\"steps-grid\" style=\"display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 60px; max-width: 1000px;\">\n\n  <!-- Step 1 -->\n  <div class=\"step-item\" style=\"display: flex; flex-direction: column; gap: 20px;\">\n    <div class=\"step-header\" style=\"display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 16px;\">\n      <div class=\"icon-wrapper\" style=\"display: flex; align-items: center; justify-content: center;\">\n        <img decoding=\"async\" src=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/card-withdraw.png\" alt=\"Step 1 Icon\" style=\"display: block; max-width: 100%; height: auto;\">\n      <\/div>\n      <div class=\"step-number\" style=\"font-size: 40px; font-weight: bold; color: #2563eb;\">1<\/div>\n    <\/div>\n    <div class=\"step-content\">\n      <div class=\"step-title\" style=\"font-weight: 600; font-size: 20px;\">Submit deals through our custom Broker Portal<\/div>\n      <div class=\"step-description\" style=\"color: #4b5563; font-size: 16px; margin-top: 5px;\">Forget endless email chains and clunky spreadsheets. Our intuitive portal allows you to securely upload all necessary deal documents and information in just a few clicks. A single, streamlined hub for all your applications, available 24\/7, saves you time and keeps your workflow organized.<\/div>\n    <\/div>\n  <\/div>\n\n  <!-- Step 2 -->\n  <div class=\"step-item\" style=\"display: flex; flex-direction: column; gap: 20px;\">\n    <div class=\"step-header\" style=\"display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 16px;\">\n      <div class=\"icon-wrapper\" style=\"display: flex; align-items: center; justify-content: center;\">\n        <img decoding=\"async\" src=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/coin-swap.png\" alt=\"Step 2 Icon\" style=\"display: block; max-width: 100%; height: auto;\">\n      <\/div>\n      <div class=\"step-number\" style=\"font-size: 40px; font-weight: bold; color: #2563eb;\">2<\/div>\n    <\/div>\n    <div class=\"step-content\">\n      <div class=\"step-title\" style=\"font-weight: 600; font-size: 20px;\">Live Deal Tracking<\/div>\n      <div class=\"step-description\" style=\"color: #4b5563; font-size: 16px; margin-top: 5px;\">No more guessing games or waiting for email replies. Our portal provides real-time tracking for every stage of your deal&#8217;s progress, from submission to approval. This complete transparency gives you full control and allows you to keep your clients informed without making a single phone call.<\/div>\n    <\/div>\n  <\/div>\n\n  <!-- Step 3 -->\n  <div class=\"step-item\" style=\"display: flex; flex-direction: column; gap: 20px;\">\n    <div class=\"step-header\" style=\"display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 16px;\">\n      <div class=\"icon-wrapper\" style=\"display: flex; align-items: center; justify-content: center;\">\n        <img decoding=\"async\" src=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/money.png\" alt=\"Step 3 Icon\" style=\"display: block; max-width: 100%; height: auto;\">\n      <\/div>\n      <div class=\"step-number\" style=\"font-size: 40px; font-weight: bold; color: #2563eb;\">3<\/div>\n    <\/div>\n    <div class=\"step-content\">\n      <div class=\"step-title\" style=\"font-weight: 600; font-size: 20px;\">Get matched with lenders in minutes<\/div>\n      <div class=\"step-description\" style=\"color: #4b5563; font-size: 16px; margin-top: 5px;\">Our AI-powered platform analyzes your deal&#8217;s specifics and instantly matches it against the criteria of over 300 lenders in our network. We find the optimal financing solutions tailored to your client&#8217;s needs, dramatically increasing your chances of a successful close.<\/div>\n    <\/div>\n  <\/div>\n\n  <!-- Step 4 -->\n  <div class=\"step-item\" style=\"display: flex; flex-direction: column; gap: 20px;\">\n    <div class=\"step-header\" style=\"display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 16px;\">\n      <div class=\"icon-wrapper\" style=\"display: flex; align-items: center; justify-content: center;\">\n        <img decoding=\"async\" src=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/coin-stack.png\" alt=\"Step 4 Icon\" style=\"display: block; max-width: 100%; height: auto; padding-right: 16px;\">\n      <\/div>\n      <div class=\"step-number\" style=\"font-size: 40px; font-weight: bold; color: #2563eb;\">4<\/div>\n    <\/div>\n    <div class=\"step-content\">\n      <div class=\"step-title\" style=\"font-weight: 600; font-size: 20px;\">Earn commissions with transparent reporting<\/div>\n      <div class=\"step-description\" style=\"color: #4b5563; font-size: 16px; margin-top: 5px;\">We value your partnership and believe in total financial clarity. Your personal dashboard allows you to track commissions for every closed deal, view payment statuses, and generate detailed reports. Manage your earnings with confidence and predictability.<\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<style>\n\n  @media (max-width: 768px) {\n    .steps-grid {\n\n      grid-template-columns: 1fr !important;\n      gap: 40px 0 !important;\n    }\n    .step-title {\n\n      font-size: 17px !important;\n    }\n    .step-description {\n\n      font-size: 13px !important;\n    }\n  }\n<\/style>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"lazyblock-tittle-and-subtitle-ov5jc wp-block-lazyblock-tittle-and-subtitle\">  <div class=\"titles-wrapper\">\n    <div class=\"circle-icon \"><\/div>\n      <h2 class=\"subtitle\">Discover the advantages that help you close more deals and grow your business.<\/h2>\n      <h4 class=\"title\">Why Brokers Choose HWML<\/h4>\n  <\/div>\n  \n  <style>\n  .titles-wrapper { \n    width: 100%;\n    max-width: 1196px;\n    margin: 0 auto;\n  }\n  .title { \n    font-weight: 700;\n    font-size: 40px;\n    margin-bottom:48px ;\n    margin-top: 0px;\n  }\n  .subtitle {\n  text-transform: uppercase;\n  color: #2673DF;\n  font-size: 16px;\n  font-weight: 600;\n  margin-bottom: 10px;\n}\n  @media (max-width: 768px) { \n   .title { \n     font-size: 20px !important;\n   } \n   .subtitle { \n     font-size: 14px !important;\n   }\n  }\n  .circle-icon {\n  position: relative;\n  width: 24px;\n  height: 24px;\n  border-radius: 50%;\n  background-color: #e4ebff;\n  display: inline-block;\n  left: -11.1%;\n  top: 40px;\n  z-index: 100;\n}\n\n.circle-icon::before {\n  content: \"\";\n  position: absolute;\n  top: 4px;\n  left: 4px;\n  width: 16px;\n  height: 16px;\n  border-radius: 50%;\n  background-color: #2979ff;\n}\n\n.circle-icon::after {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  left: 50%;\n  width: 1px;\n  transform: translateX(-50%);\n}\n.more-left { \n  left: -23.1%;\n}\n@media(max-width: 375px) {\n  .circle-icon { \n    left: -11%;\n  }\n}\n  <\/style><\/div>\n\n<div data-aos=\"scale-in\" class=\"lazyblock-steps-uAMtL wp-block-lazyblock-steps\"><div class=\"steps-wrapper\" style=\"display: flex; gap: 20px; flex-wrap: wrap;\">\n  <div class=\"step-box\" style=\"background: #F6F9FE; border-radius: 20px; padding: 30px; flex: 1; display: flex; flex-direction: column; justify-content: space-between;\">\n    <div>\n      <div class=\"step-number\" style=\"font-size: 40px; font-weight: bold; color: #2563eb;\">\n        1\n      <\/div>\n      <div class=\"step-title\" style=\"font-weight: 600; font-size: 20px; margin-top: 10px;\">\n        lender match rate\n      <\/div>\n      <div class=\"step-description\" style=\"font-size: 16px; margin-top: 5px; color: #4b5563;\">\n        95% lender match rate (double the industry average)\n      <\/div>\n    <\/div>\n    <div class=\"step-link\" style=\"margin-top: 30px;\">\n      <a href=\"https:\/\/hwml.hwml.app\/\" style=\"color: #2563eb; font-size: 18px; text-decoration: none; font-weight: 500;\">\n        Learn More <span style=\"font-size: 25px;\">\u2192<\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"step-box\" style=\"background: #F6F9FE; border-radius: 20px; padding: 30px; flex: 1; display: flex; flex-direction: column; justify-content: space-between;\">\n    <div>\n      <div class=\"step-number\" style=\"font-size: 40px; font-weight: bold; color: #2563eb;\">\n        2\n      <\/div>\n      <div class=\"step-title\" style=\"font-weight: 600; font-size: 20px; margin-top: 10px;\">\n        AI + OCR\n      <\/div>\n      <div class=\"step-description\" style=\"font-size: 16px; margin-top: 5px; color: #4b5563;\">\n        AI + OCR underwriting reduces processing time by 80%\n      <\/div>\n    <\/div>\n    <div class=\"step-link\" style=\"margin-top: 30px;\">\n      <a href=\"https:\/\/hwml.hwml.app\/?page_id=448\" style=\"color: #2673DF; font-size: 18px; text-decoration: none; font-weight: 500;\">\n        Learn More <span style=\"font-size: 25px;\">\u2192<\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"step-box\" style=\"background: #F6F9FE; border-radius: 20px; padding: 30px; flex: 1; display: flex; flex-direction: column; justify-content: space-between;\">\n    <div>\n      <div class=\"step-number\" style=\"font-size: 40px; font-weight: bold; color: #2563eb;\">\n        3\n      <\/div>\n      <div class=\"step-title\" style=\"font-weight: 600; font-size: 20px; margin-top: 10px;\">\n        Fast turnaround from pre-qualification and Deal Desk support\n      <\/div>\n      <div class=\"step-description\" style=\"font-size: 16px; margin-top: 5px; color: #4b5563;\">\n        Fast turnaround from pre-qualification to funding and dedicated Deal Desk support\n      <\/div>\n    <\/div>\n    <div class=\"step-link\" style=\"margin-top: 30px;\">\n      <a href=\"https:\/\/hwml.hwml.app\/?page_id=716\" style=\"color: #2673DF; font-size: 18px; text-decoration: none; font-weight: 500;\">\n        Learn More <span style=\"font-size: 25px;\">\u2192<\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3e1d588b wp-block-columns-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--70)\" data-aos=\"flip-up\" data-aos-duration=\"1000\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\"><div class=\"lazyblock-tittle-and-subtitle-2c2S65 wp-block-lazyblock-tittle-and-subtitle\">  <div class=\"titles-wrapper\">\n    <div class=\"circle-icon more-left\"><\/div>\n      <h2 class=\"subtitle\">A powerful tool for ambitious commercial brokers, consultants, and real estate experts.<\/h2>\n      <h4 class=\"title\">Who It\u2019s For<\/h4>\n  <\/div>\n  \n  <style>\n  .titles-wrapper { \n    width: 100%;\n    max-width: 1196px;\n    margin: 0 auto;\n  }\n  .title { \n    font-weight: 700;\n    font-size: 40px;\n    margin-bottom:48px ;\n    margin-top: 0px;\n  }\n  .subtitle {\n  text-transform: uppercase;\n  color: #2673DF;\n  font-size: 16px;\n  font-weight: 600;\n  margin-bottom: 10px;\n}\n  @media (max-width: 768px) { \n   .title { \n     font-size: 20px !important;\n   } \n   .subtitle { \n     font-size: 14px !important;\n   }\n  }\n  .circle-icon {\n  position: relative;\n  width: 24px;\n  height: 24px;\n  border-radius: 50%;\n  background-color: #e4ebff;\n  display: inline-block;\n  left: -11.1%;\n  top: 40px;\n  z-index: 100;\n}\n\n.circle-icon::before {\n  content: \"\";\n  position: absolute;\n  top: 4px;\n  left: 4px;\n  width: 16px;\n  height: 16px;\n  border-radius: 50%;\n  background-color: #2979ff;\n}\n\n.circle-icon::after {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  left: 50%;\n  width: 1px;\n  transform: translateX(-50%);\n}\n.more-left { \n  left: -23.1%;\n}\n@media(max-width: 375px) {\n  .circle-icon { \n    left: -11%;\n  }\n}\n  <\/style><\/div>\n\n\n<p style=\"font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.357), 18px);font-style:normal;font-weight:400\">HWML is built for the trusted advisors at the center of every transaction. Whether you\u2019re sourcing commercial loans directly or providing strategic financial guidance, our platform enhances your expertise. We provide the technology and lender access you need to deliver faster results and solidify your role as an indispensable partner to your clients.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li style=\"font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.357), 18px);font-style:normal;font-weight:400\">Commercial loan brokers.<\/li>\n\n\n\n<li style=\"font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.357), 18px);\"><strong>Real estate professionals.<\/strong><\/li>\n\n\n\n<li style=\"font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.357), 18px);\"><strong>Credit union affiliates<\/strong>.<\/li>\n\n\n\n<li style=\"font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.357), 18px);\"><strong>Small business consultants &amp; Accountants.<\/strong><\/li>\n<\/ul>\n\n\n<div class=\"lazyblock-custom-button-3-Z13fV5x wp-block-lazyblock-custom-button-3\"><div class=\"button-wrapper \" style=\"justify-content: flex-start;\">\n  <a href=https:\/\/my.hwml.app\/individual\/signup target=\"_blank\">\n    <button class=\"button-custom-2\">\n    Apply for Broker Access\n  <\/button>\n  <\/a>\n<\/div>\n\n<style>\n  .button-wrapper {\n    display: flex;\n    align-items: center;\n    width: 100%;\n  }\n\n  .button-custom-2 {\n    color: white;\n    background: #226DD6;\n    border: 1.5px solid;\n    border-image-slice: 1;\n    font-family: 'Figtree', sans-serif;\n    padding: 18px 32px;\n    font-size: 18px;\n    border-radius: 99999px;\n    text-align: center;\n    cursor: pointer;\n    position: relative;\n    overflow: hidden;\n    transition: linear .1s;\n  }\n\n  .button-custom-2::after {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 300px;\n    height: 100%;\n    background: rgba(255, 255, 255, 0);\n    background-image: linear-gradient(\n        to right,\n        rgba(255, 255, 255, 0) 25%,\n        rgba(255, 255, 255, 0.5) 50%,\n        rgba(255, 255, 255, 0) 75%\n    );\n    transform: translateX(-100%);\n    transition: transform 1s ease;\n  }\n\n  .button-custom-2:hover::after {\n\n    animation: shine 2s linear infinite;\n  }\n  \n  .button-custom-2:hover { \n        scale: 1.05;\n  }\n\n  @media (max-width: 768px) {\n    .none {\n      display: none !important;\n    }\n  }\n\n  @keyframes shine {\n    0% {\n      transform: translateX(-100%);\n    }\n    50% {\n      transform: translateX(100%);\n    }\n    100% {\n      transform: translateX(200%);\n    }\n  }\n<\/style>\n\n\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--50)\">\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"332\" height=\"506\" data-id=\"329\" src=\"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-6.png\" alt=\"\" class=\"wp-image-329\" srcset=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-6.png 332w, https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-6-197x300.png 197w\" sizes=\"auto, (max-width: 332px) 100vw, 332px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"333\" height=\"506\" data-id=\"332\" src=\"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-7.png\" alt=\"\" class=\"wp-image-332\" srcset=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-7.png 333w, https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-7-197x300.png 197w\" sizes=\"auto, (max-width: 333px) 100vw, 333px\" \/><\/figure>\n<\/figure>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>HWML is built for the trusted advisors at the center of every transaction. Whether you\u2019re sourcing commercial loans directly or providing strategic financial guidance, our platform enhances your expertise. We provide the technology and lender access you need to deliver faster results and solidify your role as an indispensable partner to your clients.<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-877","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Broker Solutions<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/hwml.hwml.app\/?page_id=877\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Broker Solutions\" \/>\n<meta property=\"og:description\" content=\"HWML is built for the trusted advisors at the center of every transaction. Whether you\u2019re sourcing commercial loans directly or providing strategic financial guidance, our platform enhances your expertise. We provide the technology and lender access you need to deliver faster results and solidify your role as an indispensable partner to your clients.\" \/>\n<meta property=\"og:url\" content=\"http:\/\/hwml.hwml.app\/?page_id=877\" \/>\n<meta property=\"og:site_name\" content=\"Address:\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-20T11:32:53+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/hwml.hwml.app\/?page_id=877\",\"url\":\"http:\/\/hwml.hwml.app\/?page_id=877\",\"name\":\"Broker Solutions\",\"isPartOf\":{\"@id\":\"http:\/\/hwml.hwml.app\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/hwml.hwml.app\/?page_id=877#primaryimage\"},\"image\":{\"@id\":\"http:\/\/hwml.hwml.app\/?page_id=877#primaryimage\"},\"thumbnailUrl\":\"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png\",\"datePublished\":\"2025-10-13T12:42:54+00:00\",\"dateModified\":\"2025-10-20T11:32:53+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/hwml.hwml.app\/?page_id=877#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/hwml.hwml.app\/?page_id=877\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/hwml.hwml.app\/?page_id=877#primaryimage\",\"url\":\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png\",\"contentUrl\":\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png\",\"width\":21,\"height\":20},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/hwml.hwml.app\/?page_id=877#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/hwml.hwml.app\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Broker Solutions\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/hwml.hwml.app\/#website\",\"url\":\"http:\/\/hwml.hwml.app\/\",\"name\":\"Address:\",\"description\":\"Address:\",\"publisher\":{\"@id\":\"http:\/\/hwml.hwml.app\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/hwml.hwml.app\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/hwml.hwml.app\/#organization\",\"name\":\"Address:\",\"url\":\"http:\/\/hwml.hwml.app\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/hwml.hwml.app\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/ChatGPT-Image-May-16-2025-11_06_08-AM-1.png\",\"contentUrl\":\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/ChatGPT-Image-May-16-2025-11_06_08-AM-1.png\",\"width\":1024,\"height\":1024,\"caption\":\"Address:\"},\"image\":{\"@id\":\"http:\/\/hwml.hwml.app\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Broker Solutions","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":"http:\/\/hwml.hwml.app\/?page_id=877","og_locale":"en_US","og_type":"article","og_title":"Broker Solutions","og_description":"HWML is built for the trusted advisors at the center of every transaction. Whether you\u2019re sourcing commercial loans directly or providing strategic financial guidance, our platform enhances your expertise. We provide the technology and lender access you need to deliver faster results and solidify your role as an indispensable partner to your clients.","og_url":"http:\/\/hwml.hwml.app\/?page_id=877","og_site_name":"Address:","article_modified_time":"2025-10-20T11:32:53+00:00","og_image":[{"url":"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/hwml.hwml.app\/?page_id=877","url":"http:\/\/hwml.hwml.app\/?page_id=877","name":"Broker Solutions","isPartOf":{"@id":"http:\/\/hwml.hwml.app\/#website"},"primaryImageOfPage":{"@id":"http:\/\/hwml.hwml.app\/?page_id=877#primaryimage"},"image":{"@id":"http:\/\/hwml.hwml.app\/?page_id=877#primaryimage"},"thumbnailUrl":"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png","datePublished":"2025-10-13T12:42:54+00:00","dateModified":"2025-10-20T11:32:53+00:00","breadcrumb":{"@id":"http:\/\/hwml.hwml.app\/?page_id=877#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/hwml.hwml.app\/?page_id=877"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/hwml.hwml.app\/?page_id=877#primaryimage","url":"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png","contentUrl":"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png","width":21,"height":20},{"@type":"BreadcrumbList","@id":"http:\/\/hwml.hwml.app\/?page_id=877#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/hwml.hwml.app\/"},{"@type":"ListItem","position":2,"name":"Broker Solutions"}]},{"@type":"WebSite","@id":"http:\/\/hwml.hwml.app\/#website","url":"http:\/\/hwml.hwml.app\/","name":"Address:","description":"Address:","publisher":{"@id":"http:\/\/hwml.hwml.app\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/hwml.hwml.app\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/hwml.hwml.app\/#organization","name":"Address:","url":"http:\/\/hwml.hwml.app\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/hwml.hwml.app\/#\/schema\/logo\/image\/","url":"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/ChatGPT-Image-May-16-2025-11_06_08-AM-1.png","contentUrl":"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/ChatGPT-Image-May-16-2025-11_06_08-AM-1.png","width":1024,"height":1024,"caption":"Address:"},"image":{"@id":"http:\/\/hwml.hwml.app\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=\/wp\/v2\/pages\/877","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=877"}],"version-history":[{"count":28,"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=\/wp\/v2\/pages\/877\/revisions"}],"predecessor-version":[{"id":937,"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=\/wp\/v2\/pages\/877\/revisions\/937"}],"wp:attachment":[{"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=877"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}