Install guide
Wix calls it an Embed / Custom Element. Use the HTML iframe option.
Wix renders embeds inside an iframe, so give the box a generous height (around 700px) or the calculator will scroll inside its own frame.
Three lines. Your prices are the JSON in the middle, so you can read and edit them any time.
<div data-quoteblock="my-quote"></div>
<script type="application/json" id="my-quote">{ ...your prices... }</script>
<script src="https://quoteblock.app/v1/quoteblock.js" defer></script>