!function n(s,o,r){function h(i,t){if(!o[i]){if(!s[i]){var e="function"==typeof require&&require;if(!t&&e)return e(i,!0);if(u)return u(i,!0);throw(t=new Error("Cannot find module '"+i+"'")).code="MODULE_NOT_FOUND",t}e=o[i]={exports:{}},s[i][0].call(e.exports,function(t){return h(s[i][1][t]||t)},e,e.exports,n,s,o,r)}return o[i].exports}for(var u="function"==typeof require&&require,t=0;t<r.length;t++)h(r[t]);return h}({1:[function(t,i,e){"use strict";function n(t,i){this.element=s(t),this.settings=s.extend({},r,i),this._defaults=r,this._init()}var s,o,r;s=jQuery,o="DIPI_Morphext",r={inAnimation:"bounceIn",outAnimation:"bounceOut",separator:",",speed:2e3,duration:1e3,complete:s.noop},n.prototype={_init:function(){var e=this;this.phrases=[],this.shouldContinue=!0,this.element.addClass("dipi_morphext"),s.each(this.element.html().split(this.settings.separator),function(t,i){e.phrases.push(s.trim(i))}),this.index=-1,this.animate()},animate:function(){var t,i=this;this.shouldContinue&&(0<(t=this.element.find(".animated")).length?(t.removeClass(this.settings.inAnimation),t.addClass(this.settings.outAnimation),setTimeout(function(){return i.next()},this.settings.duration)):this.next())},next:function(){var t=this;this.shouldContinue&&(this.index=++this.index%this.phrases.length,this.element[0].innerHTML='<div class="animated '+this.settings.inAnimation+'">'+this.phrases[this.index]+"</div>",setTimeout(function(){return t.animate()},this.settings.speed))},stop:function(){this.shouldContinue=!1,this.element.removeClass("dipi_morphext"),this.element.removeData("plugin_"+o)}},s.fn[o]=function(t){return this.each(function(){s.data(this,"plugin_"+o)||s.data(this,"plugin_"+o,new n(this,t))})}},{}]},{},[1]);