(function($){"use strict";let html=document.documentElement;html.classList.remove('ut-no-js');html.classList.add('ut-js');$.fn.reverse=function(){return this.pushStack(this.get().reverse(),arguments);};$(document).ready(function(){var $sitebody=$("#ut-sitebody");var wait_for_images=true;var check_preloader_status=setInterval(function(){if(typeof preloader_settings!="undefined"&&!preloader_settings.loader_active&&!wait_for_images){$sitebody.addClass("ut-hero-image-preloaded");clearInterval(check_preloader_status);}else if(typeof preloader_settings==="undefined"&&!wait_for_images){$sitebody.addClass("ut-hero-image-preloaded");clearInterval(check_preloader_status);}},50);window.start_hero_animation_process=function(element){$sitebody.addClass("ut-hero-image-animated");$(document.body).on('webkitAnimationStart mozAnimationStart MSAnimationStart oanimationstart animationstart','#ut-hero .hero-inner .ut-hero-animation-element',function(){$('#ut-hero .hero-title').delay(500).queue(function(){$(this).addClass('hero-title-animated');$(this).parent().addClass('ut-hth-ready');});});$(element).delay(600).queue(function(){$('#ut-hero .ut-hero-animation-element').not('.hero-down-arrow').addClass('ut-hero-animation-element-start');$('#ut-hero .hero-down-arrow').delay(200).queue(function(){$(this).addClass('ut-hero-animation-element-start');});});} var $hero_image_container=$(".parallax-scroll-container","#ut-hero");if($hero_image_container.length){if($hero_image_container.children('.parallax-image-container').length){$hero_image_container.children('.parallax-image-container').waitForImages(function(){wait_for_images=false;});}else