{"id":446,"date":"2025-09-30T06:52:27","date_gmt":"2025-09-30T06:52:27","guid":{"rendered":"https:\/\/turbowebsites.com\/?page_id=446"},"modified":"2025-11-24T09:55:56","modified_gmt":"2025-11-24T09:55:56","slug":"form","status":"publish","type":"page","link":"https:\/\/turbowebsites.com\/es\/form\/","title":{"rendered":"Formulario"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"446\" class=\"elementor elementor-446\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96b2118 e-flex e-con-boxed e-con e-parent\" data-id=\"96b2118\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a67db07 elementor-widget elementor-widget-heading\" data-id=\"a67db07\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Step 2: Form<\/h1>\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-34c8513 e-flex e-con-boxed e-con e-parent\" data-id=\"34c8513\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd8c2d0 elementor-widget elementor-widget-metform\" data-id=\"cd8c2d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_form_multistep_status&quot;:&quot;mf-multistep-container&quot;}\" data-widget_type=\"metform.default\">\n\t\t\t\t\t<div id=\"mf-response-props-id-632\" data-previous-steps-style=\"\" data-editswitchopen=\"no\" data-response_type=\"alert\" data-erroricon=\"\" data-successicon=\"\" data-messageposition=\"\" class=\"  mf_slide_direction_horizontal mf-multistep-container mf-form-multistep-nav- mf-scroll-top-no\">\n\t\t<div class=\"formpicker_warper formpicker_warper_editable\" data-metform-formpicker-key=\"632\" >\n\t\t\t\t\n\t\t\t<div class=\"mf-widget-container\">\n\t\t\t\t\r\n\t\t<div\r\n\t\t\tid=\"metform-wrap-cd8c2d0-632\"\r\n\t\t\tclass=\"mf-form-wrapper\"\r\n\t\t\tdata-form-id=\"632\"\r\n\t\t\tdata-action=\"https:\/\/turbowebsites.com\/es\/wp-json\/metform\/v1\/entries\/insert\/632\"\r\n\t\t\tdata-wp-nonce=\"b954d7ab0c\"\r\n\t\t\tdata-form-nonce=\"bb7e30deae\"\r\n\t\t\tdata-quiz-summery = \"false\"\r\n\t\t\tdata-save-progress = \"false\"\r\n\t\t\tdata-form-type=\"quiz-form\"\r\n\t\t\tdata-stop-vertical-effect=\"\"\r\n\t\t\tdata-payment-submit-before=\"0\"\r\n\t\t\t><\/div>\r\n\r\n\r\n\t\t<!----------------------------- \r\n\t\t\t* controls_data : find the the props passed indie of data attribute\r\n\t\t\t* props.SubmitResponseMarkup : contains the markup of error or success message\r\n\t\t\t* https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Template_literals\r\n\t\t--------------------------- -->\r\n\r\n\t\t\t\t<script type=\"text\/mf\" class=\"mf-template\">\r\n\t\t\tfunction controls_data (value){\r\n\t\t\t\tlet currentWrapper = \"mf-response-props-id-632\";\r\n\t\t\t\tlet currentEl = document.getElementById(currentWrapper);\r\n\t\t\t\t\r\n\t\t\t\treturn currentEl ? currentEl.dataset[value] : false\r\n\t\t\t}\r\n\r\n\r\n\t\t\tlet is_edit_mode = '' ? true : false;\r\n\t\t\tlet message_position = controls_data('messageposition') || 'top';\r\n\r\n\t\t\t\r\n\t\t\tlet message_successIcon = controls_data('successicon') || '';\r\n\t\t\tlet message_errorIcon = controls_data('erroricon') || '';\r\n\t\t\tlet message_editSwitch = controls_data('editswitchopen') === 'yes' ? true : false;\r\n\t\t\tlet message_proClass = controls_data('editswitchopen') === 'yes' ? 'mf_pro_activated' : '';\r\n\t\t\t\r\n\t\t\tlet is_dummy_markup = is_edit_mode && message_editSwitch ? true : false;\r\n\r\n\t\t\t\r\n\t\t\treturn html`\r\n\t\t\t\t<form\r\n\t\t\t\t\tclassName=\"metform-form-content\"\r\n\t\t\t\t\tref=${parent.formContainerRef}\r\n\t\t\t\t\tonSubmit=${ validation.handleSubmit( parent.handleFormSubmit ) }\r\n\t\t\t\t\r\n\t\t\t\t\t>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t\t\t${is_dummy_markup ? message_position === 'top' ?  props.ResponseDummyMarkup(message_successIcon, message_proClass) : '' : ''}\r\n\t\t\t\t\t${is_dummy_markup ? ' ' :  message_position === 'top' ? props.SubmitResponseMarkup`${parent}${state}${message_successIcon}${message_errorIcon}${message_proClass}` : ''}\r\n\r\n\t\t\t\t\t<!--------------------------------------------------------\r\n\t\t\t\t\t*** IMPORTANT \/ DANGEROUS ***\r\n\t\t\t\t\t${html``} must be used as in immediate child of \"metform-form-main-wrapper\"\r\n\t\t\t\t\tclass otherwise multistep form will not run at all\r\n\t\t\t\t\t---------------------------------------------------------->\r\n\r\n\t\t\t\t\t<div className=\"metform-form-main-wrapper\" key=${'hide-form-after-submit'} ref=${parent.formRef}>\r\n\t\t\t\t\t${html`\r\n\t\t\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" key=\"2\" data-elementor-id=\"632\" className=\"elementor elementor-632\" data-elementor-post-type=\"metform-form\">\n\t\t\t\t<div className=\"elementor-element elementor-element-41eb4ca e-flex e-con-boxed e-con e-parent\" data-id=\"41eb4ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-22c536a e-con-full e-flex e-con e-child\" data-id=\"22c536a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div className=\"elementor-element elementor-element-bd746bb e-con-full e-flex e-con e-child\" data-id=\"bd746bb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-763148f elementor-widget elementor-widget-heading\" data-id=\"763148f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 className=\"elementor-heading-title elementor-size-default\">Your Brand, Your Website<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-559d5dd elementor-widget elementor-widget-text-editor\" data-id=\"559d5dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We&#8217;re ready to capture the essence of your brand through this form, so we can create a website that truly represents you. <strong>It will only take around 8 min.<\/strong> Think of this as giving us the brushstrokes to paint a website that works for you.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-9e07011 mf-btn--center elementor-widget elementor-widget-mf-next-step\" data-id=\"9e07011\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Start`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-f1ec513 e-flex e-con-boxed e-con e-parent\" data-id=\"f1ec513\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-9857df4 e-con-full e-flex e-con e-child\" data-id=\"9857df4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-e5ad798 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"e5ad798\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"45\" viewBox=\"0 0 44 45\" fill=\"none\"><g><path d=\"M6 16.8C6 12.3196 6 10.0794 6.87195 8.36808C7.63893 6.86278 8.86278 5.63893 10.3681 4.87195C12.0794 4 14.3196 4 18.8 4H25.2C29.6804 4 31.9206 4 33.6319 4.87195C35.1372 5.63893 36.3611 6.86278 37.1281 8.36808C38 10.0794 38 12.3196 38 16.8V24.2C38 28.6804 38 30.9206 37.1281 32.6319C36.3611 34.1372 35.1372 35.3611 33.6319 36.1281C31.9206 37 29.6804 37 25.2 37H18.8C14.3196 37 12.0794 37 10.3681 36.1281C8.86278 35.3611 7.63893 34.1372 6.87195 32.6319C6 30.9206 6 28.6804 6 24.2V16.8Z\" fill=\"#1B0A57\"><\/path><path d=\"M25.2002 3.75C27.4361 3.75 29.1281 3.74937 30.4746 3.85938C31.824 3.96963 32.8484 4.19254 33.7451 4.64941C35.2975 5.44037 36.5596 6.70255 37.3506 8.25488C37.8075 9.15161 38.0304 10.176 38.1406 11.5254C38.2506 12.8719 38.25 14.5639 38.25 16.7998V24.2002C38.25 26.4361 38.2506 28.1281 38.1406 29.4746C38.0304 30.824 37.8075 31.8484 37.3506 32.7451C36.5596 34.2975 35.2975 35.5596 33.7451 36.3506C32.8484 36.8075 31.824 37.0304 30.4746 37.1406C29.1281 37.2506 27.4361 37.25 25.2002 37.25H18.7998C16.5639 37.25 14.8719 37.2506 13.5254 37.1406C12.176 37.0304 11.1516 36.8075 10.2549 36.3506C8.70255 35.5596 7.44037 34.2975 6.64941 32.7451C6.19254 31.8484 5.96963 30.824 5.85938 29.4746C5.74937 28.1281 5.75 26.4361 5.75 24.2002V16.7998C5.75 14.5639 5.74937 12.8719 5.85938 11.5254C5.96963 10.176 6.19254 9.15161 6.64941 8.25488C7.44037 6.70255 8.70255 5.44037 10.2549 4.64941C11.1516 4.19254 12.176 3.96963 13.5254 3.85938C14.8719 3.74937 16.5639 3.75 18.7998 3.75H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 26V14.752H23.72V26H21.576ZM19.368 16.64V14.752H23.56V16.64H19.368Z\" fill=\"white\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-607c162 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"607c162\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V24.2C41 28.6804 41 30.9206 40.1281 32.6319C39.3611 34.1372 38.1372 35.3611 36.6319 36.1281C34.9206 37 32.6804 37 28.2 37H19.8C15.3196 37 13.0794 37 11.3681 36.1281C9.86278 35.3611 8.63893 34.1372 7.87195 32.6319C7 30.9206 7 28.6804 7 24.2V16.8Z\" fill=\"url(#paint0_linear_54_2921)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V24.2002C41.5 26.4321 41.5007 28.1361 41.3896 29.4951C41.2781 30.8601 41.0511 31.9215 40.5732 32.8594C39.7584 34.4584 38.4584 35.7584 36.8594 36.5732C35.9215 37.0511 34.8601 37.2781 33.4951 37.3896C32.1361 37.5007 30.4321 37.5 28.2002 37.5H19.7998C17.5679 37.5 15.8639 37.5007 14.5049 37.3896C13.1399 37.2781 12.0785 37.0511 11.1406 36.5732C9.54163 35.7584 8.24161 34.4584 7.42676 32.8594C6.94888 31.9215 6.72187 30.8601 6.61035 29.4951C6.49931 28.1361 6.5 26.4321 6.5 24.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M19.416 24.752L23.656 20.32C23.9547 20 24.1947 19.7173 24.376 19.472C24.568 19.216 24.7067 18.976 24.792 18.752C24.8773 18.5173 24.92 18.2827 24.92 18.048C24.92 17.5787 24.7653 17.2107 24.456 16.944C24.1573 16.6773 23.768 16.544 23.288 16.544C22.7973 16.544 22.36 16.672 21.976 16.928C21.6027 17.184 21.2507 17.5893 20.92 18.144L19.432 16.88C19.88 16.1227 20.4347 15.552 21.096 15.168C21.768 14.7733 22.536 14.576 23.4 14.576C24.136 14.576 24.776 14.72 25.32 15.008C25.8747 15.296 26.3013 15.696 26.6 16.208C26.8987 16.72 27.048 17.3173 27.048 18C27.048 18.4587 26.9893 18.8747 26.872 19.248C26.7653 19.6213 26.5787 19.9947 26.312 20.368C26.056 20.7307 25.6987 21.1413 25.24 21.6L22.152 24.752H19.416ZM19.416 26V24.752L21.272 24.112H27.288V26H19.416Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_2921\" x1=\"24.6099\" y1=\"-37.2278\" x2=\"55.2652\" y2=\"20.8072\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-64c57e7 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"64c57e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_54_5254)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2102 27.1591C23.392 27.1591 22.6648 27.0189 22.0284 26.7386C21.3958 26.4583 20.8958 26.0682 20.5284 25.5682C20.161 25.0682 19.9659 24.4905 19.9432 23.8352H22.0795C22.0985 24.1496 22.2027 24.4242 22.392 24.6591C22.5814 24.8902 22.8333 25.0701 23.1477 25.1989C23.4621 25.3277 23.8144 25.392 24.2045 25.392C24.6212 25.392 24.9905 25.3201 25.3125 25.1761C25.6345 25.0284 25.8864 24.8239 26.0682 24.5625C26.25 24.3011 26.339 24 26.3352 23.6591C26.339 23.3068 26.2481 22.9962 26.0625 22.7273C25.8769 22.4583 25.608 22.2481 25.2557 22.0966C24.9072 21.9451 24.4867 21.8693 23.9943 21.8693H22.9659V20.2443H23.9943C24.3996 20.2443 24.7538 20.1742 25.0568 20.0341C25.3636 19.8939 25.6042 19.697 25.7784 19.4432C25.9527 19.1856 26.0379 18.8883 26.0341 18.5511C26.0379 18.2216 25.964 17.9356 25.8125 17.6932C25.6648 17.447 25.4545 17.2557 25.1818 17.1193C24.9129 16.983 24.5966 16.9148 24.233 16.9148C23.8769 16.9148 23.5473 16.9792 23.2443 17.108C22.9413 17.2367 22.697 17.4205 22.5114 17.6591C22.3258 17.8939 22.2273 18.1742 22.2159 18.5H20.1875C20.2027 17.8485 20.3902 17.2765 20.75 16.7841C21.1136 16.2879 21.5985 15.9015 22.2045 15.625C22.8106 15.3447 23.4905 15.2045 24.2443 15.2045C25.0208 15.2045 25.6951 15.3504 26.267 15.642C26.8428 15.9299 27.2879 16.3182 27.6023 16.8068C27.9167 17.2955 28.0739 17.8352 28.0739 18.4261C28.0777 19.0814 27.8845 19.6307 27.4943 20.0739C27.108 20.517 26.6004 20.8068 25.9716 20.9432V21.0341C26.7898 21.1477 27.4167 21.4508 27.8523 21.9432C28.2917 22.4318 28.5095 23.0398 28.5057 23.767C28.5057 24.4186 28.3201 25.0019 27.9489 25.517C27.5814 26.0284 27.0739 26.4299 26.4261 26.7216C25.7822 27.0133 25.0436 27.1591 24.2102 27.1591Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5254\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-5710807 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"5710807\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_1078)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M19.8239 25.3409V23.6648L24.7614 15.8636H26.1591V18.25H25.3068L21.983 23.517V23.608H28.875V25.3409H19.8239ZM25.375 27.5V24.8295L25.3977 24.0795V15.8636H27.3864V27.5H25.375Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_1078\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-65e9f20 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"65e9f20\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_4515)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.0795 27.6591C23.322 27.6591 22.6439 27.517 22.0455 27.233C21.447 26.9451 20.9716 26.5511 20.6193 26.0511C20.2708 25.5511 20.0852 24.9792 20.0625 24.3352H22.108C22.1458 24.8125 22.3523 25.2027 22.7273 25.5057C23.1023 25.8049 23.553 25.9545 24.0795 25.9545C24.4924 25.9545 24.8598 25.8598 25.1818 25.6705C25.5038 25.4811 25.7576 25.2178 25.9432 24.8807C26.1288 24.5436 26.2197 24.1591 26.2159 23.7273C26.2197 23.2879 26.1269 22.8977 25.9375 22.5568C25.7481 22.2159 25.4886 21.9489 25.1591 21.7557C24.8295 21.5587 24.4508 21.4602 24.0227 21.4602C23.6742 21.4564 23.3314 21.5208 22.9943 21.6534C22.6572 21.786 22.3902 21.9602 22.1932 22.1761L20.2898 21.8636L20.8977 15.8636H27.6477V17.625H22.642L22.3068 20.7102H22.375C22.5909 20.4564 22.8958 20.2462 23.2898 20.0795C23.6837 19.9091 24.1155 19.8239 24.5852 19.8239C25.2898 19.8239 25.9186 19.9905 26.4716 20.3239C27.0246 20.6534 27.4602 21.108 27.7784 21.6875C28.0966 22.267 28.2557 22.9299 28.2557 23.6761C28.2557 24.4451 28.0777 25.1307 27.7216 25.733C27.3693 26.3314 26.8788 26.803 26.25 27.1477C25.625 27.4886 24.9015 27.6591 24.0795 27.6591Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_4515\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-d168ab9 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"d168ab9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_5322)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2955 27.6591C23.7386 27.6553 23.1951 27.5587 22.6648 27.3693C22.1345 27.1761 21.6572 26.8636 21.233 26.4318C20.8087 25.9962 20.4716 25.4186 20.2216 24.6989C19.9716 23.9754 19.8485 23.0795 19.8523 22.0114C19.8523 21.0152 19.9583 20.1269 20.1705 19.3466C20.3826 18.5663 20.6875 17.9072 21.0852 17.3693C21.483 16.8277 21.9621 16.4148 22.5227 16.1307C23.0871 15.8466 23.7178 15.7045 24.4148 15.7045C25.1458 15.7045 25.7936 15.8485 26.358 16.1364C26.9261 16.4242 27.3845 16.8182 27.733 17.3182C28.0814 17.8144 28.2973 18.375 28.3807 19H26.3068C26.2008 18.553 25.983 18.197 25.6534 17.9318C25.3277 17.6629 24.9148 17.5284 24.4148 17.5284C23.608 17.5284 22.9867 17.8788 22.5511 18.5795C22.1193 19.2803 21.9015 20.2424 21.8977 21.4659H21.9773C22.1629 21.1326 22.4034 20.8466 22.6989 20.608C22.9943 20.3693 23.3277 20.1856 23.6989 20.0568C24.0739 19.9242 24.4697 19.858 24.8864 19.858C25.5682 19.858 26.1799 20.0208 26.7216 20.3466C27.267 20.6723 27.6989 21.1212 28.017 21.6932C28.3352 22.2614 28.4924 22.9129 28.4886 23.6477C28.4924 24.4129 28.3182 25.1004 27.9659 25.7102C27.6136 26.3163 27.1231 26.7936 26.4943 27.142C25.8655 27.4905 25.1326 27.6629 24.2955 27.6591ZM24.2841 25.9545C24.697 25.9545 25.0663 25.8542 25.392 25.6534C25.7178 25.4527 25.9754 25.1818 26.1648 24.8409C26.3542 24.5 26.447 24.1174 26.4432 23.6932C26.447 23.2765 26.3561 22.8996 26.1705 22.5625C25.9886 22.2254 25.7367 21.9583 25.4148 21.7614C25.0928 21.5644 24.7254 21.4659 24.3125 21.4659C24.0057 21.4659 23.7197 21.5246 23.4545 21.642C23.1894 21.7595 22.9583 21.9223 22.7614 22.1307C22.5644 22.3352 22.4091 22.5739 22.2955 22.8466C22.1856 23.1155 22.1288 23.4034 22.125 23.7102C22.1288 24.1155 22.2235 24.4886 22.4091 24.8295C22.5947 25.1705 22.8504 25.4432 23.1761 25.6477C23.5019 25.8523 23.8712 25.9545 24.2841 25.9545Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5322\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-dce2fb9 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"dce2fb9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_37_1304)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_37_1304\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-baa14ba e-con-full e-flex e-con e-child\" data-id=\"baa14ba\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div className=\"elementor-element elementor-element-10163d5b elementor-widget elementor-widget-image-box\" data-id=\"10163d5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">Company Overview<\/h3><p className=\"elementor-image-box-description\">Let\u2019s start at the beginning: what\u2019s your story? Tell us who you are, who you serve, and what makes you stand out.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-21bdacca elementor-widget elementor-widget-mf-text\" data-id=\"21bdacca\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-company&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-21bdacca\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Describe your company in one or two sentences, no need to overthink it:`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\">*<\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-21bdacca\"\r\n\t\t\t\tname=\"mf-company\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Exp. A coffee shop focused on local, organic ingredients.`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-company'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t!parent.state.answers[\"mf-company\"] && (\r\n\t\t\t\t\t\tparent.state.answers[\"mf-company\"] = {\"answer\":\"\",\"correctPoint\":\"\",\"incorrectPoint\":\"0\"})\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-company\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-4a10466d elementor-widget elementor-widget-mf-text\" data-id=\"4a10466d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-service&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-4a10466d\">\r\n\t\t\t\t\t${ parent.decodeEntities(`What are your core products or services?`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-4a10466d\"\r\n\t\t\t\tname=\"mf-service\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Exp. Specialty coffee drinks and baked goods.`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-service'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-service\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-29d70ab2 elementor-widget elementor-widget-mf-text\" data-id=\"29d70ab2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-target&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-29d70ab2\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Who is your target audience or ideal customer?`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-29d70ab2\"\r\n\t\t\t\tname=\"mf-target\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Exp. Students, remote workers, and coffee lovers.`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-target'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-target\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-4582617 mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"4582617\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-e7201e7 e-flex e-con-boxed e-con e-parent\" data-id=\"e7201e7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-8c721de e-con-full e-flex e-con e-child\" data-id=\"8c721de\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-b658a1b elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"b658a1b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H25.2C29.6804 3.5 31.9206 3.5 33.6319 4.37195C35.1372 5.13893 36.3611 6.36278 37.1281 7.86808C38 9.57937 38 11.8196 38 16.3V23.7C38 28.1804 38 30.4206 37.1281 32.1319C36.3611 33.6372 35.1372 34.8611 33.6319 35.6281C31.9206 36.5 29.6804 36.5 25.2 36.5H18.8C14.3196 36.5 12.0794 36.5 10.3681 35.6281C8.86278 34.8611 7.63893 33.6372 6.87195 32.1319C6 30.4206 6 28.1804 6 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M25.2002 3.25C27.4361 3.25 29.1281 3.24937 30.4746 3.35938C31.824 3.46963 32.8484 3.69254 33.7451 4.14941C35.2975 4.94037 36.5596 6.20255 37.3506 7.75488C37.8075 8.65161 38.0304 9.67599 38.1406 11.0254C38.2506 12.3719 38.25 14.0639 38.25 16.2998V23.7002C38.25 25.9361 38.2506 27.6281 38.1406 28.9746C38.0304 30.324 37.8075 31.3484 37.3506 32.2451C36.5596 33.7975 35.2975 35.0596 33.7451 35.8506C32.8484 36.3075 31.824 36.5304 30.4746 36.6406C29.1281 36.7506 27.4361 36.75 25.2002 36.75H18.7998C16.5639 36.75 14.8719 36.7506 13.5254 36.6406C12.176 36.5304 11.1516 36.3075 10.2549 35.8506C8.70255 35.0596 7.44037 33.7975 6.64941 32.2451C6.19254 31.3484 5.96963 30.324 5.85938 28.9746C5.74937 27.6281 5.75 25.9361 5.75 23.7002V16.2998C5.75 14.0639 5.74937 12.3719 5.85938 11.0254C5.96963 9.67599 6.19254 8.65161 6.64941 7.75488C7.44037 6.20255 8.70255 4.94037 10.2549 4.14941C11.1516 3.69254 12.176 3.46963 13.5254 3.35938C14.8719 3.24937 16.5639 3.25 18.7998 3.25H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 25.5V14.252H23.72V25.5H21.576ZM19.368 16.14V14.252H23.56V16.14H19.368Z\" fill=\"#22125D\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-8b29cb6 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"8b29cb6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V24.2C41 28.6804 41 30.9206 40.1281 32.6319C39.3611 34.1372 38.1372 35.3611 36.6319 36.1281C34.9206 37 32.6804 37 28.2 37H19.8C15.3196 37 13.0794 37 11.3681 36.1281C9.86278 35.3611 8.63893 34.1372 7.87195 32.6319C7 30.9206 7 28.6804 7 24.2V16.8Z\" fill=\"url(#paint0_linear_22_5220)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V24.2002C41.5 26.4321 41.5007 28.1361 41.3896 29.4951C41.2781 30.8601 41.0511 31.9215 40.5732 32.8594C39.7584 34.4584 38.4584 35.7584 36.8594 36.5732C35.9215 37.0511 34.8601 37.2781 33.4951 37.3896C32.1361 37.5007 30.4321 37.5 28.2002 37.5H19.7998C17.5679 37.5 15.8639 37.5007 14.5049 37.3896C13.1399 37.2781 12.0785 37.0511 11.1406 36.5732C9.54163 35.7584 8.24161 34.4584 7.42676 32.8594C6.94888 31.9215 6.72187 30.8601 6.61035 29.4951C6.49931 28.1361 6.5 26.4321 6.5 24.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#170F49\"><\/path><path d=\"M19.416 24.752L23.656 20.32C23.9547 20 24.1947 19.7173 24.376 19.472C24.568 19.216 24.7067 18.976 24.792 18.752C24.8773 18.5173 24.92 18.2827 24.92 18.048C24.92 17.5787 24.7653 17.2107 24.456 16.944C24.1573 16.6773 23.768 16.544 23.288 16.544C22.7973 16.544 22.36 16.672 21.976 16.928C21.6027 17.184 21.2507 17.5893 20.92 18.144L19.432 16.88C19.88 16.1227 20.4347 15.552 21.096 15.168C21.768 14.7733 22.536 14.576 23.4 14.576C24.136 14.576 24.776 14.72 25.32 15.008C25.8747 15.296 26.3013 15.696 26.6 16.208C26.8987 16.72 27.048 17.3173 27.048 18C27.048 18.4587 26.9893 18.8747 26.872 19.248C26.7653 19.6213 26.5787 19.9947 26.312 20.368C26.056 20.7307 25.6987 21.1413 25.24 21.6L22.152 24.752H19.416ZM19.416 26V24.752L21.272 24.112H27.288V26H19.416Z\" fill=\"white\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_22_5220\" x1=\"24.6099\" y1=\"-37.2278\" x2=\"55.2652\" y2=\"20.8072\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#1B0A57\"><\/stop><stop offset=\"1\" stop-color=\"#25155F\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-326c201 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"326c201\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_54_5254)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2102 27.1591C23.392 27.1591 22.6648 27.0189 22.0284 26.7386C21.3958 26.4583 20.8958 26.0682 20.5284 25.5682C20.161 25.0682 19.9659 24.4905 19.9432 23.8352H22.0795C22.0985 24.1496 22.2027 24.4242 22.392 24.6591C22.5814 24.8902 22.8333 25.0701 23.1477 25.1989C23.4621 25.3277 23.8144 25.392 24.2045 25.392C24.6212 25.392 24.9905 25.3201 25.3125 25.1761C25.6345 25.0284 25.8864 24.8239 26.0682 24.5625C26.25 24.3011 26.339 24 26.3352 23.6591C26.339 23.3068 26.2481 22.9962 26.0625 22.7273C25.8769 22.4583 25.608 22.2481 25.2557 22.0966C24.9072 21.9451 24.4867 21.8693 23.9943 21.8693H22.9659V20.2443H23.9943C24.3996 20.2443 24.7538 20.1742 25.0568 20.0341C25.3636 19.8939 25.6042 19.697 25.7784 19.4432C25.9527 19.1856 26.0379 18.8883 26.0341 18.5511C26.0379 18.2216 25.964 17.9356 25.8125 17.6932C25.6648 17.447 25.4545 17.2557 25.1818 17.1193C24.9129 16.983 24.5966 16.9148 24.233 16.9148C23.8769 16.9148 23.5473 16.9792 23.2443 17.108C22.9413 17.2367 22.697 17.4205 22.5114 17.6591C22.3258 17.8939 22.2273 18.1742 22.2159 18.5H20.1875C20.2027 17.8485 20.3902 17.2765 20.75 16.7841C21.1136 16.2879 21.5985 15.9015 22.2045 15.625C22.8106 15.3447 23.4905 15.2045 24.2443 15.2045C25.0208 15.2045 25.6951 15.3504 26.267 15.642C26.8428 15.9299 27.2879 16.3182 27.6023 16.8068C27.9167 17.2955 28.0739 17.8352 28.0739 18.4261C28.0777 19.0814 27.8845 19.6307 27.4943 20.0739C27.108 20.517 26.6004 20.8068 25.9716 20.9432V21.0341C26.7898 21.1477 27.4167 21.4508 27.8523 21.9432C28.2917 22.4318 28.5095 23.0398 28.5057 23.767C28.5057 24.4186 28.3201 25.0019 27.9489 25.517C27.5814 26.0284 27.0739 26.4299 26.4261 26.7216C25.7822 27.0133 25.0436 27.1591 24.2102 27.1591Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5254\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-30e9791 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"30e9791\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_1078)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M19.8239 25.3409V23.6648L24.7614 15.8636H26.1591V18.25H25.3068L21.983 23.517V23.608H28.875V25.3409H19.8239ZM25.375 27.5V24.8295L25.3977 24.0795V15.8636H27.3864V27.5H25.375Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_1078\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-825d3d0 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"825d3d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_4515)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.0795 27.6591C23.322 27.6591 22.6439 27.517 22.0455 27.233C21.447 26.9451 20.9716 26.5511 20.6193 26.0511C20.2708 25.5511 20.0852 24.9792 20.0625 24.3352H22.108C22.1458 24.8125 22.3523 25.2027 22.7273 25.5057C23.1023 25.8049 23.553 25.9545 24.0795 25.9545C24.4924 25.9545 24.8598 25.8598 25.1818 25.6705C25.5038 25.4811 25.7576 25.2178 25.9432 24.8807C26.1288 24.5436 26.2197 24.1591 26.2159 23.7273C26.2197 23.2879 26.1269 22.8977 25.9375 22.5568C25.7481 22.2159 25.4886 21.9489 25.1591 21.7557C24.8295 21.5587 24.4508 21.4602 24.0227 21.4602C23.6742 21.4564 23.3314 21.5208 22.9943 21.6534C22.6572 21.786 22.3902 21.9602 22.1932 22.1761L20.2898 21.8636L20.8977 15.8636H27.6477V17.625H22.642L22.3068 20.7102H22.375C22.5909 20.4564 22.8958 20.2462 23.2898 20.0795C23.6837 19.9091 24.1155 19.8239 24.5852 19.8239C25.2898 19.8239 25.9186 19.9905 26.4716 20.3239C27.0246 20.6534 27.4602 21.108 27.7784 21.6875C28.0966 22.267 28.2557 22.9299 28.2557 23.6761C28.2557 24.4451 28.0777 25.1307 27.7216 25.733C27.3693 26.3314 26.8788 26.803 26.25 27.1477C25.625 27.4886 24.9015 27.6591 24.0795 27.6591Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_4515\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-19328b5 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"19328b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_5322)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2955 27.6591C23.7386 27.6553 23.1951 27.5587 22.6648 27.3693C22.1345 27.1761 21.6572 26.8636 21.233 26.4318C20.8087 25.9962 20.4716 25.4186 20.2216 24.6989C19.9716 23.9754 19.8485 23.0795 19.8523 22.0114C19.8523 21.0152 19.9583 20.1269 20.1705 19.3466C20.3826 18.5663 20.6875 17.9072 21.0852 17.3693C21.483 16.8277 21.9621 16.4148 22.5227 16.1307C23.0871 15.8466 23.7178 15.7045 24.4148 15.7045C25.1458 15.7045 25.7936 15.8485 26.358 16.1364C26.9261 16.4242 27.3845 16.8182 27.733 17.3182C28.0814 17.8144 28.2973 18.375 28.3807 19H26.3068C26.2008 18.553 25.983 18.197 25.6534 17.9318C25.3277 17.6629 24.9148 17.5284 24.4148 17.5284C23.608 17.5284 22.9867 17.8788 22.5511 18.5795C22.1193 19.2803 21.9015 20.2424 21.8977 21.4659H21.9773C22.1629 21.1326 22.4034 20.8466 22.6989 20.608C22.9943 20.3693 23.3277 20.1856 23.6989 20.0568C24.0739 19.9242 24.4697 19.858 24.8864 19.858C25.5682 19.858 26.1799 20.0208 26.7216 20.3466C27.267 20.6723 27.6989 21.1212 28.017 21.6932C28.3352 22.2614 28.4924 22.9129 28.4886 23.6477C28.4924 24.4129 28.3182 25.1004 27.9659 25.7102C27.6136 26.3163 27.1231 26.7936 26.4943 27.142C25.8655 27.4905 25.1326 27.6629 24.2955 27.6591ZM24.2841 25.9545C24.697 25.9545 25.0663 25.8542 25.392 25.6534C25.7178 25.4527 25.9754 25.1818 26.1648 24.8409C26.3542 24.5 26.447 24.1174 26.4432 23.6932C26.447 23.2765 26.3561 22.8996 26.1705 22.5625C25.9886 22.2254 25.7367 21.9583 25.4148 21.7614C25.0928 21.5644 24.7254 21.4659 24.3125 21.4659C24.0057 21.4659 23.7197 21.5246 23.4545 21.642C23.1894 21.7595 22.9583 21.9223 22.7614 22.1307C22.5644 22.3352 22.4091 22.5739 22.2955 22.8466C22.1856 23.1155 22.1288 23.4034 22.125 23.7102C22.1288 24.1155 22.2235 24.4886 22.4091 24.8295C22.5947 25.1705 22.8504 25.4432 23.1761 25.6477C23.5019 25.8523 23.8712 25.9545 24.2841 25.9545Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5322\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-3d11584 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"3d11584\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_37_1304)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_37_1304\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-8293a03 e-con-full e-flex e-con e-child\" data-id=\"8293a03\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-5f2e602e elementor-widget elementor-widget-image-box\" data-id=\"5f2e602e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">Brand Assets<\/h3><p className=\"elementor-image-box-description\">Your\u00a0logo, colors, and fonts are the heartbeat of your brand. Upload what you have \u2014 even a sketch helps us bring your identity to life.\nDon\u2019t have everything right now? You can always add more later.\u2028<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-adcf6f8 e-con-full e-flex e-con e-child\" data-id=\"adcf6f8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div className=\"elementor-element elementor-element-b0a2d05 elementor-widget elementor-widget-mf-radio\" data-id=\"b0a2d05\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-logo&quot;,&quot;mf_input_list&quot;:[{&quot;mf_input_option_text&quot;:&quot;Yes&quot;,&quot;mf_input_option_value&quot;:&quot;value-1&quot;,&quot;_id&quot;:&quot;7a633fd&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;No&quot;,&quot;mf_input_option_value&quot;:&quot;value-2&quot;,&quot;_id&quot;:&quot;11eed6e&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;}],&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-radio.default\">\n\t\t\t\t\t\t\r\n\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-radio-b0a2d05\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Do you have a logo?`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<div className=\"mf-radio multi-option-input-type\" id=\"mf-input-radio-b0a2d05\">\r\n\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-logo\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-1\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-logo'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-1' === parent.getValue('mf-logo')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Yes`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-logo\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-2\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-logo'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-2' === parent.getValue('mf-logo')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`No`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-logo\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"mf-logo\" value=\"\" \/>\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-492c0137 elementor-widget elementor-widget-mf-file-upload\" data-id=\"492c0137\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-logo-upload&quot;}\" data-widget_type=\"mf-file-upload.default\">\n\t\t\t\t\t\t\t\r\n\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-file-upload-492c0137\">\r\n\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<div className=\"mf-file-upload-container multi-option-input-type\">\r\n\t\t\t\t<input\r\n\t\t\t\t\ttype=\"file\"\r\n\t\t\t\t\tclassName=\"mf-input mf-input-file-upload \"\r\n\t\t\t\t\tid=\"mf-input-file-upload-492c0137\" \r\n\t\t\t\t\tname=\"mf-logo-upload\" \r\n\t\t\t\t\t\t\t\t\t\taccept=\".jpg, .jpeg, .gif, .png\"\r\n\t\t\t\t\tonInput=${ parent.handleFileUpload }\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-logo-upload'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${ el => parent.activateValidation({\"message\":\"This field is required.\",\"required\":false,\"file_types\":[\".jpg\",\".jpeg\",\".gif\",\".png\"],\"type_message\":\"Invalid file extension\",\"size_limit\":-1,\"limit_message\":\"This field is required.\"}, el) }\r\n\t\t\t\t\t\/>\r\n\t\t\t\t<label htmlFor=\"mf-input-file-upload-492c0137\" className=\"mf-input-file-upload-label metform-btn\">\r\n\t\t\t\t\t<span>${ parent.decodeEntities(`Upload logo here`) } <\/span><svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-up\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z\"><\/path><\/svg>\t\t\t\t<\/label>\r\n\t\t\t\t<div className=\"mf-file-name\">\r\n\t\t\t\t\t${\r\n\t\t\t\t\t\t(parent.state.formData['mf-logo-upload'] || []).length > 0\r\n\t\t\t\t\t\t? parent.state.formData['mf-logo-upload'].map((file, idx) => html`\r\n\t\t\t\t\t\t\t<span className=\"mf-file-name-item\" key=${idx}>\r\n\t\t\t\t\t\t\t\t<span>${file.name}<\/span>\r\n\t\t\t\t\t\t\t\t<span \r\n\t\t\t\t\t\t\t\t\tclassName=\"mf-file-remove\" \r\n\t\t\t\t\t\t\t\t\tonClick=${() => parent.removeUploadedFile('mf-logo-upload', idx)}\r\n\t\t\t\t\t\t\t\t\ttitle=\"Remove\"\r\n\t\t\t\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<label className=\"mf-file-cross\">\u00d7<\/label>\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t`)\r\n\t\t\t\t\t\t: html`<span>${parent.getFileLabel('mf-logo-upload', '')}<\/span>`\r\n\t\t\t\t\t}\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-logo-upload\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-5dac1e2a elementor-widget elementor-widget-mf-text\" data-id=\"5dac1e2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-drive&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-5dac1e2a\">\r\n\t\t\t\t\t${ parent.decodeEntities(`If yes, please share a link to your drive or upload.`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-5dac1e2a\"\r\n\t\t\t\tname=\"mf-drive\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`htpps\/\/`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-drive'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-drive\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-18d12a0b elementor-widget elementor-widget-mf-text\" data-id=\"18d12a0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-style&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-18d12a0b\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Please share a link to your brand colors or a style guide (if you have it)\u00a0`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-18d12a0b\"\r\n\t\t\t\tname=\"mf-style\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Exp. Students, remote workers, and coffee lovers.`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-style'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-style\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-2362e10 e-con-full e-flex e-con e-child\" data-id=\"2362e10\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-d39fffd mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"d39fffd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-b8e7249 mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"b8e7249\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-20794af e-flex e-con-boxed e-con e-parent\" data-id=\"20794af\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-ecf3093 e-con-full e-flex e-con e-child\" data-id=\"ecf3093\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-5ffe5f2 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"5ffe5f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H25.2C29.6804 3.5 31.9206 3.5 33.6319 4.37195C35.1372 5.13893 36.3611 6.36278 37.1281 7.86808C38 9.57937 38 11.8196 38 16.3V23.7C38 28.1804 38 30.4206 37.1281 32.1319C36.3611 33.6372 35.1372 34.8611 33.6319 35.6281C31.9206 36.5 29.6804 36.5 25.2 36.5H18.8C14.3196 36.5 12.0794 36.5 10.3681 35.6281C8.86278 34.8611 7.63893 33.6372 6.87195 32.1319C6 30.4206 6 28.1804 6 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M25.2002 3.25C27.4361 3.25 29.1281 3.24937 30.4746 3.35938C31.824 3.46963 32.8484 3.69254 33.7451 4.14941C35.2975 4.94037 36.5596 6.20255 37.3506 7.75488C37.8075 8.65161 38.0304 9.67599 38.1406 11.0254C38.2506 12.3719 38.25 14.0639 38.25 16.2998V23.7002C38.25 25.9361 38.2506 27.6281 38.1406 28.9746C38.0304 30.324 37.8075 31.3484 37.3506 32.2451C36.5596 33.7975 35.2975 35.0596 33.7451 35.8506C32.8484 36.3075 31.824 36.5304 30.4746 36.6406C29.1281 36.7506 27.4361 36.75 25.2002 36.75H18.7998C16.5639 36.75 14.8719 36.7506 13.5254 36.6406C12.176 36.5304 11.1516 36.3075 10.2549 35.8506C8.70255 35.0596 7.44037 33.7975 6.64941 32.2451C6.19254 31.3484 5.96963 30.324 5.85938 28.9746C5.74937 27.6281 5.75 25.9361 5.75 23.7002V16.2998C5.75 14.0639 5.74937 12.3719 5.85938 11.0254C5.96963 9.67599 6.19254 8.65161 6.64941 7.75488C7.44037 6.20255 8.70255 4.94037 10.2549 4.14941C11.1516 3.69254 12.176 3.46963 13.5254 3.35938C14.8719 3.24937 16.5639 3.25 18.7998 3.25H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 25.5V14.252H23.72V25.5H21.576ZM19.368 16.14V14.252H23.56V16.14H19.368Z\" fill=\"#22125D\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-ce1e04f elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"ce1e04f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"46\" viewBox=\"0 0 48 46\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V23.7C41 28.1804 41 30.4206 40.1281 32.1319C39.3611 33.6372 38.1372 34.8611 36.6319 35.6281C34.9206 36.5 32.6804 36.5 28.2 36.5H19.8C15.3196 36.5 13.0794 36.5 11.3681 35.6281C9.86278 34.8611 8.63893 33.6372 7.87195 32.1319C7 30.4206 7 28.1804 7 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V23.7002C41.25 25.9361 41.2506 27.6281 41.1406 28.9746C41.0304 30.324 40.8075 31.3484 40.3506 32.2451C39.5596 33.7975 38.2975 35.0596 36.7451 35.8506C35.8484 36.3075 34.824 36.5304 33.4746 36.6406C32.1281 36.7506 30.4361 36.75 28.2002 36.75H19.7998C17.5639 36.75 15.8719 36.7506 14.5254 36.6406C13.176 36.5304 12.1516 36.3075 11.2549 35.8506C9.70255 35.0596 8.44037 33.7975 7.64941 32.2451C7.19254 31.3484 6.96963 30.324 6.85938 28.9746C6.74937 27.6281 6.75 25.9361 6.75 23.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M19.416 24.252L23.656 19.82C23.9547 19.5 24.1947 19.2173 24.376 18.972C24.568 18.716 24.7067 18.476 24.792 18.252C24.8773 18.0173 24.92 17.7827 24.92 17.548C24.92 17.0787 24.7653 16.7107 24.456 16.444C24.1573 16.1773 23.768 16.044 23.288 16.044C22.7973 16.044 22.36 16.172 21.976 16.428C21.6027 16.684 21.2507 17.0893 20.92 17.644L19.432 16.38C19.88 15.6227 20.4347 15.052 21.096 14.668C21.768 14.2733 22.536 14.076 23.4 14.076C24.136 14.076 24.776 14.22 25.32 14.508C25.8747 14.796 26.3013 15.196 26.6 15.708C26.8987 16.22 27.048 16.8173 27.048 17.5C27.048 17.9587 26.9893 18.3747 26.872 18.748C26.7653 19.1213 26.5787 19.4947 26.312 19.868C26.056 20.2307 25.6987 20.6413 25.24 21.1L22.152 24.252H19.416ZM19.416 25.5V24.252L21.272 23.612H27.288V25.5H19.416Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-4a26a5b elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"4a26a5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_22_3644)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"white\"><\/path><path d=\"M24.2102 27.6591C23.392 27.6591 22.6648 27.5189 22.0284 27.2386C21.3958 26.9583 20.8958 26.5682 20.5284 26.0682C20.161 25.5682 19.9659 24.9905 19.9432 24.3352H22.0795C22.0985 24.6496 22.2027 24.9242 22.392 25.1591C22.5814 25.3902 22.8333 25.5701 23.1477 25.6989C23.4621 25.8277 23.8144 25.892 24.2045 25.892C24.6212 25.892 24.9905 25.8201 25.3125 25.6761C25.6345 25.5284 25.8864 25.3239 26.0682 25.0625C26.25 24.8011 26.339 24.5 26.3352 24.1591C26.339 23.8068 26.2481 23.4962 26.0625 23.2273C25.8769 22.9583 25.608 22.7481 25.2557 22.5966C24.9072 22.4451 24.4867 22.3693 23.9943 22.3693H22.9659V20.7443H23.9943C24.3996 20.7443 24.7538 20.6742 25.0568 20.5341C25.3636 20.3939 25.6042 20.197 25.7784 19.9432C25.9527 19.6856 26.0379 19.3883 26.0341 19.0511C26.0379 18.7216 25.964 18.4356 25.8125 18.1932C25.6648 17.947 25.4545 17.7557 25.1818 17.6193C24.9129 17.483 24.5966 17.4148 24.233 17.4148C23.8769 17.4148 23.5473 17.4792 23.2443 17.608C22.9413 17.7367 22.697 17.9205 22.5114 18.1591C22.3258 18.3939 22.2273 18.6742 22.2159 19H20.1875C20.2027 18.3485 20.3902 17.7765 20.75 17.2841C21.1136 16.7879 21.5985 16.4015 22.2045 16.125C22.8106 15.8447 23.4905 15.7045 24.2443 15.7045C25.0208 15.7045 25.6951 15.8504 26.267 16.142C26.8428 16.4299 27.2879 16.8182 27.6023 17.3068C27.9167 17.7955 28.0739 18.3352 28.0739 18.9261C28.0777 19.5814 27.8845 20.1307 27.4943 20.5739C27.108 21.017 26.6004 21.3068 25.9716 21.4432V21.5341C26.7898 21.6477 27.4167 21.9508 27.8523 22.4432C28.2917 22.9318 28.5095 23.5398 28.5057 24.267C28.5057 24.9186 28.3201 25.5019 27.9489 26.017C27.5814 26.5284 27.0739 26.9299 26.4261 27.2216C25.7822 27.5133 25.0436 27.6591 24.2102 27.6591Z\" fill=\"white\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_22_3644\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#23135E\"><\/stop><stop offset=\"1\" stop-color=\"#22125D\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-fc8a9af elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"fc8a9af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_1078)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M19.8239 25.3409V23.6648L24.7614 15.8636H26.1591V18.25H25.3068L21.983 23.517V23.608H28.875V25.3409H19.8239ZM25.375 27.5V24.8295L25.3977 24.0795V15.8636H27.3864V27.5H25.375Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_1078\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-7c1e739 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"7c1e739\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_4515)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.0795 27.6591C23.322 27.6591 22.6439 27.517 22.0455 27.233C21.447 26.9451 20.9716 26.5511 20.6193 26.0511C20.2708 25.5511 20.0852 24.9792 20.0625 24.3352H22.108C22.1458 24.8125 22.3523 25.2027 22.7273 25.5057C23.1023 25.8049 23.553 25.9545 24.0795 25.9545C24.4924 25.9545 24.8598 25.8598 25.1818 25.6705C25.5038 25.4811 25.7576 25.2178 25.9432 24.8807C26.1288 24.5436 26.2197 24.1591 26.2159 23.7273C26.2197 23.2879 26.1269 22.8977 25.9375 22.5568C25.7481 22.2159 25.4886 21.9489 25.1591 21.7557C24.8295 21.5587 24.4508 21.4602 24.0227 21.4602C23.6742 21.4564 23.3314 21.5208 22.9943 21.6534C22.6572 21.786 22.3902 21.9602 22.1932 22.1761L20.2898 21.8636L20.8977 15.8636H27.6477V17.625H22.642L22.3068 20.7102H22.375C22.5909 20.4564 22.8958 20.2462 23.2898 20.0795C23.6837 19.9091 24.1155 19.8239 24.5852 19.8239C25.2898 19.8239 25.9186 19.9905 26.4716 20.3239C27.0246 20.6534 27.4602 21.108 27.7784 21.6875C28.0966 22.267 28.2557 22.9299 28.2557 23.6761C28.2557 24.4451 28.0777 25.1307 27.7216 25.733C27.3693 26.3314 26.8788 26.803 26.25 27.1477C25.625 27.4886 24.9015 27.6591 24.0795 27.6591Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_4515\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-0f45451 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"0f45451\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_5322)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2955 27.6591C23.7386 27.6553 23.1951 27.5587 22.6648 27.3693C22.1345 27.1761 21.6572 26.8636 21.233 26.4318C20.8087 25.9962 20.4716 25.4186 20.2216 24.6989C19.9716 23.9754 19.8485 23.0795 19.8523 22.0114C19.8523 21.0152 19.9583 20.1269 20.1705 19.3466C20.3826 18.5663 20.6875 17.9072 21.0852 17.3693C21.483 16.8277 21.9621 16.4148 22.5227 16.1307C23.0871 15.8466 23.7178 15.7045 24.4148 15.7045C25.1458 15.7045 25.7936 15.8485 26.358 16.1364C26.9261 16.4242 27.3845 16.8182 27.733 17.3182C28.0814 17.8144 28.2973 18.375 28.3807 19H26.3068C26.2008 18.553 25.983 18.197 25.6534 17.9318C25.3277 17.6629 24.9148 17.5284 24.4148 17.5284C23.608 17.5284 22.9867 17.8788 22.5511 18.5795C22.1193 19.2803 21.9015 20.2424 21.8977 21.4659H21.9773C22.1629 21.1326 22.4034 20.8466 22.6989 20.608C22.9943 20.3693 23.3277 20.1856 23.6989 20.0568C24.0739 19.9242 24.4697 19.858 24.8864 19.858C25.5682 19.858 26.1799 20.0208 26.7216 20.3466C27.267 20.6723 27.6989 21.1212 28.017 21.6932C28.3352 22.2614 28.4924 22.9129 28.4886 23.6477C28.4924 24.4129 28.3182 25.1004 27.9659 25.7102C27.6136 26.3163 27.1231 26.7936 26.4943 27.142C25.8655 27.4905 25.1326 27.6629 24.2955 27.6591ZM24.2841 25.9545C24.697 25.9545 25.0663 25.8542 25.392 25.6534C25.7178 25.4527 25.9754 25.1818 26.1648 24.8409C26.3542 24.5 26.447 24.1174 26.4432 23.6932C26.447 23.2765 26.3561 22.8996 26.1705 22.5625C25.9886 22.2254 25.7367 21.9583 25.4148 21.7614C25.0928 21.5644 24.7254 21.4659 24.3125 21.4659C24.0057 21.4659 23.7197 21.5246 23.4545 21.642C23.1894 21.7595 22.9583 21.9223 22.7614 22.1307C22.5644 22.3352 22.4091 22.5739 22.2955 22.8466C22.1856 23.1155 22.1288 23.4034 22.125 23.7102C22.1288 24.1155 22.2235 24.4886 22.4091 24.8295C22.5947 25.1705 22.8504 25.4432 23.1761 25.6477C23.5019 25.8523 23.8712 25.9545 24.2841 25.9545Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5322\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-6ed45cc elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"6ed45cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_37_1304)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_37_1304\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-e8f9953 e-con-full e-flex e-con e-child\" data-id=\"e8f9953\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-6f40fe49 elementor-widget elementor-widget-image-box\" data-id=\"6f40fe49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">Online Presence<\/h3><p className=\"elementor-image-box-description\">We\u2019ll connect your digital spaces. Share your\u00a0social links and reviews\u00a0so your website feels like\u00a0the hub of your business.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-3e9df9cd elementor-widget elementor-widget-mf-text\" data-id=\"3e9df9cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-social&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-3e9df9cd\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Social media links:`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\">*<\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-3e9df9cd\"\r\n\t\t\t\tname=\"mf-social\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`(Facebook, Instagram, LinkedIn, etc.)`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-social'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-social\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-29682c5 elementor-widget elementor-widget-mf-text\" data-id=\"29682c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-media&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-29682c5\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Other Media Links`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-29682c5\"\r\n\t\t\t\tname=\"mf-media\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Add Link`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-media'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-media\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-1d3b91a3 elementor-widget elementor-widget-mf-text\" data-id=\"1d3b91a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-website&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-1d3b91a3\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Current website (if any):`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-1d3b91a3\"\r\n\t\t\t\tname=\"mf-website\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`www.`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-website'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-website\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-1aeb80c3 elementor-widget elementor-widget-mf-text\" data-id=\"1aeb80c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-review&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-1aeb80c3\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Google Reviews link:`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-1aeb80c3\"\r\n\t\t\t\tname=\"mf-review\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`(if available)`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-review'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-review\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-7649d3b e-con-full e-flex e-con e-child\" data-id=\"7649d3b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-7f2b723 mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"7f2b723\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-68b6f2c mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"68b6f2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-5a6735a e-flex e-con-boxed e-con e-parent\" data-id=\"5a6735a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-90a1506 e-con-full e-flex e-con e-child\" data-id=\"90a1506\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-5b5d832 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"5b5d832\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H25.2C29.6804 3.5 31.9206 3.5 33.6319 4.37195C35.1372 5.13893 36.3611 6.36278 37.1281 7.86808C38 9.57937 38 11.8196 38 16.3V23.7C38 28.1804 38 30.4206 37.1281 32.1319C36.3611 33.6372 35.1372 34.8611 33.6319 35.6281C31.9206 36.5 29.6804 36.5 25.2 36.5H18.8C14.3196 36.5 12.0794 36.5 10.3681 35.6281C8.86278 34.8611 7.63893 33.6372 6.87195 32.1319C6 30.4206 6 28.1804 6 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M25.2002 3.25C27.4361 3.25 29.1281 3.24937 30.4746 3.35938C31.824 3.46963 32.8484 3.69254 33.7451 4.14941C35.2975 4.94037 36.5596 6.20255 37.3506 7.75488C37.8075 8.65161 38.0304 9.67599 38.1406 11.0254C38.2506 12.3719 38.25 14.0639 38.25 16.2998V23.7002C38.25 25.9361 38.2506 27.6281 38.1406 28.9746C38.0304 30.324 37.8075 31.3484 37.3506 32.2451C36.5596 33.7975 35.2975 35.0596 33.7451 35.8506C32.8484 36.3075 31.824 36.5304 30.4746 36.6406C29.1281 36.7506 27.4361 36.75 25.2002 36.75H18.7998C16.5639 36.75 14.8719 36.7506 13.5254 36.6406C12.176 36.5304 11.1516 36.3075 10.2549 35.8506C8.70255 35.0596 7.44037 33.7975 6.64941 32.2451C6.19254 31.3484 5.96963 30.324 5.85938 28.9746C5.74937 27.6281 5.75 25.9361 5.75 23.7002V16.2998C5.75 14.0639 5.74937 12.3719 5.85938 11.0254C5.96963 9.67599 6.19254 8.65161 6.64941 7.75488C7.44037 6.20255 8.70255 4.94037 10.2549 4.14941C11.1516 3.69254 12.176 3.46963 13.5254 3.35938C14.8719 3.24937 16.5639 3.25 18.7998 3.25H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 25.5V14.252H23.72V25.5H21.576ZM19.368 16.14V14.252H23.56V16.14H19.368Z\" fill=\"#22125D\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-a07b8cd elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"a07b8cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"46\" viewBox=\"0 0 48 46\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V23.7C41 28.1804 41 30.4206 40.1281 32.1319C39.3611 33.6372 38.1372 34.8611 36.6319 35.6281C34.9206 36.5 32.6804 36.5 28.2 36.5H19.8C15.3196 36.5 13.0794 36.5 11.3681 35.6281C9.86278 34.8611 8.63893 33.6372 7.87195 32.1319C7 30.4206 7 28.1804 7 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V23.7002C41.25 25.9361 41.2506 27.6281 41.1406 28.9746C41.0304 30.324 40.8075 31.3484 40.3506 32.2451C39.5596 33.7975 38.2975 35.0596 36.7451 35.8506C35.8484 36.3075 34.824 36.5304 33.4746 36.6406C32.1281 36.7506 30.4361 36.75 28.2002 36.75H19.7998C17.5639 36.75 15.8719 36.7506 14.5254 36.6406C13.176 36.5304 12.1516 36.3075 11.2549 35.8506C9.70255 35.0596 8.44037 33.7975 7.64941 32.2451C7.19254 31.3484 6.96963 30.324 6.85938 28.9746C6.74937 27.6281 6.75 25.9361 6.75 23.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M19.416 24.252L23.656 19.82C23.9547 19.5 24.1947 19.2173 24.376 18.972C24.568 18.716 24.7067 18.476 24.792 18.252C24.8773 18.0173 24.92 17.7827 24.92 17.548C24.92 17.0787 24.7653 16.7107 24.456 16.444C24.1573 16.1773 23.768 16.044 23.288 16.044C22.7973 16.044 22.36 16.172 21.976 16.428C21.6027 16.684 21.2507 17.0893 20.92 17.644L19.432 16.38C19.88 15.6227 20.4347 15.052 21.096 14.668C21.768 14.2733 22.536 14.076 23.4 14.076C24.136 14.076 24.776 14.22 25.32 14.508C25.8747 14.796 26.3013 15.196 26.6 15.708C26.8987 16.22 27.048 16.8173 27.048 17.5C27.048 17.9587 26.9893 18.3747 26.872 18.748C26.7653 19.1213 26.5787 19.4947 26.312 19.868C26.056 20.2307 25.6987 20.6413 25.24 21.1L22.152 24.252H19.416ZM19.416 25.5V24.252L21.272 23.612H27.288V25.5H19.416Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-1ee1a9c elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"1ee1a9c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.2102 26.6591C23.392 26.6591 22.6648 26.5189 22.0284 26.2386C21.3958 25.9583 20.8958 25.5682 20.5284 25.0682C20.161 24.5682 19.9659 23.9905 19.9432 23.3352H22.0795C22.0985 23.6496 22.2027 23.9242 22.392 24.1591C22.5814 24.3902 22.8333 24.5701 23.1477 24.6989C23.4621 24.8277 23.8144 24.892 24.2045 24.892C24.6212 24.892 24.9905 24.8201 25.3125 24.6761C25.6345 24.5284 25.8864 24.3239 26.0682 24.0625C26.25 23.8011 26.339 23.5 26.3352 23.1591C26.339 22.8068 26.2481 22.4962 26.0625 22.2273C25.8769 21.9583 25.608 21.7481 25.2557 21.5966C24.9072 21.4451 24.4867 21.3693 23.9943 21.3693H22.9659V19.7443H23.9943C24.3996 19.7443 24.7538 19.6742 25.0568 19.5341C25.3636 19.3939 25.6042 19.197 25.7784 18.9432C25.9527 18.6856 26.0379 18.3883 26.0341 18.0511C26.0379 17.7216 25.964 17.4356 25.8125 17.1932C25.6648 16.947 25.4545 16.7557 25.1818 16.6193C24.9129 16.483 24.5966 16.4148 24.233 16.4148C23.8769 16.4148 23.5473 16.4792 23.2443 16.608C22.9413 16.7367 22.697 16.9205 22.5114 17.1591C22.3258 17.3939 22.2273 17.6742 22.2159 18H20.1875C20.2027 17.3485 20.3902 16.7765 20.75 16.2841C21.1136 15.7879 21.5985 15.4015 22.2045 15.125C22.8106 14.8447 23.4905 14.7045 24.2443 14.7045C25.0208 14.7045 25.6951 14.8504 26.267 15.142C26.8428 15.4299 27.2879 15.8182 27.6023 16.3068C27.9167 16.7955 28.0739 17.3352 28.0739 17.9261C28.0777 18.5814 27.8845 19.1307 27.4943 19.5739C27.108 20.017 26.6004 20.3068 25.9716 20.4432V20.5341C26.7898 20.6477 27.4167 20.9508 27.8523 21.4432C28.2917 21.9318 28.5095 22.5398 28.5057 23.267C28.5057 23.9186 28.3201 24.5019 27.9489 25.017C27.5814 25.5284 27.0739 25.9299 26.4261 26.2216C25.7822 26.5133 25.0436 26.6591 24.2102 26.6591Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-34717b1 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"34717b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_5764)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#1B0A57\"><\/path><path d=\"M19.8239 25.3409V23.6648L24.7614 15.8636H26.1591V18.25H25.3068L21.983 23.517V23.608H28.875V25.3409H19.8239ZM25.375 27.5V24.8295L25.3977 24.0795V15.8636H27.3864V27.5H25.375Z\" fill=\"#FBFBFE\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5764\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#1B0A57\"><\/stop><stop offset=\"1\" stop-color=\"#1B0A57\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-513b94f elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"513b94f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_4515)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.0795 27.6591C23.322 27.6591 22.6439 27.517 22.0455 27.233C21.447 26.9451 20.9716 26.5511 20.6193 26.0511C20.2708 25.5511 20.0852 24.9792 20.0625 24.3352H22.108C22.1458 24.8125 22.3523 25.2027 22.7273 25.5057C23.1023 25.8049 23.553 25.9545 24.0795 25.9545C24.4924 25.9545 24.8598 25.8598 25.1818 25.6705C25.5038 25.4811 25.7576 25.2178 25.9432 24.8807C26.1288 24.5436 26.2197 24.1591 26.2159 23.7273C26.2197 23.2879 26.1269 22.8977 25.9375 22.5568C25.7481 22.2159 25.4886 21.9489 25.1591 21.7557C24.8295 21.5587 24.4508 21.4602 24.0227 21.4602C23.6742 21.4564 23.3314 21.5208 22.9943 21.6534C22.6572 21.786 22.3902 21.9602 22.1932 22.1761L20.2898 21.8636L20.8977 15.8636H27.6477V17.625H22.642L22.3068 20.7102H22.375C22.5909 20.4564 22.8958 20.2462 23.2898 20.0795C23.6837 19.9091 24.1155 19.8239 24.5852 19.8239C25.2898 19.8239 25.9186 19.9905 26.4716 20.3239C27.0246 20.6534 27.4602 21.108 27.7784 21.6875C28.0966 22.267 28.2557 22.9299 28.2557 23.6761C28.2557 24.4451 28.0777 25.1307 27.7216 25.733C27.3693 26.3314 26.8788 26.803 26.25 27.1477C25.625 27.4886 24.9015 27.6591 24.0795 27.6591Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_4515\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-e023e90 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"e023e90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_5322)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2955 27.6591C23.7386 27.6553 23.1951 27.5587 22.6648 27.3693C22.1345 27.1761 21.6572 26.8636 21.233 26.4318C20.8087 25.9962 20.4716 25.4186 20.2216 24.6989C19.9716 23.9754 19.8485 23.0795 19.8523 22.0114C19.8523 21.0152 19.9583 20.1269 20.1705 19.3466C20.3826 18.5663 20.6875 17.9072 21.0852 17.3693C21.483 16.8277 21.9621 16.4148 22.5227 16.1307C23.0871 15.8466 23.7178 15.7045 24.4148 15.7045C25.1458 15.7045 25.7936 15.8485 26.358 16.1364C26.9261 16.4242 27.3845 16.8182 27.733 17.3182C28.0814 17.8144 28.2973 18.375 28.3807 19H26.3068C26.2008 18.553 25.983 18.197 25.6534 17.9318C25.3277 17.6629 24.9148 17.5284 24.4148 17.5284C23.608 17.5284 22.9867 17.8788 22.5511 18.5795C22.1193 19.2803 21.9015 20.2424 21.8977 21.4659H21.9773C22.1629 21.1326 22.4034 20.8466 22.6989 20.608C22.9943 20.3693 23.3277 20.1856 23.6989 20.0568C24.0739 19.9242 24.4697 19.858 24.8864 19.858C25.5682 19.858 26.1799 20.0208 26.7216 20.3466C27.267 20.6723 27.6989 21.1212 28.017 21.6932C28.3352 22.2614 28.4924 22.9129 28.4886 23.6477C28.4924 24.4129 28.3182 25.1004 27.9659 25.7102C27.6136 26.3163 27.1231 26.7936 26.4943 27.142C25.8655 27.4905 25.1326 27.6629 24.2955 27.6591ZM24.2841 25.9545C24.697 25.9545 25.0663 25.8542 25.392 25.6534C25.7178 25.4527 25.9754 25.1818 26.1648 24.8409C26.3542 24.5 26.447 24.1174 26.4432 23.6932C26.447 23.2765 26.3561 22.8996 26.1705 22.5625C25.9886 22.2254 25.7367 21.9583 25.4148 21.7614C25.0928 21.5644 24.7254 21.4659 24.3125 21.4659C24.0057 21.4659 23.7197 21.5246 23.4545 21.642C23.1894 21.7595 22.9583 21.9223 22.7614 22.1307C22.5644 22.3352 22.4091 22.5739 22.2955 22.8466C22.1856 23.1155 22.1288 23.4034 22.125 23.7102C22.1288 24.1155 22.2235 24.4886 22.4091 24.8295C22.5947 25.1705 22.8504 25.4432 23.1761 25.6477C23.5019 25.8523 23.8712 25.9545 24.2841 25.9545Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5322\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-9cb650e elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9cb650e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_37_1304)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_37_1304\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-2c296d3 e-con-full e-flex e-con e-child\" data-id=\"2c296d3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-6ae26f28 elementor-widget elementor-widget-image-box\" data-id=\"6ae26f28\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">Business Information - Part 1<\/h3><p className=\"elementor-image-box-description\">This section captures the practical details visitors need to find and contact you. Fill in\u00a0what you want shown on the site\u00a0\u2014 you can always update these\u00a0during our 1-1 call.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-5e793f2a elementor-widget elementor-widget-mf-text\" data-id=\"5e793f2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-name&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-5e793f2a\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Business name (as it should appear on the website).\u00a0Use\u00a0the exact display name\u00a0you want in the header and footer.`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\">*<\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-5e793f2a\"\r\n\t\t\t\tname=\"mf-name\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Example: ACME Backery or ACME Backery LLC`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-name'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-name\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-613db0b2 elementor-widget elementor-widget-mf-text\" data-id=\"613db0b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-slogan&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-613db0b2\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Tagline or slogan.\u00a0One short line that sums up what you do or promise (optional):`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-613db0b2\"\r\n\t\t\t\tname=\"mf-slogan\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`\u201cFreshly baked, daily.\u201d`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-slogan'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-slogan\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-24710f9 elementor-widget elementor-widget-mf-text\" data-id=\"24710f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-address&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-24710f9\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Physical address. Used for the contact page, map, or footer: `) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-24710f9\"\r\n\t\t\t\tname=\"mf-address\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Optional`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-address'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-address\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-f3c626a e-con-full e-flex e-con e-child\" data-id=\"f3c626a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-620f3cb mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"620f3cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-e6a88ce mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"e6a88ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-4fe7792 e-flex e-con-boxed e-con e-parent\" data-id=\"4fe7792\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-75b0b8e e-con-full e-flex e-con e-child\" data-id=\"75b0b8e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-2d155a2 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"2d155a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H25.2C29.6804 3.5 31.9206 3.5 33.6319 4.37195C35.1372 5.13893 36.3611 6.36278 37.1281 7.86808C38 9.57937 38 11.8196 38 16.3V23.7C38 28.1804 38 30.4206 37.1281 32.1319C36.3611 33.6372 35.1372 34.8611 33.6319 35.6281C31.9206 36.5 29.6804 36.5 25.2 36.5H18.8C14.3196 36.5 12.0794 36.5 10.3681 35.6281C8.86278 34.8611 7.63893 33.6372 6.87195 32.1319C6 30.4206 6 28.1804 6 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M25.2002 3.25C27.4361 3.25 29.1281 3.24937 30.4746 3.35938C31.824 3.46963 32.8484 3.69254 33.7451 4.14941C35.2975 4.94037 36.5596 6.20255 37.3506 7.75488C37.8075 8.65161 38.0304 9.67599 38.1406 11.0254C38.2506 12.3719 38.25 14.0639 38.25 16.2998V23.7002C38.25 25.9361 38.2506 27.6281 38.1406 28.9746C38.0304 30.324 37.8075 31.3484 37.3506 32.2451C36.5596 33.7975 35.2975 35.0596 33.7451 35.8506C32.8484 36.3075 31.824 36.5304 30.4746 36.6406C29.1281 36.7506 27.4361 36.75 25.2002 36.75H18.7998C16.5639 36.75 14.8719 36.7506 13.5254 36.6406C12.176 36.5304 11.1516 36.3075 10.2549 35.8506C8.70255 35.0596 7.44037 33.7975 6.64941 32.2451C6.19254 31.3484 5.96963 30.324 5.85938 28.9746C5.74937 27.6281 5.75 25.9361 5.75 23.7002V16.2998C5.75 14.0639 5.74937 12.3719 5.85938 11.0254C5.96963 9.67599 6.19254 8.65161 6.64941 7.75488C7.44037 6.20255 8.70255 4.94037 10.2549 4.14941C11.1516 3.69254 12.176 3.46963 13.5254 3.35938C14.8719 3.24937 16.5639 3.25 18.7998 3.25H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 25.5V14.252H23.72V25.5H21.576ZM19.368 16.14V14.252H23.56V16.14H19.368Z\" fill=\"#22125D\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-5b8e5c0 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"5b8e5c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"46\" viewBox=\"0 0 48 46\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V23.7C41 28.1804 41 30.4206 40.1281 32.1319C39.3611 33.6372 38.1372 34.8611 36.6319 35.6281C34.9206 36.5 32.6804 36.5 28.2 36.5H19.8C15.3196 36.5 13.0794 36.5 11.3681 35.6281C9.86278 34.8611 8.63893 33.6372 7.87195 32.1319C7 30.4206 7 28.1804 7 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V23.7002C41.25 25.9361 41.2506 27.6281 41.1406 28.9746C41.0304 30.324 40.8075 31.3484 40.3506 32.2451C39.5596 33.7975 38.2975 35.0596 36.7451 35.8506C35.8484 36.3075 34.824 36.5304 33.4746 36.6406C32.1281 36.7506 30.4361 36.75 28.2002 36.75H19.7998C17.5639 36.75 15.8719 36.7506 14.5254 36.6406C13.176 36.5304 12.1516 36.3075 11.2549 35.8506C9.70255 35.0596 8.44037 33.7975 7.64941 32.2451C7.19254 31.3484 6.96963 30.324 6.85938 28.9746C6.74937 27.6281 6.75 25.9361 6.75 23.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M19.416 24.252L23.656 19.82C23.9547 19.5 24.1947 19.2173 24.376 18.972C24.568 18.716 24.7067 18.476 24.792 18.252C24.8773 18.0173 24.92 17.7827 24.92 17.548C24.92 17.0787 24.7653 16.7107 24.456 16.444C24.1573 16.1773 23.768 16.044 23.288 16.044C22.7973 16.044 22.36 16.172 21.976 16.428C21.6027 16.684 21.2507 17.0893 20.92 17.644L19.432 16.38C19.88 15.6227 20.4347 15.052 21.096 14.668C21.768 14.2733 22.536 14.076 23.4 14.076C24.136 14.076 24.776 14.22 25.32 14.508C25.8747 14.796 26.3013 15.196 26.6 15.708C26.8987 16.22 27.048 16.8173 27.048 17.5C27.048 17.9587 26.9893 18.3747 26.872 18.748C26.7653 19.1213 26.5787 19.4947 26.312 19.868C26.056 20.2307 25.6987 20.6413 25.24 21.1L22.152 24.252H19.416ZM19.416 25.5V24.252L21.272 23.612H27.288V25.5H19.416Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-5be2fe5 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"5be2fe5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.2102 26.6591C23.392 26.6591 22.6648 26.5189 22.0284 26.2386C21.3958 25.9583 20.8958 25.5682 20.5284 25.0682C20.161 24.5682 19.9659 23.9905 19.9432 23.3352H22.0795C22.0985 23.6496 22.2027 23.9242 22.392 24.1591C22.5814 24.3902 22.8333 24.5701 23.1477 24.6989C23.4621 24.8277 23.8144 24.892 24.2045 24.892C24.6212 24.892 24.9905 24.8201 25.3125 24.6761C25.6345 24.5284 25.8864 24.3239 26.0682 24.0625C26.25 23.8011 26.339 23.5 26.3352 23.1591C26.339 22.8068 26.2481 22.4962 26.0625 22.2273C25.8769 21.9583 25.608 21.7481 25.2557 21.5966C24.9072 21.4451 24.4867 21.3693 23.9943 21.3693H22.9659V19.7443H23.9943C24.3996 19.7443 24.7538 19.6742 25.0568 19.5341C25.3636 19.3939 25.6042 19.197 25.7784 18.9432C25.9527 18.6856 26.0379 18.3883 26.0341 18.0511C26.0379 17.7216 25.964 17.4356 25.8125 17.1932C25.6648 16.947 25.4545 16.7557 25.1818 16.6193C24.9129 16.483 24.5966 16.4148 24.233 16.4148C23.8769 16.4148 23.5473 16.4792 23.2443 16.608C22.9413 16.7367 22.697 16.9205 22.5114 17.1591C22.3258 17.3939 22.2273 17.6742 22.2159 18H20.1875C20.2027 17.3485 20.3902 16.7765 20.75 16.2841C21.1136 15.7879 21.5985 15.4015 22.2045 15.125C22.8106 14.8447 23.4905 14.7045 24.2443 14.7045C25.0208 14.7045 25.6951 14.8504 26.267 15.142C26.8428 15.4299 27.2879 15.8182 27.6023 16.3068C27.9167 16.7955 28.0739 17.3352 28.0739 17.9261C28.0777 18.5814 27.8845 19.1307 27.4943 19.5739C27.108 20.017 26.6004 20.3068 25.9716 20.4432V20.5341C26.7898 20.6477 27.4167 20.9508 27.8523 21.4432C28.2917 21.9318 28.5095 22.5398 28.5057 23.267C28.5057 23.9186 28.3201 24.5019 27.9489 25.017C27.5814 25.5284 27.0739 25.9299 26.4261 26.2216C25.7822 26.5133 25.0436 26.6591 24.2102 26.6591Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-83e4f30 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"83e4f30\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_5764)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#1B0A57\"><\/path><path d=\"M19.8239 25.3409V23.6648L24.7614 15.8636H26.1591V18.25H25.3068L21.983 23.517V23.608H28.875V25.3409H19.8239ZM25.375 27.5V24.8295L25.3977 24.0795V15.8636H27.3864V27.5H25.375Z\" fill=\"#FBFBFE\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5764\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#1B0A57\"><\/stop><stop offset=\"1\" stop-color=\"#1B0A57\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-bb1672c elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"bb1672c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_4515)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.0795 27.6591C23.322 27.6591 22.6439 27.517 22.0455 27.233C21.447 26.9451 20.9716 26.5511 20.6193 26.0511C20.2708 25.5511 20.0852 24.9792 20.0625 24.3352H22.108C22.1458 24.8125 22.3523 25.2027 22.7273 25.5057C23.1023 25.8049 23.553 25.9545 24.0795 25.9545C24.4924 25.9545 24.8598 25.8598 25.1818 25.6705C25.5038 25.4811 25.7576 25.2178 25.9432 24.8807C26.1288 24.5436 26.2197 24.1591 26.2159 23.7273C26.2197 23.2879 26.1269 22.8977 25.9375 22.5568C25.7481 22.2159 25.4886 21.9489 25.1591 21.7557C24.8295 21.5587 24.4508 21.4602 24.0227 21.4602C23.6742 21.4564 23.3314 21.5208 22.9943 21.6534C22.6572 21.786 22.3902 21.9602 22.1932 22.1761L20.2898 21.8636L20.8977 15.8636H27.6477V17.625H22.642L22.3068 20.7102H22.375C22.5909 20.4564 22.8958 20.2462 23.2898 20.0795C23.6837 19.9091 24.1155 19.8239 24.5852 19.8239C25.2898 19.8239 25.9186 19.9905 26.4716 20.3239C27.0246 20.6534 27.4602 21.108 27.7784 21.6875C28.0966 22.267 28.2557 22.9299 28.2557 23.6761C28.2557 24.4451 28.0777 25.1307 27.7216 25.733C27.3693 26.3314 26.8788 26.803 26.25 27.1477C25.625 27.4886 24.9015 27.6591 24.0795 27.6591Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_4515\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-693cb4a elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"693cb4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_5322)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2955 27.6591C23.7386 27.6553 23.1951 27.5587 22.6648 27.3693C22.1345 27.1761 21.6572 26.8636 21.233 26.4318C20.8087 25.9962 20.4716 25.4186 20.2216 24.6989C19.9716 23.9754 19.8485 23.0795 19.8523 22.0114C19.8523 21.0152 19.9583 20.1269 20.1705 19.3466C20.3826 18.5663 20.6875 17.9072 21.0852 17.3693C21.483 16.8277 21.9621 16.4148 22.5227 16.1307C23.0871 15.8466 23.7178 15.7045 24.4148 15.7045C25.1458 15.7045 25.7936 15.8485 26.358 16.1364C26.9261 16.4242 27.3845 16.8182 27.733 17.3182C28.0814 17.8144 28.2973 18.375 28.3807 19H26.3068C26.2008 18.553 25.983 18.197 25.6534 17.9318C25.3277 17.6629 24.9148 17.5284 24.4148 17.5284C23.608 17.5284 22.9867 17.8788 22.5511 18.5795C22.1193 19.2803 21.9015 20.2424 21.8977 21.4659H21.9773C22.1629 21.1326 22.4034 20.8466 22.6989 20.608C22.9943 20.3693 23.3277 20.1856 23.6989 20.0568C24.0739 19.9242 24.4697 19.858 24.8864 19.858C25.5682 19.858 26.1799 20.0208 26.7216 20.3466C27.267 20.6723 27.6989 21.1212 28.017 21.6932C28.3352 22.2614 28.4924 22.9129 28.4886 23.6477C28.4924 24.4129 28.3182 25.1004 27.9659 25.7102C27.6136 26.3163 27.1231 26.7936 26.4943 27.142C25.8655 27.4905 25.1326 27.6629 24.2955 27.6591ZM24.2841 25.9545C24.697 25.9545 25.0663 25.8542 25.392 25.6534C25.7178 25.4527 25.9754 25.1818 26.1648 24.8409C26.3542 24.5 26.447 24.1174 26.4432 23.6932C26.447 23.2765 26.3561 22.8996 26.1705 22.5625C25.9886 22.2254 25.7367 21.9583 25.4148 21.7614C25.0928 21.5644 24.7254 21.4659 24.3125 21.4659C24.0057 21.4659 23.7197 21.5246 23.4545 21.642C23.1894 21.7595 22.9583 21.9223 22.7614 22.1307C22.5644 22.3352 22.4091 22.5739 22.2955 22.8466C22.1856 23.1155 22.1288 23.4034 22.125 23.7102C22.1288 24.1155 22.2235 24.4886 22.4091 24.8295C22.5947 25.1705 22.8504 25.4432 23.1761 25.6477C23.5019 25.8523 23.8712 25.9545 24.2841 25.9545Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5322\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-3f4a19d elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"3f4a19d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_37_1304)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_37_1304\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-960e098 e-con-full e-flex e-con e-child\" data-id=\"960e098\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-531c4bf elementor-widget elementor-widget-image-box\" data-id=\"531c4bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">Business Information - Part 1<\/h3><p className=\"elementor-image-box-description\">This section captures the practical details visitors need to find and contact you. Fill in\u00a0what you want shown on the site\u00a0\u2014 you can always update these\u00a0during our 1-1 call.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-893ab7d elementor-widget elementor-widget-mf-radio\" data-id=\"893ab7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-industry&quot;,&quot;mf_input_list&quot;:[{&quot;mf_input_option_text&quot;:&quot;Healthcare \\\/ Medical&quot;,&quot;mf_input_option_value&quot;:&quot;value-1&quot;,&quot;_id&quot;:&quot;e24dd1b&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Beauty \\\/ Aesthetics \\\/ Salon&quot;,&quot;mf_input_option_value&quot;:&quot;value-2&quot;,&quot;_id&quot;:&quot;ac7ba58&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Restaurants \\\/ Food &amp; Beverage&quot;,&quot;mf_input_option_value&quot;:&quot;value-3&quot;,&quot;_id&quot;:&quot;49e8740&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;5e417dd&quot;,&quot;mf_input_option_text&quot;:&quot;Construction \\\/ Architecture \\\/ Engineering&quot;,&quot;mf_input_option_value&quot;:&quot;value-4&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Real Estate \\\/ Property&quot;,&quot;mf_input_option_value&quot;:&quot;value-5&quot;,&quot;_id&quot;:&quot;5bc0f48&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Fashion \\\/ Apparel \\\/ Footwear&quot;,&quot;mf_input_option_value&quot;:&quot;value-6&quot;,&quot;_id&quot;:&quot;7cb0349&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Professional Services (lawyers, accountants, consultants)&quot;,&quot;mf_input_option_value&quot;:&quot;value-7&quot;,&quot;_id&quot;:&quot;14eb66c&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Education \\\/ Courses \\\/ Academies&quot;,&quot;mf_input_option_value&quot;:&quot;value-8&quot;,&quot;_id&quot;:&quot;1c81bb0&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Tourism \\\/ Hotels \\\/ Experiences&quot;,&quot;mf_input_option_value&quot;:&quot;value-9&quot;,&quot;_id&quot;:&quot;fec826a&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Creative Services \\\/ Photography \\\/ Design Studio&quot;,&quot;mf_input_option_value&quot;:&quot;value-10&quot;,&quot;_id&quot;:&quot;a253128&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;}],&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-radio.default\">\n\t\t\t\t\t\t\r\n\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-radio-893ab7d\">\r\n\t\t\t\t\t${ parent.decodeEntities(`What industry are you in?`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<div className=\"mf-radio multi-option-input-type\" id=\"mf-input-radio-893ab7d\">\r\n\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-1\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-1' === parent.getValue('mf-industry')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Healthcare \/ Medical`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-2\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-2' === parent.getValue('mf-industry')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Beauty \/ Aesthetics \/ Salon`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-3\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-3' === parent.getValue('mf-industry')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Restaurants \/ Food &amp; Beverage`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-4\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-4' === parent.getValue('mf-industry')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Construction \/ Architecture \/ Engineering`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-5\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-5' === parent.getValue('mf-industry')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Real Estate \/ Property`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-6\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-6' === parent.getValue('mf-industry')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Fashion \/ Apparel \/ Footwear`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-7\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-7' === parent.getValue('mf-industry')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Professional Services (lawyers, accountants, consultants)`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-8\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-8' === parent.getValue('mf-industry')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Education \/ Courses \/ Academies`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-9\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-9' === parent.getValue('mf-industry')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Tourism \/ Hotels \/ Experiences`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-10\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-10' === parent.getValue('mf-industry')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Creative Services \/ Photography \/ Design Studio`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-industry\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"mf-industry\" value=\"\" \/>\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-d0037aa e-con-full e-flex e-con e-child\" data-id=\"d0037aa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-3b782df mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"3b782df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-9a1c36e mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"9a1c36e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-6e5c745 e-flex e-con-boxed e-con e-parent\" data-id=\"6e5c745\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-9254e21 e-con-full e-flex e-con e-child\" data-id=\"9254e21\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-bb8ac88 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"bb8ac88\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H25.2C29.6804 3.5 31.9206 3.5 33.6319 4.37195C35.1372 5.13893 36.3611 6.36278 37.1281 7.86808C38 9.57937 38 11.8196 38 16.3V23.7C38 28.1804 38 30.4206 37.1281 32.1319C36.3611 33.6372 35.1372 34.8611 33.6319 35.6281C31.9206 36.5 29.6804 36.5 25.2 36.5H18.8C14.3196 36.5 12.0794 36.5 10.3681 35.6281C8.86278 34.8611 7.63893 33.6372 6.87195 32.1319C6 30.4206 6 28.1804 6 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M25.2002 3.25C27.4361 3.25 29.1281 3.24937 30.4746 3.35938C31.824 3.46963 32.8484 3.69254 33.7451 4.14941C35.2975 4.94037 36.5596 6.20255 37.3506 7.75488C37.8075 8.65161 38.0304 9.67599 38.1406 11.0254C38.2506 12.3719 38.25 14.0639 38.25 16.2998V23.7002C38.25 25.9361 38.2506 27.6281 38.1406 28.9746C38.0304 30.324 37.8075 31.3484 37.3506 32.2451C36.5596 33.7975 35.2975 35.0596 33.7451 35.8506C32.8484 36.3075 31.824 36.5304 30.4746 36.6406C29.1281 36.7506 27.4361 36.75 25.2002 36.75H18.7998C16.5639 36.75 14.8719 36.7506 13.5254 36.6406C12.176 36.5304 11.1516 36.3075 10.2549 35.8506C8.70255 35.0596 7.44037 33.7975 6.64941 32.2451C6.19254 31.3484 5.96963 30.324 5.85938 28.9746C5.74937 27.6281 5.75 25.9361 5.75 23.7002V16.2998C5.75 14.0639 5.74937 12.3719 5.85938 11.0254C5.96963 9.67599 6.19254 8.65161 6.64941 7.75488C7.44037 6.20255 8.70255 4.94037 10.2549 4.14941C11.1516 3.69254 12.176 3.46963 13.5254 3.35938C14.8719 3.24937 16.5639 3.25 18.7998 3.25H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 25.5V14.252H23.72V25.5H21.576ZM19.368 16.14V14.252H23.56V16.14H19.368Z\" fill=\"#22125D\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-b39d093 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"b39d093\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"46\" viewBox=\"0 0 48 46\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V23.7C41 28.1804 41 30.4206 40.1281 32.1319C39.3611 33.6372 38.1372 34.8611 36.6319 35.6281C34.9206 36.5 32.6804 36.5 28.2 36.5H19.8C15.3196 36.5 13.0794 36.5 11.3681 35.6281C9.86278 34.8611 8.63893 33.6372 7.87195 32.1319C7 30.4206 7 28.1804 7 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V23.7002C41.25 25.9361 41.2506 27.6281 41.1406 28.9746C41.0304 30.324 40.8075 31.3484 40.3506 32.2451C39.5596 33.7975 38.2975 35.0596 36.7451 35.8506C35.8484 36.3075 34.824 36.5304 33.4746 36.6406C32.1281 36.7506 30.4361 36.75 28.2002 36.75H19.7998C17.5639 36.75 15.8719 36.7506 14.5254 36.6406C13.176 36.5304 12.1516 36.3075 11.2549 35.8506C9.70255 35.0596 8.44037 33.7975 7.64941 32.2451C7.19254 31.3484 6.96963 30.324 6.85938 28.9746C6.74937 27.6281 6.75 25.9361 6.75 23.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M19.416 24.252L23.656 19.82C23.9547 19.5 24.1947 19.2173 24.376 18.972C24.568 18.716 24.7067 18.476 24.792 18.252C24.8773 18.0173 24.92 17.7827 24.92 17.548C24.92 17.0787 24.7653 16.7107 24.456 16.444C24.1573 16.1773 23.768 16.044 23.288 16.044C22.7973 16.044 22.36 16.172 21.976 16.428C21.6027 16.684 21.2507 17.0893 20.92 17.644L19.432 16.38C19.88 15.6227 20.4347 15.052 21.096 14.668C21.768 14.2733 22.536 14.076 23.4 14.076C24.136 14.076 24.776 14.22 25.32 14.508C25.8747 14.796 26.3013 15.196 26.6 15.708C26.8987 16.22 27.048 16.8173 27.048 17.5C27.048 17.9587 26.9893 18.3747 26.872 18.748C26.7653 19.1213 26.5787 19.4947 26.312 19.868C26.056 20.2307 25.6987 20.6413 25.24 21.1L22.152 24.252H19.416ZM19.416 25.5V24.252L21.272 23.612H27.288V25.5H19.416Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-00f9941 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"00f9941\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.2102 26.6591C23.392 26.6591 22.6648 26.5189 22.0284 26.2386C21.3958 25.9583 20.8958 25.5682 20.5284 25.0682C20.161 24.5682 19.9659 23.9905 19.9432 23.3352H22.0795C22.0985 23.6496 22.2027 23.9242 22.392 24.1591C22.5814 24.3902 22.8333 24.5701 23.1477 24.6989C23.4621 24.8277 23.8144 24.892 24.2045 24.892C24.6212 24.892 24.9905 24.8201 25.3125 24.6761C25.6345 24.5284 25.8864 24.3239 26.0682 24.0625C26.25 23.8011 26.339 23.5 26.3352 23.1591C26.339 22.8068 26.2481 22.4962 26.0625 22.2273C25.8769 21.9583 25.608 21.7481 25.2557 21.5966C24.9072 21.4451 24.4867 21.3693 23.9943 21.3693H22.9659V19.7443H23.9943C24.3996 19.7443 24.7538 19.6742 25.0568 19.5341C25.3636 19.3939 25.6042 19.197 25.7784 18.9432C25.9527 18.6856 26.0379 18.3883 26.0341 18.0511C26.0379 17.7216 25.964 17.4356 25.8125 17.1932C25.6648 16.947 25.4545 16.7557 25.1818 16.6193C24.9129 16.483 24.5966 16.4148 24.233 16.4148C23.8769 16.4148 23.5473 16.4792 23.2443 16.608C22.9413 16.7367 22.697 16.9205 22.5114 17.1591C22.3258 17.3939 22.2273 17.6742 22.2159 18H20.1875C20.2027 17.3485 20.3902 16.7765 20.75 16.2841C21.1136 15.7879 21.5985 15.4015 22.2045 15.125C22.8106 14.8447 23.4905 14.7045 24.2443 14.7045C25.0208 14.7045 25.6951 14.8504 26.267 15.142C26.8428 15.4299 27.2879 15.8182 27.6023 16.3068C27.9167 16.7955 28.0739 17.3352 28.0739 17.9261C28.0777 18.5814 27.8845 19.1307 27.4943 19.5739C27.108 20.017 26.6004 20.3068 25.9716 20.4432V20.5341C26.7898 20.6477 27.4167 20.9508 27.8523 21.4432C28.2917 21.9318 28.5095 22.5398 28.5057 23.267C28.5057 23.9186 28.3201 24.5019 27.9489 25.017C27.5814 25.5284 27.0739 25.9299 26.4261 26.2216C25.7822 26.5133 25.0436 26.6591 24.2102 26.6591Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-2a7b353 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"2a7b353\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_5764)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#1B0A57\"><\/path><path d=\"M19.8239 25.3409V23.6648L24.7614 15.8636H26.1591V18.25H25.3068L21.983 23.517V23.608H28.875V25.3409H19.8239ZM25.375 27.5V24.8295L25.3977 24.0795V15.8636H27.3864V27.5H25.375Z\" fill=\"#FBFBFE\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5764\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#1B0A57\"><\/stop><stop offset=\"1\" stop-color=\"#1B0A57\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-5d74a8e elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"5d74a8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_4515)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.0795 27.6591C23.322 27.6591 22.6439 27.517 22.0455 27.233C21.447 26.9451 20.9716 26.5511 20.6193 26.0511C20.2708 25.5511 20.0852 24.9792 20.0625 24.3352H22.108C22.1458 24.8125 22.3523 25.2027 22.7273 25.5057C23.1023 25.8049 23.553 25.9545 24.0795 25.9545C24.4924 25.9545 24.8598 25.8598 25.1818 25.6705C25.5038 25.4811 25.7576 25.2178 25.9432 24.8807C26.1288 24.5436 26.2197 24.1591 26.2159 23.7273C26.2197 23.2879 26.1269 22.8977 25.9375 22.5568C25.7481 22.2159 25.4886 21.9489 25.1591 21.7557C24.8295 21.5587 24.4508 21.4602 24.0227 21.4602C23.6742 21.4564 23.3314 21.5208 22.9943 21.6534C22.6572 21.786 22.3902 21.9602 22.1932 22.1761L20.2898 21.8636L20.8977 15.8636H27.6477V17.625H22.642L22.3068 20.7102H22.375C22.5909 20.4564 22.8958 20.2462 23.2898 20.0795C23.6837 19.9091 24.1155 19.8239 24.5852 19.8239C25.2898 19.8239 25.9186 19.9905 26.4716 20.3239C27.0246 20.6534 27.4602 21.108 27.7784 21.6875C28.0966 22.267 28.2557 22.9299 28.2557 23.6761C28.2557 24.4451 28.0777 25.1307 27.7216 25.733C27.3693 26.3314 26.8788 26.803 26.25 27.1477C25.625 27.4886 24.9015 27.6591 24.0795 27.6591Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_4515\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-e59c0d2 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"e59c0d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_5322)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2955 27.6591C23.7386 27.6553 23.1951 27.5587 22.6648 27.3693C22.1345 27.1761 21.6572 26.8636 21.233 26.4318C20.8087 25.9962 20.4716 25.4186 20.2216 24.6989C19.9716 23.9754 19.8485 23.0795 19.8523 22.0114C19.8523 21.0152 19.9583 20.1269 20.1705 19.3466C20.3826 18.5663 20.6875 17.9072 21.0852 17.3693C21.483 16.8277 21.9621 16.4148 22.5227 16.1307C23.0871 15.8466 23.7178 15.7045 24.4148 15.7045C25.1458 15.7045 25.7936 15.8485 26.358 16.1364C26.9261 16.4242 27.3845 16.8182 27.733 17.3182C28.0814 17.8144 28.2973 18.375 28.3807 19H26.3068C26.2008 18.553 25.983 18.197 25.6534 17.9318C25.3277 17.6629 24.9148 17.5284 24.4148 17.5284C23.608 17.5284 22.9867 17.8788 22.5511 18.5795C22.1193 19.2803 21.9015 20.2424 21.8977 21.4659H21.9773C22.1629 21.1326 22.4034 20.8466 22.6989 20.608C22.9943 20.3693 23.3277 20.1856 23.6989 20.0568C24.0739 19.9242 24.4697 19.858 24.8864 19.858C25.5682 19.858 26.1799 20.0208 26.7216 20.3466C27.267 20.6723 27.6989 21.1212 28.017 21.6932C28.3352 22.2614 28.4924 22.9129 28.4886 23.6477C28.4924 24.4129 28.3182 25.1004 27.9659 25.7102C27.6136 26.3163 27.1231 26.7936 26.4943 27.142C25.8655 27.4905 25.1326 27.6629 24.2955 27.6591ZM24.2841 25.9545C24.697 25.9545 25.0663 25.8542 25.392 25.6534C25.7178 25.4527 25.9754 25.1818 26.1648 24.8409C26.3542 24.5 26.447 24.1174 26.4432 23.6932C26.447 23.2765 26.3561 22.8996 26.1705 22.5625C25.9886 22.2254 25.7367 21.9583 25.4148 21.7614C25.0928 21.5644 24.7254 21.4659 24.3125 21.4659C24.0057 21.4659 23.7197 21.5246 23.4545 21.642C23.1894 21.7595 22.9583 21.9223 22.7614 22.1307C22.5644 22.3352 22.4091 22.5739 22.2955 22.8466C22.1856 23.1155 22.1288 23.4034 22.125 23.7102C22.1288 24.1155 22.2235 24.4886 22.4091 24.8295C22.5947 25.1705 22.8504 25.4432 23.1761 25.6477C23.5019 25.8523 23.8712 25.9545 24.2841 25.9545Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5322\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-a49fae3 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"a49fae3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_37_1304)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_37_1304\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-b641e7e e-con-full e-flex e-con e-child\" data-id=\"b641e7e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-4f5b2ab elementor-widget elementor-widget-image-box\" data-id=\"4f5b2ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">Business Information - Part 1<\/h3><p className=\"elementor-image-box-description\">This section captures the practical details visitors need to find and contact you. Fill in\u00a0what you want shown on the site\u00a0\u2014 you can always update these\u00a0during our 1-1 call.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-ed11a82 elementor-widget elementor-widget-mf-radio\" data-id=\"ed11a82\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-industry-2&quot;,&quot;mf_input_list&quot;:[{&quot;mf_input_option_text&quot;:&quot;Events \\\/ Weddings \\\/ Catering&quot;,&quot;mf_input_option_value&quot;:&quot;value-1&quot;,&quot;_id&quot;:&quot;e24dd1b&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Automotive \\\/ Car Dealership \\\/ Workshop&quot;,&quot;mf_input_option_value&quot;:&quot;value-2&quot;,&quot;_id&quot;:&quot;ac7ba58&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Nonprofits \\\/ NGOs \\\/ Social Organizations&quot;,&quot;mf_input_option_value&quot;:&quot;value-3&quot;,&quot;_id&quot;:&quot;49e8740&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;_id&quot;:&quot;5e417dd&quot;,&quot;mf_input_option_text&quot;:&quot;Construction \\\/ Architecture \\\/ Engineering&quot;,&quot;mf_input_option_value&quot;:&quot;value-4&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Agriculture \\\/ Organic \\\/ Natural Products&quot;,&quot;mf_input_option_value&quot;:&quot;value-5&quot;,&quot;_id&quot;:&quot;5bc0f48&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Floristry \\\/ Flower Shop&quot;,&quot;mf_input_option_value&quot;:&quot;value-6&quot;,&quot;_id&quot;:&quot;7cb0349&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Personal Blog \\\/ Portfolio \\\/ Influencer&quot;,&quot;mf_input_option_value&quot;:&quot;value-7&quot;,&quot;_id&quot;:&quot;14eb66c&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Education \\\/ Courses \\\/ Academies&quot;,&quot;mf_input_option_value&quot;:&quot;value-8&quot;,&quot;_id&quot;:&quot;1c81bb0&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Tourism \\\/ Hotels \\\/ Experiences&quot;,&quot;mf_input_option_value&quot;:&quot;value-9&quot;,&quot;_id&quot;:&quot;fec826a&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Creative Services \\\/ Photography \\\/ Design Studio&quot;,&quot;mf_input_option_value&quot;:&quot;value-10&quot;,&quot;_id&quot;:&quot;a253128&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Other&quot;,&quot;mf_input_option_value&quot;:&quot;value-10&quot;,&quot;_id&quot;:&quot;09e7877&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;}],&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-radio.default\">\n\t\t\t\t\t\t\r\n\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-radio-ed11a82\">\r\n\t\t\t\t\t${ parent.decodeEntities(`What industry are you in?`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<div className=\"mf-radio multi-option-input-type\" id=\"mf-input-radio-ed11a82\">\r\n\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-1\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-1' === parent.getValue('mf-industry-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Events \/ Weddings \/ Catering`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-2\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-2' === parent.getValue('mf-industry-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Automotive \/ Car Dealership \/ Workshop`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-3\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-3' === parent.getValue('mf-industry-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Nonprofits \/ NGOs \/ Social Organizations`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-4\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-4' === parent.getValue('mf-industry-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Construction \/ Architecture \/ Engineering`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-5\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-5' === parent.getValue('mf-industry-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Agriculture \/ Organic \/ Natural Products`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-6\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-6' === parent.getValue('mf-industry-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Floristry \/ Flower Shop`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-7\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-7' === parent.getValue('mf-industry-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Personal Blog \/ Portfolio \/ Influencer`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-8\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-8' === parent.getValue('mf-industry-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Education \/ Courses \/ Academies`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-9\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-9' === parent.getValue('mf-industry-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Tourism \/ Hotels \/ Experiences`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-10\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-10' === parent.getValue('mf-industry-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Creative Services \/ Photography \/ Design Studio`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-industry-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-10\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-industry-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-10' === parent.getValue('mf-industry-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Other`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-industry-2\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"mf-industry-2\" value=\"\" \/>\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-f673c64 elementor-widget elementor-widget-mf-text\" data-id=\"f673c64\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-specific&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-f673c64\">\r\n\t\t\t\t\t${ parent.decodeEntities(`If your industry is not listed or you have a specific niche tell us here:`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-f673c64\"\r\n\t\t\t\tname=\"mf-specific\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(``) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-specific'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-specific\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-a619360 e-con-full e-flex e-con e-child\" data-id=\"a619360\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-7339c27 mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"7339c27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-3ccdc7d mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"3ccdc7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-7dc1a9e e-flex e-con-boxed e-con e-parent\" data-id=\"7dc1a9e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-ed66a78 e-con-full e-flex e-con e-child\" data-id=\"ed66a78\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-045a6b2 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"045a6b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H25.2C29.6804 3.5 31.9206 3.5 33.6319 4.37195C35.1372 5.13893 36.3611 6.36278 37.1281 7.86808C38 9.57937 38 11.8196 38 16.3V23.7C38 28.1804 38 30.4206 37.1281 32.1319C36.3611 33.6372 35.1372 34.8611 33.6319 35.6281C31.9206 36.5 29.6804 36.5 25.2 36.5H18.8C14.3196 36.5 12.0794 36.5 10.3681 35.6281C8.86278 34.8611 7.63893 33.6372 6.87195 32.1319C6 30.4206 6 28.1804 6 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M25.2002 3.25C27.4361 3.25 29.1281 3.24937 30.4746 3.35938C31.824 3.46963 32.8484 3.69254 33.7451 4.14941C35.2975 4.94037 36.5596 6.20255 37.3506 7.75488C37.8075 8.65161 38.0304 9.67599 38.1406 11.0254C38.2506 12.3719 38.25 14.0639 38.25 16.2998V23.7002C38.25 25.9361 38.2506 27.6281 38.1406 28.9746C38.0304 30.324 37.8075 31.3484 37.3506 32.2451C36.5596 33.7975 35.2975 35.0596 33.7451 35.8506C32.8484 36.3075 31.824 36.5304 30.4746 36.6406C29.1281 36.7506 27.4361 36.75 25.2002 36.75H18.7998C16.5639 36.75 14.8719 36.7506 13.5254 36.6406C12.176 36.5304 11.1516 36.3075 10.2549 35.8506C8.70255 35.0596 7.44037 33.7975 6.64941 32.2451C6.19254 31.3484 5.96963 30.324 5.85938 28.9746C5.74937 27.6281 5.75 25.9361 5.75 23.7002V16.2998C5.75 14.0639 5.74937 12.3719 5.85938 11.0254C5.96963 9.67599 6.19254 8.65161 6.64941 7.75488C7.44037 6.20255 8.70255 4.94037 10.2549 4.14941C11.1516 3.69254 12.176 3.46963 13.5254 3.35938C14.8719 3.24937 16.5639 3.25 18.7998 3.25H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 25.5V14.252H23.72V25.5H21.576ZM19.368 16.14V14.252H23.56V16.14H19.368Z\" fill=\"#22125D\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-f196ca3 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"f196ca3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"46\" viewBox=\"0 0 48 46\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V23.7C41 28.1804 41 30.4206 40.1281 32.1319C39.3611 33.6372 38.1372 34.8611 36.6319 35.6281C34.9206 36.5 32.6804 36.5 28.2 36.5H19.8C15.3196 36.5 13.0794 36.5 11.3681 35.6281C9.86278 34.8611 8.63893 33.6372 7.87195 32.1319C7 30.4206 7 28.1804 7 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V23.7002C41.25 25.9361 41.2506 27.6281 41.1406 28.9746C41.0304 30.324 40.8075 31.3484 40.3506 32.2451C39.5596 33.7975 38.2975 35.0596 36.7451 35.8506C35.8484 36.3075 34.824 36.5304 33.4746 36.6406C32.1281 36.7506 30.4361 36.75 28.2002 36.75H19.7998C17.5639 36.75 15.8719 36.7506 14.5254 36.6406C13.176 36.5304 12.1516 36.3075 11.2549 35.8506C9.70255 35.0596 8.44037 33.7975 7.64941 32.2451C7.19254 31.3484 6.96963 30.324 6.85938 28.9746C6.74937 27.6281 6.75 25.9361 6.75 23.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M19.416 24.252L23.656 19.82C23.9547 19.5 24.1947 19.2173 24.376 18.972C24.568 18.716 24.7067 18.476 24.792 18.252C24.8773 18.0173 24.92 17.7827 24.92 17.548C24.92 17.0787 24.7653 16.7107 24.456 16.444C24.1573 16.1773 23.768 16.044 23.288 16.044C22.7973 16.044 22.36 16.172 21.976 16.428C21.6027 16.684 21.2507 17.0893 20.92 17.644L19.432 16.38C19.88 15.6227 20.4347 15.052 21.096 14.668C21.768 14.2733 22.536 14.076 23.4 14.076C24.136 14.076 24.776 14.22 25.32 14.508C25.8747 14.796 26.3013 15.196 26.6 15.708C26.8987 16.22 27.048 16.8173 27.048 17.5C27.048 17.9587 26.9893 18.3747 26.872 18.748C26.7653 19.1213 26.5787 19.4947 26.312 19.868C26.056 20.2307 25.6987 20.6413 25.24 21.1L22.152 24.252H19.416ZM19.416 25.5V24.252L21.272 23.612H27.288V25.5H19.416Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-70dc2d0 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"70dc2d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.2102 26.6591C23.392 26.6591 22.6648 26.5189 22.0284 26.2386C21.3958 25.9583 20.8958 25.5682 20.5284 25.0682C20.161 24.5682 19.9659 23.9905 19.9432 23.3352H22.0795C22.0985 23.6496 22.2027 23.9242 22.392 24.1591C22.5814 24.3902 22.8333 24.5701 23.1477 24.6989C23.4621 24.8277 23.8144 24.892 24.2045 24.892C24.6212 24.892 24.9905 24.8201 25.3125 24.6761C25.6345 24.5284 25.8864 24.3239 26.0682 24.0625C26.25 23.8011 26.339 23.5 26.3352 23.1591C26.339 22.8068 26.2481 22.4962 26.0625 22.2273C25.8769 21.9583 25.608 21.7481 25.2557 21.5966C24.9072 21.4451 24.4867 21.3693 23.9943 21.3693H22.9659V19.7443H23.9943C24.3996 19.7443 24.7538 19.6742 25.0568 19.5341C25.3636 19.3939 25.6042 19.197 25.7784 18.9432C25.9527 18.6856 26.0379 18.3883 26.0341 18.0511C26.0379 17.7216 25.964 17.4356 25.8125 17.1932C25.6648 16.947 25.4545 16.7557 25.1818 16.6193C24.9129 16.483 24.5966 16.4148 24.233 16.4148C23.8769 16.4148 23.5473 16.4792 23.2443 16.608C22.9413 16.7367 22.697 16.9205 22.5114 17.1591C22.3258 17.3939 22.2273 17.6742 22.2159 18H20.1875C20.2027 17.3485 20.3902 16.7765 20.75 16.2841C21.1136 15.7879 21.5985 15.4015 22.2045 15.125C22.8106 14.8447 23.4905 14.7045 24.2443 14.7045C25.0208 14.7045 25.6951 14.8504 26.267 15.142C26.8428 15.4299 27.2879 15.8182 27.6023 16.3068C27.9167 16.7955 28.0739 17.3352 28.0739 17.9261C28.0777 18.5814 27.8845 19.1307 27.4943 19.5739C27.108 20.017 26.6004 20.3068 25.9716 20.4432V20.5341C26.7898 20.6477 27.4167 20.9508 27.8523 21.4432C28.2917 21.9318 28.5095 22.5398 28.5057 23.267C28.5057 23.9186 28.3201 24.5019 27.9489 25.017C27.5814 25.5284 27.0739 25.9299 26.4261 26.2216C25.7822 26.5133 25.0436 26.6591 24.2102 26.6591Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-b483c66 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"b483c66\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_5764)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#1B0A57\"><\/path><path d=\"M19.8239 25.3409V23.6648L24.7614 15.8636H26.1591V18.25H25.3068L21.983 23.517V23.608H28.875V25.3409H19.8239ZM25.375 27.5V24.8295L25.3977 24.0795V15.8636H27.3864V27.5H25.375Z\" fill=\"#FBFBFE\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5764\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#1B0A57\"><\/stop><stop offset=\"1\" stop-color=\"#1B0A57\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-e922fe5 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"e922fe5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_4515)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.0795 27.6591C23.322 27.6591 22.6439 27.517 22.0455 27.233C21.447 26.9451 20.9716 26.5511 20.6193 26.0511C20.2708 25.5511 20.0852 24.9792 20.0625 24.3352H22.108C22.1458 24.8125 22.3523 25.2027 22.7273 25.5057C23.1023 25.8049 23.553 25.9545 24.0795 25.9545C24.4924 25.9545 24.8598 25.8598 25.1818 25.6705C25.5038 25.4811 25.7576 25.2178 25.9432 24.8807C26.1288 24.5436 26.2197 24.1591 26.2159 23.7273C26.2197 23.2879 26.1269 22.8977 25.9375 22.5568C25.7481 22.2159 25.4886 21.9489 25.1591 21.7557C24.8295 21.5587 24.4508 21.4602 24.0227 21.4602C23.6742 21.4564 23.3314 21.5208 22.9943 21.6534C22.6572 21.786 22.3902 21.9602 22.1932 22.1761L20.2898 21.8636L20.8977 15.8636H27.6477V17.625H22.642L22.3068 20.7102H22.375C22.5909 20.4564 22.8958 20.2462 23.2898 20.0795C23.6837 19.9091 24.1155 19.8239 24.5852 19.8239C25.2898 19.8239 25.9186 19.9905 26.4716 20.3239C27.0246 20.6534 27.4602 21.108 27.7784 21.6875C28.0966 22.267 28.2557 22.9299 28.2557 23.6761C28.2557 24.4451 28.0777 25.1307 27.7216 25.733C27.3693 26.3314 26.8788 26.803 26.25 27.1477C25.625 27.4886 24.9015 27.6591 24.0795 27.6591Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_4515\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-c8b3e92 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"c8b3e92\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_5322)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2955 27.6591C23.7386 27.6553 23.1951 27.5587 22.6648 27.3693C22.1345 27.1761 21.6572 26.8636 21.233 26.4318C20.8087 25.9962 20.4716 25.4186 20.2216 24.6989C19.9716 23.9754 19.8485 23.0795 19.8523 22.0114C19.8523 21.0152 19.9583 20.1269 20.1705 19.3466C20.3826 18.5663 20.6875 17.9072 21.0852 17.3693C21.483 16.8277 21.9621 16.4148 22.5227 16.1307C23.0871 15.8466 23.7178 15.7045 24.4148 15.7045C25.1458 15.7045 25.7936 15.8485 26.358 16.1364C26.9261 16.4242 27.3845 16.8182 27.733 17.3182C28.0814 17.8144 28.2973 18.375 28.3807 19H26.3068C26.2008 18.553 25.983 18.197 25.6534 17.9318C25.3277 17.6629 24.9148 17.5284 24.4148 17.5284C23.608 17.5284 22.9867 17.8788 22.5511 18.5795C22.1193 19.2803 21.9015 20.2424 21.8977 21.4659H21.9773C22.1629 21.1326 22.4034 20.8466 22.6989 20.608C22.9943 20.3693 23.3277 20.1856 23.6989 20.0568C24.0739 19.9242 24.4697 19.858 24.8864 19.858C25.5682 19.858 26.1799 20.0208 26.7216 20.3466C27.267 20.6723 27.6989 21.1212 28.017 21.6932C28.3352 22.2614 28.4924 22.9129 28.4886 23.6477C28.4924 24.4129 28.3182 25.1004 27.9659 25.7102C27.6136 26.3163 27.1231 26.7936 26.4943 27.142C25.8655 27.4905 25.1326 27.6629 24.2955 27.6591ZM24.2841 25.9545C24.697 25.9545 25.0663 25.8542 25.392 25.6534C25.7178 25.4527 25.9754 25.1818 26.1648 24.8409C26.3542 24.5 26.447 24.1174 26.4432 23.6932C26.447 23.2765 26.3561 22.8996 26.1705 22.5625C25.9886 22.2254 25.7367 21.9583 25.4148 21.7614C25.0928 21.5644 24.7254 21.4659 24.3125 21.4659C24.0057 21.4659 23.7197 21.5246 23.4545 21.642C23.1894 21.7595 22.9583 21.9223 22.7614 22.1307C22.5644 22.3352 22.4091 22.5739 22.2955 22.8466C22.1856 23.1155 22.1288 23.4034 22.125 23.7102C22.1288 24.1155 22.2235 24.4886 22.4091 24.8295C22.5947 25.1705 22.8504 25.4432 23.1761 25.6477C23.5019 25.8523 23.8712 25.9545 24.2841 25.9545Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5322\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-d4702b4 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"d4702b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_37_1304)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_37_1304\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-5c1f50f e-con-full e-flex e-con e-child\" data-id=\"5c1f50f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-60ec8bf5 elementor-widget elementor-widget-image-box\" data-id=\"60ec8bf5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">Business Information -Part 2<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-41daa9b1 elementor-widget elementor-widget-mf-email\" data-id=\"41daa9b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-email&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-email.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-email-41daa9b1\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Business email, (for contact form submissions).\u00a0This is where messages from the website\u2019s contact form will be sent. Please use an address you check regularly :`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\">*<\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input \r\n\t\t\t\ttype=\"email\" \r\n\t\t\t\t \r\n\t\t\t\tdefaultValue=\"\" \r\n\t\t\t\tclassName=\"mf-input \" \r\n\t\t\t\tid=\"mf-input-email-41daa9b1\" \r\n\t\t\t\tname=\"mf-email\" \r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`email`) } \" \r\n\t\t\t\t \r\n\t\t\t\tonBlur=${parent.handleChange} onFocus=${parent.handleChange} aria-invalid=${validation.errors['mf-email'] ? 'true' : 'false' } \r\n\t\t\t\tref=${el=> parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\r\n\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t<${validation.ErrorMessage} \r\n\t\t\t\terrors=${validation.errors} \r\n\t\t\t\tname=\"mf-email\" \r\n\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-4c1ce98a elementor-widget elementor-widget-mf-telephone\" data-id=\"4c1ce98a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-telephone&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-telephone.default\">\n\t\t\t\t\t\n\t\t<div className=\"mf-input-wrapper\">\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-telephone-4c1ce98a\">\n\t\t\t\t\t${ parent.decodeEntities(`Phone number:`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\n\t\t\t\t<\/label>\n\t\t\t\n\t\t\t<input\n\t\t\t\ttype=\"tel\"\n\t\t\t\tclassName=\"mf-input \"\n\t\t\t\tid=\"mf-input-telephone-4c1ce98a\" \n\t\t\t\tname=\"mf-telephone\"\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Optional`) } \"\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\n\t\t\t\t\taria-invalid=${validation.errors['mf-telephone'] ? 'true' : 'false'}\n\t\t\t\t\tref=${el => parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n\t\t\t\t\t\t\t\t\/>\n\t\t\t\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\n\t\t\t\t\terrors=${validation.errors}\n\t\t\t\t\tname=\"mf-telephone\"\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\n\t\t\t\t\t\/>\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-5d1c4375 elementor-widget elementor-widget-mf-text\" data-id=\"5d1c4375\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-hours&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-5d1c4375\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Business hours. Write them how you want them shown. If you don\u2019t have regular hours, something like \u201cBy appointment\u201d works fine :`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-5d1c4375\"\r\n\t\t\t\tname=\"mf-hours\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Optional`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-hours'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-hours\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-8a4006b e-con-full e-flex e-con e-child\" data-id=\"8a4006b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-6b29c23 mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"6b29c23\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-3eb789b mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"3eb789b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-dec73bd e-flex e-con-boxed e-con e-parent\" data-id=\"dec73bd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-39fd5e1 e-con-full e-flex e-con e-child\" data-id=\"39fd5e1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-34d7c70 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"34d7c70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H25.2C29.6804 3.5 31.9206 3.5 33.6319 4.37195C35.1372 5.13893 36.3611 6.36278 37.1281 7.86808C38 9.57937 38 11.8196 38 16.3V23.7C38 28.1804 38 30.4206 37.1281 32.1319C36.3611 33.6372 35.1372 34.8611 33.6319 35.6281C31.9206 36.5 29.6804 36.5 25.2 36.5H18.8C14.3196 36.5 12.0794 36.5 10.3681 35.6281C8.86278 34.8611 7.63893 33.6372 6.87195 32.1319C6 30.4206 6 28.1804 6 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M25.2002 3.25C27.4361 3.25 29.1281 3.24937 30.4746 3.35938C31.824 3.46963 32.8484 3.69254 33.7451 4.14941C35.2975 4.94037 36.5596 6.20255 37.3506 7.75488C37.8075 8.65161 38.0304 9.67599 38.1406 11.0254C38.2506 12.3719 38.25 14.0639 38.25 16.2998V23.7002C38.25 25.9361 38.2506 27.6281 38.1406 28.9746C38.0304 30.324 37.8075 31.3484 37.3506 32.2451C36.5596 33.7975 35.2975 35.0596 33.7451 35.8506C32.8484 36.3075 31.824 36.5304 30.4746 36.6406C29.1281 36.7506 27.4361 36.75 25.2002 36.75H18.7998C16.5639 36.75 14.8719 36.7506 13.5254 36.6406C12.176 36.5304 11.1516 36.3075 10.2549 35.8506C8.70255 35.0596 7.44037 33.7975 6.64941 32.2451C6.19254 31.3484 5.96963 30.324 5.85938 28.9746C5.74937 27.6281 5.75 25.9361 5.75 23.7002V16.2998C5.75 14.0639 5.74937 12.3719 5.85938 11.0254C5.96963 9.67599 6.19254 8.65161 6.64941 7.75488C7.44037 6.20255 8.70255 4.94037 10.2549 4.14941C11.1516 3.69254 12.176 3.46963 13.5254 3.35938C14.8719 3.24937 16.5639 3.25 18.7998 3.25H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 25.5V14.252H23.72V25.5H21.576ZM19.368 16.14V14.252H23.56V16.14H19.368Z\" fill=\"#22125D\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-a58fa99 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"a58fa99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"46\" viewBox=\"0 0 48 46\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V23.7C41 28.1804 41 30.4206 40.1281 32.1319C39.3611 33.6372 38.1372 34.8611 36.6319 35.6281C34.9206 36.5 32.6804 36.5 28.2 36.5H19.8C15.3196 36.5 13.0794 36.5 11.3681 35.6281C9.86278 34.8611 8.63893 33.6372 7.87195 32.1319C7 30.4206 7 28.1804 7 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V23.7002C41.25 25.9361 41.2506 27.6281 41.1406 28.9746C41.0304 30.324 40.8075 31.3484 40.3506 32.2451C39.5596 33.7975 38.2975 35.0596 36.7451 35.8506C35.8484 36.3075 34.824 36.5304 33.4746 36.6406C32.1281 36.7506 30.4361 36.75 28.2002 36.75H19.7998C17.5639 36.75 15.8719 36.7506 14.5254 36.6406C13.176 36.5304 12.1516 36.3075 11.2549 35.8506C9.70255 35.0596 8.44037 33.7975 7.64941 32.2451C7.19254 31.3484 6.96963 30.324 6.85938 28.9746C6.74937 27.6281 6.75 25.9361 6.75 23.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M19.416 24.252L23.656 19.82C23.9547 19.5 24.1947 19.2173 24.376 18.972C24.568 18.716 24.7067 18.476 24.792 18.252C24.8773 18.0173 24.92 17.7827 24.92 17.548C24.92 17.0787 24.7653 16.7107 24.456 16.444C24.1573 16.1773 23.768 16.044 23.288 16.044C22.7973 16.044 22.36 16.172 21.976 16.428C21.6027 16.684 21.2507 17.0893 20.92 17.644L19.432 16.38C19.88 15.6227 20.4347 15.052 21.096 14.668C21.768 14.2733 22.536 14.076 23.4 14.076C24.136 14.076 24.776 14.22 25.32 14.508C25.8747 14.796 26.3013 15.196 26.6 15.708C26.8987 16.22 27.048 16.8173 27.048 17.5C27.048 17.9587 26.9893 18.3747 26.872 18.748C26.7653 19.1213 26.5787 19.4947 26.312 19.868C26.056 20.2307 25.6987 20.6413 25.24 21.1L22.152 24.252H19.416ZM19.416 25.5V24.252L21.272 23.612H27.288V25.5H19.416Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-d2e7908 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"d2e7908\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.2102 26.6591C23.392 26.6591 22.6648 26.5189 22.0284 26.2386C21.3958 25.9583 20.8958 25.5682 20.5284 25.0682C20.161 24.5682 19.9659 23.9905 19.9432 23.3352H22.0795C22.0985 23.6496 22.2027 23.9242 22.392 24.1591C22.5814 24.3902 22.8333 24.5701 23.1477 24.6989C23.4621 24.8277 23.8144 24.892 24.2045 24.892C24.6212 24.892 24.9905 24.8201 25.3125 24.6761C25.6345 24.5284 25.8864 24.3239 26.0682 24.0625C26.25 23.8011 26.339 23.5 26.3352 23.1591C26.339 22.8068 26.2481 22.4962 26.0625 22.2273C25.8769 21.9583 25.608 21.7481 25.2557 21.5966C24.9072 21.4451 24.4867 21.3693 23.9943 21.3693H22.9659V19.7443H23.9943C24.3996 19.7443 24.7538 19.6742 25.0568 19.5341C25.3636 19.3939 25.6042 19.197 25.7784 18.9432C25.9527 18.6856 26.0379 18.3883 26.0341 18.0511C26.0379 17.7216 25.964 17.4356 25.8125 17.1932C25.6648 16.947 25.4545 16.7557 25.1818 16.6193C24.9129 16.483 24.5966 16.4148 24.233 16.4148C23.8769 16.4148 23.5473 16.4792 23.2443 16.608C22.9413 16.7367 22.697 16.9205 22.5114 17.1591C22.3258 17.3939 22.2273 17.6742 22.2159 18H20.1875C20.2027 17.3485 20.3902 16.7765 20.75 16.2841C21.1136 15.7879 21.5985 15.4015 22.2045 15.125C22.8106 14.8447 23.4905 14.7045 24.2443 14.7045C25.0208 14.7045 25.6951 14.8504 26.267 15.142C26.8428 15.4299 27.2879 15.8182 27.6023 16.3068C27.9167 16.7955 28.0739 17.3352 28.0739 17.9261C28.0777 18.5814 27.8845 19.1307 27.4943 19.5739C27.108 20.017 26.6004 20.3068 25.9716 20.4432V20.5341C26.7898 20.6477 27.4167 20.9508 27.8523 21.4432C28.2917 21.9318 28.5095 22.5398 28.5057 23.267C28.5057 23.9186 28.3201 24.5019 27.9489 25.017C27.5814 25.5284 27.0739 25.9299 26.4261 26.2216C25.7822 26.5133 25.0436 26.6591 24.2102 26.6591Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-25c5dea elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"25c5dea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"46\" height=\"47\" viewBox=\"0 0 46 47\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H27.2C31.6804 3.5 33.9206 3.5 35.6319 4.37195C37.1372 5.13893 38.3611 6.36278 39.1281 7.86808C40 9.57937 40 11.8196 40 16.3V24.7C40 29.1804 40 31.4206 39.1281 33.1319C38.3611 34.6372 37.1372 35.8611 35.6319 36.6281C33.9206 37.5 31.6804 37.5 27.2 37.5H18.8C14.3196 37.5 12.0794 37.5 10.3681 36.6281C8.86278 35.8611 7.63893 34.6372 6.87195 33.1319C6 31.4206 6 29.1804 6 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M18.8239 24.3409V22.6648L23.7614 14.8636H25.1591V17.25H24.3068L20.983 22.517V22.608H27.875V24.3409H18.8239ZM24.375 26.5V23.8295L24.3977 23.0795V14.8636H26.3864V26.5H24.375Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-df284a5 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"df284a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_4661)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"white\"><\/path><path d=\"M24.0795 27.6591C23.322 27.6591 22.6439 27.517 22.0455 27.233C21.447 26.9451 20.9716 26.5511 20.6193 26.0511C20.2708 25.5511 20.0852 24.9792 20.0625 24.3352H22.108C22.1458 24.8125 22.3523 25.2027 22.7273 25.5057C23.1023 25.8049 23.553 25.9545 24.0795 25.9545C24.4924 25.9545 24.8598 25.8598 25.1818 25.6705C25.5038 25.4811 25.7576 25.2178 25.9432 24.8807C26.1288 24.5436 26.2197 24.1591 26.2159 23.7273C26.2197 23.2879 26.1269 22.8977 25.9375 22.5568C25.7481 22.2159 25.4886 21.9489 25.1591 21.7557C24.8295 21.5587 24.4508 21.4602 24.0227 21.4602C23.6742 21.4564 23.3314 21.5208 22.9943 21.6534C22.6572 21.786 22.3902 21.9602 22.1932 22.1761L20.2898 21.8636L20.8977 15.8636H27.6477V17.625H22.642L22.3068 20.7102H22.375C22.5909 20.4564 22.8958 20.2462 23.2898 20.0795C23.6837 19.9091 24.1155 19.8239 24.5852 19.8239C25.2898 19.8239 25.9186 19.9905 26.4716 20.3239C27.0246 20.6534 27.4602 21.108 27.7784 21.6875C28.0966 22.267 28.2557 22.9299 28.2557 23.6761C28.2557 24.4451 28.0777 25.1307 27.7216 25.733C27.3693 26.3314 26.8788 26.803 26.25 27.1477C25.625 27.4886 24.9015 27.6591 24.0795 27.6591Z\" fill=\"white\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_4661\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#1B0A57\"><\/stop><stop offset=\"1\" stop-color=\"#1B0A57\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-e280ee3 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"e280ee3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_5322)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2955 27.6591C23.7386 27.6553 23.1951 27.5587 22.6648 27.3693C22.1345 27.1761 21.6572 26.8636 21.233 26.4318C20.8087 25.9962 20.4716 25.4186 20.2216 24.6989C19.9716 23.9754 19.8485 23.0795 19.8523 22.0114C19.8523 21.0152 19.9583 20.1269 20.1705 19.3466C20.3826 18.5663 20.6875 17.9072 21.0852 17.3693C21.483 16.8277 21.9621 16.4148 22.5227 16.1307C23.0871 15.8466 23.7178 15.7045 24.4148 15.7045C25.1458 15.7045 25.7936 15.8485 26.358 16.1364C26.9261 16.4242 27.3845 16.8182 27.733 17.3182C28.0814 17.8144 28.2973 18.375 28.3807 19H26.3068C26.2008 18.553 25.983 18.197 25.6534 17.9318C25.3277 17.6629 24.9148 17.5284 24.4148 17.5284C23.608 17.5284 22.9867 17.8788 22.5511 18.5795C22.1193 19.2803 21.9015 20.2424 21.8977 21.4659H21.9773C22.1629 21.1326 22.4034 20.8466 22.6989 20.608C22.9943 20.3693 23.3277 20.1856 23.6989 20.0568C24.0739 19.9242 24.4697 19.858 24.8864 19.858C25.5682 19.858 26.1799 20.0208 26.7216 20.3466C27.267 20.6723 27.6989 21.1212 28.017 21.6932C28.3352 22.2614 28.4924 22.9129 28.4886 23.6477C28.4924 24.4129 28.3182 25.1004 27.9659 25.7102C27.6136 26.3163 27.1231 26.7936 26.4943 27.142C25.8655 27.4905 25.1326 27.6629 24.2955 27.6591ZM24.2841 25.9545C24.697 25.9545 25.0663 25.8542 25.392 25.6534C25.7178 25.4527 25.9754 25.1818 26.1648 24.8409C26.3542 24.5 26.447 24.1174 26.4432 23.6932C26.447 23.2765 26.3561 22.8996 26.1705 22.5625C25.9886 22.2254 25.7367 21.9583 25.4148 21.7614C25.0928 21.5644 24.7254 21.4659 24.3125 21.4659C24.0057 21.4659 23.7197 21.5246 23.4545 21.642C23.1894 21.7595 22.9583 21.9223 22.7614 22.1307C22.5644 22.3352 22.4091 22.5739 22.2955 22.8466C22.1856 23.1155 22.1288 23.4034 22.125 23.7102C22.1288 24.1155 22.2235 24.4886 22.4091 24.8295C22.5947 25.1705 22.8504 25.4432 23.1761 25.6477C23.5019 25.8523 23.8712 25.9545 24.2841 25.9545Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5322\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-aa2b078 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"aa2b078\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_37_1304)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_37_1304\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-29b57c2 e-con-full e-flex e-con e-child\" data-id=\"29b57c2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-32b53f83 elementor-widget elementor-widget-image-box\" data-id=\"32b53f83\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">Content And Media - Part 1<\/h3><p className=\"elementor-image-box-description\">These are the voices and images that will convince visitors to trust you.\u00a0Don\u2019t have everything right now? Upload what you can, you can always add more later.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-5e989dc4 elementor-widget elementor-widget-mf-radio\" data-id=\"5e989dc4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-photos&quot;,&quot;mf_input_list&quot;:[{&quot;mf_input_option_text&quot;:&quot;Yes&quot;,&quot;mf_input_option_value&quot;:&quot;value-1&quot;,&quot;_id&quot;:&quot;bc88c3c&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;No&quot;,&quot;mf_input_option_value&quot;:&quot;value-2&quot;,&quot;_id&quot;:&quot;95262b3&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;}],&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-radio.default\">\n\t\t\t\t\t\t\r\n\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-radio-5e989dc4\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Do you have photos or videos you&#039;d like us to use?`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\">*<\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<div className=\"mf-radio multi-option-input-type\" id=\"mf-input-radio-5e989dc4\">\r\n\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-photos\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-1\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-photos'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-1' === parent.getValue('mf-photos')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Yes`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-photos\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-2\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-photos'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-2' === parent.getValue('mf-photos')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`No`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-photos\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"mf-photos\" value=\"\" \/>\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-3964baef elementor-widget elementor-widget-mf-text\" data-id=\"3964baef\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-share&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-3964baef\">\r\n\t\t\t\t\t${ parent.decodeEntities(`If yes, please upload or share a drive link or upload below:`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-3964baef\"\r\n\t\t\t\tname=\"mf-share\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Link here`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-share'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-share\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-140f2c21 elementor-widget elementor-widget-mf-file-upload\" data-id=\"140f2c21\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-media-upload&quot;}\" data-widget_type=\"mf-file-upload.default\">\n\t\t\t\t\t\t\t\r\n\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-file-upload-140f2c21\">\r\n\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<div className=\"mf-file-upload-container multi-option-input-type\">\r\n\t\t\t\t<input\r\n\t\t\t\t\ttype=\"file\"\r\n\t\t\t\t\tclassName=\"mf-input mf-input-file-upload \"\r\n\t\t\t\t\tid=\"mf-input-file-upload-140f2c21\" \r\n\t\t\t\t\tname=\"mf-media-upload\" \r\n\t\t\t\t\t\t\t\t\t\taccept=\".jpg, .jpeg, .gif, .png, .mp4, .avi\"\r\n\t\t\t\t\tonInput=${ parent.handleFileUpload }\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-media-upload'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${ el => parent.activateValidation({\"message\":\"This field is required.\",\"required\":false,\"file_types\":[\".jpg\",\".jpeg\",\".gif\",\".png\",\".mp4\",\".avi\"],\"type_message\":\"Invalid file extension\",\"size_limit\":-1,\"limit_message\":\"This field is required.\"}, el) }\r\n\t\t\t\t\t\/>\r\n\t\t\t\t<label htmlFor=\"mf-input-file-upload-140f2c21\" className=\"mf-input-file-upload-label metform-btn\">\r\n\t\t\t\t\t<span>${ parent.decodeEntities(`Upload videos or  photos here`) } <\/span><svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-up\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z\"><\/path><\/svg>\t\t\t\t<\/label>\r\n\t\t\t\t<div className=\"mf-file-name\">\r\n\t\t\t\t\t${\r\n\t\t\t\t\t\t(parent.state.formData['mf-media-upload'] || []).length > 0\r\n\t\t\t\t\t\t? parent.state.formData['mf-media-upload'].map((file, idx) => html`\r\n\t\t\t\t\t\t\t<span className=\"mf-file-name-item\" key=${idx}>\r\n\t\t\t\t\t\t\t\t<span>${file.name}<\/span>\r\n\t\t\t\t\t\t\t\t<span \r\n\t\t\t\t\t\t\t\t\tclassName=\"mf-file-remove\" \r\n\t\t\t\t\t\t\t\t\tonClick=${() => parent.removeUploadedFile('mf-media-upload', idx)}\r\n\t\t\t\t\t\t\t\t\ttitle=\"Remove\"\r\n\t\t\t\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<label className=\"mf-file-cross\">\u00d7<\/label>\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t`)\r\n\t\t\t\t\t\t: html`<span>${parent.getFileLabel('mf-media-upload', '')}<\/span>`\r\n\t\t\t\t\t}\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-media-upload\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-3a5bf33 e-con-full e-flex e-con e-child\" data-id=\"3a5bf33\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-0f39095 mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"0f39095\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-a3b0372 mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"a3b0372\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-f369202 e-flex e-con-boxed e-con e-parent\" data-id=\"f369202\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-3d2f207 e-con-full e-flex e-con e-child\" data-id=\"3d2f207\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-b9b16ae elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"b9b16ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H25.2C29.6804 3.5 31.9206 3.5 33.6319 4.37195C35.1372 5.13893 36.3611 6.36278 37.1281 7.86808C38 9.57937 38 11.8196 38 16.3V23.7C38 28.1804 38 30.4206 37.1281 32.1319C36.3611 33.6372 35.1372 34.8611 33.6319 35.6281C31.9206 36.5 29.6804 36.5 25.2 36.5H18.8C14.3196 36.5 12.0794 36.5 10.3681 35.6281C8.86278 34.8611 7.63893 33.6372 6.87195 32.1319C6 30.4206 6 28.1804 6 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M25.2002 3.25C27.4361 3.25 29.1281 3.24937 30.4746 3.35938C31.824 3.46963 32.8484 3.69254 33.7451 4.14941C35.2975 4.94037 36.5596 6.20255 37.3506 7.75488C37.8075 8.65161 38.0304 9.67599 38.1406 11.0254C38.2506 12.3719 38.25 14.0639 38.25 16.2998V23.7002C38.25 25.9361 38.2506 27.6281 38.1406 28.9746C38.0304 30.324 37.8075 31.3484 37.3506 32.2451C36.5596 33.7975 35.2975 35.0596 33.7451 35.8506C32.8484 36.3075 31.824 36.5304 30.4746 36.6406C29.1281 36.7506 27.4361 36.75 25.2002 36.75H18.7998C16.5639 36.75 14.8719 36.7506 13.5254 36.6406C12.176 36.5304 11.1516 36.3075 10.2549 35.8506C8.70255 35.0596 7.44037 33.7975 6.64941 32.2451C6.19254 31.3484 5.96963 30.324 5.85938 28.9746C5.74937 27.6281 5.75 25.9361 5.75 23.7002V16.2998C5.75 14.0639 5.74937 12.3719 5.85938 11.0254C5.96963 9.67599 6.19254 8.65161 6.64941 7.75488C7.44037 6.20255 8.70255 4.94037 10.2549 4.14941C11.1516 3.69254 12.176 3.46963 13.5254 3.35938C14.8719 3.24937 16.5639 3.25 18.7998 3.25H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 25.5V14.252H23.72V25.5H21.576ZM19.368 16.14V14.252H23.56V16.14H19.368Z\" fill=\"#22125D\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-4567ef8 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"4567ef8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"46\" viewBox=\"0 0 48 46\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V23.7C41 28.1804 41 30.4206 40.1281 32.1319C39.3611 33.6372 38.1372 34.8611 36.6319 35.6281C34.9206 36.5 32.6804 36.5 28.2 36.5H19.8C15.3196 36.5 13.0794 36.5 11.3681 35.6281C9.86278 34.8611 8.63893 33.6372 7.87195 32.1319C7 30.4206 7 28.1804 7 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V23.7002C41.25 25.9361 41.2506 27.6281 41.1406 28.9746C41.0304 30.324 40.8075 31.3484 40.3506 32.2451C39.5596 33.7975 38.2975 35.0596 36.7451 35.8506C35.8484 36.3075 34.824 36.5304 33.4746 36.6406C32.1281 36.7506 30.4361 36.75 28.2002 36.75H19.7998C17.5639 36.75 15.8719 36.7506 14.5254 36.6406C13.176 36.5304 12.1516 36.3075 11.2549 35.8506C9.70255 35.0596 8.44037 33.7975 7.64941 32.2451C7.19254 31.3484 6.96963 30.324 6.85938 28.9746C6.74937 27.6281 6.75 25.9361 6.75 23.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M19.416 24.252L23.656 19.82C23.9547 19.5 24.1947 19.2173 24.376 18.972C24.568 18.716 24.7067 18.476 24.792 18.252C24.8773 18.0173 24.92 17.7827 24.92 17.548C24.92 17.0787 24.7653 16.7107 24.456 16.444C24.1573 16.1773 23.768 16.044 23.288 16.044C22.7973 16.044 22.36 16.172 21.976 16.428C21.6027 16.684 21.2507 17.0893 20.92 17.644L19.432 16.38C19.88 15.6227 20.4347 15.052 21.096 14.668C21.768 14.2733 22.536 14.076 23.4 14.076C24.136 14.076 24.776 14.22 25.32 14.508C25.8747 14.796 26.3013 15.196 26.6 15.708C26.8987 16.22 27.048 16.8173 27.048 17.5C27.048 17.9587 26.9893 18.3747 26.872 18.748C26.7653 19.1213 26.5787 19.4947 26.312 19.868C26.056 20.2307 25.6987 20.6413 25.24 21.1L22.152 24.252H19.416ZM19.416 25.5V24.252L21.272 23.612H27.288V25.5H19.416Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-3eeca98 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"3eeca98\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.2102 26.6591C23.392 26.6591 22.6648 26.5189 22.0284 26.2386C21.3958 25.9583 20.8958 25.5682 20.5284 25.0682C20.161 24.5682 19.9659 23.9905 19.9432 23.3352H22.0795C22.0985 23.6496 22.2027 23.9242 22.392 24.1591C22.5814 24.3902 22.8333 24.5701 23.1477 24.6989C23.4621 24.8277 23.8144 24.892 24.2045 24.892C24.6212 24.892 24.9905 24.8201 25.3125 24.6761C25.6345 24.5284 25.8864 24.3239 26.0682 24.0625C26.25 23.8011 26.339 23.5 26.3352 23.1591C26.339 22.8068 26.2481 22.4962 26.0625 22.2273C25.8769 21.9583 25.608 21.7481 25.2557 21.5966C24.9072 21.4451 24.4867 21.3693 23.9943 21.3693H22.9659V19.7443H23.9943C24.3996 19.7443 24.7538 19.6742 25.0568 19.5341C25.3636 19.3939 25.6042 19.197 25.7784 18.9432C25.9527 18.6856 26.0379 18.3883 26.0341 18.0511C26.0379 17.7216 25.964 17.4356 25.8125 17.1932C25.6648 16.947 25.4545 16.7557 25.1818 16.6193C24.9129 16.483 24.5966 16.4148 24.233 16.4148C23.8769 16.4148 23.5473 16.4792 23.2443 16.608C22.9413 16.7367 22.697 16.9205 22.5114 17.1591C22.3258 17.3939 22.2273 17.6742 22.2159 18H20.1875C20.2027 17.3485 20.3902 16.7765 20.75 16.2841C21.1136 15.7879 21.5985 15.4015 22.2045 15.125C22.8106 14.8447 23.4905 14.7045 24.2443 14.7045C25.0208 14.7045 25.6951 14.8504 26.267 15.142C26.8428 15.4299 27.2879 15.8182 27.6023 16.3068C27.9167 16.7955 28.0739 17.3352 28.0739 17.9261C28.0777 18.5814 27.8845 19.1307 27.4943 19.5739C27.108 20.017 26.6004 20.3068 25.9716 20.4432V20.5341C26.7898 20.6477 27.4167 20.9508 27.8523 21.4432C28.2917 21.9318 28.5095 22.5398 28.5057 23.267C28.5057 23.9186 28.3201 24.5019 27.9489 25.017C27.5814 25.5284 27.0739 25.9299 26.4261 26.2216C25.7822 26.5133 25.0436 26.6591 24.2102 26.6591Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-40f8287 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"40f8287\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"46\" height=\"47\" viewBox=\"0 0 46 47\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H27.2C31.6804 3.5 33.9206 3.5 35.6319 4.37195C37.1372 5.13893 38.3611 6.36278 39.1281 7.86808C40 9.57937 40 11.8196 40 16.3V24.7C40 29.1804 40 31.4206 39.1281 33.1319C38.3611 34.6372 37.1372 35.8611 35.6319 36.6281C33.9206 37.5 31.6804 37.5 27.2 37.5H18.8C14.3196 37.5 12.0794 37.5 10.3681 36.6281C8.86278 35.8611 7.63893 34.6372 6.87195 33.1319C6 31.4206 6 29.1804 6 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M18.8239 24.3409V22.6648L23.7614 14.8636H25.1591V17.25H24.3068L20.983 22.517V22.608H27.875V24.3409H18.8239ZM24.375 26.5V23.8295L24.3977 23.0795V14.8636H26.3864V26.5H24.375Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-07f9c0f elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"07f9c0f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_4661)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"white\"><\/path><path d=\"M24.0795 27.6591C23.322 27.6591 22.6439 27.517 22.0455 27.233C21.447 26.9451 20.9716 26.5511 20.6193 26.0511C20.2708 25.5511 20.0852 24.9792 20.0625 24.3352H22.108C22.1458 24.8125 22.3523 25.2027 22.7273 25.5057C23.1023 25.8049 23.553 25.9545 24.0795 25.9545C24.4924 25.9545 24.8598 25.8598 25.1818 25.6705C25.5038 25.4811 25.7576 25.2178 25.9432 24.8807C26.1288 24.5436 26.2197 24.1591 26.2159 23.7273C26.2197 23.2879 26.1269 22.8977 25.9375 22.5568C25.7481 22.2159 25.4886 21.9489 25.1591 21.7557C24.8295 21.5587 24.4508 21.4602 24.0227 21.4602C23.6742 21.4564 23.3314 21.5208 22.9943 21.6534C22.6572 21.786 22.3902 21.9602 22.1932 22.1761L20.2898 21.8636L20.8977 15.8636H27.6477V17.625H22.642L22.3068 20.7102H22.375C22.5909 20.4564 22.8958 20.2462 23.2898 20.0795C23.6837 19.9091 24.1155 19.8239 24.5852 19.8239C25.2898 19.8239 25.9186 19.9905 26.4716 20.3239C27.0246 20.6534 27.4602 21.108 27.7784 21.6875C28.0966 22.267 28.2557 22.9299 28.2557 23.6761C28.2557 24.4451 28.0777 25.1307 27.7216 25.733C27.3693 26.3314 26.8788 26.803 26.25 27.1477C25.625 27.4886 24.9015 27.6591 24.0795 27.6591Z\" fill=\"white\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_4661\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#1B0A57\"><\/stop><stop offset=\"1\" stop-color=\"#1B0A57\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-9efddfb elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9efddfb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_5322)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2955 27.6591C23.7386 27.6553 23.1951 27.5587 22.6648 27.3693C22.1345 27.1761 21.6572 26.8636 21.233 26.4318C20.8087 25.9962 20.4716 25.4186 20.2216 24.6989C19.9716 23.9754 19.8485 23.0795 19.8523 22.0114C19.8523 21.0152 19.9583 20.1269 20.1705 19.3466C20.3826 18.5663 20.6875 17.9072 21.0852 17.3693C21.483 16.8277 21.9621 16.4148 22.5227 16.1307C23.0871 15.8466 23.7178 15.7045 24.4148 15.7045C25.1458 15.7045 25.7936 15.8485 26.358 16.1364C26.9261 16.4242 27.3845 16.8182 27.733 17.3182C28.0814 17.8144 28.2973 18.375 28.3807 19H26.3068C26.2008 18.553 25.983 18.197 25.6534 17.9318C25.3277 17.6629 24.9148 17.5284 24.4148 17.5284C23.608 17.5284 22.9867 17.8788 22.5511 18.5795C22.1193 19.2803 21.9015 20.2424 21.8977 21.4659H21.9773C22.1629 21.1326 22.4034 20.8466 22.6989 20.608C22.9943 20.3693 23.3277 20.1856 23.6989 20.0568C24.0739 19.9242 24.4697 19.858 24.8864 19.858C25.5682 19.858 26.1799 20.0208 26.7216 20.3466C27.267 20.6723 27.6989 21.1212 28.017 21.6932C28.3352 22.2614 28.4924 22.9129 28.4886 23.6477C28.4924 24.4129 28.3182 25.1004 27.9659 25.7102C27.6136 26.3163 27.1231 26.7936 26.4943 27.142C25.8655 27.4905 25.1326 27.6629 24.2955 27.6591ZM24.2841 25.9545C24.697 25.9545 25.0663 25.8542 25.392 25.6534C25.7178 25.4527 25.9754 25.1818 26.1648 24.8409C26.3542 24.5 26.447 24.1174 26.4432 23.6932C26.447 23.2765 26.3561 22.8996 26.1705 22.5625C25.9886 22.2254 25.7367 21.9583 25.4148 21.7614C25.0928 21.5644 24.7254 21.4659 24.3125 21.4659C24.0057 21.4659 23.7197 21.5246 23.4545 21.642C23.1894 21.7595 22.9583 21.9223 22.7614 22.1307C22.5644 22.3352 22.4091 22.5739 22.2955 22.8466C22.1856 23.1155 22.1288 23.4034 22.125 23.7102C22.1288 24.1155 22.2235 24.4886 22.4091 24.8295C22.5947 25.1705 22.8504 25.4432 23.1761 25.6477C23.5019 25.8523 23.8712 25.9545 24.2841 25.9545Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5322\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-8e5f071 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"8e5f071\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_37_1304)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_37_1304\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-7010fbd e-con-full e-flex e-con e-child\" data-id=\"7010fbd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-fb04ffb elementor-widget elementor-widget-image-box\" data-id=\"fb04ffb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\"> Content And Media - Part 2<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-3ec46ae2 elementor-widget elementor-widget-mf-radio\" data-id=\"3ec46ae2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-clients&quot;,&quot;mf_input_list&quot;:[{&quot;mf_input_option_text&quot;:&quot;Yes&quot;,&quot;mf_input_option_value&quot;:&quot;value-1&quot;,&quot;_id&quot;:&quot;5b49c4d&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;No&quot;,&quot;mf_input_option_value&quot;:&quot;value-2&quot;,&quot;_id&quot;:&quot;ccdc04e&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;}],&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-radio.default\">\n\t\t\t\t\t\t\r\n\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-radio-3ec46ae2\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Do you want to include testimonials or reviews on the site? Remember, real words from happy clients are your most powerful sales tool:`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<div className=\"mf-radio multi-option-input-type\" id=\"mf-input-radio-3ec46ae2\">\r\n\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-clients\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-1\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-clients'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-1' === parent.getValue('mf-clients')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Yes`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-clients\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-2\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-clients'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-2' === parent.getValue('mf-clients')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`No`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-clients\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"mf-clients\" value=\"\" \/>\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-738a6aec elementor-widget elementor-widget-mf-text\" data-id=\"738a6aec\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-driveurl&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-738a6aec\">\r\n\t\t\t\t\t${ parent.decodeEntities(`If yes, please paste a url or share a drive link:`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-738a6aec\"\r\n\t\t\t\tname=\"mf-driveurl\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Link here`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-driveurl'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-driveurl\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-765b91e e-con-full e-flex e-con e-child\" data-id=\"765b91e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-7a02f65 mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"7a02f65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-4e0e348 mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"4e0e348\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-699852a e-flex e-con-boxed e-con e-parent\" data-id=\"699852a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-1406beb e-con-full e-flex e-con e-child\" data-id=\"1406beb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-b9f49f8 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"b9f49f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H25.2C29.6804 3.5 31.9206 3.5 33.6319 4.37195C35.1372 5.13893 36.3611 6.36278 37.1281 7.86808C38 9.57937 38 11.8196 38 16.3V23.7C38 28.1804 38 30.4206 37.1281 32.1319C36.3611 33.6372 35.1372 34.8611 33.6319 35.6281C31.9206 36.5 29.6804 36.5 25.2 36.5H18.8C14.3196 36.5 12.0794 36.5 10.3681 35.6281C8.86278 34.8611 7.63893 33.6372 6.87195 32.1319C6 30.4206 6 28.1804 6 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M25.2002 3.25C27.4361 3.25 29.1281 3.24937 30.4746 3.35938C31.824 3.46963 32.8484 3.69254 33.7451 4.14941C35.2975 4.94037 36.5596 6.20255 37.3506 7.75488C37.8075 8.65161 38.0304 9.67599 38.1406 11.0254C38.2506 12.3719 38.25 14.0639 38.25 16.2998V23.7002C38.25 25.9361 38.2506 27.6281 38.1406 28.9746C38.0304 30.324 37.8075 31.3484 37.3506 32.2451C36.5596 33.7975 35.2975 35.0596 33.7451 35.8506C32.8484 36.3075 31.824 36.5304 30.4746 36.6406C29.1281 36.7506 27.4361 36.75 25.2002 36.75H18.7998C16.5639 36.75 14.8719 36.7506 13.5254 36.6406C12.176 36.5304 11.1516 36.3075 10.2549 35.8506C8.70255 35.0596 7.44037 33.7975 6.64941 32.2451C6.19254 31.3484 5.96963 30.324 5.85938 28.9746C5.74937 27.6281 5.75 25.9361 5.75 23.7002V16.2998C5.75 14.0639 5.74937 12.3719 5.85938 11.0254C5.96963 9.67599 6.19254 8.65161 6.64941 7.75488C7.44037 6.20255 8.70255 4.94037 10.2549 4.14941C11.1516 3.69254 12.176 3.46963 13.5254 3.35938C14.8719 3.24937 16.5639 3.25 18.7998 3.25H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 25.5V14.252H23.72V25.5H21.576ZM19.368 16.14V14.252H23.56V16.14H19.368Z\" fill=\"#22125D\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-8080585 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"8080585\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"46\" viewBox=\"0 0 48 46\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V23.7C41 28.1804 41 30.4206 40.1281 32.1319C39.3611 33.6372 38.1372 34.8611 36.6319 35.6281C34.9206 36.5 32.6804 36.5 28.2 36.5H19.8C15.3196 36.5 13.0794 36.5 11.3681 35.6281C9.86278 34.8611 8.63893 33.6372 7.87195 32.1319C7 30.4206 7 28.1804 7 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V23.7002C41.25 25.9361 41.2506 27.6281 41.1406 28.9746C41.0304 30.324 40.8075 31.3484 40.3506 32.2451C39.5596 33.7975 38.2975 35.0596 36.7451 35.8506C35.8484 36.3075 34.824 36.5304 33.4746 36.6406C32.1281 36.7506 30.4361 36.75 28.2002 36.75H19.7998C17.5639 36.75 15.8719 36.7506 14.5254 36.6406C13.176 36.5304 12.1516 36.3075 11.2549 35.8506C9.70255 35.0596 8.44037 33.7975 7.64941 32.2451C7.19254 31.3484 6.96963 30.324 6.85938 28.9746C6.74937 27.6281 6.75 25.9361 6.75 23.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M19.416 24.252L23.656 19.82C23.9547 19.5 24.1947 19.2173 24.376 18.972C24.568 18.716 24.7067 18.476 24.792 18.252C24.8773 18.0173 24.92 17.7827 24.92 17.548C24.92 17.0787 24.7653 16.7107 24.456 16.444C24.1573 16.1773 23.768 16.044 23.288 16.044C22.7973 16.044 22.36 16.172 21.976 16.428C21.6027 16.684 21.2507 17.0893 20.92 17.644L19.432 16.38C19.88 15.6227 20.4347 15.052 21.096 14.668C21.768 14.2733 22.536 14.076 23.4 14.076C24.136 14.076 24.776 14.22 25.32 14.508C25.8747 14.796 26.3013 15.196 26.6 15.708C26.8987 16.22 27.048 16.8173 27.048 17.5C27.048 17.9587 26.9893 18.3747 26.872 18.748C26.7653 19.1213 26.5787 19.4947 26.312 19.868C26.056 20.2307 25.6987 20.6413 25.24 21.1L22.152 24.252H19.416ZM19.416 25.5V24.252L21.272 23.612H27.288V25.5H19.416Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-64f6a0b elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"64f6a0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.2102 26.6591C23.392 26.6591 22.6648 26.5189 22.0284 26.2386C21.3958 25.9583 20.8958 25.5682 20.5284 25.0682C20.161 24.5682 19.9659 23.9905 19.9432 23.3352H22.0795C22.0985 23.6496 22.2027 23.9242 22.392 24.1591C22.5814 24.3902 22.8333 24.5701 23.1477 24.6989C23.4621 24.8277 23.8144 24.892 24.2045 24.892C24.6212 24.892 24.9905 24.8201 25.3125 24.6761C25.6345 24.5284 25.8864 24.3239 26.0682 24.0625C26.25 23.8011 26.339 23.5 26.3352 23.1591C26.339 22.8068 26.2481 22.4962 26.0625 22.2273C25.8769 21.9583 25.608 21.7481 25.2557 21.5966C24.9072 21.4451 24.4867 21.3693 23.9943 21.3693H22.9659V19.7443H23.9943C24.3996 19.7443 24.7538 19.6742 25.0568 19.5341C25.3636 19.3939 25.6042 19.197 25.7784 18.9432C25.9527 18.6856 26.0379 18.3883 26.0341 18.0511C26.0379 17.7216 25.964 17.4356 25.8125 17.1932C25.6648 16.947 25.4545 16.7557 25.1818 16.6193C24.9129 16.483 24.5966 16.4148 24.233 16.4148C23.8769 16.4148 23.5473 16.4792 23.2443 16.608C22.9413 16.7367 22.697 16.9205 22.5114 17.1591C22.3258 17.3939 22.2273 17.6742 22.2159 18H20.1875C20.2027 17.3485 20.3902 16.7765 20.75 16.2841C21.1136 15.7879 21.5985 15.4015 22.2045 15.125C22.8106 14.8447 23.4905 14.7045 24.2443 14.7045C25.0208 14.7045 25.6951 14.8504 26.267 15.142C26.8428 15.4299 27.2879 15.8182 27.6023 16.3068C27.9167 16.7955 28.0739 17.3352 28.0739 17.9261C28.0777 18.5814 27.8845 19.1307 27.4943 19.5739C27.108 20.017 26.6004 20.3068 25.9716 20.4432V20.5341C26.7898 20.6477 27.4167 20.9508 27.8523 21.4432C28.2917 21.9318 28.5095 22.5398 28.5057 23.267C28.5057 23.9186 28.3201 24.5019 27.9489 25.017C27.5814 25.5284 27.0739 25.9299 26.4261 26.2216C25.7822 26.5133 25.0436 26.6591 24.2102 26.6591Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-da12ba7 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"da12ba7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"46\" height=\"47\" viewBox=\"0 0 46 47\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H27.2C31.6804 3.5 33.9206 3.5 35.6319 4.37195C37.1372 5.13893 38.3611 6.36278 39.1281 7.86808C40 9.57937 40 11.8196 40 16.3V24.7C40 29.1804 40 31.4206 39.1281 33.1319C38.3611 34.6372 37.1372 35.8611 35.6319 36.6281C33.9206 37.5 31.6804 37.5 27.2 37.5H18.8C14.3196 37.5 12.0794 37.5 10.3681 36.6281C8.86278 35.8611 7.63893 34.6372 6.87195 33.1319C6 31.4206 6 29.1804 6 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M18.8239 24.3409V22.6648L23.7614 14.8636H25.1591V17.25H24.3068L20.983 22.517V22.608H27.875V24.3409H18.8239ZM24.375 26.5V23.8295L24.3977 23.0795V14.8636H26.3864V26.5H24.375Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-13d6795 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"13d6795\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_4661)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"white\"><\/path><path d=\"M24.0795 27.6591C23.322 27.6591 22.6439 27.517 22.0455 27.233C21.447 26.9451 20.9716 26.5511 20.6193 26.0511C20.2708 25.5511 20.0852 24.9792 20.0625 24.3352H22.108C22.1458 24.8125 22.3523 25.2027 22.7273 25.5057C23.1023 25.8049 23.553 25.9545 24.0795 25.9545C24.4924 25.9545 24.8598 25.8598 25.1818 25.6705C25.5038 25.4811 25.7576 25.2178 25.9432 24.8807C26.1288 24.5436 26.2197 24.1591 26.2159 23.7273C26.2197 23.2879 26.1269 22.8977 25.9375 22.5568C25.7481 22.2159 25.4886 21.9489 25.1591 21.7557C24.8295 21.5587 24.4508 21.4602 24.0227 21.4602C23.6742 21.4564 23.3314 21.5208 22.9943 21.6534C22.6572 21.786 22.3902 21.9602 22.1932 22.1761L20.2898 21.8636L20.8977 15.8636H27.6477V17.625H22.642L22.3068 20.7102H22.375C22.5909 20.4564 22.8958 20.2462 23.2898 20.0795C23.6837 19.9091 24.1155 19.8239 24.5852 19.8239C25.2898 19.8239 25.9186 19.9905 26.4716 20.3239C27.0246 20.6534 27.4602 21.108 27.7784 21.6875C28.0966 22.267 28.2557 22.9299 28.2557 23.6761C28.2557 24.4451 28.0777 25.1307 27.7216 25.733C27.3693 26.3314 26.8788 26.803 26.25 27.1477C25.625 27.4886 24.9015 27.6591 24.0795 27.6591Z\" fill=\"white\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_4661\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#1B0A57\"><\/stop><stop offset=\"1\" stop-color=\"#1B0A57\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-8e04548 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"8e04548\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"url(#paint0_linear_54_5322)\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2955 27.6591C23.7386 27.6553 23.1951 27.5587 22.6648 27.3693C22.1345 27.1761 21.6572 26.8636 21.233 26.4318C20.8087 25.9962 20.4716 25.4186 20.2216 24.6989C19.9716 23.9754 19.8485 23.0795 19.8523 22.0114C19.8523 21.0152 19.9583 20.1269 20.1705 19.3466C20.3826 18.5663 20.6875 17.9072 21.0852 17.3693C21.483 16.8277 21.9621 16.4148 22.5227 16.1307C23.0871 15.8466 23.7178 15.7045 24.4148 15.7045C25.1458 15.7045 25.7936 15.8485 26.358 16.1364C26.9261 16.4242 27.3845 16.8182 27.733 17.3182C28.0814 17.8144 28.2973 18.375 28.3807 19H26.3068C26.2008 18.553 25.983 18.197 25.6534 17.9318C25.3277 17.6629 24.9148 17.5284 24.4148 17.5284C23.608 17.5284 22.9867 17.8788 22.5511 18.5795C22.1193 19.2803 21.9015 20.2424 21.8977 21.4659H21.9773C22.1629 21.1326 22.4034 20.8466 22.6989 20.608C22.9943 20.3693 23.3277 20.1856 23.6989 20.0568C24.0739 19.9242 24.4697 19.858 24.8864 19.858C25.5682 19.858 26.1799 20.0208 26.7216 20.3466C27.267 20.6723 27.6989 21.1212 28.017 21.6932C28.3352 22.2614 28.4924 22.9129 28.4886 23.6477C28.4924 24.4129 28.3182 25.1004 27.9659 25.7102C27.6136 26.3163 27.1231 26.7936 26.4943 27.142C25.8655 27.4905 25.1326 27.6629 24.2955 27.6591ZM24.2841 25.9545C24.697 25.9545 25.0663 25.8542 25.392 25.6534C25.7178 25.4527 25.9754 25.1818 26.1648 24.8409C26.3542 24.5 26.447 24.1174 26.4432 23.6932C26.447 23.2765 26.3561 22.8996 26.1705 22.5625C25.9886 22.2254 25.7367 21.9583 25.4148 21.7614C25.0928 21.5644 24.7254 21.4659 24.3125 21.4659C24.0057 21.4659 23.7197 21.5246 23.4545 21.642C23.1894 21.7595 22.9583 21.9223 22.7614 22.1307C22.5644 22.3352 22.4091 22.5739 22.2955 22.8466C22.1856 23.1155 22.1288 23.4034 22.125 23.7102C22.1288 24.1155 22.2235 24.4886 22.4091 24.8295C22.5947 25.1705 22.8504 25.4432 23.1761 25.6477C23.5019 25.8523 23.8712 25.9545 24.2841 25.9545Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_54_5322\" x1=\"24.6099\" y1=\"-37.9772\" x2=\"56.7203\" y2=\"21.0247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-bceebe5 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"bceebe5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_37_1304)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_37_1304\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-7b62e1c e-con-full e-flex e-con e-child\" data-id=\"7b62e1c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-e67d54a elementor-widget elementor-widget-image-box\" data-id=\"e67d54a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">Content And Media - Part 3<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-2f95a62b elementor-widget elementor-widget-mf-radio\" data-id=\"2f95a62b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-content&quot;,&quot;mf_input_list&quot;:[{&quot;mf_input_option_text&quot;:&quot;Yes&quot;,&quot;mf_input_option_value&quot;:&quot;value-1&quot;,&quot;_id&quot;:&quot;ff31a71&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;No&quot;,&quot;mf_input_option_value&quot;:&quot;value-2&quot;,&quot;_id&quot;:&quot;9970442&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;}],&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-radio.default\">\n\t\t\t\t\t\t\r\n\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-radio-2f95a62b\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Do you have written content (About Us, Services, bios, etc.)?`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<div className=\"mf-radio multi-option-input-type\" id=\"mf-input-radio-2f95a62b\">\r\n\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-content\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-1\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-content'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-1' === parent.getValue('mf-content')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Yes`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-content\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-2\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-content'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":false}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-2' === parent.getValue('mf-content')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`No`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-content\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"mf-content\" value=\"\" \/>\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-275d1f52 elementor-widget elementor-widget-mf-text\" data-id=\"275d1f52\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-doc&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-275d1f52\">\r\n\t\t\t\t\t${ parent.decodeEntities(` If yes, please upload doc or share a link:`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-275d1f52\"\r\n\t\t\t\tname=\"mf-doc\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Link here`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-doc'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-doc\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-204878fa elementor-widget elementor-widget-mf-file-upload\" data-id=\"204878fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-doc-upload&quot;}\" data-widget_type=\"mf-file-upload.default\">\n\t\t\t\t\t\t\t\r\n\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-file-upload-204878fa\">\r\n\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<div className=\"mf-file-upload-container multi-option-input-type\">\r\n\t\t\t\t<input\r\n\t\t\t\t\ttype=\"file\"\r\n\t\t\t\t\tclassName=\"mf-input mf-input-file-upload \"\r\n\t\t\t\t\tid=\"mf-input-file-upload-204878fa\" \r\n\t\t\t\t\tname=\"mf-doc-upload\" \r\n\t\t\t\t\t\t\t\t\t\taccept=\".pdf, .doc, .docx\"\r\n\t\t\t\t\tonInput=${ parent.handleFileUpload }\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-doc-upload'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${ el => parent.activateValidation({\"message\":\"This field is required.\",\"required\":false,\"file_types\":[\".pdf\",\".doc\",\".docx\"],\"type_message\":\"Invalid file extension\",\"size_limit\":-1,\"limit_message\":\"This field is required.\"}, el) }\r\n\t\t\t\t\t\/>\r\n\t\t\t\t<label htmlFor=\"mf-input-file-upload-204878fa\" className=\"mf-input-file-upload-label metform-btn\">\r\n\t\t\t\t\t<span>${ parent.decodeEntities(`Upload document`) } <\/span><svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-up\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z\"><\/path><\/svg>\t\t\t\t<\/label>\r\n\t\t\t\t<div className=\"mf-file-name\">\r\n\t\t\t\t\t${\r\n\t\t\t\t\t\t(parent.state.formData['mf-doc-upload'] || []).length > 0\r\n\t\t\t\t\t\t? parent.state.formData['mf-doc-upload'].map((file, idx) => html`\r\n\t\t\t\t\t\t\t<span className=\"mf-file-name-item\" key=${idx}>\r\n\t\t\t\t\t\t\t\t<span>${file.name}<\/span>\r\n\t\t\t\t\t\t\t\t<span \r\n\t\t\t\t\t\t\t\t\tclassName=\"mf-file-remove\" \r\n\t\t\t\t\t\t\t\t\tonClick=${() => parent.removeUploadedFile('mf-doc-upload', idx)}\r\n\t\t\t\t\t\t\t\t\ttitle=\"Remove\"\r\n\t\t\t\t\t\t\t\t>\r\n\t\t\t\t\t\t\t\t\t<label className=\"mf-file-cross\">\u00d7<\/label>\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t`)\r\n\t\t\t\t\t\t: html`<span>${parent.getFileLabel('mf-doc-upload', '')}<\/span>`\r\n\t\t\t\t\t}\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-doc-upload\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\r\n\t\t\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-c53675c e-con-full e-flex e-con e-child\" data-id=\"c53675c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-a811ae0 mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"a811ae0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-1338daf mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"1338daf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-182a14a e-flex e-con-boxed e-con e-parent\" data-id=\"182a14a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-71180fa e-con-full e-flex e-con e-child\" data-id=\"71180fa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-d096137 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"d096137\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H25.2C29.6804 3.5 31.9206 3.5 33.6319 4.37195C35.1372 5.13893 36.3611 6.36278 37.1281 7.86808C38 9.57937 38 11.8196 38 16.3V23.7C38 28.1804 38 30.4206 37.1281 32.1319C36.3611 33.6372 35.1372 34.8611 33.6319 35.6281C31.9206 36.5 29.6804 36.5 25.2 36.5H18.8C14.3196 36.5 12.0794 36.5 10.3681 35.6281C8.86278 34.8611 7.63893 33.6372 6.87195 32.1319C6 30.4206 6 28.1804 6 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M25.2002 3.25C27.4361 3.25 29.1281 3.24937 30.4746 3.35938C31.824 3.46963 32.8484 3.69254 33.7451 4.14941C35.2975 4.94037 36.5596 6.20255 37.3506 7.75488C37.8075 8.65161 38.0304 9.67599 38.1406 11.0254C38.2506 12.3719 38.25 14.0639 38.25 16.2998V23.7002C38.25 25.9361 38.2506 27.6281 38.1406 28.9746C38.0304 30.324 37.8075 31.3484 37.3506 32.2451C36.5596 33.7975 35.2975 35.0596 33.7451 35.8506C32.8484 36.3075 31.824 36.5304 30.4746 36.6406C29.1281 36.7506 27.4361 36.75 25.2002 36.75H18.7998C16.5639 36.75 14.8719 36.7506 13.5254 36.6406C12.176 36.5304 11.1516 36.3075 10.2549 35.8506C8.70255 35.0596 7.44037 33.7975 6.64941 32.2451C6.19254 31.3484 5.96963 30.324 5.85938 28.9746C5.74937 27.6281 5.75 25.9361 5.75 23.7002V16.2998C5.75 14.0639 5.74937 12.3719 5.85938 11.0254C5.96963 9.67599 6.19254 8.65161 6.64941 7.75488C7.44037 6.20255 8.70255 4.94037 10.2549 4.14941C11.1516 3.69254 12.176 3.46963 13.5254 3.35938C14.8719 3.24937 16.5639 3.25 18.7998 3.25H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 25.5V14.252H23.72V25.5H21.576ZM19.368 16.14V14.252H23.56V16.14H19.368Z\" fill=\"#22125D\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-4e926dd elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"4e926dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"46\" viewBox=\"0 0 48 46\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V23.7C41 28.1804 41 30.4206 40.1281 32.1319C39.3611 33.6372 38.1372 34.8611 36.6319 35.6281C34.9206 36.5 32.6804 36.5 28.2 36.5H19.8C15.3196 36.5 13.0794 36.5 11.3681 35.6281C9.86278 34.8611 8.63893 33.6372 7.87195 32.1319C7 30.4206 7 28.1804 7 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V23.7002C41.25 25.9361 41.2506 27.6281 41.1406 28.9746C41.0304 30.324 40.8075 31.3484 40.3506 32.2451C39.5596 33.7975 38.2975 35.0596 36.7451 35.8506C35.8484 36.3075 34.824 36.5304 33.4746 36.6406C32.1281 36.7506 30.4361 36.75 28.2002 36.75H19.7998C17.5639 36.75 15.8719 36.7506 14.5254 36.6406C13.176 36.5304 12.1516 36.3075 11.2549 35.8506C9.70255 35.0596 8.44037 33.7975 7.64941 32.2451C7.19254 31.3484 6.96963 30.324 6.85938 28.9746C6.74937 27.6281 6.75 25.9361 6.75 23.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M19.416 24.252L23.656 19.82C23.9547 19.5 24.1947 19.2173 24.376 18.972C24.568 18.716 24.7067 18.476 24.792 18.252C24.8773 18.0173 24.92 17.7827 24.92 17.548C24.92 17.0787 24.7653 16.7107 24.456 16.444C24.1573 16.1773 23.768 16.044 23.288 16.044C22.7973 16.044 22.36 16.172 21.976 16.428C21.6027 16.684 21.2507 17.0893 20.92 17.644L19.432 16.38C19.88 15.6227 20.4347 15.052 21.096 14.668C21.768 14.2733 22.536 14.076 23.4 14.076C24.136 14.076 24.776 14.22 25.32 14.508C25.8747 14.796 26.3013 15.196 26.6 15.708C26.8987 16.22 27.048 16.8173 27.048 17.5C27.048 17.9587 26.9893 18.3747 26.872 18.748C26.7653 19.1213 26.5787 19.4947 26.312 19.868C26.056 20.2307 25.6987 20.6413 25.24 21.1L22.152 24.252H19.416ZM19.416 25.5V24.252L21.272 23.612H27.288V25.5H19.416Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-8198ce3 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"8198ce3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.2102 26.6591C23.392 26.6591 22.6648 26.5189 22.0284 26.2386C21.3958 25.9583 20.8958 25.5682 20.5284 25.0682C20.161 24.5682 19.9659 23.9905 19.9432 23.3352H22.0795C22.0985 23.6496 22.2027 23.9242 22.392 24.1591C22.5814 24.3902 22.8333 24.5701 23.1477 24.6989C23.4621 24.8277 23.8144 24.892 24.2045 24.892C24.6212 24.892 24.9905 24.8201 25.3125 24.6761C25.6345 24.5284 25.8864 24.3239 26.0682 24.0625C26.25 23.8011 26.339 23.5 26.3352 23.1591C26.339 22.8068 26.2481 22.4962 26.0625 22.2273C25.8769 21.9583 25.608 21.7481 25.2557 21.5966C24.9072 21.4451 24.4867 21.3693 23.9943 21.3693H22.9659V19.7443H23.9943C24.3996 19.7443 24.7538 19.6742 25.0568 19.5341C25.3636 19.3939 25.6042 19.197 25.7784 18.9432C25.9527 18.6856 26.0379 18.3883 26.0341 18.0511C26.0379 17.7216 25.964 17.4356 25.8125 17.1932C25.6648 16.947 25.4545 16.7557 25.1818 16.6193C24.9129 16.483 24.5966 16.4148 24.233 16.4148C23.8769 16.4148 23.5473 16.4792 23.2443 16.608C22.9413 16.7367 22.697 16.9205 22.5114 17.1591C22.3258 17.3939 22.2273 17.6742 22.2159 18H20.1875C20.2027 17.3485 20.3902 16.7765 20.75 16.2841C21.1136 15.7879 21.5985 15.4015 22.2045 15.125C22.8106 14.8447 23.4905 14.7045 24.2443 14.7045C25.0208 14.7045 25.6951 14.8504 26.267 15.142C26.8428 15.4299 27.2879 15.8182 27.6023 16.3068C27.9167 16.7955 28.0739 17.3352 28.0739 17.9261C28.0777 18.5814 27.8845 19.1307 27.4943 19.5739C27.108 20.017 26.6004 20.3068 25.9716 20.4432V20.5341C26.7898 20.6477 27.4167 20.9508 27.8523 21.4432C28.2917 21.9318 28.5095 22.5398 28.5057 23.267C28.5057 23.9186 28.3201 24.5019 27.9489 25.017C27.5814 25.5284 27.0739 25.9299 26.4261 26.2216C25.7822 26.5133 25.0436 26.6591 24.2102 26.6591Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-b4ef92f elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"b4ef92f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"46\" height=\"47\" viewBox=\"0 0 46 47\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H27.2C31.6804 3.5 33.9206 3.5 35.6319 4.37195C37.1372 5.13893 38.3611 6.36278 39.1281 7.86808C40 9.57937 40 11.8196 40 16.3V24.7C40 29.1804 40 31.4206 39.1281 33.1319C38.3611 34.6372 37.1372 35.8611 35.6319 36.6281C33.9206 37.5 31.6804 37.5 27.2 37.5H18.8C14.3196 37.5 12.0794 37.5 10.3681 36.6281C8.86278 35.8611 7.63893 34.6372 6.87195 33.1319C6 31.4206 6 29.1804 6 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M18.8239 24.3409V22.6648L23.7614 14.8636H25.1591V17.25H24.3068L20.983 22.517V22.608H27.875V24.3409H18.8239ZM24.375 26.5V23.8295L24.3977 23.0795V14.8636H26.3864V26.5H24.375Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-60504aa elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"60504aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.0795 26.6591C23.322 26.6591 22.6439 26.517 22.0455 26.233C21.447 25.9451 20.9716 25.5511 20.6193 25.0511C20.2708 24.5511 20.0852 23.9792 20.0625 23.3352H22.108C22.1458 23.8125 22.3523 24.2027 22.7273 24.5057C23.1023 24.8049 23.553 24.9545 24.0795 24.9545C24.4924 24.9545 24.8598 24.8598 25.1818 24.6705C25.5038 24.4811 25.7576 24.2178 25.9432 23.8807C26.1288 23.5436 26.2197 23.1591 26.2159 22.7273C26.2197 22.2879 26.1269 21.8977 25.9375 21.5568C25.7481 21.2159 25.4886 20.9489 25.1591 20.7557C24.8295 20.5587 24.4508 20.4602 24.0227 20.4602C23.6742 20.4564 23.3314 20.5208 22.9943 20.6534C22.6572 20.786 22.3902 20.9602 22.1932 21.1761L20.2898 20.8636L20.8977 14.8636H27.6477V16.625H22.642L22.3068 19.7102H22.375C22.5909 19.4564 22.8958 19.2462 23.2898 19.0795C23.6837 18.9091 24.1155 18.8239 24.5852 18.8239C25.2898 18.8239 25.9186 18.9905 26.4716 19.3239C27.0246 19.6534 27.4602 20.108 27.7784 20.6875C28.0966 21.267 28.2557 21.9299 28.2557 22.6761C28.2557 23.4451 28.0777 24.1307 27.7216 24.733C27.3693 25.3314 26.8788 25.803 26.25 26.1477C25.625 26.4886 24.9015 26.6591 24.0795 26.6591Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-19ffa79 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"19ffa79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"#1B0A57\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2955 27.6591C23.7386 27.6553 23.1951 27.5587 22.6648 27.3693C22.1345 27.1761 21.6572 26.8636 21.233 26.4318C20.8087 25.9962 20.4716 25.4186 20.2216 24.6989C19.9716 23.9754 19.8485 23.0795 19.8523 22.0114C19.8523 21.0152 19.9583 20.1269 20.1705 19.3466C20.3826 18.5663 20.6875 17.9072 21.0852 17.3693C21.483 16.8277 21.9621 16.4148 22.5227 16.1307C23.0871 15.8466 23.7178 15.7045 24.4148 15.7045C25.1458 15.7045 25.7936 15.8485 26.358 16.1364C26.9261 16.4242 27.3845 16.8182 27.733 17.3182C28.0814 17.8144 28.2973 18.375 28.3807 19H26.3068C26.2008 18.553 25.983 18.197 25.6534 17.9318C25.3277 17.6629 24.9148 17.5284 24.4148 17.5284C23.608 17.5284 22.9867 17.8788 22.5511 18.5795C22.1193 19.2803 21.9015 20.2424 21.8977 21.4659H21.9773C22.1629 21.1326 22.4034 20.8466 22.6989 20.608C22.9943 20.3693 23.3277 20.1856 23.6989 20.0568C24.0739 19.9242 24.4697 19.858 24.8864 19.858C25.5682 19.858 26.1799 20.0208 26.7216 20.3466C27.267 20.6723 27.6989 21.1212 28.017 21.6932C28.3352 22.2614 28.4924 22.9129 28.4886 23.6477C28.4924 24.4129 28.3182 25.1004 27.9659 25.7102C27.6136 26.3163 27.1231 26.7936 26.4943 27.142C25.8655 27.4905 25.1326 27.6629 24.2955 27.6591ZM24.2841 25.9545C24.697 25.9545 25.0663 25.8542 25.392 25.6534C25.7178 25.4527 25.9754 25.1818 26.1648 24.8409C26.3542 24.5 26.447 24.1174 26.4432 23.6932C26.447 23.2765 26.3561 22.8996 26.1705 22.5625C25.9886 22.2254 25.7367 21.9583 25.4148 21.7614C25.0928 21.5644 24.7254 21.4659 24.3125 21.4659C24.0057 21.4659 23.7197 21.5246 23.4545 21.642C23.1894 21.7595 22.9583 21.9223 22.7614 22.1307C22.5644 22.3352 22.4091 22.5739 22.2955 22.8466C22.1856 23.1155 22.1288 23.4034 22.125 23.7102C22.1288 24.1155 22.2235 24.4886 22.4091 24.8295C22.5947 25.1705 22.8504 25.4432 23.1761 25.6477C23.5019 25.8523 23.8712 25.9545 24.2841 25.9545Z\" fill=\"#FBFBFE\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-61f8043 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"61f8043\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_37_1304)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_37_1304\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-f896f30 e-con-full e-flex e-con e-child\" data-id=\"f896f30\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-db01728 elementor-widget elementor-widget-image-box\" data-id=\"db01728\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">Preferences and Inspiration Part. 1<\/h3><p className=\"elementor-image-box-description\">Choose the image that represents the style you associate your brand with the most.<br \/>\nNote: all of the images are for illustration purposes only.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-f85665f e-con-full e-grid e-con e-child\" data-id=\"f85665f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div className=\"elementor-element elementor-element-6477f3f e-con-full e-flex e-con e-child\" data-id=\"6477f3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div className=\"elementor-element elementor-element-52507c2 elementor-widget elementor-widget-image\" data-id=\"52507c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"224\" src=\"https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/WF-Image-Placeholder.png\" className=\"attachment-large size-large wp-image-2401\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-ac15e11 elementor-widget elementor-widget-image\" data-id=\"ac15e11\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"224\" src=\"https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/WF-Image-Placeholder-1.png\" className=\"attachment-large size-large wp-image-2400\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-83ff711 elementor-widget elementor-widget-image\" data-id=\"83ff711\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"224\" src=\"https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/WF-Image-Placeholder-2.png\" className=\"attachment-large size-large wp-image-2399\" 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 className=\"elementor-element elementor-element-18ead1c e-con-full e-flex e-con e-child\" data-id=\"18ead1c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-4901209 elementor-widget elementor-widget-mf-radio\" data-id=\"4901209\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-preferences&quot;,&quot;mf_input_list&quot;:[{&quot;mf_input_option_text&quot;:&quot;Simple \\\/ Minimal : &quot;,&quot;mf_input_option_value&quot;:&quot;value-1&quot;,&quot;_id&quot;:&quot;ae85f54&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Visual \\\/ Photographic&quot;,&quot;mf_input_option_value&quot;:&quot;Value-2&quot;,&quot;_id&quot;:&quot;21a1798&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Wordy \\\/ Content-first&quot;,&quot;mf_input_option_value&quot;:&quot;value-3&quot;,&quot;_id&quot;:&quot;ef78eec&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;}],&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-radio.default\">\n\t\t\t\t\t\t\r\n\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-radio-4901209\">\r\n\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t\t<span className=\"mf-input-required-indicator\">*<\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<div className=\"mf-radio multi-option-input-type\" id=\"mf-input-radio-4901209\">\r\n\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-preferences\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-1\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-preferences'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-1' === parent.getValue('mf-preferences')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Simple \/ Minimal : `) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-preferences\"\r\n\t\t\t\t\t\t\t\tvalue=\"Value-2\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-preferences'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'Value-2' === parent.getValue('mf-preferences')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Visual \/ Photographic`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-preferences\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-3\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-preferences'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-3' === parent.getValue('mf-preferences')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Wordy \/ Content-first`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-preferences\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"mf-preferences\" value=\"\" \/>\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-dc116eb e-con-full e-flex e-con e-child\" data-id=\"dc116eb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-0069852 elementor-widget elementor-widget-text-editor\" data-id=\"0069852\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>When to use: Clean, modern, conversion-focused brands.<br \/>Visual traits: White space, clean sans-serif typography, neutral palette.<\/p><p>Examples: SaaS landing page, consulting website.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-94ba28c elementor-widget elementor-widget-text-editor\" data-id=\"94ba28c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>When to use: When strong photos sell the product (restaurants, hotels, fashion).<br \/>Visual traits: Full-width images, gallery-style layouts, minimal text.<br \/>Examples: Restaurant hero with dishes, hotel hero with room photos.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-b37857e elementor-widget elementor-widget-text-editor\" data-id=\"b37857e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>When to use: Sites that need to explain a lot (legal, education, blogs).<br \/>Visual traits: Strong text hierarchy, long sections, content blocks.<br \/>Examples: Online academy, law firm with detailed information<\/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 className=\"elementor-element elementor-element-c7e5253 e-con-full e-flex e-con e-child\" data-id=\"c7e5253\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-54366a5 mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"54366a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-9b93741 mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"9b93741\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-6a652df e-flex e-con-boxed e-con e-parent\" data-id=\"6a652df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-7958279 e-con-full e-flex e-con e-child\" data-id=\"7958279\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-0e29e03 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"0e29e03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H25.2C29.6804 3.5 31.9206 3.5 33.6319 4.37195C35.1372 5.13893 36.3611 6.36278 37.1281 7.86808C38 9.57937 38 11.8196 38 16.3V23.7C38 28.1804 38 30.4206 37.1281 32.1319C36.3611 33.6372 35.1372 34.8611 33.6319 35.6281C31.9206 36.5 29.6804 36.5 25.2 36.5H18.8C14.3196 36.5 12.0794 36.5 10.3681 35.6281C8.86278 34.8611 7.63893 33.6372 6.87195 32.1319C6 30.4206 6 28.1804 6 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M25.2002 3.25C27.4361 3.25 29.1281 3.24937 30.4746 3.35938C31.824 3.46963 32.8484 3.69254 33.7451 4.14941C35.2975 4.94037 36.5596 6.20255 37.3506 7.75488C37.8075 8.65161 38.0304 9.67599 38.1406 11.0254C38.2506 12.3719 38.25 14.0639 38.25 16.2998V23.7002C38.25 25.9361 38.2506 27.6281 38.1406 28.9746C38.0304 30.324 37.8075 31.3484 37.3506 32.2451C36.5596 33.7975 35.2975 35.0596 33.7451 35.8506C32.8484 36.3075 31.824 36.5304 30.4746 36.6406C29.1281 36.7506 27.4361 36.75 25.2002 36.75H18.7998C16.5639 36.75 14.8719 36.7506 13.5254 36.6406C12.176 36.5304 11.1516 36.3075 10.2549 35.8506C8.70255 35.0596 7.44037 33.7975 6.64941 32.2451C6.19254 31.3484 5.96963 30.324 5.85938 28.9746C5.74937 27.6281 5.75 25.9361 5.75 23.7002V16.2998C5.75 14.0639 5.74937 12.3719 5.85938 11.0254C5.96963 9.67599 6.19254 8.65161 6.64941 7.75488C7.44037 6.20255 8.70255 4.94037 10.2549 4.14941C11.1516 3.69254 12.176 3.46963 13.5254 3.35938C14.8719 3.24937 16.5639 3.25 18.7998 3.25H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 25.5V14.252H23.72V25.5H21.576ZM19.368 16.14V14.252H23.56V16.14H19.368Z\" fill=\"#22125D\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-624b062 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"624b062\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"46\" viewBox=\"0 0 48 46\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V23.7C41 28.1804 41 30.4206 40.1281 32.1319C39.3611 33.6372 38.1372 34.8611 36.6319 35.6281C34.9206 36.5 32.6804 36.5 28.2 36.5H19.8C15.3196 36.5 13.0794 36.5 11.3681 35.6281C9.86278 34.8611 8.63893 33.6372 7.87195 32.1319C7 30.4206 7 28.1804 7 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V23.7002C41.25 25.9361 41.2506 27.6281 41.1406 28.9746C41.0304 30.324 40.8075 31.3484 40.3506 32.2451C39.5596 33.7975 38.2975 35.0596 36.7451 35.8506C35.8484 36.3075 34.824 36.5304 33.4746 36.6406C32.1281 36.7506 30.4361 36.75 28.2002 36.75H19.7998C17.5639 36.75 15.8719 36.7506 14.5254 36.6406C13.176 36.5304 12.1516 36.3075 11.2549 35.8506C9.70255 35.0596 8.44037 33.7975 7.64941 32.2451C7.19254 31.3484 6.96963 30.324 6.85938 28.9746C6.74937 27.6281 6.75 25.9361 6.75 23.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M19.416 24.252L23.656 19.82C23.9547 19.5 24.1947 19.2173 24.376 18.972C24.568 18.716 24.7067 18.476 24.792 18.252C24.8773 18.0173 24.92 17.7827 24.92 17.548C24.92 17.0787 24.7653 16.7107 24.456 16.444C24.1573 16.1773 23.768 16.044 23.288 16.044C22.7973 16.044 22.36 16.172 21.976 16.428C21.6027 16.684 21.2507 17.0893 20.92 17.644L19.432 16.38C19.88 15.6227 20.4347 15.052 21.096 14.668C21.768 14.2733 22.536 14.076 23.4 14.076C24.136 14.076 24.776 14.22 25.32 14.508C25.8747 14.796 26.3013 15.196 26.6 15.708C26.8987 16.22 27.048 16.8173 27.048 17.5C27.048 17.9587 26.9893 18.3747 26.872 18.748C26.7653 19.1213 26.5787 19.4947 26.312 19.868C26.056 20.2307 25.6987 20.6413 25.24 21.1L22.152 24.252H19.416ZM19.416 25.5V24.252L21.272 23.612H27.288V25.5H19.416Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-d1c4e77 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"d1c4e77\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.2102 26.6591C23.392 26.6591 22.6648 26.5189 22.0284 26.2386C21.3958 25.9583 20.8958 25.5682 20.5284 25.0682C20.161 24.5682 19.9659 23.9905 19.9432 23.3352H22.0795C22.0985 23.6496 22.2027 23.9242 22.392 24.1591C22.5814 24.3902 22.8333 24.5701 23.1477 24.6989C23.4621 24.8277 23.8144 24.892 24.2045 24.892C24.6212 24.892 24.9905 24.8201 25.3125 24.6761C25.6345 24.5284 25.8864 24.3239 26.0682 24.0625C26.25 23.8011 26.339 23.5 26.3352 23.1591C26.339 22.8068 26.2481 22.4962 26.0625 22.2273C25.8769 21.9583 25.608 21.7481 25.2557 21.5966C24.9072 21.4451 24.4867 21.3693 23.9943 21.3693H22.9659V19.7443H23.9943C24.3996 19.7443 24.7538 19.6742 25.0568 19.5341C25.3636 19.3939 25.6042 19.197 25.7784 18.9432C25.9527 18.6856 26.0379 18.3883 26.0341 18.0511C26.0379 17.7216 25.964 17.4356 25.8125 17.1932C25.6648 16.947 25.4545 16.7557 25.1818 16.6193C24.9129 16.483 24.5966 16.4148 24.233 16.4148C23.8769 16.4148 23.5473 16.4792 23.2443 16.608C22.9413 16.7367 22.697 16.9205 22.5114 17.1591C22.3258 17.3939 22.2273 17.6742 22.2159 18H20.1875C20.2027 17.3485 20.3902 16.7765 20.75 16.2841C21.1136 15.7879 21.5985 15.4015 22.2045 15.125C22.8106 14.8447 23.4905 14.7045 24.2443 14.7045C25.0208 14.7045 25.6951 14.8504 26.267 15.142C26.8428 15.4299 27.2879 15.8182 27.6023 16.3068C27.9167 16.7955 28.0739 17.3352 28.0739 17.9261C28.0777 18.5814 27.8845 19.1307 27.4943 19.5739C27.108 20.017 26.6004 20.3068 25.9716 20.4432V20.5341C26.7898 20.6477 27.4167 20.9508 27.8523 21.4432C28.2917 21.9318 28.5095 22.5398 28.5057 23.267C28.5057 23.9186 28.3201 24.5019 27.9489 25.017C27.5814 25.5284 27.0739 25.9299 26.4261 26.2216C25.7822 26.5133 25.0436 26.6591 24.2102 26.6591Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-7d71419 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"7d71419\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"46\" height=\"47\" viewBox=\"0 0 46 47\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H27.2C31.6804 3.5 33.9206 3.5 35.6319 4.37195C37.1372 5.13893 38.3611 6.36278 39.1281 7.86808C40 9.57937 40 11.8196 40 16.3V24.7C40 29.1804 40 31.4206 39.1281 33.1319C38.3611 34.6372 37.1372 35.8611 35.6319 36.6281C33.9206 37.5 31.6804 37.5 27.2 37.5H18.8C14.3196 37.5 12.0794 37.5 10.3681 36.6281C8.86278 35.8611 7.63893 34.6372 6.87195 33.1319C6 31.4206 6 29.1804 6 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M18.8239 24.3409V22.6648L23.7614 14.8636H25.1591V17.25H24.3068L20.983 22.517V22.608H27.875V24.3409H18.8239ZM24.375 26.5V23.8295L24.3977 23.0795V14.8636H26.3864V26.5H24.375Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-b892be2 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"b892be2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.0795 26.6591C23.322 26.6591 22.6439 26.517 22.0455 26.233C21.447 25.9451 20.9716 25.5511 20.6193 25.0511C20.2708 24.5511 20.0852 23.9792 20.0625 23.3352H22.108C22.1458 23.8125 22.3523 24.2027 22.7273 24.5057C23.1023 24.8049 23.553 24.9545 24.0795 24.9545C24.4924 24.9545 24.8598 24.8598 25.1818 24.6705C25.5038 24.4811 25.7576 24.2178 25.9432 23.8807C26.1288 23.5436 26.2197 23.1591 26.2159 22.7273C26.2197 22.2879 26.1269 21.8977 25.9375 21.5568C25.7481 21.2159 25.4886 20.9489 25.1591 20.7557C24.8295 20.5587 24.4508 20.4602 24.0227 20.4602C23.6742 20.4564 23.3314 20.5208 22.9943 20.6534C22.6572 20.786 22.3902 20.9602 22.1932 21.1761L20.2898 20.8636L20.8977 14.8636H27.6477V16.625H22.642L22.3068 19.7102H22.375C22.5909 19.4564 22.8958 19.2462 23.2898 19.0795C23.6837 18.9091 24.1155 18.8239 24.5852 18.8239C25.2898 18.8239 25.9186 18.9905 26.4716 19.3239C27.0246 19.6534 27.4602 20.108 27.7784 20.6875C28.0966 21.267 28.2557 21.9299 28.2557 22.6761C28.2557 23.4451 28.0777 24.1307 27.7216 24.733C27.3693 25.3314 26.8788 25.803 26.25 26.1477C25.625 26.4886 24.9015 26.6591 24.0795 26.6591Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-037c678 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"037c678\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"#1B0A57\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2955 27.6591C23.7386 27.6553 23.1951 27.5587 22.6648 27.3693C22.1345 27.1761 21.6572 26.8636 21.233 26.4318C20.8087 25.9962 20.4716 25.4186 20.2216 24.6989C19.9716 23.9754 19.8485 23.0795 19.8523 22.0114C19.8523 21.0152 19.9583 20.1269 20.1705 19.3466C20.3826 18.5663 20.6875 17.9072 21.0852 17.3693C21.483 16.8277 21.9621 16.4148 22.5227 16.1307C23.0871 15.8466 23.7178 15.7045 24.4148 15.7045C25.1458 15.7045 25.7936 15.8485 26.358 16.1364C26.9261 16.4242 27.3845 16.8182 27.733 17.3182C28.0814 17.8144 28.2973 18.375 28.3807 19H26.3068C26.2008 18.553 25.983 18.197 25.6534 17.9318C25.3277 17.6629 24.9148 17.5284 24.4148 17.5284C23.608 17.5284 22.9867 17.8788 22.5511 18.5795C22.1193 19.2803 21.9015 20.2424 21.8977 21.4659H21.9773C22.1629 21.1326 22.4034 20.8466 22.6989 20.608C22.9943 20.3693 23.3277 20.1856 23.6989 20.0568C24.0739 19.9242 24.4697 19.858 24.8864 19.858C25.5682 19.858 26.1799 20.0208 26.7216 20.3466C27.267 20.6723 27.6989 21.1212 28.017 21.6932C28.3352 22.2614 28.4924 22.9129 28.4886 23.6477C28.4924 24.4129 28.3182 25.1004 27.9659 25.7102C27.6136 26.3163 27.1231 26.7936 26.4943 27.142C25.8655 27.4905 25.1326 27.6629 24.2955 27.6591ZM24.2841 25.9545C24.697 25.9545 25.0663 25.8542 25.392 25.6534C25.7178 25.4527 25.9754 25.1818 26.1648 24.8409C26.3542 24.5 26.447 24.1174 26.4432 23.6932C26.447 23.2765 26.3561 22.8996 26.1705 22.5625C25.9886 22.2254 25.7367 21.9583 25.4148 21.7614C25.0928 21.5644 24.7254 21.4659 24.3125 21.4659C24.0057 21.4659 23.7197 21.5246 23.4545 21.642C23.1894 21.7595 22.9583 21.9223 22.7614 22.1307C22.5644 22.3352 22.4091 22.5739 22.2955 22.8466C22.1856 23.1155 22.1288 23.4034 22.125 23.7102C22.1288 24.1155 22.2235 24.4886 22.4091 24.8295C22.5947 25.1705 22.8504 25.4432 23.1761 25.6477C23.5019 25.8523 23.8712 25.9545 24.2841 25.9545Z\" fill=\"#FBFBFE\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-81dea87 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"81dea87\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_37_1304)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_37_1304\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-2cce2f5 e-con-full e-flex e-con e-child\" data-id=\"2cce2f5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-0879f34 elementor-widget elementor-widget-image-box\" data-id=\"0879f34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">Preferences and Inspiration Part. 1<\/h3><p className=\"elementor-image-box-description\">Choose the image that represents the style you associate your brand with the most.<br \/>\nNote: all of the images are for illustration purposes only.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-536b60e e-con-full e-grid e-con e-child\" data-id=\"536b60e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div className=\"elementor-element elementor-element-74f8505 e-con-full e-flex e-con e-child\" data-id=\"74f8505\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div className=\"elementor-element elementor-element-6bd3309 elementor-widget elementor-widget-image\" data-id=\"6bd3309\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"224\" src=\"https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/WF-Image-Placeholder-5.png\" className=\"attachment-large size-large wp-image-2409\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-7dc666c elementor-widget elementor-widget-image\" data-id=\"7dc666c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"224\" src=\"https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/WF-Image-Placeholder-4.png\" className=\"attachment-large size-large wp-image-2410\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-f66c99c elementor-widget elementor-widget-image\" data-id=\"f66c99c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"224\" src=\"https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/WF-Image-Placeholder-6.png\" className=\"attachment-large size-large wp-image-2411\" 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 className=\"elementor-element elementor-element-5e761fa e-con-full e-flex e-con e-child\" data-id=\"5e761fa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-baa1ec2 elementor-widget elementor-widget-mf-radio\" data-id=\"baa1ec2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-preferences-2&quot;,&quot;mf_input_list&quot;:[{&quot;mf_input_option_text&quot;:&quot;Editorial \\\/ Magazine&quot;,&quot;mf_input_option_value&quot;:&quot;value-1&quot;,&quot;_id&quot;:&quot;ae85f54&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Corporate&quot;,&quot;mf_input_option_value&quot;:&quot;Value-2&quot;,&quot;_id&quot;:&quot;21a1798&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Playful \\\/ Friendly&quot;,&quot;mf_input_option_value&quot;:&quot;value-3&quot;,&quot;_id&quot;:&quot;ef78eec&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;}],&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-radio.default\">\n\t\t\t\t\t\t\r\n\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-radio-baa1ec2\">\r\n\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t\t<span className=\"mf-input-required-indicator\">*<\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<div className=\"mf-radio multi-option-input-type\" id=\"mf-input-radio-baa1ec2\">\r\n\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-preferences-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-1\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-preferences-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-1' === parent.getValue('mf-preferences-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Editorial \/ Magazine`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-preferences-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"Value-2\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-preferences-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'Value-2' === parent.getValue('mf-preferences-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Corporate`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-preferences-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-3\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-preferences-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-3' === parent.getValue('mf-preferences-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Playful \/ Friendly`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-preferences-2\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"mf-preferences-2\" value=\"\" \/>\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-3ee955b e-con-full e-flex e-con e-child\" data-id=\"3ee955b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-4e6b959 elementor-widget elementor-widget-text-editor\" data-id=\"4e6b959\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>When to use: Lifestyle brands, blogs, content-rich sites.<br \/>Visual traits: Grid layouts, artistic typography, card-based posts.<br \/>Examples: Digital magazine, fashion blog.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-63b52c2 elementor-widget elementor-widget-text-editor\" data-id=\"63b52c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>When to use: Finance, insurance, B2B, services requiring trust.<br \/>Visual traits: Professional colors, clean sections, icons, formal layout. <br \/>Examples: Financial services, accounting firm.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-c21e61d elementor-widget elementor-widget-text-editor\" data-id=\"c21e61d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>When to use: Youth-oriented brands, fun products, casual apps.<br \/>Visual traits: Bright colors, illustrations, fun icons, rounded shapes.<br \/>Examples: Snack brand, youthful startup website.<\/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 className=\"elementor-element elementor-element-c994ccd e-con-full e-flex e-con e-child\" data-id=\"c994ccd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-0841900 mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"0841900\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-ab0a68d mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"ab0a68d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-0737410 e-flex e-con-boxed e-con e-parent\" data-id=\"0737410\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-f0a6c2b e-con-full e-flex e-con e-child\" data-id=\"f0a6c2b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-4985e57 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"4985e57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H25.2C29.6804 3.5 31.9206 3.5 33.6319 4.37195C35.1372 5.13893 36.3611 6.36278 37.1281 7.86808C38 9.57937 38 11.8196 38 16.3V23.7C38 28.1804 38 30.4206 37.1281 32.1319C36.3611 33.6372 35.1372 34.8611 33.6319 35.6281C31.9206 36.5 29.6804 36.5 25.2 36.5H18.8C14.3196 36.5 12.0794 36.5 10.3681 35.6281C8.86278 34.8611 7.63893 33.6372 6.87195 32.1319C6 30.4206 6 28.1804 6 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M25.2002 3.25C27.4361 3.25 29.1281 3.24937 30.4746 3.35938C31.824 3.46963 32.8484 3.69254 33.7451 4.14941C35.2975 4.94037 36.5596 6.20255 37.3506 7.75488C37.8075 8.65161 38.0304 9.67599 38.1406 11.0254C38.2506 12.3719 38.25 14.0639 38.25 16.2998V23.7002C38.25 25.9361 38.2506 27.6281 38.1406 28.9746C38.0304 30.324 37.8075 31.3484 37.3506 32.2451C36.5596 33.7975 35.2975 35.0596 33.7451 35.8506C32.8484 36.3075 31.824 36.5304 30.4746 36.6406C29.1281 36.7506 27.4361 36.75 25.2002 36.75H18.7998C16.5639 36.75 14.8719 36.7506 13.5254 36.6406C12.176 36.5304 11.1516 36.3075 10.2549 35.8506C8.70255 35.0596 7.44037 33.7975 6.64941 32.2451C6.19254 31.3484 5.96963 30.324 5.85938 28.9746C5.74937 27.6281 5.75 25.9361 5.75 23.7002V16.2998C5.75 14.0639 5.74937 12.3719 5.85938 11.0254C5.96963 9.67599 6.19254 8.65161 6.64941 7.75488C7.44037 6.20255 8.70255 4.94037 10.2549 4.14941C11.1516 3.69254 12.176 3.46963 13.5254 3.35938C14.8719 3.24937 16.5639 3.25 18.7998 3.25H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 25.5V14.252H23.72V25.5H21.576ZM19.368 16.14V14.252H23.56V16.14H19.368Z\" fill=\"#22125D\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-3604f91 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"3604f91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"46\" viewBox=\"0 0 48 46\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V23.7C41 28.1804 41 30.4206 40.1281 32.1319C39.3611 33.6372 38.1372 34.8611 36.6319 35.6281C34.9206 36.5 32.6804 36.5 28.2 36.5H19.8C15.3196 36.5 13.0794 36.5 11.3681 35.6281C9.86278 34.8611 8.63893 33.6372 7.87195 32.1319C7 30.4206 7 28.1804 7 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V23.7002C41.25 25.9361 41.2506 27.6281 41.1406 28.9746C41.0304 30.324 40.8075 31.3484 40.3506 32.2451C39.5596 33.7975 38.2975 35.0596 36.7451 35.8506C35.8484 36.3075 34.824 36.5304 33.4746 36.6406C32.1281 36.7506 30.4361 36.75 28.2002 36.75H19.7998C17.5639 36.75 15.8719 36.7506 14.5254 36.6406C13.176 36.5304 12.1516 36.3075 11.2549 35.8506C9.70255 35.0596 8.44037 33.7975 7.64941 32.2451C7.19254 31.3484 6.96963 30.324 6.85938 28.9746C6.74937 27.6281 6.75 25.9361 6.75 23.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M19.416 24.252L23.656 19.82C23.9547 19.5 24.1947 19.2173 24.376 18.972C24.568 18.716 24.7067 18.476 24.792 18.252C24.8773 18.0173 24.92 17.7827 24.92 17.548C24.92 17.0787 24.7653 16.7107 24.456 16.444C24.1573 16.1773 23.768 16.044 23.288 16.044C22.7973 16.044 22.36 16.172 21.976 16.428C21.6027 16.684 21.2507 17.0893 20.92 17.644L19.432 16.38C19.88 15.6227 20.4347 15.052 21.096 14.668C21.768 14.2733 22.536 14.076 23.4 14.076C24.136 14.076 24.776 14.22 25.32 14.508C25.8747 14.796 26.3013 15.196 26.6 15.708C26.8987 16.22 27.048 16.8173 27.048 17.5C27.048 17.9587 26.9893 18.3747 26.872 18.748C26.7653 19.1213 26.5787 19.4947 26.312 19.868C26.056 20.2307 25.6987 20.6413 25.24 21.1L22.152 24.252H19.416ZM19.416 25.5V24.252L21.272 23.612H27.288V25.5H19.416Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-6394883 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"6394883\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.2102 26.6591C23.392 26.6591 22.6648 26.5189 22.0284 26.2386C21.3958 25.9583 20.8958 25.5682 20.5284 25.0682C20.161 24.5682 19.9659 23.9905 19.9432 23.3352H22.0795C22.0985 23.6496 22.2027 23.9242 22.392 24.1591C22.5814 24.3902 22.8333 24.5701 23.1477 24.6989C23.4621 24.8277 23.8144 24.892 24.2045 24.892C24.6212 24.892 24.9905 24.8201 25.3125 24.6761C25.6345 24.5284 25.8864 24.3239 26.0682 24.0625C26.25 23.8011 26.339 23.5 26.3352 23.1591C26.339 22.8068 26.2481 22.4962 26.0625 22.2273C25.8769 21.9583 25.608 21.7481 25.2557 21.5966C24.9072 21.4451 24.4867 21.3693 23.9943 21.3693H22.9659V19.7443H23.9943C24.3996 19.7443 24.7538 19.6742 25.0568 19.5341C25.3636 19.3939 25.6042 19.197 25.7784 18.9432C25.9527 18.6856 26.0379 18.3883 26.0341 18.0511C26.0379 17.7216 25.964 17.4356 25.8125 17.1932C25.6648 16.947 25.4545 16.7557 25.1818 16.6193C24.9129 16.483 24.5966 16.4148 24.233 16.4148C23.8769 16.4148 23.5473 16.4792 23.2443 16.608C22.9413 16.7367 22.697 16.9205 22.5114 17.1591C22.3258 17.3939 22.2273 17.6742 22.2159 18H20.1875C20.2027 17.3485 20.3902 16.7765 20.75 16.2841C21.1136 15.7879 21.5985 15.4015 22.2045 15.125C22.8106 14.8447 23.4905 14.7045 24.2443 14.7045C25.0208 14.7045 25.6951 14.8504 26.267 15.142C26.8428 15.4299 27.2879 15.8182 27.6023 16.3068C27.9167 16.7955 28.0739 17.3352 28.0739 17.9261C28.0777 18.5814 27.8845 19.1307 27.4943 19.5739C27.108 20.017 26.6004 20.3068 25.9716 20.4432V20.5341C26.7898 20.6477 27.4167 20.9508 27.8523 21.4432C28.2917 21.9318 28.5095 22.5398 28.5057 23.267C28.5057 23.9186 28.3201 24.5019 27.9489 25.017C27.5814 25.5284 27.0739 25.9299 26.4261 26.2216C25.7822 26.5133 25.0436 26.6591 24.2102 26.6591Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-1afc5e9 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"1afc5e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"46\" height=\"47\" viewBox=\"0 0 46 47\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H27.2C31.6804 3.5 33.9206 3.5 35.6319 4.37195C37.1372 5.13893 38.3611 6.36278 39.1281 7.86808C40 9.57937 40 11.8196 40 16.3V24.7C40 29.1804 40 31.4206 39.1281 33.1319C38.3611 34.6372 37.1372 35.8611 35.6319 36.6281C33.9206 37.5 31.6804 37.5 27.2 37.5H18.8C14.3196 37.5 12.0794 37.5 10.3681 36.6281C8.86278 35.8611 7.63893 34.6372 6.87195 33.1319C6 31.4206 6 29.1804 6 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M18.8239 24.3409V22.6648L23.7614 14.8636H25.1591V17.25H24.3068L20.983 22.517V22.608H27.875V24.3409H18.8239ZM24.375 26.5V23.8295L24.3977 23.0795V14.8636H26.3864V26.5H24.375Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-6225ca3 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"6225ca3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.0795 26.6591C23.322 26.6591 22.6439 26.517 22.0455 26.233C21.447 25.9451 20.9716 25.5511 20.6193 25.0511C20.2708 24.5511 20.0852 23.9792 20.0625 23.3352H22.108C22.1458 23.8125 22.3523 24.2027 22.7273 24.5057C23.1023 24.8049 23.553 24.9545 24.0795 24.9545C24.4924 24.9545 24.8598 24.8598 25.1818 24.6705C25.5038 24.4811 25.7576 24.2178 25.9432 23.8807C26.1288 23.5436 26.2197 23.1591 26.2159 22.7273C26.2197 22.2879 26.1269 21.8977 25.9375 21.5568C25.7481 21.2159 25.4886 20.9489 25.1591 20.7557C24.8295 20.5587 24.4508 20.4602 24.0227 20.4602C23.6742 20.4564 23.3314 20.5208 22.9943 20.6534C22.6572 20.786 22.3902 20.9602 22.1932 21.1761L20.2898 20.8636L20.8977 14.8636H27.6477V16.625H22.642L22.3068 19.7102H22.375C22.5909 19.4564 22.8958 19.2462 23.2898 19.0795C23.6837 18.9091 24.1155 18.8239 24.5852 18.8239C25.2898 18.8239 25.9186 18.9905 26.4716 19.3239C27.0246 19.6534 27.4602 20.108 27.7784 20.6875C28.0966 21.267 28.2557 21.9299 28.2557 22.6761C28.2557 23.4451 28.0777 24.1307 27.7216 24.733C27.3693 25.3314 26.8788 25.803 26.25 26.1477C25.625 26.4886 24.9015 26.6591 24.0795 26.6591Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-933e83d elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"933e83d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"#1B0A57\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2955 27.6591C23.7386 27.6553 23.1951 27.5587 22.6648 27.3693C22.1345 27.1761 21.6572 26.8636 21.233 26.4318C20.8087 25.9962 20.4716 25.4186 20.2216 24.6989C19.9716 23.9754 19.8485 23.0795 19.8523 22.0114C19.8523 21.0152 19.9583 20.1269 20.1705 19.3466C20.3826 18.5663 20.6875 17.9072 21.0852 17.3693C21.483 16.8277 21.9621 16.4148 22.5227 16.1307C23.0871 15.8466 23.7178 15.7045 24.4148 15.7045C25.1458 15.7045 25.7936 15.8485 26.358 16.1364C26.9261 16.4242 27.3845 16.8182 27.733 17.3182C28.0814 17.8144 28.2973 18.375 28.3807 19H26.3068C26.2008 18.553 25.983 18.197 25.6534 17.9318C25.3277 17.6629 24.9148 17.5284 24.4148 17.5284C23.608 17.5284 22.9867 17.8788 22.5511 18.5795C22.1193 19.2803 21.9015 20.2424 21.8977 21.4659H21.9773C22.1629 21.1326 22.4034 20.8466 22.6989 20.608C22.9943 20.3693 23.3277 20.1856 23.6989 20.0568C24.0739 19.9242 24.4697 19.858 24.8864 19.858C25.5682 19.858 26.1799 20.0208 26.7216 20.3466C27.267 20.6723 27.6989 21.1212 28.017 21.6932C28.3352 22.2614 28.4924 22.9129 28.4886 23.6477C28.4924 24.4129 28.3182 25.1004 27.9659 25.7102C27.6136 26.3163 27.1231 26.7936 26.4943 27.142C25.8655 27.4905 25.1326 27.6629 24.2955 27.6591ZM24.2841 25.9545C24.697 25.9545 25.0663 25.8542 25.392 25.6534C25.7178 25.4527 25.9754 25.1818 26.1648 24.8409C26.3542 24.5 26.447 24.1174 26.4432 23.6932C26.447 23.2765 26.3561 22.8996 26.1705 22.5625C25.9886 22.2254 25.7367 21.9583 25.4148 21.7614C25.0928 21.5644 24.7254 21.4659 24.3125 21.4659C24.0057 21.4659 23.7197 21.5246 23.4545 21.642C23.1894 21.7595 22.9583 21.9223 22.7614 22.1307C22.5644 22.3352 22.4091 22.5739 22.2955 22.8466C22.1856 23.1155 22.1288 23.4034 22.125 23.7102C22.1288 24.1155 22.2235 24.4886 22.4091 24.8295C22.5947 25.1705 22.8504 25.4432 23.1761 25.6477C23.5019 25.8523 23.8712 25.9545 24.2841 25.9545Z\" fill=\"#FBFBFE\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-fcbd381 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"fcbd381\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_37_1304)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_37_1304\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-962f85f e-con-full e-flex e-con e-child\" data-id=\"962f85f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-a580999 elementor-widget elementor-widget-image-box\" data-id=\"a580999\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">Hosting<\/h3><p className=\"elementor-image-box-description\">Your website package covers the full design and build of your site, but the hosting, which keeps your website online 24\/7, is separate. Hosting is like the monthly phone plan that makes your phone work.\u2028The website is the device; the hosting is what makes it run online.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-7dbfaa9 e-con-full e-grid e-con e-child\" data-id=\"7dbfaa9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div className=\"elementor-element elementor-element-a29d14f e-con-full e-flex e-con e-child\" data-id=\"a29d14f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div className=\"elementor-element elementor-element-036f170 elementor-widget elementor-widget-image\" data-id=\"036f170\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"224\" src=\"https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/WF-Image-Placeholder-7.png\" className=\"attachment-large size-large wp-image-2415\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-05eff01 elementor-widget elementor-widget-image\" data-id=\"05eff01\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"224\" src=\"https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/WF-Image-Placeholder-8.png\" className=\"attachment-large size-large wp-image-2416\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-cb3fd79 elementor-widget elementor-widget-image\" data-id=\"cb3fd79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"224\" src=\"https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/WF-Image-Placeholder-9.png\" className=\"attachment-large size-large wp-image-2417\" alt=\"hire professional web designer\" \/>\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 className=\"elementor-element elementor-element-5d38632 e-con-full e-flex e-con e-child\" data-id=\"5d38632\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-6cfa09f elementor-widget elementor-widget-mf-radio\" data-id=\"6cfa09f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-preferences-3&quot;,&quot;mf_input_list&quot;:[{&quot;mf_input_option_text&quot;:&quot;Luxury \\\/ Premium&quot;,&quot;mf_input_option_value&quot;:&quot;value-1&quot;,&quot;_id&quot;:&quot;ae85f54&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Portfolio \\\/ Gallery&quot;,&quot;mf_input_option_value&quot;:&quot;Value-2&quot;,&quot;_id&quot;:&quot;21a1798&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Retro \\\/ Vintage&quot;,&quot;mf_input_option_value&quot;:&quot;value-3&quot;,&quot;_id&quot;:&quot;ef78eec&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;}],&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-radio.default\">\n\t\t\t\t\t\t\r\n\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-radio-6cfa09f\">\r\n\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t\t<span className=\"mf-input-required-indicator\">*<\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<div className=\"mf-radio multi-option-input-type\" id=\"mf-input-radio-6cfa09f\">\r\n\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-preferences-3\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-1\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-preferences-3'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-1' === parent.getValue('mf-preferences-3')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Luxury \/ Premium`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-preferences-3\"\r\n\t\t\t\t\t\t\t\tvalue=\"Value-2\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-preferences-3'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'Value-2' === parent.getValue('mf-preferences-3')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Portfolio \/ Gallery`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-preferences-3\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-3\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-preferences-3'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-3' === parent.getValue('mf-preferences-3')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Retro \/ Vintage`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-preferences-3\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"mf-preferences-3\" value=\"\" \/>\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-6c836cb e-con-full e-flex e-con e-child\" data-id=\"6c836cb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-05767a0 elementor-widget elementor-widget-text-editor\" data-id=\"05767a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>When to use: High-end brands (jewelry, spas, boutique hotels).<br \/>Visual traits: Elegant serif fonts, dark or gold accents, refined spacing.<br \/>Examples: Boutique hotel, premium cosmetics brand.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-7ec67e2 elementor-widget elementor-widget-text-editor\" data-id=\"7ec67e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>When to use: Creatives who need to showcase work.<br \/>Visual traits: Project grids, large visuals, minimal UI.<br \/>Examples: Photographer portfolio, design studio.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-91e04dd elementor-widget elementor-widget-text-editor\" data-id=\"91e04dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>When to use: Coffee shops, craft brands, nostalgic aesthetics.<br \/>Visual traits: Warm colors, textured backgrounds, old-school typography.<br \/>Examples: Vintage caf\u00e9, artisanal shop.<\/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 className=\"elementor-element elementor-element-8e0f76c e-con-full e-flex e-con e-child\" data-id=\"8e0f76c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-13842c1 mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"13842c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-06e23d3 mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"06e23d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-65cc5a4 e-flex e-con-boxed e-con e-parent\" data-id=\"65cc5a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-aa98337 e-con-full e-flex e-con e-child\" data-id=\"aa98337\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-6647cd5 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"6647cd5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H25.2C29.6804 3.5 31.9206 3.5 33.6319 4.37195C35.1372 5.13893 36.3611 6.36278 37.1281 7.86808C38 9.57937 38 11.8196 38 16.3V23.7C38 28.1804 38 30.4206 37.1281 32.1319C36.3611 33.6372 35.1372 34.8611 33.6319 35.6281C31.9206 36.5 29.6804 36.5 25.2 36.5H18.8C14.3196 36.5 12.0794 36.5 10.3681 35.6281C8.86278 34.8611 7.63893 33.6372 6.87195 32.1319C6 30.4206 6 28.1804 6 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M25.2002 3.25C27.4361 3.25 29.1281 3.24937 30.4746 3.35938C31.824 3.46963 32.8484 3.69254 33.7451 4.14941C35.2975 4.94037 36.5596 6.20255 37.3506 7.75488C37.8075 8.65161 38.0304 9.67599 38.1406 11.0254C38.2506 12.3719 38.25 14.0639 38.25 16.2998V23.7002C38.25 25.9361 38.2506 27.6281 38.1406 28.9746C38.0304 30.324 37.8075 31.3484 37.3506 32.2451C36.5596 33.7975 35.2975 35.0596 33.7451 35.8506C32.8484 36.3075 31.824 36.5304 30.4746 36.6406C29.1281 36.7506 27.4361 36.75 25.2002 36.75H18.7998C16.5639 36.75 14.8719 36.7506 13.5254 36.6406C12.176 36.5304 11.1516 36.3075 10.2549 35.8506C8.70255 35.0596 7.44037 33.7975 6.64941 32.2451C6.19254 31.3484 5.96963 30.324 5.85938 28.9746C5.74937 27.6281 5.75 25.9361 5.75 23.7002V16.2998C5.75 14.0639 5.74937 12.3719 5.85938 11.0254C5.96963 9.67599 6.19254 8.65161 6.64941 7.75488C7.44037 6.20255 8.70255 4.94037 10.2549 4.14941C11.1516 3.69254 12.176 3.46963 13.5254 3.35938C14.8719 3.24937 16.5639 3.25 18.7998 3.25H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 25.5V14.252H23.72V25.5H21.576ZM19.368 16.14V14.252H23.56V16.14H19.368Z\" fill=\"#22125D\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-88e8948 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"88e8948\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"46\" viewBox=\"0 0 48 46\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V23.7C41 28.1804 41 30.4206 40.1281 32.1319C39.3611 33.6372 38.1372 34.8611 36.6319 35.6281C34.9206 36.5 32.6804 36.5 28.2 36.5H19.8C15.3196 36.5 13.0794 36.5 11.3681 35.6281C9.86278 34.8611 8.63893 33.6372 7.87195 32.1319C7 30.4206 7 28.1804 7 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V23.7002C41.25 25.9361 41.2506 27.6281 41.1406 28.9746C41.0304 30.324 40.8075 31.3484 40.3506 32.2451C39.5596 33.7975 38.2975 35.0596 36.7451 35.8506C35.8484 36.3075 34.824 36.5304 33.4746 36.6406C32.1281 36.7506 30.4361 36.75 28.2002 36.75H19.7998C17.5639 36.75 15.8719 36.7506 14.5254 36.6406C13.176 36.5304 12.1516 36.3075 11.2549 35.8506C9.70255 35.0596 8.44037 33.7975 7.64941 32.2451C7.19254 31.3484 6.96963 30.324 6.85938 28.9746C6.74937 27.6281 6.75 25.9361 6.75 23.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M19.416 24.252L23.656 19.82C23.9547 19.5 24.1947 19.2173 24.376 18.972C24.568 18.716 24.7067 18.476 24.792 18.252C24.8773 18.0173 24.92 17.7827 24.92 17.548C24.92 17.0787 24.7653 16.7107 24.456 16.444C24.1573 16.1773 23.768 16.044 23.288 16.044C22.7973 16.044 22.36 16.172 21.976 16.428C21.6027 16.684 21.2507 17.0893 20.92 17.644L19.432 16.38C19.88 15.6227 20.4347 15.052 21.096 14.668C21.768 14.2733 22.536 14.076 23.4 14.076C24.136 14.076 24.776 14.22 25.32 14.508C25.8747 14.796 26.3013 15.196 26.6 15.708C26.8987 16.22 27.048 16.8173 27.048 17.5C27.048 17.9587 26.9893 18.3747 26.872 18.748C26.7653 19.1213 26.5787 19.4947 26.312 19.868C26.056 20.2307 25.6987 20.6413 25.24 21.1L22.152 24.252H19.416ZM19.416 25.5V24.252L21.272 23.612H27.288V25.5H19.416Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-935b98f elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"935b98f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.2102 26.6591C23.392 26.6591 22.6648 26.5189 22.0284 26.2386C21.3958 25.9583 20.8958 25.5682 20.5284 25.0682C20.161 24.5682 19.9659 23.9905 19.9432 23.3352H22.0795C22.0985 23.6496 22.2027 23.9242 22.392 24.1591C22.5814 24.3902 22.8333 24.5701 23.1477 24.6989C23.4621 24.8277 23.8144 24.892 24.2045 24.892C24.6212 24.892 24.9905 24.8201 25.3125 24.6761C25.6345 24.5284 25.8864 24.3239 26.0682 24.0625C26.25 23.8011 26.339 23.5 26.3352 23.1591C26.339 22.8068 26.2481 22.4962 26.0625 22.2273C25.8769 21.9583 25.608 21.7481 25.2557 21.5966C24.9072 21.4451 24.4867 21.3693 23.9943 21.3693H22.9659V19.7443H23.9943C24.3996 19.7443 24.7538 19.6742 25.0568 19.5341C25.3636 19.3939 25.6042 19.197 25.7784 18.9432C25.9527 18.6856 26.0379 18.3883 26.0341 18.0511C26.0379 17.7216 25.964 17.4356 25.8125 17.1932C25.6648 16.947 25.4545 16.7557 25.1818 16.6193C24.9129 16.483 24.5966 16.4148 24.233 16.4148C23.8769 16.4148 23.5473 16.4792 23.2443 16.608C22.9413 16.7367 22.697 16.9205 22.5114 17.1591C22.3258 17.3939 22.2273 17.6742 22.2159 18H20.1875C20.2027 17.3485 20.3902 16.7765 20.75 16.2841C21.1136 15.7879 21.5985 15.4015 22.2045 15.125C22.8106 14.8447 23.4905 14.7045 24.2443 14.7045C25.0208 14.7045 25.6951 14.8504 26.267 15.142C26.8428 15.4299 27.2879 15.8182 27.6023 16.3068C27.9167 16.7955 28.0739 17.3352 28.0739 17.9261C28.0777 18.5814 27.8845 19.1307 27.4943 19.5739C27.108 20.017 26.6004 20.3068 25.9716 20.4432V20.5341C26.7898 20.6477 27.4167 20.9508 27.8523 21.4432C28.2917 21.9318 28.5095 22.5398 28.5057 23.267C28.5057 23.9186 28.3201 24.5019 27.9489 25.017C27.5814 25.5284 27.0739 25.9299 26.4261 26.2216C25.7822 26.5133 25.0436 26.6591 24.2102 26.6591Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-c9176ba elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"c9176ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"46\" height=\"47\" viewBox=\"0 0 46 47\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H27.2C31.6804 3.5 33.9206 3.5 35.6319 4.37195C37.1372 5.13893 38.3611 6.36278 39.1281 7.86808C40 9.57937 40 11.8196 40 16.3V24.7C40 29.1804 40 31.4206 39.1281 33.1319C38.3611 34.6372 37.1372 35.8611 35.6319 36.6281C33.9206 37.5 31.6804 37.5 27.2 37.5H18.8C14.3196 37.5 12.0794 37.5 10.3681 36.6281C8.86278 35.8611 7.63893 34.6372 6.87195 33.1319C6 31.4206 6 29.1804 6 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M18.8239 24.3409V22.6648L23.7614 14.8636H25.1591V17.25H24.3068L20.983 22.517V22.608H27.875V24.3409H18.8239ZM24.375 26.5V23.8295L24.3977 23.0795V14.8636H26.3864V26.5H24.375Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-abff3de elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"abff3de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.0795 26.6591C23.322 26.6591 22.6439 26.517 22.0455 26.233C21.447 25.9451 20.9716 25.5511 20.6193 25.0511C20.2708 24.5511 20.0852 23.9792 20.0625 23.3352H22.108C22.1458 23.8125 22.3523 24.2027 22.7273 24.5057C23.1023 24.8049 23.553 24.9545 24.0795 24.9545C24.4924 24.9545 24.8598 24.8598 25.1818 24.6705C25.5038 24.4811 25.7576 24.2178 25.9432 23.8807C26.1288 23.5436 26.2197 23.1591 26.2159 22.7273C26.2197 22.2879 26.1269 21.8977 25.9375 21.5568C25.7481 21.2159 25.4886 20.9489 25.1591 20.7557C24.8295 20.5587 24.4508 20.4602 24.0227 20.4602C23.6742 20.4564 23.3314 20.5208 22.9943 20.6534C22.6572 20.786 22.3902 20.9602 22.1932 21.1761L20.2898 20.8636L20.8977 14.8636H27.6477V16.625H22.642L22.3068 19.7102H22.375C22.5909 19.4564 22.8958 19.2462 23.2898 19.0795C23.6837 18.9091 24.1155 18.8239 24.5852 18.8239C25.2898 18.8239 25.9186 18.9905 26.4716 19.3239C27.0246 19.6534 27.4602 20.108 27.7784 20.6875C28.0966 21.267 28.2557 21.9299 28.2557 22.6761C28.2557 23.4451 28.0777 24.1307 27.7216 24.733C27.3693 25.3314 26.8788 25.803 26.25 26.1477C25.625 26.4886 24.9015 26.6591 24.0795 26.6591Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-edff0f1 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"edff0f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"49\" viewBox=\"0 0 48 49\" fill=\"none\"><g><path d=\"M7 17.3C7 12.8196 7 10.5794 7.87195 8.86808C8.63893 7.36278 9.86278 6.13893 11.3681 5.37195C13.0794 4.5 15.3196 4.5 19.8 4.5H28.2C32.6804 4.5 34.9206 4.5 36.6319 5.37195C38.1372 6.13893 39.3611 7.36278 40.1281 8.86808C41 10.5794 41 12.8196 41 17.3V25.7C41 30.1804 41 32.4206 40.1281 34.1319C39.3611 35.6372 38.1372 36.8611 36.6319 37.6281C34.9206 38.5 32.6804 38.5 28.2 38.5H19.8C15.3196 38.5 13.0794 38.5 11.3681 37.6281C9.86278 36.8611 8.63893 35.6372 7.87195 34.1319C7 32.4206 7 30.1804 7 25.7V17.3Z\" fill=\"#1B0A57\"><\/path><path d=\"M28.2002 4C30.4321 4 32.1361 3.99931 33.4951 4.11035C34.8601 4.22187 35.9215 4.44888 36.8594 4.92676C38.4584 5.74161 39.7584 7.04163 40.5732 8.64062C41.0511 9.57851 41.2781 10.6399 41.3896 12.0049C41.5007 13.3639 41.5 15.0679 41.5 17.2998V25.7002C41.5 27.9321 41.5007 29.6361 41.3896 30.9951C41.2781 32.3601 41.0511 33.4215 40.5732 34.3594C39.7584 35.9584 38.4584 37.2584 36.8594 38.0732C35.9215 38.5511 34.8601 38.7781 33.4951 38.8896C32.1361 39.0007 30.4321 39 28.2002 39H19.7998C17.5679 39 15.8639 39.0007 14.5049 38.8896C13.1399 38.7781 12.0785 38.5511 11.1406 38.0732C9.54163 37.2584 8.24161 35.9584 7.42676 34.3594C6.94888 33.4215 6.72187 32.3601 6.61035 30.9951C6.49931 29.6361 6.5 27.9321 6.5 25.7002V17.2998C6.5 15.0679 6.49931 13.3639 6.61035 12.0049C6.72187 10.6399 6.94888 9.57851 7.42676 8.64062C8.24161 7.04163 9.54163 5.74161 11.1406 4.92676C12.0785 4.44888 13.1399 4.22187 14.5049 4.11035C15.8639 3.99931 17.5679 4 19.7998 4H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M24.2955 27.6591C23.7386 27.6553 23.1951 27.5587 22.6648 27.3693C22.1345 27.1761 21.6572 26.8636 21.233 26.4318C20.8087 25.9962 20.4716 25.4186 20.2216 24.6989C19.9716 23.9754 19.8485 23.0795 19.8523 22.0114C19.8523 21.0152 19.9583 20.1269 20.1705 19.3466C20.3826 18.5663 20.6875 17.9072 21.0852 17.3693C21.483 16.8277 21.9621 16.4148 22.5227 16.1307C23.0871 15.8466 23.7178 15.7045 24.4148 15.7045C25.1458 15.7045 25.7936 15.8485 26.358 16.1364C26.9261 16.4242 27.3845 16.8182 27.733 17.3182C28.0814 17.8144 28.2973 18.375 28.3807 19H26.3068C26.2008 18.553 25.983 18.197 25.6534 17.9318C25.3277 17.6629 24.9148 17.5284 24.4148 17.5284C23.608 17.5284 22.9867 17.8788 22.5511 18.5795C22.1193 19.2803 21.9015 20.2424 21.8977 21.4659H21.9773C22.1629 21.1326 22.4034 20.8466 22.6989 20.608C22.9943 20.3693 23.3277 20.1856 23.6989 20.0568C24.0739 19.9242 24.4697 19.858 24.8864 19.858C25.5682 19.858 26.1799 20.0208 26.7216 20.3466C27.267 20.6723 27.6989 21.1212 28.017 21.6932C28.3352 22.2614 28.4924 22.9129 28.4886 23.6477C28.4924 24.4129 28.3182 25.1004 27.9659 25.7102C27.6136 26.3163 27.1231 26.7936 26.4943 27.142C25.8655 27.4905 25.1326 27.6629 24.2955 27.6591ZM24.2841 25.9545C24.697 25.9545 25.0663 25.8542 25.392 25.6534C25.7178 25.4527 25.9754 25.1818 26.1648 24.8409C26.3542 24.5 26.447 24.1174 26.4432 23.6932C26.447 23.2765 26.3561 22.8996 26.1705 22.5625C25.9886 22.2254 25.7367 21.9583 25.4148 21.7614C25.0928 21.5644 24.7254 21.4659 24.3125 21.4659C24.0057 21.4659 23.7197 21.5246 23.4545 21.642C23.1894 21.7595 22.9583 21.9223 22.7614 22.1307C22.5644 22.3352 22.4091 22.5739 22.2955 22.8466C22.1856 23.1155 22.1288 23.4034 22.125 23.7102C22.1288 24.1155 22.2235 24.4886 22.4091 24.8295C22.5947 25.1705 22.8504 25.4432 23.1761 25.6477C23.5019 25.8523 23.8712 25.9545 24.2841 25.9545Z\" fill=\"#FBFBFE\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-7085336 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"7085336\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"url(#paint0_linear_37_1304)\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"#A0A3BD\"><\/path><\/g><defs><linearGradient id=\"paint0_linear_37_1304\" x1=\"24.6099\" y1=\"-38.4772\" x2=\"56.7203\" y2=\"20.5247\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"white\"><\/stop><stop offset=\"1\" stop-color=\"#FBFBFE\"><\/stop><\/linearGradient><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-44ab8a0 e-con-full e-flex e-con e-child\" data-id=\"44ab8a0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-6f20b527 elementor-widget elementor-widget-image-box\" data-id=\"6f20b527\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">Preferences and Inspiration Part. 2<\/h3><p className=\"elementor-image-box-description\">Whether you want a straightforward landing page or a full website, showing us a few examples helps us\u00a0understand your taste.  This way we can design something that fits your business perfectly.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-73acd27f elementor-widget elementor-widget-mf-text\" data-id=\"73acd27f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-refference&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-73acd27f\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Share a link of a website or image of a website you like: `) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-73acd27f\"\r\n\t\t\t\tname=\"mf-refference\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Link of website #1`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-refference'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-refference\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-65e99269 elementor-widget elementor-widget-mf-text\" data-id=\"65e99269\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-reason&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-65e99269\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Why do you like it? For example: High quality, elegant aesthetics, features or sections, Layout, Colors, simplicity and to the point. `) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-65e99269\"\r\n\t\t\t\tname=\"mf-reason\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`I love the layout, colors and use of their branding `) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-reason'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-reason\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-d140843 elementor-widget elementor-widget-mf-text\" data-id=\"d140843\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-secweb&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-d140843\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Share a link of a website or image of a website you like: `) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-d140843\"\r\n\t\t\t\tname=\"mf-secweb\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Link of website #2`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-secweb'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-secweb\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-3e7d238b elementor-widget elementor-widget-mf-text\" data-id=\"3e7d238b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-sec-reason&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-3e7d238b\">\r\n\t\t\t\t\t${ parent.decodeEntities(`Why do you like it? For example: High quality, elegant aesthetics, features or sections, Layout, Colors, simplicity and to the point.    `) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-3e7d238b\"\r\n\t\t\t\tname=\"mf-sec-reason\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`Link here`) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-sec-reason'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-sec-reason\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-dbb9d50 e-con-full e-flex e-con e-child\" data-id=\"dbb9d50\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-38168f5 mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"38168f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-ce64685 mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"ce64685\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-8a962a2 e-flex e-con-boxed e-con e-parent\" data-id=\"8a962a2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-01990e2 e-con-full e-flex e-con e-child\" data-id=\"01990e2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-636e9d9 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"636e9d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H25.2C29.6804 3.5 31.9206 3.5 33.6319 4.37195C35.1372 5.13893 36.3611 6.36278 37.1281 7.86808C38 9.57937 38 11.8196 38 16.3V23.7C38 28.1804 38 30.4206 37.1281 32.1319C36.3611 33.6372 35.1372 34.8611 33.6319 35.6281C31.9206 36.5 29.6804 36.5 25.2 36.5H18.8C14.3196 36.5 12.0794 36.5 10.3681 35.6281C8.86278 34.8611 7.63893 33.6372 6.87195 32.1319C6 30.4206 6 28.1804 6 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M25.2002 3.25C27.4361 3.25 29.1281 3.24937 30.4746 3.35938C31.824 3.46963 32.8484 3.69254 33.7451 4.14941C35.2975 4.94037 36.5596 6.20255 37.3506 7.75488C37.8075 8.65161 38.0304 9.67599 38.1406 11.0254C38.2506 12.3719 38.25 14.0639 38.25 16.2998V23.7002C38.25 25.9361 38.2506 27.6281 38.1406 28.9746C38.0304 30.324 37.8075 31.3484 37.3506 32.2451C36.5596 33.7975 35.2975 35.0596 33.7451 35.8506C32.8484 36.3075 31.824 36.5304 30.4746 36.6406C29.1281 36.7506 27.4361 36.75 25.2002 36.75H18.7998C16.5639 36.75 14.8719 36.7506 13.5254 36.6406C12.176 36.5304 11.1516 36.3075 10.2549 35.8506C8.70255 35.0596 7.44037 33.7975 6.64941 32.2451C6.19254 31.3484 5.96963 30.324 5.85938 28.9746C5.74937 27.6281 5.75 25.9361 5.75 23.7002V16.2998C5.75 14.0639 5.74937 12.3719 5.85938 11.0254C5.96963 9.67599 6.19254 8.65161 6.64941 7.75488C7.44037 6.20255 8.70255 4.94037 10.2549 4.14941C11.1516 3.69254 12.176 3.46963 13.5254 3.35938C14.8719 3.24937 16.5639 3.25 18.7998 3.25H25.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M21.576 25.5V14.252H23.72V25.5H21.576ZM19.368 16.14V14.252H23.56V16.14H19.368Z\" fill=\"#22125D\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 1\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCompany Overview\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-7a02103 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"7a02103\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"46\" viewBox=\"0 0 48 46\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V23.7C41 28.1804 41 30.4206 40.1281 32.1319C39.3611 33.6372 38.1372 34.8611 36.6319 35.6281C34.9206 36.5 32.6804 36.5 28.2 36.5H19.8C15.3196 36.5 13.0794 36.5 11.3681 35.6281C9.86278 34.8611 8.63893 33.6372 7.87195 32.1319C7 30.4206 7 28.1804 7 23.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V23.7002C41.25 25.9361 41.2506 27.6281 41.1406 28.9746C41.0304 30.324 40.8075 31.3484 40.3506 32.2451C39.5596 33.7975 38.2975 35.0596 36.7451 35.8506C35.8484 36.3075 34.824 36.5304 33.4746 36.6406C32.1281 36.7506 30.4361 36.75 28.2002 36.75H19.7998C17.5639 36.75 15.8719 36.7506 14.5254 36.6406C13.176 36.5304 12.1516 36.3075 11.2549 35.8506C9.70255 35.0596 8.44037 33.7975 7.64941 32.2451C7.19254 31.3484 6.96963 30.324 6.85938 28.9746C6.74937 27.6281 6.75 25.9361 6.75 23.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M19.416 24.252L23.656 19.82C23.9547 19.5 24.1947 19.2173 24.376 18.972C24.568 18.716 24.7067 18.476 24.792 18.252C24.8773 18.0173 24.92 17.7827 24.92 17.548C24.92 17.0787 24.7653 16.7107 24.456 16.444C24.1573 16.1773 23.768 16.044 23.288 16.044C22.7973 16.044 22.36 16.172 21.976 16.428C21.6027 16.684 21.2507 17.0893 20.92 17.644L19.432 16.38C19.88 15.6227 20.4347 15.052 21.096 14.668C21.768 14.2733 22.536 14.076 23.4 14.076C24.136 14.076 24.776 14.22 25.32 14.508C25.8747 14.796 26.3013 15.196 26.6 15.708C26.8987 16.22 27.048 16.8173 27.048 17.5C27.048 17.9587 26.9893 18.3747 26.872 18.748C26.7653 19.1213 26.5787 19.4947 26.312 19.868C26.056 20.2307 25.6987 20.6413 25.24 21.1L22.152 24.252H19.416ZM19.416 25.5V24.252L21.272 23.612H27.288V25.5H19.416Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 2\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBrand Assets\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-cb01c7a elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"cb01c7a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.2102 26.6591C23.392 26.6591 22.6648 26.5189 22.0284 26.2386C21.3958 25.9583 20.8958 25.5682 20.5284 25.0682C20.161 24.5682 19.9659 23.9905 19.9432 23.3352H22.0795C22.0985 23.6496 22.2027 23.9242 22.392 24.1591C22.5814 24.3902 22.8333 24.5701 23.1477 24.6989C23.4621 24.8277 23.8144 24.892 24.2045 24.892C24.6212 24.892 24.9905 24.8201 25.3125 24.6761C25.6345 24.5284 25.8864 24.3239 26.0682 24.0625C26.25 23.8011 26.339 23.5 26.3352 23.1591C26.339 22.8068 26.2481 22.4962 26.0625 22.2273C25.8769 21.9583 25.608 21.7481 25.2557 21.5966C24.9072 21.4451 24.4867 21.3693 23.9943 21.3693H22.9659V19.7443H23.9943C24.3996 19.7443 24.7538 19.6742 25.0568 19.5341C25.3636 19.3939 25.6042 19.197 25.7784 18.9432C25.9527 18.6856 26.0379 18.3883 26.0341 18.0511C26.0379 17.7216 25.964 17.4356 25.8125 17.1932C25.6648 16.947 25.4545 16.7557 25.1818 16.6193C24.9129 16.483 24.5966 16.4148 24.233 16.4148C23.8769 16.4148 23.5473 16.4792 23.2443 16.608C22.9413 16.7367 22.697 16.9205 22.5114 17.1591C22.3258 17.3939 22.2273 17.6742 22.2159 18H20.1875C20.2027 17.3485 20.3902 16.7765 20.75 16.2841C21.1136 15.7879 21.5985 15.4015 22.2045 15.125C22.8106 14.8447 23.4905 14.7045 24.2443 14.7045C25.0208 14.7045 25.6951 14.8504 26.267 15.142C26.8428 15.4299 27.2879 15.8182 27.6023 16.3068C27.9167 16.7955 28.0739 17.3352 28.0739 17.9261C28.0777 18.5814 27.8845 19.1307 27.4943 19.5739C27.108 20.017 26.6004 20.3068 25.9716 20.4432V20.5341C26.7898 20.6477 27.4167 20.9508 27.8523 21.4432C28.2917 21.9318 28.5095 22.5398 28.5057 23.267C28.5057 23.9186 28.3201 24.5019 27.9489 25.017C27.5814 25.5284 27.0739 25.9299 26.4261 26.2216C25.7822 26.5133 25.0436 26.6591 24.2102 26.6591Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 3\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOnline Presence\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-b82f4a1 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"b82f4a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"46\" height=\"47\" viewBox=\"0 0 46 47\" fill=\"none\"><g><path d=\"M6 16.3C6 11.8196 6 9.57937 6.87195 7.86808C7.63893 6.36278 8.86278 5.13893 10.3681 4.37195C12.0794 3.5 14.3196 3.5 18.8 3.5H27.2C31.6804 3.5 33.9206 3.5 35.6319 4.37195C37.1372 5.13893 38.3611 6.36278 39.1281 7.86808C40 9.57937 40 11.8196 40 16.3V24.7C40 29.1804 40 31.4206 39.1281 33.1319C38.3611 34.6372 37.1372 35.8611 35.6319 36.6281C33.9206 37.5 31.6804 37.5 27.2 37.5H18.8C14.3196 37.5 12.0794 37.5 10.3681 36.6281C8.86278 35.8611 7.63893 34.6372 6.87195 33.1319C6 31.4206 6 29.1804 6 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M18.8239 24.3409V22.6648L23.7614 14.8636H25.1591V17.25H24.3068L20.983 22.517V22.608H27.875V24.3409H18.8239ZM24.375 26.5V23.8295L24.3977 23.0795V14.8636H26.3864V26.5H24.375Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 4\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tBusiness Information\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-e717dd2 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"e717dd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"47\" viewBox=\"0 0 48 47\" fill=\"none\"><g><path d=\"M7 16.3C7 11.8196 7 9.57937 7.87195 7.86808C8.63893 6.36278 9.86278 5.13893 11.3681 4.37195C13.0794 3.5 15.3196 3.5 19.8 3.5H28.2C32.6804 3.5 34.9206 3.5 36.6319 4.37195C38.1372 5.13893 39.3611 6.36278 40.1281 7.86808C41 9.57937 41 11.8196 41 16.3V24.7C41 29.1804 41 31.4206 40.1281 33.1319C39.3611 34.6372 38.1372 35.8611 36.6319 36.6281C34.9206 37.5 32.6804 37.5 28.2 37.5H19.8C15.3196 37.5 13.0794 37.5 11.3681 36.6281C9.86278 35.8611 8.63893 34.6372 7.87195 33.1319C7 31.4206 7 29.1804 7 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M28.2002 3.25C30.4361 3.25 32.1281 3.24937 33.4746 3.35938C34.824 3.46963 35.8484 3.69254 36.7451 4.14941C38.2975 4.94037 39.5596 6.20255 40.3506 7.75488C40.8075 8.65161 41.0304 9.67599 41.1406 11.0254C41.2506 12.3719 41.25 14.0639 41.25 16.2998V24.7002C41.25 26.9361 41.2506 28.6281 41.1406 29.9746C41.0304 31.324 40.8075 32.3484 40.3506 33.2451C39.5596 34.7975 38.2975 36.0596 36.7451 36.8506C35.8484 37.3075 34.824 37.5304 33.4746 37.6406C32.1281 37.7506 30.4361 37.75 28.2002 37.75H19.7998C17.5639 37.75 15.8719 37.7506 14.5254 37.6406C13.176 37.5304 12.1516 37.3075 11.2549 36.8506C9.70255 36.0596 8.44037 34.7975 7.64941 33.2451C7.19254 32.3484 6.96963 31.324 6.85938 29.9746C6.74937 28.6281 6.75 26.9361 6.75 24.7002V16.2998C6.75 14.0639 6.74937 12.3719 6.85938 11.0254C6.96963 9.67599 7.19254 8.65161 7.64941 7.75488C8.44037 6.20255 9.70255 4.94037 11.2549 4.14941C12.1516 3.69254 13.176 3.46963 14.5254 3.35938C15.8719 3.24937 17.5639 3.25 19.7998 3.25H28.2002Z\" stroke=\"#D2CEFF\" stroke-width=\"0.5\"><\/path><path d=\"M24.0795 26.6591C23.322 26.6591 22.6439 26.517 22.0455 26.233C21.447 25.9451 20.9716 25.5511 20.6193 25.0511C20.2708 24.5511 20.0852 23.9792 20.0625 23.3352H22.108C22.1458 23.8125 22.3523 24.2027 22.7273 24.5057C23.1023 24.8049 23.553 24.9545 24.0795 24.9545C24.4924 24.9545 24.8598 24.8598 25.1818 24.6705C25.5038 24.4811 25.7576 24.2178 25.9432 23.8807C26.1288 23.5436 26.2197 23.1591 26.2159 22.7273C26.2197 22.2879 26.1269 21.8977 25.9375 21.5568C25.7481 21.2159 25.4886 20.9489 25.1591 20.7557C24.8295 20.5587 24.4508 20.4602 24.0227 20.4602C23.6742 20.4564 23.3314 20.5208 22.9943 20.6534C22.6572 20.786 22.3902 20.9602 22.1932 21.1761L20.2898 20.8636L20.8977 14.8636H27.6477V16.625H22.642L22.3068 19.7102H22.375C22.5909 19.4564 22.8958 19.2462 23.2898 19.0795C23.6837 18.9091 24.1155 18.8239 24.5852 18.8239C25.2898 18.8239 25.9186 18.9905 26.4716 19.3239C27.0246 19.6534 27.4602 20.108 27.7784 20.6875C28.0966 21.267 28.2557 21.9299 28.2557 22.6761C28.2557 23.4451 28.0777 24.1307 27.7216 24.733C27.3693 25.3314 26.8788 25.803 26.25 26.1477C25.625 26.4886 24.9015 26.6591 24.0795 26.6591Z\" fill=\"#23135E\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 5\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContent And Media\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-3ddd08c elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"3ddd08c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"47\" height=\"47\" viewBox=\"0 0 47 47\" fill=\"none\"><g><path d=\"M6.5 16.3C6.5 11.8196 6.5 9.57937 7.37195 7.86808C8.13893 6.36278 9.36278 5.13893 10.8681 4.37195C12.5794 3.5 14.8196 3.5 19.3 3.5H27.7C32.1804 3.5 34.4206 3.5 36.1319 4.37195C37.6372 5.13893 38.8611 6.36278 39.6281 7.86808C40.5 9.57937 40.5 11.8196 40.5 16.3V24.7C40.5 29.1804 40.5 31.4206 39.6281 33.1319C38.8611 34.6372 37.6372 35.8611 36.1319 36.6281C34.4206 37.5 32.1804 37.5 27.7 37.5H19.3C14.8196 37.5 12.5794 37.5 10.8681 36.6281C9.36278 35.8611 8.13893 34.6372 7.37195 33.1319C6.5 31.4206 6.5 29.1804 6.5 24.7V16.3Z\" fill=\"#CDEA50\"><\/path><path d=\"M27.7002 3.25C29.9361 3.25 31.6281 3.24937 32.9746 3.35938C34.324 3.46963 35.3484 3.69254 36.2451 4.14941C37.7975 4.94037 39.0596 6.20255 39.8506 7.75488C40.3075 8.65161 40.5304 9.67599 40.6406 11.0254C40.7506 12.3719 40.75 14.0639 40.75 16.2998V24.7002C40.75 26.9361 40.7506 28.6281 40.6406 29.9746C40.5304 31.324 40.3075 32.3484 39.8506 33.2451C39.0596 34.7975 37.7975 36.0596 36.2451 36.8506C35.3484 37.3075 34.324 37.5304 32.9746 37.6406C31.6281 37.7506 29.9361 37.75 27.7002 37.75H19.2998C17.0639 37.75 15.3719 37.7506 14.0254 37.6406C12.676 37.5304 11.6516 37.3075 10.7549 36.8506C9.20255 36.0596 7.94037 34.7975 7.14941 33.2451C6.69254 32.3484 6.46963 31.324 6.35938 29.9746C6.24937 28.6281 6.25 26.9361 6.25 24.7002V16.2998C6.25 14.0639 6.24937 12.3719 6.35938 11.0254C6.46963 9.67599 6.69254 8.65161 7.14941 7.75488C7.94037 6.20255 9.20255 4.94037 10.7549 4.14941C11.6516 3.69254 12.676 3.46963 14.0254 3.35938C15.3719 3.24937 17.0639 3.25 19.2998 3.25H27.7002Z\" stroke=\"#D3D0F8\" stroke-width=\"0.5\"><\/path><path d=\"M23.7955 26.6591C23.2386 26.6553 22.6951 26.5587 22.1648 26.3693C21.6345 26.1761 21.1572 25.8636 20.733 25.4318C20.3087 24.9962 19.9716 24.4186 19.7216 23.6989C19.4716 22.9754 19.3485 22.0795 19.3523 21.0114C19.3523 20.0152 19.4583 19.1269 19.6705 18.3466C19.8826 17.5663 20.1875 16.9072 20.5852 16.3693C20.983 15.8277 21.4621 15.4148 22.0227 15.1307C22.5871 14.8466 23.2178 14.7045 23.9148 14.7045C24.6458 14.7045 25.2936 14.8485 25.858 15.1364C26.4261 15.4242 26.8845 15.8182 27.233 16.3182C27.5814 16.8144 27.7973 17.375 27.8807 18H25.8068C25.7008 17.553 25.483 17.197 25.1534 16.9318C24.8277 16.6629 24.4148 16.5284 23.9148 16.5284C23.108 16.5284 22.4867 16.8788 22.0511 17.5795C21.6193 18.2803 21.4015 19.2424 21.3977 20.4659H21.4773C21.6629 20.1326 21.9034 19.8466 22.1989 19.608C22.4943 19.3693 22.8277 19.1856 23.1989 19.0568C23.5739 18.9242 23.9697 18.858 24.3864 18.858C25.0682 18.858 25.6799 19.0208 26.2216 19.3466C26.767 19.6723 27.1989 20.1212 27.517 20.6932C27.8352 21.2614 27.9924 21.9129 27.9886 22.6477C27.9924 23.4129 27.8182 24.1004 27.4659 24.7102C27.1136 25.3163 26.6231 25.7936 25.9943 26.142C25.3655 26.4905 24.6326 26.6629 23.7955 26.6591ZM23.7841 24.9545C24.197 24.9545 24.5663 24.8542 24.892 24.6534C25.2178 24.4527 25.4754 24.1818 25.6648 23.8409C25.8542 23.5 25.947 23.1174 25.9432 22.6932C25.947 22.2765 25.8561 21.8996 25.6705 21.5625C25.4886 21.2254 25.2367 20.9583 24.9148 20.7614C24.5928 20.5644 24.2254 20.4659 23.8125 20.4659C23.5057 20.4659 23.2197 20.5246 22.9545 20.642C22.6894 20.7595 22.4583 20.9223 22.2614 21.1307C22.0644 21.3352 21.9091 21.5739 21.7955 21.8466C21.6856 22.1155 21.6288 22.4034 21.625 22.7102C21.6288 23.1155 21.7235 23.4886 21.9091 23.8295C22.0947 24.1705 22.3504 24.4432 22.6761 24.6477C23.0019 24.8523 23.3712 24.9545 23.7841 24.9545Z\" fill=\"#170F49\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 6\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPreferences And Inspiration\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-59e5e10 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"59e5e10\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div className=\"elementor-icon-box-icon\">\n\t\t\t\t<span  className=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\"><g><path d=\"M7 16.8C7 12.3196 7 10.0794 7.87195 8.36808C8.63893 6.86278 9.86278 5.63893 11.3681 4.87195C13.0794 4 15.3196 4 19.8 4H28.2C32.6804 4 34.9206 4 36.6319 4.87195C38.1372 5.63893 39.3611 6.86278 40.1281 8.36808C41 10.0794 41 12.3196 41 16.8V25.2C41 29.6804 41 31.9206 40.1281 33.6319C39.3611 35.1372 38.1372 36.3611 36.6319 37.1281C34.9206 38 32.6804 38 28.2 38H19.8C15.3196 38 13.0794 38 11.3681 37.1281C9.86278 36.3611 8.63893 35.1372 7.87195 33.6319C7 31.9206 7 29.6804 7 25.2V16.8Z\" fill=\"#1B0A57\"><\/path><path d=\"M28.2002 3.5C30.4321 3.5 32.1361 3.49931 33.4951 3.61035C34.8601 3.72187 35.9215 3.94888 36.8594 4.42676C38.4584 5.24161 39.7584 6.54163 40.5732 8.14062C41.0511 9.07851 41.2781 10.1399 41.3896 11.5049C41.5007 12.8639 41.5 14.5679 41.5 16.7998V25.2002C41.5 27.4321 41.5007 29.1361 41.3896 30.4951C41.2781 31.8601 41.0511 32.9215 40.5732 33.8594C39.7584 35.4584 38.4584 36.7584 36.8594 37.5732C35.9215 38.0511 34.8601 38.2781 33.4951 38.3896C32.1361 38.5007 30.4321 38.5 28.2002 38.5H19.7998C17.5679 38.5 15.8639 38.5007 14.5049 38.3896C13.1399 38.2781 12.0785 38.0511 11.1406 37.5732C9.54163 36.7584 8.24161 35.4584 7.42676 33.8594C6.94888 32.9215 6.72187 31.8601 6.61035 30.4951C6.49931 29.1361 6.5 27.4321 6.5 25.2002V16.7998C6.5 14.5679 6.49931 12.8639 6.61035 11.5049C6.72187 10.1399 6.94888 9.07851 7.42676 8.14062C8.24161 6.54163 9.54163 5.24161 11.1406 4.42676C12.0785 3.94888 13.1399 3.72187 14.5049 3.61035C15.8639 3.49931 17.5679 3.5 19.7998 3.5H28.2002Z\" stroke=\"#F1F2F9\"><\/path><path d=\"M20.4602 27L25.4091 17.2045V17.125H19.6648V15.3636H27.5909V17.1648L22.6477 27H20.4602Z\" fill=\"white\"><\/path><\/g><defs><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div className=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 className=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSTEP 7\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p className=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHosting\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-4d6ebc5 e-con-full e-flex e-con e-child\" data-id=\"4d6ebc5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-1d9a3e1 elementor-widget elementor-widget-image-box\" data-id=\"1d9a3e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">Preferences and Inspiration Part. 1<\/h3><p className=\"elementor-image-box-description\">Choose the image that represents the style you associate your brand with the most.<br \/>\nNote: all of the images are for illustration purposes only.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-8d37f62 elementor-widget elementor-widget-text-editor\" data-id=\"8d37f62\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>You have options on how to proceed with deciding on your hosting. Choose the one that best fits your needs<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-7e490ae elementor-widget elementor-widget-mf-radio\" data-id=\"7e490ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-preferences-2&quot;,&quot;mf_input_list&quot;:[{&quot;mf_input_option_text&quot;:&quot;Use your own hosting A:  If you already have hosting and it\\u2019s fully set up (domain connected, panel ready), we connect your website for free \\u2014 it\\u2019s included.&quot;,&quot;mf_input_option_value&quot;:&quot;value-1&quot;,&quot;_id&quot;:&quot;ae85f54&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Use your own hosting B:  If your hosting needs technical setup (DNS, SSL, domain configuration), there\\u2019s a small one-time configuration fee of $30\\u2013$50 \\u2014 just to cover dev time.&quot;,&quot;mf_input_option_value&quot;:&quot;Value-2&quot;,&quot;_id&quot;:&quot;21a1798&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Use our hosting. Basic Hosting Package $24.99\\\/ mo (min 1-year commitment)&quot;,&quot;mf_input_option_value&quot;:&quot;value-3&quot;,&quot;_id&quot;:&quot;ef78eec&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;Use our hosting. Essential TurboCare Package $99.99\\\/ mo (Cancel at any time, no questions asked)&quot;,&quot;mf_input_option_value&quot;:&quot;value-4&quot;,&quot;_id&quot;:&quot;4cf7ad4&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;},{&quot;mf_input_option_text&quot;:&quot;I need to review my options and will get back to you in 24-48 hrs max.&quot;,&quot;mf_input_option_value&quot;:&quot;value-5&quot;,&quot;_id&quot;:&quot;e818925&quot;,&quot;mf_input_option_status&quot;:&quot;&quot;,&quot;mf_input_option_selected&quot;:&quot;&quot;}],&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-radio.default\">\n\t\t\t\t\t\t\r\n\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-radio-7e490ae\">\r\n\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t\t<span className=\"mf-input-required-indicator\">*<\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<div className=\"mf-radio multi-option-input-type\" id=\"mf-input-radio-7e490ae\">\r\n\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-preferences-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-1\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-preferences-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-1' === parent.getValue('mf-preferences-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Use your own hosting A:  If you already have hosting and it\u2019s fully set up (domain connected, panel ready), we connect your website for free \u2014 it\u2019s included.`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-preferences-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"Value-2\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-preferences-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'Value-2' === parent.getValue('mf-preferences-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Use your own hosting B:  If your hosting needs technical setup (DNS, SSL, domain configuration), there\u2019s a small one-time configuration fee of $30\u2013$50 \u2014 just to cover dev time.`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-preferences-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-3\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-preferences-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-3' === parent.getValue('mf-preferences-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Use our hosting. Basic Hosting Package $24.99\/ mo (min 1-year commitment)`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-preferences-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-4\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-preferences-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-4' === parent.getValue('mf-preferences-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`Use our hosting. Essential TurboCare Package $99.99\/ mo (Cancel at any time, no questions asked)`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div className=\"mf-radio-option \">\r\n\t\t\t\t\t\t<label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input\r\n\t\t\t\t\t\t\t\ttype=\"radio\"\r\n\t\t\t\t\t\t\t\tclassName=\"mf-input mf-radio-input \"\r\n\t\t\t\t\t\t\t\tname=\"mf-preferences-2\"\r\n\t\t\t\t\t\t\t\tvalue=\"value-5\"\r\n\t\t\t\t\t\t\t\tdata-checked=\"\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonChange=${ parent.handleChange }\r\n\t\t\t\t\t\t\t\t\taria-invalid=${validation.errors['mf-preferences-2'] ? 'true' : 'false'}\r\n\t\t\t\t\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tparent.handleRadioDefault(el);\r\n\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"required\":true}, el)\r\n\t\t\t\t\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\tchecked=${'value-5' === parent.getValue('mf-preferences-2')}\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t<span>\r\n\t\t\t\t\t\t\t\t${ parent.decodeEntities(`I need to review my options and will get back to you in 24-48 hrs max.`) } \t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t<\/label>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-preferences-2\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"mf-preferences-2\" value=\"\" \/>\r\n\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-830a4fa elementor-widget elementor-widget-text-editor\" data-id=\"830a4fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>See complete info on our packages here:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-dcf4240 elementor-widget elementor-widget-button\" data-id=\"dcf4240\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a className=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/turbowebsites.com\/pricing-plans\/\">\n\t\t\t\t\t\t<span className=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span className=\"elementor-button-text\">Turbo Websites Hosting<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-96240e4 e-con-full e-flex e-con e-child\" data-id=\"96240e4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-f655355 mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"f655355\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-5e93127 mf-btn--right elementor-widget elementor-widget-mf-next-step\" data-id=\"5e93127\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-next-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-next-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"next\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t${ parent.decodeEntities(`Continue`) } \t\t\t\t<\/button>\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-b17edd9 e-flex e-con-boxed e-con e-parent\" data-id=\"b17edd9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-dc9fecb e-con-full e-flex e-con e-child\" data-id=\"dc9fecb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div className=\"elementor-element elementor-element-64b5da1 e-con-full e-flex e-con e-child\" data-id=\"64b5da1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-c6a5713 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"c6a5713\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div className=\"elementor-icon-wrapper\">\n\t\t\t<div className=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"62\" height=\"54\" viewBox=\"0 0 62 54\" fill=\"none\"><path d=\"M32.7935 53.7066C32.7935 53.7066 29.9402 36.7337 26.4185 33.2772C22.8967 29.8207 5.79345 27.2935 5.79345 27.2935C5.79345 27.2935 22.7663 24.4402 26.2228 20.9185C29.6793 17.3968 32.2065 0.293479 32.2065 0.293479C32.2065 0.293479 35.0598 17.2663 38.5815 20.7228C42.1033 24.1794 59.2066 26.7066 59.2066 26.7066C59.2066 26.7066 42.2337 29.5598 38.7772 33.0816C35.3207 36.6033 32.7935 53.7066 32.7935 53.7066Z\" fill=\"#23135E\"><\/path><path d=\"M7.07609 23.8712C7.07609 23.8712 6.33635 18.7863 5.4233 17.7508C4.51026 16.7152 0.0760579 15.9581 0.0760579 15.9581C0.0760579 15.9581 4.47644 15.1033 5.37258 14.0482C6.26872 12.9931 6.92391 7.86917 6.92391 7.86917C6.92391 7.86917 7.66365 12.9541 8.5767 13.9896C9.48975 15.0251 13.9239 15.7822 13.9239 15.7822C13.9239 15.7822 9.52356 16.6371 8.62742 17.6921C7.73128 18.7472 7.07609 23.8712 7.07609 23.8712Z\" fill=\"#170F49\"><\/path><path d=\"M57.0489 41.2966C57.0489 41.2966 56.5734 38.0278 55.9864 37.3621C55.3995 36.6964 52.5489 36.2097 52.5489 36.2097C52.5489 36.2097 55.3777 35.6601 55.9538 34.9819C56.5299 34.3036 56.9511 31.0096 56.9511 31.0096C56.9511 31.0096 57.4266 34.2785 58.0136 34.9442C58.6005 35.6099 61.4511 36.0966 61.4511 36.0966C61.4511 36.0966 58.6223 36.6461 58.0462 37.3244C57.4701 38.0027 57.0489 41.2966 57.0489 41.2966Z\" fill=\"#1B0A57\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-714ed81d elementor-widget elementor-widget-image-box\" data-id=\"714ed81d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div className=\"elementor-image-box-wrapper\"><div className=\"elementor-image-box-content\"><h3 className=\"elementor-image-box-title\">You are almost done<\/h3><p className=\"elementor-image-box-description\">Thank you for taking the first step towards launching your website.\nFrom here, we\u2019ll build on the story you\u2019ve shared and bring it to life online.\u2028<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-8ae6d88 elementor-widget elementor-widget-mf-text\" data-id=\"8ae6d88\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mf_input_name&quot;:&quot;mf-message&quot;,&quot;mf_input_get_params_enable&quot;:&quot;no&quot;}\" data-widget_type=\"mf-text.default\">\n\t\t\t\t\t\r\n\t\t<div className=\"mf-input-wrapper\">\r\n\t\t\t\t\t\t\t<label className=\"mf-input-label\" htmlFor=\"mf-input-text-8ae6d88\">\r\n\t\t\t\t\t${ parent.decodeEntities(`but first, is there something else you would like us to know?`) } \t\t\t\t\t<span className=\"mf-input-required-indicator\"><\/span>\r\n\t\t\t\t<\/label>\r\n\t\t\t\r\n\t\t\t<input\r\n\t\t\t\ttype=\"text\"\r\n\t\t\t\tclassName=\"mf-input \"\r\n\t\t\t\tid=\"mf-input-text-8ae6d88\"\r\n\t\t\t\tname=\"mf-message\"\r\n\t\t\t\tplaceholder=\"${ parent.decodeEntities(`I would like special emphasis con my brands history\/ about me section. `) } \"\r\n\t\t\t\t\t\t\t\t\tonInput=${parent.handleChange}\r\n\t\t\t\t\tonBlur=${parent.handleChange}\r\n\t\t\t\t\taria-invalid=${validation.errors['mf-message'] ? 'true' : 'false'}\r\n\t\t\t\t\tref=${el =>{\r\n\t\t\t\t\t\t\t\t\t\t\t\tparent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\r\n\t\t\t\t\t}}\r\n\t\t\t\t\t\t\t\t\/>\r\n\r\n\t\t\t\t\t\t\t<${validation.ErrorMessage}\r\n\t\t\t\t\terrors=${validation.errors}\r\n\t\t\t\t\tname=\"mf-message\"\r\n\t\t\t\t\tas=${html`<span className=\"mf-error-message\"><\/span>`}\r\n\t\t\t\t\t\/>\r\n\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-2776a51 elementor-widget elementor-widget-mf-recaptcha\" data-id=\"2776a51\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-recaptcha.default\">\n\t\t\t\t\t\t\t<div className=\"mf-input-wrapper\">\n\t\t\t\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName=\"g-recaptcha \"\n\t\t\t\t\t\tid=\"g-recaptcha\"\n\t\t\t\t\t\tdata-sitekey=\"6LeHtRYsAAAAAOst-F4udb_YarTk0jCYsJonmWvo\"\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata-callback=\"handleReCAPTCHA_${this.state.recaptcha_uid}\"\n\t\t\t\t\t\t\tdata-expired-callback=\"handleReCAPTCHA_${this.state.recaptcha_uid}\"\n\t\t\t\t\t\t\tdata-error-callback=\"handleReCAPTCHA_${this.state.recaptcha_uid}\"\n\t\t\t\t\t\t\taria-invalid=${validation.errors['g-recaptcha-response'] ? 'true' : 'false'}\n\t\t\t\t\t\t\t\t\t\t\t\t><\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<input type=\"hidden\"\n\t\t\t\t\t\t\tname=\"g-recaptcha-response\"\n\t\t\t\t\t\t\tclassName=\"mf-input mf-mobile-hidden\"\n\t\t\t\t\t\t\tvalue=${parent.getValue('g-recaptcha-response')}\n\t\t\t\t\t\t\tref=${el => parent.activateValidation({\"message\":\"reCAPTCHA is required.\",\"required\":true}, el)}\n\t\t\t\t\t\t\t\/>\n\n\t\t\t\t\t\t<${validation.ErrorMessage} errors=${validation.errors} name=\"g-recaptcha-response\" as=${html`<span className=\"mf-error-message\"><\/span>`} \/>\n\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t<div className=\"elementor-element elementor-element-cd78d54 e-con-full e-flex e-con e-child\" data-id=\"cd78d54\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;metform_multistep_settings_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;}}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-138a904 mf-btn--center elementor-widget elementor-widget-mf-prev-step\" data-id=\"138a904\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-prev-step.default\">\n\t\t\t\t<div className=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \">\n\t\t\t\t\t\t\t<button type=\"button\"\n\t\t\t\t\t\tclassName=\"metform-btn metfrom-prev-step \"\n\t\t\t\t\t\t\t\t\t\t\t\tdata-direction=\"prev\"\n\t\t\t\t\t\t\t\t\t\t\t\tonClick=${ parent.handleMultiStepBtns }\n\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t<svg aria-hidden=\"true\" className=\"e-font-icon-svg e-far-arrow-alt-circle-left\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"><\/path><\/svg>\t\t\t\t\t${ parent.decodeEntities(``) } \t\t\t\t<\/button>\n\t\t\t\t        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-4b011ca mf-btn--right elementor-widget elementor-widget-mf-button\" data-id=\"4b011ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mf-button.default\">\n\t\t\t\t\t\t\t<div className=\"mf-btn-wraper \" data-mf-form-conditional-logic-requirement=\"\">\r\n\t\t\t\t\t\t\t<button type=\"submit\" className=\"metform-btn metform-submit-btn \" id=\"\">\r\n\t\t\t\t\t<span>${ parent.decodeEntities(`Submit`) } <\/span>\r\n\t\t\t\t<\/button>\r\n\t\t\t        <\/div>\r\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 className=\"elementor-element elementor-element-93b5a71 metform-thankyou e-flex e-con-boxed e-con e-parent\" data-id=\"93b5a71\" data-element_type=\"container\" data-e-type=\"container\" id=\"metform-thankyou\">\n\t\t\t\t\t<div className=\"e-con-inner\">\n\t\t<div className=\"elementor-element elementor-element-6a669c3 e-con-full e-flex e-con e-child\" data-id=\"6a669c3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div className=\"elementor-element elementor-element-f3a1041 e-con-full e-flex e-con e-child\" data-id=\"f3a1041\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div className=\"elementor-element elementor-element-8b7e94c elementor-widget elementor-widget-image\" data-id=\"8b7e94c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"509\" height=\"380\" src=\"https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/image-1-3-e1759411277553.png\" className=\"attachment-full size-full wp-image-883\" alt=\"\" srcSet=\"https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/image-1-3-e1759411277553.png 509w, https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/image-1-3-e1759411277553-300x224.png 300w\" sizes=\"(max-width: 509px) 100vw, 509px\" srcset=\"https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/image-1-3-e1759411277553.png 509w, https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/image-1-3-e1759411277553-300x224.png 300w\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div className=\"elementor-element elementor-element-fa9217e elementor-widget elementor-widget-text-editor\" data-id=\"fa9217e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>All set, we\u2019ll be in touch soon.<\/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\t\t\t\t\t\t\t`}\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t${is_dummy_markup ? message_position === 'bottom' ? props.ResponseDummyMarkup(message_successIcon, message_proClass) : '' : ''}\r\n\t\t\t\t\t${is_dummy_markup ? ' ' : message_position === 'bottom' ? props.SubmitResponseMarkup`${parent}${state}${message_successIcon}${message_errorIcon}${message_proClass}` : ''}\r\n\t\t\t\t\r\n\t\t\t\t<\/form>\r\n\t\t\t`\r\n\t\t<\/script>\r\n\r\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\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-1d4dd37 e-flex e-con-boxed e-con e-parent\" data-id=\"1d4dd37\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d686c31 e-grid e-con-full e-con e-child\" data-id=\"d686c31\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-86e7689 e-con-full e-flex e-con e-child\" data-id=\"86e7689\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-75d4f04 e-con-full e-flex e-con e-child\" data-id=\"75d4f04\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-972f84c elementor-widget elementor-widget-heading\" data-id=\"972f84c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">See your website\u2019s progress by creating a profile!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0662d5c elementor-widget elementor-widget-text-editor\" data-id=\"0662d5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Sign up, to stay up to date with your website.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ae39f1 elementor-widget elementor-widget-button\" data-id=\"1ae39f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/turbowebsites.com\/es\/under-construction\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"7\" height=\"6\" viewBox=\"0 0 7 6\" fill=\"none\"><path d=\"M1.01832 5.01037H4.95988L4.9203 5.64939L0.000408173 0.735156L0.735564 0L5.6498 4.91423L5.01078 4.96513V1.0066H6.01172L6.00041 6H1.01832V5.01037Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Create your profile<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\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>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Step 2: Form See your website\u2019s progress by creating a profile! Sign up, to stay up to date with your website. Create your profile<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-446","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Form - Turbo Websites<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/turbowebsites.com\/es\/form\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Form - Turbo Websites\" \/>\n<meta property=\"og:description\" content=\"Step 2: Form See your website\u2019s progress by creating a profile! Sign up, to stay up to date with your website. Create your profile\" \/>\n<meta property=\"og:url\" content=\"https:\/\/turbowebsites.com\/es\/form\/\" \/>\n<meta property=\"og:site_name\" content=\"Turbo Websites\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-24T09:55:56+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/turbowebsites.com\\\/form\\\/\",\"url\":\"https:\\\/\\\/turbowebsites.com\\\/form\\\/\",\"name\":\"Form - Turbo Websites\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/turbowebsites.com\\\/#website\"},\"datePublished\":\"2025-09-30T06:52:27+00:00\",\"dateModified\":\"2025-11-24T09:55:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/turbowebsites.com\\\/form\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/turbowebsites.com\\\/form\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/turbowebsites.com\\\/form\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/turbowebsites.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Form\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/turbowebsites.com\\\/#website\",\"url\":\"https:\\\/\\\/turbowebsites.com\\\/\",\"name\":\"Turbo Websites\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/turbowebsites.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/turbowebsites.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/turbowebsites.com\\\/#organization\",\"name\":\"Turbo Websites\",\"url\":\"https:\\\/\\\/turbowebsites.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/turbowebsites.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/turbowebsites.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/2-44-2.png\",\"contentUrl\":\"https:\\\/\\\/turbowebsites.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/2-44-2.png\",\"width\":359,\"height\":120,\"caption\":\"Turbo Websites\"},\"image\":{\"@id\":\"https:\\\/\\\/turbowebsites.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Form - Turbo Websites","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:\/\/turbowebsites.com\/es\/form\/","og_locale":"es_MX","og_type":"article","og_title":"Form - Turbo Websites","og_description":"Step 2: Form See your website\u2019s progress by creating a profile! Sign up, to stay up to date with your website. Create your profile","og_url":"https:\/\/turbowebsites.com\/es\/form\/","og_site_name":"Turbo Websites","article_modified_time":"2025-11-24T09:55:56+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/turbowebsites.com\/form\/","url":"https:\/\/turbowebsites.com\/form\/","name":"Form - Turbo Websites","isPartOf":{"@id":"https:\/\/turbowebsites.com\/#website"},"datePublished":"2025-09-30T06:52:27+00:00","dateModified":"2025-11-24T09:55:56+00:00","breadcrumb":{"@id":"https:\/\/turbowebsites.com\/form\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/turbowebsites.com\/form\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/turbowebsites.com\/form\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/turbowebsites.com\/"},{"@type":"ListItem","position":2,"name":"Form"}]},{"@type":"WebSite","@id":"https:\/\/turbowebsites.com\/#website","url":"https:\/\/turbowebsites.com\/","name":"Turbo Websites","description":"","publisher":{"@id":"https:\/\/turbowebsites.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/turbowebsites.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/turbowebsites.com\/#organization","name":"Turbo Websites","url":"https:\/\/turbowebsites.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/turbowebsites.com\/#\/schema\/logo\/image\/","url":"https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/2-44-2.png","contentUrl":"https:\/\/turbowebsites.com\/wp-content\/uploads\/2025\/09\/2-44-2.png","width":359,"height":120,"caption":"Turbo Websites"},"image":{"@id":"https:\/\/turbowebsites.com\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/turbowebsites.com\/es\/wp-json\/wp\/v2\/pages\/446","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/turbowebsites.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/turbowebsites.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/turbowebsites.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/turbowebsites.com\/es\/wp-json\/wp\/v2\/comments?post=446"}],"version-history":[{"count":24,"href":"https:\/\/turbowebsites.com\/es\/wp-json\/wp\/v2\/pages\/446\/revisions"}],"predecessor-version":[{"id":2226,"href":"https:\/\/turbowebsites.com\/es\/wp-json\/wp\/v2\/pages\/446\/revisions\/2226"}],"wp:attachment":[{"href":"https:\/\/turbowebsites.com\/es\/wp-json\/wp\/v2\/media?parent=446"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}