;(function($){
'use strict';
$.fn.fitVids=function(options){
var settings={
customSelector: null,
ignore: null
};
if(!document.getElementById('fit-vids-style')){
var head=document.head||document.getElementsByTagName('head')[0];
var css='.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}';
var div=document.createElement("div");
div.innerHTML='<p>x</p><style id="fit-vids-style">' + css + '</style>';
head.appendChild(div.childNodes[1]);
}
if(options){
$.extend(settings, options);
}
return this.each(function(){
var selectors=[
'iframe[src*="player.vimeo.com"]',
'iframe[src*="youtube.com"]',
'iframe[src*="youtube-nocookie.com"]',
'iframe[src*="kickstarter.com"][src*="video.html"]',
'object',
'embed'
];
if(settings.customSelector){
selectors.push(settings.customSelector);
}
var ignoreList='.fitvidsignore';
if(settings.ignore){
ignoreList=ignoreList + ', ' + settings.ignore;
}
var $allVideos=$(this).find(selectors.join(','));
$allVideos=$allVideos.not('object object');
$allVideos=$allVideos.not(ignoreList);
$allVideos.each(function(){
var $this=$(this);
if($this.parents(ignoreList).length > 0){
return;
}
if(this.tagName.toLowerCase()==='embed'&&$this.parent('object').length||$this.parent('.fluid-width-video-wrapper').length){ return; }
if((!$this.css('height')&&!$this.css('width'))&&(isNaN($this.attr('height'))||isNaN($this.attr('width')))){
$this.attr('height', 9);
$this.attr('width', 16);
}
var height=(this.tagName.toLowerCase()==='object'||($this.attr('height')&&!isNaN(parseInt($this.attr('height'), 10)))) ? parseInt($this.attr('height'), 10):$this.height(),
width = !isNaN(parseInt($this.attr('width'), 10)) ? parseInt($this.attr('width'), 10):$this.width(),
aspectRatio=height / width;
if(!$this.attr('name')){
var videoName='fitvid' + $.fn.fitVids._count;
$this.attr('name', videoName);
$.fn.fitVids._count++;
}
$this.wrap('<div class="fluid-width-video-wrapper"></div>').parent('.fluid-width-video-wrapper').css('padding-top', (aspectRatio * 100)+'%');
$this.removeAttr('height').removeAttr('width');
});
});
};
$.fn.fitVids._count=0;
})(window.jQuery||window.Zepto);
!function(e){var t={};function n(i){if(t[i])return t[i].exports;var o=t[i]={i,l:!1,exports:{}};return e[i].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:i})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/",n(n.s=213)}([,,,,,function(e,t){},function(e,t){},,,function(e,t){},function(e,t){},,,,,function(e,t){},function(e,t){},,function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},,function(e,t){},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){n(214),n(215),n(216),n(10),n(56),n(57),n(9),n(40),n(88),n(6),n(5),n(15),n(16),n(18),n(217),n(19),n(20),n(21),n(22),n(23),n(24),n(25),n(26),n(27),n(28),n(29),n(30),n(31),n(32),n(33),n(34),n(35),n(36),n(37),n(38),n(39),n(86),n(218),n(41),n(42),n(43),n(44),n(45),n(46),n(47),n(48),n(49),n(50),n(51),n(52),n(53),n(54),n(55),n(58),n(59),n(60),n(61),n(62),n(63),n(64),n(65),n(66),n(67),n(68),n(69),n(70),n(71),n(72),n(73),n(74),n(75),n(76),n(77),n(78),n(79),n(80),n(81),n(82),n(83),n(84),n(85),n(219),e.exports=n(220)},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t){jQuery(function(e){var t="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==",n="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==",i="Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.";window.ETBuilderBackendDynamic&&window.ETBuilderBackendDynamic.defaults&&(window.ETBuilderBackendDynamic.defaults.dnxte_flip_box={front_heading:"Front Title",back_heading:"Back Title",front_content:"<p>".concat("Put your actual text here.","</p>"),back_content:"<p>".concat("Put your actual text here.","</p>")},window.ETBuilderBackendDynamic.defaults.dnxte_image_reveal={dnext_img_reveal:t},window.ETBuilderBackendDynamic.defaults.dnxte_3d_flipbox={front_heading:"Front Title Goes Here",back_heading:"Back Title Goes Here",front_content:"<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings.</p>",back_content:"<p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p>"},window.ETBuilderBackendDynamic.defaults.dnxte_team_social_reveal={teamsorev_image:n,teamsorev_name:"Name Goes Here",teamsorev_position:"Position",teamsorev_content:i},window.ETBuilderBackendDynamic.defaults.dnxte_person={teamperson_image:n,teamperson_name:"Name Goes Here",teamperson_position:"CEO and Founder , Unknown Company"},window.ETBuilderBackendDynamic.defaults.dnxte_team_overlay={teamoverlay_image:n,teamoverlay_name:"Name Goes Here",teamoverlay_position:"CEO and Founder , Unknown Company"},window.ETBuilderBackendDynamic.defaults.dnxte_team_overlay_card={teamoverlay_card_image:n,teamovelay_card_content:i,teamoverlay_card_name:"Name Goes Here",teamoverlay_card_position:"CEO and Founder , Unknown Company"},window.ETBuilderBackendDynamic.defaults.dnxte_team_creative={team_creative_image:n,team_creative_name:"Name Goes Here",team_creative_position:"CEO and Founder , Unknown Company",button_text:"Button Text"},window.ETBuilderBackendDynamic.defaults.dnxte_review={reviewer_image:n,reviewer_name:"Name Goes Here",reviewer_position:"CEO and Founder , Unknown Company",content:"<p>".concat(i,"</p>")},window.ETBuilderBackendDynamic.defaults.dnxte_image_icon={dnxtiep_iie_image:t,dnxtiep_iie_heading_text:"Heading Text",dnxtiep_iie_heading_bold:"Focus Text"},window.ETBuilderBackendDynamic.defaults.dnxte_text_mask={text_mask:"Text Mask",thumbnail_image_mask:t},window.ETBuilderBackendDynamic.defaults.dnxte_gradient_text={gradient_title:"Gradient Heading Text"},window.ETBuilderBackendDynamic.defaults.dnxte_multi_heading={text_one:"Multi"},window.ETBuilderBackendDynamic.defaults.dnxte_text_animation={before_text:"Before Text"},window.ETBuilderBackendDynamic.defaults.dnxte_color_motion={text_color_motion:"Heading"},window.ETBuilderBackendDynamic.defaults.dnxte_text_divider={dnxt_divider_text:"Text Divider"},window.ETBuilderBackendDynamic.defaults.dnxte_glitch_text={glitch_text:"Glitch"},window.ETBuilderBackendDynamic.defaults.dnxte_text_highlight={highlight_text:"Highlight"},window.ETBuilderBackendDynamic.defaults.dnxte_text_highlight={highlight_text:"Highlight"},window.ETBuilderBackendDynamic.defaults.dnxte_text_hover_highlight={thh_before_text:"Before",thh_highlight_text:"Highlight",thh_after_text:"After"},window.ETBuilderBackendDynamic.defaults.dnxte_text_hover_highlight={thh_before_text:"Before",thh_highlight_text:"Highlight",thh_after_text:"After"},window.ETBuilderBackendDynamic.defaults.dnxte_text_stroke={dnxt_text_stroke_title:"Stroke Text"},window.ETBuilderBackendDynamic.defaults.dnxte_text_stroke_motion={dnxt_text_stroke_title:"Stroke"},window.ETBuilderBackendDynamic.defaults.dnxte_text_stroke_motion={stroke_text:"Stroke"},window.ETBuilderBackendDynamic.defaults.dnxte_text_tilt={tilt_text:"Tilt Heading",tilt_body:"Lorem ipsum dolor sit, amet consectetur"},window.ETBuilderBackendDynamic.defaults.dnxte_mega_image_effect={dnxtiep_image:t,dnxtiep_heading_text:"Your Heading Text Goes Here",dnxtiep_description:i},window.ETBuilderBackendDynamic.defaults.dnxte_image_hover_box={dnxtiep_ihb_image:t,dnxtiep_ihb_heading_text:"Your Heading Text Goes Here"},window.ETBuilderBackendDynamic.defaults.dnxte_ultimate_image_hover={dnxtiep_uih_image:t,dnxtiep_uih_heading_text:"Heading Text",dnxtiep_uih_heading_bold:"Focus Text"},window.ETBuilderBackendDynamic.defaults.dnxte_minimal_image_hover={image:t},window.ETBuilderBackendDynamic.defaults.dnxte_circular_image_hover={dnxtiep_cih_image:t,dnxtiep_cih_heading_text:"Your Heading Text Goes Here",dnxtiep_cih_description:"Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design"},window.ETBuilderBackendDynamic.defaults.dnxte_blurb={dnxt_image:t,blurb_heading:"Your Heading Text Goes Here",blurb_description:i,blurb_pre_heading:"Pre Heading Text",blurb_post_heading:"Post Heading Text"},window.ETBuilderBackendDynamic.defaults.dnxte_business_hour_child={dnxte_businesshour_title:"Monday ",dnxte_businesshour_time:"9:00 AM - 6:00 PM "},window.ETBuilderBackendDynamic.defaults.dnxte_price_list_child={dnxte_pricelist_heading_text:"Title Text",dnxte_pricelist_price:"0$",dnxte_pricelist_description:i,dnxte_pricelist_image:t},window.ETBuilderBackendDynamic.defaults.dnxte_thumbs_gallery_child={thumbs_gallery_top_image:t},window.ETBuilderBackendDynamic.defaults.dnxte_3dcubeslider_child={cubeslider_image:t,cubeslider_title:"Heading Goes Here ",cubeslider_content:i},window.ETBuilderBackendDynamic.defaults.dnxte_coverflowslider_child={coverflowslider_image:t,coverflowslider_text:"Heading Goes Here",coverflowslider_content:i},window.ETBuilderBackendDynamic.defaults.dnxte_logo_carousel_child={logo_carousel_image:t},window.ETBuilderBackendDynamic.defaults.dnxte_testimonial_child={dnxte_testimonial_name:"Name Goes Here",dnxte_testimonial_position:"Position Goes Here,",company_name:"Your Company Name",dnxte_testimonial_description:i,dnxte_testimonial_logo:n},window.ETBuilderBackendDynamic.defaults.dnxte_promobox={dnxte_promobox_title_one:"Product Support",dnxte_promobox_title_two:"Our Products are Customizable",dnxte_promobox_title_three:"Friendly Support",dnxte_promobox_button_text:"Buy Now",dnxte_promobox_offer_text:"30% off",dnxte_promobox_content:i,dnxte_promobox_image:n},window.ETBuilderBackendDynamic.defaults.dnxte_feature_list_child={dnxte_feature_list_title:"Title Goes Here",dnxte_feature_list_image:n},window.ETBuilderBackendDynamic.defaults.dnxte_floating_element_child={floting_shape_image:t,floting_shape_text:"Text Goes Here"},window.ETBuilderBackendDynamic.defaults.dnxte_step_flow={badge_title:"Pro-v1",dnxte_stepflow_title:"Share With Friends",dnxte_stepflow_description:"Create an excellent step by step visual diagram and instructions using this smart widget."},window.ETBuilderBackendDynamic.defaults.dnxte_tooltip={tooltip_image:t},window.ETBuilderBackendDynamic.defaults.dnxte_lottie={lottie_title:"Title Goes Here",lottie_content:i,lottie_button_text:"Click Here"},window.ETBuilderBackendDynamic.defaults.dnxte_image_magnifier={magnifier_upload:t,image_alt:"magnifier"},window.ETBuilderBackendDynamic.defaults.dnxte_timeline_child={timeline_title:"Title Goes Here",timeline_content:i,timeline_button_text:"Read more",timeline_date:"Jan 14"},window.ETBuilderBackendDynamic.defaults.dnxte_image_accordion_item={dnxte_imga_title:"Title Goes Here",dnxte_imga_des:i,button_text:"Read more"})})},function(e,t){jQuery(document).ready(function(e){e(".dnext-neip-uih-descwrap").length&&e(".dnext-neip-uih-descwrap").each(function(){e("p:empty").remove(),e(".dnext-neip-uih-des-pra").after("<br>")})})}]);
!function(e){var t={};function d(i){if(t[i])return t[i].exports;var n=t[i]={i,l:!1,exports:{}};return e[i].call(n.exports,n,n.exports,d),n.l=!0,n.exports}d.m=e,d.c=t,d.d=function(e,t,i){d.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:i})},d.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return d.d(t,"a",t),t},d.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},d.p="/",d(d.s=15)}([,,,function(e,t){},function(e,t){},function(e,t){},function(e,t){},,,,,,,,,function(e,t,d){d(16),d(3),d(5),d(6),d(4),e.exports=d(17)},function(e,t){},function(e,t){var d=!1,i=!1,n=!1;window.divimenus={};var s=function(e,t,d,i,n){return e.hasClass(t)||e.hasClass(d)&&window.innerWidth>980||e.hasClass(i)&&window.innerWidth>767&&window.innerWidth<981||e.hasClass(n)&&window.innerWidth<768},o=function(e){if(e.length){var t=jQuery("[data-popup-id='".concat(e.attr("id"),"']"));r(t.children(".active"),"remove",!0,e.children(".dd-menu-item-modal"),!1),jQuery(".dd-divimenu").css("pointer-events","none"),e.removeClass("open"),jQuery("body").removeClass("dd-popup-active dd-popup-active--disable-page-scroll")}},a=function(e){jQuery(".dd-flex").each(function(){jQuery(this).hasClass(e)?(jQuery(this).removeClass("dd-divimenu-open"),r(jQuery(this).find(".dd-menu-button-content"),"remove")):jQuery(this).addClass("dd-divimenu-open"),jQuery(this).find(".dd-menu-button-content").attr("aria-pressed",jQuery(this).hasClass("dd-divimenu-open"))})},r=function(e,t,d,i,n){var s=e.hasClass("active-url");"remove"!==t||s?"toggle"!==t||s?"toggle"===t?e.toggleClass("dd-item-open"):"remove"===t?e.removeClass("dd-item-open"):"active-url"===t?e.addClass("active active-url"):"add"===t&&e.addClass("active dd-item-open"):e.toggleClass("active dd-item-open"):e.removeClass("active dd-item-open"),d&&i&&function(e,t,d,i){var n,s;if(t.stop(!1,!0),n=d?e.closest(".dd-mi").children("a").attr("data-effect-in"):e.closest(".dd-mi").children("a").attr("data-effect-out"))if(s=parseInt(e.closest(".dd-mi").children("a").attr("data-effect-ms")),"fade"===n)d?t.hide().fadeIn(s):t.fadeOut(s,function(){jQuery(this).parent(".dd-popup-c").hide(),u(e,t.closest(".dd-mi"))});else if("slidedown"===n&&i)t.slideDown(s);else if("slideup"===n&&i)t.slideUp(s,function(){u(e,t.closest(".dd-mi"))});else{jQuery("#page-container").css("overflow","hidden"),d&&t.css("display","block");var o="slideleft"===n||"slideup"===n?-100:100;t.animate({range:o},{step:function(e,t){t&&(t.start=0);var i=0;"slideleft"!==n&&"slideright"!==n||(i=e,i=d&&"slideleft"===n?e+100:d&&"slideright"===n?e-100:e,i+="%");var s=0;"slideup"!==n&&"slidedown"!==n||(s=e,s=d&&"slideup"===n?e+100:d&&"slidedown"===n?e-100:e,s+="%"),jQuery(this).css({transform:"translate3d("+i+","+s+", 0px)"})},duration:s,done:function(){jQuery(this).css("transform",""),jQuery("#page-container").css("overflow",""),d||(jQuery(this).hide().parent(".dd-popup-c").hide(),u(e,t.closest(".dd-mi")))}})}else d?(t.show(),p(t,!1)):(t.hide().parent(".dd-popup-c").hide(),u(e,t.closest(".dd-mi")));d&&window.et_pb_init_modules&&(window.et_pb_init_modules(),window.et_fix_pricing_currency_position()),jQuery(document).trigger(d?"divimenu-showing":"divimenu-hiding",[e,t,i])}(e,i,e.hasClass("dd-item-open"),n),e.hasClass("dd-item-open")||e.is(".dd-divimenu-open .dd-menu-button-content")?v(e,"data-hover"):(v(e,"data-desktop"),s||e.removeClass("hover"))},l=function(e,t){var d=jQuery(e.attr("data-selector"));t?r(e.closest(".dd-mi-w").find(".dd-item, .dd-tooltip"),"remove",!0,d,!1):(r(e.closest(".dd-mi-w").find(".dd-item, .dd-tooltip"),"remove",!1),d.hide()),e.removeClass("dd-show-clicked")},c=function(e,t,d,i){"show"!==t&&"all"!==t||e.closest(".dd-divimenu").find(d?".dd-show:not(.dd-keep)":".dd-show").not(e).each(function(){l(jQuery(this),i)}),"sub"===t||"all"===t?e.closest(".dd-divimenu").find(".dd-sub").not(e).each(function(){s(jQuery(this).parent(),"dd-h","dd-h-d","dd-h-t","dd-h-p")||(jQuery(this).attr("aria-expanded",!1),jQuery(this).siblings().hide(),r(jQuery(this).children(),"remove"))}):e.siblings(".dd-accordion").not(e).each(function(){jQuery(this).find("ul").first().hide(),r(jQuery(this).children(".dd-collapse"),"remove")})},h=function(e,t){!t&&e.closest(".dd-click").length||(e.addClass("hover"),e.hasClass("active")||e.parent().parent(".dd-divimenu-open").length||v(e,"data-hover"))},u=function(e,t){e.find(".dd-collapse").length||(t.removeClass("dd-sub-hover"),jQuery(".dd-sub-hover").length||t.closest(".et_pb_column").removeClass("dd-has-sub"),t.children("a").attr("aria-expanded",!1))};window.divimenus.handleDiviMenu=function(){jQuery(".dd-wrapper").css("display",""),!d&&window.innerWidth>980?(d=!0,i=n=!1,a("dd-closed-desktop")):!i&&window.innerWidth>767&&window.innerWidth<981?(i=!0,d=n=!1,a("dd-closed-tablet")):!n&&window.innerWidth<768&&(n=!0,d=i=!1,a("dd-closed-phone")),jQuery(".dd-sub-fw").each(function(){var e=jQuery(this).get(0).getBoundingClientRect();s(jQuery(this),"dd-h","dd-h-d","dd-h-t","dd-h-p")||s(jQuery(this),"dd-h-c","dd-h-c-d","dd-h-c-t","dd-h-c-p")?jQuery(this).find(".dd-menu-flex-sub").css({left:0-e.left,right:0-(document.body.clientWidth-e.right)}):jQuery(this).find(".dd-menu-flex-sub").css({left:"",right:""})})},window.divimenus.initActive=function(){jQuery(".dd-item").each(function(){r(jQuery(this),"")})};var p=function(e,t){window.et_process_animation_data&&(t?window.et_has_animation_data(e)&&window.et_remove_animation(e):e.add(e.find("div")).each(function(){window.et_has_animation_data(jQuery(this))&&(jQuery(this).removeClass("et_had_animation"),window.et_process_animation_data(jQuery(this)))}))},m=function(){return window.et_builder_utils_params&&"fe"===window.et_builder_utils_params.builderType},f=function(){return window.matchMedia("(pointer: coarse)").matches},v=function(e,t){e.parent().find(".dd-multi-value").each(function(){if(jQuery(this).is("img")?jQuery(this).attr("src",jQuery(this).attr(t)):jQuery(this).html(jQuery(this).attr(t)),jQuery(this).hasClass("dd-collapse"))return!1})},w=function(e){var t=document.documentElement.clientWidth*parseInt(e.parent().attr("data-width"))/100;e.css("width",e.parent().hasClass("dd-modal-width")&&t>1080?1080:t)};jQuery(function(e){var t=function(e){e.attr("data-sticky")&&setTimeout(function(){e.closest(".et_pb_sticky").length?e.attr("src",e.attr("data-sticky")).removeAttr("srcset"):window.innerWidth>980?e.attr("src",e.attr("data-src")):window.innerWidth>767&&window.innerWidth<981?e.attr("src",e.attr("data-src-t")):window.innerWidth<768&&e.attr("src",e.attr("data-src-p"))},10)};window.divimenus.initModule=function(){e(".dd-divimenu").each(function(){e(this).parents(".et_pb_column").first().addClass("dd-has-divimenu")}),window.divimenus.handleDiviMenu(),m()&&(e(".dd-mi.dd-active-url>a").each(function(){var t=e(this).attr("href");try{var d=new URL(e(this).attr("href"));t=d.hostname+d.pathname}catch(e){}var i=window.location.hostname===t||window.location.hostname+"/"===t;(i&&"/"===window.location.pathname||!i&&(window.location.hostname+window.location.pathname).includes(t))&&r(e(this).closest(".dd-mi-w").find(".dd-item, .dd-tooltip"),"active-url")}),e(".dd-mi>a").each(function(){var t=e(this).parent().siblings(".dd-popup-c").children().children("div").add(e(this).siblings(".dd-menu-flex-sub").children()).add(e(this).attr("data-selector"));p(t,!0)}),e(".dd-popup-c:not(.dds-popup-c)").each(function(){var t=function(e){var t="#page-container";return e.closest("#main-content .et-l--body").length?t="#main-content .et-l--body":e.closest("header.et-l--header").length?t="header.et-l--header":e.closest("footer.et-l--footer").length?t="footer.et-l--footer":e.closest("#main-content .et-l--post").length?t="#main-content .et-l--post":jQuery("#main-content .et-l--body").length?t="#main-content .et-l--body":jQuery("header.et-l--header").length?t="header.et-l--header":jQuery("footer.et-l--footer").length?t="footer.et-l--footer":jQuery("#main-content .et-l--post").length&&(t="#main-content .et-l--post"),t}(e(this));e(t).prepend(e(this).detach())})),window.divimenus.initActive();var d=new MutationObserver(function(t){t.forEach(function(t){e(t.target).attr("data-sticky")&&e(t.target).closest(".et_pb_sticky").length&&e(t.target).attr("src",e(t.target).attr("data-sticky")).removeAttr("srcset")})});e(".dd-logo img").each(function(){d.observe(this,{attributes:!0,attributeFilter:["srcset"]}),t(e(this))})},e(window).on("resize",function(){window.divimenus.handleDiviMenu()}),e(window).on("scroll resize",function(d){var i=e(this).scrollTop();e('.dd-mi.dd-active-url>a[href^="#"]').each(function(){var t=e(this).attr("href");if(t.length>1){var d=0;e("#wpadminbar, header .et_pb_section--fixed:visible, header .et_pb_sticky--top, .et-fixed-header").each(function(){d+=e(this).outerHeight()}),e(t).length&&Math.floor(e(t).offset().top)<=i+d&&Math.floor(e(t).offset().top+e(t).outerHeight())>i+d?r(e(this).closest(".dd-mi-w").find(".dd-item, .dd-tooltip"),"active-url"):(e(this).closest(".dd-mi-w").find(".dd-item, .dd-tooltip").removeClass("active-url"),e(this).children(".dd-item-open").length||r(e(this).closest(".dd-mi-w").find(".dd-item, .dd-tooltip"),"remove"))}}),e(".dd-logo img").each(function(){t(e(this))})}),e(document).on("click keydown",function(t){if("keydown"!==t.type||"Enter"===t.key){var d=e(t.target);e(".dd-show").each(function(){!e(this).hasClass("dd-show-close")||d.parents().is(".dd-mi-w, .dd-menu-button")||d.parents().is(e(this).attr("data-selector"))||l(e(this),!0)}),(d.is(".dd-close-icon")||jQuery(".dd-popup-c.open").length&&!d.parents().is(".dd-mi, .dd-menu-item-modal, .mfp-wrap")&&!d.is(".dd-title-clickable a"))&&o(jQuery(".dd-popup-c.open")),(d.is(".dd-collapse")||d.parent().is(".dd-collapse"))&&(t.preventDefault(),c(d.closest("li"),"wp"),r(d.closest("a"),"toggle",!0,d.closest("li").find("ul").first(),!0))}}),e(document).on("focusin",function(t){e(t.target).closest(".dd-sub-hover").length?t.preventDefault():e(".dd-sub-hover").length&&r(e(".dd-sub-hover").find(".dd-item"),"remove",!0,e(".dd-sub-hover").find(".dd-menu-flex-sub"),!0)}),e(document).on("focusout",function(t){e(t.target).is(".dd-item")&&r(e(t.target),"")}),e(document).on("keydown",function(e){"Escape"===e.key&&jQuery(".dd-popup-c.open").length&&o(jQuery(".dd-popup-c.open"))}),e(document).on("divipasswords",function(e){window.divimenus.initModule()}),e(document).on("mouseenter keydown",".dd-mi",function(t){"keydown"===t.type&&"Tab"!==t.key||m()&&s(e(this),"dd-h","dd-h-d","dd-h-t","dd-h-p")&&("keydown"!==t.type&&e(this).find(".dd-item").addClass("hover"),e(this).hasClass("dd-sub-hover")||(r(e(this).find(".dd-item"),"add",!0,e(this).find(".dd-menu-flex-sub"),!0),e(this).addClass("dd-sub-hover"),e(this).closest(".et_pb_column").addClass("dd-has-sub"),e(this).children("a").attr("aria-expanded",!0),e(this).find(".dd-menu-flex-sub").css("display","")))}),e(document).on("mouseleave",".dd-mi",function(){m()&&s(e(this),"dd-h","dd-h-d","dd-h-t","dd-h-p")&&r(e(this).find(".dd-item"),"remove",!0,e(this).find(".dd-menu-flex-sub"),!0)}),e(document).on("mouseenter",".dd-item",function(){h(e(this).add(e(this).closest(".dd-menu-button-content, .dd-menu-item").siblings(".dd-tooltip.dd-hover-enabled").find(".dd-title")),!1),s(e(this).parent().parent(),"dd-cmi-h","dd-cmi-h-d","dd-cmi-h-t","dd-cmi-h-p")&&c(e(this),"all",!1,!0),e(this).parent().hasClass("dd-show-hover")&&!e(this).hasClass("active")&&(e(this).closest(".dd-mi-w").find(".dd-item").not(this).parent().removeClass("dd-show-clicked"),e(this).parent().trigger("click",!0)),e(this).closest(".dd-menu-button-content, .dd-menu-item").siblings(".dd-tooltip--hover").css("opacity",1)}),e(document).on("mouseleave",".dd-item",function(){e(this).removeClass("hover"),e(this).hasClass("active")&&e(this).parent().hasClass("dd-show-hover--hide")&&l(e(this).parent(),!0),e(this).hasClass("active")||e(this).parent().parent(".dd-divimenu-open").length||v(e(this),"data-desktop"),e(this).closest(".dd-menu-button-content, .dd-menu-item").siblings(".dd-tooltip.dd-hover-enabled").find(".dd-title").removeClass("hover"),e(this).closest(".dd-menu-button-content, .dd-menu-item").siblings(".dd-tooltip--hover").css("opacity","")}),e(document).on("click keydown",".dd-divimenu .dd-menu-button-content, .dd-menu-button .dd-title-clickable span",function(t,d){if("keydown"!==t.type||"Enter"===t.key||" "===t.key){var i=e(this);e(this).is(".dd-title-clickable span")&&(i=e(this).closest(".dd-dm").find(".dd-menu-button-content")),h(i,!0),i.closest(".dd-divimenu").toggleClass("dd-divimenu-open"),i.closest(".dd-flex").children(".et_pb_divimenus_flex_item").css("display",""),i.closest(".dd-divimenu-open").length?i.attr("aria-pressed",!0):(i.attr("aria-pressed",!1),i.closest(".dd-divimenu").find(".dd-show.dd-show-mb-close").each(function(){d||l(e(this),!0)}),(i.closest(".dd-click").length||f())&&(v(i,"data-desktop"),i.removeClass("hover"))),setTimeout(function(){"function"===typeof i.closest(".dd-dm:not(.dd-fixed)").divimenus_handle_overflow&&i.closest(".dd-dm:not(.dd-fixed)").divimenus_handle_overflow()},300)}}),e(document).on("click keydown",".dd-mi>a, .dd-menu-items .dd-title-clickable span",function(t,d){if("keydown"!==t.type||"Enter"===t.key){var i,n=e(this).is(".dd-title-clickable span")?e(this).closest(".dd-mi-w").find(".dd-mi>a"):e(this),o=!0,a=!0;if(s(n.parent(),"dd-cmi-c","dd-cmi-c-d","dd-cmi-c-t","dd-cmi-c-p")&&c(e(this),"all",!1,!0),n.hasClass("dd-modal")&&!e(".dd-popup-c.open").length){t.preventDefault();var l=n.attr("data-popup-id");if(l){var u=e("#"+l);(i=u.children(".dd-menu-item-modal").children("div")).length&&(-1!==window.getComputedStyle(i[0]).getPropertyValue("width").indexOf("px")||i.hasClass("et_pb_image")||i.hasClass("et_pb_blurb")||(w(i),jQuery(window).on("resize",function(){w(i)}))),u.css("display","flex").toggleClass("open"),e("body").addClass(n.hasClass("dd-disable-page-scroll")?"dd-popup-active dd-popup-active--disable-page-scroll":"dd-popup-active"),r(n.closest(".dd-mi-w").find(".dd-item, .dd-tooltip"),"add",!0,u.children(".dd-menu-item-modal"),!1),e(".dd-divimenu").css("pointer-events","auto")}}else if(n.hasClass("dd-show")){n.hasClass("dd-open-url")&&!f()||(t.preventDefault(),a=!1),d&&!n.hasClass("dd-show-clicked")?v(n,"data-hover"):n.addClass("dd-show-clicked"),c(n,"show",!0,!1);var p=e(n.attr("data-selector"));r(n.closest(".dd-mi-w").find(".dd-item, .dd-tooltip"),n.hasClass("dd-toggle")?"toggle":"add",!0,p,!1)}else if(n.hasClass("dd-sub"))if(!f()&&n.hasClass("dd-open-url")||(t.preventDefault(),a=!1),s(n.parent(),"dd-h","dd-h-d","dd-h-t","dd-h-p"))"keydown"===t.type&&(o=!1);else{t.preventDefault(),a=!1,s(n.parent(),"dd-h-c","dd-h-c-d","dd-h-c-t","dd-h-c-p")&&(n.parent().addClass("dd-sub-hover"),n.closest(".et_pb_column").addClass("dd-has-sub")),n.attr("aria-expanded","false"===n.attr("aria-expanded"));var m=n.siblings();r(n.children(),"toggle",!0,m,!0),c(n,"sub")}else"#"===e(this).attr("href")&&t.preventDefault();"keydown"===t.type&&a&&n.get(0).click(),!n.closest(".dd-click").length&&!f()||n.closest(".dd-mi-w").find(".dd-item, .dd-tooltip").hasClass("active")||(o=!1),o&&h(n.closest(".dd-mi-w").find(".dd-item, .dd-tooltip"),!0)}}),e(document).on("mouseenter",".dd-tooltip .dd-title",function(){e(this).closest(".dd-menu-button, .dd-mi-w").find(".dd-item").trigger("mouseenter"),e(this).closest(".dd-hover-enabled:not(.dd-click)").length&&h(e(this),!1)}),e(document).on("mouseleave",".dd-tooltip .dd-title",function(){e(this).closest(".dd-menu-button, .dd-mi-w").find(".dd-item").trigger("mouseleave"),e(this).closest(".dd-hover-enabled").length&&e(this).removeClass("hover")}),e("a").on("click",function(){s(e(this).parent(),"dd-c","dd-c-d","dd-c-t","dd-c-p")&&e(this).closest(".dd-divimenu").find(".dd-menu-button-content").trigger("click",!0)}),window.divimenus.initModule()})}]);
!function(t){var i={};function e(n){if(i[n])return i[n].exports;var s=i[n]={i:n,l:!1,exports:{}};return t[n].call(s.exports,s,s.exports,e),s.l=!0,s.exports}e.m=t,e.c=i,e.d=function(t,i,n){e.o(t,i)||Object.defineProperty(t,i,{configurable:!1,enumerable:!0,get:n})},e.n=function(t){var i=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(i,"a",i),i},e.o=function(t,i){return Object.prototype.hasOwnProperty.call(t,i)},e.p="/",e(e.s=44)}([,,,function(t,i){},function(t,i){},function(t,i){},function(t,i){},function(t,i){},function(t,i){},function(t,i){},function(t,i){},function(t,i){},function(t,i){},function(t,i){},function(t,i){},function(t,i){},function(t,i){},function(t,i){},,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,i,e){e(16),e(17),e(45),e(3),e(4),e(5),e(6),e(8),e(7),e(9),e(10),e(11),e(13),e(12),e(14),e(15),t.exports=e(46)},function(t,i){},function(t,i){var e;(e=jQuery).fn.ddb_animate=function(t,i){var n=Object.assign({enterEffect:!0,duration:1e3,intensity:100},t);if(n.effect){this.stop(!1,!0).addClass("ddb-animating"),e("#page-container").css("overflow","hidden");var s={},o=0,a=0;n.opacity&&(s.opacity=n.enterEffect?1:1-n.opacity/100,n.enterEffect&&this.css("opacity",1-n.opacity/100)),"fade"===n.effect?(s.opacity=n.enterEffect?1:1-n.intensity/100,n.enterEffect&&this.css("opacity",1-n.intensity/100)):"menu"===n.effect?s.height=n.enterEffect?e(this).css("height",0).get(0).scrollHeight:0:"zoom"===n.effect?(o=n.enterEffect?100-n.intensity:100,s.ddzoom=n.enterEffect?100:100-n.intensity):(n.enterEffect?o="slideleft"===n.effect||"slideup"===n.effect?n.intensity:0-n.intensity:a="slideleft"===n.effect||"slideup"===n.effect?0-n.intensity:n.intensity,s.slide=a),this.animate(s,{start:function(t){for(var i=0;i<t.tweens.length;i++)"slide"!==t.tweens[i].prop&&"ddzoom"!==t.tweens[i].prop||(t.tweens[i].start=o)},step:function(t,i){if("slide"===i.prop){var s="slideleft"===n.effect||"slideright"===n.effect?t:0,o="slideleft"===n.effect||"slideright"===n.effect?0:t;e(this).css({transform:"translate3d(".concat(s,"%, ").concat(o,"%, 0)")})}"ddzoom"===i.prop&&e(this).css({transform:"scale("+t+"%)"})},duration:n.duration,done:function(){e(this).css({height:"",opacity:"",transform:""}).removeClass("ddb-animating"),e("#page-container").css("overflow",""),i&&i(e(this),t)}})}else n.enterEffect?this.ddb_process_divi_animation(!1):i&&i(e(this),t);return this},e.fn.ddb_init_modules=function(){return window.et_pb_init_modules&&window.et_pb_init_modules(),window.et_fix_pricing_currency_position&&window.et_fix_pricing_currency_position(),this.find(".ddb-timeline").length&&this.find(".ddb-timeline").ddb_set_timeline_progress(),this},e.fn.ddb_process_divi_animation=function(t){return this.each(function(){t?window.et_has_animation_data(e(this))&&window.et_remove_animation(e(this)):e(this).add(e(this).find("div")).each(function(){window.et_has_animation_data(e(this))&&(e(this).removeClass("et_had_animation"),window.et_process_animation_data(e(this)))})}),this},e.fn.ddb_set_multi_value=function(t){return t||(t=window.innerWidth>980?"desktop":window.innerWidth<768?"phone":"tablet"),this.each(function(){var i=t;if(!e(this).hasClass("ddb-multi-value"))return this;e(this).attr("data-hover")&&(e(this).hasClass("hover")||e(this).hasClass("active"))&&(i="hover"),e(this).attr("data-sticky")&&e(this).closest(".et_pb_sticky").length&&(i="sticky"),e(this).removeClass("ddb-none"),i!==e(this).attr("data-mode")&&(e(this).is("img")?(e(this).attr("alt",e(this).attr("data-alt-".concat(i))),e(this).attr("src",e(this).attr("data-".concat(i)))):e(this).html(e(this).attr("data-".concat(i)))),e(this).attr("data-mode",i)}),this},e.fn.ddb_waypoints=function(){var t=e(window).scrollTop(),i=e(window).scrollTop()+e(window).height();return this.each(function(){e(this).offset().top+e(this).outerHeight()>=t&&e(this).offset().top<i?e(this).addClass("ddb-animate"):e(this).removeClass("ddb-animate")}),this}}]);
!function(n){var t={};function r(e){if(t[e])return t[e].exports;var o=t[e]={i:e,l:!1,exports:{}};return n[e].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=n,r.c=t,r.d=function(n,t,e){r.o(n,t)||Object.defineProperty(n,t,{configurable:!1,enumerable:!0,get:e})},r.n=function(n){var t=n&&n.__esModule?function(){return n.default}:function(){return n};return r.d(t,"a",t),t},r.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},r.p="/",r(r.s=26)}({26:function(n,t,r){r(27),n.exports=r(28)},27:function(n,t){},28:function(n,t){jQuery(function(n){})}});
!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=142)}({0:function(e,t){e.exports=jQuery},142:function(e,t,n){"use strict";(function(e){et_modules_wrapper.builderCssContainerPrefix;var t=et_modules_wrapper.builderCssLayoutPrefix,n=e(".et_pb_module:not(".concat(t," .et_pb_module, .et_pb_section .et_pb_module), .et_pb_row:not(").concat(t," .et_pb_row, .et_pb_section .et_pb_row), .et_pb_section:not(").concat(t," .et_pb_section)"));n.length>0&&n.each((function(){var t=e(this);0===t.closest("#et-boc").length&&t.wrap('<div id="et-boc"></div>'),0===t.closest(".et-l").length&&t.wrap('<div class="et-l"></div>')}))}).call(this,n(0))}});
(function($){
$(function(){
var user_agent=navigator.userAgent;
var is_opera_edge;
var browser=user_agent.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))/i)||[];
var browser_name='';
var browser_class='';
if(/trident/i.test(browser[0]) ){
browser_name='ie';
}else if(browser[0]==='Chrome'){
is_opera_edge=user_agent.match(/\b(OPR|Edge)/);
if(is_opera_edge!==null){
browser_name=is_opera_edge[0].replace('OPR', 'opera');
}}
if(''===browser_name){
if('standalone' in window.navigator&&!window.navigator.standalone){
browser_name='uiwebview';
}else{
browser_name=browser[0]&&''!==browser[0] ? browser[0]:navigator.appName;
}}
browser_name=browser_name.toLowerCase();
switch(browser_name){
case 'msie' :
browser_class='ie';
break;
case 'firefox' :
browser_class='gecko';
break;
default :
browser_class=browser_name;
break;
}
if(user_agent.match(/iPhone/)){
browser_class +=' iphone';
}
$('body').addClass(browser_class);
});
})(jQuery);