{"title":"Leadership and Personal Development","description":"","products":[{"product_id":"decision-making-essentials","title":"Decision Making Essentials You Always Wanted to Know: A Practical Guide to Heuristics, Probability, Game Theory, Scenario Planning, \u0026 Effective Decision Making","description":"\u003cbody\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eResource Form\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\n    \u003c!-- Success Message Overlay --\u003e\n     \u003cdiv id=\"successMessage\" style=\"display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1000; justify-content: center; align-items: center;\"\u003e\n        \u003cdiv style=\"background-color: #fff; padding: 20px; border-radius: 8px; text-align: center; max-width: 600px; width: 90%; margin: 30px;\"\u003e\n            \u003cp style=\"font-size: 16px; color: #1f4569; font-family: 'Poppins', Arial, sans-serif;\"\u003eCongratulations! Your request for the resource is complete. Please check your inbox to access it now.\u003c\/p\u003e\n            \u003cbutton onclick=\"closeMessage()\" style=\"background-color: #1f4569; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; font-family: 'Poppins', Arial, sans-serif; font-size: 15px; margin-top: 15px;\"\u003eClose\u003c\/button\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Form Container --\u003e\n    \u003cdiv class=\"contact-container\" style=\"background-color: #e7f3ff; border: 1px solid #c3e0ff; border-radius: 8px; padding: 20px; max-width: 500px; margin: auto; margin-bottom: 20px;\"\u003e\n        \u003ch5 style=\"font-size: 17px; font-weight: 400; margin-bottom: 15px; color: #1f4569; text-align: left; font-family: 'Poppins', Arial, sans-serif;\"\u003eRequest Sample Book\/Online Resource\u003c\/h5\u003e\n        \u003cform id=\"resourceForm\" onsubmit=\"submitForm(event)\" style=\"display: flex; flex-direction: column; gap: 10px; margin-top: 20px;\"\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"email\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eEmail:\u003c\/label\u003e\n                \u003cinput required name=\"email\" id=\"email\" type=\"email\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"resourcetype\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eResource Type:\u003c\/label\u003e\n                \u003cselect required name=\"resourcetype\" id=\"resourcetype\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n                    \u003coption selected disabled value=\"\"\u003e\u003c\/option\u003e\n                    \u003coption value=\"samplebook\"\u003eSample Book\u003c\/option\u003e\n                    \u003coption value=\"onlineresource\"\u003eOnline Resource\u003c\/option\u003e\n                \u003c\/select\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"bookname\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eBook Name:\u003c\/label\u003e\n                \u003cinput required name=\"bookname\" id=\"bookname\" type=\"text\" readonly value=\"Decision Making Essentials You Always Wanted to Know\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"display: flex; justify-content: center; width: 100%;\"\u003e\n                \u003cbutton type=\"submit\" id=\"submitButton\" style=\"background-color: #1f4569; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; font-family: 'Poppins', Arial, sans-serif; font-size: 15px; width: 130px; box-sizing: border-box;\"\u003eSubmit\u003c\/button\u003e\n            \u003c\/div\u003e\n        \u003c\/form\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        async function submitForm(event) {\n            event.preventDefault();\n            const email = document.getElementById('email').value;\n            const resourcetype = document.getElementById('resourcetype').value;\n            const bookname = document.getElementById('bookname').value;\n            const submitButton = document.getElementById('submitButton');\n\n            \/\/ Disable the submit button\n            submitButton.disabled = true;\n            submitButton.style.backgroundColor = '#c3c3c3';\n\n            const url = `https:\/\/script.google.com\/macros\/s\/AKfycbwDwUD1iCc4-9kH_-Q6tewyt_NicWVVHXuu8Hz9EVrvKaj1nIp7D_QQ5DYYlvEZRX6Dzw\/exec?email=${encodeURIComponent(email)}\u0026resourcetype=${encodeURIComponent(resourcetype)}\u0026bookname=${encodeURIComponent(bookname)}`;\n\n            try {\n                const response = await fetch(url, {\n                    method: 'GET',\n                    mode: 'cors'\n                });\n\n                if (!response.ok) {\n                    throw new Error('Network response was not ok');\n                }\n\n                const data = await response.json();\n\n                if (data.result === 'success') {\n                    showMessage();\n                    document.getElementById('resourceForm').reset();\n                } else {\n                    throw new Error(data.message);\n                }\n            } catch (error) {\n                console.error('Error:', error);\n                alert('There was an issue submitting the data: ' + error.message);\n                \/\/ Re-enable the submit button if there was an error\n                submitButton.disabled = false;\n                submitButton.style.backgroundColor = '#1f4569';\n            }\n        }\n\n        function showMessage() {\n            document.getElementById('successMessage').style.display = 'flex';\n        }\n\n        function closeMessage() {\n            document.getElementById('successMessage').style.display = 'none';\n\n            \/\/ Re-enable the submit button when the message is closed\n            const submitButton = document.getElementById('submitButton');\n            submitButton.disabled = false;\n            submitButton.style.backgroundColor = '#1f4569';\n        }\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Vibrant Publishers","offers":[{"title":"eBook (Cheapest)","offer_id":43333588975801,"sku":"9781636510033","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Paperback","offer_id":41843425280185,"sku":"9781636510026","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Hardcover (Color Edition)","offer_id":41843425312953,"sku":"9781636510040","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/1837\/4329\/files\/1_1_ab0a048e-7e37-4af5-96fb-4c567f163d5e.jpg?v=1742015308"},{"product_id":"leadership-essentials-you-always-wanted-to-know","title":"Leadership Essentials You Always Wanted To Know","description":"\u003cbody\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eResource Form\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\n    \u003c!-- Success Message Overlay --\u003e\n     \u003cdiv id=\"successMessage\" style=\"display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1000; justify-content: center; align-items: center;\"\u003e\n        \u003cdiv style=\"background-color: #fff; padding: 20px; border-radius: 8px; text-align: center; max-width: 600px; width: 90%; margin: 30px;\"\u003e\n            \u003cp style=\"font-size: 16px; color: #1f4569; font-family: 'Poppins', Arial, sans-serif;\"\u003eCongratulations! Your request for the resource is complete. Please check your inbox to access it now.\u003c\/p\u003e\n            \u003cbutton onclick=\"closeMessage()\" style=\"background-color: #1f4569; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; font-family: 'Poppins', Arial, sans-serif; font-size: 15px; margin-top: 15px;\"\u003eClose\u003c\/button\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Form Container --\u003e\n    \u003cdiv class=\"contact-container\" style=\"background-color: #e7f3ff; border: 1px solid #c3e0ff; border-radius: 8px; padding: 20px; max-width: 500px; margin: auto; margin-bottom: 20px;\"\u003e\n        \u003ch5 style=\"font-size: 17px; font-weight: 400; margin-bottom: 15px; color: #1f4569; text-align: left; font-family: 'Poppins', Arial, sans-serif;\"\u003eRequest Sample Book\/Online Resource\u003c\/h5\u003e\n        \u003cform id=\"resourceForm\" onsubmit=\"submitForm(event)\" style=\"display: flex; flex-direction: column; gap: 10px; margin-top: 20px;\"\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"email\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eEmail:\u003c\/label\u003e\n                \u003cinput required name=\"email\" id=\"email\" type=\"email\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"resourcetype\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eResource Type:\u003c\/label\u003e\n                \u003cselect required name=\"resourcetype\" id=\"resourcetype\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n                    \u003coption selected disabled value=\"\"\u003e\u003c\/option\u003e\n                    \u003coption value=\"samplebook\"\u003eSample Book\u003c\/option\u003e\n                    \u003coption value=\"onlineresource\"\u003eOnline Resource\u003c\/option\u003e\n                \u003c\/select\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"bookname\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eBook Name:\u003c\/label\u003e\n                \u003cinput required name=\"bookname\" id=\"bookname\" type=\"text\" readonly value=\"Leadership Essentials You Always Wanted To Know\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"display: flex; justify-content: center; width: 100%;\"\u003e\n                \u003cbutton type=\"submit\" id=\"submitButton\" style=\"background-color: #1f4569; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; font-family: 'Poppins', Arial, sans-serif; font-size: 15px; width: 130px; box-sizing: border-box;\"\u003eSubmit\u003c\/button\u003e\n            \u003c\/div\u003e\n        \u003c\/form\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        async function submitForm(event) {\n            event.preventDefault();\n            const email = document.getElementById('email').value;\n            const resourcetype = document.getElementById('resourcetype').value;\n            const bookname = document.getElementById('bookname').value;\n            const submitButton = document.getElementById('submitButton');\n\n            \/\/ Disable the submit button\n            submitButton.disabled = true;\n            submitButton.style.backgroundColor = '#c3c3c3';\n\n            const url = `https:\/\/script.google.com\/macros\/s\/AKfycbwDwUD1iCc4-9kH_-Q6tewyt_NicWVVHXuu8Hz9EVrvKaj1nIp7D_QQ5DYYlvEZRX6Dzw\/exec?email=${encodeURIComponent(email)}\u0026resourcetype=${encodeURIComponent(resourcetype)}\u0026bookname=${encodeURIComponent(bookname)}`;\n\n            try {\n                const response = await fetch(url, {\n                    method: 'GET',\n                    mode: 'cors'\n                });\n\n                if (!response.ok) {\n                    throw new Error('Network response was not ok');\n                }\n\n                const data = await response.json();\n\n                if (data.result === 'success') {\n                    showMessage();\n                    document.getElementById('resourceForm').reset();\n                } else {\n                    throw new Error(data.message);\n                }\n            } catch (error) {\n                console.error('Error:', error);\n                alert('There was an issue submitting the data: ' + error.message);\n                \/\/ Re-enable the submit button if there was an error\n                submitButton.disabled = false;\n                submitButton.style.backgroundColor = '#1f4569';\n            }\n        }\n\n        function showMessage() {\n            document.getElementById('successMessage').style.display = 'flex';\n        }\n\n        function closeMessage() {\n            document.getElementById('successMessage').style.display = 'none';\n\n            \/\/ Re-enable the submit button when the message is closed\n            const submitButton = document.getElementById('submitButton');\n            submitButton.disabled = false;\n            submitButton.style.backgroundColor = '#1f4569';\n        }\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Vibrant Publishers","offers":[{"title":"eBook (Cheapest)","offer_id":43333531140281,"sku":"9781636510323","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Paperback","offer_id":41843494518969,"sku":"9781636510316","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Hardcover (Color Edition)","offer_id":41843494551737,"sku":"9781636510330","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/1837\/4329\/files\/1_3456a2e8-4e01-4d97-9356-b8c332e4a9c3.jpg?v=1742015309"},{"product_id":"time-management-essentials-you-always-wanted-to-know","title":"Time Management Essentials You Always Wanted To Know","description":"\u003cbody\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eResource Form\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\n    \u003c!-- Success Message Overlay --\u003e\n     \u003cdiv id=\"successMessage\" style=\"display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1000; justify-content: center; align-items: center;\"\u003e\n        \u003cdiv style=\"background-color: #fff; padding: 20px; border-radius: 8px; text-align: center; max-width: 600px; width: 90%; margin: 30px;\"\u003e\n            \u003cp style=\"font-size: 16px; color: #1f4569; font-family: 'Poppins', Arial, sans-serif;\"\u003eCongratulations! Your request for the resource is complete. Please check your inbox to access it now.\u003c\/p\u003e\n            \u003cbutton onclick=\"closeMessage()\" style=\"background-color: #1f4569; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; font-family: 'Poppins', Arial, sans-serif; font-size: 15px; margin-top: 15px;\"\u003eClose\u003c\/button\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Form Container --\u003e\n    \u003cdiv class=\"contact-container\" style=\"background-color: #e7f3ff; border: 1px solid #c3e0ff; border-radius: 8px; padding: 20px; max-width: 500px; margin: auto; margin-bottom: 20px;\"\u003e\n        \u003ch5 style=\"font-size: 17px; font-weight: 400; margin-bottom: 15px; color: #1f4569; text-align: left; font-family: 'Poppins', Arial, sans-serif;\"\u003eRequest Sample Book\/Online Resource\u003c\/h5\u003e\n        \u003cform id=\"resourceForm\" onsubmit=\"submitForm(event)\" style=\"display: flex; flex-direction: column; gap: 10px; margin-top: 20px;\"\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"email\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eEmail:\u003c\/label\u003e\n                \u003cinput required name=\"email\" id=\"email\" type=\"email\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"resourcetype\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eResource Type:\u003c\/label\u003e\n                \u003cselect required name=\"resourcetype\" id=\"resourcetype\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n                    \u003coption selected disabled value=\"\"\u003e\u003c\/option\u003e\n                    \u003coption value=\"samplebook\"\u003eSample Book\u003c\/option\u003e\n                   \n                \u003c\/select\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"bookname\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eBook Name:\u003c\/label\u003e\n                \u003cinput required name=\"bookname\" id=\"bookname\" type=\"text\" readonly value=\"Time Management Essentials You Always Wanted To Know\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"display: flex; justify-content: center; width: 100%;\"\u003e\n                \u003cbutton type=\"submit\" id=\"submitButton\" style=\"background-color: #1f4569; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; font-family: 'Poppins', Arial, sans-serif; font-size: 15px; width: 130px; box-sizing: border-box;\"\u003eSubmit\u003c\/button\u003e\n            \u003c\/div\u003e\n        \u003c\/form\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        async function submitForm(event) {\n            event.preventDefault();\n            const email = document.getElementById('email').value;\n            const resourcetype = document.getElementById('resourcetype').value;\n            const bookname = document.getElementById('bookname').value;\n            const submitButton = document.getElementById('submitButton');\n\n            \/\/ Disable the submit button\n            submitButton.disabled = true;\n            submitButton.style.backgroundColor = '#c3c3c3';\n\n            const url = `https:\/\/script.google.com\/macros\/s\/AKfycbwDwUD1iCc4-9kH_-Q6tewyt_NicWVVHXuu8Hz9EVrvKaj1nIp7D_QQ5DYYlvEZRX6Dzw\/exec?email=${encodeURIComponent(email)}\u0026resourcetype=${encodeURIComponent(resourcetype)}\u0026bookname=${encodeURIComponent(bookname)}`;\n\n            try {\n                const response = await fetch(url, {\n                    method: 'GET',\n                    mode: 'cors'\n                });\n\n                if (!response.ok) {\n                    throw new Error('Network response was not ok');\n                }\n\n                const data = await response.json();\n\n                if (data.result === 'success') {\n                    showMessage();\n                    document.getElementById('resourceForm').reset();\n                } else {\n                    throw new Error(data.message);\n                }\n            } catch (error) {\n                console.error('Error:', error);\n                alert('There was an issue submitting the data: ' + error.message);\n                \/\/ Re-enable the submit button if there was an error\n                submitButton.disabled = false;\n                submitButton.style.backgroundColor = '#1f4569';\n            }\n        }\n\n        function showMessage() {\n            document.getElementById('successMessage').style.display = 'flex';\n        }\n\n        function closeMessage() {\n            document.getElementById('successMessage').style.display = 'none';\n\n            \/\/ Re-enable the submit button when the message is closed\n            const submitButton = document.getElementById('submitButton');\n            submitButton.disabled = false;\n            submitButton.style.backgroundColor = '#1f4569';\n        }\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Vibrant Publishers","offers":[{"title":"eBook (Cheapest)","offer_id":43330099019961,"sku":"9781636511672","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Paperback","offer_id":43238612271289,"sku":"9781636511665","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Hardcover (Color Edition)","offer_id":43238612304057,"sku":"9781636511689","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/1837\/4329\/files\/1_17.jpg?v=1742015310"},{"product_id":"decision-making-and-leadership-essentials-quick-reading-guide-for-team-leaders-decision-makers","title":"Decision Making \u0026 Leadership Essentials Combo: Heuristics, Probability, Game Theory, Ethics \u0026 High-Performance Teams (Set of 2 Books)","description":"\u003cbody\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eResource Form\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\n    \u003c!-- Success Message Overlay --\u003e\n     \u003cdiv id=\"successMessage\" style=\"display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1000; justify-content: center; align-items: center;\"\u003e\n        \u003cdiv style=\"background-color: #fff; padding: 20px; border-radius: 8px; text-align: center; max-width: 600px; width: 90%; margin: 30px;\"\u003e\n            \u003cp style=\"font-size: 16px; color: #1f4569; font-family: 'Poppins', Arial, sans-serif;\"\u003eCongratulations! Your request for the resource is complete. Please check your inbox to access it now.\u003c\/p\u003e\n            \u003cbutton onclick=\"closeMessage()\" style=\"background-color: #1f4569; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; font-family: 'Poppins', Arial, sans-serif; font-size: 15px; margin-top: 15px;\"\u003eClose\u003c\/button\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Form Container --\u003e\n    \u003cdiv class=\"contact-container\" style=\"background-color: #e7f3ff; border: 1px solid #c3e0ff; border-radius: 8px; padding: 20px; max-width: 500px; margin: auto; margin-bottom: 20px;\"\u003e\n        \u003ch5 style=\"font-size: 17px; font-weight: 400; margin-bottom: 15px; color: #1f4569; text-align: left; font-family: 'Poppins', Arial, sans-serif;\"\u003eRequest Sample Book\/Online Resource\u003c\/h5\u003e\n        \u003cform id=\"resourceForm\" onsubmit=\"submitForm(event)\" style=\"display: flex; flex-direction: column; gap: 10px; margin-top: 20px;\"\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"email\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eEmail:\u003c\/label\u003e\n                \u003cinput required name=\"email\" id=\"email\" type=\"email\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"resourcetype\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eResource Type:\u003c\/label\u003e\n                \u003cselect required name=\"resourcetype\" id=\"resourcetype\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n                    \u003coption selected disabled value=\"\"\u003e\u003c\/option\u003e\n                    \u003coption value=\"samplebook\"\u003eSample Book\u003c\/option\u003e\n                    \n                \u003c\/select\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"bookname\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eBook Name:\u003c\/label\u003e\n                \u003cinput required name=\"bookname\" id=\"bookname\" type=\"text\" readonly value=\"Decision Making and Leadership Essentials - Quick Reading Guide for Team Leaders \u0026amp; Decision Makers\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"display: flex; justify-content: center; width: 100%;\"\u003e\n                \u003cbutton type=\"submit\" id=\"submitButton\" style=\"background-color: #1f4569; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; font-family: 'Poppins', Arial, sans-serif; font-size: 15px; width: 130px; box-sizing: border-box;\"\u003eSubmit\u003c\/button\u003e\n            \u003c\/div\u003e\n        \u003c\/form\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        async function submitForm(event) {\n            event.preventDefault();\n            const email = document.getElementById('email').value;\n            const resourcetype = document.getElementById('resourcetype').value;\n            const bookname = document.getElementById('bookname').value;\n            const submitButton = document.getElementById('submitButton');\n\n            \/\/ Disable the submit button\n            submitButton.disabled = true;\n            submitButton.style.backgroundColor = '#c3c3c3';\n\n            const url = `https:\/\/script.google.com\/macros\/s\/AKfycbwDwUD1iCc4-9kH_-Q6tewyt_NicWVVHXuu8Hz9EVrvKaj1nIp7D_QQ5DYYlvEZRX6Dzw\/exec?email=${encodeURIComponent(email)}\u0026resourcetype=${encodeURIComponent(resourcetype)}\u0026bookname=${encodeURIComponent(bookname)}`;\n\n            try {\n                const response = await fetch(url, {\n                    method: 'GET',\n                    mode: 'cors'\n                });\n\n                if (!response.ok) {\n                    throw new Error('Network response was not ok');\n                }\n\n                const data = await response.json();\n\n                if (data.result === 'success') {\n                    showMessage();\n                    document.getElementById('resourceForm').reset();\n                } else {\n                    throw new Error(data.message);\n                }\n            } catch (error) {\n                console.error('Error:', error);\n                alert('There was an issue submitting the data: ' + error.message);\n                \/\/ Re-enable the submit button if there was an error\n                submitButton.disabled = false;\n                submitButton.style.backgroundColor = '#1f4569';\n            }\n        }\n\n        function showMessage() {\n            document.getElementById('successMessage').style.display = 'flex';\n        }\n\n        function closeMessage() {\n            document.getElementById('successMessage').style.display = 'none';\n\n            \/\/ Re-enable the submit button when the message is closed\n            const submitButton = document.getElementById('submitButton');\n            submitButton.disabled = false;\n            submitButton.style.backgroundColor = '#1f4569';\n        }\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Vibrant Publishers","offers":[{"title":"Paperback","offer_id":44199618871481,"sku":"978B0BS35BRHK","price":82.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/1837\/4329\/files\/Decision_Making_plus_Leadership.jpg?v=1750400775"},{"product_id":"time-management-decision-making-and-leadership-essentials","title":"Time Management, Decision Making, and Leadership Essentials","description":"\u003cbody\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eResource Form\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\n    \u003c!-- Success Message Overlay --\u003e\n     \u003cdiv id=\"successMessage\" style=\"display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1000; justify-content: center; align-items: center;\"\u003e\n        \u003cdiv style=\"background-color: #fff; padding: 20px; border-radius: 8px; text-align: center; max-width: 600px; width: 90%; margin: 30px;\"\u003e\n            \u003cp style=\"font-size: 16px; color: #1f4569; font-family: 'Poppins', Arial, sans-serif;\"\u003eCongratulations! Your request for the resource is complete. Please check your inbox to access it now.\u003c\/p\u003e\n            \u003cbutton onclick=\"closeMessage()\" style=\"background-color: #1f4569; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; font-family: 'Poppins', Arial, sans-serif; font-size: 15px; margin-top: 15px;\"\u003eClose\u003c\/button\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Form Container --\u003e\n    \u003cdiv class=\"contact-container\" style=\"background-color: #e7f3ff; border: 1px solid #c3e0ff; border-radius: 8px; padding: 20px; max-width: 500px; margin: auto; margin-bottom: 20px;\"\u003e\n        \u003ch5 style=\"font-size: 17px; font-weight: 400; margin-bottom: 15px; color: #1f4569; text-align: left; font-family: 'Poppins', Arial, sans-serif;\"\u003eRequest Sample Book\/Online Resource\u003c\/h5\u003e\n        \u003cform id=\"resourceForm\" onsubmit=\"submitForm(event)\" style=\"display: flex; flex-direction: column; gap: 10px; margin-top: 20px;\"\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"email\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eEmail:\u003c\/label\u003e\n                \u003cinput required name=\"email\" id=\"email\" type=\"email\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"resourcetype\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eResource Type:\u003c\/label\u003e\n                \u003cselect required name=\"resourcetype\" id=\"resourcetype\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n                    \u003coption selected disabled value=\"\"\u003e\u003c\/option\u003e\n                    \u003coption value=\"samplebook\"\u003eSample Book\u003c\/option\u003e\n                    \n                \u003c\/select\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"bookname\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eBook Name:\u003c\/label\u003e\n                \u003cinput required name=\"bookname\" id=\"bookname\" type=\"text\" readonly value=\"Time Management, Decision Making, and Leadership Essentials\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"display: flex; justify-content: center; width: 100%;\"\u003e\n                \u003cbutton type=\"submit\" id=\"submitButton\" style=\"background-color: #1f4569; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; font-family: 'Poppins', Arial, sans-serif; font-size: 15px; width: 130px; box-sizing: border-box;\"\u003eSubmit\u003c\/button\u003e\n            \u003c\/div\u003e\n        \u003c\/form\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        async function submitForm(event) {\n            event.preventDefault();\n            const email = document.getElementById('email').value;\n            const resourcetype = document.getElementById('resourcetype').value;\n            const bookname = document.getElementById('bookname').value;\n            const submitButton = document.getElementById('submitButton');\n\n            \/\/ Disable the submit button\n            submitButton.disabled = true;\n            submitButton.style.backgroundColor = '#c3c3c3';\n\n            const url = `https:\/\/script.google.com\/macros\/s\/AKfycbwDwUD1iCc4-9kH_-Q6tewyt_NicWVVHXuu8Hz9EVrvKaj1nIp7D_QQ5DYYlvEZRX6Dzw\/exec?email=${encodeURIComponent(email)}\u0026resourcetype=${encodeURIComponent(resourcetype)}\u0026bookname=${encodeURIComponent(bookname)}`;\n\n            try {\n                const response = await fetch(url, {\n                    method: 'GET',\n                    mode: 'cors'\n                });\n\n                if (!response.ok) {\n                    throw new Error('Network response was not ok');\n                }\n\n                const data = await response.json();\n\n                if (data.result === 'success') {\n                    showMessage();\n                    document.getElementById('resourceForm').reset();\n                } else {\n                    throw new Error(data.message);\n                }\n            } catch (error) {\n                console.error('Error:', error);\n                alert('There was an issue submitting the data: ' + error.message);\n                \/\/ Re-enable the submit button if there was an error\n                submitButton.disabled = false;\n                submitButton.style.backgroundColor = '#1f4569';\n            }\n        }\n\n        function showMessage() {\n            document.getElementById('successMessage').style.display = 'flex';\n        }\n\n        function closeMessage() {\n            document.getElementById('successMessage').style.display = 'none';\n\n            \/\/ Re-enable the submit button when the message is closed\n            const submitButton = document.getElementById('submitButton');\n            submitButton.disabled = false;\n            submitButton.style.backgroundColor = '#1f4569';\n        }\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Vibrant Publishers","offers":[{"title":"Paperback","offer_id":44208411443385,"sku":"978B0C61DCLS2","price":104.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/1837\/4329\/files\/10_a5141b39-7948-4265-90e9-f9eb59a17319.jpg?v=1741073282"},{"product_id":"india-s-road-to-transformation-why-leadership-matters","title":"India’s Road to Transformation: Why Leadership Matters","description":"","brand":"Vibrant Publishers LLC","offers":[{"title":"eBook (Cheapest)","offer_id":44131186999481,"sku":"9781636512297","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Paperback","offer_id":43688768962745,"sku":"9781636512273","price":38.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/1837\/4329\/files\/India_sRoadtoTransformationCover_Paperback_WebsiteFront.jpg?v=1742015312"},{"product_id":"become-a-leadership-expert-and-learn-the-art-of-business-communication","title":"Business Communication \u0026 Leadership Essentials: Effective Strategies, Audience Analysis, Crisis Management, Ethics for Leading High-Performance Teams (Set of 2 Books)","description":"\u003cbody\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eResource Form\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\n    \u003c!-- Success Message Overlay --\u003e\n     \u003cdiv id=\"successMessage\" style=\"display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1000; justify-content: center; align-items: center;\"\u003e\n        \u003cdiv style=\"background-color: #fff; padding: 20px; border-radius: 8px; text-align: center; max-width: 600px; width: 90%; margin: 30px;\"\u003e\n            \u003cp style=\"font-size: 16px; color: #1f4569; font-family: 'Poppins', Arial, sans-serif;\"\u003eCongratulations! Your request for the resource is complete. Please check your inbox to access it now.\u003c\/p\u003e\n            \u003cbutton onclick=\"closeMessage()\" style=\"background-color: #1f4569; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; font-family: 'Poppins', Arial, sans-serif; font-size: 15px; margin-top: 15px;\"\u003eClose\u003c\/button\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Form Container --\u003e\n    \u003cdiv class=\"contact-container\" style=\"background-color: #e7f3ff; border: 1px solid #c3e0ff; border-radius: 8px; padding: 20px; max-width: 500px; margin: auto; margin-bottom: 20px;\"\u003e\n        \u003ch5 style=\"font-size: 17px; font-weight: 400; margin-bottom: 15px; color: #1f4569; text-align: left; font-family: 'Poppins', Arial, sans-serif;\"\u003eRequest Sample Book\/Online Resource\u003c\/h5\u003e\n        \u003cform id=\"resourceForm\" onsubmit=\"submitForm(event)\" style=\"display: flex; flex-direction: column; gap: 10px; margin-top: 20px;\"\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"email\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eEmail:\u003c\/label\u003e\n                \u003cinput required name=\"email\" id=\"email\" type=\"email\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"resourcetype\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eResource Type:\u003c\/label\u003e\n                \u003cselect required name=\"resourcetype\" id=\"resourcetype\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n                    \u003coption selected disabled value=\"\"\u003e\u003c\/option\u003e\n                    \u003coption value=\"samplebook\"\u003eSample Book\u003c\/option\u003e\n                    \n                \u003c\/select\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"form-group\" style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap;\"\u003e\n                \u003clabel for=\"bookname\" style=\"font-size: 16px; font-family: 'Poppins', Arial, sans-serif; width: 100px;\"\u003eBook Name:\u003c\/label\u003e\n                \u003cinput required name=\"bookname\" id=\"bookname\" type=\"text\" readonly value=\"Become a Leadership Expert and Learn the Art of Business Communication\" style=\"padding: 10px; border: 1px solid #c3e0ff; border-radius: 4px; font-family: 'Poppins', Arial, sans-serif; max-width: 300px; flex: 1; box-sizing: border-box; width: 100%;\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"display: flex; justify-content: center; width: 100%;\"\u003e\n                \u003cbutton type=\"submit\" id=\"submitButton\" style=\"background-color: #1f4569; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; font-family: 'Poppins', Arial, sans-serif; font-size: 15px; width: 130px; box-sizing: border-box;\"\u003eSubmit\u003c\/button\u003e\n            \u003c\/div\u003e\n        \u003c\/form\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        async function submitForm(event) {\n            event.preventDefault();\n            const email = document.getElementById('email').value;\n            const resourcetype = document.getElementById('resourcetype').value;\n            const bookname = document.getElementById('bookname').value;\n            const submitButton = document.getElementById('submitButton');\n\n            \/\/ Disable the submit button\n            submitButton.disabled = true;\n            submitButton.style.backgroundColor = '#c3c3c3';\n\n            const url = `https:\/\/script.google.com\/macros\/s\/AKfycbwDwUD1iCc4-9kH_-Q6tewyt_NicWVVHXuu8Hz9EVrvKaj1nIp7D_QQ5DYYlvEZRX6Dzw\/exec?email=${encodeURIComponent(email)}\u0026resourcetype=${encodeURIComponent(resourcetype)}\u0026bookname=${encodeURIComponent(bookname)}`;\n\n            try {\n                const response = await fetch(url, {\n                    method: 'GET',\n                    mode: 'cors'\n                });\n\n                if (!response.ok) {\n                    throw new Error('Network response was not ok');\n                }\n\n                const data = await response.json();\n\n                if (data.result === 'success') {\n                    showMessage();\n                    document.getElementById('resourceForm').reset();\n                } else {\n                    throw new Error(data.message);\n                }\n            } catch (error) {\n                console.error('Error:', error);\n                alert('There was an issue submitting the data: ' + error.message);\n                \/\/ Re-enable the submit button if there was an error\n                submitButton.disabled = false;\n                submitButton.style.backgroundColor = '#1f4569';\n            }\n        }\n\n        function showMessage() {\n            document.getElementById('successMessage').style.display = 'flex';\n        }\n\n        function closeMessage() {\n            document.getElementById('successMessage').style.display = 'none';\n\n            \/\/ Re-enable the submit button when the message is closed\n            const submitButton = document.getElementById('submitButton');\n            submitButton.disabled = false;\n            submitButton.style.backgroundColor = '#1f4569';\n        }\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Vibrant Publishers","offers":[{"title":"Paperback","offer_id":44168109129913,"sku":"978B0D4D6TLXB","price":76.42,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/1837\/4329\/files\/Decision_Making_plus_Leadership_1.jpg?v=1749280891"},{"product_id":"inclusive-leadership-essentials-you-always-wanted-to-know","title":"Inclusive Leadership Essentials You Always Wanted To Know","description":"","brand":"Vibrant Publishers","offers":[{"title":"eBook (Cheapest)","offer_id":45067834196153,"sku":"9781636514772","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Paperback","offer_id":45067834228921,"sku":"9781636514765","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Hardcover (Color Edition)","offer_id":45067834261689,"sku":"9781636514789","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/1837\/4329\/files\/Inclusive_Leadership_Essentials_Paperback_Frontcover_Website_V1.0.jpg?v=1752996204"},{"product_id":"public-speaking-essentials-you-always-wanted-to-know","title":"Public Speaking Essentials You Always Wanted to Know","description":"","brand":"Vibrant Publishers","offers":[{"title":"eBook (Cheapest)","offer_id":45347843834041,"sku":"9781636516363","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Paperback","offer_id":45347843866809,"sku":"9781636516356","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Hardcover (Color Edition)","offer_id":45347843899577,"sku":"9781636516370","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/1837\/4329\/files\/Public_Speaking_Essentials_Galley_Final_Frontcover_Website_V1.0.jpg?v=1768993895"},{"product_id":"labor-relations-essentials-you-always-wanted-to-know","title":"Labor Relations Essentials You Always Wanted to Know","description":"","brand":"Vibrant Publishers LLC","offers":[{"title":"eBook (Cheapest)","offer_id":45748664041657,"sku":"9781636516547","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Paperback","offer_id":45748664074425,"sku":"9781636516493","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Hardback","offer_id":47077310824633,"sku":"9781636516554","price":64.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/1837\/4329\/files\/laborrelationwebsiteimage.jpg?v=1768021389"},{"product_id":"better-a-guidebook-to-a-new-and-improved-you","title":"Better: A Guidebook to a New and Improved You","description":"","brand":"Vibrant Publishers LLC","offers":[{"title":"eBook (Cheapest)","offer_id":45917309173945,"sku":"9781636516738","price":23.99,"currency_code":"USD","in_stock":true},{"title":"Paperback","offer_id":45917309206713,"sku":"9781636516745","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Hardcover (Color Edition)","offer_id":46782717788345,"sku":"9781636516752","price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/1837\/4329\/files\/Better_website_front_cover__v1.0.jpg?v=1775126948"},{"product_id":"the-personal-growth-leadership-mastery-combo-building-mindset-communication-ethics-and-high-performance-teams-set-of-2-books","title":"The Personal Growth \u0026 Leadership Mastery Combo: Building Mindset, Communication, Ethics, and High-Performance Teams – Set of 2 Books","description":"","brand":"Vibrant Publishers","offers":[{"title":"Paperback","offer_id":46848097255609,"sku":null,"price":56.62,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/1837\/4329\/files\/24_bf247f96-a6e3-49f7-b09f-2cdf025a71a1.jpg?v=1775538582"},{"product_id":"the-complete-management-leadership-essentials-library-building-mindset-team-dynamics-hr-strategies-workplace-leadership-self-learning-management-series-set-of-4-books","title":"The Complete Management \u0026 Leadership Essentials Library: Building Mindset, Team Dynamics, HR Strategies \u0026 Workplace Leadership (Self-Learning Management Series) – Set of 4 Books","description":"","brand":"Vibrant Publishers","offers":[{"title":"Paperback","offer_id":46848337346745,"sku":"9781636517339","price":125.63,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/1837\/4329\/files\/25_f08f1982-6fd5-4f45-a5ac-8d5be6f750d4.jpg?v=1775548670"},{"product_id":"strategy-leadership-decision-making-essentials-strategic-management-ethics-high-performing-teams-heuristics-game-theory-for-managers-set-of-3-books","title":"Strategy, Leadership \u0026 Decision Making Essentials: Strategic Management, Ethics, High-performing Teams, Heuristics \u0026 Game Theory for Managers (Set of 3 Books)","description":"","brand":"Vibrant Publishers LLC","offers":[{"title":"Paperback","offer_id":47305383313593,"sku":"9781636514437","price":85.73,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/1837\/4329\/files\/Businessstrategy_Leadewrship_Businessstrategy.jpg?v=1780123908"}],"url":"https:\/\/www.vibrantpublishers.com\/collections\/leadership-and-personal-development.oembed?page=2","provider":"Vibrant Publishers LLC","version":"1.0","type":"link"}