<!-- Hero Section -->
<div id="SVGwave1BottomSMShape" class="svg-preloader position-relative gradient-half-primary-v1">
<div class="container space-top-3 space-bottom-4">
<div class="w-md-80 w-lg-60 text-center mx-auto">
<h1 class="text-white">Find the <span class="font-weight-semi-bold">right plan</span> for your site</h1>
</div>
</div>
<!-- SVG Background -->
<figure class="position-absolute right-0 bottom-0 left-0">
<img class="js-svg-injector" src="../../assets/svg/components/wave-1-bottom-sm.svg" alt="Image Description"
data-parent="#SVGwave1BottomSMShape">
</figure>
<!-- End SVG Background -->
</div>
<!-- End Hero Section -->
<!-- JS Implementing Plugins -->
<script src="../../assets/vendor/svg-injector/dist/svg-injector.min.js"></script>
<!-- JS Implementing Plugins -->
<script src="../../assets/js/components/hs.svg-injector.js"></script>
<!-- JS Plugins Init. -->
<script>
$(document).on('ready', function () {
// initialization of svg injector module
$.HSCore.components.HSSVGIngector.init('.js-svg-injector');
});
</script>