function initForms(){let forms=$('.umbraco-forms-form');if(forms.length){forms.each(function(){let formPages=$(this).find('.umbraco-forms-page');if(formPages.length){formPages.each(function(){let checkBoxes=$('input[type=checkbox]') let radioButtons=$('input[type=radio]') let fileInputs=$('input[type=file]') if(checkBoxes.length){checkBoxes.each(function(){$(this).on("keypress",function(event){if(event.key==="Enter"){event.preventDefault();$(this).click();}});});} if(radioButtons.length){radioButtons.each(function(){let label=$(this).next() label.attr("tabindex","0");label.on("keypress",function(event){if(event.key==="Enter"){event.preventDefault();$(this).prev().click();}});});} if(fileInputs.length){fileInputs.each(function(){$(this).focusin(function(){$(this).next().find('.btn-secondary').css("outline","2px solid #ff7300");});$(this).focusout(function(){$(this).next().find('.btn-secondary').css("outline","none");});});}});}});}} $(document).ready(function(){initForms();});;; ;(function(factory){'use strict';if(typeof define==='function'&&define.amd){define(['jquery'],factory);}else if(typeof exports!=='undefined'){module.exports=factory(require('jquery'));}else{factory(jQuery);}}(function($){'use strict';var Slick=window.Slick||{};Slick=(function(){var instanceUid=0;function Slick(element,settings){var _=this,dataSettings;_.defaults={accessibility:true,adaptiveHeight:false,appendArrows:$(element),appendDots:$(element),arrows:true,asNavFor:null,prevArrow:'',nextArrow:'',autoplay:false,autoplaySpeed:3000,centerMode:false,centerPadding:'50px',cssEase:'ease',customPaging:function(slider,i){return $('