(function(window){"use strict";!function(e){var t={};function i(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,i),o.l=!0,o.exports}i.m=e,i.c=t,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=0)}([function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=i(1),o=(i.n(n),i(12)),a=(i.n(o),i(14));class r{constructor(){this.$preview=null,this.$previewClone=null,this.previewUpdateTimeout=null,this.appPreferences={},this.options={}}setApiKey(e){const t=e.parentElement.parentElement.querySelector(".eapps-preview-form-input");t&&t.value&&(this.appPreferences.apiKey=t.value,this.initWidget())}getApiKey(){return this.appPreferences.apiKey?this.appPreferences.apiKey:this.options.key?this.options.key:null}isKeyRequired(){return this.options.hasOwnProperty("key")}initWidget(){const e=this.getApiKey();if(!e&&this.isKeyRequired())l.switchState(!0),l.switchPage("create");else{l.setInputsValue(e),this.updateAppPreferences({apiKey:e});var t=$("
");this.options.debug=!0,this.options.key=e,this.options.apiKey=e,this.options.apiUrl||(this.options.apiUrl="https://storage.elfsight.com/api/youtube"),this.$previewClone.html(t),r.dropPopups(),t.yottie(this.options),this.updatePreview(),l.switchState(!1),l.showPreview()}}updatePreview(){var e=this;clearTimeout(e.previewUpdateTimeout),this.previewUpdateTimeout=setTimeout(function(){e.$preview.empty().css({width:/^\d+$/.test(e.options.width)?e.options.width:"100%",height:e.options.height}).append(e.$previewClone.children()),window.dispatchEvent(new Event("resize"))},350)}updateAppPreferences(e){this.appPreferences=Object.assign(this.appPreferences,e),window.parent.postMessage({action:"EappsPreview.appPreferences.updated",data:this.appPreferences},"*")}static dropPopups(){var e=$(".yottie-popup");e.removeClass("yottie-popup-show"),setTimeout(function(){e.remove()},350)}init(){var e=this;e.$preview=$(".yottie-preview"),e.$previewClone=$(".yottie-preview-clone"),jQuery("body").on("click",".eapps-remove-link",function(){e.removeLinkHandler()}),window.addEventListener("message",function(t){var i=t.data;"data:updated"===i.action&&(i.appPreferences&&(e.appPreferences=i.appPreferences),e.options=i.data,e.initWidget())}),window.postMessage("EappsPreview.ready","*")}removeLinkHandler(e){if(this.parent=window.parent||{},"responsive"===window.name&&(window.parent=window.parent.parent),window.parent){var t={openPaymentPopup:!0};"string"==typeof t?t="EappsPreview."+t:"object"==typeof t&&t.action&&(t.action="EappsPreview."+t.action),window.parent.postMessage(t,"*")}}}const s=window.preview=new r,l=window.previewPopup=new a.a;window.onYottieReady=function(){s.init()}},function(e,t,i){var n=i(2);"string"==typeof n&&(n=[[e.i,n,""]]);var o={hmr:!0,transform:void 0,insertInto:void 0};i(10)(n,o);n.locals&&(e.exports=n.locals)},function(e,t,i){var n=i(3);(e.exports=i(4)(!1)).push([e.i,"html {\n height: 100%;\n}\nbody {\n font: 400 normal 15px/1.2 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;\n overflow: auto;\n height: 100%;\n margin: 0;\n}\n.yottie-preview {\n overflow: hidden;\n max-width: 1360px;\n margin: 0 auto;\n height: 100%;\n}\n.yottie-preview-clone {\n position: absolute;\n max-width: 1360px;\n width: 100%;\n visibility: hidden;\n opacity: 0;\n}\n.eapps-preview {\n opacity: 1;\n visibility: visible;\n position: relative;\n overflow: hidden;\n display: flex;\n align-items: center;\n justify-content: center;\n margin: 0 auto;\n width: 100%;\n min-width: 150px;\n min-height: 100%;\n transition: 0.2s;\n padding: 20px;\n box-sizing: border-box;\n}\n.eapps-preview-widget {\n width: 100%;\n}\n.eapps-preview-hidden .eapps-preview-widget {\n opacity: 0;\n visibility: hidden;\n}\n.eapps-preview-popup {\n left: 0;\n top: 0;\n bottom: 0;\n right: 0;\n position: absolute;\n display: flex;\n align-items: center;\n align-content: center;\n justify-content: center;\n z-index: 9999;\n opacity: 0;\n visibility: hidden;\n transition: opacity 0.6s, visibility 0.6s;\n}\n.eapps-preview-popup-active .eapps-preview-popup {\n opacity: 1;\n visibility: visible;\n}\n.eapps-preview-popup-overlay {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n background: rgba(0,0,0,0.6);\n z-index: 9;\n}\n.eapps-preview-popup-inner {\n background: #fff;\n border-radius: 10px;\n max-width: 500px;\n padding: 52px;\n box-sizing: border-box;\n position: relative;\n z-index: 10;\n}\n@media screen and (max-width: 768px) {\n .eapps-preview-popup-inner {\n width: 100%;\n }\n}\n.eapps-preview-tooltip {\n width: 14px;\n height: 14px;\n display: inline-block;\n margin-left: 4px;\n}\n.eapps-preview-tooltip-icon {\n width: 14px;\n height: 14px;\n top: 2px;\n position: relative;\n display: inline-block;\n}\n.eapps-preview-tooltip-content {\n color: #fff;\n position: absolute;\n top: 100%;\n left: 50%;\n opacity: 0;\n visibility: hidden;\n transition: all 0.3s cubic-bezier(0.25, 0.1, 0.11, 1.29);\n z-index: 101;\n transform: translateY(5px) translateX(-50%);\n word-break: break-word;\n width: 100%;\n margin-top: -8px;\n pointer-events: none;\n padding-top: 16px;\n}\n.eapps-preview-tooltip-content-inner {\n position: relative;\n line-height: 1.4;\n background: #343738;\n border-radius: 4px;\n box-shadow: 0 4px 12px rgba(0,0,0,0.2);\n padding: 2px 16px;\n}\n.eapps-preview-tooltip-content-inner p {\n margin: 8px 0;\n}\n.eapps-preview-tooltip:hover .eapps-preview-tooltip-content {\n opacity: 1;\n visibility: visible;\n transform: scale(1) translateY(0) translateX(-50%);\n pointer-events: all;\n}\n.eapps-preview-form {\n -webkit-font-smoothing: antialiased;\n text-align: center;\n}\n.eapps-preview-form-image {\n display: inline-block;\n width: 34px;\n height: 16px;\n position: relative;\n box-sizing: content-box;\n padding: 16px 64px;\n background: url("+n(i(5))+') center no-repeat;\n transition: width 0.3s;\n}\n.eapps-preview-form-image:before,\n.eapps-preview-form-image:after {\n content: "";\n display: block;\n position: absolute;\n top: 0;\n width: 48px;\n height: 48px;\n background-repeat: no-repeat;\n background-position: center;\n background-size: 48px;\n}\n.eapps-preview-form-image:before {\n background-image: url('+n(i(6))+");\n left: 0;\n}\n.eapps-preview-form-image:after {\n background-image: url("+n(i(7))+");\n right: 0;\n}\n.eapps-preview-form-fail .eapps-preview-form-image {\n width: 56px;\n background: url("+n(i(8))+") center no-repeat;\n}\n.eapps-preview-form-success .eapps-preview-form-image {\n width: 56px;\n background: url("+n(i(9))+") center no-repeat;\n}\n.eapps-preview-form-title {\n margin: 32px 0 24px;\n font-size: 20px;\n font-weight: 600;\n color: #111;\n}\n.eapps-preview-form-description {\n text-align: left;\n color: rgba(17,17,17,0.7);\n font-size: 15px;\n font-weight: 400;\n line-height: 20px;\n margin: 24px auto;\n}\n.eapps-preview-form a {\n color: #2092f2;\n text-decoration: none;\n cursor: pointer;\n}\n.eapps-preview-form a:hover {\n text-decoration: underline;\n}\n.eapps-preview-form ul {\n padding-left: 28px;\n font-size: 13px;\n}\n.eapps-preview-form ul li {\n position: relative;\n}\n.eapps-preview-form ul li a {\n font-size: 15px;\n position: relative;\n z-index: 100;\n}\n.eapps-preview-form-page-key-create {\n display: none;\n}\n.eapps-preview-form-page-key-create-active .eapps-preview-form-page-key-create {\n display: block;\n}\n.eapps-preview-form-page-key-input {\n display: none;\n}\n.eapps-preview-form-page-key-input-active .eapps-preview-form-page-key-input {\n display: block;\n}\n.eapps-preview-form-page-key-error {\n display: none;\n}\n.eapps-preview-form-page-key-error-active .eapps-preview-form-page-key-error {\n display: block;\n}\n.eapps-preview-form-input {\n border: 1px solid #ddd;\n outline: none;\n border-radius: 4px;\n box-shadow: none;\n box-sizing: border-box;\n width: 100%;\n color: #111;\n padding: 10px 18px;\n transition: all 0.2s ease;\n font: 400 normal 15px/1.2 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;\n}\n.eapps-preview-form-input::placeholder {\n opacity: 0.5;\n}\n.eapps-preview-form-success .eapps-preview-form-input {\n border: 1px solid #4ad506;\n}\n.eapps-preview-form-fail .eapps-preview-form-input {\n border: 1px solid #ff3b3b;\n}\n.eapps-preview-form-actions {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n}\n.eapps-preview-form-button {\n display: block;\n vertical-align: middle;\n text-decoration: none;\n color: #fff;\n cursor: pointer;\n box-sizing: border-box;\n background: #1c91ff;\n border: none;\n outline: none;\n border-radius: 4px;\n font-size: 15px;\n font-weight: 600;\n line-height: 24px;\n height: 40px;\n padding: 8px 40px;\n margin-top: 24px;\n transition: all 0.4s ease;\n}\n.eapps-preview-form-button:hover {\n transform: translateY(-3px);\n box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n}\n.eapps-preview-form-subtle-link {\n display: inline-block;\n margin-top: 12px;\n border: none;\n outline: none;\n background: transparent;\n font-size: 12px;\n color: rgba(17,17,17,0.7);\n text-decoration: underline;\n cursor: pointer;\n}\n.eapps-preview-form-subtle-link:hover {\n text-decoration: none;\n}\n",""])},function(e,t){e.exports=function(e){return"string"!=typeof e?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),/["'() \t\n]/.test(e)?'"'+e.replace(/"/g,'\\"').replace(/\n/g,"\\n")+'"':e)}},function(e,t){e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var i=function(e,t){var i=e[1]||"",n=e[3];if(!n)return i;if(t&&"function"==typeof btoa){var o=function(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}(n),a=n.sources.map(function(e){return"/*# sourceURL="+n.sourceRoot+e+" */"});return[i].concat(a).concat([o]).join("\n")}return[i].join("\n")}(t,e);return t[2]?"@media "+t[2]+"{"+i+"}":i}).join("")},t.i=function(e,i){"string"==typeof e&&(e=[[null,e,""]]);for(var n={},o=0;o=0&&l.splice(t,1)}function h(e){var t=document.createElement("style");return void 0===e.attrs.type&&(e.attrs.type="text/css"),g(t,e.attrs),u(e,t),t}function g(e,t){Object.keys(t).forEach(function(i){e.setAttribute(i,t[i])})}function f(e,t){var i,n,o,a;if(t.transform&&e.css){if(!(a=t.transform(e.css)))return function(){};e.css=a}if(t.singleton){var l=s++;i=r||(r=h(t)),n=w.bind(null,i,l,!1),o=w.bind(null,i,l,!0)}else e.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(i=function(e){var t=document.createElement("link");return void 0===e.attrs.type&&(e.attrs.type="text/css"),e.attrs.rel="stylesheet",g(t,e.attrs),u(e,t),t}(t),n=function(e,t,i){var n=i.css,o=i.sourceMap,a=void 0===t.convertToAbsoluteUrls&&o;(t.convertToAbsoluteUrls||a)&&(n=p(n));o&&(n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */");var r=new Blob([n],{type:"text/css"}),s=e.href;e.href=URL.createObjectURL(r),s&&URL.revokeObjectURL(s)}.bind(null,i,t),o=function(){m(i),i.href&&URL.revokeObjectURL(i.href)}):(i=h(t),n=function(e,t){var i=t.css,n=t.media;n&&e.setAttribute("media",n);if(e.styleSheet)e.styleSheet.cssText=i;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(i))}}.bind(null,i),o=function(){m(i)});return n(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;n(e=t)}else o()}}e.exports=function(e,t){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");(t=t||{}).attrs="object"==typeof t.attrs?t.attrs:{},t.singleton||"boolean"==typeof t.singleton||(t.singleton=o()),t.insertInto||(t.insertInto="head"),t.insertAt||(t.insertAt="bottom");var i=c(e,t);return d(i,t),function(e){for(var o=[],a=0;a= 2.0.0-beta.1"};var s=a.isArray,l=a.isFunction,p=a.toString,d="[object Object]";function c(e,t){var i;this.helpers=e||{},this.partials=t||{},(i=this).registerHelper("helperMissing",function(){if(1!==arguments.length)throw new r.default('Missing helper: "'+arguments[arguments.length-1].name+'"')}),i.registerHelper("blockHelperMissing",function(e,t){var n=t.inverse,o=t.fn;if(!0===e)return o(this);if(!1===e||null==e)return n(this);if(s(e))return 0":">",'"':""","'":"'","`":"`"},n=/[&<>"'`]/g,o=/[&<>"'`]/;function a(e){return i[e]}var r,s=Object.prototype.toString;t.toString=s,(r=function(e){return"function"==typeof e})(/x/)&&(t.isFunction=r=function(e){return"function"==typeof e&&"[object Function]"===s.call(e)}),t.isFunction=r;var l=Array.isArray||function(e){return!(!e||"object"!=typeof e)&&"[object Array]"===s.call(e)};t.isArray=l},function(e,t,i){var n=i(6).default;t.__esModule=!0;var o=["description","fileName","lineNumber","message","name","number","stack"];function a(e,t){var i=t&&t.loc,r=void 0,s=void 0;i&&(e+=" - "+(r=i.start.line)+":"+(s=i.start.column));for(var l=Error.prototype.constructor.call(this,e),p=0;p>>((3&t)<<3)&255;return o}}t.exports=i}).call(this,"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],2:[function(e,t,i){for(var n=e("./rng"),o=[],a={},r=0;r<256;r++)o[r]=(r+256).toString(16).substr(1),a[o[r]]=r;function s(e,t){var i=t||0,n=o;return n[e[i++]]+n[e[i++]]+n[e[i++]]+n[e[i++]]+"-"+n[e[i++]]+n[e[i++]]+"-"+n[e[i++]]+n[e[i++]]+"-"+n[e[i++]]+n[e[i++]]+"-"+n[e[i++]]+n[e[i++]]+n[e[i++]]+n[e[i++]]+n[e[i++]]+n[e[i++]]}var l=n(),p=[1|l[0],l[1],l[2],l[3],l[4],l[5]],d=16383&(l[6]<<8|l[7]),c=0,u=0;function m(e,t,i){var o=t&&i||0;"string"==typeof e&&(t="binary"==e?new Array(16):null,e=null);var a=(e=e||{}).random||(e.rng||n)();if(a[6]=15&a[6]|64,a[8]=63&a[8]|128,t)for(var r=0;r<16;r++)t[o+r]=a[r];return t||s(a)}var h=m;h.v1=function(e,t,i){var n=t&&i||0,o=t||[],a=void 0!==(e=e||{}).clockseq?e.clockseq:d,r=void 0!==e.msecs?e.msecs:(new Date).getTime(),l=void 0!==e.nsecs?e.nsecs:u+1,m=r-c+(l-u)/1e4;if(m<0&&void 0===e.clockseq&&(a=a+1&16383),(m<0||c>>24&255,o[n++]=h>>>16&255,o[n++]=h>>>8&255,o[n++]=255&h;var g=r/4294967296*1e4&268435455;o[n++]=g>>>8&255,o[n++]=255&g,o[n++]=g>>>24&15|16,o[n++]=g>>>16&255,o[n++]=a>>>8|128,o[n++]=255&a;for(var f=e.node||p,v=0;v<6;v++)o[n+v]=f[v];return t||s(o)},h.v4=m,h.parse=function(e,t,i){var n=t&&i||0,o=0;for(t=t||[],e.toLowerCase().replace(/[0-9a-f]{2}/g,function(e){o<16&&(t[n+o++]=a[e])});o<16;)t[n+o++]=0;return t},h.unparse=s,t.exports=h},{"./rng":1}],3:[function(e,t,i){var n=e("./jquery"),o=function(){this.components={}};n.extend(o,{id:"Application"}),o.prototype=function(){},n.extend(o.prototype,{constructor:o,components:null,component:function(e){if(this.hasComponent(e))return this.components[e]},registerComponent:function(e,t){if(!this.hasComponent(t))return e.register(this),t=t||e.constructor.getId(),this.components[t]=e},hasComponent:function(e){return!!this.components[e]}}),t.exports=o},{"./jquery":7}],4:[function(e,t,i){var n=e("./jquery"),o=e("./utils"),a=function(){};n.extend(a,{id:"Cl"}),a.prototype=function(){},n.extend(a.prototype,{constructor:a,getParent:function(e){return this.constructor.inheritance[e]},set:function(e,t){return o.setProperty(this,e,t)},get:function(e,t){return o.getProperty(this,e,t)}}),t.exports=a},{"./jquery":7,"./utils":15}],5:[function(e,t,i){var n=e("./jquery"),o=function(){};n.extend(o,{id:"Component",getId:function(){return this.id.substr(0,1).toLowerCase()+this.id.substr(1)}}),o.prototype=function(){},n.extend(o.prototype,{constructor:o,inject:function(){var e=this;e.constructor.dependencies&&n.each(e.constructor.dependencies,function(t,i){e[i]=e.app.component(i)})},register:function(e){this.app=e,this.inject()},trigger:function(){this.$e.trigger.apply(this.$e,arguments)},on:function(){this.$e.on.apply(this.$e,arguments)}}),t.exports=o},{"./jquery":7}],6:[function(e,t,i){t.exports=function(e,t,i,n){e=(e+"").replace(/[^0-9+\-Ee.]/g,"");var o,a,r,s=isFinite(+e)?+e:0,l=isFinite(+t)?Math.abs(t):0,p=void 0===n?",":n,d=void 0===i?".":i,c="";return 3<(c=(l?(o=s,a=l,r=Math.pow(10,a),""+(Math.round(o*r)/r).toFixed(a)):""+Math.round(s)).split("."))[0].length&&(c[0]=c[0].replace(/\B(?=(?:\d{3})+(?!\d))/g,p)),(c[1]||"").length'),e.app.$element.before(e.$element)),e.overwrites=o.utils.filterNulls(e.overwrites),e.scheme=n.extend(!0,{},e.baseScheme,e.overwrites);var t={scheme:e.scheme,id:e.app.getId()};e.$element.html(e.renderer.render(e.tplId,t))},run:function(){this.applyScheme(),this.$element.insertBefore(this.app.$element)}})},{"./../../jquery":7,"./../../olivie":14}],9:[function(e,t,i){var n=e("./../../jquery"),o=e("./../../olivie");t.exports=o.component("I18n",function(e,t){var i=this;i.lang=t,i.dictionary=e,i.langDictionary=i.dictionary[i.lang]||i.dictionary[i.constructor.DEFAULT_LANG]},{DEFAULT_LANG:"en"},{lang:null,dictionary:null,langDictionary:null,lexemes:[{id:"interpolation",regex:/\{\{([a-zA-Z]+)\}\}/,func:function(e,t){return t[e[1]]||"[[Unknown variable "+e[1]+"]]"}},{id:"modified_interpolation",regex:/\{\{([a-zA-Z]+)\s*\|\s*([a-zA-Z]+)\(([^)]*)\)\}\}/,func:function(e,t,i){var n=e[1],o=e[2],a=e[3];if(!i.modifiers[o])return'[[Unknown modifier "'+o+'"]]';var r=a?a.split(/\s*,\s*/):[];return i.modifiers[o].apply(t[n],r)}}],modifiers:{},hasTranslation:function(e){return!!this.langDictionary[e]},getTranslation:function(e){return this.langDictionary[e]},parse:function(e,t){var i=this;return n.each(i.lexemes,function(n,o){e=e.replace(o.regex,function(){return o.func.call(void 0,arguments,t,i)})}),e},t:function(e,t){return t=t||{},this.parse(this.getTranslation(e)||e,t)}})},{"./../../jquery":7,"./../../olivie":14}],10:[function(e,t,i){var n=e("./../../jquery"),o=e("./../../olivie");t.exports=o.component("Renderer",function(e){this.views=e},{},{views:null,getTemplate:function(e){var t=o.utils.getProperty(this.views,e);if("function"===n.type(t))return t},render:function(e,t){return this.getTemplate(e)(t)}})},{"./../../jquery":7,"./../../olivie":14}],11:[function(e,t,i){var n=e("./../../jquery"),o=e("./../../olivie");t.exports=o.class("Cache",[],function(e,t){this.client=t,e=e.substr(0,1).toUpperCase()+e.substr(1),this.cacheBaseId="OlivieClientCache"+e},{},{indexedDB:window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB,cacheStoreId:null,db:null,isSupported:function(){return!!this.indexedDB},isReady:function(){return!!this.db},connect:function(e){var t,i=this;if(e=e||n.Deferred(),i.isSupported())try{(t=i.indexedDB.open(i.cacheBaseId,1)).onsuccess=function(){i.db=t.result,e.resolve()},t.onerror=function(){e.reject()},t.onupgradeneeded=function(t){t.currentTarget.result.createObjectStore("Requests",{keyPath:"url"}).createIndex("url","url",{unique:!0}),i.connect(e)}}catch(t){e.reject()}else e.reject();return e.promise()},save:function(e,t,i){if(this.isReady()){var n=this.db.transaction("Requests","readwrite"),o={url:e,result:t,apiKey:i||null,date:Math.floor(Date.now()/1e3)};n.objectStore("Requests").put(o)}},getSaved:function(e,t,i,o){var a=this;i=i||n.Deferred();try{var r,s,l=o.data.key;a.isReady()&&t?(r=a.db.transaction(["Requests"],"readonly"),(s=r.objectStore("Requests").get(e)).onsuccess=function(){var n=s.result;n&&n.date+t>Math.floor(Date.now()/1e3)&&n.apiKey===l?i.resolve(n.result):(a.delete(e),i.reject())},s.onerror=function(){i.reject()}):i.reject()}catch(o){i.reject()}return i.promise()},delete:function(e,t){var i;return t=t||n.Deferred(),this.isReady()?((i=this.db.transaction(["Requests"],"readwrite").objectStore("Requests").delete(e)).onsuccess=function(){t.resolve()},i.onerror=function(){t.reject()}):t.reject(),t.promise()}})},{"./../../jquery":7,"./../../olivie":14}],12:[function(e,t,i){var n=e("./../../jquery"),o=e("./../../olivie"),a=e("./cache"),r=e("./ga");t.exports=o.component("Client",function(e,t,i,o){var s=this;s.requestModifiers=[],s.responseModifiers=[],t&&n.isPlainObject(t)&&s.attachRequestModifier(function(e){e.data=n.extend(!1,{},e.data,t)}),"https://www.googleapis.com/youtube/v3"!==e?s.attachRequestModifier(function(t){t.url=e+"?q="+encodeURIComponent(t.url)}):s.attachRequestModifier(function(t){t.url=e+t.url}),s.cache=new a(i,s),s.ga=new r("UA-33920597-29"),s.defaultCacheTime=parseInt(o,10)},{parseQuery:function(e){var t=e.match(/\?([^#]+)/),i={};return t&&t[1]&&t[1].split("&").map(function(e){var t=e.split("=");i[t[0]]=t[1]||""}),i}},{cache:null,requestModifiers:null,responseModifiers:null,defaultCacheTime:null,run:function(){var e=n.Deferred(),t=this.cache.connect();return t.done(function(){e.resolve()}),t.fail(function(){e.resolve(-1)}),e.promise()},attachRequestModifier:function(e){return"function"===n.type(e)&&!!this.requestModifiers.push(e)},attachResponseModifier:function(e){return"function"===n.type(e)&&!!this.responseModifiers.push(e)},send:function(e,t,i,o){var a=this;"undefined"===n.type(o)&&(o=a.defaultCacheTime),t=t||{},i=i||{};var r=n.Deferred();t=n.extend(!1,{},a.constructor.parseQuery(e),t),e=e.replace(/(\?\|#).*/,"")+"?"+n.param(t),t.callback&&(t.callback=null),i=n.extend(!1,{},i,{url:e,dataType:"jsonp",type:i.type||"get"}),n.each(a.requestModifiers,function(e,t){t.call(a,i)});var s=JSON.stringify(i),l=function(e,t){(e.error||e.meta&&e.meta.error_message)&&console.error(e.error||e.meta&&e.meta.error_message),o&&"success"===t&&a.cache.save(s,e,i.data.key),n.each(a.responseModifiers,function(t,i){"pending"===r.state()&&i.call(a,e,r)}),"pending"===r.state()&&r.resolve(e)},p=function(e){a.ga.collect(e.status+" "+e.statusText)};return a.cache.getSaved(s,o,!1,i).done(l).fail(function(){n.ajax(i).done(l).fail(p)}),r.promise()},get:function(e,t,i){return(i=i||{}).type="get",this.send(e,t,i)}})},{"./../../jquery":7,"./../../olivie":14,"./cache":11,"./ga":13}],13:[function(e,t,i){var n=e("./../../jquery"),o=e("./../../olivie"),a=e("../../../../../bower_components/uuid");t.exports=o.class("Ga",[],function(e){this.tid=e,this.cid=this.getCid()},{BASE_URL:"https://www.google-analytics.com/collect"},{tid:null,cid:null,getCid:function(){var e;try{return(e=localStorage.getItem("yt_cid"))||(e=a(),localStorage.setItem("yt_cid",e)),e}catch(e){return a()}},collect:function(e,t){if(t=t||"ApiRequestError",e){var i=(new Date).getTime(),o={tid:this.tid,cid:this.cid,v:1,ds:"web",an:"Yottie",t:"event",ec:t,ea:e,z:i},a=n.param(o),r=this.constructor.BASE_URL+"?"+a,s=new Image;s.src=r,s.style.position="absolute",s.style.zIndex="-1",s.style.left="-9999px",s.onload=function(){document.body.removeChild(s)},document.body.appendChild(s)}}})},{"../../../../../bower_components/uuid":2,"./../../jquery":7,"./../../olivie":14}],14:[function(e,t,i){var n=e("./jquery"),o=e("./utils"),a=e("./cl"),r=e("./application"),s=e("./component"),l={$:n,utils:o,plugin:function(e,t,i){return n.fn[e]?null:(n.fn[e]=function(e){return this.each(function(i,n){t.call(void 0,n,e)})},i&&(n[e]=i),n.fn[e])},application:function(e,t,i,n){return this.class(e,[r],t,i,n)},component:function(e,t,i,n){return n=n||{},this.class(e,[s],t,i,n)},class:function(e,t,i,o,r){o=o||{},r=r||{},(t=t||[]).unshift(a),o.id=e,o.inheritance={},n.each(t,function(e,t){t.id&&(o.inheritance[t.id]=t)});var s=function(){i.apply(this,arguments)};return s.prototype=function(){},r.constructor=s,n.extend.apply(self.$,[s].concat(t.concat([o]))),n.extend.apply(self.$,[s.prototype].concat(t.map(function(e){return e.prototype})).concat(r)),s}};t.exports=l},{"./application":3,"./cl":4,"./component":5,"./jquery":7,"./utils":15}],15:[function(e,t,i){var n=e("./jquery"),o=e("./external/number_format");t.exports={unifyMultipleOption:function(e){var t=n.type(e);return"array"===t?e:"string"===t?e.split(/[\s,;\|]+/).filter(function(e){return!!e}):null},applyModifier:function(e,t){return"array"!==n.type(t)&&(t=[t]),n.each(t,function(t,i){"function"===n.type(i)&&(e=i.call(i,e))}),e},getProperty:function(e,t,i){if(e&&t&&"string"===n.type(t)){var o=e;return n.each(t.split("."),function(e,t){if(!(o=o[t]))return!1}),o&&i&&(o=this.applyModifier(o,i)),o}},setProperty:function(e,t,i){if(e&&t&&"string"===n.type(t)){var o=e,a=t.split(".");return n.each(a,function(e,t){e==a.length-1?o[t]=i:"undefined"===n.type(o[t])&&(o[t]={}),o=o[t]}),e}},formatBigNumber:function(e,t){if(e=parseFloat(e),t=t||1,"number"!==n.type(e))return NaN;var i,o,a="";return 1e9<=e?(i=e/1e9,a="B"):1e6<=e?(i=e/1e6,a="M"):1e3<=e?(i=e/1e3,a="K"):i=e,((i=i.toFixed(t))-(o=parseInt(i,10))==0||10<=i)&&(i=o),i+a},parseInt:function(e){return parseInt(e,10)},formatNumberWithCommas:function(e){return e.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g,"$1,")},formatPassedTime:function(e){e instanceof Date||(e=Math.round(new Date(Date.parse(e)).getTime()/1e3));var t,i,n=Math.round((new Date).getTime()/1e3),o=Math.abs(n-e);return i=604800<=o?(t=o/604800,"w"):86400<=o?(t=o/86400,"d"):3600<=o?(t=o/3600,"h"):60<=o?(t=o/60,"m"):(t=o,"s"),(t=Math.round(t))+i},filterNulls:function(e){var t=this,i={};return n.each(e,function(e,o){"object"===n.type(o)?i[e]=t.filterNulls(o):null!==o&&(i[e]=o)}),i},nl2br:function(e){return e.replace(/\n/g,"
")},formatAnchors:function(e){return e.replace(/(https?|ftp):\/\/[^\s\t<]+/g,function(e){return''+e+""})},numberFormat:function(){return o.apply(o,arguments)},shuffle:function(e){var t,i;for(t=e.length-1;0<=t;--t)e[i=Math.floor(Math.random()*t)]=[e[t],e[t]=e[i]][0]},inViewPort:function(e,t){var i=e.getBoundingClientRect(),n=i.width/100*(100-t),o=i.height/100*(100-t);return i.top>=0-o&&i.left>=0-n&&i.bottom<=window.innerHeight+o&&i.right<=window.innerWidth+n},invertColor:function(e){var t=e.replace(/(rgba\()|(rgb\()|(\))/g,"").split(",");return 186<.299*parseInt(t[0],10)+.587*parseInt(t[1],10)+.114*parseInt(t[2],10)?"#000":"#fff"},css:function(e,t){for(var i in e)if(e.hasOwnProperty(i)){var n=e[i];if(n instanceof HTMLElement)for(var o in t)if(t.hasOwnProperty(o)){var a=t[o];n.style[o]=a}}}}},{"./external/number_format":6,"./jquery":7}],16:[function(e,t,i){var n=function(e,t){this.initialized=!1,this.app=e,this.widgetId=t,this.analytics=window.eapps&&window.eapps.analytics?window.eapps.analytics:null,this.app&&this.widgetId&&this.analytics&&(this.initialized=!0)};n.prototype.store=function(e,t,i){if(t=t||1,i=i||null,this.initialized){var n={app:this.app,widgetId:this.widgetId,event:e,count:t,lifetime:i};this.analytics.store(n)}},n.prototype.available=function(){return!!this.initialized},t.exports=n},{}],17:[function(e,t,i){t.exports=function(e,t){var i=this;i.customStyle=document.createElement("style"),i.customStyle.innerHTML=t,e.app.$element[0].appendChild(i.customStyle);var n=[];i.customStyle&&i.customStyle.sheet&&i.customStyle.sheet.cssRules&&(jQuery.each(i.customStyle.sheet.cssRules,function(t,i){"object"===jQuery.type(i)&&n.push("div#yottie_"+e.app.id+" "+i.cssText)}),n=n.join("\n"),i.customStyle.innerHTML=n)}},{}],18:[function(e,t,i){t.exports=function(e){var t=1Visit Elfsight Apps",link:"https://apps.elfsight.com/",tpl:null},i=this;i.view=t.tpl?t.tpl:jQuery(''+t.text+""),i.view[0].setAttribute("style",["align-content:center!important","align-items:center!important","animation:none!important","background:rgba(251, 251, 251, 0.9)!important","border:none!important","border-radius:2px!important","bottom:0!important","box-sizing:border-box!important","color:#333333!important","display:flex!important","float:none!important","font-family:Roboto,Arial,Sans-serif!important","font-size:13px!important","height:auto!important","left:0!important","line-height:16px!important","margin:0!important","opacity:1!important","padding:0!important","position:absolute!important","right:0!important","text-align:center!important","text-decoration:none!important","text-indent:0!important","top:0!important","transform:none!important","justify-content:center!important","visibility:visible!important","width:auto!important","z-index:99998!important","zoom:1!important"].join(";")),["blur","change","click","focus","focusin","focusout","hover","keydown","keypress","keyup","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","resize","scroll","select","submit"].forEach(function(e){i.view[0].addEventListener(e,function(e){"eapps-remove-link"!==e.target.className&&e.stopPropagation()})}),["blur","change","click","focus","focusin","focusout","hover","keydown","keypress","keyup","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","resize","scroll","select","submit"].forEach(function(e){i.view[0].addEventListener(e,function(e){e.stopPropagation()})}),i.view.appendTo(e.app.$element.find(t.selector))}},{}],19:[function(e,t,i){t.exports={apiUrl:"https://www.googleapis.com/youtube/v3",key:[],debug:!1,channel:null,sourceGroups:null,order:null,cacheTime:21600,width:"auto",lang:"en",header:{visible:!0,layout:"classic",channelName:null,channelDescription:null,channelLogo:null,channelBanner:null,info:"logo banner channelName videosCounter subscribersCounter viewsCounter subscribeButton"},content:{columns:3,rows:1,gutter:20,arrowsControl:!0,scrollControl:!1,dragControl:!0,paginationControl:!0,search:!1,direction:"horizontal",freeMode:!1,scrollbar:!1,transitionEffect:"slide",transitionSpeed:600,auto:0,autoPauseOnHover:!1,responsive:null},video:{layout:"classic",info:"playIcon duration title date description viewsCounter likesCounter commentsCounter",playMode:"popup"},popup:{info:"title channelLogo channelName subscribeButton viewsCounter likesRatio likesCounter dislikesCounter share date description descriptionMoreButton comments",autoplay:!0},color:{scheme:"default",header:{bg:null,bannerOverlay:null,channelName:null,channelNameHover:null,channelDescription:null,anchor:null,anchorHover:null,counters:null},groups:{bg:null,link:null,linkHover:null,linkActive:null,highlight:null,highlightHover:null,highlightActive:null},content:{bg:null,arrows:null,arrowsHover:null,arrowsBg:null,arrowsBgHover:null,scrollbarBg:null,scrollbarSliderBg:null},video:{bg:null,overlay:null,playIcon:null,playIconHover:null,duration:null,durationBg:null,title:null,titleHover:null,date:null,description:null,anchor:null,anchorHover:null,counters:null},popup:{bg:null,overlay:null,title:null,channelName:null,channelNameHover:null,viewsCounter:null,likesRatio:null,dislikesRatio:null,likesCounter:null,dislikesCounter:null,share:null,date:null,description:null,anchor:null,anchorHover:null,descriptionMoreButton:null,descriptionMoreButtonHover:null,commentsUsername:null,commentsUsernameHover:null,commentsPassedTime:null,commentsText:null,commentsLikes:null,controls:null,controlsHover:null,controlsMobile:null,controlsMobileBg:null}},ads:{client:null,slots:{content:null,popup:null}},noCookies:!1}},{}],20:[function(e,t,i){t.exports={en:{},de:{w:"Wo.",d:"Tag",h:"Std.",min:"min",s:"Sek","Show more":"Mehr anzeigen","Show less":"Weniger anzeigen",Videos:"Videos",Subscribers:"Abonnenten",Views:"Aufrufe",Uploads:"Uploads","Published at":"Veröffentlicht am","All comments":"Alle Kommentare",Comments:"Kommentare",Likes:"Likes",Dislikes:"Dislikes",Search:"Suche","There are no videos by this request":"Leider wurden keine Videos gefunden",Share:"Teilen","Share on Facebook":"Auf Facebook teilen","Share on Twitter":"Auf Twitter teilen","Share on Google+":"Auf Google+ teilen"},hr:{w:"tj",d:"d",h:"s",min:"m",s:"s","Show more":"Prikaži više","Show less":"Prikaži manje",Videos:"Video",Subscribers:"Pretplatnici",Views:"Pregleda",Uploads:"Upload","Published at":"Objavljeno","All comments":"Svi komentari",Comments:"Komentari",Likes:"Lajkova",Dislikes:"Dislajkova",Search:"Traži","There are no videos by this request":"",Share:"Podjeli","Share on Facebook":"Podjeli na Facebooku","Share on Twitter":"Podjeli na Twitteru","Share on Google+":"Podjeli na Google+"},es:{w:"sem",d:"día",h:"h",min:"min",s:"s","Show more":"Mostrar más","Show less":"Mostrar menos",Videos:"Vídeos",Subscribers:"Suscriptores",Views:"Visualizaciones",Uploads:"Vídeos subidos","Published at":"Publicado el","All comments":"Todos los comentarios",Comments:"Comentarios",Likes:"Me gusta",Dislikes:"No me gusta",Search:"Buscar","There are no videos by this request":"",Share:"Compartir","Share on Facebook":"Compartir en Facebook","Share on Twitter":"Compartir en Twitter","Share on Google+":"Compartir en Google+"},fr:{w:"sem",d:"j",h:"h",min:"min",s:"s","Show more":"Plus","Show less":"Moins",Videos:"Vidéos",Subscribers:"Abonnés",Views:"Vues",Uploads:"Vidéos ajoutées","Published at":"Ajoutée le","All comments":"Tous les commentaires",Comments:"Commentaires",Likes:"Goûts",Dislikes:"Dégoûts",Search:"Chercher","There are no videos by this request":"",Share:"Partager","Share on Facebook":"Partager sur Facebook","Share on Twitter":"Partager sur Twitter","Share on Google+":"Partager sur Google+"},it:{w:"sett.",d:"g",h:"h",min:"m",s:"s","Show more":"Mostra altro","Show less":"Mostra meno",Videos:"Video",Subscribers:"Iscritti",Views:"Visualizzazioni",Uploads:"Video caricati","Published at":"Pubblicato il","All comments":"Tutti i commenti",Comments:"Commenti",Likes:"Piace",Dislikes:"Non piace",Search:"Ricerca","There are no videos by this request":"Nessun video soddisfa la ricerca per",Share:"Condividi","Share on Facebook":"Condividi su Facebook","Share on Twitter":"Condividi su Twitter","Share on Google+":"Condividi su Google+"},nl:{w:"w.",d:"d.",h:"u.",min:"m.",s:"s.","Show more":"Meer weergeven","Show less":"Minder weergeven",Videos:"Video`s",Subscribers:"Abonnees",Views:"Weergaven",Uploads:"Uploads","Published at":"Gepubliceerd op","All comments":"Alle reacties",Comments:"Reacties",Likes:"Sympathieën",Dislikes:"Antipathieën",Search:"Zoeken","There are no videos by this request":"",Share:"Delen","Share on Facebook":"Delen op Facebook","Share on Twitter":"Delen op Twitter","Share on Google+":"Delen op Google+"},no:{w:"u",d:"d",h:"t",min:"m",s:"s","Show more":"Vis mer","Show less":"Vis mindre",Videos:"Videoer",Subscribers:"Abonnenter",Views:"Avspillinger",Uploads:"Opplastinger","Published at":"Publisert","All comments":"Alle kommentarer",Comments:"Kommentarer",Likes:"Liker",Dislikes:"Misliker",Search:"Søke","There are no videos by this request":"",Share:"Delen","Share on Facebook":"Del på Facebook","Share on Twitter":"Del på Twitter","Share on Google+":"Del på Google+"},pl:{w:"w",d:"dzień",h:"godz.",min:"min",s:"s","Show more":"Pokaż więcej","Show less":"Pokaż mniej",Videos:"Wideo",Subscribers:"Subskrypcji",Views:"Wyświetlenia",Uploads:"Przesłane filmy","Published at":"Opublikowany","All comments":"Wszystkie komentarze",Comments:"Komentarzy",Likes:"Upodobania",Dislikes:"Antypatie",Search:"Szukaj","There are no videos by this request":"",Share:"Dzielić","Share on Facebook":"Udostępnij na Facebooku","Share on Twitter":"Udostępnij na Twitterze","Share on Google+":"Udostępnij w Google+"},"pt-BR":{w:"sem",d:"d",h:"h",min:"min",s:"s","Show more":"Mostrar mais","Show less":"Mostrar menos",Videos:"Vídeos",Subscribers:"Inscritos",Views:"Visualizações",Uploads:"Uploads","Published at":"Publicado em","All comments":"Todos os comentarios",Comments:"Comentários",Likes:"Gostos",Dislikes:"Desgostos",Search:"Procurar","There are no videos by this request":"",Share:"Compartilhar","Share on Facebook":"Compartilhar no Facebook","Share on Twitter":"Compartilhar no Twitter","Share on Google+":"Compartilhar no Google+"},sv:{w:"v",d:"d",h:"h",min:"min",s:"sek","Show more":"Visa mer","Show less":"Visa mindre",Videos:"Videoklipp",Subscribers:"Prenumeranter",Views:"Visningar",Uploads:"Uppladdningar","Published at":"Publicerades den","All comments":"Alla kommentarer",Comments:"Kommentarer",Likes:"Gillar",Dislikes:"Ogillar",Search:"Sök","There are no videos by this request":"",Share:"Dela med sig","Share on Facebook":"Dela på Facebook","Share on Twitter":"Dela på Twitter","Share on Google+":"Dela på Google+"},tr:{w:"h",d:"g",h:"s",min:"d",s:"sn","Show more":"Daha fazla göster","Show less":"Daha az göster",Videos:"Videolar",Subscribers:"Abone",Views:"Görüntüleme",Uploads:"Yüklenenler","Published at":"Tarihinde yayınlandı","All comments":"Tüm yorumlar",Comments:"Yorumlar",Likes:"Seviyor",Dislikes:"Sevmediği",Search:"Arama","There are no videos by this request":"",Share:"Pay","Share on Facebook":"Facebook'ta Paylaş","Share on Twitter":"Twitter'da Paylaş","Share on Google+":"Google + 'da Paylaş"},ru:{w:"нед.",d:"дн.",h:"ч",min:"мин",s:"с","Show more":"Ещё","Show less":"Свернуть",Videos:"Видео",Subscribers:"Подписчиков",Views:"Просмотров",Uploads:"Загрузки","Published at":"Опубликовано","All comments":"Все комментарии",Comments:"Комментариев",Likes:"Нравится",Dislikes:"Не понравилось",Search:"Поиск","There are no videos by this request":"",Share:"Поделиться","Share on Facebook":"Поделиться на Facebook","Share on Twitter":"Поделиться на Twitter","Share on Google+":"Поделиться на Google+"},hi:{w:"सप्ताह",d:"दिन",h:"घंटे",min:"मिनट",s:"सेकंड","Show more":"और दिखाएं","Show less":"कम दिखाएं",Videos:"वीडियो",Subscribers:"सदस्य",Views:"बार देखा गया",Uploads:"अपलोड","Published at":"को प्रकाशित","All comments":"सभी टिप्पणियां",Comments:"टिप्पणियाँ",Likes:"पसंद",Dislikes:"नापसंद",Search:"खोज","There are no videos by this request":"",Share:"शेयर","Share on Facebook":"फेसबुक पर सांझा करें","Share on Twitter":"ट्विटर पर साझा करें","Share on Google+":"Google+ पर साझा करें"},"zh-HK":{w:"周",d:"天",h:"小时",min:"分钟",s:"秒","Show more":"展开","Show less":"收起",Videos:"视频",Subscribers:"位订阅者",Views:"次观看",Uploads:"上传的视频","Published at":"发表于","All comments":"所有评论",Comments:"评论",Likes:"喜欢",Dislikes:"不喜欢",Search:"搜索","There are no videos by this request":"",Share:"分享","Share on Facebook":"分享到Facebook","Share on Twitter":"分享到Twitter","Share on Google+":"分享到Google+"},"zh-TW":{w:"週",d:"天",h:"小時",min:"分鐘",s:"秒","Show more":"展開","Show less":"收起",Videos:"影片",Subscribers:"位訂閱者",Views:"次觀看",Uploads:"上傳的影片","Published at":"發表於","All comments":"所有評論",Comments:"評論",Likes:"喜歡",Dislikes:"不喜歡",Search:"搜索","There are no videos by this request":"此請求沒有影片",Share:"分享","Share on Facebook":"分享到 Facebook","Share on Twitter":"分享到 Twitter","Share on Google+":"分享到 Google+"},ja:{w:"週間前",d:"日前",h:"時間前",min:"分前",s:"秒前","Show more":"もっと見る","Show less":"一部を表示",Videos:"動画",Subscribers:"人",Views:"回",Uploads:"アップロード済み","Published at":"に公開","All comments":"すべてのコメント",Comments:"コメント",Likes:"好き",Dislikes:"嫌い",Search:"サーチ","There are no videos by this request":"",Share:"シェア","Share on Facebook":"Facebookでシェア","Share on Twitter":"Twitterでシェアする","Share on Google+":"Google+でシェアする"},sk:{w:"t",d:"d",h:"h",min:"m",s:"s","Show more":"Zobraziť viac","Show less":"Zobraziť menej",Videos:"Videí",Subscribers:"Odberateľov",Views:"Zhliadnutí",Uploads:"Nahrané videá","Published at":"Zverejnené","All comments":"Všetky komentáre",Comments:"Komentárov",Likes:"Záľuby",Dislikes:"Nepáči",Search:"Vyhľadávanie","There are no videos by this request":"",Share:"Zdieľať","Share on Facebook":"Zdieľať na Facebook","Share on Twitter":"Zdieľať na Twitter","Share on Google+":"Zdieľať na Google+"},cs:{w:"t",d:"d",h:"h",min:"m",s:"s","Show more":"Zobrazit více","Show less":"Zobrazit méně",Videos:"Videí",Subscribers:"Odběratelů",Views:"Zhlédnutí",Uploads:"Nahraná videa","Published at":"Publikováno","All comments":"Všechny komentáře",Comments:"Komentářů",Likes:"Líbí se",Dislikes:"Nemá ráda",Search:"Vyhledávání","There are no videos by this request":"",Share:"Sdílet","Share on Facebook":"Sdílet na Facebooku","Share on Twitter":"Sdílet na Twitteru","Share on Google+":"Sdílet na Google+"},ko:{w:"t",d:"d",h:"h",min:"m",s:"s","Show more":"더보기","Show less":"덜보기",Videos:"비디오",Subscribers:"구독자",Views:"조회수",Uploads:"업로드","Published at":"게재하기","All comments":"모든 커멘트",Comments:"댓글",Likes:"좋아요",Dislikes:"싫어요",Search:"수색","There are no videos by this request":"",Share:"몫","Share on Facebook":"Facebook에서 공유","Share on Twitter":"Twitter에서 공유","Share on Google+":"Google+에서 공유"},ro:{w:"s",d:"z",h:"o",min:"m",s:"s","Show more":"Arată mai multe","Show less":"Arată mai puține",Videos:"Video-uri",Subscribers:"Abonați",Views:"Vizualizări",Uploads:"Urcări","Published at":"Publicat pe","All comments":"Toate comentariile",Comments:"Comentarii",Likes:"Aprecieri",Dislikes:"Dislike-uri",Search:"Caută","There are no videos by this request":"Nu sunt video-uri pentru această cerere",Share:"Distribuie","Share on Facebook":"Distribuie pe Facebook","Share on Twitter":"Distribuie pe Twitter","Share on Google+":"Distribuie pe Google+"},he:{w:"שבוע",d:"יום",h:"שעה",min:"דקה",s:"שניה","Show more":"הצג עוד","Show less":"הצג פחות",Videos:"סרטונים",Subscribers:"מנויים",Views:"צפיות",Uploads:"העלאות","Published at":"פורסם ב","All comments":"כל התגובות",Comments:"תגובות",Likes:"לייקים",Dislikes:"דיסלייקים",Search:"חיפוש","There are no videos by this request":"לא מצאנו",Share:"שיתוף","Share on Facebook":"שיתוף בפייסבוק","Share on Twitter":"שיתוף בטוויטר","Share on Google+":"שיתוף בגוגל+"},hu:{w:"h",d:"n",h:"ó",min:"p",s:"m","Show more":"Több megjelenítése","Show less":"Kevesebb megjelenítése",Videos:"Videók",Subscribers:"Feliratkozó",Views:"Megtekintés",Uploads:"Feltöltések","Published at":"Bemutatva","All comments":"Megjegyzések",Comments:"Megjegyzések",Likes:"Tetszik",Dislikes:"Nem-Tetszik",Search:"Keresés","There are no videos by this request":"Nem található ilyen videó",Share:"Megosztás","Share on Facebook":"Megosztás Facebookon","Share on Twitter":"Megosztás Twitteren","Share on Google+":"Megosztás Google+ -on"},uk:{w:"тиж",d:"дн",h:"г",min:"хв",s:"с","Show more":"Показати більше","Show less":"Згорнути",Videos:"Відео",Subscribers:"Підписчики",Views:"Переглядів",Uploads:"Завантажень","Published at":"Опубліковано","All comments":"Всі коментарі",Comments:"Коментарів",Likes:"Вподобань",Dislikes:"Не сподобалось",Search:"Пошук","There are no videos by this request":"Відео відсутні по даному запиту",Share:"Поширити","Share on Facebook":"Поширити на Facebook","Share on Twitter":"Поширити на Twitter"},al:{w:"javë",d:"ditë",h:"orë",min:"min",s:"sek","Show more":"Shfaq më shumë","Show less":"Shfaq më pak",Videos:"Video",Subscribers:"Abonues",Views:"Shikime",Uploads:"Video të ngarkuara","Published at":"Publikuar më","All comments":"Të gjitha komentet",Comments:"Komentet",Likes:"Pëlqime",Dislikes:"Mospëlqime",Search:"Kërko","There are no videos by this request":"Nuk ka video për këtë kërkesë",Share:"Shpërndaje","Share on Facebook":"Shpërndaje në Facebook","Share on Twitter":"Shpërndaje në Twitter"},el:{w:"εβδ",d:"ημ",h:"ώρα",min:"λεπτά",s:"δευτερόλεπτα","Show more":"Περισσότερα","Show less":"Λιγότερα",Videos:"Βίντεο",Subscribers:"Εγγεγραμένοι",Views:"Προβολές",Uploads:"Μεταφορτώσεις","Published at":"Δημοσιεύθηκε στις","All comments":"Όλα τα σχόλια",Comments:"Σχόλια",Likes:"Μου αρέσει",Dislikes:"Δε μου αρέσει",Search:"Αναζήτηση","There are no videos by this request":"Δεν υπάρχουν βίντεο γιαυτο το αίτημα",Share:"Κοινοποίηση","Share on Facebook":"Κοινοποίηση στο Facebook","Share on Twitter":"Κοινοποίηση στο Twitter"}}},{}],21:[function(e,t,i){var n=e("./../../olivie/src/js/olivie"),o=e("./../../olivie/src/js/jquery"),a=e("./yottie"),r=e("./yottie-facade"),s=e("./defaults"),l=e("./schemes"),p=0;n.plugin("yottie",function(e,t){if(s=o.data(e,"yottie"))return s;var i=o.yottie.generateAttributesMap();o.each(i,function(e,i){if((i=i.replace(/-([a-z])/g,function(e){return e[1].toUpperCase()}))in t){var n=t,a=e.split("."),r=t[i];o.each(a,function(e,t){e==a.length-1?n[t]=r:"undefined"===o.type(n[t])&&(n[t]={}),n=n[t]})}});var n=new a(++p,e,t),s=new r(n);o.data(e,"yottie",s),n.run()},{defaults:s,schemes:l,orderFunctions:{date:function(e,t){var i=Date.parse(e.snippet.publishedAt),n=Date.parse(t.snippet.publishedAt);return i\n '+t.text+'\n \n \n '),i.view[0].setAttribute("style",["animation:none!important","background:rgba(255,255,255,.5) url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2IDUuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNiA1Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiM4MDgwODA7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGlkPSJlbGZzaWdodC1nbHlwaC0xMjAwLWEiIGNsYXNzPSJzdDAiIGQ9Ik0zLjIsMEM0LjgsMCw2LjEsMS40LDYsM2MwLDEuNi0xLjQsMi44LTMsMi44cy0yLjgtMS40LTIuOC0zYzAtMC4xLDAtMC4xLDAtMC4yDQoJCWMwLDAsMC4xLTAuMywwLjMtMC4zczAuMywwLjIsMC4zLDAuM3YwLjF2MC4xYzAsMS4zLDEsMi40LDIuMiwyLjRjMS4zLDAsMi40LTEsMi40LTIuMmMwLTEuMy0xLTIuNC0yLjItMi40Yy0wLjEsMC0wLjMsMC0wLjQsMA0KCQlsMCwwYzAsMC0wLjMsMC0wLjQtMC4yUzIuNSwwLDIuNiwwQzIuOCwwLDMsMCwzLjIsMHogTTAuMSwwLjJDMC4yLDAuMiwwLjIsMC4yLDAuMSwwLjJMMC4xLDAuMkwwLjEsMC4ybDMuMSwxLjZsMCwwbDAsMGwwLDBsMCwwDQoJCUMzLjYsMiwzLjcsMi4yLDMuNywyLjVsMCwwbDAsMGwwLDBsMCwwdjAuOWMwLDAuMiwwLDAuMywwLDAuNGwwLDBsMCwwYzAsMC4xLDAsMC4yLTAuMSwwLjJjMCwwLDAsMC0wLjEsMGwwLDBsMCwwTDIuOCwzLjZsMCwwDQoJCUMyLjUsMy40LDIuNCwzLjIsMi40LDIuOWwwLDBjMC0wLjIsMC0wLjUtMC40LTAuOEMxLjMsMS42LDAuMiwwLjYsMCwwLjVsMCwwbDAsMGwwLDBsMCwwVjAuNEMwLDAuMywwLjEsMC4yLDAuMSwwLjJ6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==') no-repeat 8px center/16px 16px","border:none!important","border-radius:6px!important","bottom:auto!important","box-sizing:border-box!important","color:rgba(0,0,0,.5)!important","display:inline-block!important","float:none!important","font-family:Roboto,Arial,Sans-serif!important","font-size:12px!important","font-weight:700!important","height:28px!important","left:50%!important","line-height:16px!important","margin:20px auto 8px!important","opacity:1!important","padding:6px 6px 6px 32px!important","position:relative!important","right:auto!important","text-align:left!important","text-decoration:none!important","text-indent:0!important","top:auto!important","transform:translateX(-50%)!important","visibility:visible!important","max-width:240px!important","z-index:99999!important","zoom:1!important","background-color:rgba(238,238,238,0.9)!important"].join(";")),["blur","change","click","focus","focusin","focusout","hover","keydown","keypress","keyup","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","resize","scroll","select","submit"].forEach(function(e){i.view[0].addEventListener(e,function(e){"eapps-remove-link"!==e.target.className&&e.stopPropagation()})}),jQuery(i.view[0]).find("div")[0].setAttribute("style",["display:"+(!t.platform||t.owner&&t.platform?"flex":"none")+"!important","align-items:center!important","justify-content:center!important","width:20px!important","height:20px!important","border-radius:12px!important","overflow:hidden!important","position:absolute!important","right:-10px!important","top:-10px!important","background:#f93262!important","box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2)!important"].join(";")),jQuery(i.view[0]).find("svg")[0].setAttribute("style",["display:block!important","pointer-events:none!important"].join(";")),jQuery(i.view[0]).find("div").on("click",function(e){t.platform&&window.open(t.appsLink,"_blank").focus(),e.preventDefault()}),i.view.appendTo(e.app.$element.find(t.selector))}},{}],23:[function(e,t,i){var n=e("./../../../../olivie/src/js/jquery"),o=e("./../../../../olivie/src/js/olivie"),a=n(window);t.exports=o.component("Popup",function(){},{AVAILABLE_INFO:["duration","title","channelLogo","channelName","subscribeButton","viewsCounter","likesCounter","dislikesCounter","likesRatio","share","date","description","descriptionMoreButton","comments"],dependencies:["youtube","i18n","renderer","ads",""]},{$e:n("
"),videoPlayer:null,open:function(e){var t=this;if(t.showing)return!1;t.analytics=t.get("app.analytics"),t.showVideo(e),t.showing=!0,t.$popup.addClass("yottie-popup-show")},close:function(){var e=this;setTimeout(function(){e.videoPlayer.destroy(),e.$video.remove()},350),e.showing=!1,e.$popup.removeClass("yottie-popup-show")},showVideo:function(e){var t=this,i=t.youtube.parseSource(e);i&&"youtube#video"===i.kind&&(t.$popup.addClass("yottie-popup-loading"),t.youtube.model(i.kind).find(i.criteria,"contentDetails,statistics,snippet").done(function(e){if(e){t.video=e;var i=[];i.push(t.getVideoChannel()),i.push(t.getVideoCommentThreads()),n.when.apply(n,i).done(function(){t.$popup.removeClass("yottie-popup-loading"),t.$video=t.createVideoElement();var e={videoId:t.video.id,playerVars:{autoplay:t.app.options.popup.autoplay,showinfo:!1,rel:0},events:{onStateChange:function(e){switch(t.analytics&&t.analytics.available()&&t.analytics.store("click"),e.data){case YT.PlayerState.ENDED:e.target.pauseVideo(),e.target.seekTo(0)}}}};t.app.options.noCookies&&(e.host="http://www.youtube-nocookie.com");var i=new YT.Player(t.$video.find(".yottie-popup-video-player span").get(0),e);t.videoPlayer=i,!t.app.options.noCookies&&t.channel&&t.channel.renderButton(t.$video.find(".yottie-popup-video-meta-subscribe").get(0)),t.$video.appendTo(t.$inner),t.$videoPlayer=t.$video.find(".yottie-popup-video-source iframe"),t.fit(),setTimeout(function(){t.ads.init(t.$inner)},17)})}}))},getVideoChannel:function(){var e=this;e.video;var t=n.Deferred();return e.youtube.model("youtube#channel").find({id:e.video.snippet.channelId},"snippet").done(function(i){e.channel=i,t.resolve()}).fail(function(){e.channel=null,t.resolve()}),t},getVideoCommentThreads:function(){var e=this;e.video;var t=n.Deferred();return e.youtube.model("youtube#commentThread").findAll({videoId:e.video.id,textFormat:"plainText"},"snippet").done(function(i){e.commentThreads=i,t.resolve()}).fail(function(){e.commentThreads=null,t.resolve()}),t},createPopupElement:function(){var e=this,t={};return t.loader=e.renderer.render("popup.loader",{parts:t}),t.controlClose=e.renderer.render("popup.control.close",{parts:t}),t.controlArrows=e.renderer.render("popup.control.arrows",{parts:t}),t.inner=e.renderer.render("popup.inner",{parts:t}),t.overlay=e.renderer.render("popup.overlay",{parts:t}),t.wrapper=e.renderer.render("popup.wrapper",{parts:t}),n(e.renderer.render("popup.container",{parts:t}))},createVideoElement:function(){var e=this,t={},i={},a=e.i18n.t("Published at")+" "+new Date(Date.parse(e.video.snippet.publishedAt)).toLocaleDateString(),r=[];if(e.commentThreads&&e.commentThreads.length)for(var s=0,l=e.commentThreads.length;st.constructor.SIZES[1].width&&rt.constructor.SIZES[0].width&&(a=t.constructor.SIZES[0]),e.empty(),a&&t.createAdsElement(a,o).appendTo(e)}),adsbygoogle.push({})}})},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14}],25:[function(e,t,i){var n=e("./../../../../olivie/src/js/jquery"),o=e("./../../../../olivie/src/js/olivie"),a=e("./grid"),r=e("./../youtube/proxy-storage"),s=(e("./../../defaults"),n(window));t.exports=o.class("FeedSection",[],function(e,t){var i=this;if(n.isPlainObject(t)){n.isArray(t.sources)||(t.sources=[t.sources]),i.controller=e,i.title=t.name||i.controller.i18n.t("Untitled"),i.videoPlayMode=i.get("controller.app.options.video.playMode"),i.analytics=i.get("controller.app.analytics"),i.videos=[],i.source=[],n.each(t.sources,function(e,t){var o;if("string"===n.type(t)){if(!(o=i.controller.youtube.parseSource(t)))return}else{if(!(n.isPlainObject(t)&&t.kind&&t.criteria))return;o=t}i.source.push(o)}),i.hasSource=i.source&&i.source.length,i.$element=i.createFeedSectionElement(),i.hasSource||(i.$novideos=n(i.controller.renderer.render("feed.section.novideos",{message:i.controller.i18n.t("There are no videos in this group")})),i.$novideos.appendTo(i.$element)),i.$inner=i.$element.find(".yottie-widget-feed-section-inner"),i.$loader=n(i.controller.renderer.render("feed.loader")),i.get("controller.app.options.content.search")&&(i.$filter=n(i.controller.renderer.render("feed.filter",{placeholder:i.controller.i18n.t("Search")})),i.$filter.find(".yottie-widget-feed-section-search-selector-label-input").attr("name","filterField_"+i.title),i.$filter.prependTo(i.$element)),i.hasSource&&i.get("controller.app.options.content.arrowsControl")&&(i.$inner.append(i.controller.renderer.render("feed.arrows")),i.$arrowPrev=i.$element.find(".yottie-widget-feed-section-arrow-prev"),i.$arrowNext=i.$element.find(".yottie-widget-feed-section-arrow-next")),i.hasSource&&i.get("controller.app.options.content.scrollbar")&&(i.$scrollbar=n(i.controller.renderer.render("feed.scrollbar")),i.$scrollbar.appendTo(i.$element)),i.get("controller.app.options.content.paginationControl")&&(i.$pagination=n(i.controller.renderer.render("feed.pagination")),i.$pagination.appendTo(i.$element)),i.$loader.appendTo(i.$element),i.fetcher=i.createFetcher(),i.inlinePlayers={},i.defaultBreakpoint={columns:i.get("controller.app.options.content.columns",o.utils.parseInt),rows:i.get("controller.app.options.content.rows",o.utils.parseInt),gutter:i.get("controller.app.options.content.gutter",o.utils.parseInt)},i.currentBreakpoint=i.defaultBreakpoint,i.grid=new a(i.$inner,i.defaultBreakpoint);var r=[],s=i.get("controller.app.options.content.responsive");s&&(n.each(s,function(e,t){t.mw=parseInt(t.minWidth?t.minWidth:e,10),r.push(t)}),r.sort(function(e,t){return e.mwt.mw?1:0}),i.breakpoints=r),i.auto=i.get("controller.app.options.content.auto",o.utils.parseInt),i.autoPauseOnHover=i.get("controller.app.options.content.autoPauseOnHover"),i.$element.addClass("yottie-widget-feed-section-"+i.get("controller.app.options.content.direction"))}},{VIDEO_AVAILABLE_INFO:["playIcon","duration","title","date","description","viewsCounter","likesCounter","commentsCounter"],AVAILABLE_EFFECTS:["slide","fade","cube","coverflow","flip"],AVAILABLE_DIRECTIONS:["horizontal"],VIDEO_BREAKPOINTS:[560,490,440,370,280,230,180,130,70],SWIPER_OPTIONS_ALIASES:{columns:"slidesPerView",gutter:"spaceBetween"},prepareSwiperBreakpoints:function(e){var t=this;if(!e)return null;var i={};return n.each(e,function(e,o){i[e]={},n.each(o,function(n,o){var a=t.SWIPER_OPTIONS_ALIASES[n];a&&(i[e][a]=o)})}),i}},{virgin:!0,redistributing:!1,fetcher:null,videoStorage:null,controller:null,title:null,source:null,grid:null,swiper:null,auto:null,videoActiveInfo:null,videoPlayMode:null,inlinePlayers:null,breakpoints:null,currentBreakpoint:null,prevBreakpoint:null,defaultBreakpoint:null,hover:null,$element:null,$inner:null,$arrowPrev:null,$arrowNext:null,$scrollbar:null,$loader:null,$pagination:null,isPlaying:null,filterStr:"",filterField:"title&description",allFetched:!1,noCookies:!1,createFeedSectionElement:function(){return n(this.controller.renderer.render("feed.section"))},createFetcher:function(){var e,t=this,i=t.get("controller.app.options.order"),n=(t.get("controller.app.options.content.search"),t.controller.youtube.createUniversalVideoFetcher(t.source,"snippet,contentDetails,statistics"));return i?(e=new r(n,i),t.allFetched=!0):e=n,e},activate:function(){var e=this;if(e.$element.addClass("yottie-active"),!e.hasSource)return!1;e.virgin?(e.virgin=!1,e.fit(),e.showLoader(500),e.fetcher.prepare().done(function(){e.appendSlide(!0).done(function(){e.fit(),e.auto&&setTimeout(function(){e.isPlaying||!e.swiper.autoplaying||e.hover||e.swiper.slideNext()},e.auto)})})):e.fit()},deactivate:function(){this.$element.removeClass("yottie-active"),n.each(this.inlinePlayers,function(e,t){t.pauseVideo()})},createVideoElement:function(e){var t=this,i={};n.each(t.videoActiveInfo,function(e,t){i[t]=!0}),i.viewsCounter=!!e.get("statistics.viewCount")&&i.viewsCounter,i.likesCounter=!!e.get("statistics.likeCount")&&i.likesCounter,i.commentsCounter=!!e.get("statistics.commentCount")&&i.commentsCounter,i.properties=i.viewsCounter||i.likesCounter||i.commentsCounter,i.info=i.properties||i.title||i.date||i.description,i.videoPlayer="inline"===t.videoPlayMode;var a={};return a.player=t.controller.renderer.render("video.player",{displaying:i}),a.preview=t.controller.renderer.render("video.preview",{displaying:i,id:e.id,thumbnail:e.get("snippet.thumbnails.high.url"),maxresThumbnail:e.get("snippet.thumbnails.maxres.url"),title:e.get("snippet.title"),duration:e.parseDuration()}),a.overlay=t.controller.renderer.render("video.overlay"),a.info=t.controller.renderer.render("video.info",{displaying:i,id:e.id,title:e.get("snippet.title"),description:e.get("snippet.description",[o.utils.nl2br,o.utils.formatAnchors]),viewsCount:e.get("statistics.viewCount",o.utils.formatBigNumber)+" "+t.controller.i18n.t("Views"),likesCount:e.get("statistics.likeCount",o.utils.formatBigNumber)+" "+t.controller.i18n.t("Likes"),commentsCount:e.get("statistics.commentCount",o.utils.formatBigNumber)+" "+t.controller.i18n.t("Comments"),date:new Date(e.getPublishedTimestamp()).toLocaleDateString(),titles:{views:t.controller.i18n.t("Views")+": "+e.get("statistics.viewCount",t.controller.youtube.constructor.formatNumberDigits),likes:t.controller.i18n.t("Likes")+": "+e.get("statistics.likeCount",t.controller.youtube.constructor.formatNumberDigits),comments:t.controller.i18n.t("Comments")+": "+e.get("statistics.commentCount",t.controller.youtube.constructor.formatNumberDigits)}}),n(t.controller.renderer.render("video.container",{id:e.id,displaying:i,parts:a,layout:t.videoLayout}))},appendSlide:function(e){var t=this,i=t.grid.getItemsCount(),o=n.Deferred();return t.fetcher.hasNext()?(e||t.showLoader(),t.fetcher.fetch(i,t.filterStr,t.filterField).done(function(e){var i=n(),a=n(t.controller.renderer.render("feed.slide"));n.each(e,function(e,n){var o=t.createVideoElement(n);i=i.add(o)}),i.appendTo(a),t.swiper.appendSlide(a.get(0)),t.fitSlides(a),t.hideLoader(),o.resolve()}).fail(function(){if(t.swiper.autoplay&&t.swiper.autoplay.stop(),!t.fetcher.hasNext()&&0===t.$element.find(".yottie-widget-feed-section-slide").length){var e=n(t.controller.renderer.render("feed.slide"));t.$novideos=n(t.controller.renderer.render("feed.section.novideos",{message:t.controller.i18n.t("There are no videos by this request")+': "'+t.filterStr+'".'})),t.$novideos.appendTo(e),t.swiper.appendSlide(e)}t.hideLoader(),t.$arrowNext.toggleClass("yottie-widget-feed-section-arrow-has-next",!1),o.reject()})):o.reject(),o.promise()},isHorizontal:function(){return"horizontal"===this.get("controller.app.options.content.direction")},run:function(){var e=this;e.noCookies=e.get("controller.app.options.noCookies"),e.videoLayout=e.get("controller.app.options.video.layout"),e.videoActiveInfo=o.utils.unifyMultipleOption(e.get("controller.app.options.video.info"))||[],e.videoActiveInfo=e.videoActiveInfo.filter(function(t){return!!~e.constructor.VIDEO_AVAILABLE_INFO.indexOf(t)});var t=e.get("controller.app.options.content.transitionEffect",function(t){return~e.constructor.AVAILABLE_EFFECTS.indexOf(t)?t:"slide"}),i=e.get("controller.app.options.content.direction",function(t){return~e.constructor.AVAILABLE_DIRECTIONS.indexOf(t)?t:"vertical"}),a=e.get("controller.app.options.content.dragControl"),r=e.get("controller.app.options.content.scrollControl"),s=e.get("controller.app.options.content.paginationControl"),l=!a&&!r&&!s,p=window.SwiperNoConflict||window.Swiper;e.swiper=new p(e.$inner,{direction:i,effect:t,speed:e.get("controller.app.options.content.transitionSpeed",o.utils.parseInt),fade:{crossFade:!0},cube:{shadowScale:.1,shadowOffset:15},coverflow:{rotate:60},slidesPerView:1,slidesPerColumn:1,freeMode:e.get("controller.app.options.content.freeMode"),mousewheelControl:r,simulateTouch:a,scrollbar:e.$scrollbar?e.$scrollbar.get():null,scrollbarDraggable:!1,scrollbarHide:!0,prevButton:e.$arrowPrev?e.$arrowPrev.get():null,nextButton:e.$arrowNext?e.$arrowNext.get():null,autoplay:e.auto,autoplayDisableOnInteraction:!1,watchSlidesProgress:!0,watchSlidesVisibility:!0,onlyExternal:l,pagination:e.$pagination?e.$pagination.get():null,paginationClickable:!0,paginationBulletRender:function(e,t,i){return''+(t+1)+""},onTouchStart:function(e,t){l&&t.preventDefault()}}),s&&(e.swiper.on("onPaginationRendered",function(){if(e.fetcher.hasNext()){var t=n(' ').get(0);n(e.swiper.paginationContainer).append(t)}e.rebuildPagination()}),e.swiper.on("onSlideChangeEnd",function(){e.rebuildPagination()})),e.swiper.on("reachEnd",function(){var t=e.fetcher.hasNext();e.swiper.stopAutoplay(),t&&!e.redistributing&&setTimeout(function(){e.appendSlide(!0).done(function(){e.hover||e.swiper.startAutoplay()})},17),e.$arrowNext&&e.$arrowNext.toggleClass("yottie-widget-feed-section-arrow-has-next",t)}),e.$element.on("click",".yottie-widget-video",function(t){var i;t.preventDefault(),t.stopPropagation();var o=n(this).closest(".yottie-widget-video"),a=n(t.target),r=o.attr("data-yt-id"),s=o.find(".yottie-widget-video-preview").attr("href");if(a.is("a")&&a.parent().is(".yottie-widget-video-info-caption"))return window.open(a.attr("href"));if("youtube"!==e.videoPlayMode){if(e.swiper.stopAutoplay(),e.isPlaying=!0,"popup"===e.videoPlayMode)e.controller.popup.open("https://www.youtube.com/watch?v="+r);else if(i=e.inlinePlayers[r])i.getPlayerState()===YT.PlayerState.PLAYING?i.pauseVideo():i.playVideo();else{var l={videoId:r,playerVars:{autoplay:!0,showinfo:!1,rel:0},events:{onStateChange:function(t){switch(t.data){case YT.PlayerState.ENDED:t.target.pauseVideo(),t.target.seekTo(0),e.isPlaying=!1,e.swiper.startAutoplay();break;case YT.PlayerState.PLAYING:n.each(e.inlinePlayers,function(t,i){t!==r&&(e.isPlaying=!0,e.swiper.stopAutoplay(),i.pauseVideo())});break;case YT.PlayerState.PAUSED:setTimeout(function(){var t=!1;n.each(e.inlinePlayers,function(e,i){e!==r&&i.getPlayerState()===YT.PlayerState.PLAYING&&(t=!0)}),t||(e.isPlaying=!1,!e.hover&&e.auto&&e.swiper.startAutoplay())},2e3)}}}};e.noCookies&&(l.host="http://www.youtube-nocookie.com"),i=new YT.Player(o.find(".yottie-widget-video-player span").get(0),l),e.fitVideos(o),e.inlinePlayers[r]=i}e.analytics&&e.analytics.available()&&e.analytics.store("click")}else a.is(".yottie-widget-video-info-caption")||a.parent().is(".yottie-widget-video-info-caption")||window.open(s)}),e.autoPauseOnHover&&(e.$element.on("mouseenter",function(){e.hover=!0,e.swiper.stopAutoplay()}),e.$element.on("mouseleave",function(){e.isPlaying||(e.hover=!1,e.swiper.startAutoplay())})),n(window).resize(function(){e.fit()}),e.$element.on("submit",".yottie-widget-feed-section-search-form",function(t){t.preventDefault(),e.searching||e.$element.find(".yottie-widget-feed-section-search-form-input").trigger("change")}),e.$element.on("click",".yottie-widget-feed-section-search-form-button",function(){e.searching||e.$element.find(".yottie-widget-feed-section-search-form-input").trigger("change")}),e.$element.on("change",".yottie-widget-feed-section-search-form-input",function(){e.searching=!0,e.filterStr=e.$element.find(".yottie-widget-feed-section-search-form-input").val(),e.showLoader(),e.swiper.isEnd=!0,e.swiper.removeAllSlides(),e.fetcher=e.createFetcher(),e.fetcher.prepare().done(function(){e.swiper.isEnd=!1,e.appendSlide().done(function(){e.fit(),e.searching=!1,e.auto&&setTimeout(function(){e.isPlaying||!e.swiper.autoplaying||e.hover||e.swiper.slideNext()},e.auto)})})})},fit:function(){this.fitGrid(),this.fitSlides()},fitInner:function(){var e=this.$element.find(".yottie-widget-video:first").outerHeight(!0),t=parseInt(this.$element.find(".yottie-widget-feed-section-slide:first").css("padding-top"),10),i=this.grid.rows;this.$inner.innerHeight(e*i+t)},fitSlides:function(e){var t=this;e=e||t.$element.find(".yottie-widget-feed-section-slide"),setTimeout(function(){e.css({paddingTop:t.grid.gutter,paddingLeft:t.grid.gutter,height:"100%"})}),t.fitVideos(e.find(".yottie-widget-video"))},fitGrid:function(){var e=this;if(e.breakpoints&&e.breakpoints.length){var t;e.prevBreakpoint=e.currentBreakpoint;var i=s.width();if(n.each(e.breakpoints,function(e,n){if(i<=n.mw)return t=n,!1}),t||(t=e.defaultBreakpoint),t!==e.currentBreakpoint){e.currentBreakpoint=t,e.grid.setOptions(e.currentBreakpoint),e.redistributeVideos();var o=e.$element.find(".yottie-widget-video"),a=e.grid.getItemsCount();0!==o.length&&o.lengthe.length-3?(r===t&&(o=1),n(a).css("display","inline-block").text(r+1)):(i[o].push(r),n(a).css("display","none").text("...")))});var a=i.map(function(e){return parseInt(e[0])+parseInt((e[e.length-1]-e[0])/2)});n.map(e,function(e,t){t!==a[0]&&t!==a[1]||n(e).css("display","inline-block")}),n(this.swiper.paginationContainer).html(e)}})},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14,"./../../defaults":19,"./../youtube/proxy-storage":40,"./grid":27}],26:[function(e,t,i){var n=e("./../../../../olivie/src/js/jquery"),o=e("./../../../../olivie/src/js/olivie"),a=e("./feed-section");t.exports=o.component("Feed",function(){this.sections=[],this.$e=n("
")},{dependencies:["renderer","i18n","youtube","popup","widget","ads"]},{sections:null,activeSectionId:null,$element:null,$inner:null,$e:null,createFeedElement:function(){return n(this.renderer.render("feed.container"))},getSection:function(e){if(this.hasSection(e))return this.sections[e]},hasSection:function(e){return!!this.sections[e]},setActiveSection:function(e){this.hasSection(e)&&(n.each(this.sections,function(e,t){t.deactivate()}),this.getSection(e).activate(),this.activeSectionId=e)},getActiveSection:function(){return this.getSection(this.activeSectionId)},run:function(e){var t=this;t.$element=t.createFeedElement(),t.$inner=t.$element.find(".yottie-widget-feed-inner"),n.each(e,function(e,i){var n=new a(t,i);n.$element.appendTo(t.$inner),n.run(),t.sections.push(n)}),setTimeout(function(){t.app.component("groups").fit(),t.ads.init(t.$element)},100)}})},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14,"./feed-section":25}],27:[function(e,t,i){e("./../../../../olivie/src/js/jquery");var n=e("./../../../../olivie/src/js/olivie");t.exports=n.class("Grid",[],function(e,t){var i=this;i.$element=e,i.options=t,i.columns=i.options.columns,i.rows=i.options.rows,i.gutter=i.options.gutter},{},{options:null,columns:null,rows:null,gutter:null,$element:null,setOptions:function(e,t){var i=this;i.columns=e.hasOwnProperty("columns")?n.utils.parseInt(e.columns):i.columns,i.rows=e.hasOwnProperty("rows")?n.utils.parseInt(e.rows):i.rows,i.gutter=e.hasOwnProperty("gutter")?n.utils.parseInt(e.gutter):i.gutter,i.columns||(i.columns=1),i.rows||(i.rows=1),i.gutter||(i.gutter=0),t&&i.calculate()},calculate:function(){var e=this,t=e.$element.innerWidth(),i=e.gutter*(e.columns+1);e.itemWidth=parseInt((t-i)/e.columns,10)},getItemsCount:function(){return this.columns*this.rows}})},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14}],28:[function(e,t,i){var n=e("./../../../../olivie/src/js/jquery"),o=e("./../../../../olivie/src/js/olivie"),a=n(window);t.exports=o.component("Groups",function(){this.$e=n("
")},{dependencies:["renderer","i18n","feed"]},{sourceGroups:null,$element:null,$inner:null,$list:null,$items:null,$e:null,createGroupsElement:function(){var e=this;return n(e.renderer.render("groups.container",{visible:!!(e.app.options.sourceGroups&&1t.$list.innerWidth()&&t.$list.animate({scrollLeft:"+="+e.innerWidth()})}),a.resize(function(){t.fit()}),t.$list.scroll(function(){t.fit()}),t.$controlLeft.on("touchstart click",function(){var e=t.$items.filter(function(){return n(this).innerWidth()-20-n(this).position().left=t.$list.innerWidth()}).first();t.$list.animate({scrollLeft:e.length?t.$list.scrollLeft()+e.position().left-30:t.$list.get(0).scrollWidth},300)})}})},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14}],29:[function(e,t,i){var n=e("./../../../../olivie/src/js/jquery"),o=e("./../../../../olivie/src/js/olivie");t.exports=o.component("Header",function(){this.$e=n("
")},{AVAILABLE_INFO:["logo","banner","channelName","channelDescription","videosCounter","subscribersCounter","viewsCounter","subscribeButton"],dependencies:["error","youtube","i18n","renderer"]},{visible:null,channel:null,activeInfo:null,$element:null,$e:null,createHeaderElement:function(){var e=this;e.activeInfo=o.utils.unifyMultipleOption(e.app.options.header.info)||[],e.activeInfo=e.activeInfo.filter(function(t){return!!~e.constructor.AVAILABLE_INFO.indexOf(t)});var t={};n.each(e.activeInfo,function(e,i){t[i]=!0}),t.properties=e.channel.id&&(t.videosCounter||t.subscribersCounter||t.viewsCounter),t.channel=t.channelName||t.channelDescription,t.logo=t.logo&&e.channel.get("snippet.thumbnails.default.url"),t.banner=t.banner&&e.channel.get("brandingSettings.image.bannerTabletHdImageUrl"),t.inner=t.logo||t.channel||t.properties||t.banner,t.branding=t.logo||t.banner,t.subscribeButton=e.channel.id&&t.subscribeButton;var i={};return i.logo=e.renderer.render("header.logo",{displaying:t,id:e.channel.id,url:e.channel.get("snippet.thumbnails.default.url"),title:e.channel.get("snippet.title")}),i.channel=e.renderer.render("header.channel",{displaying:t,id:e.channel.id,name:e.channel.get("snippet.title"),description:e.channel.get("snippet.description",o.utils.formatAnchors),videoCount:e.channel.get("statistics.videoCount",o.utils.formatBigNumber)+" "+e.i18n.t("Videos"),subscriberCount:e.channel.get("statistics.subscriberCount",o.utils.formatBigNumber)+" "+e.i18n.t("Subscribers"),viewCount:e.channel.get("statistics.viewCount",o.utils.formatBigNumber)+" "+e.i18n.t("Views")}),i.overlay=e.renderer.render("header.overlay",{displaying:t}),i.banner=e.renderer.render("header.banner",{displaying:t,url:e.channel.get("brandingSettings.image.bannerTabletHdImageUrl")}),i.subscribe=e.renderer.render("header.subscribe",{displaying:t}),i.inner=e.renderer.render("header.inner",{displaying:t,parts:i}),n(e.renderer.render("header.container",{visible:e.visible,layout:e.app.options.header.layout,displaying:t,parts:i}))},run:function(){var e,t=this,i=n.Deferred();if(t.visible=t.app.options.header.visible,t.app.options.channel){if("string"!==n.type(t.app.options.channel))return t;if(!(e=t.youtube.parseSource(t.app.options.channel))||"youtube#channel"!==e.kind)return t.error.throw('Option "channel" contents invalid channel or user url.'),t;t.youtube.model(e.kind).find(e.criteria,"snippet,brandingSettings,statistics,contentDetails").done(function(e){t.channel=e,i.resolve()}).fail(function(e){e=e||'Option "channel" contents invalid channel or user url.',t.error.throw(e)})}else t.channel=t.youtube.model("youtube#channel").create(),i.resolve();return i.done(function(){t.channel&&(t.app.options.header.channelName&&t.channel.set("snippet.title",t.app.options.header.channelName),t.app.options.header.channelDescription&&t.channel.set("snippet.description",t.app.options.header.channelDescription),t.app.options.header.channelLogo?t.channel.set("snippet.thumbnails.default.url",t.app.options.header.channelLogo):t.channel.id&&t.channel.set("snippet.thumbnails.default.url",t.youtube.resizeLogo(t.channel.get("snippet.thumbnails.default.url"),100)),t.app.options.header.channelBanner&&t.channel.set("brandingSettings.image.bannerTabletHdImageUrl",t.app.options.header.channelBanner),t.visible=t.visible&&(t.channel.get("snippet.title")||t.channel.get("snippet.description")||t.channel.get("snippet.thumbnails.default.url")||t.channel.get("brandingSettings.image.bannerImageUrl")),t.$element=t.createHeaderElement(),t.app.options.noCookies||t.channel.renderButton(t.$element.find(".yottie-widget-header-subscribe-button").get(0))),setTimeout(function(){t.trigger("ready",[t])})}),t}})},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14}],30:[function(e,t,i){var n=e("./../../../../olivie/src/js/jquery"),o=e("./../../../../olivie/src/js/olivie"),a=e("./../../free-link"),r=e("./../../deactivation"),s=e("./../../custom-css");t.exports=o.component("Widget",function(){this.$e=n("
")},{dependencies:["renderer"],BREAKPOINTS:[1354,1056,780,640,460,410],updateBreakpoints:function(e,t,i){var o={},a=e.innerWidth(),r=a;return n.each(t,function(e,t){a<=t?(o[i+t]=!0,r=t):o[i+t]=!1}),e.removeClass(Object.keys(o).join(" ")),e.addClass(Object.keys(o).filter(function(e){return o[e]}).join(" ")),r}},{$e:null,run:function(){var e=this,t=n(e.renderer.render("widget"));o.utils.css(e.app.$element,{clear:"both"}),t.find("yottie[data-part]").each(function(t,i){var o=n(i),a=o.attr("data-part"),r=e.app.component(a);r&&r.$element?o.replaceWith(r.$element):o.remove()}),t.appendTo(e.app.$element),e.app.$element.attr("id","yottie_"+e.app.getId()),e.app.$element.css({maxWidth:e.app.options.width}),e.fit(),n(window).resize(function(){e.fit()}),e.app.$element.css({position:"relative"}),!0!==e.app.options.showElfsightLogo||e.app.freelink||(e.app.freelink=new a(e,{selector:".yottie-widget-inner",text:"Free Youtube Gallery widget",link:"https://elfsight.com/youtube-channel-plugin-yottie/?utm_source=websites&utm_medium=clients&utm_content=yottie&utm_term="+e.app.options.websiteUrl+"&utm_campaign=free-widget",appsLink:"https://apps.elfsight.com/panel/applications/yottie?show_pricing=true&remove_logo=true&utm_source=websites&utm_medium=clients&utm_content=yottie&utm_term="+e.app.options.websiteUrl+"&utm_campaign=remove-link",owner:e.app.options.owner,platform:e.app.options.platform})),!0!==e.app.options.deactivate||e.app.deactivation||(e.app.deactivation=new r(e,{selector:".yottie-widget-inner",text:"Widget is deactivated
Visit Elfsight Apps",link:"https://apps.elfsight.com/panel/applications/yottie?utm_source=websites&utm_medium=clients&utm_content=yottie&utm_term="+e.app.options.websiteUrl+"&utm_campaign=deactivated-widget"})),e.app.options.customCSS&&(e.app.customCss=new s(e,e.app.options.customCSS))},fit:function(){this.constructor.updateBreakpoints(this.app.$element,this.constructor.BREAKPOINTS,"yottie-mw-")}})},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14,"./../../custom-css":17,"./../../deactivation":18,"./../../free-link":22}],31:[function(e,t,i){var n=e("./../../../../olivie/src/js/jquery"),o=e("./../../../../olivie/src/js/olivie");t.exports=o.component("Error",function(){},{dependencies:["renderer"]},{$element:null,$content:null,$msg:null,createErrorElement:function(){return n(this.renderer.render("error.container"))},run:function(){var e=this;e.$element=e.createErrorElement(),e.$content=e.$element.find(".yottie-error-content"),e.$element.appendTo(e.app.$element)},throw:function(e){var t=this;t.app.get("options.debug")||t.app.$element.hide(),t.$element.addClass("yottie-visible");var i=n(t.renderer.render("error.content",{message:e}));t.$msg?t.$msg=t.$msg.replaceWith(i):(t.$msg=i,t.$msg.appendTo(t.$content))}})},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14}],32:[function(e,t,i){e("./../../../../olivie/src/js/jquery");var n=e("./../../../../olivie/src/js/olivie"),o=e("./model");t.exports=function(e){return n.class("Channel",[o],function(e){this.getParent("Model").call(this,e)},{client:e,path:"/channels"},{renderButton:function(e){var t=this;setTimeout(function(){if(window.gapi)gapi.ytsubscribe.render(e,{channelId:t.id});else{var i=document.createElement("script");i.src="https://apis.google.com/js/platform.js",i.onload=function(){gapi.ytsubscribe.render(e,{channelId:t.id})},document.head.appendChild(i)}},300)}})}},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14,"./model":35}],33:[function(e,t,i){e("./../../../../olivie/src/js/jquery");var n=e("./../../../../olivie/src/js/olivie"),o=e("./model");t.exports=function(e){return n.class("CommentThread",[o],function(e){this.getParent("Model").call(this,e)},{client:e,path:"/commentThreads"},{getText:function(){var e=this.get("snippet.topLevelComment.snippet.textDisplay");return e?e.replace(/]+)>/,''):null}})}},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14,"./model":35}],34:[function(e,t,i){var n=e("./../../../../olivie/src/js/jquery"),o=e("./../../../../olivie/src/js/olivie");t.exports=o.class("Fetcher",[],function(e,t){e&&t&&(this.params=e,this.part=t)},{create:function(e,t){return new this(e,t)},fetchDone:function(e,t,i,n,o){var a=this;Array.prototype.push.apply(n,e.items),t.nextPageToken=e.nextPageToken||null,t.hasNextPage=!!t.nextPageToken;var r=o-n.length;t.hasNextPage&&n.lengththis.pointer},fetch:function(e,t,i,o){var a,r,s,l,p=this;return o=o||n.Deferred(),p.isReady()&&p.hasNext()?(p.pointer+=e,""!==t&&(p.result=(r=p.result,l=(s=function(e){return e.toLowerCase().trim().replace(/[_+-.,!@#$%^&*();\/|<>"':?\d]/g,"")})(t),r=r.filter(function(e){var t=e.snippet,n=s(t.title),o=s(t.description);return"title&description"===i?-1!==n.indexOf(l)||-1!==o.indexOf(l):-1!==n.indexOf(l)}))),a=p.result.slice(p.pointer-e,p.pointer),o.resolve(a)):o.reject(),o.promise()}})},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14}],41:[function(e,t,i){var n=e("./../../../../olivie/src/js/jquery"),o=e("./../../../../olivie/src/js/olivie");t.exports=o.class("UniversalVideoFetcher",[],function(e,t,i){var n=this;n.rawSource=e,n.part=t,n.youtube=i,n.preparedSource=[],n.fetchers=[],n.stack=[],n.videoPlaylistItemRelations={}},{stackSortingFunc:function(e,t){var i=e.getPublishedTimestamp(),n=t.getPublishedTimestamp();return n=e||!p&&s.stack.length?(a=s.stack.slice(0,e),s.stack.splice(0,e),o.resolve(a)):p?(n.each(s.fetchers,function(e,t){t.hasNext()&&!l.length&&l.push(t.fetch(50))}),!l.length&&s.stack&&s.stack.length&&(r=s.stack.slice(),s.stack=[],o.resolve(r)),n.when.apply(n,l).done(function(){var a=[],r="object"===n.type(arguments[1])?[arguments]:arguments;n.each(r,function(e,n){if(n){var o,r,l,p=n[0],d=n[1];""!==t&&(o=p,l=(r=function(e){return e.toLowerCase().trim().replace(/[_+-.,!@#$%^&*();\/|<>"':?\d]/g,"")})(t),p=o=o.filter(function(e){var t=e.snippet,n=r(t.title),o=r(t.description);return"title&description"===i?-1!==n.indexOf(l)||-1!==o.indexOf(l):-1!==n.indexOf(l)})),"VideoFetcher"===d.constructor.id?Array.prototype.push.apply(s.stack,p):Array.prototype.push.apply(a,p.map(function(e){return(s.videoPlaylistItemRelations[e.contentDetails.videoId]=e).contentDetails.videoId}))}});var l=n.Deferred();a.length?s.youtube.model("youtube#video").findAllVideos({id:a.join(",")},s.part).done(function(e){Array.prototype.push.apply(s.stack,e),n.each(s.stack,function(e,t){t.__relatedPlaylistItem=s.videoPlaylistItemRelations[t.id]}),l.resolve()}):s.fetch(e,t,i,o),l.done(function(){s.fetch(e,t,i,o)})})):o.reject(1):o.reject(0),o.promise()},fetchAll:function(e,t){var i=this;return e=e||n.Deferred(),t=t||[],i.fetch(50).done(function(n){Array.prototype.push.apply(t,n),i.fetchAll(e,t)}).fail(function(){e.resolve(t)}),e.promise()}})},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14}],42:[function(e,t,i){var n=e("./../../../../olivie/src/js/jquery"),o=e("./../../../../olivie/src/js/olivie"),a=e("./fetcher");t.exports=function(e){return o.class("VideoFetcher",[a],function(e,t){this.getParent("Fetcher").call(this,e,t),this.stack=[]},{model:e},{stack:null,hasNext:function(){return this.hasNextPage||this.stack.length},fetch:function(e,t,i,o){var a=this;o=o||e,t=t||n.Deferred(),i=i||[];var r=n.Deferred();return a.hasNext()?(a.stack.length?r.resolve():(a.hasNextPage=!1,a.constructor.model.findAllVideos({id:a.params.id},a.part).done(function(e){a.stack=e,r.resolve()}).fail(function(){t.reject()})),r.done(function(){var i=a.stack.slice(0,e);a.stack.splice(0,e),i.length?t.resolve(i,a):t.reject()})):t.reject(),t.promise()}})}},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14,"./fetcher":34}],43:[function(e,t,i){var n=e("./../../../../olivie/src/js/jquery"),o=e("./../../../../olivie/src/js/olivie"),a=e("./model");t.exports=function(e){return o.class("Video",[a],function(e){this.getParent("Model").call(this,e)},{DURATION_REGEX:/\d+[A-Z]/g,client:e,path:"/videos",findAllVideos:function(e,t,i,o,a){var r,s=this;return o=o||n.Deferred(),e&&e.id?(e.id="string"===n.type(e.id)?e.id.split(","):e.id,e.id=i?e.id.slice(0,i):e.id,a||e.id.length>s.MAX_RESULTS_MAX?(a=a||[],r=n.extend(!1,{},e,{id:e.id.slice(0,s.MAX_RESULTS_MAX).join(",")}),s.findAll(r,t).done(function(i){Array.prototype.push.apply(a,i);var r,l=e.id.slice(s.MAX_RESULTS_MAX);l.length?(r=n.extend(!1,{},e,{id:l}),s.findAllVideos(r,t,null,o,a)):o.resolve(a)}).fail(function(e){e&&console.error(e)})):(e.id=e.id.join(","),s.findAll(e,t,i,o))):s.findAll(e,t,i,o),o.promise()}},{getPublishedTimestamp:function(){return this.get("snippet.publishedAt",Date.parse)},parseDuration:function(){var e={},t=this.get("contentDetails.duration");if(t){var i=t.match(this.constructor.DURATION_REGEX);return n.each(i,function(t,i){var n=i.substr(i.length-1).toLowerCase(),o="0"+parseInt(i.substr(0,i.length-1),10);o=o.substr(-2),e[n]=o}),e}}})}},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14,"./model":35}],44:[function(e,t,i){var n=e("./../../../../olivie/src/js/jquery"),o=e("./../../../../olivie/src/js/olivie"),a=e("./universal-video-fetcher"),r=e("./channel"),s=e("./playlist"),l=e("./playlist-item"),p=e("./video"),d=e("./comment-thread"),c=e("./playlists-fetcher"),u=e("./playlist-items-fetcher"),m=e("./video-fetcher");t.exports=o.component("Youtube",function(){},{dependencies:["client"],SOURCE_DETERMINANTS:[{kind:"youtube#channel",regex:/^https?:\/\/(www\.)?youtube\.com\/channel\/([^\/]+)\/?$/,func:function(e){return{criteria:{id:e[2]}}}},{kind:"youtube#channel",regex:/^https?:\/\/(www\.)?youtube\.com\/user\/([^\/]+)\/?$/,func:function(e){return{criteria:{forUsername:e[2]}}}},{kind:"youtube#playlist",regex:/^https?:\/\/(www\.)?youtube\.com\/playlist\/?\?list=([^$]+)$/,func:function(e){return{criteria:{id:e[2]}}}},{kind:"youtube#video",regex:/^https?:\/\/(www\.)?youtube\.com\/watch\/?\?v=([^$&]+)/,func:function(e){return{criteria:{id:e[2]}}}}],formatNumberDigits:function(e){return o.utils.numberFormat(e,0,null," ")}},{models:null,register:function(e){var t=this;t.getParent("Component").prototype.register.call(t,e),t.models={"youtube#channel":r(t.client),"youtube#playlist":s(t.client),"youtube#playlistItem":l(t.client),"youtube#video":p(t.client),"youtube#commentThread":d(t.client)},t.fetchers={"youtube#playlist":c(t.model("youtube#playlist")),"youtube#playlistItem":u(t.model("youtube#playlistItem")),"youtube#video":m(t.model("youtube#video"))}},hasModel:function(e){return!!this.models[e]},model:function(e){if(this.hasModel(e))return this.models[e]},hasFetcher:function(e){return!!this.fetchers[e]},fetcher:function(e){if(this.hasFetcher(e))return this.fetchers[e]},createUniversalVideoFetcher:function(e,t){return new a(e,t,this)},parseSource:function(e){var t=null;return n.each(this.constructor.SOURCE_DETERMINANTS,function(i,o){var a=e.match(o.regex);if(a)return t=n.extend({kind:o.kind},o.func(a)),!1}),t},resizeLogo:function(e,t){return e.replace(/\/s\d+-c-k-no/,"/s"+parseInt(t,10)+"-c-k-no")}})},{"./../../../../olivie/src/js/jquery":7,"./../../../../olivie/src/js/olivie":14,"./channel":32,"./comment-thread":33,"./playlist":38,"./playlist-item":36,"./playlist-items-fetcher":37,"./playlists-fetcher":39,"./universal-video-fetcher":41,"./video":43,"./video-fetcher":42}],45:[function(e,t,i){t.exports={default:{header:{bg:"rgb(250, 250, 250)",bannerOverlay:"rgba(255, 255, 255, 0.92)",channelName:"rgb(17, 17, 17)",channelNameHover:"rgb(17, 17, 17)",channelDescription:"rgb(17, 17, 17)",anchor:"rgb(17, 17, 17)",anchorHover:"rgb(17, 17, 17)",counters:"rgba(17, 17, 17, 0.7)"},groups:{bg:"rgb(250, 250, 250)",link:"rgba(17, 17, 17, 0.5)",linkHover:"rgb(17, 17, 17)",linkActive:"rgb(17, 17, 17)",highlightHover:"rgb(17, 17, 17)",highlightActive:"rgb(17, 17, 17)"},content:{bg:"rgb(255, 255, 255)",arrows:"rgb(0, 0, 0)",arrowsHover:"rgb(0, 0, 0)",arrowsBg:"rgba(255, 255, 255, 0.8)",arrowsBgHover:"rgba(255, 255, 255, 1)",scrollbarBg:"rgb(204, 204, 204)",scrollbarSliderBg:"rgba(0, 0, 0, 0.4)"},video:{bg:"rgb(255, 255, 255)",overlay:"rgba(255, 255, 255, 0.95)",playIcon:"rgba(255, 0, 0, 0.8)",playIconHover:"rgba(255, 0, 0, 1)",duration:"rgb(255, 255, 255)",durationBg:"rgba(34, 34, 34, 0.81)",title:"rgb(17, 17, 17)",titleHover:"rgb(17, 17, 17)",date:"rgba(17, 17, 17, 0.7)",description:"rgb(17, 17, 17)",anchor:"rgb(26, 137, 222)",anchorHover:"rgb(47, 165, 255)",counters:"rgba(17, 17, 17, 0.7)"},popup:{bg:"rgb(255, 255, 255)",overlay:"rgba(0, 0, 0, 0.7)",title:"rgb(17, 17, 17)",channelName:"rgb(17, 17, 17)",channelNameHover:"rgb(17, 17, 17)",viewsCounter:"rgba(17, 17, 17, 0.7)",likesRatio:"rgb(47, 165, 255)",dislikesRatio:"rgb(207, 207, 207)",likesCounter:"rgba(17, 17, 17, 0.5)",dislikesCounter:"rgba(17, 17, 17, 0.5)",share:"rgba(17, 17, 17, 0.5)",date:"rgba(17, 17, 17, 0.7)",description:"rgb(17, 17, 17)",anchor:"rgb(26, 137, 222)",anchorHover:"rgb(47, 165, 255)",descriptionMoreButton:"rgba(17, 17, 17, 0.5)",descriptionMoreButtonHover:"rgba(17, 17, 17, 0.7)",commentsUsername:"rgb(17, 17, 17)",commentsUsernameHover:"rgb(17, 17, 17)",commentsPassedTime:"rgba(17, 17, 17, 0.7)",commentsText:"rgb(17, 17, 17)",commentsLikes:"rgba(17, 17, 17, 0.5)",controls:"rgb(160, 160, 160)",controlsHover:"rgb(220, 220, 220)",controlsMobile:"rgb(220, 220, 220)",controlsMobileBg:"rgba(255, 255, 255, 0)"}},dark:{header:{bg:"rgb(51, 51, 51)",bannerOverlay:"rgba(51, 51, 51, 0.81)",channelName:"rgb(255, 255, 255)",channelNameHover:"rgb(77, 178, 255)",channelDescription:"rgb(255, 255, 255)",anchor:"rgb(77, 178, 255)",anchorHover:"rgb(255, 255, 255)",counters:"rgb(160, 160, 160)"},groups:{bg:"rgb(51, 51, 51)",link:"rgba(255, 255, 255, 0.5)",linkHover:"rgb(255, 66, 66)",linkActive:"rgb(255, 66, 66)",highlight:"rgb(85, 85, 85)",highlightHover:"rgb(255, 66, 66)",highlightActive:"rgb(255, 66, 66)"},content:{bg:"rgb(51, 51, 51)",arrows:"rgb(34, 34, 34)",arrowsHover:"rgb(255, 0, 0)",arrowsBg:"rgba(255, 255, 255, 0.4)",arrowsBgHover:"rgba(255, 255, 255, 0.8)",scrollbarBg:"rgb(85, 85, 85)",scrollbarSliderBg:"rgba(255, 255, 255, 0.4)"},video:{bg:"rgb(28, 28, 28)",overlay:"rgba(28, 28, 28, 0.9)",playIcon:"rgba(255, 0, 0, 0.8)",playIconHover:"rgba(255, 0, 0, 1)",duration:"rgb(255, 255, 255)",durationBg:"rgba(28, 28, 28, 0.81)",title:"rgb(200, 200, 200)",titleHover:"rgb(77, 178, 255)",date:"rgb(116, 116, 116)",description:"rgb(200, 200, 200)",anchor:"rgb(42, 163, 255)",anchorHover:"rgb(77, 178, 255)",counters:"rgb(112, 112, 112)"},popup:{bg:"rgb(51, 51, 51)",overlay:"rgba(0, 0, 0, 0.7)",title:"rgb(255, 255, 255)",channelName:"rgb(255, 255, 255)",channelNameHover:"rgb(77, 178, 255)",viewsCounter:"rgb(255, 255, 255)",likesRatio:"rgb(47, 165, 255)",dislikesRatio:"rgb(100, 100, 100)",likesCounter:"rgb(144, 144, 144)",dislikesCounter:"rgb(144, 144, 144)",share:"rgb(144, 144, 144)",date:"rgb(255, 255, 255)",description:"rgb(255, 255, 255)",anchor:"rgb(42, 163, 255)",anchorHover:"rgb(77, 178, 255)",descriptionMoreButton:"rgb(120, 120, 120)",descriptionMoreButtonHover:"rgb(255, 255, 255)",commentsUsername:"rgb(255, 255, 255)",commentsUsernameHover:"rgb(77, 178, 255)",commentsPassedTime:"rgb(116, 116, 116)",commentsText:"rgb(255, 255, 255)",commentsLikes:"rgb(116, 116, 116)",controls:"rgb(160, 160, 160)",controlsHover:"rgb(220, 220, 220)",controlsMobile:"rgb(220, 220, 220)",controlsMobileBg:"rgba(255, 255, 255, 0)"}},red:{header:{bg:"rgb(197, 17, 9)",bannerOverlay:"rgb(197, 17, 9)",channelName:"rgb(255, 255, 255)",channelNameHover:"rgba(255, 255, 255, 0.9)",channelDescription:"rgb(255, 255, 255)",anchor:"rgba(255, 255, 255, 0.9)",anchorHover:"rgb(255, 255, 255)",counters:"rgba(255, 255, 255, 0.6)"},groups:{bg:"rgb(230, 33, 23)",link:"rgba(255, 255, 255, 0.6)",linkHover:"rgb(255, 255, 255)",linkActive:"rgb(255, 255, 255)",highlight:"rgba(255, 255, 255, 0.4)",highlightHover:"rgb(255, 255, 255)",highlightActive:"rgb(255, 255, 255)"},content:{bg:"rgb(255, 255, 255)",arrows:"rgb(255, 255, 255)",arrowsHover:"rgb(0, 198, 255)",arrowsBg:"rgba(0, 0, 0, 0.7)",arrowsBgHover:"rgba(0, 0, 0, 0.95)",scrollbarBg:"rgb(223, 223, 223)",scrollbarSliderBg:"rgba(133, 133, 133, 0.4)"},video:{bg:"rgb(255, 255, 255)",overlay:"rgba(255, 255, 255, 0.95)",playIcon:"rgba(255, 0, 0, 0.8)",playIconHover:"rgba(255, 0, 0, 1)",duration:"rgb(209, 238, 246)",durationBg:"rgba(5, 25, 43, 0.81)",title:"rgb(0, 0, 0)",titleHover:"rgb(255, 26, 54)",date:"rgb(177, 177, 177)",description:"rgb(80, 80, 80)",anchor:"rgb(255, 26, 54)",anchorHover:"rgb(0, 0, 0)",counters:"rgb(177, 177, 177)"},popup:{bg:"rgb(255, 255, 255)",overlay:"rgba(12, 2, 2, 0.8)",title:"rgb(0, 0, 0)",channelName:"rgb(0, 0, 0)",channelNameHover:"rgb(255, 26, 54)",viewsCounter:"rgb(85, 85, 85)",likesRatio:"rgb(47, 165, 255)",dislikesRatio:"rgb(207, 207, 207)",likesCounter:"rgb(144, 144, 144)",dislikesCounter:"rgb(144, 144, 144)",share:"rgb(144, 144, 144)",date:"rgb(80, 80, 80)",description:"rgb(80, 80, 80)",anchor:"rgb(255, 26, 54)",anchorHover:"rgb(0, 0, 0)",descriptionMoreButton:"rgb(177, 177, 177)",descriptionMoreButtonHover:"rgb(80, 80, 80)",commentsUsername:"rgb(0, 0, 0)",commentsUsernameHover:"rgb(255, 26, 54)",commentsPassedTime:"rgb(177, 177, 177)",commentsText:"rgb(80, 80, 80)",commentsLikes:"rgb(180, 180, 180)",controls:"rgb(160, 160, 160)",controlsHover:"rgb(220, 220, 220)",controlsMobile:"rgb(220, 220, 220)",controlsMobileBg:"rgba(255, 255, 255, 0)"}},"deep blue":{header:{bg:"rgb(50, 81, 108)",bannerOverlay:"rgba(50, 81, 108, 0.81)",channelName:"rgb(255, 255, 255)",channelNameHover:"rgb(98, 220, 255)",channelDescription:"rgb(209, 238, 246)",anchor:"rgb(98, 220, 255)",anchorHover:"rgb(255, 255, 255)",counters:"rgb(140, 170, 197)"},groups:{bg:"rgb(33, 56, 75)",link:"rgb(255, 255, 255, 0.5)",linkHover:"rgb(98, 220, 255)",linkActive:"rgb(98, 220, 255)",highlight:"rgb(50, 81, 108)",highlightHover:"rgb(0, 198, 255)",highlightActive:"rgb(0, 198, 255)"},content:{bg:"rgb(33, 56, 75)",arrows:"rgb(255, 255, 255)",arrowsHover:"rgb(0, 198, 255)",arrowsBg:"rgba(0, 0, 0, 0.7)",arrowsBgHover:"rgba(0, 0, 0, 0.95)",scrollbarBg:"rgb(50, 81, 108)",scrollbarSliderBg:"rgb(66, 114, 156)"},video:{bg:"rgb(33, 56, 75)",overlay:"rgba(5, 25, 43, 0.9)",playIcon:"rgba(255, 0, 0, 0.8)",playIconHover:"rgba(255, 0, 0, 1)",duration:"rgb(209, 238, 246)",durationBg:"rgba(5, 25, 43, 0.81)",title:"rgb(0, 198, 255)",titleHover:"rgb(255, 255, 255)",date:"rgba(90, 130, 165, 1)",description:"rgb(209, 238, 246)",anchor:"rgb(0, 198, 255)",anchorHover:"rgb(255, 255, 255)",counters:"rgba(90, 130, 165, 1)"},popup:{bg:"rgb(33, 56, 75)",overlay:"rgba(4, 17, 28, 0.8)",title:"rgb(255, 255, 255)",channelName:"rgb(255, 255, 255)",channelNameHover:"rgb(0, 198, 255)",viewsCounter:"rgb(255, 255, 255)",likesRatio:"rgb(44, 138, 218)",dislikesRatio:"rgb(51, 79, 102)",likesCounter:"rgba(90, 130, 165, 1)",dislikesCounter:"rgba(90, 130, 165, 1)",share:"rgba(90, 130, 165, 1)",date:"rgba(90, 130, 165, 1)",description:"rgb(209, 238, 246)",anchor:"rgb(0, 198, 255)",anchorHover:"rgb(255, 255, 255)",descriptionMoreButton:"rgba(90, 130, 165, 1)",descriptionMoreButtonHover:"rgb(209, 238, 246)",commentsUsername:"rgb(255, 255, 255)",commentsUsernameHover:"rgb(0, 198, 255)",commentsPassedTime:"rgba(90, 130, 165, 1)",commentsText:"rgb(209, 238, 246)",commentsLikes:"rgba(90, 130, 165, 1)",controls:"rgb(68, 107, 140)",controlsHover:"rgb(0, 198, 255)",controlsMobile:"rgb(68, 107, 140)",controlsMobileBg:"rgb(33, 56, 75)"}}}},{}],46:[function(e,i,n){var o={};o.ads=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o,a=t.helperMissing,r="function",s=this.escapeExpression;return''},useData:!0}),o.colorizer=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o,a,r=t.helperMissing,s="function",l=this.escapeExpression,p=this.lambda;return" #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-header { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.header:o)?o.bg:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-header-overlay { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.header:o)?o.bannerOverlay:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-header-channel-title, #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-header-channel-title a { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.header:o)?o.channelName:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-header-channel-title:hover, #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-header-channel-title a:hover { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.header:o)?o.channelNameHover:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-header-channel-caption { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.header:o)?o.channelDescription:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-header-channel-caption a { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.header:o)?o.anchor:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-header-channel-caption a:hover { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.header:o)?o.anchorHover:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-header-channel-properties-item { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.header:o)?o.counters:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-nav { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.groups:o)?o.bg:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-nav-list-item a { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.groups:o)?o.link:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-nav-list-item:hover a { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.groups:o)?o.linkHover:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-nav-list-item.yottie-active a, #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-nav-list-item.yottie-active:hover a { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.groups:o)?o.linkActive:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-nav-list-item:hover::after { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.groups:o)?o.highlightHover:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-nav-list-item.yottie-active:hover::after, #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-nav-list-item.yottie-active::after { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.groups:o)?o.highlightActive:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-nav-control-left::before { background: linear-gradient(to left, rgba(255, 255, 255, 0), "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.groups:o)?o.bg:o,e))+" 60%); } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-nav-control-right::before { background: linear-gradient(to right, rgba(255, 255, 255, 0), "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.groups:o)?o.bg:o,e))+" 60%); } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-nav-control span::before, #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-nav-control span::after { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.groups:o)?o.link:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-nav-control:hover span::before, #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-nav-control:hover span::after { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.groups:o)?o.linkActive:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-feed { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.content:o)?o.bg:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-feed-section-arrow { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.content:o)?o.arrowsBg:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-feed-section-arrow:hover { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.content:o)?o.arrowsBgHover:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-feed-section-arrow span::before, #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-feed-section-arrow span::after, #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-feed-section-arrow::before { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.content:o)?o.arrows:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-feed-section-arrow:hover span::before, #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-feed-section-arrow:hover span::after, #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-feed-section-arrow:hover::before { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.content:o)?o.arrowsHover:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-feed-section-scrollbar { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.content:o)?o.scrollbarBg:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-feed-section-scrollbar .swiper-scrollbar-drag { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.content:o)?o.scrollbarSliderBg:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-video { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.video:o)?o.bg:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-feed-section-slide { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.video:o)?o.bg:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-video-overlay { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.video:o)?o.overlay:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-video-preview-play .maincolor { fill: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.video:o)?o.playIcon:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-video:hover .yottie-widget-video-preview-play .maincolor { fill: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.video:o)?o.playIconHover:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-video-preview-marker-duration { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.video:o)?o.durationBg:o,e))+"; color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.video:o)?o.duration:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-video-info-title { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.video:o)?o.title:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-video-info-title:hover { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.video:o)?o.titleHover:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-video-info-passed-time { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.video:o)?o.date:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-video-info-caption { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.video:o)?o.description:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-video-info-properties-item { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.video:o)?o.counters:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-video-info-caption a { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.video:o)?o.anchor:o,e))+"; } #yottie_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-widget-video-info-caption a:hover { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.video:o)?o.anchorHover:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-inner { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.bg:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-inner a { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.anchor:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-inner a:hover { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.anchorHover:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-overlay { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.overlay:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-title { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.title:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-inner .yottie-popup-video-meta-channel-name { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.channelName:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-inner .yottie-popup-video-meta-channel-name:hover { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.channelNameHover:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-views { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.viewsCounter:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-rating-ratio { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.dislikesRatio:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-rating-ratio span { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.likesRatio:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-rating-likes span { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.likesCounter:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-rating-dislikes span { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.dislikesCounter:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-rating-likes svg { fill: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.likesCounter:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-rating-dislikes svg { fill: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.dislikesCounter:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-share svg { fill: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.share:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-share span { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.share:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-meta-date { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.date:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-meta-description { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.description:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-meta::after, #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-meta::before { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.description:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-meta-description-more { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.descriptionMoreButton:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-meta-description-more:hover { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.descriptionMoreButtonHover:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-comments-item-name a { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.commentsUsername:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-comments-item-name a:hover { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.commentsUsernameHover:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-comments-item-passed-time { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.commentsPassedTime:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-comments-item-text { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.commentsText:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-comments-item-likes { color: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.commentsLikes:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-video-comments-item-likes-icon { fill: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.commentsLikes:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-control-close::before, #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-control-close::after { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.controls:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-control-close:hover::before, #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-control-close:hover::after { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.controlsHover:o,e))+"; } @media only screen and (max-width: 768px) { #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-control-close { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.controlsMobileBg:o,e))+"; } #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-control-close::before, #yottie_popup_"+l(typeof(a=null!=(a=t.id||(null!=e?e.id:e))?a:r)===s?a.call(e,{name:"id",hash:{},data:n}):a)+" .yottie-popup-control-close::after { background: "+l(p(null!=(o=null!=(o=null!=e?e.scheme:e)?o.popup:o)?o.controlsMobile:o,e))+"; } }"},useData:!0}),o.error=o.error||{},o.error.container=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
Unfortunately, an error occurred:
'},useData:!0}),o.error.content=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o;return'
'+this.escapeExpression("function"==typeof(o=null!=(o=t.message||(null!=e?e.message:e))?o:t.helperMissing)?o.call(e,{name:"message",hash:{},data:n}):o)+"
"},useData:!0}),o.feed=o.feed||{},o.feed.arrows=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
'},useData:!0}),o.feed.container=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
'},useData:!0}),o.feed.filter=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o;return'
'},useData:!0}),o.feed.loader=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
'},useData:!0}),o.feed.pagination=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
'},useData:!0}),o.feed.scrollbar=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
'},useData:!0}),o.feed.section=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
'},useData:!0}),o.feed.section=o.feed.section||{},o.feed.section.novideos=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o;return'
'+this.escapeExpression("function"==typeof(o=null!=(o=t.message||(null!=e?e.message:e))?o:t.helperMissing)?o.call(e,{name:"message",hash:{},data:n}):o)+"
"},useData:!0}),o.feed.slide=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
'},useData:!0}),o.groups=o.groups||{},o.groups.container=t.template({1:function(e,t,i,n){return" yottie-disabled"},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o,a,r=t.helperMissing,s="function";return'
'+(null!=(o=typeof(a=null!=(a=t.list||(null!=e?e.list:e))?a:r)===s?a.call(e,{name:"list",hash:{},data:n}):a)?o:"")+" "+(null!=(o=typeof(a=null!=(a=t.controls||(null!=e?e.controls:e))?a:r)===s?a.call(e,{name:"controls",hash:{},data:n}):a)?o:"")+"
"},useData:!0}),o.groups.controls=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
'},useData:!0}),o.groups.list=t.template({1:function(e,t,i,n){var o,a,r=t.helperMissing,s="function",l=this.escapeExpression;return'
  • '+l(typeof(a=null!=(a=t.title||(null!=e?e.title:e))?a:r)===s?a.call(e,{name:"title",hash:{},data:n}):a)+"
  • "},2:function(e,t,i,n){return" yottie-active"},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o;return'
      '+(null!=(o=t.each.call(e,null!=e?e.groups:e,{name:"each",hash:{},fn:this.program(1,n,0),inverse:this.noop,data:n}))?o:"")+"
    "},useData:!0}),o.header=o.header||{},o.header.banner=t.template({1:function(e,t,i,n){var o;return'
    "},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o;return null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.banner:o,{name:"if",hash:{},fn:this.program(1,n,0),inverse:this.noop,data:n}))?o:""},useData:!0}),o.header.channel=t.template({1:function(e,t,i,n){var o;return'
    '+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.channelName:o,{name:"if",hash:{},fn:this.program(2,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.properties:o,{name:"if",hash:{},fn:this.program(7,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.channelDescription:o,{name:"if",hash:{},fn:this.program(14,n,0),inverse:this.noop,data:n}))?o:"")+"
    "},2:function(e,t,i,n){var o;return" "+(null!=(o=t.if.call(e,null!=e?e.id:e,{name:"if",hash:{},fn:this.program(3,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.unless.call(e,null!=e?e.id:e,{name:"unless",hash:{},fn:this.program(5,n,0),inverse:this.noop,data:n}))?o:"")+" "},3:function(e,t,i,n){var o,a=t.helperMissing,r="function",s=this.escapeExpression;return' "},5:function(e,t,i,n){var o;return'
    '+this.escapeExpression("function"==typeof(o=null!=(o=t.name||(null!=e?e.name:e))?o:t.helperMissing)?o.call(e,{name:"name",hash:{},data:n}):o)+"
    "},7:function(e,t,i,n){var o;return'
    '+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.subscribersCounter:o,{name:"if",hash:{},fn:this.program(8,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.videosCounter:o,{name:"if",hash:{},fn:this.program(10,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.viewsCounter:o,{name:"if",hash:{},fn:this.program(12,n,0),inverse:this.noop,data:n}))?o:"")+"
    "},8:function(e,t,i,n){var o;return' '+this.escapeExpression("function"==typeof(o=null!=(o=t.subscriberCount||(null!=e?e.subscriberCount:e))?o:t.helperMissing)?o.call(e,{name:"subscriberCount",hash:{},data:n}):o)+" "},10:function(e,t,i,n){var o;return' '+this.escapeExpression("function"==typeof(o=null!=(o=t.videoCount||(null!=e?e.videoCount:e))?o:t.helperMissing)?o.call(e,{name:"videoCount",hash:{},data:n}):o)+" "},12:function(e,t,i,n){var o;return' '+this.escapeExpression("function"==typeof(o=null!=(o=t.viewCount||(null!=e?e.viewCount:e))?o:t.helperMissing)?o.call(e,{name:"viewCount",hash:{},data:n}):o)+" "},14:function(e,t,i,n){var o,a;return'
    '+(null!=(o="function"==typeof(a=null!=(a=t.description||(null!=e?e.description:e))?a:t.helperMissing)?a.call(e,{name:"description",hash:{},data:n}):a)?o:"")+"
    "},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o;return null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.channel:o,{name:"if",hash:{},fn:this.program(1,n,0),inverse:this.noop,data:n}))?o:""},useData:!0}),o.header.container=t.template({1:function(e,t,i,n){return" yottie-visible"},3:function(e,t,i,n){return" yottie-widget-header-brandingless"},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o,a,r=this.lambda;return'
    '+(null!=(o=r(null!=(o=null!=e?e.parts:e)?o.overlay:o,e))?o:"")+" "+(null!=(o=r(null!=(o=null!=e?e.parts:e)?o.banner:o,e))?o:"")+" "+(null!=(o=r(null!=(o=null!=e?e.parts:e)?o.inner:o,e))?o:"")+"
    "},useData:!0}),o.header.inner=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o,a=this.lambda;return'
    '+(null!=(o=a(null!=(o=null!=e?e.parts:e)?o.logo:o,e))?o:"")+'
    '+(null!=(o=a(null!=(o=null!=e?e.parts:e)?o.channel:o,e))?o:"")+"
    "+(null!=(o=a(null!=(o=null!=e?e.parts:e)?o.subscribe:o,e))?o:"")+"
    "},useData:!0}),o.header.logo=t.template({1:function(e,t,i,n){var o;return" "+(null!=(o=t.if.call(e,null!=e?e.id:e,{name:"if",hash:{},fn:this.program(2,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.unless.call(e,null!=e?e.id:e,{name:"unless",hash:{},fn:this.program(4,n,0),inverse:this.noop,data:n}))?o:"")+" "},2:function(e,t,i,n){var o,a=t.helperMissing,r="function",s=this.escapeExpression;return' '},4:function(e,t,i,n){var o,a=t.helperMissing,r="function",s=this.escapeExpression;return' '},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o;return null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.logo:o,{name:"if",hash:{},fn:this.program(1,n,0),inverse:this.noop,data:n}))?o:""},useData:!0}),o.header.overlay=t.template({1:function(e,t,i,n){return'
    '},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o;return null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.banner:o,{name:"if",hash:{},fn:this.program(1,n,0),inverse:this.noop,data:n}))?o:""},useData:!0}),o.header.subscribe=t.template({1:function(e,t,i,n){return'
    '},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o;return null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.subscribeButton:o,{name:"if",hash:{},fn:this.program(1,n,0),inverse:this.noop,data:n}))?o:""},useData:!0}),o.popup=o.popup||{},o.popup.container=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o,a=this.lambda;return'
    '+(null!=(o=a(null!=(o=null!=e?e.parts:e)?o.overlay:o,e))?o:"")+" "+(null!=(o=a(null!=(o=null!=e?e.parts:e)?o.wrapper:o,e))?o:"")+"
    "},useData:!0}),o.popup.control=o.popup.control||{},o.popup.control.arrows=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
    '},useData:!0}),o.popup.control.close=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
    '},useData:!0}),o.popup.inner=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o,a=this.lambda;return'
    '+(null!=(o=a(null!=(o=null!=e?e.parts:e)?o.loader:o,e))?o:"")+" "+(null!=(o=a(null!=(o=null!=e?e.parts:e)?o.controlClose:o,e))?o:"")+" "+(null!=(o=a(null!=(o=null!=e?e.parts:e)?o.video:o,e))?o:"")+"
    "},useData:!0}),o.popup.loader=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
    '},useData:!0}),o.popup.overlay=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
    '},useData:!0}),o.popup.video=o.popup.video||{},o.popup.video.container=t.template({1:function(e,t,i,n){var o;return" "+(null!=(o=this.lambda(null!=(o=null!=e?e.parts:e)?o.videoContent:o,e))?o:"")+" "},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o;return'
    '+(null!=(o=this.lambda(null!=(o=null!=e?e.parts:e)?o.videoPlayer:o,e))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.content:o,{name:"if",hash:{},fn:this.program(1,n,0),inverse:this.noop,data:n}))?o:"")+"
    "},useData:!0}),o.popup.video.content=t.template({1:function(e,t,i,n){var o,a,r=this.escapeExpression;return'
    '+r("function"==typeof(a=null!=(a=t.viewsCount||(null!=e?e.viewsCount:e))?a:t.helperMissing)?a.call(e,{name:"viewsCount",hash:{},data:n}):a)+"
    "},3:function(e,t,i,n){var o;return'
    '+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.likesCounter:o,{name:"if",hash:{},fn:this.program(4,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.dislikesCounter:o,{name:"if",hash:{},fn:this.program(6,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.likesRatio:o,{name:"if",hash:{},fn:this.program(8,n,0),inverse:this.noop,data:n}))?o:"")+"
    "},4:function(e,t,i,n){var o,a,r=this.escapeExpression;return'
    '+r("function"==typeof(a=null!=(a=t.likesCount||(null!=e?e.likesCount:e))?a:t.helperMissing)?a.call(e,{name:"likesCount",hash:{},data:n}):a)+"
    "},6:function(e,t,i,n){var o,a,r=this.escapeExpression;return'
    '+r("function"==typeof(a=null!=(a=t.dislikesCount||(null!=e?e.dislikesCount:e))?a:t.helperMissing)?a.call(e,{name:"dislikesCount",hash:{},data:n}):a)+"
    "},8:function(e,t,i,n){var o;return'
    '},10:function(e,t,i,n){var o;return'
    '+this.escapeExpression(this.lambda(null!=(o=null!=e?e.titles:e)?o.share:o,e))+'
    '+(null!=(o=t.each.call(e,null!=e?e.shareButtons:e,{name:"each",hash:{},fn:this.program(11,n,0),inverse:this.noop,data:n}))?o:"")+"
    "},11:function(e,t,i,n){var o,a=t.helperMissing,r="function",s=this.escapeExpression;return'
    '+s(typeof(o=null!=(o=t.title||(null!=e?e.title:e))?o:a)===r?o.call(e,{name:"title",hash:{},data:n}):o)+"
    "},13:function(e,t,i,n){var o;return'
    '+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.channelLogo:o,{name:"if",hash:{},fn:this.program(14,n,0),inverse:this.noop,data:n}))?o:"")+'
    '+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.channelName:o,{name:"if",hash:{},fn:this.program(16,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.date:o,{name:"if",hash:{},fn:this.program(18,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.description:o,{name:"if",hash:{},fn:this.program(20,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.descriptionMoreButton:o,{name:"if",hash:{},fn:this.program(23,n,0),inverse:this.noop,data:n}))?o:"")+"
    "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.subscribeButton:o,{name:"if",hash:{},fn:this.program(25,n,0),inverse:this.noop,data:n}))?o:"")+"
    "},14:function(e,t,i,n){var o,a=t.helperMissing,r="function",s=this.escapeExpression;return' '},16:function(e,t,i,n){var o,a=t.helperMissing,r="function",s=this.escapeExpression;return' '+s(typeof(o=null!=(o=t.name||(null!=e?e.name:e))?o:a)===r?o.call(e,{name:"name",hash:{},data:n}):o)+" "},18:function(e,t,i,n){var o;return'
    '+this.escapeExpression("function"==typeof(o=null!=(o=t.date||(null!=e?e.date:e))?o:t.helperMissing)?o.call(e,{name:"date",hash:{},data:n}):o)+"
    "},20:function(e,t,i,n){var o,a;return'
    '+(null!=(o="function"==typeof(a=null!=(a=t.text||(null!=e?e.text:e))?a:t.helperMissing)?a.call(e,{name:"text",hash:{},data:n}):a)?o:"")+"
    "},21:function(e,t,i,n){return" yottie-popup-video-meta-description-show-full"},23:function(e,t,i,n){var o;return'
    '+this.escapeExpression("function"==typeof(o=null!=(o=t.showMoreLabel||(null!=e?e.showMoreLabel:e))?o:t.helperMissing)?o.call(e,{name:"showMoreLabel",hash:{},data:n}):o)+"
    "},25:function(e,t,i,n){return'
    '},27:function(e,t,i,n){var o;return'
    '+(null!=(o=t.each.call(e,null!=e?e.comments:e,{name:"each",hash:{},fn:this.program(28,n,0),inverse:this.noop,data:n}))?o:"")+"
    "},28:function(e,t,i,n){var o,a,r=t.helperMissing,s="function",l=this.escapeExpression;return'
    '+l(typeof(a=null!=(a=t.passedTime||(null!=e?e.passedTime:e))?a:r)===s?a.call(e,{name:"passedTime",hash:{},data:n}):a)+'
    '+(null!=(o=typeof(a=null!=(a=t.text||(null!=e?e.text:e))?a:r)===s?a.call(e,{name:"text",hash:{},data:n}):a)?o:"")+"
    "+(null!=(o=t.if.call(e,null!=e?e.displayLikesCount:e,{name:"if",hash:{},fn:this.program(29,n,0),inverse:this.noop,data:n}))?o:"")+"
    "},29:function(e,t,i,n){var o,a,r=this.escapeExpression;return' "},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o,a;return'
    '+this.escapeExpression("function"==typeof(a=null!=(a=t.title||(null!=e?e.title:e))?a:t.helperMissing)?a.call(e,{name:"title",hash:{},data:n}):a)+'
    '+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.viewsCounter:o,{name:"if",hash:{},fn:this.program(1,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.ratingCounters:o,{name:"if",hash:{},fn:this.program(3,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.share:o,{name:"if",hash:{},fn:this.program(10,n,0),inverse:this.noop,data:n}))?o:"")+"
    "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.meta:o,{name:"if",hash:{},fn:this.program(13,n,0),inverse:this.noop,data:n}))?o:"")+'
    '+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.comments:o,{name:"if",hash:{},fn:this.program(27,n,0),inverse:this.noop,data:n}))?o:"")+"
    "},useData:!0}),o.popup.video.player=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
    '},useData:!0}),o.popup.wrapper=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o;return'
    '+(null!=(o=this.lambda(null!=(o=null!=e?e.parts:e)?o.inner:o,e))?o:"")+"
    "},useData:!0}),o.video=o.video||{},o.video.container=t.template({1:function(e,t,i,n){var o,a=this.lambda;return" "+(null!=(o=a(null!=(o=null!=e?e.parts:e)?o.overlay:o,e))?o:"")+" "+(null!=(o=a(null!=(o=null!=e?e.parts:e)?o.info:o,e))?o:"")+" "},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o,a,r=t.helperMissing,s="function",l=this.escapeExpression,p=this.lambda;return'
    '+(null!=(o=p(null!=(o=null!=e?e.parts:e)?o.player:o,e))?o:"")+" "+(null!=(o=p(null!=(o=null!=e?e.parts:e)?o.preview:o,e))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.info:o,{name:"if",hash:{},fn:this.program(1,n,0),inverse:this.noop,data:n}))?o:"")+"
    "},useData:!0}),o.video.info=t.template({1:function(e,t,i,n){var o,a=t.helperMissing,r="function",s=this.escapeExpression;return' '+s(typeof(o=null!=(o=t.title||(null!=e?e.title:e))?o:a)===r?o.call(e,{name:"title",hash:{},data:n}):o)+" "},3:function(e,t,i,n){var o;return'
    '+this.escapeExpression("function"==typeof(o=null!=(o=t.date||(null!=e?e.date:e))?o:t.helperMissing)?o.call(e,{name:"date",hash:{},data:n}):o)+"
    "},5:function(e,t,i,n){var o,a;return'
    '+(null!=(o="function"==typeof(a=null!=(a=t.description||(null!=e?e.description:e))?a:t.helperMissing)?a.call(e,{name:"description",hash:{},data:n}):a)?o:"")+"
    "},7:function(e,t,i,n){var o;return'
    '+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.viewsCounter:o,{name:"if",hash:{},fn:this.program(8,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.likesCounter:o,{name:"if",hash:{},fn:this.program(10,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.commentsCounter:o,{name:"if",hash:{},fn:this.program(12,n,0),inverse:this.noop,data:n}))?o:"")+"
    "},8:function(e,t,i,n){var o;return' '+this.escapeExpression("function"==typeof(o=null!=(o=t.viewsCount||(null!=e?e.viewsCount:e))?o:t.helperMissing)?o.call(e,{name:"viewsCount",hash:{},data:n}):o)+" "},10:function(e,t,i,n){var o;return' '+this.escapeExpression("function"==typeof(o=null!=(o=t.likesCount||(null!=e?e.likesCount:e))?o:t.helperMissing)?o.call(e,{name:"likesCount",hash:{},data:n}):o)+" "},12:function(e,t,i,n){var o;return' '+this.escapeExpression("function"==typeof(o=null!=(o=t.commentsCount||(null!=e?e.commentsCount:e))?o:t.helperMissing)?o.call(e,{name:"commentsCount",hash:{},data:n}):o)+" "},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o;return'
    '+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.title:o,{name:"if",hash:{},fn:this.program(1,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.date:o,{name:"if",hash:{},fn:this.program(3,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.description:o,{name:"if",hash:{},fn:this.program(5,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.properties:o,{name:"if",hash:{},fn:this.program(7,n,0),inverse:this.noop,data:n}))?o:"")+"
    "},useData:!0}),o.video.overlay=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
    '},useData:!0}),o.video.player=t.template({1:function(e,t,i,n){return' '},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o;return null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.videoPlayer:o,{name:"if",hash:{},fn:this.program(1,n,0),inverse:this.noop,data:n}))?o:""},useData:!0}),o.video.preview=t.template({1:function(e,t,i,n){var o;return'data-maxres-src="'+this.escapeExpression("function"==typeof(o=null!=(o=t.maxresThumbnail||(null!=e?e.maxresThumbnail:e))?o:t.helperMissing)?o.call(e,{name:"maxresThumbnail",hash:{},data:n}):o)+'"'},3:function(e,t,i,n){var o;return' '+(null!=(o=t.if.call(e,null!=(o=null!=e?e.duration:e)?o.h:o,{name:"if",hash:{},fn:this.program(4,n,0),inverse:this.noop,data:n}))?o:"")+(null!=(o=t.if.call(e,null!=(o=null!=e?e.duration:e)?o.m:o,{name:"if",hash:{},fn:this.program(6,n,0),inverse:this.noop,data:n}))?o:"")+(null!=(o=t.unless.call(e,null!=(o=null!=e?e.duration:e)?o.m:o,{name:"unless",hash:{},fn:this.program(8,n,0),inverse:this.noop,data:n}))?o:"")+(null!=(o=t.if.call(e,null!=(o=null!=e?e.duration:e)?o.s:o,{name:"if",hash:{},fn:this.program(10,n,0),inverse:this.noop,data:n}))?o:"")+(null!=(o=t.unless.call(e,null!=(o=null!=e?e.duration:e)?o.s:o,{name:"unless",hash:{},fn:this.program(12,n,0),inverse:this.noop,data:n}))?o:"")+" "},4:function(e,t,i,n){var o;return this.escapeExpression(this.lambda(null!=(o=null!=e?e.duration:e)?o.h:o,e))+":"},6:function(e,t,i,n){var o;return this.escapeExpression(this.lambda(null!=(o=null!=e?e.duration:e)?o.m:o,e))+":"},8:function(e,t,i,n){return"00:"},10:function(e,t,i,n){var o;return this.escapeExpression(this.lambda(null!=(o=null!=e?e.duration:e)?o.s:o,e))},12:function(e,t,i,n){return"00"},14:function(e,t,i,n){return''},compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){var o,a,r=t.helperMissing,s="function",l=this.escapeExpression;return' '+l(typeof(a=null!=(a=t.title||(null!=e?e.title:e))?a:r)===s?a.call(e,{name: "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.duration:o,{name:"if",hash:{},fn:this.program(3,n,0),inverse:this.noop,data:n}))?o:"")+" "+(null!=(o=t.if.call(e,null!=(o=null!=e?e.displaying:e)?o.playIcon:o,{name:"if",hash:{},fn:this.program(14,n,0),inverse:this.noop,data:n}))?o:"")+""},useData:!0}),o.widget=t.template({compiler:[6,">= 2.0.0-beta.1"],main:function(e,t,i,n){return'
    '},useData:!0}),i.exports=o},{}],47:[function(e,t,i){e("./../../olivie/src/js/jquery");var n=e("./../../olivie/src/js/olivie");t.exports=n.class("YottieFacade",[],function(e){this.app=e},{},{app:null})},{"./../../olivie/src/js/jquery":7,"./../../olivie/src/js/olivie":14}],48:[function(e,t,i){var n=e("./../../olivie/src/js/jquery"),o=e("./../../olivie/src/js/olivie"),a=e("./../../olivie/src/js/modules/mies/client"),r=e("./../../olivie/src/js/modules/appearance/i18n"),s=e("./../../olivie/src/js/modules/appearance/renderer"),l=e("./../../olivie/src/js/modules/appearance/colorizer"),p=e("./../../olivie/src/js/utils"),d=e("./modules/widget/yt-error"),c=e("./modules/youtube/youtube"),u=e("./modules/widget/widget"),m=e("./modules/widget/header"),h=e("./modules/widget/groups"),g=e("./modules/widget/feed"),f=e("./modules/widget/ads"),v=e("./modules/popup/popup"),w=e("./dictionary"),y=e("./views"),b=e("./schemes"),x=e("./defaults"),k=e("./analytics");t.exports=o.application("Yottie",function(e,t,i){var o,C=this;C.getParent("Application").call(C),C.id=e,C.$element=n(t),i.apiKey&&(i.key=i.apiKey),i.key||delete i.key,C.options=n.extend(!0,{},x,i),C.analytics=new k("yottie",C.options.widgetId||null);var S=C.options.key;o=n.isArray(S)?S[Math.floor(Math.random()*S.length)]:S,C.registerComponent(new a(C.options.apiUrl,{key:o,public_key:"RWxmc2lnaHQuIEFsbCByaWdodHMgcmVzZXJ2ZWQu"},"Yottie",C.options.cacheTime)),C.registerComponent(new r(w,C.options.lang)),C.registerComponent(new s(y)),C.registerComponent(new l(b,C.options.color.scheme,C.options.color,"colorizer")),C.registerComponent(new d),C.registerComponent(new c),C.registerComponent(new f(C.options.ads)),C.registerComponent(new u),C.registerComponent(new m),C.registerComponent(new v),C.registerComponent(new g),C.registerComponent(new h);var A=C.component("client");A.attachResponseModifier(function(e){var t;e.error&&(t=e.error.code+" "+e.error.message+" "+JSON.stringify(e.error.errors)+" ("+document.location.href+")",A.ga.collect(t))}),C.analytics.available()&&setTimeout(function(){var e,t=function(e){var t=e.height()?window.innerHeight/e.height()*50:50;p.inViewPort(e[0],t)&&C.analytics.store("view",1,86400)};C.$element.click(function(){C.analytics.store("click")}),jQuery(window).on("scroll resize",function(){clearTimeout(e),e=setTimeout(function(){t(C.$element)},100)}),t(C.$element)},1e3)},{VERSION:"3.3.0"},{id:null,$element:null,options:null,run:function(){var e=this;if(e.$element.addClass("yottie yottie-widget"),e.component("error").run(),"string"===n.type(e.options.sourceGroups)&&e.options.sourceGroups.length)try{e.options.sourceGroups=n.parseJSON(decodeURIComponent(e.options.sourceGroups))}catch(t){e.options.sourceGroups=null}if("string"===n.type(e.options.content.responsive)&&e.options.content.responsive.length)try{e.options.content.responsive=n.parseJSON(decodeURIComponent(e.options.content.responsive))}catch(t){e.options.content.responsive=null}e.component("colorizer").run(),e.component("ads").run(),e.component("client").run().done(function(){e.component("header").run().on("ready",function(t,i){var n;if(jQuery.isArray(e.options.sourceGroups)&&e.options.sourceGroups.length)n=e.options.sourceGroups;else{if(!e.options.channel)return void e.component("error").throw("Channel and sourceGroups are not specified.");n=[{title:e.component("i18n").t("Uploads"),sources:[{kind:"youtube#playlist",criteria:{id:i.channel.contentDetails.relatedPlaylists.uploads}}]}]}e.component("groups").run(n),e.component("feed").run(n),e.component("widget").run(),e.component("popup").run(),e.component("feed").setActiveSection(0)})})},getId:function(){return this.id}})},{"./../../olivie/src/js/jquery":7,"./../../olivie/src/js/modules/appearance/colorizer":8,"./../../olivie/src/js/modules/appearance/i18n":9,"./../../olivie/src/js/modules/appearance/renderer":10,"./../../olivie/src/js/modules/mies/client":12,"./../../olivie/src/js/olivie":14,"./../../olivie/src/js/utils":15,"./analytics":16,"./defaults":19,"./dictionary":20,"./modules/popup/popup":23,"./modules/widget/ads":24,"./modules/widget/feed":26,"./modules/widget/groups":28,"./modules/widget/header":29,"./modules/widget/widget":30,"./modules/widget/yt-error":31,"./modules/youtube/youtube":44,"./schemes":45,"./views":46}]},{},[21])}},{}],4:[function(e,t,i){"use strict";var n=e("./__packaged-css"),o=e("./__packaged-js"),a=e("../../bower_components/handlebars/handlebars.runtime"),r=e("./swiper/swiper.js"),s=[{src:"https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js",test:function(){return!!window.jQuery}},{src:"https://www.youtube.com/iframe_api",test:function(){return!!window.YT}}],l=function(){o(a,r)},p=document.createElement("style");p.type="text/css",p.innerHTML=n,document.head.appendChild(p);for(var d=0,c=0,u=0;uparseInt(t,10)});for(var n=0;n=window.innerWidth&&!t&&(t=e);return t||"max"},c.setBreakpoint=function(){var e=c.getActiveBreakpoint();if(e&&c.currentBreakpoint!==e){var t=e in c.params.breakpoints?c.params.breakpoints[e]:c.originalParams,i=c.params.loop&&t.slidesPerView!==c.params.slidesPerView;for(var n in t)c.params[n]=t[n];c.currentBreakpoint=e,i&&c.destroyLoop&&c.reLoop(!0)}},c.params.breakpoints&&c.setBreakpoint(),c.container=e(t),0!==c.container.length)){if(1c.slides.length)break;t.push(c.slides.eq(n)[0])}else t.push(c.slides.eq(c.activeIndex)[0]);for(e=0;e=l&&(h=0,m++),u=m+h*a/l,g.css({"-webkit-box-ordinal-group":u,"-moz-box-ordinal-group":u,"-ms-flex-order":u,"-webkit-order":u,order:u})):m=e-(h=Math.floor(e/p))*p,g.css("margin-"+(c.isHorizontal()?"top":"left"),0!==h&&c.params.spaceBetween&&c.params.spaceBetween+"px").attr("data-swiper-column",m).attr("data-swiper-row",h)),"none"!==g.css("display")&&("auto"===c.params.slidesPerView?(r=c.isHorizontal()?g.outerWidth(!0):g.outerHeight(!0),c.params.roundLengths&&(r=D(r))):(r=(c.size-(c.params.slidesPerView-1)*t)/c.params.slidesPerView,c.params.roundLengths&&(r=D(r)),c.isHorizontal()?c.slides[e].style.width=r+"px":c.slides[e].style.height=r+"px"),c.slides[e].swiperSlideSize=r,c.slidesSizesGrid.push(r),c.params.centeredSlides?(i=i+r/2+n/2+t,0===n&&0!==e&&(i=i-c.size/2-t),0===e&&(i=i-c.size/2-t),Math.abs(i)<.001&&(i=0),o%c.params.slidesPerGroup==0&&c.snapGrid.push(i),c.slidesGrid.push(i)):(o%c.params.slidesPerGroup==0&&c.snapGrid.push(i),c.slidesGrid.push(i),i=i+r+t),c.virtualSize+=r+t,n=r,o++)}if(c.virtualSize=Math.max(c.virtualSize,c.size)+c.params.slidesOffsetAfter,c.rtl&&c.wrongRTL&&("slide"===c.params.effect||"coverflow"===c.params.effect)&&c.wrapper.css({width:c.virtualSize+c.params.spaceBetween+"px"}),c.support.flexbox&&!c.params.setWrapperSize||(c.isHorizontal()?c.wrapper.css({width:c.virtualSize+c.params.spaceBetween+"px"}):c.wrapper.css({height:c.virtualSize+c.params.spaceBetween+"px"})),1c.size&&(n=!0));for(t=c.activeIndex-1;0<=t;t--)c.slides[t]&&!n&&(i++,(o+=c.slides[t].swiperSlideSize)>c.size&&(n=!0))}else for(e=c.activeIndex+1;e=c.size)&&c.slides.eq(i).addClass(c.params.slideVisibleClass)}n.progress=c.rtl?-o:o}}},c.updateProgress=function(e){void 0===e&&(e=c.translate||0);var t=c.maxTranslate()-c.minTranslate(),i=c.isBeginning,n=c.isEnd;0===t?(c.progress=0,c.isBeginning=c.isEnd=!0):(c.progress=(e-c.minTranslate())/t,c.isBeginning=c.progress<=0,c.isEnd=1<=c.progress),c.isBeginning&&!i&&c.emit("onReachBeginning",c),c.isEnd&&!n&&c.emit("onReachEnd",c),c.params.watchSlidesProgress&&c.updateSlidesProgress(e),c.emit("onProgress",c,c.progress)},c.updateActiveIndex=function(){var e,t,i,n=c.rtl?c.translate:-c.translate;for(t=0;t=c.slidesGrid[t]&&n=c.slidesGrid[t]&&n=c.slidesGrid[t]&&(e=t);c.params.normalizeSlideIndex&&(e<0||void 0===e)&&(e=0),(i=Math.floor(e/c.params.slidesPerGroup))>=c.snapGrid.length&&(i=c.snapGrid.length-1),e!==c.activeIndex&&(c.snapIndex=i,c.previousIndex=c.activeIndex,c.activeIndex=e,c.updateClasses(),c.updateRealIndex())},c.updateRealIndex=function(){c.realIndex=parseInt(c.slides.eq(c.activeIndex).attr("data-swiper-slide-index")||c.activeIndex,10)},c.updateClasses=function(){c.slides.removeClass(c.params.slideActiveClass+" "+c.params.slideNextClass+" "+c.params.slidePrevClass+" "+c.params.slideDuplicateActiveClass+" "+c.params.slideDuplicateNextClass+" "+c.params.slideDuplicatePrevClass);var t=c.slides.eq(c.activeIndex);t.addClass(c.params.slideActiveClass),i.loop&&(t.hasClass(c.params.slideDuplicateClass)?c.wrapper.children("."+c.params.slideClass+":not(."+c.params.slideDuplicateClass+')[data-swiper-slide-index="'+c.realIndex+'"]').addClass(c.params.slideDuplicateActiveClass):c.wrapper.children("."+c.params.slideClass+"."+c.params.slideDuplicateClass+'[data-swiper-slide-index="'+c.realIndex+'"]').addClass(c.params.slideDuplicateActiveClass));var n=t.next("."+c.params.slideClass).addClass(c.params.slideNextClass);c.params.loop&&0===n.length&&(n=c.slides.eq(0)).addClass(c.params.slideNextClass);var o=t.prev("."+c.params.slideClass).addClass(c.params.slidePrevClass);if(c.params.loop&&0===o.length&&(o=c.slides.eq(-1)).addClass(c.params.slidePrevClass),i.loop&&(n.hasClass(c.params.slideDuplicateClass)?c.wrapper.children("."+c.params.slideClass+":not(."+c.params.slideDuplicateClass+')[data-swiper-slide-index="'+n.attr("data-swiper-slide-index")+'"]').addClass(c.params.slideDuplicateNextClass):c.wrapper.children("."+c.params.slideClass+"."+c.params.slideDuplicateClass+'[data-swiper-slide-index="'+n.attr("data-swiper-slide-index")+'"]').addClass(c.params.slideDuplicateNextClass),o.hasClass(c.params.slideDuplicateClass)?c.wrapper.children("."+c.params.slideClass+":not(."+c.params.slideDuplicateClass+')[data-swiper-slide-index="'+o.attr("data-swiper-slide-index")+'"]').addClass(c.params.slideDuplicatePrevClass):c.wrapper.children("."+c.params.slideClass+"."+c.params.slideDuplicateClass+'[data-swiper-slide-index="'+o.attr("data-swiper-slide-index")+'"]').addClass(c.params.slideDuplicatePrevClass)),c.paginationContainer&&0c.slides.length-1-2*c.loopedSlides&&(a-=c.slides.length-2*c.loopedSlides),r-1";c.paginationContainer.html(e),c.bullets=c.paginationContainer.find("."+c.params.bulletClass),c.params.paginationClickable&&c.params.a11y&&c.a11y&&c.a11y.initPagination()}"fraction"===c.params.paginationType&&(e=c.params.paginationFractionRender?c.params.paginationFractionRender(c,c.params.paginationCurrentClass,c.params.paginationTotalClass):' / ',c.paginationContainer.html(e)),"progress"===c.params.paginationType&&(e=c.params.paginationProgressRender?c.params.paginationProgressRender(c,c.params.paginationProgressbarClass):'',c.paginationContainer.html(e)),"custom"!==c.params.paginationType&&c.emit("onPaginationRendered",c,c.paginationContainer[0])}},c.update=function(e){var t;function i(){c.rtl,c.translate,t=Math.min(Math.max(c.translate,c.maxTranslate()),c.minTranslate()),c.setWrapperTranslate(t),c.updateActiveIndex(),c.updateClasses()}c&&(c.updateContainerSize(),c.updateSlidesSize(),c.updateProgress(),c.updatePagination(),c.updateClasses(),c.params.scrollbar&&c.scrollbar&&c.scrollbar.set(),e?(c.controller&&c.controller.spline&&(c.controller.spline=void 0),c.params.freeMode?(i(),c.params.autoHeight&&c.updateAutoHeight()):(("auto"===c.params.slidesPerView||1c.slides.length-c.loopedSlides+s/2?(c.fixLoop(),r=c.wrapper.children("."+c.params.slideClass+'[data-swiper-slide-index="'+a+'"]:not(.'+c.params.slideDuplicateClass+")").eq(0).index(),setTimeout(function(){c.slideTo(r)},0)):c.slideTo(r):r>c.slides.length-s?(c.fixLoop(),r=c.wrapper.children("."+c.params.slideClass+'[data-swiper-slide-index="'+a+'"]:not(.'+c.params.slideDuplicateClass+")").eq(0).index(),setTimeout(function(){c.slideTo(r)},0)):c.slideTo(r)}else c.slideTo(r)}};var h,g,f,v,w,y,b,x,k,C,S,A,T="input, select, textarea, button, video",M=Date.now(),z=[];for(var I in c.animating=!1,c.touches={startX:0,startY:0,currentX:0,currentY:0,diff:0},c.onTouchStart=function(t){if(t.originalEvent&&(t=t.originalEvent),(S="touchstart"===t.type)||!("which"in t)||3!==t.which)if(c.params.noSwiping&&P(t,"."+c.params.noSwipingClass))c.allowClick=!0;else if(!c.params.swipeHandler||P(t,c.params.swipeHandler)){var i=c.touches.currentX="touchstart"===t.type?t.targetTouches[0].pageX:t.pageX,n=c.touches.currentY="touchstart"===t.type?t.targetTouches[0].pageY:t.pageY;if(!(c.device.ios&&c.params.iOSEdgeSwipeDetection&&i<=c.params.iOSEdgeSwipeThreshold)){if(f=!(g=!(h=!0)),A=w=void 0,c.touches.startX=i,c.touches.startY=n,v=Date.now(),c.allowClick=!0,c.updateContainerSize(),c.swipeDirection=void 0,0c.touches.startX&&c.translate>=c.minTranslate())return}else if(c.touches.currentYc.touches.startY&&c.translate>=c.minTranslate())return;if(S&&document.activeElement&&t.target===document.activeElement&&e(t.target).is(T))return g=!0,void(c.allowClick=!1);var n;if(f&&c.emit("onTouchMove",c,t),!(t.targetTouches&&1c.params.touchAngle:90-n>c.params.touchAngle)),w&&c.emit("onTouchMoveOpposite",c,t),void 0===A&&(c.touches.currentX===c.touches.startX&&c.touches.currentY===c.touches.startY||(A=!0)),h)if(w)h=!1;else if(A){c.allowClick=!1,c.emit("onSliderMove",c,t),t.preventDefault(),c.params.touchMoveStopPropagation&&!c.params.nested&&t.stopPropagation(),g||(i.loop&&c.fixLoop(),b=c.getWrapperTranslate(),c.setWrapperTransition(0),c.animating&&c.wrapper.trigger("webkitTransitionEnd transitionend oTransitionEnd MSTransitionEnd msTransitionEnd"),c.params.autoplay&&c.autoplaying&&(c.params.autoplayDisableOnInteraction?c.stopAutoplay():c.pauseAutoplay()),C=!1,!c.params.grabCursor||!0!==c.params.allowSwipeToNext&&!0!==c.params.allowSwipeToPrev||c.setGrabCursor(!0)),g=!0;var o=c.touches.diff=c.isHorizontal()?c.touches.currentX-c.touches.startX:c.touches.currentY-c.touches.startY;o*=c.params.touchRatio,c.rtl&&(o=-o),c.swipeDirection=0c.minTranslate()?(a=!1,c.params.resistance&&(y=c.minTranslate()-1+Math.pow(-c.minTranslate()+b+o,c.params.resistanceRatio))):o<0&&yc.params.threshold||x))return void(y=b);if(!x)return x=!0,c.touches.startX=c.touches.currentX,c.touches.startY=c.touches.currentY,y=b,void(c.touches.diff=c.isHorizontal()?c.touches.currentX-c.touches.startX:c.touches.currentY-c.touches.startY)}c.params.followFinger&&((c.params.freeMode||c.params.watchSlidesProgress)&&c.updateActiveIndex(),c.params.freeMode&&(0===z.length&&z.push({position:c.touches[c.isHorizontal()?"startX":"startY"],time:v}),z.push({position:c.touches[c.isHorizontal()?"currentX":"currentY"],time:(new window.Date).getTime()})),c.updateProgress(y),c.setWrapperTranslate(y))}}},c.onTouchEnd=function(t){if(t.originalEvent&&(t=t.originalEvent),f&&c.emit("onTouchEnd",c,t),f=!1,h){c.params.grabCursor&&g&&h&&(!0===c.params.allowSwipeToNext||!0===c.params.allowSwipeToPrev)&&c.setGrabCursor(!1);var i,n=Date.now(),o=n-v;if(c.allowClick&&(c.updateClickedSlide(t),c.emit("onTap",c,t),o<300&&300-c.maxTranslate())return void(c.slides.lengthc.minTranslate())c.params.freeModeMomentumBounce?(u-c.minTranslate()>x&&(u=c.minTranslate()+x),m=c.minTranslate(),C=w=!0):u=c.minTranslate();else if(c.params.freeModeSticky){var S,A=0;for(A=0;A-u){S=A;break}u=Math.abs(c.snapGrid[S]-u)=c.params.longSwipesMs)&&(c.updateProgress(),c.updateActiveIndex())}else{var T,I=0,E=c.slidesSizesGrid[0];for(T=0;T=c.slidesGrid[T]&&i=c.slidesGrid[T]&&(I=T,E=c.slidesGrid[c.slidesGrid.length-1]-c.slidesGrid[c.slidesGrid.length-2]);var D=(i-c.slidesGrid[I])/E;if(o>c.params.longSwipesMs){if(!c.params.longSwipes)return void c.slideTo(c.activeIndex);"next"===c.swipeDirection&&(D>=c.params.longSwipesRatio?c.slideTo(I+c.params.slidesPerGroup):c.slideTo(I)),"prev"===c.swipeDirection&&(D>1-c.params.longSwipesRatio?c.slideTo(I+c.params.slidesPerGroup):c.slideTo(I))}else{if(!c.params.shortSwipes)return void c.slideTo(c.activeIndex);"next"===c.swipeDirection&&c.slideTo(I+c.params.slidesPerGroup),"prev"===c.swipeDirection&&c.slideTo(I)}}else h=g=!1}},c._slideTo=function(e,t){return c.slideTo(e,t,!0,!0)},c.slideTo=function(e,t,i,n){void 0===i&&(i=!0),void 0===e&&(e=0),e<0&&(e=0),c.snapIndex=Math.floor(e/c.params.slidesPerGroup),c.snapIndex>=c.snapGrid.length&&(c.snapIndex=c.snapGrid.length-1);var o=-c.snapGrid[c.snapIndex];if(c.params.autoplay&&c.autoplaying&&(n||!c.params.autoplayDisableOnInteraction?c.pauseAutoplay(t):c.stopAutoplay()),c.updateProgress(o),c.params.normalizeSlideIndex)for(var a=0;a=Math.floor(100*c.slidesGrid[a])&&(e=a);return!(!c.params.allowSwipeToNext&&oc.translate&&o>c.maxTranslate()&&(c.activeIndex||0)!==e||(void 0===t&&(t=c.params.speed),c.previousIndex=c.activeIndex||0,c.activeIndex=e,c.updateRealIndex(),c.rtl&&-o===c.translate||!c.rtl&&o===c.translate?(c.params.autoHeight&&c.updateAutoHeight(),c.updateClasses(),"slide"!==c.params.effect&&c.setWrapperTranslate(o),1):(c.updateClasses(),c.onTransitionStart(i),0===t||c.browser.lteIE9?(c.setWrapperTranslate(o),c.setWrapperTransition(0),c.onTransitionEnd(i)):(c.setWrapperTranslate(o),c.setWrapperTransition(t),c.animating||(c.animating=!0,c.wrapper.transitionEnd(function(){c&&c.onTransitionEnd(i)}))),0)))},c.onTransitionStart=function(e){void 0===e&&(e=!0),c.params.autoHeight&&c.updateAutoHeight(),c.lazy&&c.lazy.onTransitionStart(),e&&(c.emit("onTransitionStart",c),c.activeIndex!==c.previousIndex&&(c.emit("onSlideChangeStart",c),c.activeIndex>c.previousIndex?c.emit("onSlideNextStart",c):c.emit("onSlidePrevStart",c)))},c.onTransitionEnd=function(e){c.animating=!1,c.setWrapperTransition(0),void 0===e&&(e=!0),c.lazy&&c.lazy.onTransitionEnd(),e&&(c.emit("onTransitionEnd",c),c.activeIndex!==c.previousIndex&&(c.emit("onSlideChangeEnd",c),c.activeIndex>c.previousIndex?c.emit("onSlideNextEnd",c):c.emit("onSlidePrevEnd",c))),c.params.history&&c.history&&c.history.setHistory(c.params.history,c.activeIndex),c.params.hashnav&&c.hashnav&&c.hashnav.setHash()},c.slideNext=function(e,t,i){return c.params.loop?!c.animating&&(c.fixLoop(),c.container[0].clientLeft,c.slideTo(c.activeIndex+c.params.slidesPerGroup,t,e,i)):c.slideTo(c.activeIndex+c.params.slidesPerGroup,t,e,i)},c._slideNext=function(e){return c.slideNext(!0,e,!0)},c.slidePrev=function(e,t,i){return c.params.loop?!c.animating&&(c.fixLoop(),c.container[0].clientLeft,c.slideTo(c.activeIndex-1,t,e,i)):c.slideTo(c.activeIndex-1,t,e,i)},c._slidePrev=function(e){return c.slidePrev(!0,e,!0)},c.slideReset=function(e,t,i){return c.slideTo(c.activeIndex,t,e)},c.disableTouchControl=function(){return c.params.onlyExternal=!0},c.enableTouchControl=function(){return!(c.params.onlyExternal=!1)},c.setWrapperTransition=function(e,t){c.wrapper.transition(e),"slide"!==c.params.effect&&c.effects[c.params.effect]&&c.effects[c.params.effect].setTransition(e),c.params.parallax&&c.parallax&&c.parallax.setTransition(e),c.params.scrollbar&&c.scrollbar&&c.scrollbar.setTransition(e),c.params.control&&c.controller&&c.controller.setTransition(e,t),c.emit("onSetTransition",c,e)},c.setWrapperTranslate=function(e,t,i){var n=0,o=0;c.isHorizontal()?n=c.rtl?-e:e:o=e,c.params.roundLengths&&(n=D(n),o=D(o)),c.params.virtualTranslate||(c.support.transforms3d?c.wrapper.transform("translate3d("+n+"px, "+o+"px, 0px)"):c.wrapper.transform("translate("+n+"px, "+o+"px)")),c.translate=c.isHorizontal()?n:o;var a=c.maxTranslate()-c.minTranslate();(0===a?0:(e-c.minTranslate())/a)!==c.progress&&c.updateProgress(e),t&&c.updateActiveIndex(),"slide"!==c.params.effect&&c.effects[c.params.effect]&&c.effects[c.params.effect].setTranslate(c.translate),c.params.parallax&&c.parallax&&c.parallax.setTranslate(c.translate),c.params.scrollbar&&c.scrollbar&&c.scrollbar.setTranslate(c.translate),c.params.control&&c.controller&&c.controller.setTranslate(c.translate,i),c.emit("onSetTranslate",c,c.translate)},c.getTranslate=function(e,t){var i,n,o,a;return void 0===t&&(t="x"),c.params.virtualTranslate?c.rtl?-c.translate:c.translate:(o=window.getComputedStyle(e,null),window.WebKitCSSMatrix?(6<(n=o.transform||o.webkitTransform).split(",").length&&(n=n.split(", ").map(function(e){return e.replace(",",".")}).join(", ")),a=new window.WebKitCSSMatrix("none"===n?"":n)):i=(a=o.MozTransform||o.OTransform||o.MsTransform||o.msTransform||o.transform||o.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,")).toString().split(","),"x"===t&&(n=window.WebKitCSSMatrix?a.m41:16===i.length?parseFloat(i[12]):parseFloat(i[4])),"y"===t&&(n=window.WebKitCSSMatrix?a.m42:16===i.length?parseFloat(i[13]):parseFloat(i[5])),c.rtl&&n&&(n=-n),n||0)},c.getWrapperTranslate=function(e){return void 0===e&&(e=c.isHorizontal()?"x":"y"),c.getTranslate(c.wrapper[0],e)},c.observers=[],c.initObservers=function(){if(c.params.observeParents)for(var e=c.container.parents(),t=0;tt.length&&(c.loopedSlides=t.length);var i,n=[],o=[];for(t.each(function(i,a){var r=e(this);i=t.length-c.loopedSlides&&n.push(a),r.attr("data-swiper-slide-index",i)}),i=0;i=2*c.loopedSlides||c.activeIndex>c.slides.length-2*c.params.slidesPerView)&&(e=-c.slides.length+c.activeIndex+c.loopedSlides,e+=c.loopedSlides,c.slideTo(e,0,!1,!0))},c.appendSlide=function(e){if(c.params.loop&&c.destroyLoop(),"object"==typeof e&&e.length)for(var t=0;t
    '),i.append(l)),0===p.length&&(p=e('
    '),i.append(p)),l.length&&(l[0].style.opacity=Math.max(-n,0)),p.length&&(p[0].style.opacity=Math.max(n,0))}i.transform("translate3d("+r+"px, "+s+"px, 0px) rotateX("+a+"deg) rotateY("+o+"deg)")}},setTransition:function(t){if(c.slides.transition(t).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(t),c.params.virtualTranslate&&0!==t){var i=!1;c.slides.eq(c.activeIndex).transitionEnd(function(){if(!i&&c&&e(this).hasClass(c.params.slideActiveClass)){i=!0,c.animating=!1;for(var t=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],n=0;n'),c.wrapper.append(t)),t.css({height:c.width+"px"})):0===(t=c.container.find(".swiper-cube-shadow")).length&&(t=e('
    '),c.container.append(t)));for(var n=0;n'),o.append(m)),0===h.length&&(h=e('
    '),o.append(h)),m.length&&(m[0].style.opacity=Math.max(-s,0)),h.length&&(h[0].style.opacity=Math.max(s,0))}}if(c.wrapper.css({"-webkit-transform-origin":"50% 50% -"+c.size/2+"px","-moz-transform-origin":"50% 50% -"+c.size/2+"px","-ms-transform-origin":"50% 50% -"+c.size/2+"px","transform-origin":"50% 50% -"+c.size/2+"px"}),c.params.cube.shadow)if(c.isHorizontal())t.transform("translate3d(0px, "+(c.width/2+c.params.cube.shadowOffset)+"px, "+-c.width/2+"px) rotateX(90deg) rotateZ(0deg) scale("+c.params.cube.shadowScale+")");else{var g=Math.abs(i)-90*Math.floor(Math.abs(i)/90),f=1.5-(Math.sin(2*g*Math.PI/360)/2+Math.cos(2*g*Math.PI/360)/2),v=c.params.cube.shadowScale,w=c.params.cube.shadowScale/f,y=c.params.cube.shadowOffset;t.transform("scale3d("+v+", 1, "+w+") translate3d(0px, "+(c.height/2+y)+"px, "+-c.height/2/w+"px) rotateX(-90deg)")}var b=c.isSafari||c.isUiWebView?-c.size/2:0;c.wrapper.transform("translate3d(0px,0,"+b+"px) rotateX("+(c.isHorizontal()?0:i)+"deg) rotateY("+(c.isHorizontal()?-i:0)+"deg)")},setTransition:function(e){c.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),c.params.cube.shadow&&!c.isHorizontal()&&c.container.find(".swiper-cube-shadow").transition(e)}},coverflow:{setTranslate:function(){for(var t=c.translate,i=c.isHorizontal()?-t+c.width/2:-t+c.height/2,n=c.isHorizontal()?c.params.coverflow.rotate:-c.params.coverflow.rotate,o=c.params.coverflow.depth,a=0,r=c.slides.length;a'),s.append(v)),0===w.length&&(w=e('
    '),s.append(w)),v.length&&(v[0].style.opacity=0'),t.track.append(t.drag)),t.drag[0].style.width="",t.drag[0].style.height="",t.trackSize=c.isHorizontal()?t.track[0].offsetWidth:t.track[0].offsetHeight,t.divider=c.size/c.virtualSize,t.moveDivider=t.divider*(t.trackSize/c.size),t.dragSize=t.trackSize*t.divider,c.isHorizontal()?t.drag[0].style.width=t.dragSize+"px":t.drag[0].style.height=t.dragSize+"px",1<=t.divider?t.track[0].style.display="none":t.track[0].style.display="",c.params.scrollbarHide&&(t.track[0].style.opacity=0)}},setTranslate:function(){if(c.params.scrollbar){var e,t=c.scrollbar,i=(c.translate,t.dragSize);e=(t.trackSize-t.dragSize)*c.progress,c.rtl&&c.isHorizontal()?0<(e=-e)?(i=t.dragSize-e,e=0):-e+t.dragSize>t.trackSize&&(i=t.trackSize+e):e<0?(i=t.dragSize+e,e=0):e+t.dragSize>t.trackSize&&(i=t.trackSize-e),c.isHorizontal()?(c.support.transforms3d?t.drag.transform("translate3d("+e+"px, 0, 0)"):t.drag.transform("translateX("+e+"px)"),t.drag[0].style.width=i+"px"):(c.support.transforms3d?t.drag.transform("translate3d(0px, "+e+"px, 0)"):t.drag.transform("translateY("+e+"px)"),t.drag[0].style.height=i+"px"),c.params.scrollbarHide&&(clearTimeout(t.timeout),t.track[0].style.opacity=1,t.timeout=setTimeout(function(){t.track[0].style.opacity=0,t.track.transition(400)},1e3))}},setTransition:function(e){c.params.scrollbar&&c.scrollbar.drag.transition(e)}},c.controller={LinearSpline:function(e,t){var i,n,o,a,r;this.x=e,this.y=t,this.lastIndex=e.length-1,this.x.length,this.interpolate=function(e){return e?(r=function(e,t){for(n=-1,i=e.length;1>1]<=t?n=o:i=o;return i}(this.x,e),a=r-1,(e-this.x[a])*(this.y[r]-this.y[a])/(this.x[r]-this.x[a])+this.y[a]):0}},getInterpolateFunction:function(e){c.controller.spline||(c.controller.spline=c.params.loop?new c.controller.LinearSpline(c.slidesGrid,e.slidesGrid):new c.controller.LinearSpline(c.snapGrid,e.snapGrid))},setTranslate:function(e,t){var i,n,o=c.params.control;function a(t){e=t.rtl&&"horizontal"===t.params.direction?-c.translate:c.translate,"slide"===c.params.controlBy&&(c.controller.getInterpolateFunction(t),n=-c.controller.spline.interpolate(-e)),n&&"container"!==c.params.controlBy||(i=(t.maxTranslate()-t.minTranslate())/(c.maxTranslate()-c.minTranslate()),n=(e-c.minTranslate())*i+t.minTranslate()),c.params.controlInverse&&(n=t.maxTranslate()-n),t.updateProgress(n),t.setWrapperTranslate(n,!1,c),t.updateActiveIndex()}if(Array.isArray(o))for(var r=0;rt.gesture.zoomMax&&(t.scale=t.gesture.zoomMax-1+Math.pow(t.scale-t.gesture.zoomMax+1,.5)),t.scalet.image.touchesStart.x)return void(t.image.isTouched=!1);if(!c.isHorizontal()&&Math.floor(t.image.minY)===Math.floor(t.image.startY)&&t.image.touchesCurrent.yt.image.touchesStart.y)return void(t.image.isTouched=!1)}e.preventDefault(),e.stopPropagation(),t.image.isMoved=!0,t.image.currentX=t.image.touchesCurrent.x-t.image.touchesStart.x+t.image.startX,t.image.currentY=t.image.touchesCurrent.y-t.image.touchesStart.y+t.image.startY,t.image.currentXt.image.maxX&&(t.image.currentX=t.image.maxX-1+Math.pow(t.image.currentX-t.image.maxX+1,.8)),t.image.currentYt.image.maxY&&(t.image.currentY=t.image.maxY-1+Math.pow(t.image.currentY-t.image.maxY+1,.8)),t.velocity.prevPositionX||(t.velocity.prevPositionX=t.image.touchesCurrent.x),t.velocity.prevPositionY||(t.velocity.prevPositionY=t.image.touchesCurrent.y),t.velocity.prevTime||(t.velocity.prevTime=Date.now()),t.velocity.x=(t.image.touchesCurrent.x-t.velocity.prevPositionX)/(Date.now()-t.velocity.prevTime)/2,t.velocity.y=(t.image.touchesCurrent.y-t.velocity.prevPositionY)/(Date.now()-t.velocity.prevTime)/2,Math.abs(t.image.touchesCurrent.x-t.velocity.prevPositionX)<2&&(t.velocity.x=0),Math.abs(t.image.touchesCurrent.y-t.velocity.prevPositionY)<2&&(t.velocity.y=0),t.velocity.prevPositionX=t.image.touchesCurrent.x,t.velocity.prevPositionY=t.image.touchesCurrent.y,t.velocity.prevTime=Date.now(),t.gesture.imageWrap.transform("translate3d("+t.image.currentX+"px, "+t.image.currentY+"px,0)")}}},onTouchEnd:function(e,t){var i=e.zoom;if(i.gesture.image&&0!==i.gesture.image.length){if(!i.image.isTouched||!i.image.isMoved)return i.image.isTouched=!1,void(i.image.isMoved=!1);i.image.isTouched=!1,i.image.isMoved=!1;var n=300,o=300,a=i.velocity.x*n,r=i.image.currentX+a,s=i.velocity.y*o,l=i.image.currentY+s;0!==i.velocity.x&&(n=Math.abs((r-i.image.currentX)/i.velocity.x)),0!==i.velocity.y&&(o=Math.abs((l-i.image.currentY)/i.velocity.y));var p=Math.max(n,o);i.image.currentX=r,i.image.currentY=l;var d=i.image.width*i.scale,c=i.image.height*i.scale;i.image.minX=Math.min(i.gesture.slideWidth/2-d/2,0),i.image.maxX=-i.image.minX,i.image.minY=Math.min(i.gesture.slideHeight/2-c/2,0),i.image.maxY=-i.image.minY,i.image.currentX=Math.max(Math.min(i.image.currentX,i.image.maxX),i.image.minX),i.image.currentY=Math.max(Math.min(i.image.currentY,i.image.maxY),i.image.minY),i.gesture.imageWrap.transition(p).transform("translate3d("+i.image.currentX+"px, "+i.image.currentY+"px,0)")}},onTransitionEnd:function(e){var t=e.zoom;t.gesture.slide&&e.previousIndex!==e.activeIndex&&(t.gesture.image.transform("translate3d(0,0,0) scale(1)"),t.gesture.imageWrap.transform("translate3d(0,0,0)"),t.gesture.slide=t.gesture.image=t.gesture.imageWrap=void 0,t.scale=t.currentScale=1)},toggleZoom:function(t,i){var n,o,a,r,s,l,p,d,c,u,m,h,g,f,v,w,y=t.zoom;y.gesture.slide||(y.gesture.slide=t.clickedSlide?e(t.clickedSlide):t.slides.eq(t.activeIndex),y.gesture.image=y.gesture.slide.find("img, svg, canvas"),y.gesture.imageWrap=y.gesture.image.parent("."+t.params.zoomContainerClass)),y.gesture.image&&0!==y.gesture.image.length&&(o=void 0===y.image.touchesStart.x&&i?(n="touchend"===i.type?i.changedTouches[0].pageX:i.pageX,"touchend"===i.type?i.changedTouches[0].pageY:i.pageY):(n=y.image.touchesStart.x,y.image.touchesStart.y),y.scale&&1!==y.scale?(y.scale=y.currentScale=1,y.gesture.imageWrap.transition(300).transform("translate3d(0,0,0)"),y.gesture.image.transition(300).transform("translate3d(0,0,0) scale(1)"),y.gesture.slide=void 0):(y.scale=y.currentScale=y.gesture.imageWrap.attr("data-swiper-zoom")||t.params.zoomMax,i?(v=y.gesture.slide[0].offsetWidth,w=y.gesture.slide[0].offsetHeight,a=y.gesture.slide.offset().left+v/2-n,r=y.gesture.slide.offset().top+w/2-o,p=y.gesture.image[0].offsetWidth,d=y.gesture.image[0].offsetHeight,c=p*y.scale,u=d*y.scale,g=-(m=Math.min(v/2-c/2,0)),f=-(h=Math.min(w/2-u/2,0)),(s=a*y.scale)'),notify:function(e){var t=c.a11y.liveRegion;0!==t.length&&(t.html(""),t.html(e))},init:function(){c.params.nextButton&&c.nextButton&&0=n&&d[0]<=n+a&&d[1]>=o&&d[1]<=o+r&&(i=!0)}if(!i)return}c.isHorizontal()?(37!==t&&39!==t||(e.preventDefault?e.preventDefault():e.returnValue=!1),(39===t&&!c.rtl||37===t&&c.rtl)&&c.slideNext(),(37===t&&!c.rtl||39===t&&c.rtl)&&c.slidePrev()):(38!==t&&40!==t||(e.preventDefault?e.preventDefault():e.returnValue=!1),40===t&&c.slideNext(),38===t&&c.slidePrev()),c.emit("onKeyPress",c,t)}}function N(e){e.originalEvent&&(e=e.originalEvent);var t,i,n,o,a,r=0,s=c.rtl?-1:1,l=(a=o=n=i=0,"detail"in(t=e)&&(n=t.detail),"wheelDelta"in t&&(n=-t.wheelDelta/120),"wheelDeltaY"in t&&(n=-t.wheelDeltaY/120),"wheelDeltaX"in t&&(i=-t.wheelDeltaX/120),"axis"in t&&t.axis===t.HORIZONTAL_AXIS&&(i=n,n=0),o=10*i,a=10*n,"deltaY"in t&&(a=t.deltaY),"deltaX"in t&&(o=t.deltaX),(o||a)&&t.deltaMode&&(1===t.deltaMode?(o*=40,a*=40):(o*=800,a*=800)),o&&!i&&(i=o<1?-1:1),a&&!n&&(n=a<1?-1:1),{spinX:i,spinY:n,pixelX:o,pixelY:a});if(c.params.mousewheelForceToAxis)if(c.isHorizontal()){if(!(Math.abs(l.pixelX)>Math.abs(l.pixelY)))return;r=l.pixelX*s}else{if(!(Math.abs(l.pixelY)>Math.abs(l.pixelX)))return;r=l.pixelY}else r=Math.abs(l.pixelX)>Math.abs(l.pixelY)?-l.pixelX*s:-l.pixelY;if(0!==r){if(c.params.mousewheelInvert&&(r=-r),c.params.freeMode){var p=c.getWrapperTranslate()+r*c.params.mousewheelSensitivity,d=c.isBeginning,u=c.isEnd;if(p>=c.minTranslate()&&(p=c.minTranslate()),p<=c.maxTranslate()&&(p=c.maxTranslate()),c.setWrapperTransition(0),c.setWrapperTranslate(p),c.updateProgress(),c.updateActiveIndex(),(!d&&c.isBeginning||!u&&c.isEnd)&&c.updateClasses(),c.params.freeModeSticky?(clearTimeout(c.mousewheel.timeout),c.mousewheel.timeout=setTimeout(function(){c.slideReset()},300)):c.params.lazyLoading&&c.lazy&&c.lazy.load(),c.emit("onScroll",c,e),c.params.autoplay&&c.params.autoplayDisableOnInteraction&&c.stopAutoplay(),0===p||p===c.maxTranslate())return}else{if(60<(new window.Date).getTime()-c.mousewheel.lastScrollTime)if(r<0)if(c.isEnd&&!c.params.loop||c.animating){if(c.params.mousewheelReleaseOnEdges)return!0}else c.slideNext(),c.emit("onScroll",c,e);else if(c.isBeginning&&!c.params.loop||c.animating){if(c.params.mousewheelReleaseOnEdges)return!0}else c.slidePrev(),c.emit("onScroll",c,e);c.mousewheel.lastScrollTime=(new window.Date).getTime()}return e.preventDefault?e.preventDefault():e.returnValue=!1,!1}}function R(t,i){var n,o,a;t=e(t);var r=c.rtl?-1:1;n=t.attr("data-swiper-parallax")||"0",o=t.attr("data-swiper-parallax-x"),a=t.attr("data-swiper-parallax-y"),o||a?(o=o||"0",a=a||"0"):c.isHorizontal()?(o=n,a="0"):(a=n,o="0"),o=0<=o.indexOf("%")?parseInt(o,10)*i*r+"%":o*i*r+"px",a=0<=a.indexOf("%")?parseInt(a,10)*i+"%":a*i+"px",t.transform("translate3d("+o+", "+a+",0px)")}function H(e){return 0!==e.indexOf("on")&&(e=e[0]!==e[0].toUpperCase()?"on"+e[0].toUpperCase()+e.substring(1):"on"+e),e}};p.prototype={isSafari:(l=window.navigator.userAgent.toLowerCase(),0<=l.indexOf("safari")&&l.indexOf("chrome")<0&&l.indexOf("android")<0),isUiWebView:/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(window.navigator.userAgent),isArray:function(e){return"[object Array]"===Object.prototype.toString.apply(e)},browser:{ie:window.navigator.pointerEnabled||window.navigator.msPointerEnabled,ieTouch:window.navigator.msPointerEnabled&&1")){var s="div";for(0===r.indexOf(":~]/)?(t||document).querySelectorAll(e):[document.getElementById(e.split("#")[1])],n=0;n{e.style.visibility="visible",e.style.opacity="1"})}static openWindow(e){const t=1024,i=800,n=["menubar=no","toolbar=no","resizable=yes","scrollbars=yes","width="+t,"height="+i,"left="+(window.screen.availLeft+window.screen.availWidth/2-t/2),"top="+(window.screen.availTop+window.screen.availHeight/2-i/2)];return window.open(e,"google-platform",n.join(","))}switchPage(e){const t=[`${this.prefix}-page-key-create-active`,`${this.prefix}-page-key-input-active`,`${this.prefix}-page-key-error-active`];["create","input","error"].forEach((i,n)=>{e===i?this.elements.form.classList.add(t[n]):this.elements.form.classList.remove(t[n])})}showPreview(){this.elements.preview.classList.remove("eapps-preview-hidden")}switchState(e){this.elements.preview.classList.toggle("eapps-preview-popup-active",e)}switchKeyStatus(e){this.elements.form.classList.toggle("eapps-preview-form-success",e),this.elements.form.classList.toggle("eapps-preview-form-fail",!e)}showError(){setTimeout(()=>{this.switchState(!0),this.switchPage("error"),this.switchKeyStatus(!1)},500)}openCreateWindow(){n.openWindow("https://console.cloud.google.com/"),setTimeout(()=>{this.switchPage("input")},300)}setInputsValue(e){[...this.elements.inputs].forEach(t=>{t.setAttribute("value",e)})}}t.a=n}]);})(window)