Lead #1782

Company
Blu Sky Chartered Accountants
Website
http://blusky.co.uk
Best Contact
Email
()

Override

Captured Pages

Emails: info@blusky.co.uk
View text
About Blu Sky What we do Accounting Essentials Tax Credits Investment Readiness Business Insights (Seed) Enterprise Investment Schemes (S)EIS Tax Insights EMI Schemes Environmental, Social and Governance Who we work with Pre-Seed/Startup Seed Funded Series A Funded Series B Funded Exiting Founders Scaling Businesses Seeking Investment Tech and Digital Businesses Resources Blogs Case Studies Podcast Careers 2025 Business Strategy Contact Get Started Menu What we do Accounting Essentials Say goodbye to accounting admin R&D Tax Credits Bespoke tax credit guidance Investment Readiness Secure the investment your business deserves Business Insights Insights to help you make decisions SEIS/EIS Raise investment and scale up Tax Insights Tax shouldn't be taxing EMI Schemes Build belonging within your team ESG Services Create a responsible and sustainable business Who we work with Investment-led Journey Pre-seed/Startup Map out your growth journey Seed funded Get a solid plan to reach your goals Series A funded Know your numbers inside out Series B funded Hit your next set of milestones Exiting Help with wrapping everything up Organic Journey Founder Take your business to the next level Scaling Businesses High-growth accounting for large businesses Seeking Investment Sound advice and accounting support Exit Help with wrapping everything up Sector Tech & Digital About Blu Sky Let's collaborate today to help you grow tomorrow No task is too big or small, we'll take on whatever is needed to help get the job done. Blu Sky values Do great things Be able to demonstrate a growth mindset. Be a pro Do the right things, have a moral compass. Have fun Care about and enjoy what you do. Our promise to you If we don’t keep our promise, we will work for free until you tell us you’re happy again… Never file late if we do, we will pay the fine Provide information that you can easily understand No last minute surprises with your tax bill Our team While our accountants handle individual accounts and we all have our own roles, we’re a collective team of talented people from a broad range of backgrounds. Jon Dudgeon Co-Founder and CEO *statutory director Steven Robinson COO *statutory director Dave Gibson Co-Founder and Chairman Nathan Embleton Client Relationship Director Paula Henderson Payroll & Co Sec Team Leader Lewis Miller Client Relationship Manager Helen Huntley Year End Accountant Reegan Henderson Payroll & Co Sec Accountant Matt Cotson Client Relationship Manager Chrissie Krappe Head of Client Operations Josh Sanghera Head of Growth Bryony Da Silva Client Relationship Director Danielle Clements Cloud Accountant Mia Qaiser Cloud Accountant Kim Rowling Executive Assistant Sarah Mapley Client Relationship Manager Henry Cotson Tax Accountant Alistair McLeod Fractional Chief Information Officer Katrina Appleyard Fractional Chief Sustainability Officer Jenie Quizora Bookkeeper Margarita Orfanel Bookkeeper Verlon Dela Peña Management Accountant Kathleen Santiago Management Accountant Ritchelle Ornopia Management Accountant Jhoana Manalang Year-End Accountant Roscoe Head of Wellbeing *The term director is used to refer to a statutory director of the company. Any other designations that include the term ‘Director’ are not registered statutory directors. We're always on the look out for talented, passionate people Work for us Get started Get in touch with the team to find out how we can revolutionise your business Contact us About Us Get Started Our Story Certified B Corp Read our B Corp Impact Report Contact Us Join the Newsletter Email /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'http://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'http://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ Locations North Shields HQ Blu Sky, Ye Olde Hundred 69 Church Way North Shields NE29 0AE London Blu Sky, Ilona Rose House Manette St London W1D 4AL Newcastle Blu Sky, Newcastle Bank House Pilgrim Street Newcastle Upon Tyne NE1 6QF Blusky on Facebook Blusky on Linkedin Blusky on Twitter Blusky on Instagram Email Blusky Cookie Policy | Privacy Policy | Website by vida. © Copyright 2025. Blu Sky. All Rights Reserved. Registration Number 05908251 • Registered in England and Wales • VAT Number 938 1396 94 Blu Sky Tax Limited • Ye Olde Hundred, 69 Church Way, North Shields, NE29 0AE {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/blusky\/resources\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled","error":"Error","message":"Message"},"vars":{"images_url":"http:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"http:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"http:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"a3204c819f6f6b6b2592805132b358a1","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ /* <![CDATA[ */ var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"a3204c819f6f6b6b2592805132b358a1"},"ajax":{"ajaxurl":"https:\/\/blusky.co.uk\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"ce58431953","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"http:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"180ce8c491"}; /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); } gform.utils.addAsyncFilter('gform/submission/pre_submission', async (data) => { const input = document.createElement('input'); input.type = 'hidden'; input.name = 'gf_zero_spam_key'; input.value = 'lQmC9UAtmzm1y468bR4n4SPCPAnQug6GyW4CeLh9CqozNnQVHrEr2pHLUWGH28sx'; input.setAttribute('autocomplete', 'new-password'); data.form.appendChild(input); return data; });} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ var _iub = _iub || []; _iub.csConfiguration = { "whitelabel": false, "lang": "en-GB", "siteId": 2310463, "floatingPreferencesButtonDisplay": false, "cookiePolicyId": 75683609, "banner": { "position": "float-bottom-right", "rejectButtonColor": "#0073CE", "rejectButtonCaptionColor": "white", "textColor": "white", "backgroundColor": "#003459" } }; (function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9a09045e4a7ff27a',t:'MTc2MzQ4NTE1My4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();
Emails: info@blusky.co.uk
View text
About Blu Sky What we do Accounting Essentials Tax Credits Investment Readiness Business Insights (Seed) Enterprise Investment Schemes (S)EIS Tax Insights EMI Schemes Environmental, Social and Governance Who we work with Pre-Seed/Startup Seed Funded Series A Funded Series B Funded Exiting Founders Scaling Businesses Seeking Investment Tech and Digital Businesses Resources Blogs Case Studies Podcast Careers 2025 Business Strategy Contact Get Started Menu What we do Accounting Essentials Say goodbye to accounting admin R&D Tax Credits Bespoke tax credit guidance Investment Readiness Secure the investment your business deserves Business Insights Insights to help you make decisions SEIS/EIS Raise investment and scale up Tax Insights Tax shouldn't be taxing EMI Schemes Build belonging within your team ESG Services Create a responsible and sustainable business Who we work with Investment-led Journey Pre-seed/Startup Map out your growth journey Seed funded Get a solid plan to reach your goals Series A funded Know your numbers inside out Series B funded Hit your next set of milestones Exiting Help with wrapping everything up Organic Journey Founder Take your business to the next level Scaling Businesses High-growth accounting for large businesses Seeking Investment Sound advice and accounting support Exit Help with wrapping everything up Sector Tech & Digital Contact Get in touch with the team We take care of ‘the important stuff’, so you can focus on running a successful, forward-looking business. Fill out our enquiry form /* <![CDATA[ */ /* ]]&gt; */ Name*Email* PhoneBusiness NameWhat accounting software do you currently use? (if any)How well do you understand your business' finances? Not at all Limited understanding Good understanding Thorough understanding Do you have an up to date business plan? Yes No What's your main business goal for the next 12 months?Does your business align with your personal values and goals? Yes Sometimes No How can we help you?Terms and conditions* I agree to the privacy policy, and consent to receive emails from Blu Sky * /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'http://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_2').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'http://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_2').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 2, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]&gt; */ Contact 0191 258 7676 info@blusky.co.uk North Shields HQ Blu Sky, Ye Olde Hundred 69 Church Way North Shields NE29 0AE Newcastle Office Blu Sky, Newcastle Bank House Pilgrim Street Newcastle Upon Tyne NE1 6QF London Office Blu Sky, Ilona Rose House Manette St London W1D 4AL Get started Get in touch with the team to find out how we can revolutionise your business Contact us About Us Get Started Our Story Certified B Corp Read our B Corp Impact Report Contact Us Join the Newsletter Email /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'http://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'http://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ Locations North Shields HQ Blu Sky, Ye Olde Hundred 69 Church Way North Shields NE29 0AE London Blu Sky, Ilona Rose House Manette St London W1D 4AL Newcastle Blu Sky, Newcastle Bank House Pilgrim Street Newcastle Upon Tyne NE1 6QF Blusky on Facebook Blusky on Linkedin Blusky on Twitter Blusky on Instagram Email Blusky Cookie Policy | Privacy Policy | Website by vida. © Copyright 2025. Blu Sky. All Rights Reserved. Registration Number 05908251 • Registered in England and Wales • VAT Number 938 1396 94 Blu Sky Tax Limited • Ye Olde Hundred, 69 Church Way, North Shields, NE29 0AE {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/blusky\/resources\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled","error":"Error","message":"Message"},"vars":{"images_url":"http:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"http:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"http:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"a3204c819f6f6b6b2592805132b358a1","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"http:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"http:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"a3204c819f6f6b6b2592805132b358a1","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ /* <![CDATA[ */ var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"a3204c819f6f6b6b2592805132b358a1"},"ajax":{"ajaxurl":"https:\/\/blusky.co.uk\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"ce58431953","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"http:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"180ce8c491"}; /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 2) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); } gform.utils.addAsyncFilter('gform/submission/pre_submission', async (data) => { const input = document.createElement('input'); input.type = 'hidden'; input.name = 'gf_zero_spam_key'; input.value = 'lQmC9UAtmzm1y468bR4n4SPCPAnQug6GyW4CeLh9CqozNnQVHrEr2pHLUWGH28sx'; input.setAttribute('autocomplete', 'new-password'); data.form.appendChild(input); return data; });} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 2, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); } gform.utils.addAsyncFilter('gform/submission/pre_submission', async (data) => { const input = document.createElement('input'); input.type = 'hidden'; input.name = 'gf_zero_spam_key'; input.value = 'lQmC9UAtmzm1y468bR4n4SPCPAnQug6GyW4CeLh9CqozNnQVHrEr2pHLUWGH28sx'; input.setAttribute('autocomplete', 'new-password'); data.form.appendChild(input); return data; });} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ var _iub = _iub || []; _iub.csConfiguration = { "whitelabel": false, "lang": "en-GB", "siteId": 2310463, "floatingPreferencesButtonDisplay": false, "cookiePolicyId": 75683609, "banner": { "position": "float-bottom-right", "rejectButtonColor": "#0073CE", "rejectButtonCaptionColor": "white", "textColor": "white", "backgroundColor": "#003459" } }; (function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9a090459bc64f27a',t:'MTc2MzQ4NTE1Mi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();
View text
About Blu Sky What we do Accounting Essentials Tax Credits Investment Readiness Business Insights (Seed) Enterprise Investment Schemes (S)EIS Tax Insights EMI Schemes Environmental, Social and Governance Who we work with Pre-Seed/Startup Seed Funded Series A Funded Series B Funded Exiting Founders Scaling Businesses Seeking Investment Tech and Digital Businesses Resources Blogs Case Studies Podcast Careers 2025 Business Strategy Contact Get Started Menu What we do Accounting Essentials Say goodbye to accounting admin R&D Tax Credits Bespoke tax credit guidance Investment Readiness Secure the investment your business deserves Business Insights Insights to help you make decisions SEIS/EIS Raise investment and scale up Tax Insights Tax shouldn't be taxing EMI Schemes Build belonging within your team ESG Services Create a responsible and sustainable business Who we work with Investment-led Journey Pre-seed/Startup Map out your growth journey Seed funded Get a solid plan to reach your goals Series A funded Know your numbers inside out Series B funded Hit your next set of milestones Exiting Help with wrapping everything up Organic Journey Founder Take your business to the next level Scaling Businesses High-growth accounting for large businesses Seeking Investment Sound advice and accounting support Exit Help with wrapping everything up Sector Tech & Digital 9th Oct 2025 Company Benefits: What Can I Offer My Team? Steven Robinson COO Company benefits say a lot about who you are as an employer. They shape how your team feels about working with you, how long they stay, and how well they perform. The good news? You can build a company benefits package that supports your people, reflects your values and makes financial sense too. Here’s what you can offer to attract great people, support your team and strengthen your business. Why should I offer company benefits? A clear benefits package helps you attract the right people and keep them. It shows you care about wellbeing and helps create a positive culture. Many benefits also come with tax efficiencies, so you can look after your team and your budget at the same time. What can I offer my team? Holidays Every employee is entitled to 5.6 weeks of paid holiday, but lots of businesses choose to go further. Extra days for birthdays, volunteering or long service can help your team rest, recharge and feel appreciated. Pension Scheme A strong pension helps your team plan for the future and remains one of the most tax-efficient benefits available. Employers contribute at least 3% of qualifying earnings, but many choose to increase this. Some businesses now offer ethical pension funds to align with sustainability goals, which is a nice way to tie benefits to your values. Cycle to Work and Electric Vehicle Schemes These benefits tick all the right boxes: healthy, sustainable and cost-effective. Through the Cycle to Work Scheme, employees buy bikes or e-bikes via salary sacrifice, saving on Income Tax and National Insurance while you save on employer National Insurance Contributions (NICs). Electric vehicle schemes are gaining popularity too. They’re a great way to support sustainability goals while offering a practical, tax-efficient benefit that appeals to environmentally conscious employees. Health and Wellbeing Support Employee wellbeing should be a top priority for businesses looking to find and keep top talent. While a lot of wellbeing comes down to day-to-day culture, there are benefits you can offer that make a difference. Some options include: Health cash plans help employees claim back costs for things like dental care, eye tests or physiotherapy. These are a taxable Benefit in Kind (BiK), but they’re affordable to run and can reduce sick days and improve long-term health. Private medical insurance covers wider healthcare, giving employees faster access to treatment and peace of mind. Employee Assistance Programme (EAP) providing confidential advice or counselling for issues like stress and anxiety. Learning and Development Supporting learning is one of the easiest ways to add real value, and it’s usually tax-free. If the training or qualification relates to your employee’s current or future role, HMRC classes it as work-related training, so there’s no tax or National Insurance to pay. The cost is also deductible for the business, making it efficient for everyone. That could mean funding a relevant course, giving paid time for professional development, or covering membership fees for an approved professional body. Trivial Benefits While the name doesn’t sound exciting, trivial benefits are a great, tax-free way to reward and recognise your team throughout the year. Each director can spend up to £300 a year and there’s a cap of £50 per gift. Trivial benefits could include a team lunch, maternity/paternity hampers or recognising an employee’s birthday/work anniversary with a gift voucher (gift vouchers can’t be given for performance). EMI Share Options For scale-ups or growing businesses, Enterprise Management Incentive (EMI) share schemes are worth exploring. They let employees buy shares in the company later, often at a discount, with generous tax reliefs if you qualify. Culture, flexibility and purpose Not every benefit comes with a form or a tax code. Some of the most valuable ones are about how your business feels to work in. Flexibility is now an expectation, not just a perk. Offering hybrid working, flexible hours or compressed weeks helps people balance life and work, and it opens your doors to a wider range of talent. Purpose-led benefits such as volunteering days, charity donation matching or sustainability initiatives go a long way too. They connect everyday work with something bigger and show that your business cares about more than profit. How we do benefits at Blu Sky At Blu Sky, we believe work should work for our people. That’s why our benefits package is built around flexibility, wellbeing and purpose. Alongside 25 days holiday (plus bank holidays), we offer extra paid days off for birthdays, volunteering, and wellbeing, because life outside of work matters. Our team has access to private medical insurance, salary sacrifice schemes like electric cars, and family-friendly leave that supports different life stages. We also work remotely, with flexible hours that suit both our people and our clients. It’s all part of how we do great work and have fun doing it. Need to discuss your company benefits package? There’s no one-size-fits-all approach to benefits. The best packages are the ones that reflect your people, your purpose and your budget. If you’d like to review your benefits for, we can help you strike the right balance between value, compliance and culture. Get in touch with the Blu Sky team, we’ll help you build a benefits package that works for your business and the people who make it great. There's more where that came from... By Josh Sanghera | 12 November 2025 Behind the Numbers: Josh Sanghera By Steven Robinson | 10 November 2025 Companies House Identity Verification: What You Need to Know By Jon Dudgeon | 25 September 2025 Sustainable Growth: How to Build a Business That Thrives Get started Get in touch with the team to find out how we can revolutionise your business Contact us About Us Get Started Our Story Certified B Corp Read our B Corp Impact Report Contact Us Join the Newsletter Email /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ Locations North Shields HQ Blu Sky, Ye Olde Hundred 69 Church Way North Shields NE29 0AE London Blu Sky, Ilona Rose House Manette St London W1D 4AL Newcastle Blu Sky, Newcastle Bank House Pilgrim Street Newcastle Upon Tyne NE1 6QF Blusky on Facebook Blusky on Linkedin Blusky on Twitter Blusky on Instagram Email Blusky Cookie Policy | Privacy Policy | Website by vida. © Copyright 2025. Blu Sky. All Rights Reserved. Registration Number 05908251 • Registered in England and Wales • VAT Number 938 1396 94 Blu Sky Tax Limited • Ye Olde Hundred, 69 Church Way, North Shields, NE29 0AE {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/blusky\/resources\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled","error":"Error","message":"Message"},"vars":{"images_url":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"a3204c819f6f6b6b2592805132b358a1","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ /* <![CDATA[ */ var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"a3204c819f6f6b6b2592805132b358a1"},"ajax":{"ajaxurl":"https:\/\/blusky.co.uk\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"7759bca045","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"a1c10443b6"}; /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); } gform.utils.addAsyncFilter('gform/submission/pre_submission', async (data) => { const input = document.createElement('input'); input.type = 'hidden'; input.name = 'gf_zero_spam_key'; input.value = 'lQmC9UAtmzm1y468bR4n4SPCPAnQug6GyW4CeLh9CqozNnQVHrEr2pHLUWGH28sx'; input.setAttribute('autocomplete', 'new-password'); data.form.appendChild(input); return data; });} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ var _iub = _iub || []; _iub.csConfiguration = { "whitelabel": false, "lang": "en-GB", "siteId": 2310463, "floatingPreferencesButtonDisplay": false, "cookiePolicyId": 75683609, "banner": { "position": "float-bottom-right", "rejectButtonColor": "#0073CE", "rejectButtonCaptionColor": "white", "textColor": "white", "backgroundColor": "#003459" } }; (function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9a0904563c703904',t:'MTc2MzQ4NTE1MS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();
View text
About Blu Sky What we do Accounting Essentials Tax Credits Investment Readiness Business Insights (Seed) Enterprise Investment Schemes (S)EIS Tax Insights EMI Schemes Environmental, Social and Governance Who we work with Pre-Seed/Startup Seed Funded Series A Funded Series B Funded Exiting Founders Scaling Businesses Seeking Investment Tech and Digital Businesses Resources Blogs Case Studies Podcast Careers 2025 Business Strategy Contact Get Started Menu What we do Accounting Essentials Say goodbye to accounting admin R&D Tax Credits Bespoke tax credit guidance Investment Readiness Secure the investment your business deserves Business Insights Insights to help you make decisions SEIS/EIS Raise investment and scale up Tax Insights Tax shouldn't be taxing EMI Schemes Build belonging within your team ESG Services Create a responsible and sustainable business Who we work with Investment-led Journey Pre-seed/Startup Map out your growth journey Seed funded Get a solid plan to reach your goals Series A funded Know your numbers inside out Series B funded Hit your next set of milestones Exiting Help with wrapping everything up Organic Journey Founder Take your business to the next level Scaling Businesses High-growth accounting for large businesses Seeking Investment Sound advice and accounting support Exit Help with wrapping everything up Sector Tech & Digital Enterprise Management Incentive (EMI) Schemes Motivate your team and benefit your business with an EMI employee share scheme Build engagement and belonging within your team with share options. There are many to choose from, but the most tax rewarding and employee-centred is the EMI. Let's chat Incentivise Your Employees Share options are a great tool to get your team really bought into the company. It can give people a sense of ownership, and in turn, build engagement for the growth journey ahead. Lower Your Tax EMI schemes allow you to offset both the cost of the scheme and the tax benefits achieved by your employees against your company’s tax liability. Attract and Retain Top Talent Shares are an eye-catching employee benefit that you can include in your offer packages. They can make your business more desirable to talent and reduce employee turnover. Let us save you the hassle. Get in touch Why choose BluSky? Take care of the complex stuff The rules for EMI schemes are complicated and it’s important you use someone who knows and cares about what they’re doing. *Welcome to Blu Sky!* We liaise with HMRC to set out the share values and sort the intricacies. A share scheme tailored to your company We’ll guide you through your options to make sure that every aspect of your employee share scheme package is tailored to your team and your business. Advice from a team who've done it all before This isn’t our first rodeo. We’ve helped lots of tech, digital and growing businesses build amazing employee packages that work for their team. "Blu Sky are taking accountancy into the 21st century through their proactive use of technology with clients, which makes my life a heck of a lot easier. Both Dave & Jon as well as the rest of the team are approachable, efficient and extremely down to earth. I recommend them highly!" Jamie Bogle Co-Founder, Co-Navigate Ltd Featured blog What does a good virtual finance team look like? We know for many business owners bringing in a virtual finance team is a big decision. In this blog we explore exactly what makes a good one, so you know exactly what to expect! Read more Chat to us about your project Get in touch Get started Get in touch with the team to find out how we can revolutionise your business Contact us About Us Get Started Our Story Certified B Corp Read our B Corp Impact Report Contact Us Join the Newsletter Email /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ Locations North Shields HQ Blu Sky, Ye Olde Hundred 69 Church Way North Shields NE29 0AE London Blu Sky, Ilona Rose House Manette St London W1D 4AL Newcastle Blu Sky, Newcastle Bank House Pilgrim Street Newcastle Upon Tyne NE1 6QF Blusky on Facebook Blusky on Linkedin Blusky on Twitter Blusky on Instagram Email Blusky Cookie Policy | Privacy Policy | Website by vida. © Copyright 2025. Blu Sky. All Rights Reserved. Registration Number 05908251 • Registered in England and Wales • VAT Number 938 1396 94 Blu Sky Tax Limited • Ye Olde Hundred, 69 Church Way, North Shields, NE29 0AE {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/blusky\/resources\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled","error":"Error","message":"Message"},"vars":{"images_url":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"a3204c819f6f6b6b2592805132b358a1","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ /* <![CDATA[ */ var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"a3204c819f6f6b6b2592805132b358a1"},"ajax":{"ajaxurl":"https:\/\/blusky.co.uk\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"ce58431953","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"180ce8c491"}; /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); } gform.utils.addAsyncFilter('gform/submission/pre_submission', async (data) => { const input = document.createElement('input'); input.type = 'hidden'; input.name = 'gf_zero_spam_key'; input.value = 'lQmC9UAtmzm1y468bR4n4SPCPAnQug6GyW4CeLh9CqozNnQVHrEr2pHLUWGH28sx'; input.setAttribute('autocomplete', 'new-password'); data.form.appendChild(input); return data; });} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ var _iub = _iub || []; _iub.csConfiguration = { "whitelabel": false, "lang": "en-GB", "siteId": 2310463, "floatingPreferencesButtonDisplay": false, "cookiePolicyId": 75683609, "banner": { "position": "float-bottom-right", "rejectButtonColor": "#0073CE", "rejectButtonCaptionColor": "white", "textColor": "white", "backgroundColor": "#003459" } }; (function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9a09045259123904',t:'MTc2MzQ4NTE1MS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();
Emails: info@blusky.co.uk
View text
About Blu Sky What we do Accounting Essentials Tax Credits Investment Readiness Business Insights (Seed) Enterprise Investment Schemes (S)EIS Tax Insights EMI Schemes Environmental, Social and Governance Who we work with Pre-Seed/Startup Seed Funded Series A Funded Series B Funded Exiting Founders Scaling Businesses Seeking Investment Tech and Digital Businesses Resources Blogs Case Studies Podcast Careers 2025 Business Strategy Contact Get Started Menu What we do Accounting Essentials Say goodbye to accounting admin R&D Tax Credits Bespoke tax credit guidance Investment Readiness Secure the investment your business deserves Business Insights Insights to help you make decisions SEIS/EIS Raise investment and scale up Tax Insights Tax shouldn't be taxing EMI Schemes Build belonging within your team ESG Services Create a responsible and sustainable business Who we work with Investment-led Journey Pre-seed/Startup Map out your growth journey Seed funded Get a solid plan to reach your goals Series A funded Know your numbers inside out Series B funded Hit your next set of milestones Exiting Help with wrapping everything up Organic Journey Founder Take your business to the next level Scaling Businesses High-growth accounting for large businesses Seeking Investment Sound advice and accounting support Exit Help with wrapping everything up Sector Tech & Digital Contact Get in touch with the team We take care of ‘the important stuff’, so you can focus on running a successful, forward-looking business. Fill out our enquiry form /* <![CDATA[ */ /* ]]&gt; */ Name*Email* PhoneBusiness NameWhat accounting software do you currently use? (if any)How well do you understand your business' finances? Not at all Limited understanding Good understanding Thorough understanding Do you have an up to date business plan? Yes No What's your main business goal for the next 12 months?Does your business align with your personal values and goals? Yes Sometimes No How can we help you?Terms and conditions* I agree to the privacy policy, and consent to receive emails from Blu Sky * /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_2').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_2').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 2, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]&gt; */ Contact 0191 258 7676 info@blusky.co.uk North Shields HQ Blu Sky, Ye Olde Hundred 69 Church Way North Shields NE29 0AE Newcastle Office Blu Sky, Newcastle Bank House Pilgrim Street Newcastle Upon Tyne NE1 6QF London Office Blu Sky, Ilona Rose House Manette St London W1D 4AL Get started Get in touch with the team to find out how we can revolutionise your business Contact us About Us Get Started Our Story Certified B Corp Read our B Corp Impact Report Contact Us Join the Newsletter Email /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ Locations North Shields HQ Blu Sky, Ye Olde Hundred 69 Church Way North Shields NE29 0AE London Blu Sky, Ilona Rose House Manette St London W1D 4AL Newcastle Blu Sky, Newcastle Bank House Pilgrim Street Newcastle Upon Tyne NE1 6QF Blusky on Facebook Blusky on Linkedin Blusky on Twitter Blusky on Instagram Email Blusky Cookie Policy | Privacy Policy | Website by vida. © Copyright 2025. Blu Sky. All Rights Reserved. Registration Number 05908251 • Registered in England and Wales • VAT Number 938 1396 94 Blu Sky Tax Limited • Ye Olde Hundred, 69 Church Way, North Shields, NE29 0AE {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/blusky\/resources\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled","error":"Error","message":"Message"},"vars":{"images_url":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"a3204c819f6f6b6b2592805132b358a1","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"a3204c819f6f6b6b2592805132b358a1","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ /* <![CDATA[ */ var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"a3204c819f6f6b6b2592805132b358a1"},"ajax":{"ajaxurl":"https:\/\/blusky.co.uk\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"ce58431953","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"180ce8c491"}; /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 2) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); } gform.utils.addAsyncFilter('gform/submission/pre_submission', async (data) => { const input = document.createElement('input'); input.type = 'hidden'; input.name = 'gf_zero_spam_key'; input.value = 'lQmC9UAtmzm1y468bR4n4SPCPAnQug6GyW4CeLh9CqozNnQVHrEr2pHLUWGH28sx'; input.setAttribute('autocomplete', 'new-password'); data.form.appendChild(input); return data; });} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 2, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); } gform.utils.addAsyncFilter('gform/submission/pre_submission', async (data) => { const input = document.createElement('input'); input.type = 'hidden'; input.name = 'gf_zero_spam_key'; input.value = 'lQmC9UAtmzm1y468bR4n4SPCPAnQug6GyW4CeLh9CqozNnQVHrEr2pHLUWGH28sx'; input.setAttribute('autocomplete', 'new-password'); data.form.appendChild(input); return data; });} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ var _iub = _iub || []; _iub.csConfiguration = { "whitelabel": false, "lang": "en-GB", "siteId": 2310463, "floatingPreferencesButtonDisplay": false, "cookiePolicyId": 75683609, "banner": { "position": "float-bottom-right", "rejectButtonColor": "#0073CE", "rejectButtonCaptionColor": "white", "textColor": "white", "backgroundColor": "#003459" } }; (function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9a09044fce8a3904',t:'MTc2MzQ4NTE1MC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();
Emails: info@blusky.co.uk
View text
About Blu Sky What we do Accounting Essentials Tax Credits Investment Readiness Business Insights (Seed) Enterprise Investment Schemes (S)EIS Tax Insights EMI Schemes Environmental, Social and Governance Who we work with Pre-Seed/Startup Seed Funded Series A Funded Series B Funded Exiting Founders Scaling Businesses Seeking Investment Tech and Digital Businesses Resources Blogs Case Studies Podcast Careers 2025 Business Strategy Contact Get Started Menu What we do Accounting Essentials Say goodbye to accounting admin R&D Tax Credits Bespoke tax credit guidance Investment Readiness Secure the investment your business deserves Business Insights Insights to help you make decisions SEIS/EIS Raise investment and scale up Tax Insights Tax shouldn't be taxing EMI Schemes Build belonging within your team ESG Services Create a responsible and sustainable business Who we work with Investment-led Journey Pre-seed/Startup Map out your growth journey Seed funded Get a solid plan to reach your goals Series A funded Know your numbers inside out Series B funded Hit your next set of milestones Exiting Help with wrapping everything up Organic Journey Founder Take your business to the next level Scaling Businesses High-growth accounting for large businesses Seeking Investment Sound advice and accounting support Exit Help with wrapping everything up Sector Tech & Digital About Blu Sky Let's collaborate today to help you grow tomorrow No task is too big or small, we'll take on whatever is needed to help get the job done. Blu Sky values Do great things Be able to demonstrate a growth mindset. Be a pro Do the right things, have a moral compass. Have fun Care about and enjoy what you do. Our promise to you If we don’t keep our promise, we will work for free until you tell us you’re happy again… Never file late if we do, we will pay the fine Provide information that you can easily understand No last minute surprises with your tax bill Our team While our accountants handle individual accounts and we all have our own roles, we’re a collective team of talented people from a broad range of backgrounds. Jon Dudgeon Co-Founder and CEO *statutory director Steven Robinson COO *statutory director Dave Gibson Co-Founder and Chairman Nathan Embleton Client Relationship Director Paula Henderson Payroll & Co Sec Team Leader Lewis Miller Client Relationship Manager Helen Huntley Year End Accountant Reegan Henderson Payroll & Co Sec Accountant Matt Cotson Client Relationship Manager Chrissie Krappe Head of Client Operations Josh Sanghera Head of Growth Bryony Da Silva Client Relationship Director Danielle Clements Cloud Accountant Mia Qaiser Cloud Accountant Kim Rowling Executive Assistant Sarah Mapley Client Relationship Manager Henry Cotson Tax Accountant Alistair McLeod Fractional Chief Information Officer Katrina Appleyard Fractional Chief Sustainability Officer Jenie Quizora Bookkeeper Margarita Orfanel Bookkeeper Verlon Dela Peña Management Accountant Kathleen Santiago Management Accountant Ritchelle Ornopia Management Accountant Jhoana Manalang Year-End Accountant Roscoe Head of Wellbeing *The term director is used to refer to a statutory director of the company. Any other designations that include the term ‘Director’ are not registered statutory directors. We're always on the look out for talented, passionate people Work for us Get started Get in touch with the team to find out how we can revolutionise your business Contact us About Us Get Started Our Story Certified B Corp Read our B Corp Impact Report Contact Us Join the Newsletter Email /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ Locations North Shields HQ Blu Sky, Ye Olde Hundred 69 Church Way North Shields NE29 0AE London Blu Sky, Ilona Rose House Manette St London W1D 4AL Newcastle Blu Sky, Newcastle Bank House Pilgrim Street Newcastle Upon Tyne NE1 6QF Blusky on Facebook Blusky on Linkedin Blusky on Twitter Blusky on Instagram Email Blusky Cookie Policy | Privacy Policy | Website by vida. © Copyright 2025. Blu Sky. All Rights Reserved. Registration Number 05908251 • Registered in England and Wales • VAT Number 938 1396 94 Blu Sky Tax Limited • Ye Olde Hundred, 69 Church Way, North Shields, NE29 0AE {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/blusky\/resources\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled","error":"Error","message":"Message"},"vars":{"images_url":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"a3204c819f6f6b6b2592805132b358a1","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ /* <![CDATA[ */ var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"a3204c819f6f6b6b2592805132b358a1"},"ajax":{"ajaxurl":"https:\/\/blusky.co.uk\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"ce58431953","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"180ce8c491"}; /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); } gform.utils.addAsyncFilter('gform/submission/pre_submission', async (data) => { const input = document.createElement('input'); input.type = 'hidden'; input.name = 'gf_zero_spam_key'; input.value = 'lQmC9UAtmzm1y468bR4n4SPCPAnQug6GyW4CeLh9CqozNnQVHrEr2pHLUWGH28sx'; input.setAttribute('autocomplete', 'new-password'); data.form.appendChild(input); return data; });} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ var _iub = _iub || []; _iub.csConfiguration = { "whitelabel": false, "lang": "en-GB", "siteId": 2310463, "floatingPreferencesButtonDisplay": false, "cookiePolicyId": 75683609, "banner": { "position": "float-bottom-right", "rejectButtonColor": "#0073CE", "rejectButtonCaptionColor": "white", "textColor": "white", "backgroundColor": "#003459" } }; (function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9a09044bab743904',t:'MTc2MzQ4NTE1MC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();
http://blusky.co.uk/
Status: 200
Emails: info@blusky.co.uk
View text
About Blu Sky What we do Accounting Essentials Tax Credits Investment Readiness Business Insights (Seed) Enterprise Investment Schemes (S)EIS Tax Insights EMI Schemes Environmental, Social and Governance Who we work with Pre-Seed/Startup Seed Funded Series A Funded Series B Funded Exiting Founders Scaling Businesses Seeking Investment Tech and Digital Businesses Resources Blogs Case Studies Podcast Careers 2025 Business Strategy Contact Get Started Menu What we do Accounting Essentials Say goodbye to accounting admin R&D Tax Credits Bespoke tax credit guidance Investment Readiness Secure the investment your business deserves Business Insights Insights to help you make decisions SEIS/EIS Raise investment and scale up Tax Insights Tax shouldn't be taxing EMI Schemes Build belonging within your team ESG Services Create a responsible and sustainable business Who we work with Investment-led Journey Pre-seed/Startup Map out your growth journey Seed funded Get a solid plan to reach your goals Series A funded Know your numbers inside out Series B funded Hit your next set of milestones Exiting Help with wrapping everything up Organic Journey Founder Take your business to the next level Scaling Businesses High-growth accounting for large businesses Seeking Investment Sound advice and accounting support Exit Help with wrapping everything up Sector Tech & Digital Accountants that care Your financial wellbeing is our business. We help ambitious companies across the UK to grow and make visions happen. .bc01{fill:#fff} .st0{fill:#fceddf}.st1{fill:#1f233b}.st2{fill:#3e53db} .st0{fill:#fceddf}.st1{fill:#1f233b}.st2{fill:#3e53db} .st6{fill:#fc4c02}.st7{fill:#fff} .st3{fill:#4abea7}.st7{fill:#fff} Tell us about your business, and we’ll show you how we help. I’m currently on an investment journey I’m currently running my business without investment Pre-seed funded Seed funded Series A funded Series B funded Exit You’re at the earliest stage of your funding journey, you need investment so you can turn your bright ideas into a tangible product or service. What you’ll need at this stage: Establishing your business accounts Accounting essentials Investment readiness Start-up club Find out more Congrats, you’ve wowed the investors and secured funding (or you’re well on your way to securing funding) and you’re currently figuring out what your next move is. What you’ll need at this stage: Accounting essentials Business Insights (S)EIS support R&D tax credits Find out more You’ve made progress, have a brilliant business model and now you need or have secured funding to take your business to the next level. What you’ll need at this stage: Accounting essentials Investment readiness Business Insights (S)EIS support R&D tax credits EMI share schemes Tax Insights Find out more You’re ready to do some serious scaling. You’ve generated revenue and you’re at a point where your business needs or has secured its next round of investment. What you’ll need at this stage: Investment readiness Business Insights (S)EIS R&D tax credits Tax Insights Xero health check Find out more You’re preparing for the sale of your business or to transfer it to another party. You have or need to put together a solid plan but you’re not sure where to start. What you’ll need at this stage: Accounting essentials Business insights Tax insights Find out more Founder Scale-up Considering investment Exit You’re in your first year or early years of your business journey and you’re still adjusting to life as a founder. You appreciate all the sound advice and support you can get, along with a support network that won’t break the bank. What you’ll need at this stage: Accounting essentials Start up club Business Insights Tax Insights R&D tax credits Find out more Your business is growing, it’s an exciting time and there’s a lot on your horizon, but you could do with extra hours in the day and some additional support to plug the gaps. What you’ll need at this stage: Investment readiness Business Insights R&D tax credits Tax Insights Xero health check Find out more You’re yet to embark on your investment journey, but you could benefit from the cash injection sooner rather than later. You’re not really sure where to start but want to get the ball rolling. What you’ll need at this stage: Investment readiness Business insights R&D tax credits Tax insights Xero health check Find out more It’s time to wrap everything up. You’re preparing for the sale of your business or to transfer it to another party. You have or need to put together a solid plan but you’re not sure what to do first. What you’ll need at this stage: Accounting essentials Business Insights Tax Insights Find out more The Blu Sky way There’s always a story behind your numbers. We make it our mission to care about the bigger picture. It’s how we help you succeed. We’re here for you. You can’t know everything about running a successful business. Trust our specialist team to take care of the financial side of things, with informed recommendations and advice at the right time. We're passionate about tech. We’re more like a tech company than a traditional accountancy firm. We stay clued up on the latest financial technology stacks to help you understand how to build efficiencies and scale your processes. We look forward, not back. We get to know your goals and help you achieve them. We set you up with the latest financial software so you have the insight needed to make business decisions that take you closer to your vision. Going for investment? We’ve got you. We do the important behind-the-scenes work that really matters when you go for investment. From pre-seed to Series A and beyond, we guide you through the process for added peace of mind. Don't take our word for it… Blu Sky are always really approachable, no matter what the problem is or how silly something might sound, they will always respond. We get monthly accounts, lots of tips and advice and a meeting every month to go through what we can improve within the business Nic Flyn Co founder, Nebula Labs, Newcastle upon Tyne The team at Blu Sky are amazing. Simply put. They look after all our accounting needs, and keep us on track with reporting, reconciling, submitting everything to HMRC etc. A great team spirit – they are like an extension of our team. We couldn’t be nearly as efficient without them! Sarah Thackray Founder, Beaconhouse Events, North East Blu Sky are much more than our accountants. They’ve supported us to implement relevant software that saves us time. We’ve also been able to work with them on various strategic projects that have been inherent in helping us to make important decisions relating to our business growth. Ellen Hedley Co-Founder, Vida Creative, Newcastle upon Tyne Some practices only have yearly meetings which mean you have to go over and recount so much information. That’s not what it’s like with Blu Sky, we don’t ever have to waste time going over the past. It’s reassuring to know that they’re always so up to date and in the know. Pav Badala Finance Director, RevLifter, London From day one the Blu Sky team gave me answers and guided me through a whole range of ever-changing processes. Along with necessities, like tax, dividends and Companies House compliance. Knowing you have a team of experts behind you, especially at start-up stage, really gives you comfort. Trevor Norman Founder, Tribero, Gateshead Blu Sky helped us identify that the app developments we were working on would qualify for R&D tax relief. They collated all the relevant information, submitted the claim and answered all of our questions. Paul Miller Founder, VEO As we developed and grew, we needed Blu Sky to play a bigger part in helping us strategically plan and develop financially. They were able to do so by gaining a thorough understanding of our business model, with proactive involvement and forecasting. John Tuton Founder and CEO, Mammoth Group The Blu Sky team helped me supply all the financial information needed for my most recent investment. They helped connect me with the right network of investors and 90% of my secured investment has been achieved through Blu Sky’s network, which I’m very grateful for. Thea Cumming Founder, Dangerous Don, London They’ve also been proactive with suggestions which is great. The team really do understand that as a founder, I’m often focusing on different aspects of the business, so anything that they can help with is appreciated. Dimitrios Konstantinidis Director, Honest AI, London We wanted to delegate as much out as possible to free up our own time for higher-value activity. Blu Sky gets stuff done. The team manage our payroll, anything related to HMRC, Companies House, and personal tax, as well as advising on a more strategic level. Mark Renney Managing Director, Wubbleyou Blu Sky just really understand the nature of a growing business and the kind of growth projection support and financial advice SMEs specifically need. Oli Deacon Founder, OD Coaching We wanted accountants that really understood digital because we’re a company that’s focused on scaling by leveraging tech. Blu Sky is also a digital-first company that has a focus on integrating technologies to automate what they do wherever possible, so this really appealed to us. Dave Anderson Ride Electric Two Pints of Lager & A Spreadsheet Ep.61 Ellen Hedley, David Broom, Rachel McBryde on the Importance of Storytelling Three North East founders share how storytelling builds connection, confidence and culture, at any stage of the business journey. Listen here From the blog 12 November 2025 Behind the Numbers: Josh Sanghera 10 November 2025 Companies House Identity Verification: What You Need to Know 09 October 2025 Company Benefits: What Can I Offer My Team? 25 September 2025 Sustainable Growth: How to Build a Business That Thrives 21 August 2025 We’re Hiring a Client Relationship Manager 21 August 2025 We’re Hiring a Tax Manager 14 July 2025 The Essential Mid-Year Checklist for CEOs 11 June 2025 Why Workplace Values Matter: The Key to Retention and Satisfaction 03 June 2025 How to Create a Smart Business Exit Strategy View all blogs Talk to an accountant you can relate to Let's chat What we do Essential Accounting Everything covered, from your statutory accounts and tax returns, to payroll and bookkeeping. Learn more Business Insights As you grow, get the insights you need to get cash into your business quicker. Learn more Payroll We can manage your payroll, or save you even more time with payroll payments automation. Learn more Tax Planning We do the taxing, you do the relaxing. Learn more App Advisory Financial tech scales with your business. We find and integrate the best apps for your company’s specific needs. Learn more R&D Tax Credits Accelerating innovation is what we do. Your R&D Tax Credit is one of the perks we can help you with. Learn more EMI Schemes Motivate your team and benefit your business with an EMI share scheme. We’ll help you sort the details. Learn more (S)EIS Schemes If you’re looking to scale your business then you need access to the right investment. Raise money through a (S)EIS scheme. Learn more Get started Get in touch with the team to find out how we can revolutionise your business Contact us About Us Get Started Our Story Certified B Corp Read our B Corp Impact Report Contact Us Join the Newsletter Email /* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://blusky.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */ Locations North Shields HQ Blu Sky, Ye Olde Hundred 69 Church Way North Shields NE29 0AE London Blu Sky, Ilona Rose House Manette St London W1D 4AL Newcastle Blu Sky, Newcastle Bank House Pilgrim Street Newcastle Upon Tyne NE1 6QF Blusky on Facebook Blusky on Linkedin Blusky on Twitter Blusky on Instagram Email Blusky Cookie Policy | Privacy Policy | Website by vida. © Copyright 2025. Blu Sky. All Rights Reserved. Registration Number 05908251 • Registered in England and Wales • VAT Number 938 1396 94 Blu Sky Tax Limited • Ye Olde Hundred, 69 Church Way, North Shields, NE29 0AE {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/blusky\/resources\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled","error":"Error","message":"Message"},"vars":{"images_url":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"a3204c819f6f6b6b2592805132b358a1","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ /* <![CDATA[ */ var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"a3204c819f6f6b6b2592805132b358a1"},"ajax":{"ajaxurl":"https:\/\/blusky.co.uk\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"ce58431953","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/blusky.co.uk\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"180ce8c491"}; /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); } gform.utils.addAsyncFilter('gform/submission/pre_submission', async (data) => { const input = document.createElement('input'); input.type = 'hidden'; input.name = 'gf_zero_spam_key'; input.value = 'lQmC9UAtmzm1y468bR4n4SPCPAnQug6GyW4CeLh9CqozNnQVHrEr2pHLUWGH28sx'; input.setAttribute('autocomplete', 'new-password'); data.form.appendChild(input); return data; });} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); /* ]]> */ /* <![CDATA[ */ gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); /* ]]> */ var _iub = _iub || []; _iub.csConfiguration = { "whitelabel": false, "lang": "en-GB", "siteId": 2310463, "floatingPreferencesButtonDisplay": false, "cookiePolicyId": 75683609, "banner": { "position": "float-bottom-right", "rejectButtonColor": "#0073CE", "rejectButtonCaptionColor": "white", "textColor": "white", "backgroundColor": "#003459" } }; (function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9a0904400a473904',t:'MTc2MzQ4NTE0OC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();