(function(a){function b(){var a=jQuery(".elementor-element[data-tp-equal-height-loadded]");0<a.length&&a.each(function(){var a=jQuery(this).data("id"),b=jQuery(this).data("tp-equal-height-loadded");jQuery(`.elementor-element-${a} ${b}`).equalHeights()})}a.fn.equalHeights=function(){var a=0;jQuery(this).each(function(){a=Math.max(jQuery(this).outerHeight(),a)}),jQuery(this).each(function(){jQuery(this).css("min-height",a)})},jQuery(document).ready(function(){b()}),jQuery(window).on("load resize",function(){b()})})(jQuery);