{"id":27,"date":"2026-09-04T19:43:48","date_gmt":"2026-09-04T19:43:48","guid":{"rendered":"https:\/\/mansonconsult.co.za\/?page_id=27"},"modified":"2026-09-07T07:29:36","modified_gmt":"2026-09-07T07:29:36","slug":"mcc-rentals","status":"publish","type":"page","link":"https:\/\/mansonconsult.co.za\/","title":{"rendered":"Vehicle Rental Solutions"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =========================================================\n   MMC RENTALS \u2014 LANDING PAGE\n   CLEAN \/ MODERN \/ FULL-WIDTH VERSION\n========================================================= *\/\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800&display=swap');\n\n\n.mmc-landing {\n  --navy: #071B3A;\n  --blue: #0066D9;\n  --cyan: #00AEEF;\n  --orange: #FF8A00;\n  --green: #18C968;\n  --light: #F5F8FC;\n  --text: #18283F;\n\n  font-family: 'Poppins', Arial, sans-serif;\n  color: var(--text);\n\n  width: 100vw !important;\n  max-width: 100vw !important;\n\n  margin-left: calc(50% - 50vw) !important;\n  margin-right: calc(50% - 50vw) !important;\n\n  padding: 0 !important;\n}\n\n\n\/* GLOBAL *\/\n\n.mmc-landing *,\n.mmc-landing *::before,\n.mmc-landing *::after {\n  box-sizing: border-box;\n}\n\n\nhtml,\nbody {\n  overflow-x: hidden !important;\n}\n\n\n\/* Hide WordPress page title *\/\n\n.wp-block-post-title {\n  display: none !important;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.mmc-hero {\n  position: relative;\n\n  min-height: 620px;\n\n  width: 100% !important;\n  max-width: none !important;\n\n  display: flex;\n  align-items: center;\n\n  overflow: hidden;\n\n  background: #EAF0F6;\n}\n\n\n.mmc-hero-image {\n  position: absolute;\n\n  inset: 0;\n\n  width: 100%;\n  height: 100%;\n\n  background-image:\n    linear-gradient(\n      90deg,\n      rgba(255,255,255,0.99) 0%,\n      rgba(255,255,255,0.96) 30%,\n      rgba(255,255,255,0.78) 50%,\n      rgba(255,255,255,0.32) 72%,\n      rgba(255,255,255,0.05) 100%\n    ),\n    url(\"https:\/\/mansonconsult.co.za\/wp-content\/uploads\/2026\/09\/1ef32fdd-8e19-4d4f-a280-0df993f7de77.png\");\n\n  background-size: cover;\n  background-position: center right;\n  background-repeat: no-repeat;\n}\n\n\n.mmc-hero-content {\n  position: relative;\n\n  z-index: 2;\n\n  width: min(1180px, 90%) !important;\n  max-width: 1180px !important;\n\n  margin-left: auto !important;\n  margin-right: auto !important;\n\n  padding: 55px 0;\n}\n\n\n\/* =========================================================\n   LOGO\n========================================================= *\/\n\n.mmc-logo {\n  width: 120px;\n\n  height: auto;\n\n  display: block;\n\n  margin-bottom: 32px;\n}\n\n\n\/* =========================================================\n   HERO TEXT\n========================================================= *\/\n\n.mmc-eyebrow {\n  margin: 0 0 14px;\n\n  color: var(--blue);\n\n  font-size: 11px;\n\n  font-weight: 700;\n\n  letter-spacing: 0.2em;\n\n  text-transform: uppercase;\n}\n\n\n.mmc-hero h1 {\n  max-width: 720px;\n\n  margin: 0 0 22px;\n\n  color: var(--navy);\n\n  font-size: clamp(40px, 5vw, 60px);\n\n  line-height: 1.04;\n\n  letter-spacing: -0.045em;\n\n  font-weight: 800;\n}\n\n\n.mmc-hero h1 span {\n  display: block;\n\n  color: var(--blue);\n}\n\n\n.mmc-intro {\n  max-width: 570px;\n\n  margin: 0 0 32px;\n\n  color: #34445A;\n\n  font-size: 16px;\n\n  line-height: 1.65;\n}\n\n\n\/* =========================================================\n   CTA BUTTON \u2014 PRIMARY ACTION\n========================================================= *\/\n\n.mmc-button {\n  display: inline-flex;\n\n  align-items: center;\n\n  justify-content: center;\n\n  gap: 18px;\n\n  min-height: 54px;\n\n  padding: 15px 26px;\n\n  border-radius: 50px;\n\n  background: var(--green);\n\n  color: #ffffff !important;\n\n  text-decoration: none !important;\n\n  font-size: 12px;\n\n  font-weight: 800;\n\n  letter-spacing: 0.02em;\n\n  box-shadow: 0 10px 25px rgba(24,201,104,0.18);\n\n  transition:\n    transform 0.25s ease,\n    box-shadow 0.25s ease !important;\n}\n\n\n.mmc-button:hover {\n  transform: translateY(-4px) !important;\n\n  box-shadow: 0 14px 30px rgba(24,201,104,0.28) !important;\n}\n\n\n\/* =========================================================\n   LARGE WHATSAPP BUTTON\n   INTENTIONALLY DOMINANT\n========================================================= *\/\n\n.mmc-whatsapp-button {\n  width: 430px !important;\n\n  max-width: 100% !important;\n\n  min-height: 125px !important;\n\n  padding: 28px 42px !important;\n\n  display: inline-flex !important;\n\n  flex-direction: row !important;\n\n  align-items: center !important;\n\n  justify-content: center !important;\n\n  gap: 22px !important;\n\n  border-radius: 18px !important;\n\n  background: var(--green) !important;\n\n  color: #ffffff !important;\n\n  text-decoration: none !important;\n\n  box-shadow:\n    0 18px 45px rgba(24,201,104,0.32) !important;\n\n  transition:\n    transform 0.25s ease,\n    box-shadow 0.25s ease !important;\n}\n\n\n\/* WHATSAPP US *\/\n\n.mmc-whatsapp-button span:first-child {\n  font-size: 21px !important;\n\n  font-weight: 800 !important;\n\n  letter-spacing: 0.10em !important;\n\n  line-height: 1.1 !important;\n}\n\n\n\/* ARROW *\/\n\n.mmc-whatsapp-button span:last-child {\n  font-size: 34px !important;\n\n  font-weight: 700 !important;\n\n  line-height: 1 !important;\n}\n\n\n\/* BUTTON HOVER *\/\n\n.mmc-whatsapp-button:hover {\n  transform: translateY(-7px) !important;\n\n  box-shadow:\n    0 25px 55px rgba(24,201,104,0.42) !important;\n}\n\n\n\/* =========================================================\n   HOW IT WORKS\n========================================================= *\/\n\n.mmc-how {\n  width: 100% !important;\n  max-width: none !important;\n\n  padding: 90px 5%;\n\n  background: #ffffff;\n}\n\n\n.mmc-section-heading {\n  max-width: 720px;\n\n  margin: 0 auto 55px;\n\n  text-align: center;\n}\n\n\n.mmc-section-heading h2 {\n  margin: 0;\n\n  color: var(--navy);\n\n  font-size: clamp(32px, 4vw, 48px);\n\n  line-height: 1.08;\n\n  letter-spacing: -0.035em;\n\n  font-weight: 800;\n}\n\n\n.mmc-steps {\n  max-width: 1100px;\n\n  margin-left: auto !important;\n  margin-right: auto !important;\n\n  display: grid;\n\n  grid-template-columns: repeat(3, 1fr);\n}\n\n\n.mmc-step {\n  padding: 10px 40px;\n\n  text-align: center;\n\n  border-right: 1px solid #DDE4EC;\n}\n\n\n.mmc-step:last-child {\n  border-right: none;\n}\n\n\n.mmc-number {\n  width: 56px;\n  height: 56px;\n\n  margin: 0 auto 20px;\n\n  display: flex;\n\n  align-items: center;\n\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background: #EAF4FF;\n\n  color: var(--blue);\n\n  font-size: 15px;\n\n  font-weight: 800;\n}\n\n\n.mmc-step h3 {\n  margin: 0 0 10px;\n\n  color: var(--navy);\n\n  font-size: 18px;\n\n  font-weight: 700;\n}\n\n\n.mmc-step p {\n  max-width: 290px;\n\n  margin: 0 auto;\n\n  color: #637185;\n\n  font-size: 13px;\n\n  line-height: 1.65;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.mmc-final {\n  position: relative;\n\n  min-height: 500px;\n\n  width: 100% !important;\n  max-width: none !important;\n\n  display: flex;\n\n  align-items: center;\n\n  overflow: hidden;\n\n  background: var(--navy);\n}\n\n\n.mmc-final-image {\n  position: absolute;\n\n  top: 0;\n\n  right: 0;\n\n  width: 58%;\n\n  height: 100%;\n\n  background-image:\n    linear-gradient(\n      90deg,\n      var(--navy) 0%,\n      rgba(7,27,58,0.94) 25%,\n      rgba(7,27,58,0.58) 62%,\n      rgba(7,27,58,0.12) 100%\n    ),\n    url(\"https:\/\/mansonconsult.co.za\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-4-2026-08_01_03-PM.png\");\n\n  background-size: cover;\n\n  background-position: center;\n\n  background-repeat: no-repeat;\n}\n\n\n.mmc-final-content {\n  position: relative;\n\n  z-index: 2;\n\n  width: min(1180px, 90%) !important;\n\n  max-width: 1180px !important;\n\n  margin-left: auto !important;\n\n  margin-right: auto !important;\n\n  padding: 70px 0;\n\n  color: #ffffff;\n}\n\n\n.mmc-final .mmc-eyebrow {\n  color: var(--cyan);\n}\n\n\n.mmc-final h2 {\n  max-width: 650px;\n\n  margin: 0 0 18px;\n\n  color: #ffffff;\n\n  font-size: clamp(38px, 5vw, 58px);\n\n  line-height: 1.04;\n\n  letter-spacing: -0.04em;\n\n  font-weight: 800;\n}\n\n\n.mmc-final h2 span {\n  display: block;\n\n  color: #48B9FF;\n}\n\n\n.mmc-final-content > p:not(.mmc-eyebrow) {\n  max-width: 540px;\n\n  margin: 0 0 32px;\n\n  color: #E1E8F0;\n\n  font-size: 15px;\n\n  line-height: 1.65;\n}\n\n\n\/* =========================================================\n   FINAL WHATSAPP BUTTON \u2014 EVEN MORE PROMINENT\n========================================================= *\/\n\n.mmc-whatsapp-button-large {\n  width: 450px !important;\n\n  max-width: 100% !important;\n\n  min-height: 135px !important;\n\n  padding: 30px 45px !important;\n\n  margin-top: 4px;\n\n  margin-bottom: 5px;\n\n  border-radius: 18px !important;\n}\n\n\n.mmc-whatsapp-button-large span:first-child {\n  font-size: 22px !important;\n}\n\n\n.mmc-whatsapp-button-large span:last-child {\n  font-size: 36px !important;\n}\n\n\n\/* =========================================================\n   CONTACT DETAILS\n========================================================= *\/\n\n.mmc-contact {\n  margin-top: 28px;\n\n  color: #E1E8F0 !important;\n\n  font-size: 12px;\n\n  line-height: 1.7;\n}\n\n\n.mmc-contact strong {\n  color: #ffffff !important;\n}\n\n\n.mmc-contact-line {\n  margin-bottom: 5px;\n\n  color: #E1E8F0 !important;\n}\n\n\n.mmc-contact-line a {\n  color: #ffffff !important;\n\n  text-decoration: none !important;\n\n  font-weight: 600;\n}\n\n\n.mmc-contact-line a:hover {\n  color: #48B9FF !important;\n}\n\n\n\/* ADDRESSES \u2014 FORCE VISIBILITY *\/\n\n.mmc-addresses {\n  margin-top: 18px;\n\n  color: #E1E8F0 !important;\n\n  font-size: 12px;\n\n  line-height: 1.9;\n}\n\n\n.mmc-addresses div {\n  color: #E1E8F0 !important;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media (max-width: 800px) {\n\n  .mmc-hero {\n    min-height: 720px;\n\n    align-items: flex-end;\n  }\n\n\n  .mmc-hero-image {\n    background-image:\n      linear-gradient(\n        180deg,\n        rgba(255,255,255,0.08) 0%,\n        rgba(255,255,255,0.35) 30%,\n        rgba(255,255,255,0.88) 60%,\n        #ffffff 78%,\n        #ffffff 100%\n      ),\n      url(\"https:\/\/mansonconsult.co.za\/wp-content\/uploads\/2026\/09\/1ef32fdd-8e19-4d4f-a280-0df993f7de77.png\");\n\n    background-position: 65% center;\n\n    background-size: cover;\n  }\n\n\n  .mmc-hero-content {\n    width: 90% !important;\n\n    padding: 35px 0 45px;\n  }\n\n\n  .mmc-logo {\n    width: 105px;\n\n    margin-bottom: 24px;\n  }\n\n\n  .mmc-hero h1 {\n    max-width: 100%;\n\n    font-size: clamp(38px, 11vw, 54px);\n\n    line-height: 1.04;\n  }\n\n\n  .mmc-intro {\n    font-size: 14px;\n\n    line-height: 1.6;\n  }\n\n\n  \/* MOBILE WHATSAPP CTA *\/\n\n  .mmc-whatsapp-button,\n  .mmc-whatsapp-button-large {\n    width: 100% !important;\n\n    max-width: 100% !important;\n\n    min-height: 105px !important;\n\n    padding: 25px 30px !important;\n\n    border-radius: 16px !important;\n\n    gap: 18px !important;\n  }\n\n\n  .mmc-whatsapp-button span:first-child,\n  .mmc-whatsapp-button-large span:first-child {\n    font-size: 17px !important;\n  }\n\n\n  .mmc-whatsapp-button span:last-child,\n  .mmc-whatsapp-button-large span:last-child {\n    font-size: 30px !important;\n  }\n\n\n  .mmc-how {\n    padding: 70px 5%;\n  }\n\n\n  .mmc-section-heading {\n    margin-bottom: 35px;\n  }\n\n\n  .mmc-steps {\n    grid-template-columns: 1fr;\n  }\n\n\n  .mmc-step {\n    padding: 28px 10px;\n\n    border-right: none;\n\n    border-bottom: 1px solid #DDE4EC;\n  }\n\n\n  .mmc-step:last-child {\n    border-bottom: none;\n  }\n\n\n  .mmc-final {\n    min-height: 650px;\n\n    align-items: flex-end;\n  }\n\n\n  .mmc-final-image {\n    width: 100%;\n\n    height: 65%;\n\n    background-image:\n      linear-gradient(\n        180deg,\n        rgba(7,27,58,0.08) 0%,\n        rgba(7,27,58,0.58) 45%,\n        var(--navy) 80%\n      ),\n      url(\"https:\/\/mansonconsult.co.za\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-4-2026-08_01_03-PM.png\");\n\n    background-position: center;\n  }\n\n\n  .mmc-final-content {\n    width: 90% !important;\n\n    padding: 50px 0 55px;\n  }\n\n\n  .mmc-final h2 {\n    font-size: clamp(36px, 10vw, 52px);\n  }\n\n\n  .mmc-addresses {\n    line-height: 1.8;\n  }\n\n}\n\n\n\/* =========================================================\n   ENTRANCE ANIMATIONS\n========================================================= *\/\n\n\n\/* Logo: floats down from above *\/\n\n@keyframes mmcLogoDrop {\n\n  0% {\n    opacity: 0;\n\n    transform: translateY(-60px);\n  }\n\n  100% {\n    opacity: 1;\n\n    transform: translateY(0);\n  }\n\n}\n\n\n\/* Hero text: floats up from below *\/\n\n@keyframes mmcTextRise {\n\n  0% {\n    opacity: 0;\n\n    transform: translateY(55px);\n  }\n\n  100% {\n    opacity: 1;\n\n    transform: translateY(0);\n  }\n\n}\n\n\n\/* How-it-works section: enters from the left *\/\n\n@keyframes mmcSlideFromLeft {\n\n  0% {\n    opacity: 0;\n\n    transform: translateX(-70px);\n  }\n\n  100% {\n    opacity: 1;\n\n    transform: translateX(0);\n  }\n\n}\n\n\n\/* =========================================================\n   HERO LOGO ANIMATION\n========================================================= *\/\n\n.mmc-logo {\n  opacity: 0;\n\n  animation:\n    mmcLogoDrop 0.9s ease-out 0.15s forwards;\n}\n\n\n\/* =========================================================\n   HERO TEXT ANIMATIONS\n========================================================= *\/\n\n.mmc-eyebrow {\n  opacity: 0;\n\n  animation:\n    mmcTextRise 0.8s ease-out 0.45s forwards;\n}\n\n\n.mmc-hero h1 {\n  opacity: 0;\n\n  animation:\n    mmcTextRise 0.9s ease-out 0.6s forwards;\n}\n\n\n.mmc-intro {\n  opacity: 0;\n\n  animation:\n    mmcTextRise 0.8s ease-out 0.8s forwards;\n}\n\n\n\/* Hero WhatsApp button keeps entrance animation *\/\n\n.mmc-hero .mmc-button {\n  opacity: 0;\n\n  animation:\n    mmcTextRise 0.8s ease-out 1s forwards;\n}\n\n\n\/* =========================================================\n   HOW IT WORKS ANIMATIONS\n========================================================= *\/\n\n.mmc-section-heading {\n  opacity: 0;\n\n  animation:\n    mmcSlideFromLeft 0.9s ease-out 1.1s forwards;\n}\n\n\n.mmc-step {\n  opacity: 0;\n\n  animation:\n    mmcSlideFromLeft 0.8s ease-out forwards;\n}\n\n\n.mmc-step:nth-child(1) {\n  animation-delay: 1.25s;\n}\n\n\n.mmc-step:nth-child(2) {\n  animation-delay: 1.45s;\n}\n\n\n.mmc-step:nth-child(3) {\n  animation-delay: 1.65s;\n}\n\n\n\/* =========================================================\n   FINAL CTA ANIMATION\n========================================================= *\/\n\n.mmc-final-content {\n  opacity: 0;\n\n  animation:\n    mmcTextRise 0.9s ease-out 1.8s forwards;\n}\n\n\n\/* =========================================================\n   ACCESSIBILITY\n========================================================= *\/\n\n@media (prefers-reduced-motion: reduce) {\n\n  .mmc-logo,\n  .mmc-eyebrow,\n  .mmc-hero h1,\n  .mmc-intro,\n  .mmc-hero .mmc-button,\n  .mmc-section-heading,\n  .mmc-step,\n  .mmc-final-content {\n\n    opacity: 1 !important;\n\n    transform: none !important;\n\n    animation: none !important;\n  }\n\n}\n\n\n\/* =========================================================\n   FINAL BUTTON HOVER OVERRIDE\n========================================================= *\/\n\n.mmc-button {\n  transition:\n    transform 0.25s ease,\n    box-shadow 0.25s ease !important;\n}\n\n\n.mmc-button:hover {\n  transform: translateY(-4px) !important;\n\n  box-shadow:\n    0 14px 30px rgba(24, 201, 104, 0.28) !important;\n}\n\n\n.mmc-whatsapp-button:hover {\n  transform: translateY(-7px) !important;\n\n  box-shadow:\n    0 25px 55px rgba(24, 201, 104, 0.42) !important;\n}\n<\/style>\n\n<div class=\"mmc-landing\">\n\n  <!-- HERO -->\n  <section class=\"mmc-hero\">\n    <div class=\"mmc-hero-image\"><\/div>\n\n    <div class=\"mmc-hero-content\">\n\n      <img decoding=\"async\" class=\"mmc-logo\" src=\"https:\/\/mansonconsult.co.za\/wp-content\/uploads\/2026\/09\/ChatGPT-Image-Sep-4-2026-09_39_21-PM.png\" alt=\"MMC Rentals\">\n\n      <p class=\"mmc-eyebrow\">LONG-TERM VEHICLE RENTAL SOLUTIONS<\/p>\n\n      <h1>\n        Your vehicle is paid off.\n        <span>Its value doesn&#8217;t have to stay locked away.<\/span>\n      <\/h1>\n\n      <p class=\"mmc-intro\">\n        If you own a fully paid-off vehicle, you may have the opportunity\n        to sell it to MMC Rentals, access the cash value, and continue\n        driving the same vehicle through a flexible month-to-month\n        rental arrangement.\n      <\/p>\n\n      <!-- WHATSAPP CTA -->\n      <a class=\"mmc-button mmc-whatsapp-button\" href=\"https:\/\/wa.me\/27822395620\" target=\"_blank\" rel=\"noopener\" aria-label=\"WhatsApp MMC Rentals\">\n        <span>WHATSAPP US<\/span>\n        <span>\u2192<\/span>\n      <\/a>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- HOW IT WORKS -->\n  <section class=\"mmc-how\">\n\n    <div class=\"mmc-section-heading\">\n      <p class=\"mmc-eyebrow\">HOW IT WORKS<\/p>\n\n      <h2>\n        A straightforward way to explore your vehicle&#8217;s value.\n      <\/h2>\n    <\/div>\n\n    <div class=\"mmc-steps\">\n\n      <div class=\"mmc-step\">\n        <div class=\"mmc-number\">01<\/div>\n\n        <h3>Tell us about your vehicle<\/h3>\n\n        <p>\n          Start your enquiry through WhatsApp and provide the requested\n          vehicle details, photographs and documentation.\n        <\/p>\n      <\/div>\n\n\n      <div class=\"mmc-step\">\n        <div class=\"mmc-number\">02<\/div>\n\n        <h3>We assess your vehicle<\/h3>\n\n        <p>\n          Our team reviews your vehicle and the information provided\n          to determine the options available to you.\n        <\/p>\n      <\/div>\n\n\n      <div class=\"mmc-step\">\n        <div class=\"mmc-number\">03<\/div>\n\n        <h3>Explore your options<\/h3>\n\n        <p>\n          If you qualify, we&#8217;ll discuss the available solution with you\n          and guide you through the next steps.\n        <\/p>\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- FINAL CTA -->\n  <section class=\"mmc-final\">\n\n    <div class=\"mmc-final-image\"><\/div>\n\n    <div class=\"mmc-final-content\">\n\n      <p class=\"mmc-eyebrow\">READY TO EXPLORE YOUR OPTIONS?<\/p>\n\n      <h2>\n        Your vehicle already has value.\n        <span>Let&#8217;s explore what that could mean for you.<\/span>\n      <\/h2>\n\n      <p>\n        If your vehicle is fully paid off, start a conversation with\n        MMC Rentals and let us assess the options available to you.\n      <\/p>\n\n      <!-- LARGE WHATSAPP CTA -->\n      <a class=\"mmc-button mmc-whatsapp-button mmc-whatsapp-button-large\" href=\"https:\/\/wa.me\/27822395620\" target=\"_blank\" rel=\"noopener\" aria-label=\"WhatsApp MMC Rentals\">\n        <span>WHATSAPP US<\/span>\n        <span>\u2192<\/span>\n      <\/a>\n\n      <div class=\"mmc-contact\">\n\n        <div class=\"mmc-contact-line\">\n          <strong>WhatsApp:<\/strong>\n          <a href=\"https:\/\/wa.me\/27822395620\" target=\"_blank\" rel=\"noopener\">\n            082 239 5620\n          <\/a>\n        <\/div>\n\n        <div class=\"mmc-contact-line\">\n          <strong>Call:<\/strong>\n          <a href=\"tel:+27640403899\">\n            064 040 3899\n          <\/a>\n        <\/div>\n\n        <div class=\"mmc-addresses\">\n          <div>Zimbali Drive, Ballito<\/div>\n          <div>Elizabeth Drive, Boksburg<\/div>\n          <div>Kestril Ave, Killarney Gardens<\/div>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>LONG-TERM VEHICLE RENTAL SOLUTIONS Your vehicle is paid off. Its value doesn&#8217;t have to stay locked away. If you own a fully paid-off vehicle, you may have the opportunity to sell it to MMC Rentals, access the cash value, and continue driving the same vehicle through a flexible month-to-month rental arrangement. WHATSAPP US \u2192 HOW [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"mcc-landing-page","meta":{"footnotes":""},"class_list":["post-27","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mansonconsult.co.za\/index.php?rest_route=\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mansonconsult.co.za\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mansonconsult.co.za\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mansonconsult.co.za\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mansonconsult.co.za\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=27"}],"version-history":[{"count":7,"href":"https:\/\/mansonconsult.co.za\/index.php?rest_route=\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":39,"href":"https:\/\/mansonconsult.co.za\/index.php?rest_route=\/wp\/v2\/pages\/27\/revisions\/39"}],"wp:attachment":[{"href":"https:\/\/mansonconsult.co.za\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}