storyly-web 4.1.3 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +11 -11
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -92,7 +92,7 @@ function e(o){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterat
92
92
  },{"@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW"}],"NA5d":[function(require,module,exports) {
93
93
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var e=r(require("@babel/runtime/helpers/defineProperty")),t=r(require("@babel/runtime/helpers/classCallCheck")),n=r(require("@babel/runtime/helpers/createClass"));function r(e){return e&&e.__esModule?e:{default:e}}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function i(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?a(Object(r),!0).forEach(function(n){(0,e.default)(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):a(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}var s,l="Storyly__localData";try{s=window.localStorage}catch(d){var o={storedData:{},getItem:function(e,t){var n;return null!==(n=this.storedData[e])&&void 0!==n?n:t?{}:null},setItem:function(e,t){this.storedData[e]=t}};s=o}var u=function(){function r(){(0,t.default)(this,r),this.instanceId_=null}return(0,n.default)(r,null,[{key:"setInstanceId",value:function(e){return this.instanceId_=e,this}},{key:"getInstanceIdByDom",value:function(e){if(!e)return null;var t=e.getRootNode().host;return this.instanceId_=+t.dataset.storylyInstanceId,this}},{key:"getItemFromInstance",value:function(e){var t,n,r,a=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return null!==(r=(null!==(t=null===(n=(s.getItem(l)?JSON.parse(s.getItem(l)):{}).instances)||void 0===n?void 0:n[this.instanceId_])&&void 0!==t?t:{})[e])&&void 0!==r?r:a?{}:null}},{key:"setItemToInstance",value:function(t,n){var r,a,o,u=s.getItem(l)?JSON.parse(s.getItem(l)):{},c=null!==(r=null===(a=u.instances)||void 0===a?void 0:a[this.instanceId_])&&void 0!==r?r:{},d=i(i({},u),{},{instances:i(i({},null!==(o=u.instances)&&void 0!==o?o:{}),{},(0,e.default)({},this.instanceId_,i(i({},c),{},(0,e.default)({},t,n))))});return s.setItem(l,JSON.stringify(d)),n}},{key:"getItemFromGlobal",value:function(e){var t,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return null!==(t=(s.getItem(l)?JSON.parse(s.getItem(l)):{})[e])&&void 0!==t?t:n?{}:null}},{key:"setItemToGlobal",value:function(t,n){var r=i(i({},s.getItem(l)?JSON.parse(s.getItem(l)):{}),{},(0,e.default)({},t,n));return s.setItem(l,JSON.stringify(r)),n}},{key:"removeItemFromInstance",value:function(t){var n,r,a=null!==(n=s.getItem(l))&&void 0!==n?n:{},o=JSON.parse(null!==(r=a[this.instanceId_])&&void 0!==r?r:"{}"),u=i(i({},a),{},{instances:i(i({},a.instances),{},(0,e.default)({},this.instanceId_,i(i({},o),{},(0,e.default)({},t,void 0))))});return s.setItem(l,JSON.stringify(u)),t}}]),r}(),c=exports.default=u;
94
94
  },{"@babel/runtime/helpers/defineProperty":"IxO8","@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW"}],"JllC":[function(require,module,exports) {
95
- "use strict";var t=a(require("@babel/runtime/helpers/classCallCheck")),e=a(require("@babel/runtime/helpers/createClass")),n=a(require("@babel/runtime/regenerator"));function a(t){return t&&t.__esModule?t:{default:t}}var s=function(t,e,n,a){return new(n||(n=Promise))(function(s,r){function o(t){try{c(a.next(t))}catch(e){r(e)}}function i(t){try{c(a.throw(t))}catch(e){r(e)}}function c(t){var e;t.done?s(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(o,i)}c((a=a.apply(t,e||[])).next())})},r=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});var o=r(require("./proxy")),i=r(require("./storage")),c="v4.1",u=function(){function a(e,n){(0,t.default)(this,a),this.instanceId_=n;var s=o.default.getNodeByInstanceId(this.instanceId_).getDataFromGlobal().globalInstanceData,r=new URLSearchParams(window.location.search);this.token_=e,this.eventPayload_=s.eventPayload,this.url_="https://api.storyly.io/web/".concat(c),this.eventUrl_="https://metric.storyly.io/traffic",this.productDetailsUrl_="https://core.storyly.io/products/web/v2/".concat(c),"qa"===r.get("env")||"qa"===s.apiEnv?(this.url_="https://api.qa.storyly.io/web/".concat(c),this.eventUrl_="https://metric.qa.storyly.io/traffic",this.productDetailsUrl_="https://core.qa.storyly.io/products/web/v2/".concat(c)):"blue"===r.get("env")&&(this.url_="https://api-beta.storyly.io/web/".concat(c)),this.isBlockEvent_=!!r.get("StorylyTestEnv")||!!Object.keys(s.presentationData).length||!1,this.isBlockeTag_="dashboard.storyly.io"===window.location.hostname||"docs.developers.storyly.io"===window.location.hostname}return(0,e.default)(a,[{key:"getGroups",value:function(t){return s(this,void 0,void 0,n.default.mark(function e(){var a,s,r;return n.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return a=i.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_responseData"),s=a.story_groups,e.next=3,fetch("".concat(this.url_,"/").concat(this.token_),{method:"POST",headers:Object.assign({"Content-Type":"application/json"},i.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_eTag",!1)&&!this.isBlockeTag_&&s?{"If-None-Match":i.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_eTag",!1)}:{}),body:JSON.stringify(Object.assign({},t))});case 3:if(200!==(r=e.sent).status){e.next=8;break}r.headers.get("etag")&&i.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_eTag",r.headers.get("etag")),e.next=12;break;case 8:if(304!==r.status){e.next=12;break}if(i.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_responseData",Object.assign(Object.assign({},i.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_responseData")),{ttl:Date.now()})),!s){e.next=12;break}return e.abrupt("return",Promise.resolve(i.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_responseData")));case 12:return e.abrupt("return",r.json());case 13:case"end":return e.stop()}},e,this)}))}},{key:"useLocalServer",value:function(){return s(this,void 0,void 0,n.default.mark(function t(){var e;return n.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,fetch("http://localhost:8084/data");case 2:return e=t.sent,t.abrupt("return",e.json());case 4:case"end":return t.stop()}},t)}))}},{key:"sendEvent",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return s(this,void 0,void 0,n.default.mark(function e(){var a;return n.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return!0,a=Object.assign(Object.assign({},this.eventPayload_),{payload:Object.assign({sdk_type:"npm"},t)}),e.next=4,fetch("".concat(this.eventUrl_,"/").concat(this.token_),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)});case 4:return e.abrupt("return",!0);case 5:case"end":return e.stop()}},e,this)}))}},{key:"getProductDetails",value:function(t){return s(this,void 0,void 0,n.default.mark(function e(){var a;return n.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,fetch("".concat(this.productDetailsUrl_,"/").concat(this.token_),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});case 2:return a=e.sent,e.abrupt("return",a.json());case 4:case"end":return e.stop()}},e,this)}))}}]),a}();exports.default=u;
95
+ "use strict";var t=a(require("@babel/runtime/helpers/classCallCheck")),e=a(require("@babel/runtime/helpers/createClass")),n=a(require("@babel/runtime/regenerator"));function a(t){return t&&t.__esModule?t:{default:t}}var s=function(t,e,n,a){return new(n||(n=Promise))(function(s,r){function o(t){try{c(a.next(t))}catch(e){r(e)}}function i(t){try{c(a.throw(t))}catch(e){r(e)}}function c(t){var e;t.done?s(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(o,i)}c((a=a.apply(t,e||[])).next())})},r=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});var o=r(require("./proxy")),i=r(require("./storage")),c="v4.1",u=function(){function a(e,n){(0,t.default)(this,a),this.instanceId_=n;var s=o.default.getNodeByInstanceId(this.instanceId_).getDataFromGlobal().globalInstanceData,r=new URLSearchParams(window.location.search);this.token_=e,this.eventPayload_=s.eventPayload,this.url_="https://api.storyly.io/web/".concat(c),this.eventUrl_="https://metric.storyly.io/traffic",this.productDetailsUrl_="https://core.storyly.io/products/web/v2/".concat(c),"qa"===r.get("env")||"qa"===s.apiEnv?(this.url_="https://api.qa.storyly.io/web/".concat(c),this.eventUrl_="https://metric.qa.storyly.io/traffic",this.productDetailsUrl_="https://core.qa.storyly.io/products/web/v2/".concat(c)):"blue"===r.get("env")&&(this.url_="https://api-beta.storyly.io/web/".concat(c)),this.isBlockEvent_=!!r.get("StorylyTestEnv")||!!Object.keys(s.presentationData).length||!1,this.isBlockeTag_="dashboard.storyly.io"===window.location.hostname||"docs.developers.storyly.io"===window.location.hostname}return(0,e.default)(a,[{key:"getGroups",value:function(t){return s(this,void 0,void 0,n.default.mark(function e(){var a,s,r;return n.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:e.next=2;break;case 2:return a=i.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_responseData"),s=a.story_groups,e.next=5,fetch("".concat(this.url_,"/").concat(this.token_),{method:"POST",headers:Object.assign({"Content-Type":"application/json"},i.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_eTag",!1)&&!this.isBlockeTag_&&s?{"If-None-Match":i.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_eTag",!1)}:{}),body:JSON.stringify(Object.assign({},t))});case 5:if(200!==(r=e.sent).status){e.next=10;break}r.headers.get("etag")&&i.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_eTag",r.headers.get("etag")),e.next=14;break;case 10:if(304!==r.status){e.next=14;break}if(i.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_responseData",Object.assign(Object.assign({},i.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_responseData")),{ttl:Date.now()})),!s){e.next=14;break}return e.abrupt("return",Promise.resolve(i.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_responseData")));case 14:return e.abrupt("return",r.json());case 15:case"end":return e.stop()}},e,this)}))}},{key:"useLocalServer",value:function(){return s(this,void 0,void 0,n.default.mark(function t(){var e;return n.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,fetch("http://localhost:8084/data");case 2:return e=t.sent,t.abrupt("return",e.json());case 4:case"end":return t.stop()}},t)}))}},{key:"sendEvent",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return s(this,void 0,void 0,n.default.mark(function e(){var a;return n.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return!0,a=Object.assign(Object.assign({},this.eventPayload_),{payload:Object.assign({sdk_type:"npm"},t)}),e.next=4,fetch("".concat(this.eventUrl_,"/").concat(this.token_),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)});case 4:return e.abrupt("return",!0);case 5:case"end":return e.stop()}},e,this)}))}},{key:"getProductDetails",value:function(t){return s(this,void 0,void 0,n.default.mark(function e(){var a;return n.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,fetch("".concat(this.productDetailsUrl_,"/").concat(this.token_),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});case 2:return a=e.sent,e.abrupt("return",a.json());case 4:case"end":return e.stop()}},e,this)}))}}]),a}();exports.default=u;
96
96
  },{"@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW","@babel/runtime/regenerator":"PMvg","./proxy":"qmVm","./storage":"NA5d"}],"w67G":[function(require,module,exports) {
97
97
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var e="rtl",t="ltr",r=exports.default={RTL:e,LTR:t};
98
98
  },{}],"ttLI":[function(require,module,exports) {
@@ -274,26 +274,26 @@ var e=function(){var e=document.getSelection();if(!e.rangeCount)return function(
274
274
  },{"../../lib/util":"PesM"}],"BuOY":[function(require,module,exports) {
275
275
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var n=require("../../../lib/util");exports.default=function(o){var e;return'\n<div class="component-layer">\n <div\n role="component"\n aria-hidden="true"\n style="\n left: '.concat(o.x,"%;\n top: ").concat(o.y,"%;\n z-index: ").concat(o.z_index,'\n "\n class="reactions ').concat(90===o.rotation?"rotated":"",'"\n data-mode="').concat(o.mode,'""\n >\n ').concat(null===(e=o.emoji_codes)||void 0===e?void 0:e.map(function(e){return'\n <div\n class="emoji-container"\n style="--animate-order: '.concat(e.animate_order,"; --background-color: ").concat("Light"===o.mode?"#fff":"#000",'">\n <span class="emoji no-pointer-events">').concat(e.emoji,'</span>\n <span class="count no-pointer-events">').concat((0,n.kFormatter)(e.count),"</span>\n </div>\n ")}).join(""),"\n </div>\n</div>")};
276
276
  },{"../../../lib/util":"PesM"}],"Enlc":[function(require,module,exports) {
277
- "use strict";var t=o(require("@babel/runtime/helpers/toConsumableArray")),e=o(require("@babel/runtime/helpers/defineProperty")),a=o(require("@babel/runtime/helpers/classCallCheck")),i=o(require("@babel/runtime/helpers/createClass")),n=o(require("@babel/runtime/helpers/inherits")),r=o(require("@babel/runtime/helpers/possibleConstructorReturn")),s=o(require("@babel/runtime/helpers/getPrototypeOf")),l=o(require("@babel/runtime/regenerator"));function o(t){return t&&t.__esModule?t:{default:t}}function c(t){var e=u();return function(){var a,i=(0,s.default)(t);if(e){var n=(0,s.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,r.default)(this,a)}}function u(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(u=function(){return!!t})()}var h=function(t,e,a,i){return new(a||(a=Promise))(function(n,r){function s(t){try{o(i.next(t))}catch(e){r(e)}}function l(t){try{o(i.throw(t))}catch(e){r(e)}}function o(t){var e;t.done?n(t.value):(e=t.value,e instanceof a?e:new a(function(t){t(e)})).then(s,l)}o((i=i.apply(t,e||[])).next())})},d=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});var _=require("../../constants/events"),m=require("../../constants/layerTypes"),y=require("../../lib/util"),f=d(require("../base")),v=d(require("./dataConvertor.ts")),p=d(require("./template/index.ts")),b=function(r){(0,n.default)(o,r);var s=c(o);function o(t){var e,i=t.layer,n=t.group,r=t.storyDom,l=t.story,c=t.instanceId;return(0,a.default)(this,o),(e=s.call(this,{type:m.LayerTemplateTypes.EMOJI,storyDom:r,instanceId:c})).story_=l,e.storyDom_=r,e.group_=n,e.animationStart_=!1,e.selectedEmoji_=null,e.localData_=e.getLocalComponentData(),e.setLayerData((0,v.default)(i)),e.generateComponentAndAppendToPage((0,p.default)(e.layerData)).then(function(t){e.dom_=t,e.init_()}),e.attachCallbacksToElement_(),e}return(0,i.default)(o,[{key:"attachCallbacksToElement_",value:function(){this.handleClickEmoji_=this.handleClickEmoji_.bind(this),this.handleLocalData_=this.handleLocalData_.bind(this),this.handleEvent_=this.handleEvent_.bind(this),this.handleDom_=this.handleDom_.bind(this),this.storyObserverCallback_=this.storyObserverCallback_.bind(this)}},{key:"init_",value:function(){var t,e=this;if(this.storyObserver_(this.storyObserverCallback_),this.globalInstanceData.storylyEmbed.init&&(0,y.stopEventBubbling)(this.dom_,"click"),this.localData_[this.layerData.uid]||this.layerData.is_result){if(this.dom_.classList.add("reacted"),!this.layerData.is_result){var a={};Object.keys(null!==(t=this.layerData.click_counts)&&void 0!==t?t:{}).forEach(function(t){a[t]=e.layerData.click_counts[t],e.localData_[e.layerData.uid].selected===t&&(a[t]+=1)}),this.layerData.click_counts=a}this.layerData.is_result||this.handleDom_(this.localData_[this.layerData.uid].selected)}this.layerData.is_result||this.dom_.querySelectorAll(".emoji-container").forEach(function(t){(0,y.stopEventBubbling)(t,"touchstart"),(0,y.stopEventBubbling)(t,"touchend"),t.addEventListener("pointerdown",function(t){return e.handleClickEmoji_(t)})})}},{key:"storyObserverCallback_",value:function(t){var e=this;t.forEach(function(t){"attributes"===t.type&&"show"===t.attributeName&&(t.target.hasAttribute("show")&&e.dom_.classList.add("animating"),t.target.hasAttribute("show")||(e.dom_.classList.remove("animating"),e.handleEvent_()))})}},{key:"animationDom_",value:function(t){return'\n <div class="emoji-animation">\n '.concat(Array.from(Array(20).keys()).map(function(){return'<span style="bottom: -'.concat(10*Math.random()-10,"%; left: ").concat(90*Math.random(),"%; animation-delay: ").concat(1.2*Math.random(),'s">').concat(t,"</span>")}).join(""),"\n </div>\n ")}},{key:"handleClickEmoji_",value:function(t){var e=this,a=t.target,i=a.querySelector(".emoji").innerHTML;if(a.classList.contains("clicked"))return this.selectedEmoji_=null,a.classList.remove("clicked"),this.dom_.classList.remove("reacted"),this.dom_.classList.add("deselected"),this.layerData.click_counts[i]-=1,this.localData_[this.layerData.uid]=null,void this.setLocalComponentData(this.localData_);var n=this.generateHtmlFromTemplate(this.animationDom_(i));this.animationStart_||(this.storyDom_.appendChild(n),this.selectedEmoji_&&(this.layerData.click_counts[this.selectedEmoji_]-=1),this.layerData.click_counts[i]+=1,this.selectedEmoji_=i,this.handleDom_(i),this.handleLocalData_(),this.animationStart_=!0),this.dom_.classList.add("reacted");var r={custom_payload:this.layerData.custom_payload,answers:this.layerData.emoji_codes,answer:this.selectedEmoji_};(0,y.createAndDispatchEvent)(this.storyDom_,"onStoryEvent",r),setTimeout(function(){n.remove(),e.animationStart_=!1},2500)}},{key:"handleLocalData_",value:function(){this.selectedEmoji_&&(this.localData_=this.getLocalComponentData(),this.localData_[this.layerData.uid]={counts:this.layerData.click_counts,selected:this.selectedEmoji_},this.setLocalComponentData(this.localData_))}},{key:"handleDom_",value:function(t){var a=this,i=Object.values(this.layerData.click_counts).reduce(function(t,e){return t+e},0);Array.from(this.dom_.children).forEach(function(n){var r=n.firstElementChild.innerHTML,s=(a.layerData.click_counts[r]/i*100).toFixed();a.layerData.click_percentages=Object.assign(Object.assign({},a.layerData.click_percentages||{}),(0,e.default)({},r,Number(s))),n.lastElementChild.innerHTML="%".concat(s),n.lastElementChild.dataset.count=s,r===t?n.classList.add("clicked"):n.classList.remove("clicked")}),this.handleSummedPercentages_()}},{key:"handleSummedPercentages_",value:function(){var e=Object.values(this.layerData.click_percentages).reduce(function(t,e){return t+e},0);if(100!==e){var a=Math.max.apply(Math,(0,t.default)(Object.values(this.layerData.click_percentages))),i=a+(100-e);this.dom_.querySelector("[data-count='".concat(a,"']")).innerHTML="%".concat(i)}}},{key:"handleEvent_",value:function(){return h(this,void 0,void 0,l.default.mark(function t(){var e;return l.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(this.selectedEmoji_){t.next=2;break}return t.abrupt("return");case 2:e={event_type:_.LayerEventTypes.ReactionClicked,story_group_id:+this.group_.group_id,story_id:+this.story_.story_id,story_group_index:null,story_index:null,story_group_type:"default",story_interactive_x:null,story_interactive_y:null,duration:null,watch_length:null,event_time:Date.now(),uid:this.layerData.uid,activity:this.selectedEmoji_},this.api.sendEvent(e);case 4:case"end":return t.stop()}},t,this)}))}}]),o}(f.default);exports.default=b;
277
+ "use strict";var t=o(require("@babel/runtime/helpers/toConsumableArray")),e=o(require("@babel/runtime/helpers/defineProperty")),a=o(require("@babel/runtime/helpers/classCallCheck")),i=o(require("@babel/runtime/helpers/createClass")),n=o(require("@babel/runtime/helpers/inherits")),r=o(require("@babel/runtime/helpers/possibleConstructorReturn")),s=o(require("@babel/runtime/helpers/getPrototypeOf")),l=o(require("@babel/runtime/regenerator"));function o(t){return t&&t.__esModule?t:{default:t}}function c(t){var e=u();return function(){var a,i=(0,s.default)(t);if(e){var n=(0,s.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,r.default)(this,a)}}function u(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(u=function(){return!!t})()}var h=function(t,e,a,i){return new(a||(a=Promise))(function(n,r){function s(t){try{o(i.next(t))}catch(e){r(e)}}function l(t){try{o(i.throw(t))}catch(e){r(e)}}function o(t){var e;t.done?n(t.value):(e=t.value,e instanceof a?e:new a(function(t){t(e)})).then(s,l)}o((i=i.apply(t,e||[])).next())})},d=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});var _=require("../../constants/events"),m=require("../../constants/layerTypes"),y=require("../../lib/util"),v=d(require("../base")),f=d(require("./dataConvertor.ts")),p=d(require("./template/index.ts")),D=function(r){(0,n.default)(o,r);var s=c(o);function o(t){var e,i=t.layer,n=t.group,r=t.storyDom,l=t.story,c=t.instanceId;return(0,a.default)(this,o),(e=s.call(this,{type:m.LayerTemplateTypes.EMOJI,storyDom:r,instanceId:c})).story_=l,e.storyDom_=r,e.group_=n,e.animationStart_=!1,e.selectedEmoji_=null,e.localData_=e.getLocalComponentData(),e.setLayerData((0,f.default)(i)),e.generateComponentAndAppendToPage((0,p.default)(e.layerData)).then(function(t){e.dom_=t,e.init_(),void 0===e.layerData.r_p_v||e.layerData.r_p_v||e.dom_.classList.add("without-percentage-view")}),e.attachCallbacksToElement_(),e}return(0,i.default)(o,[{key:"attachCallbacksToElement_",value:function(){this.handleClickEmoji_=this.handleClickEmoji_.bind(this),this.handleLocalData_=this.handleLocalData_.bind(this),this.handleEvent_=this.handleEvent_.bind(this),this.handleDom_=this.handleDom_.bind(this),this.storyObserverCallback_=this.storyObserverCallback_.bind(this)}},{key:"init_",value:function(){var t,e=this;if(this.storyObserver_(this.storyObserverCallback_),this.globalInstanceData.storylyEmbed.init&&(0,y.stopEventBubbling)(this.dom_,"click"),this.localData_[this.layerData.uid]||this.layerData.is_result){if(this.dom_.classList.add("reacted"),!this.layerData.is_result){var a={};Object.keys(null!==(t=this.layerData.click_counts)&&void 0!==t?t:{}).forEach(function(t){a[t]=e.layerData.click_counts[t],e.localData_[e.layerData.uid].selected===t&&(a[t]+=1)}),this.layerData.click_counts=a}this.layerData.is_result||this.handleDom_(this.localData_[this.layerData.uid].selected)}this.layerData.is_result||this.dom_.querySelectorAll(".emoji-container").forEach(function(t){(0,y.stopEventBubbling)(t,"touchstart"),(0,y.stopEventBubbling)(t,"touchend"),t.addEventListener("pointerdown",function(t){return e.handleClickEmoji_(t)})})}},{key:"storyObserverCallback_",value:function(t){var e=this;t.forEach(function(t){"attributes"===t.type&&"show"===t.attributeName&&(t.target.hasAttribute("show")&&e.dom_.classList.add("animating"),t.target.hasAttribute("show")||(e.dom_.classList.remove("animating"),e.handleEvent_()))})}},{key:"animationDom_",value:function(t){return'\n <div class="emoji-animation">\n '.concat(Array.from(Array(20).keys()).map(function(){return'<span style="bottom: -'.concat(10*Math.random()-10,"%; left: ").concat(90*Math.random(),"%; animation-delay: ").concat(1.2*Math.random(),'s">').concat(t,"</span>")}).join(""),"\n </div>\n ")}},{key:"handleClickEmoji_",value:function(t){var e=this,a=t.target,i=a.querySelector(".emoji").innerHTML;if(a.classList.contains("clicked"))return this.selectedEmoji_=null,a.classList.remove("clicked"),this.dom_.classList.remove("reacted"),this.dom_.classList.add("deselected"),this.layerData.click_counts[i]-=1,this.localData_[this.layerData.uid]=null,void this.setLocalComponentData(this.localData_);var n=this.generateHtmlFromTemplate(this.animationDom_(i));this.animationStart_||(this.storyDom_.appendChild(n),this.selectedEmoji_&&(this.layerData.click_counts[this.selectedEmoji_]-=1),this.layerData.click_counts[i]+=1,this.selectedEmoji_=i,this.handleDom_(i),this.handleLocalData_(),this.animationStart_=!0),this.dom_.classList.add("reacted");var r={custom_payload:this.layerData.custom_payload,answers:this.layerData.emoji_codes,answer:this.selectedEmoji_};(0,y.createAndDispatchEvent)(this.storyDom_,"onStoryEvent",r),setTimeout(function(){n.remove(),e.animationStart_=!1},2500)}},{key:"handleLocalData_",value:function(){this.selectedEmoji_&&(this.localData_=this.getLocalComponentData(),this.localData_[this.layerData.uid]={counts:this.layerData.click_counts,selected:this.selectedEmoji_},this.setLocalComponentData(this.localData_))}},{key:"handleDom_",value:function(t){var a=this,i=Object.values(this.layerData.click_counts).reduce(function(t,e){return t+e},0);Array.from(this.dom_.children).forEach(function(n){var r=n.firstElementChild.innerHTML,s=(a.layerData.click_counts[r]/i*100).toFixed();a.layerData.click_percentages=Object.assign(Object.assign({},a.layerData.click_percentages||{}),(0,e.default)({},r,Number(s))),n.lastElementChild.innerHTML="%".concat(s),n.lastElementChild.dataset.count=s,r===t?n.classList.add("clicked"):n.classList.remove("clicked")}),this.handleSummedPercentages_()}},{key:"handleSummedPercentages_",value:function(){var e=Object.values(this.layerData.click_percentages).reduce(function(t,e){return t+e},0);if(100!==e){var a=Math.max.apply(Math,(0,t.default)(Object.values(this.layerData.click_percentages))),i=a+(100-e);this.dom_.querySelector("[data-count='".concat(a,"']")).innerHTML="%".concat(i)}}},{key:"handleEvent_",value:function(){return h(this,void 0,void 0,l.default.mark(function t(){var e;return l.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(this.selectedEmoji_){t.next=2;break}return t.abrupt("return");case 2:e={event_type:_.LayerEventTypes.ReactionClicked,story_group_id:+this.group_.group_id,story_id:+this.story_.story_id,story_group_index:null,story_index:null,story_group_type:"default",story_interactive_x:null,story_interactive_y:null,duration:null,watch_length:null,event_time:Date.now(),uid:this.layerData.uid,activity:this.selectedEmoji_},this.api.sendEvent(e);case 4:case"end":return t.stop()}},t,this)}))}}]),o}(v.default);exports.default=D;
278
278
  },{"@babel/runtime/helpers/toConsumableArray":"Fhqp","@babel/runtime/helpers/defineProperty":"IxO8","@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW","@babel/runtime/helpers/inherits":"d4H2","@babel/runtime/helpers/possibleConstructorReturn":"pxk2","@babel/runtime/helpers/getPrototypeOf":"UJE0","@babel/runtime/regenerator":"PMvg","../../constants/events":"d0lR","../../constants/layerTypes":"aJRz","../../lib/util":"PesM","../base":"skR7","./dataConvertor.ts":"FZvA","./template/index.ts":"BuOY"}],"Acve":[function(require,module,exports) {
279
279
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var r=require("../../constants/common"),e=require("../../lib/util"),o=function(o){var a=Object.assign({w:100,h:100,x:0,y:0},o);return Object.keys(o).forEach(function(t){switch(t){case"w":a.width="".concat(o[t],"%");break;case"h":a.height="".concat(o[t],"%");break;case"scale":a.scale=r.layerScales[o[t]];break;case"primary_color":a.backgroundColor=(0,e.convertHex)(o[t]);break;case"secondary_color":var c=(0,e.convertHex)(o[t],.9);"#ff000000"===o[t]?(a.borderColor="rgba(0, 0, 0, 0.15)",a.textShadowColor="0px 1px 2px rgba(0, 0, 0, 0.32)"):(a.borderColor="rgba(255, 255, 255, 0.15)",a.textShadowColor="0px 2px 4px rgba(255,255,255, 0.25)"),a.textColor=c;break;case"theme":if(a.primary_color||a.secondary_color){a.theme=null;break}"Dark"===o[t]?(a.backgroundColor=(0,e.convertHex)("#ff212121"),a.textColor=(0,e.convertHex)("#ffffffff"),a.borderColor="rgba(0, 0, 0, 0.15)",a.textShadowColor="0px 1px 2px rgba(0, 0, 0, 0.32)"):(a.backgroundColor=(0,e.convertHex)("#ffffffff"),a.textColor=(0,e.convertHex)("#ff141414"),a.borderColor="rgba(255, 255, 255, 0.15)",a.textShadowColor="0px 2px 4px rgba(255,255,255, 0.25)");break;default:return!0}return!0}),a};exports.default=o;
280
280
  },{"../../constants/common":"VKZr","../../lib/util":"PesM"}],"A1LW":[function(require,module,exports) {
281
281
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("../../../lib/util");exports.default=function(n,o){return'\n <div class="component-layer">\n <div\n class="poll-component"\n role="component"\n data-group=""\n data-story=""\n style="\n font-family: '.concat((0,t.getFontFamily)({instanceId:o,font:null}),";\n left: ").concat(n.x,"%;\n top: ").concat(n.y,"%;\n z-index: ").concat(n.z_index,";\n width: ").concat(n.width,";\n --background-color: ").concat(n.backgroundColor,";\n --text-color: ").concat(n.textColor,";\n --border-color: ").concat(n.borderColor,";\n --text-shadow-color: ").concat(n.textShadowColor,";\n ").concat(n.rotation?"transform: rotate(".concat(n.rotation,"deg);"):"",'\n "\n data-scale="').concat(n.scale,'"\n data-mode="').concat(n.theme,'"\n tabindex="-1"\n aria-hidden="true"\n aria-label="{@_').concat(n.p_text,"_1},has two options, {@_").concat(n.l_o_text,"_2} or {@_").concat(n.r_o_text,'_3}"\n data-i18n-key="a11y_poll"\n >\n ').concat(n.has_title?'<p class="question">'.concat(n.p_text,"</p>"):"",'\n <div class="options">\n <button\n class="poll-left-button"\n aria-live="polite"\n aria-label="select {@_').concat(n.l_o_text,'_1}"\n data-i18n-key="a11y_poll_selection"\n style="font-family: ').concat((0,t.getFontFamily)({instanceId:o,font:null}),';"\n type="button">\n <span class="option-title">').concat(n.l_o_text,'</span>\n <span class="vote"></span>\n </button>\n <button\n class="poll-right-button"\n aria-live="polite"\n aria-label="select {@_').concat(n.r_o_text,'_1}"\n data-i18n-key="a11y_poll_selection"\n style="font-family: ').concat((0,t.getFontFamily)({instanceId:o,font:null}),';"\n type="button">\n <span class="option-title">').concat(n.r_o_text,'</span>\n <span class="vote"></span>\n </button>\n </div>\n </div>\n </div>\n')};
282
282
  },{"../../../lib/util":"PesM"}],"AIfF":[function(require,module,exports) {
283
- "use strict";var t=l(require("@babel/runtime/helpers/slicedToArray")),e=l(require("@babel/runtime/helpers/classCallCheck")),a=l(require("@babel/runtime/helpers/createClass")),r=l(require("@babel/runtime/helpers/inherits")),o=l(require("@babel/runtime/helpers/possibleConstructorReturn")),i=l(require("@babel/runtime/helpers/getPrototypeOf")),n=l(require("@babel/runtime/regenerator"));function l(t){return t&&t.__esModule?t:{default:t}}function s(t){var e=u();return function(){var a,r=(0,i.default)(t);if(e){var n=(0,i.default)(this).constructor;a=Reflect.construct(r,arguments,n)}else a=r.apply(this,arguments);return(0,o.default)(this,a)}}function u(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(u=function(){return!!t})()}var c=function(t,e,a,r){return new(a||(a=Promise))(function(o,i){function n(t){try{s(r.next(t))}catch(e){i(e)}}function l(t){try{s(r.throw(t))}catch(e){i(e)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof a?e:new a(function(t){t(e)})).then(n,l)}s((r=r.apply(t,e||[])).next())})},_=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});var h=require("../../constants/layerTypes"),y=_(require("../base")),d=_(require("./dataConvertor.ts")),v=require("../../lib/util"),f=_(require("./template/index.ts")),p=require("../../constants/events"),D=function(o){(0,r.default)(l,o);var i=s(l);function l(a){var r,o=a.layer,n=a.group,s=a.storyDom,u=a.story,c=a.instanceId;return(0,e.default)(this,l),(r=i.call(this,{type:h.LayerTemplateTypes.POLL,storyDom:s,instanceId:c})).story_=u,r.group_=n,r.localData=r.getLocalComponentData(),r.key_=null,r.setLayerData((0,d.default)(o)),r.generateComponentAndAppendToPage((0,f.default)(r.layerData,c)).then(function(e){r.dom_=e;var a=Array.from(r.selectorAll(r.dom_,"button")),o=(0,t.default)(a,2),i=o[0],n=o[1];r.leftButton_=i,r.rightButton_=n,r.init_()}),r}return(0,a.default)(l,[{key:"init_",value:function(){var t=this;if("number"==typeof this.localData[this.layerData.uid]||this.layerData.is_result){this.checkPollDataDiff_()&&(this.key_=this.localData[this.layerData.uid]),this.layerData.is_result&&0===this.layerData.l_o_vote_count&&0===this.layerData.r_o_vote_count&&(this.layerData.l_o_vote_count=50,this.layerData.r_o_vote_count=50),this.calcPollPercentage_(),this.dom_.classList.add("voted");var e=[this.layerData.l_o_text,this.layerData.r_o_text];this.dom_.ariaLabel="{@_".concat(this.layerData.p_text,"_1}, selected {@_").concat(e[this.key_],"_2}")}else this.selectorAll(this.dom_,"button").forEach(function(e,a){(0,v.stopEventBubbling)(e,"touchstart"),(0,v.stopEventBubbling)(e,"touchend"),(0,v.setClickEventListener)(e,function(){return t.clickPoll_({key:a})},!0)})}},{key:"calcPollPercentage_",value:function(){var t,e,a=null!==(t=this.layerData.l_o_vote_count)&&void 0!==t?t:0,r=null!==(e=this.layerData.r_o_vote_count)&&void 0!==e?e:0;0===this.key_?(this.leftButton_.classList.add("selected"),a+=1):1===this.key_&&(this.rightButton_.classList.add("selected"),r+=1),this.layerData.is_result&&this.rightButton_.classList.add("selected"),this.localData=this.getLocalComponentData(),this.localData[this.layerData.uid]=this.key_,this.setLocalComponentData(this.localData);var o=a+r,i=Math.round(a/o*100),n=Math.round(r/o*100),l=i,s=n,u=this.getMinWidthThreshold_();i<u&&100!==n&&(s=100-(l=u)),n<u&&100!==i&&(l=100-(s=u)),this.setStyle(this.leftButton_,"width","".concat(l,"%")),this.setStyle(this.rightButton_,"width","".concat(s,"%")),this.selector(this.leftButton_,".vote").innerHTML="".concat(i,"%"),this.selector(this.rightButton_,".vote").innerHTML="".concat(n,"%");var c=[i,n],_=c.findIndex(function(t){return 0===t});_>=0&&(0,v.setAttribute)(this.dom_.lastElementChild,"data-percentage-".concat(_),c[_])}},{key:"getMinWidthThreshold_",value:function(){switch(this.layerData.scale){case 0:return 33;case 1:return 30;default:return 29}}},{key:"checkPollDataDiff_",value:function(){var t=this.getComponentLocalData(h.LayerTemplateTypes.POLL,this.layerData);return this.layerData.l_o_vote_count===t.l_o_vote_count&&this.layerData.r_o_vote_count===t.r_o_vote_count}},{key:"clickPoll_",value:function(t){var e=t.key;return c(this,void 0,void 0,n.default.mark(function t(){var a,r;return n.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(!this.localData[this.layerData.uid]){t.next=2;break}return t.abrupt("return");case 2:this.key_=e,this.dom_.classList.add("voted"),this.calcPollPercentage_(),a={event_type:p.LayerEventTypes.PollSelected,story_group_id:+this.group_.group_id,story_id:+this.story_.story_id,story_group_index:null,story_index:null,story_group_type:"default",story_interactive_type:"poll",story_interactive_x:this.layerData.l_o_vote_count,story_interactive_y:this.layerData.r_o_vote_count,duration:null,watch_length:null,event_time:Date.now(),activity:0===this.key_?"L":"R",uid:this.layerData.uid},this.setComponentLocalData(h.LayerTemplateTypes.POLL,this.layerData),this.api.sendEvent(a),r={custom_payload:this.layerData.custom_payload,title:this.layerData.p_text,answers:[this.layerData.l_o_text,this.layerData.r_o_text],answer:0===this.key_?this.layerData.l_o_text:this.layerData.r_o_text,type:"Poll"},(0,v.createAndDispatchEvent)(this.storyDom_,"onConditionalEvent"),(0,v.createAndDispatchEvent)(this.storyDom_,"onStoryEvent",r);case 11:case"end":return t.stop()}},t,this)}))}}]),l}(y.default);exports.default=D;
283
+ "use strict";var t=l(require("@babel/runtime/helpers/slicedToArray")),e=l(require("@babel/runtime/helpers/classCallCheck")),a=l(require("@babel/runtime/helpers/createClass")),r=l(require("@babel/runtime/helpers/inherits")),o=l(require("@babel/runtime/helpers/possibleConstructorReturn")),i=l(require("@babel/runtime/helpers/getPrototypeOf")),n=l(require("@babel/runtime/regenerator"));function l(t){return t&&t.__esModule?t:{default:t}}function s(t){var e=u();return function(){var a,r=(0,i.default)(t);if(e){var n=(0,i.default)(this).constructor;a=Reflect.construct(r,arguments,n)}else a=r.apply(this,arguments);return(0,o.default)(this,a)}}function u(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(u=function(){return!!t})()}var c=function(t,e,a,r){return new(a||(a=Promise))(function(o,i){function n(t){try{s(r.next(t))}catch(e){i(e)}}function l(t){try{s(r.throw(t))}catch(e){i(e)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof a?e:new a(function(t){t(e)})).then(n,l)}s((r=r.apply(t,e||[])).next())})},_=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});var h=require("../../constants/layerTypes"),y=_(require("../base")),d=_(require("./dataConvertor.ts")),v=require("../../lib/util"),p=_(require("./template/index.ts")),f=require("../../constants/events"),D=function(o){(0,r.default)(l,o);var i=s(l);function l(a){var r,o=a.layer,n=a.group,s=a.storyDom,u=a.story,c=a.instanceId;return(0,e.default)(this,l),(r=i.call(this,{type:h.LayerTemplateTypes.POLL,storyDom:s,instanceId:c})).story_=u,r.group_=n,r.localData=r.getLocalComponentData(),r.key_=null,r.setLayerData((0,d.default)(o)),r.generateComponentAndAppendToPage((0,p.default)(r.layerData,c)).then(function(e){r.dom_=e;var a=Array.from(r.selectorAll(r.dom_,"button")),o=(0,t.default)(a,2),i=o[0],n=o[1];r.leftButton_=i,r.rightButton_=n,r.init_(),void 0===r.layerData.r_p_v||r.layerData.r_p_v||r.dom_.classList.add("without-percentage-view")}),r}return(0,a.default)(l,[{key:"init_",value:function(){var t=this;if("number"==typeof this.localData[this.layerData.uid]||this.layerData.is_result){this.checkPollDataDiff_()&&(this.key_=this.localData[this.layerData.uid]),this.layerData.is_result&&0===this.layerData.l_o_vote_count&&0===this.layerData.r_o_vote_count&&(this.layerData.l_o_vote_count=50,this.layerData.r_o_vote_count=50),this.calcPollPercentage_(),this.dom_.classList.add("voted");var e=[this.layerData.l_o_text,this.layerData.r_o_text];this.dom_.ariaLabel="{@_".concat(this.layerData.p_text,"_1}, selected {@_").concat(e[this.key_],"_2}")}else this.selectorAll(this.dom_,"button").forEach(function(e,a){(0,v.stopEventBubbling)(e,"touchstart"),(0,v.stopEventBubbling)(e,"touchend"),(0,v.setClickEventListener)(e,function(){return t.clickPoll_({key:a})},!0)})}},{key:"calcPollPercentage_",value:function(){var t,e,a=null!==(t=this.layerData.l_o_vote_count)&&void 0!==t?t:0,r=null!==(e=this.layerData.r_o_vote_count)&&void 0!==e?e:0;if(0===this.key_?(this.leftButton_.classList.add("selected"),a+=1):1===this.key_&&(this.rightButton_.classList.add("selected"),r+=1),this.layerData.is_result&&this.rightButton_.classList.add("selected"),this.localData=this.getLocalComponentData(),this.localData[this.layerData.uid]=this.key_,this.setLocalComponentData(this.localData),void 0===this.layerData.r_p_v||this.layerData.r_p_v){var o=a+r,i=Math.round(a/o*100),n=Math.round(r/o*100),l=i,s=n,u=this.getMinWidthThreshold_();i<u&&100!==n&&(s=100-(l=u)),n<u&&100!==i&&(l=100-(s=u)),this.setStyle(this.leftButton_,"width","".concat(l,"%")),this.setStyle(this.rightButton_,"width","".concat(s,"%")),this.selector(this.leftButton_,".vote").innerHTML="".concat(i,"%"),this.selector(this.rightButton_,".vote").innerHTML="".concat(n,"%");var c=[i,n],_=c.findIndex(function(t){return 0===t});_>=0&&(0,v.setAttribute)(this.dom_.lastElementChild,"data-percentage-".concat(_),c[_])}}},{key:"getMinWidthThreshold_",value:function(){switch(this.layerData.scale){case 0:return 33;case 1:return 30;default:return 29}}},{key:"checkPollDataDiff_",value:function(){var t=this.getComponentLocalData(h.LayerTemplateTypes.POLL,this.layerData);return this.layerData.l_o_vote_count===t.l_o_vote_count&&this.layerData.r_o_vote_count===t.r_o_vote_count}},{key:"clickPoll_",value:function(t){var e=t.key;return c(this,void 0,void 0,n.default.mark(function t(){var a,r;return n.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(!this.localData[this.layerData.uid]){t.next=2;break}return t.abrupt("return");case 2:this.key_=e,this.dom_.classList.add("voted"),this.calcPollPercentage_(),a={event_type:f.LayerEventTypes.PollSelected,story_group_id:+this.group_.group_id,story_id:+this.story_.story_id,story_group_index:null,story_index:null,story_group_type:"default",story_interactive_type:"poll",story_interactive_x:this.layerData.l_o_vote_count,story_interactive_y:this.layerData.r_o_vote_count,duration:null,watch_length:null,event_time:Date.now(),activity:0===this.key_?"L":"R",uid:this.layerData.uid},this.setComponentLocalData(h.LayerTemplateTypes.POLL,this.layerData),this.api.sendEvent(a),r={custom_payload:this.layerData.custom_payload,title:this.layerData.p_text,answers:[this.layerData.l_o_text,this.layerData.r_o_text],answer:0===this.key_?this.layerData.l_o_text:this.layerData.r_o_text,type:"Poll"},(0,v.createAndDispatchEvent)(this.storyDom_,"onConditionalEvent"),(0,v.createAndDispatchEvent)(this.storyDom_,"onStoryEvent",r);case 11:case"end":return t.stop()}},t,this)}))}}]),l}(y.default);exports.default=D;
284
284
  },{"@babel/runtime/helpers/slicedToArray":"HETk","@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW","@babel/runtime/helpers/inherits":"d4H2","@babel/runtime/helpers/possibleConstructorReturn":"pxk2","@babel/runtime/helpers/getPrototypeOf":"UJE0","@babel/runtime/regenerator":"PMvg","../../constants/layerTypes":"aJRz","../base":"skR7","./dataConvertor.ts":"Acve","../../lib/util":"PesM","./template/index.ts":"A1LW","../../constants/events":"d0lR"}],"rL2H":[function(require,module,exports) {
285
285
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=function(e){var a=Object.assign({w:100,h:100,x:0,y:0,rotation:0},e);return Object.keys(e).forEach(function(t){switch(t){case"x":a.sdkLeft=e[t];break;case"w":a.width="".concat(e[t],"%");break;case"y":a.sdkTop=e[t];break;case"h":a.height="".concat(e[t],"%");break;case"scale":var r=e[t]+1;a.compScale=r;break;case"rotation":a.transform="rotate(".concat(e[t],"deg)");break;default:return!0}return!0}),a};exports.default=e;
286
286
  },{}],"kLxE":[function(require,module,exports) {
287
287
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var a=require("../../../lib/util");exports.default=function(n,e){return'\n <div class="component-layer">\n <div\n aria-hidden="true"\n class="rating-component"\n style="\n font-family: '.concat((0,a.getFontFamily)({instanceId:e,font:null}),";\n left: ").concat(n.x,"%;\n top: ").concat(n.y,"%;\n z-index: ").concat(n.z_index,";\n ").concat(n.transform?"transform: ".concat(n.transform,";"):"",'\n "\n role="component"\n data-group=""\n data-story=""\n data-mode="').concat(n.theme,'"\n data-scale="').concat(n.compScale,'"\n data-has-title="').concat(!!n.has_title,'"\n >\n ').concat(n.has_title?'<div class="title"><span>'.concat(n.title,"</span></div>"):"",'\n <div class="slider-container">\n <div class="slider">\n <div class="slider-colored"></div>\n <span role="img" aria-label="emoji" class="indicator-animation">').concat(n.emoji_code,'</span>\n <span role="img" aria-label="emoji" class="indicator">').concat(n.emoji_code,'</span>\n <span data-i18n-key="rating_average_answer" class="average-tooltip">Average Answer</span>\n <span class="average-tooltip result-tooltip">').concat(n.average_answer,'% <span data-i18n-key="rating_result_average">Average</span></span>\n </div>\n </div>\n </div>\n </div>\n')};
288
288
  },{"../../../lib/util":"PesM"}],"a03J":[function(require,module,exports) {
289
- "use strict";var t=n(require("@babel/runtime/helpers/classCallCheck")),e=n(require("@babel/runtime/helpers/createClass")),i=n(require("@babel/runtime/helpers/inherits")),a=n(require("@babel/runtime/helpers/possibleConstructorReturn")),s=n(require("@babel/runtime/helpers/getPrototypeOf")),r=n(require("@babel/runtime/regenerator"));function n(t){return t&&t.__esModule?t:{default:t}}function o(t){var e=l();return function(){var i,r=(0,s.default)(t);if(e){var n=(0,s.default)(this).constructor;i=Reflect.construct(r,arguments,n)}else i=r.apply(this,arguments);return(0,a.default)(this,i)}}function l(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(l=function(){return!!t})()}var h=function(t,e,i,a){return new(i||(i=Promise))(function(s,r){function n(t){try{l(a.next(t))}catch(e){r(e)}}function o(t){try{l(a.throw(t))}catch(e){r(e)}}function l(t){var e;t.done?s(t.value):(e=t.value,e instanceof i?e:new i(function(t){t(e)})).then(n,o)}l((a=a.apply(t,e||[])).next())})},c=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});var u=require("../../constants/events"),d=require("../../constants/layerTypes"),y=require("../../lib/util"),v=c(require("../base")),_=c(require("./dataConvertor.ts")),p=c(require("./template/index.ts")),f=function(a){(0,i.default)(n,a);var s=o(n);function n(e){var i,a=e.layer,r=e.group,o=e.storyDom,l=e.story,h=e.instanceId;return(0,t.default)(this,n),(i=s.call(this,{type:d.LayerTemplateTypes.RATING,storyDom:o,instanceId:h})).story_=l,i.group_=r,i.localData=i.getLocalComponentData(),i.setLayerData((0,_.default)(a)),i.attachCallbacksToElement_(),i.generateComponentAndAppendToPage((0,p.default)(i.layerData,h)).then(function(t){i.dom_=t,i.init_()}),i}return(0,e.default)(n,[{key:"attachCallbacksToElement_",value:function(){this.indicatorDragDown_=this.indicatorDragDown_.bind(this),this.indicatorDrag_=this.indicatorDrag_.bind(this),this.closeDragElement_=this.closeDragElement_.bind(this),this.storyObserverCallback_=this.storyObserverCallback_.bind(this)}},{key:"init_",value:function(){this.indicator=this.selector(this.dom_,".indicator"),this.sliderColored=this.selector(this.dom_,".slider-colored"),this.tooltip=this.selector(this.dom_,this.layerData.is_result?".result-tooltip":".average-tooltip"),this.slider=this.selector(this.dom_,".slider"),"number"==typeof this.localData[this.layerData.uid]||this.layerData.is_result?this.renderRatingData_():(this.storyObserverInstance_=this.storyObserver_(this.storyObserverCallback_),(0,y.stopEventBubbling)(this.dom_,"touchmove"),this.renderIndicator_())}},{key:"storyObserverCallback_",value:function(t){var e=this;t.forEach(function(t){"attributes"===t.type&&("show"===t.attributeName&&t.target.hasAttribute("show")?(e.setStyle(e.indicator,"animation-name","indicatorMoveAnimation"),e.setStyle(e.sliderColored,"animation-name","sliderColoredMoveAnimation")):t.target.hasAttribute("show")||(e.setStyle(e.indicator,"animation-name","unset"),e.setStyle(e.sliderColored,"animation-name","unset")))})}},{key:"renderRatingData_",value:function(){var t=0,e=0,i=this.layerData.is_result?this.layerData.average_answer:this.localData[this.layerData.uid];this.checkRatingDataDiff_()&&(t=i,e=1);var a=(this.layerData.answer_count*this.layerData.average_answer+t)/(this.layerData.answer_count+e);this.setStyle(this.tooltip,"left","".concat(a,"%")),this.setStyle(this.sliderColored,"width","".concat(i,"%")),this.setStyle(this.indicator,"left","".concat(i-5,"%")),this.setStyle(this.tooltip,"display","block")}},{key:"renderIndicator_",value:function(){this.pos1=0,this.pos3=0;var t=this.getStyle(this.dom_,"transform");this.ratingRotation=t&&+t.match(/.*?\((.*)deg/)[1],this.axis=this.ratingRotation>=45&&this.ratingRotation<=135||this.ratingRotation>=225&&this.ratingRotation<=315?"clientY":"clientX",this.indicator.addEventListener("pointerdown",this.indicatorDragDown_,{once:!0})}},{key:"indicatorDragDown_",value:function(t){var e,i=t||window.event;i.preventDefault(),(0,y.createAndDispatchEvent)(this.dom_,"onPlayPause"),this.pos3=null!==(e=i[this.axis])&&void 0!==e?e:i.targetTouches[0][this.axis],this.dom_.addEventListener("pointerup",this.closeDragElement_,{once:!0}),this.dom_.addEventListener("pointerleave",this.closeDragElement_,{once:!0}),this.dom_.addEventListener("pointermove",this.indicatorDrag_)}},{key:"indicatorDrag_",value:function(t){var e,i,a=t||window.event;a.preventDefault(),a.stopImmediatePropagation(),a.stopPropagation(),this.pos1=this.pos3-(null!==(e=a[this.axis])&&void 0!==e?e:a.targetTouches[0][this.axis]),this.pos3=null!==(i=a[this.axis])&&void 0!==i?i:a.targetTouches[0][this.axis];var s=this.indicator.offsetLeft,r=this.ratingRotation>=130&&this.ratingRotation<=315?s+this.pos1:s-this.pos1;if(!(r<=-10||r>this.slider.offsetWidth-10)){var n=100*r/this.slider.offsetWidth;this.setStyle(this.indicator,"left","".concat(n,"%")),this.setStyle(this.sliderColored,"width","".concat(n+5,"%"))}}},{key:"closeDragElement_",value:function(){var t;this.tooltip.classList.add("show"),this.dom_.removeEventListener("pointermove",this.indicatorDrag_),this.indicator.removeEventListener("pointermove",this.indicatorDrag_),this.setStyle(this.indicator,"animation","unset"),this.setStyle(this.sliderColored,"animation","unset"),this.calcAverageAnswer_(),null===(t=this.storyObserverInstance_)||void 0===t||t.disconnect(),(0,y.createAndDispatchEvent)(this.dom_,"onPlayPause")}},{key:"calcAverageAnswer_",value:function(){var t=Math.floor(100*(this.indicator.offsetLeft+10)/this.slider.offsetWidth);t=t>100?100:t;var e=(this.layerData.answer_count*this.layerData.average_answer+t)/(this.layerData.answer_count+1),i=this.slider.offsetWidth*e/100;this.setStyle(this.tooltip,"left","".concat(i,"px")),this.componentsData=this.getLocalComponentData(),this.componentsData[this.layerData.uid]=t,this.setLocalComponentData(this.componentsData),this.sendRatingEvent_(t)}},{key:"checkRatingDataDiff_",value:function(){var t=this.getComponentLocalData(d.LayerTemplateTypes.RATING,this.layerData);return this.layerData.average_answer===t.average_answer}},{key:"sendRatingEvent_",value:function(t){return h(this,void 0,void 0,r.default.mark(function e(){var i,a;return r.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:i={event_type:u.LayerEventTypes.Rated,story_group_id:+this.group_.group_id,story_id:+this.story_.story_id,story_group_index:null,story_index:null,story_group_type:"default",uid:this.layerData.uid,story_interactive_type:"rating",story_interactive_x:this.layerData.x,story_interactive_y:this.layerData.y,duration:null,watch_length:null,event_time:Date.now(),activity:t.toString()},this.setComponentLocalData(d.LayerTemplateTypes.RATING,this.layerData),this.api.sendEvent(i),a={custom_payload:this.layerData.custom_payload,title:this.layerData.title,emoji_code:this.layerData.emoji_code,answer:t.toString()},(0,y.createAndDispatchEvent)(this.storyDom_,"onStoryEvent",a);case 5:case"end":return e.stop()}},e,this)}))}}]),n}(v.default);exports.default=f;
289
+ "use strict";var t=n(require("@babel/runtime/helpers/classCallCheck")),e=n(require("@babel/runtime/helpers/createClass")),a=n(require("@babel/runtime/helpers/inherits")),i=n(require("@babel/runtime/helpers/possibleConstructorReturn")),r=n(require("@babel/runtime/helpers/getPrototypeOf")),s=n(require("@babel/runtime/regenerator"));function n(t){return t&&t.__esModule?t:{default:t}}function o(t){var e=l();return function(){var a,s=(0,r.default)(t);if(e){var n=(0,r.default)(this).constructor;a=Reflect.construct(s,arguments,n)}else a=s.apply(this,arguments);return(0,i.default)(this,a)}}function l(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(l=function(){return!!t})()}var h=function(t,e,a,i){return new(a||(a=Promise))(function(r,s){function n(t){try{l(i.next(t))}catch(e){s(e)}}function o(t){try{l(i.throw(t))}catch(e){s(e)}}function l(t){var e;t.done?r(t.value):(e=t.value,e instanceof a?e:new a(function(t){t(e)})).then(n,o)}l((i=i.apply(t,e||[])).next())})},c=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});var d=require("../../constants/events"),u=require("../../constants/layerTypes"),y=require("../../lib/util"),_=c(require("../base")),v=c(require("./dataConvertor.ts")),p=c(require("./template/index.ts")),f=function(i){(0,a.default)(n,i);var r=o(n);function n(e){var a,i=e.layer,s=e.group,o=e.storyDom,l=e.story,h=e.instanceId;return(0,t.default)(this,n),(a=r.call(this,{type:u.LayerTemplateTypes.RATING,storyDom:o,instanceId:h})).dragEnd=!1,a.story_=l,a.group_=s,a.localData=a.getLocalComponentData(),a.setLayerData((0,v.default)(i)),a.attachCallbacksToElement_(),a.generateComponentAndAppendToPage((0,p.default)(a.layerData,h)).then(function(t){a.dom_=t,a.init_()}),a}return(0,e.default)(n,[{key:"attachCallbacksToElement_",value:function(){this.indicatorDragDown_=this.indicatorDragDown_.bind(this),this.indicatorDrag_=this.indicatorDrag_.bind(this),this.closeDragElement_=this.closeDragElement_.bind(this),this.storyObserverCallback_=this.storyObserverCallback_.bind(this)}},{key:"init_",value:function(){this.indicator=this.selector(this.dom_,".indicator"),this.sliderColored=this.selector(this.dom_,".slider-colored"),this.tooltip=this.selector(this.dom_,this.layerData.is_result?".result-tooltip":".average-tooltip"),this.slider=this.selector(this.dom_,".slider"),"number"==typeof this.localData[this.layerData.uid]||this.layerData.is_result?this.renderRatingData_():(this.storyObserverInstance_=this.storyObserver_(this.storyObserverCallback_),(0,y.stopEventBubbling)(this.dom_,"touchmove"),this.renderIndicator_())}},{key:"storyObserverCallback_",value:function(t){var e=this;t.forEach(function(t){"attributes"===t.type&&("show"===t.attributeName&&t.target.hasAttribute("show")?(e.setStyle(e.indicator,"animation-name","indicatorMoveAnimation"),e.setStyle(e.sliderColored,"animation-name","sliderColoredMoveAnimation")):t.target.hasAttribute("show")||(e.setStyle(e.indicator,"animation-name","unset"),e.setStyle(e.sliderColored,"animation-name","unset")))})}},{key:"renderRatingData_",value:function(){var t=0,e=0,a=this.layerData.is_result?this.layerData.average_answer:this.localData[this.layerData.uid];this.checkRatingDataDiff_()&&(t=a,e=1);var i=(this.layerData.answer_count*this.layerData.average_answer+t)/(this.layerData.answer_count+e);this.setStyle(this.sliderColored,"width","".concat(a,"%")),this.setStyle(this.indicator,"left","".concat(a-5,"%")),(void 0===this.layerData.r_p_v||this.layerData.r_p_v)&&(this.setStyle(this.tooltip,"display","block"),this.setStyle(this.tooltip,"left","".concat(i,"%")))}},{key:"renderIndicator_",value:function(){this.pos1=0,this.pos3=0;var t=this.getStyle(this.dom_,"transform");this.ratingRotation=t&&+t.match(/.*?\((.*)deg/)[1],this.axis=this.ratingRotation>=45&&this.ratingRotation<=135||this.ratingRotation>=225&&this.ratingRotation<=315?"clientY":"clientX",this.indicator.addEventListener("pointerdown",this.indicatorDragDown_,{once:!0})}},{key:"indicatorDragDown_",value:function(t){var e,a=t||window.event;a.preventDefault(),(0,y.createAndDispatchEvent)(this.dom_,"onPlayPause"),this.pos3=null!==(e=a[this.axis])&&void 0!==e?e:a.targetTouches[0][this.axis],this.dom_.addEventListener("pointerup",this.closeDragElement_,{once:!0}),this.dom_.addEventListener("pointerleave",this.closeDragElement_,{once:!0}),this.dom_.addEventListener("pointermove",this.indicatorDrag_)}},{key:"indicatorDrag_",value:function(t){var e,a,i=t||window.event;i.preventDefault(),i.stopImmediatePropagation(),i.stopPropagation(),this.pos1=this.pos3-(null!==(e=i[this.axis])&&void 0!==e?e:i.targetTouches[0][this.axis]),this.pos3=null!==(a=i[this.axis])&&void 0!==a?a:i.targetTouches[0][this.axis];var r=this.indicator.offsetLeft,s=this.ratingRotation>=130&&this.ratingRotation<=315?r+this.pos1:r-this.pos1;if(!(s<=-10||s>this.slider.offsetWidth-10)){var n=100*s/this.slider.offsetWidth;this.setStyle(this.indicator,"left","".concat(n,"%")),this.setStyle(this.sliderColored,"width","".concat(n+5,"%"))}}},{key:"closeDragElement_",value:function(){var t;this.dragEnd||(this.dragEnd=!0,(void 0===this.layerData.r_p_v||this.layerData.r_p_v)&&this.tooltip.classList.add("show"),this.dom_.removeEventListener("pointermove",this.indicatorDrag_),this.indicator.removeEventListener("pointermove",this.indicatorDrag_),this.setStyle(this.indicator,"animation","unset"),this.setStyle(this.sliderColored,"animation","unset"),this.calcAverageAnswer_(),null===(t=this.storyObserverInstance_)||void 0===t||t.disconnect(),(0,y.createAndDispatchEvent)(this.dom_,"onPlayPause"))}},{key:"calcAverageAnswer_",value:function(){var t=Math.floor(100*(this.indicator.offsetLeft+10)/this.slider.offsetWidth);t=t>100?100:t;var e=(this.layerData.answer_count*this.layerData.average_answer+t)/(this.layerData.answer_count+1),a=this.slider.offsetWidth*e/100;(void 0===this.layerData.r_p_v||this.layerData.r_p_v)&&this.setStyle(this.tooltip,"left","".concat(a,"px")),this.componentsData=this.getLocalComponentData(),this.componentsData[this.layerData.uid]=t,this.setLocalComponentData(this.componentsData),this.sendRatingEvent_(t)}},{key:"checkRatingDataDiff_",value:function(){var t=this.getComponentLocalData(u.LayerTemplateTypes.RATING,this.layerData);return this.layerData.average_answer===t.average_answer}},{key:"sendRatingEvent_",value:function(t){return h(this,void 0,void 0,s.default.mark(function e(){var a,i;return s.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:a={event_type:d.LayerEventTypes.Rated,story_group_id:+this.group_.group_id,story_id:+this.story_.story_id,story_group_index:null,story_index:null,story_group_type:"default",uid:this.layerData.uid,story_interactive_type:"rating",story_interactive_x:this.layerData.x,story_interactive_y:this.layerData.y,duration:null,watch_length:null,event_time:Date.now(),activity:t.toString()},this.setComponentLocalData(u.LayerTemplateTypes.RATING,this.layerData),this.api.sendEvent(a),i={custom_payload:this.layerData.custom_payload,title:this.layerData.title,emoji_code:this.layerData.emoji_code,answer:t.toString()},(0,y.createAndDispatchEvent)(this.storyDom_,"onStoryEvent",i);case 5:case"end":return e.stop()}},e,this)}))}}]),n}(_.default);exports.default=f;
290
290
  },{"@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW","@babel/runtime/helpers/inherits":"d4H2","@babel/runtime/helpers/possibleConstructorReturn":"pxk2","@babel/runtime/helpers/getPrototypeOf":"UJE0","@babel/runtime/regenerator":"PMvg","../../constants/events":"d0lR","../../constants/layerTypes":"aJRz","../../lib/util":"PesM","../base":"skR7","./dataConvertor.ts":"rL2H","./template/index.ts":"kLxE"}],"M1pr":[function(require,module,exports) {
291
291
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=function(e){var a=Object.assign({w:100,h:100,x:0,y:0,rotation:0},e);return Object.keys(e).forEach(function(t){switch(t){case"custom_payload":a.custom_payload=e[t];break;case"x":a.sdkLeft=e[t];break;case"w":a.width="".concat(e[t],"%");break;case"y":a.sdkTop=e[t];break;case"h":a.height="".concat(e[t],"%");break;case"scale":var r=e[t]+1;a.compScale=r;break;case"rotation":a.transform="rotate(".concat(e[t],"deg)");break;default:return!0}return!0}),a};exports.default=e;
292
292
  },{}],"gTmr":[function(require,module,exports) {
293
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var n=require("../../../lib/util");exports.default=function(t,a){var c=["A","B","C","D"];return'\n <div class="component-layer">\n <div\n aria-hidden="true"\n class="quiz-component"\n style="\n font-family: '.concat((0,n.getFontFamily)({instanceId:a,font:null}),";\n left: ").concat(t.x,"%;\n top: ").concat(t.y,"%;\n z-index: ").concat(t.z_index,";\n ").concat(t.transform?"transform: ".concat(t.transform,";"):"",'";\n role="component"\n data-group=""\n data-story=""\n data-mode="').concat(t.theme,'"\n data-scale="').concat(t.compScale,'"\n data-has-title=').concat(!!t.has_title,"\n >\n ").concat(t.has_title?'<div class="question"><span>'.concat(t.q_text,"</span></div>"):"",'\n <div class="answers" data-has-title=').concat(!!t.has_title,">\n ").concat(t.q_o_texts.map(function(n,t){return'<div class="answer">\n <span>'.concat(c[t],"</span>\n <span>").concat(n,"</span>\n </div>")}).join(""),"\n </div>\n </div>\n </div>\n ")};
293
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var n=require("../../../lib/util");exports.default=function(t,a){var c=["A","B","C","D"];return'\n <div class="component-layer">\n <div\n aria-hidden="true"\n class="quiz-component"\n style="\n font-family: '.concat((0,n.getFontFamily)({instanceId:a,font:null}),";\n left: ").concat(t.x,"%;\n top: ").concat(t.y,"%;\n z-index: ").concat(t.z_index,";\n ").concat(t.transform?"transform: ".concat(t.transform,";"):"",'";\n role="component"\n data-group=""\n data-story=""\n data-mode="').concat(t.theme,'"\n data-scale="').concat(t.compScale,'"\n data-has-title=').concat(!!t.has_title,"\n >\n ").concat(t.has_title?'<div class="question"><span>'.concat(t.q_text,"</span></div>"):"",'\n <div class="answers" data-has-title=').concat(!!t.has_title,">\n ").concat(t.q_o_texts.map(function(n,t){return'<div class="answer">\n <span class="icon-wrapper">'.concat(c[t],'</span>\n <span class="text-wrapper">').concat(n,"</span>\n </div>")}).join(""),"\n </div>\n </div>\n </div>\n ")};
294
294
  },{"../../../lib/util":"PesM"}],"LZ2c":[function(require,module,exports) {
295
- "use strict";var e=l(require("@babel/runtime/helpers/toConsumableArray")),t=l(require("@babel/runtime/helpers/classCallCheck")),a=l(require("@babel/runtime/helpers/createClass")),r=l(require("@babel/runtime/helpers/inherits")),n=l(require("@babel/runtime/helpers/possibleConstructorReturn")),i=l(require("@babel/runtime/helpers/getPrototypeOf")),s=l(require("@babel/runtime/regenerator"));function l(e){return e&&e.__esModule?e:{default:e}}function o(e){var t=u();return function(){var a,r=(0,i.default)(e);if(t){var s=(0,i.default)(this).constructor;a=Reflect.construct(r,arguments,s)}else a=r.apply(this,arguments);return(0,n.default)(this,a)}}function u(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(u=function(){return!!e})()}var c=function(e,t,a,r){return new(a||(a=Promise))(function(n,i){function s(e){try{o(r.next(e))}catch(t){i(t)}}function l(e){try{o(r.throw(e))}catch(t){i(t)}}function o(e){var t;e.done?n(e.value):(t=e.value,t instanceof a?t:new a(function(e){e(t)})).then(s,l)}o((r=r.apply(e,t||[])).next())})},h=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(exports,"__esModule",{value:!0});var y=h(require("../base")),d=require("../../constants/layerTypes"),_=h(require("./dataConvertor.ts")),v=require("../../lib/util"),f=h(require("./template/index.ts")),p=require("../../constants/events"),D=function(n){(0,r.default)(l,n);var i=o(l);function l(e){var a,r=e.layer,n=e.group,s=e.story,o=e.storyDom,u=e.instanceId;return(0,t.default)(this,l),(a=i.call(this,{type:d.LayerTemplateTypes.QUIZ,storyDom:o,instanceId:u})).story_=s,a.group_=n,a.localData=a.getLocalComponentData(),a.sumAnswers=[],a.incorrectIcon='<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none"><path fill="#FF4D50" fill-rule="evenodd" d="M14.194 3.806c.431.43.431 1.13 0 1.56l-8.827 8.828a1.103 1.103 0 0 1-1.56-1.56l8.827-8.828c.43-.43 1.13-.43 1.56 0Z" clip-rule="evenodd"/><path fill="#FF4D50" fill-rule="evenodd" d="M3.806 3.806c.431-.43 1.13-.43 1.56 0l8.828 8.828a1.103 1.103 0 0 1-1.56 1.56L3.806 5.366c-.43-.43-.43-1.13 0-1.56Z" clip-rule="evenodd"/></svg>',a.correctIcon='<svg xmlns="http://www.w3.org/2000/svg" width="15" height="11" fill="none"><path fill="#51C41A" fill-rule="evenodd" d="M14.217.806c.43.43.43 1.13 0 1.56l-8.092 8.092c-.431.431-1.13.431-1.56 0L.885 6.78a1.103 1.103 0 1 1 1.56-1.56l2.899 2.898L12.656.806c.431-.43 1.13-.43 1.56 0Z" clip-rule="evenodd"/></svg>',a.setLayerData((0,_.default)(r)),a.generateComponentAndAppendToPage((0,f.default)(a.layerData,u)).then(function(e){a.dom_=e,a.init_()}),a}return(0,a.default)(l,[{key:"init_",value:function(){var e=this;if("number"==typeof this.localData[this.layerData.uid]||this.layerData.is_result){if(this.key=this.localData[this.layerData.uid],this.layerData.is_result&&this.layerData.q_o_votes.every(function(e){return 0===e})){var t=Math.round(100/this.layerData.q_o_texts.length);this.layerData.q_o_votes=Array(this.layerData.q_o_texts.length).fill(t)}this.makeChoice_()}else this.selectorAll(this.dom_,".answer").forEach(function(t,a){(0,v.stopEventBubbling)(t,"touchstart"),(0,v.stopEventBubbling)(t,"touchend"),t.addEventListener("pointerdown",function(){return e.clickChoice_({key:a})},{once:!0})})}},{key:"handlePercentageTypeAnswerStyles_",value:function(e,t,a){var r,n=this.checkQuizDataDiff_()?0:1,i=null!==(r=this.layerData.q_o_votes)&&void 0!==r?r:[100,100,100,100],s=this.sumArrayValues(null!=i?i:[])+n,l=a===this.key?Number(i[a])+n:Number(i[a]),o=Math.round(l/s*100),u=document.createElement("div");u.classList.add("bg-percent"),e.appendChild(u),this.key===a&&this.setStyle(e,"border-color","#BDBDBD"),this.setStyle(u,"width","".concat(o,"%")),this.setStyle(t,"border","none"),this.sumAnswers.push(o),t.innerHTML="".concat(o,"%")}},{key:"handleCorrectTypeAnswerStyles_",value:function(e,t,a){var r=this.layerData.q_answer===this.key;t.innerHTML=r&&a===this.key||this.layerData.q_answer===a?this.correctIcon:this.incorrectIcon,a===this.key?e.classList.add(r?"correct-choice":"incorrect-choice"):e.classList.add(a===this.layerData.q_answer?"correct-choice":"other-choice","blurred")}},{key:"handleSummedPercentages_",value:function(){var t,a,r=this.sumArrayValues(null!==(t=this.sumAnswers)&&void 0!==t?t:[]);if(100!==r){var n=Math.max.apply(Math,(0,e.default)(null!==(a=this.sumAnswers)&&void 0!==a?a:[])),i=n+(100-r),s=this.sumAnswers.findIndex(function(e){return e===n});this.selectorAll(this.dom_,".answer")[s].firstElementChild.innerHTML="".concat(i,"%")}}},{key:"makeChoice_",value:function(){var e=this;this.localData=this.getLocalComponentData(),this.localData[this.layerData.uid]=this.key,this.setLocalComponentData(this.localData);var t=null===this.layerData.q_answer;this.selectorAll(this.dom_,".answer").forEach(function(a,r){var n=a.firstElementChild;return t?e.handlePercentageTypeAnswerStyles_(a,n,r):(e.handleCorrectTypeAnswerStyles_(a,n,r),!0)}),t&&this.handleSummedPercentages_()}},{key:"checkQuizDataDiff_",value:function(){var e;if(this.layerData.is_result)return!0;var t=this.getComponentLocalData(d.LayerTemplateTypes.QUIZ,this.layerData);return!(t.uid!==this.layerData.uid||!t.q_o_votes)&&(null!==(e=this.layerData.q_o_votes)&&void 0!==e?e:[]).some(function(e,a){var r;return(null===(r=t.q_o_votes)||void 0===r?void 0:r[a])!==e})}},{key:"clickChoice_",value:function(e){var t=e.key;return c(this,void 0,void 0,s.default.mark(function e(){var a,r;return s.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if("number"!=typeof this.localData[this.layerData.uid]){e.next=2;break}return e.abrupt("return");case 2:this.key=t,this.makeChoice_(),a={event_type:p.LayerEventTypes.QuizAnswered,story_group_id:+this.group_.group_id,story_id:+this.story_.story_id,story_group_index:null,story_index:null,story_group_type:"default",story_interactive_type:"quiz",story_interactive_x:this.layerData.x,story_interactive_y:this.layerData.y,duration:null,watch_length:null,event_time:Date.now(),activity:String(this.key),uid:this.layerData.uid},this.setComponentLocalData(d.LayerTemplateTypes.QUIZ,this.layerData),this.api.sendEvent(a),r={custom_payload:this.layerData.custom_payload,title:this.layerData.q_text,answers:this.layerData.q_o_texts,answer:this.layerData.q_o_texts[this.key],correct_answer:this.layerData.q_o_texts[this.layerData.q_answer]},(0,v.createAndDispatchEvent)(this.storyDom_,"onConditionalEvent"),(0,v.createAndDispatchEvent)(this.storyDom_,"onStoryEvent",r);case 10:case"end":return e.stop()}},e,this)}))}}]),l}(y.default);exports.default=D;
296
- },{"@babel/runtime/helpers/toConsumableArray":"Fhqp","@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW","@babel/runtime/helpers/inherits":"d4H2","@babel/runtime/helpers/possibleConstructorReturn":"pxk2","@babel/runtime/helpers/getPrototypeOf":"UJE0","@babel/runtime/regenerator":"PMvg","../base":"skR7","../../constants/layerTypes":"aJRz","./dataConvertor.ts":"M1pr","../../lib/util":"PesM","./template/index.ts":"gTmr","../../constants/events":"d0lR"}],"YvuL":[function(require,module,exports) {
295
+ "use strict";var e=l(require("@babel/runtime/helpers/toConsumableArray")),t=l(require("@babel/runtime/helpers/classCallCheck")),a=l(require("@babel/runtime/helpers/createClass")),r=l(require("@babel/runtime/helpers/inherits")),i=l(require("@babel/runtime/helpers/possibleConstructorReturn")),n=l(require("@babel/runtime/helpers/getPrototypeOf")),s=l(require("@babel/runtime/regenerator"));function l(e){return e&&e.__esModule?e:{default:e}}function o(e){var t=u();return function(){var a,r=(0,n.default)(e);if(t){var s=(0,n.default)(this).constructor;a=Reflect.construct(r,arguments,s)}else a=r.apply(this,arguments);return(0,i.default)(this,a)}}function u(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(u=function(){return!!e})()}var c=function(e,t,a,r){return new(a||(a=Promise))(function(i,n){function s(e){try{o(r.next(e))}catch(t){n(t)}}function l(e){try{o(r.throw(e))}catch(t){n(t)}}function o(e){var t;e.done?i(e.value):(t=e.value,t instanceof a?t:new a(function(e){e(t)})).then(s,l)}o((r=r.apply(e,t||[])).next())})},h=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(exports,"__esModule",{value:!0});var y=h(require("../base")),d=require("../../constants/layerTypes"),_=h(require("./dataConvertor.ts")),v=require("../../lib/util"),p=h(require("./template/index.ts")),f=require("../../constants/events"),D=require("../../lib/style.js"),m=function(i){(0,r.default)(l,i);var n=o(l);function l(e){var a,r=e.layer,i=e.group,s=e.story,o=e.storyDom,u=e.instanceId;return(0,t.default)(this,l),(a=n.call(this,{type:d.LayerTemplateTypes.QUIZ,storyDom:o,instanceId:u})).story_=s,a.group_=i,a.localData=a.getLocalComponentData(),a.sumAnswers=[],a.incorrectIcon='<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.90856 3.0914C10.1914 3.37419 10.1914 3.83269 9.90856 4.11548L4.11545 9.90859C3.83266 10.1914 3.37416 10.1914 3.09137 9.90859C2.80857 9.62579 2.80857 9.1673 3.09137 8.8845L8.88447 3.0914C9.16726 2.8086 9.62576 2.8086 9.90856 3.0914Z" fill="#FF4D50"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.09137 3.0914C3.37416 2.8086 3.83266 2.8086 4.11545 3.0914L9.90856 8.8845C10.1914 9.16729 10.1914 9.62579 9.90856 9.90859C9.62576 10.1914 9.16726 10.1914 8.88447 9.90859L3.09137 4.11548C2.80857 3.83269 2.80857 3.37419 3.09137 3.0914Z" fill="#FF4D50"/></svg>',a.correctIcon='<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.2362 3.0914C10.519 3.37419 10.519 3.83269 10.2362 4.11548L4.92585 9.42583C4.64306 9.70862 4.18456 9.70862 3.90177 9.42583L1.48797 7.01204C1.20518 6.72924 1.20518 6.27074 1.48797 5.98795C1.77077 5.70516 2.22927 5.70516 2.51206 5.98795L4.41381 7.8897L9.21211 3.0914C9.4949 2.8086 9.9534 2.8086 10.2362 3.0914Z" fill="#51C41A"/></svg>',a.setLayerData((0,_.default)(r)),a.generateComponentAndAppendToPage((0,p.default)(a.layerData,u)).then(function(e){a.dom_=e,void 0!==a.layerData.r_p_v&&(a.layerData.r_p_v?a.dom_.classList.add("percentage-view"):a.dom_.classList.add("without-percentage-view")),a.init_()}),a}return(0,a.default)(l,[{key:"init_",value:function(){var e=this;if("number"==typeof this.localData[this.layerData.uid]||this.layerData.is_result){if(this.key=this.localData[this.layerData.uid],this.layerData.is_result&&this.layerData.q_o_votes.every(function(e){return 0===e})){var t=Math.round(100/this.layerData.q_o_texts.length);this.layerData.q_o_votes=Array(this.layerData.q_o_texts.length).fill(t)}this.makeChoice_()}else this.selectorAll(this.dom_,".answer").forEach(function(t,a){(0,v.stopEventBubbling)(t,"touchstart"),(0,v.stopEventBubbling)(t,"touchend"),t.addEventListener("pointerdown",function(){return e.clickChoice_({key:a})},{once:!0})})}},{key:"handlePercentageTypeAnswerStyles_",value:function(e,t,a){var r=this.calculatePercentage_(a),i=document.createElement("div");i.classList.add("bg-percent"),e.appendChild(i),this.key===a&&(0,D.setClass)(e,"selected"),(void 0===this.layerData.r_p_v||this.layerData.r_p_v)&&(this.setStyle(i,"width","".concat(r,"%")),this.setStyle(t,"border","none"),this.sumAnswers.push(r),t.innerHTML="".concat(r,"%"))}},{key:"calculatePercentage_",value:function(e){var t,a=null!==(t=this.layerData.q_o_votes)&&void 0!==t?t:[100,100,100,100],r=this.checkQuizDataDiff_()?0:1,i=this.sumArrayValues(null!=a?a:[])+r,n=e===this.key?Number(a[e])+r:Number(a[e]);return Math.round(n/i*100)}},{key:"handleCorrectTypeAnswerStyles_",value:function(e,t,a){var r=this.layerData.q_answer===this.key;if(t.innerHTML=r&&a===this.key||this.layerData.q_answer===a?this.correctIcon:this.incorrectIcon,a===this.key?e.classList.add(r?"correct-choice":"incorrect-choice"):e.classList.add(a===this.layerData.q_answer?"correct-choice":"other-choice","blurred"),void 0!==this.layerData.r_p_v&&this.layerData.r_p_v){var i=this.calculatePercentage_(a);e.style.setProperty("--percentage-width","".concat(i,"%")),e.querySelector(".text-wrapper").innerHTML="".concat(i,"% ").concat(e.querySelector(".text-wrapper").innerHTML)}}},{key:"handleSummedPercentages_",value:function(){var t,a;if(void 0===this.layerData.r_p_v||this.layerData.r_p_v){var r=this.sumArrayValues(null!==(t=this.sumAnswers)&&void 0!==t?t:[]);if(100!==r){var i=Math.max.apply(Math,(0,e.default)(null!==(a=this.sumAnswers)&&void 0!==a?a:[])),n=i+(100-r),s=this.sumAnswers.findIndex(function(e){return e===i});this.selectorAll(this.dom_,".answer")[s].firstElementChild.innerHTML="".concat(n,"%")}}}},{key:"makeChoice_",value:function(){var e=this;this.localData=this.getLocalComponentData(),this.localData[this.layerData.uid]=this.key,this.setLocalComponentData(this.localData);var t=null===this.layerData.q_answer;this.selectorAll(this.dom_,".answer").forEach(function(a,r){var i=a.querySelector(".icon-wrapper");return t?e.handlePercentageTypeAnswerStyles_(a,i,r):(e.handleCorrectTypeAnswerStyles_(a,i,r),!0)}),t&&this.handleSummedPercentages_()}},{key:"checkQuizDataDiff_",value:function(){var e;if(this.layerData.is_result)return!0;var t=this.getComponentLocalData(d.LayerTemplateTypes.QUIZ,this.layerData);return!(t.uid!==this.layerData.uid||!t.q_o_votes)&&(null!==(e=this.layerData.q_o_votes)&&void 0!==e?e:[]).some(function(e,a){var r;return(null===(r=t.q_o_votes)||void 0===r?void 0:r[a])!==e})}},{key:"clickChoice_",value:function(e){var t=e.key;return c(this,void 0,void 0,s.default.mark(function e(){var a,r;return s.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if("number"!=typeof this.localData[this.layerData.uid]){e.next=2;break}return e.abrupt("return");case 2:this.key=t,this.makeChoice_(),a={event_type:f.LayerEventTypes.QuizAnswered,story_group_id:+this.group_.group_id,story_id:+this.story_.story_id,story_group_index:null,story_index:null,story_group_type:"default",story_interactive_type:"quiz",story_interactive_x:this.layerData.x,story_interactive_y:this.layerData.y,duration:null,watch_length:null,event_time:Date.now(),activity:String(this.key),uid:this.layerData.uid},this.setComponentLocalData(d.LayerTemplateTypes.QUIZ,this.layerData),this.api.sendEvent(a),r={custom_payload:this.layerData.custom_payload,title:this.layerData.q_text,answers:this.layerData.q_o_texts,answer:this.layerData.q_o_texts[this.key],correct_answer:this.layerData.q_o_texts[this.layerData.q_answer]},(0,v.createAndDispatchEvent)(this.storyDom_,"onConditionalEvent"),(0,v.createAndDispatchEvent)(this.storyDom_,"onStoryEvent",r);case 10:case"end":return e.stop()}},e,this)}))}}]),l}(y.default);exports.default=m;
296
+ },{"@babel/runtime/helpers/toConsumableArray":"Fhqp","@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW","@babel/runtime/helpers/inherits":"d4H2","@babel/runtime/helpers/possibleConstructorReturn":"pxk2","@babel/runtime/helpers/getPrototypeOf":"UJE0","@babel/runtime/regenerator":"PMvg","../base":"skR7","../../constants/layerTypes":"aJRz","./dataConvertor.ts":"M1pr","../../lib/util":"PesM","./template/index.ts":"gTmr","../../constants/events":"d0lR","../../lib/style.js":"vgU2"}],"YvuL":[function(require,module,exports) {
297
297
  var global = arguments[3];
298
298
  var t=arguments[3];Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=exports.create=void 0;var e={};!function t(e,n,a,r){var o=!!(e.Worker&&e.Blob&&e.Promise&&e.OffscreenCanvas&&e.OffscreenCanvasRenderingContext2D&&e.HTMLCanvasElement&&e.HTMLCanvasElement.prototype.transferControlToOffscreen&&e.URL&&e.URL.createObjectURL);function i(){}function l(t){var a=n.exports.Promise,r=void 0!==a?a:e.Promise;return"function"==typeof r?new r(t):(t(i,i),null)}var s,c,u,d,f,h,m=(u=Math.floor(1e3/60),d={},f=0,"function"==typeof requestAnimationFrame&&"function"==typeof cancelAnimationFrame?(s=function(t){var e=Math.random();return d[e]=requestAnimationFrame(function n(a){f===a||f+u-1<a?(f=a,delete d[e],t()):d[e]=requestAnimationFrame(n)}),e},c=function(t){d[t]&&cancelAnimationFrame(d[t])}):(s=function(t){return setTimeout(t,u)},c=function(t){return clearTimeout(t)}),{frame:s,cancel:c}),g=function(){var e,n,r={};return function(){if(e)return e;if(!a&&o){var i=["var CONFETTI, SIZE = {}, module = {};","("+t.toString()+")(this, module, true, SIZE);","onmessage = function(msg) {"," if (msg.data.options) {"," CONFETTI(msg.data.options).then(function () {"," if (msg.data.callback) {"," postMessage({ callback: msg.data.callback });"," }"," });"," } else if (msg.data.reset) {"," CONFETTI && CONFETTI.reset();"," } else if (msg.data.resize) {"," SIZE.width = msg.data.resize.width;"," SIZE.height = msg.data.resize.height;"," } else if (msg.data.canvas) {"," SIZE.width = msg.data.canvas.width;"," SIZE.height = msg.data.canvas.height;"," CONFETTI = module.exports.create(msg.data.canvas);"," }","}"].join("\n");try{e=new Worker(URL.createObjectURL(new Blob([i])))}catch(s){return void 0!==typeof console&&"function"==typeof console.warn&&console.warn("🎊 Could not load worker",s),null}!function(t){function e(e,n){t.postMessage({options:e||{},callback:n})}t.init=function(e){var n=e.transferControlToOffscreen();t.postMessage({canvas:n},[n])},t.fire=function(a,o,i){if(n)return e(a,null),n;var s=Math.random().toString(36).slice(2);return n=l(function(o){function l(e){e.data.callback===s&&(delete r[s],t.removeEventListener("message",l),n=null,i(),o())}t.addEventListener("message",l),e(a,s),r[s]=l.bind(null,{data:{callback:s}})})},t.reset=function(){for(var e in t.postMessage({reset:!0}),r)r[e](),delete r[e]}}(e)}return e}}(),b={particleCount:50,angle:90,spread:45,startVelocity:45,decay:.9,gravity:1,drift:0,ticks:200,x:.5,y:.5,shapes:["square","circle"],zIndex:100,colors:["#26ccff","#a25afd","#ff5e7e","#88ff5a","#fcff42","#ffa62d","#ff36ff"],disableForReducedMotion:!1,scalar:1};function v(t,e,n){return function(t,e){return e?e(t):t}(t&&null!=t[e]?t[e]:b[e],n)}function p(t){return t<0?0:Math.floor(t)}function M(t){return parseInt(t,16)}function y(t){return t.map(w)}function w(t){var e=String(t).replace(/[^0-9a-f]/gi,"");return e.length<6&&(e=e[0]+e[0]+e[1]+e[1]+e[2]+e[2]),{r:M(e.substring(0,2)),g:M(e.substring(2,4)),b:M(e.substring(4,6))}}function x(t){t.width=document.documentElement.clientWidth,t.height=document.documentElement.clientHeight}function C(t){var e=t.getBoundingClientRect();t.width=e.width,t.height=e.height}function T(t,e,n,o,i){var s,c,u=e.slice(),d=t.getContext("2d"),f=l(function(e){function l(){s=c=null,d.clearRect(0,0,o.width,o.height),i(),e()}s=m.frame(function e(){!a||o.width===r.width&&o.height===r.height||(o.width=t.width=r.width,o.height=t.height=r.height),o.width||o.height||(n(t),o.width=t.width,o.height=t.height),d.clearRect(0,0,o.width,o.height),(u=u.filter(function(t){return function(t,e){e.x+=Math.cos(e.angle2D)*e.velocity+e.drift,e.y+=Math.sin(e.angle2D)*e.velocity+e.gravity,e.wobble+=e.wobbleSpeed,e.velocity*=e.decay,e.tiltAngle+=.1,e.tiltSin=Math.sin(e.tiltAngle),e.tiltCos=Math.cos(e.tiltAngle),e.random=Math.random()+2,e.wobbleX=e.x+10*e.scalar*Math.cos(e.wobble),e.wobbleY=e.y+10*e.scalar*Math.sin(e.wobble);var n=e.tick++/e.totalTicks,a=e.x+e.random*e.tiltCos,r=e.y+e.random*e.tiltSin,o=e.wobbleX+e.random*e.tiltCos,i=e.wobbleY+e.random*e.tiltSin;if(t.fillStyle="rgba("+e.color.r+", "+e.color.g+", "+e.color.b+", "+(1-n)+")",t.beginPath(),"circle"===e.shape)t.ellipse?t.ellipse(e.x,e.y,Math.abs(o-a)*e.ovalScalar,Math.abs(i-r)*e.ovalScalar,Math.PI/10*e.wobble,0,2*Math.PI):function(t,e,n,a,r,o,i,l,s){t.save(),t.translate(e,n),t.rotate(o),t.scale(a,r),t.arc(0,0,1,i,l,s),t.restore()}(t,e.x,e.y,Math.abs(o-a)*e.ovalScalar,Math.abs(i-r)*e.ovalScalar,Math.PI/10*e.wobble,0,2*Math.PI);else if("star"===e.shape)for(var l=Math.PI/2*3,s=4*e.scalar,c=8*e.scalar,u=e.x,d=e.y,f=5,h=Math.PI/f;f--;)u=e.x+Math.cos(l)*c,d=e.y+Math.sin(l)*c,t.lineTo(u,d),l+=h,u=e.x+Math.cos(l)*s,d=e.y+Math.sin(l)*s,t.lineTo(u,d),l+=h;else t.moveTo(Math.floor(e.x),Math.floor(e.y)),t.lineTo(Math.floor(e.wobbleX),Math.floor(r)),t.lineTo(Math.floor(o),Math.floor(i)),t.lineTo(Math.floor(a),Math.floor(e.wobbleY));return t.closePath(),t.fill(),e.tick<e.totalTicks}(d,t)})).length?s=m.frame(e):l()}),c=l});return{addFettis:function(t){return u=u.concat(t),f},canvas:t,promise:f,reset:function(){s&&m.cancel(s),c&&c()}}}function I(t,n){var a,r=!t,i=!!v(n||{},"resize"),s=v(n,"disableForReducedMotion",Boolean),c=o&&!!v(n||{},"useWorker")?g():null,u=r?x:C,d=!(!t||!c)&&!!t.__confetti_initialized,f="function"==typeof matchMedia&&matchMedia("(prefers-reduced-motion)").matches;function h(e,n,r){for(var o,i,l,s,c,d=v(e,"particleCount",p),f=v(e,"angle",Number),h=v(e,"spread",Number),m=v(e,"startVelocity",Number),g=v(e,"decay",Number),b=v(e,"gravity",Number),M=v(e,"drift",Number),w=v(e,"colors",y),x=v(e,"ticks",Number),C=v(e,"shapes"),I=v(e,"scalar"),k=function(t){var e=v(t,"origin",Object);return e.x=v(e,"x",Number),e.y=v(e,"y",Number),e}(e),E=d,S=[],F=t.width*k.x,N=t.height*k.y;E--;)S.push((o={x:F,y:N,angle:f,spread:h,startVelocity:m,color:w[E%w.length],shape:C[(s=0,c=C.length,Math.floor(Math.random()*(c-s))+s)],ticks:x,decay:g,gravity:b,drift:M,scalar:I},i=void 0,l=void 0,i=o.angle*(Math.PI/180),l=o.spread*(Math.PI/180),{x:o.x,y:o.y,wobble:10*Math.random(),wobbleSpeed:Math.min(.11,.1*Math.random()+.05),velocity:.5*o.startVelocity+Math.random()*o.startVelocity,angle2D:-i+(.5*l-Math.random()*l),tiltAngle:(.5*Math.random()+.25)*Math.PI,color:o.color,shape:o.shape,tick:0,totalTicks:o.ticks,decay:o.decay,drift:o.drift,random:Math.random()+2,tiltSin:0,tiltCos:0,wobbleX:0,wobbleY:0,gravity:3*o.gravity,ovalScalar:.6,scalar:o.scalar}));return a?a.addFettis(S):(a=T(t,S,u,n,r)).promise}function m(n){var o=s||v(n,"disableForReducedMotion",Boolean),m=v(n,"zIndex",Number);if(o&&f)return l(function(t){t()});r&&a?t=a.canvas:r&&!t&&(t=function(t){var e=document.createElement("canvas");return e.style.position="fixed",e.style.top="0px",e.style.left="0px",e.style.pointerEvents="none",e.style.zIndex=t,e}(m),document.body.appendChild(t)),i&&!d&&u(t);var g={width:t.width,height:t.height};function b(){if(c){var e={getBoundingClientRect:function(){if(!r)return t.getBoundingClientRect()}};return u(e),void c.postMessage({resize:{width:e.width,height:e.height}})}g.width=g.height=null}function p(){a=null,i&&e.removeEventListener("resize",b),r&&t&&(document.body.removeChild(t),t=null,d=!1)}return c&&!d&&c.init(t),d=!0,c&&(t.__confetti_initialized=!0),i&&e.addEventListener("resize",b,!1),c?c.fire(n,g,p):h(n,g,p)}return m.reset=function(){c&&c.reset(),a&&a.reset()},m}function k(){return h||(h=I(null,{useWorker:!0,resize:!0})),h}n.exports=function(){return k().apply(this,arguments)},n.exports.reset=function(){k().reset()},n.exports.create=I}(function(){return"undefined"!=typeof window?window:"undefined"!=typeof self?self:this||{}}(),e,!1);var n=exports.default=e.exports,a=exports.create=e.exports.create;
299
299
  },{}],"aNaa":[function(require,module,exports) {
@@ -305,13 +305,13 @@ var t=arguments[3];Object.defineProperty(exports,"__esModule",{value:!0}),export
305
305
  },{"@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW","@babel/runtime/helpers/inherits":"d4H2","@babel/runtime/helpers/possibleConstructorReturn":"pxk2","@babel/runtime/helpers/getPrototypeOf":"UJE0","@babel/runtime/regenerator":"PMvg","canvas-confetti":"YvuL","../../constants/layerTypes":"aJRz","../../lib/util":"PesM","../base":"skR7","./dataConvertor.ts":"aNaa","./template/index.ts":"P7YB"}],"g2sY":[function(require,module,exports) {
306
306
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../lib/util"),r=function(r,a){var t=Object.assign({w:100,h:100,x:0,y:0},r);return Object.keys(r).forEach(function(c){switch(c){case"x":t.sdkLeft=r[c];break;case"w":t.width="".concat(r[c],"%");break;case"y":t.sdkTop=r[c];break;case"h":t.height="".concat(r[c],"%");break;case"rotation":t.transform="rotate(".concat(r[c],"deg)");break;case"border_radius":t.border_radius=(0,e.calcBorderRadius)(r,a)}}),t};exports.default=r;
307
307
  },{"../../lib/util":"PesM"}],"ex1N":[function(require,module,exports) {
308
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=function(n){var t;return'\n <div class="component-layer">\n <div\n aria-hidden="true"\n role="component"\n tabindex="-1"\n class="image-cta-wrapper"\n style="\n width: '.concat(n.width,";\n height: ").concat(n.height,";\n left: ").concat(n.x,"%;\n top: ").concat(n.y,"%;\n ").concat(n.transform?"transform: ".concat(n.transform,";"):"","\n z-index: ").concat(n.z_index,';\n "\n >\n <img src="').concat(n.image_url,'" style="border-radius: ').concat(null!==(t=n.border_radius)&&void 0!==t?t:0,'px;" alt="Component Image" />\n </div>\n </div>\n')};
308
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=function(n){var t,e,o;return'\n <div class="component-layer">\n <div\n aria-hidden="true"\n role="component"\n tabindex="-1"\n class="image-cta-wrapper"\n style="\n width: '.concat(null!==(t=n.width)&&void 0!==t?t:"100%",";\n height: ").concat(null!==(e=n.height)&&void 0!==e?e:"100%",";\n left: ").concat(n.x,"%;\n top: ").concat(n.y,"%;\n ").concat(n.transform?"transform: ".concat(n.transform,";"):"","\n z-index: ").concat(n.z_index,';\n "\n >\n <img src="').concat(n.image_url,'" style="border-radius: ').concat(null!==(o=n.border_radius)&&void 0!==o?o:0,'px;" alt="Component Image" />\n </div>\n </div>\n')};
309
309
  },{}],"sPCL":[function(require,module,exports) {
310
310
  "use strict";var t=n(require("@babel/runtime/helpers/classCallCheck")),e=n(require("@babel/runtime/helpers/createClass")),r=n(require("@babel/runtime/helpers/inherits")),i=n(require("@babel/runtime/helpers/possibleConstructorReturn")),a=n(require("@babel/runtime/helpers/getPrototypeOf"));function n(t){return t&&t.__esModule?t:{default:t}}function o(t){var e=s();return function(){var r,n=(0,a.default)(t);if(e){var o=(0,a.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}function s(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(s=function(){return!!t})()}var l=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});var u=l(require("../../components/StoryProduct")),c=require("../../constants/events"),d=require("../../constants/layerTypes"),y=require("../../lib/style.js"),_=require("../../lib/util"),h=l(require("../base")),p=l(require("./dataConvertor.ts")),f=l(require("./template/index.ts")),v=function(i){(0,r.default)(n,i);var a=o(n);function n(e){var r,i=e.layer,o=e.story,s=e.group,l=e.storyDom,u=e.instanceId;return(0,t.default)(this,n),(r=a.call(this,{type:d.LayerTemplateTypes.IMAGE_CTA,storyDom:l,instanceId:u})).story_=o,r.group_=s,r.setLayerData((0,p.default)(i,l)),r.generateComponentAndAppendToPage((0,f.default)(r.layerData)).then(function(t){r.dom_=t,i.rotation&&0!==(null==i?void 0:i.rotation)||(0,y.setStyle)(r.dom_,["transform-origin","center","important"]),r.init_()}),r.attachCallbacksToElement_(),r}return(0,e.default)(n,[{key:"attachCallbacksToElement_",value:function(){this.handleClick_=this.handleClick_.bind(this)}},{key:"init_",value:function(){(0,_.setClickEventListener)(this.dom_,this.handleClick_),(0,_.stopEventBubbling)(this.dom_,"touchstart"),this.layerData.initialProduct&&(this.storyProduct_=new u.default({instanceId:this.instanceId,layer:this.layerData,storyDom:this.storyDom_,group:this.group_,story:this.story_}))}},{key:"handleClick_",value:function(){var t,e,r,i=this;if("cta"!==this.layerData.cta_t){var a={event_type:c.LayerEventTypes.ActionClicked,story_group_id:+this.group_.group_id,story_id:+this.story_.story_id,story_group_type:"default",story_interactive_id:null,story_interactive_type:"image_cta",watch_length:null,event_time:Date.now(),uid:this.layerData.uid,click_url:null!==(t=this.layerData.outlink)&&void 0!==t?t:""};if(this.api.sendEvent(a),this.globalInstanceData.events.actionClicked){var n=this.group_.stories.findIndex(function(t){return t.story_id===i.story_.story_id}),o={id:this.story_.story_id,title:this.story_.title,name:null!==(e=this.story_.name)&&void 0!==e?e:null,seen:!0,index:n,group_id:this.group_.group_id,actionUrl:this.layerData.outlink};this.globalInstanceData.events.actionClicked(o)}else{var s=this.layerData.initialProduct;s?null===(r=this.storyProduct_)||void 0===r||r.onPurchase(s.product_id,!1):this.layerData.outlink&&(0,_.openLink)(this.layerData.outlink)}}}}]),n}(h.default);exports.default=v;
311
311
  },{"@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW","@babel/runtime/helpers/inherits":"d4H2","@babel/runtime/helpers/possibleConstructorReturn":"pxk2","@babel/runtime/helpers/getPrototypeOf":"UJE0","../../components/StoryProduct":"GdVG","../../constants/events":"d0lR","../../constants/layerTypes":"aJRz","../../lib/style.js":"vgU2","../../lib/util":"PesM","../base":"skR7","./dataConvertor.ts":"g2sY","./template/index.ts":"ex1N"}],"u5Tu":[function(require,module,exports) {
312
312
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=function(e){return Object.keys(e).reduce(function(t,a){var r=Object.assign({},t);switch(a){case"x":r.sdkLeft=e[a];break;case"w":r.width="".concat(e[a],"%");break;case"y":r.sdkTop=e[a];break;case"h":r.height="".concat(e[a],"%");break;case"rotation":r.transform="rotate(".concat(e[a],"deg)")}return r},Object.assign({w:100,h:100,x:0,y:0,rotation:0},e))};exports.default=e;
313
313
  },{}],"Wdu8":[function(require,module,exports) {
314
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var n=require("../../../lib/util");exports.default=function(t){var e,o=(0,n.getStoryMedia)({host:t.mediaHost,story:t,path:null});return'\n <div class="component-layer">\n <div\n aria-hidden="true"\n class="media-component"\n role="component"\n style="\n width: '.concat(t.width,";\n height: ").concat(t.height,";\n left: ").concat(t.x,"%;\n top: ").concat(t.y,"%;\n ").concat(t.transform?"transform: ".concat(t.transform,";"):"","\n z-index: ").concat(t.z_index,';\n "\n >\n ').concat("video"===t.type?'<video width="320" height="240" autoplay disablepictureinpicture muted controls>\n <source src="'.concat(o,'" type="video/mp4" />\n </video>'):'<img src="'.concat(o,'" style="border-radius: ').concat(null!==(e=t.border_radius)&&void 0!==e?e:0,'px;" alt="Component Image" />'),"\n </div>\n </div>\n ")};
314
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var n=require("../../../lib/util");exports.default=function(t){var e,o,i,c,r,a=(0,n.getStoryMedia)({host:t.mediaHost,story:t,path:null});return'\n <div class="component-layer">\n <div\n aria-hidden="true"\n class="media-component"\n role="component"\n style="\n width: '.concat(null!==(e=t.width)&&void 0!==e?e:"100%",";\n height: ").concat(null!==(o=t.height)&&void 0!==o?o:"100%",";\n left: ").concat(null!==(i=t.x)&&void 0!==i?i:0,"%;\n top: ").concat(null!==(c=t.y)&&void 0!==c?c:0,"%;\n ").concat(t.transform?"transform: ".concat(t.transform,";"):"","\n z-index: ").concat(t.z_index,';\n "\n >\n ').concat("video"===t.type?'<video width="320" height="240" autoplay disablepictureinpicture muted controls>\n <source src="'.concat(a,'" type="video/mp4" />\n </video>'):'<img src="'.concat(a,'" style="border-radius: ').concat(null!==(r=t.border_radius)&&void 0!==r?r:0,'px;" alt="Component Image" />'),"\n </div>\n </div>\n ")};
315
315
  },{"../../../lib/util":"PesM"}],"pb6u":[function(require,module,exports) {
316
316
  "use strict";var e=s(require("@babel/runtime/helpers/classCallCheck")),t=s(require("@babel/runtime/helpers/createClass")),r=s(require("@babel/runtime/helpers/inherits")),a=s(require("@babel/runtime/helpers/possibleConstructorReturn")),n=s(require("@babel/runtime/helpers/getPrototypeOf")),i=s(require("@babel/runtime/regenerator"));function s(e){return e&&e.__esModule?e:{default:e}}function o(e){var t=u();return function(){var r,i=(0,n.default)(e);if(t){var s=(0,n.default)(this).constructor;r=Reflect.construct(i,arguments,s)}else r=i.apply(this,arguments);return(0,a.default)(this,r)}}function u(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(u=function(){return!!e})()}var l=function(e,t,r,a){return new(r||(r=Promise))(function(n,i){function s(e){try{u(a.next(e))}catch(t){i(t)}}function o(e){try{u(a.throw(e))}catch(t){i(t)}}function u(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r(function(e){e(t)})).then(s,o)}u((a=a.apply(e,t||[])).next())})},c=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(exports,"__esModule",{value:!0});var f=require("../../constants/layerTypes"),d=require("../../lib/style.js"),h=require("../../lib/util"),y=c(require("../base")),b=c(require("./dataConvertor.ts")),v=c(require("./template/index.ts")),p=function(a){(0,r.default)(s,a);var n=o(s);function s(t){var r,a=t.layer,i=t.mediaHost,o=t.storyDom,u=t.instanceId;return(0,e.default)(this,s),(r=n.call(this,{type:f.LayerTemplateTypes.MEDIA,storyDom:o,instanceId:u})).layer_=a,r.setLayerData(Object.assign(Object.assign({},(0,b.default)(a)),{mediaHost:i})),r.init_(),r}return(0,t.default)(s,[{key:"init_",value:function(){var e;return l(this,void 0,void 0,i.default.mark(function t(){var r;return i.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return r=(0,h.calcBorderRadius)(this.layerData,this.storyDom_),this.layerData.border_radius=this.layerData.border_radius?r:0,t.next=4,this.generateComponentAndAppendToPage((0,v.default)(this.layerData));case 4:this.dom_=t.sent,this.layer_.rotation&&0!==(null===(e=this.layer_)||void 0===e?void 0:e.rotation)||(0,d.setStyle)(this.dom_,["transform-origin","center","important"]),this.storyObserverCallback_=this.storyObserverCallback_.bind(this),this.storyObserver_(this.storyObserverCallback_);case 8:case"end":return t.stop()}},t,this)}))}},{key:"storyObserverCallback_",value:function(e){var t=this;e.forEach(function(e){var r=e.type,a=e.attributeName,n=e.target;"attributes"===r&&"show"===a&&n.hasAttribute("show")&&(0,h.imageAnimationHandler)(t.dom_,"img")})}}]),s}(y.default);exports.default=p;
317
317
  },{"@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW","@babel/runtime/helpers/inherits":"d4H2","@babel/runtime/helpers/possibleConstructorReturn":"pxk2","@babel/runtime/helpers/getPrototypeOf":"UJE0","@babel/runtime/regenerator":"PMvg","../../constants/layerTypes":"aJRz","../../lib/style.js":"vgU2","../../lib/util":"PesM","../base":"skR7","./dataConvertor.ts":"u5Tu","./template/index.ts":"Wdu8"}],"a9ur":[function(require,module,exports) {
@@ -359,7 +359,7 @@ var t=arguments[3];Object.defineProperty(exports,"__esModule",{value:!0}),export
359
359
  },{"../../constants/common":"VKZr"}],"CvHr":[function(require,module,exports) {
360
360
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var n=["A","B","C","D"];exports.default=function(t){return'\n <div class="component-layer">\n <div\n class="image-quiz-component"\n role="component"\n style="\n width: '.concat(t.width,";\n left: ").concat(t.x,"%;\n top: ").concat(t.y,"%;\n z-index: ").concat(t.z_index,";\n transform: rotate(").concat(t.rotation,'deg);\n "\n data-scale="').concat(t.scale,'"\n aria-label="Quiz sticker, ').concat(t.q_title?"{@_".concat(t.q_title,"_1}"):"",'"\n data-i18n-key="a11y_image_quiz"\n >\n ').concat(t.q_title?'<div class="image-quiz-component-header">\n <h6>'.concat(t.q_title,"</h6>\n </div>"):"",'\n <div class="image-quiz-component-questions">\n ').concat(t.q_o_images.map(function(a,e){var o,i,c,l,s;return'\n <button\n type="button"\n aria-label="'.concat((null===(o=t.q_alt_texts)||void 0===o?void 0:o.length)?t.q_alt_texts[e]:"Option {@_".concat(n[e],"_1} is {@_").concat((null===(i=t.alt_texts)||void 0===i?void 0:i[e])||(null!==(c=t.q_o_texts)&&void 0!==c?c:[])[e],"_2}"),'"\n ').concat((null===(l=t.q_alt_texts)||void 0===l?void 0:l.length)?"":'data-i18n-key="a11y_image_quiz_option"','\n class="image-quiz-component-question"\n style="background-image: url(').concat(a,')"\n >\n <div class="image-quiz-component-question-letter"><span>').concat(n[e],'</span></div>\n <div class="image-quiz-component-question-title">\n <span>').concat((null!==(s=t.q_o_texts)&&void 0!==s?s:[])[e]||"","</span>\n </div>\n </button>")}).join(""),"\n </div>\n </div>\n </div>")};
361
361
  },{}],"fLIm":[function(require,module,exports) {
362
- "use strict";var e=s(require("@babel/runtime/helpers/classCallCheck")),t=s(require("@babel/runtime/helpers/createClass")),a=s(require("@babel/runtime/helpers/inherits")),n=s(require("@babel/runtime/helpers/possibleConstructorReturn")),r=s(require("@babel/runtime/helpers/getPrototypeOf")),i=s(require("@babel/runtime/regenerator"));function s(e){return e&&e.__esModule?e:{default:e}}function o(e){var t=l();return function(){var a,i=(0,r.default)(e);if(t){var s=(0,r.default)(this).constructor;a=Reflect.construct(i,arguments,s)}else a=i.apply(this,arguments);return(0,n.default)(this,a)}}function l(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(l=function(){return!!e})()}var c=function(e,t,a,n){return new(a||(a=Promise))(function(r,i){function s(e){try{l(n.next(e))}catch(t){i(t)}}function o(e){try{l(n.throw(e))}catch(t){i(t)}}function l(e){var t;e.done?r(e.value):(t=e.value,t instanceof a?t:new a(function(e){e(t)})).then(s,o)}l((n=n.apply(e,t||[])).next())})},u=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(exports,"__esModule",{value:!0});var _=u(require("../base")),h=u(require("./dataConvertor.ts")),p=u(require("./template/index.ts")),d=require("../../lib/util"),y=require("../../lib/icons"),m=require("../../constants/layerTypes"),f=require("../../constants/events");require("./style.scss");var v=function(n){(0,a.default)(s,n);var r=o(s);function s(t){var a,n=t.layer,i=t.group,o=t.story,l=t.storyDom,c=t.instanceId;return(0,e.default)(this,s),(a=r.call(this,{type:m.LayerTemplateTypes.IMAGE_QUIZ,storyDom:l,instanceId:c})).setLayerData((0,h.default)(n)),a.story_=o,a.group_=i,a.isPercentageType_=null===a.layerData.q_answer,a.localData_=a.getLocalComponentData(),a.partyEmoji_='<span class="correct-emoji">🥳</span>',a.sadEmoji_='<span class="wrong-emoji">😕</span>',a.wrongIconTemplate_='<span class="wrong-icon">'.concat((0,y.xIcon)("#FF4D50"),"</span>"),a.correctIconTemplate_='<span class="correct-icon">'.concat((0,y.checkIcon)("#51C41A"),"</span>"),a.percentageIconTemplate_=function(e){return'<div style="--width-percentage: '.concat(e,'%" class="percentage-icon"><span>').concat(e,"%</span></div>")},a.generateComponentAndAppendToPage((0,p.default)(a.layerData)).then(function(e){a.dom_=e,a.questions_=Array.from(a.dom_.lastElementChild.children),a.storyObserver_(a.storyObserverCallback_),a.init_()}),a.attachCallbacksToElement_(),a}return(0,t.default)(s,[{key:"attachCallbacksToElement_",value:function(){this.storyObserverCallback_=this.storyObserverCallback_.bind(this),this.onQuestionClick_=this.onQuestionClick_.bind(this),this.handleCorrectAnswerType_=this.handleCorrectAnswerType_.bind(this),this.handlePercentageAnswerType_=this.handlePercentageAnswerType_.bind(this)}},{key:"init_",value:function(){var e=this,t=this.localData_[this.layerData.uid];if("number"==typeof t||this.layerData.is_result){if(this.layerData.is_result){if(this.layerData.q_o_votes.every(function(e){return 0===e})){var a=Math.round(100/this.layerData.q_o_texts.length);this.layerData.q_o_votes=Array(this.layerData.q_o_texts.length).fill(a)}}else this.questions_[t].classList.add("selected");if(this.isPercentageType_)return void this.handlePercentageAnswerType_(this.questions_[t]);this.questions_.forEach(function(t,a){e.layerData.q_answer===a?e.handleOptions_(t,"correct-option",e.correctIconTemplate_):e.handleOptions_(t,"wrong-option",e.wrongIconTemplate_)})}else this.questions_.forEach(function(t,a){(0,d.stopEventBubbling)(t,"touchstart"),(0,d.stopEventBubbling)(t,"touchend"),(0,d.setClickEventListener)(t,function(t){var n=t.target;return e.onQuestionClick_({target:n},a)},!0)})}},{key:"storyObserverCallback_",value:function(e){var t=this;e.forEach(function(e){"attributes"===e.type&&"show"===e.attributeName&&(e.target.hasAttribute("show")&&t.exposeAccessibilityElements_(),e.target.hasAttribute("show")||t.hideAccessibilityElements_())})}},{key:"exposeAccessibilityElements_",value:function(){this.dom_.setAttribute("tabindex","21"),this.questions_.forEach(function(e){return e.setAttribute("tabindex","21")})}},{key:"hideAccessibilityElements_",value:function(){this.dom_.removeAttribute("tabindex"),this.questions_.forEach(function(e){return e.removeAttribute("tabindex")})}},{key:"onQuestionClick_",value:function(e,t){var a=e.target;"number"!=typeof this.localData_[this.layerData.uid]&&(this.localData_=this.getLocalComponentData(),this.localData_[this.layerData.uid]=t,this.setLocalComponentData(this.localData_),this.questions_.forEach(function(e){return e.classList.remove("selected")}),a.classList.add("selected"),this.isPercentageType_?this.handlePercentageAnswerType_(a):this.handleCorrectAnswerType_(a),this.handleEvent_(t))}},{key:"handleCorrectAnswerType_",value:function(e){var t=this;this.dom_.lastElementChild.classList.add("correct"),this.questions_[this.layerData.q_answer]===e?(this.handleOptions_(e,"correct-option",this.partyEmoji_),setTimeout(function(){t.questions_.forEach(function(a){a!==e&&t.handleOptions_(a,"wrong-option",t.wrongIconTemplate_)}),e.removeChild(e.querySelector(".correct-emoji")),e.appendChild(t.generateHtmlFromTemplate(t.correctIconTemplate_))},1400)):(this.handleOptions_(e,"wrong-option",this.sadEmoji_),setTimeout(function(){t.questions_.forEach(function(a,n){n===t.layerData.q_answer&&t.handleOptions_(a,"correct-option",t.correctIconTemplate_),a!==e&&n!==t.layerData.q_answer&&t.handleOptions_(a,"wrong-option",t.wrongIconTemplate_)}),e.removeChild(e.querySelector(".wrong-emoji")),e.appendChild(t.generateHtmlFromTemplate(t.wrongIconTemplate_))},1400))}},{key:"handleOptions_",value:function(e,t,a){e.classList.add(t);var n=e.querySelector(".image-quiz-component-question-letter"),r=this.generateHtmlFromTemplate(a),i=e.querySelector(".image-quiz-component-question-title span").innerHTML;if(e.removeChild(n),e.appendChild(r),"percentage-option"===t){e.setAttribute("data-i18n-key","a11y_image_quiz_percentage_answer");var s=e.querySelector(".percentage-icon span").innerHTML;e.setAttribute("aria-label","{@_".concat(i,"_1} was selected by {@_").concat(s,"_2} of users."))}else"correct-option"===t?(e.setAttribute("data-i18n-key","a11y_image_quiz_correct_answer"),e.setAttribute("aria-label","{@_".concat(i,"_1} is the correct answer"))):(e.setAttribute("data-i18n-key","a11y_image_quiz_wrong_answer"),e.setAttribute("aria-label","{@_".concat(i,"_1} is the wrong answer")));(0,d.createAndDispatchEvent)(this.storyDom_,"onI18nEvent",{wrapperDom:this.dom_})}},{key:"handlePercentageAnswerType_",value:function(e){var t,a=this,n=this.checkQuizDataDiff_()?0:1,r=null!==(t=this.layerData.q_o_votes)&&void 0!==t?t:Array.from({length:this.layerData.q_o_votes.length},function(){return 100}),i=this.sumArrayValues(null!=r?r:[])+n;this.dom_.lastElementChild.classList.add("percentage"),this.questions_.forEach(function(t,s){var o;t===e?(o=Number(r[s])+n,e.classList.add("selected")):o=Number(r[s]);var l=Math.round(o/i*100);a.handleOptions_(t,"percentage-option",a.percentageIconTemplate_(l))})}},{key:"checkQuizDataDiff_",value:function(){var e;if(this.layerData.is_result)return!0;var t=this.getComponentLocalData(m.LayerTemplateTypes.IMAGE_QUIZ,this.layerData);return!(t.uid!==this.layerData.uid||!t.q_o_votes)&&(null!==(e=this.layerData.q_o_votes)&&void 0!==e?e:[]).some(function(e,a){var n;return(null===(n=t.q_o_votes)||void 0===n?void 0:n[a])!==e})}},{key:"handleEvent_",value:function(e){return c(this,void 0,void 0,i.default.mark(function t(){var a,n;return i.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:a={event_type:f.LayerEventTypes.ImageQuizAnswered,story_group_id:+this.group_.group_id,story_id:+this.story_.story_id,story_group_index:null,story_index:null,story_group_type:"default",story_interactive_type:"image_quiz",story_interactive_x:this.layerData.x,story_interactive_y:this.layerData.y,duration:null,watch_length:null,event_time:Date.now(),activity:String(e),uid:this.layerData.uid},this.setComponentLocalData(m.LayerTemplateTypes.IMAGE_QUIZ,this.layerData),this.api.sendEvent(a),n={custom_payload:this.layerData.custom_payload,title:this.layerData.q_title,questions:this.layerData.q_o_texts,images:this.layerData.q_o_images,votes:this.layerData.q_o_votes,answer:e,correct_answer:this.layerData.q_answer},(0,d.createAndDispatchEvent)(this.storyDom_,"onConditionalEvent"),(0,d.createAndDispatchEvent)(this.storyDom_,"onStoryEvent",n);case 6:case"end":return t.stop()}},t,this)}))}}]),s}(_.default);exports.default=v;
362
+ "use strict";var e=s(require("@babel/runtime/helpers/classCallCheck")),t=s(require("@babel/runtime/helpers/createClass")),a=s(require("@babel/runtime/helpers/inherits")),n=s(require("@babel/runtime/helpers/possibleConstructorReturn")),r=s(require("@babel/runtime/helpers/getPrototypeOf")),i=s(require("@babel/runtime/regenerator"));function s(e){return e&&e.__esModule?e:{default:e}}function o(e){var t=l();return function(){var a,i=(0,r.default)(e);if(t){var s=(0,r.default)(this).constructor;a=Reflect.construct(i,arguments,s)}else a=i.apply(this,arguments);return(0,n.default)(this,a)}}function l(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(l=function(){return!!e})()}var c=function(e,t,a,n){return new(a||(a=Promise))(function(r,i){function s(e){try{l(n.next(e))}catch(t){i(t)}}function o(e){try{l(n.throw(e))}catch(t){i(t)}}function l(e){var t;e.done?r(e.value):(t=e.value,t instanceof a?t:new a(function(e){e(t)})).then(s,o)}l((n=n.apply(e,t||[])).next())})},u=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(exports,"__esModule",{value:!0});var _=u(require("../base")),h=u(require("./dataConvertor.ts")),p=u(require("./template/index.ts")),d=require("../../lib/util"),y=require("../../lib/icons"),v=require("../../constants/layerTypes"),m=require("../../constants/events");require("./style.scss");var f=function(n){(0,a.default)(s,n);var r=o(s);function s(t){var a,n=t.layer,i=t.group,o=t.story,l=t.storyDom,c=t.instanceId;return(0,e.default)(this,s),(a=r.call(this,{type:v.LayerTemplateTypes.IMAGE_QUIZ,storyDom:l,instanceId:c})).setLayerData((0,h.default)(n)),a.story_=o,a.group_=i,a.isPercentageType_=null===a.layerData.q_answer,a.localData_=a.getLocalComponentData(),a.partyEmoji_='<span class="correct-emoji">🥳</span>',a.sadEmoji_='<span class="wrong-emoji">😕</span>',a.wrongIconTemplate_='<span class="wrong-icon">'.concat((0,y.xIcon)("#FF4D50"),"</span>"),a.correctIconTemplate_='<span class="correct-icon">'.concat((0,y.checkIcon)("#51C41A"),"</span>"),a.percentageIconTemplate_=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return'<div style="--width-percentage: '.concat(e,'%" class="percentage-icon">').concat(t?"correct"===t?a.correctIconTemplate_:a.wrongIconTemplate_:"",'<span class="percentage">').concat(e,"%</span></div>")},a.generateComponentAndAppendToPage((0,p.default)(a.layerData)).then(function(e){a.dom_=e,a.questions_=Array.from(a.dom_.lastElementChild.children),a.storyObserver_(a.storyObserverCallback_),a.init_()}),a.attachCallbacksToElement_(),a}return(0,t.default)(s,[{key:"attachCallbacksToElement_",value:function(){this.storyObserverCallback_=this.storyObserverCallback_.bind(this),this.onQuestionClick_=this.onQuestionClick_.bind(this),this.handleCorrectAnswerType_=this.handleCorrectAnswerType_.bind(this),this.handlePercentageAnswerType_=this.handlePercentageAnswerType_.bind(this)}},{key:"init_",value:function(){var e=this,t=this.localData_[this.layerData.uid];if("number"==typeof t||this.layerData.is_result){if(this.layerData.is_result){if(this.layerData.q_o_votes.every(function(e){return 0===e})){var a=Math.round(100/this.layerData.q_o_texts.length);this.layerData.q_o_votes=Array(this.layerData.q_o_texts.length).fill(a)}}else this.questions_[t].classList.add("selected");if(this.isPercentageType_)return void this.handlePercentageAnswerType_(this.questions_[t]);this.questions_.forEach(function(t,a){e.layerData.q_answer===a?e.handleOptions_(t,"correct-option",e.correctIconTemplate_):e.handleOptions_(t,"wrong-option",e.wrongIconTemplate_)})}else this.questions_.forEach(function(t,a){(0,d.stopEventBubbling)(t,"touchstart"),(0,d.stopEventBubbling)(t,"touchend"),(0,d.setClickEventListener)(t,function(t){var n=t.target;return e.onQuestionClick_({target:n},a)},!0)})}},{key:"storyObserverCallback_",value:function(e){var t=this;e.forEach(function(e){"attributes"===e.type&&"show"===e.attributeName&&(e.target.hasAttribute("show")&&t.exposeAccessibilityElements_(),e.target.hasAttribute("show")||t.hideAccessibilityElements_())})}},{key:"exposeAccessibilityElements_",value:function(){this.dom_.setAttribute("tabindex","21"),this.questions_.forEach(function(e){return e.setAttribute("tabindex","21")})}},{key:"hideAccessibilityElements_",value:function(){this.dom_.removeAttribute("tabindex"),this.questions_.forEach(function(e){return e.removeAttribute("tabindex")})}},{key:"onQuestionClick_",value:function(e,t){var a=e.target;"number"!=typeof this.localData_[this.layerData.uid]&&(this.localData_=this.getLocalComponentData(),this.localData_[this.layerData.uid]=t,this.setLocalComponentData(this.localData_),this.questions_.forEach(function(e){return e.classList.remove("selected")}),a.classList.add("selected"),this.isPercentageType_?this.handlePercentageAnswerType_(a):this.handleCorrectAnswerType_(a),this.handleEvent_(t))}},{key:"handleCorrectAnswerType_",value:function(e){var t=this;if(this.dom_.lastElementChild.classList.add("correct"),void 0!==this.layerData.r_p_v&&this.layerData.r_p_v)return e.classList.add("".concat(this.questions_[this.layerData.q_answer]===e?"correct":"wrong","-option")),void this.handlePercentageAnswerType_(e,!0);this.questions_[this.layerData.q_answer]===e?(this.handleOptions_(e,"correct-option",this.partyEmoji_),setTimeout(function(){t.questions_.forEach(function(a){a!==e&&t.handleOptions_(a,"wrong-option",t.wrongIconTemplate_)}),e.removeChild(e.querySelector(".correct-emoji")),e.appendChild(t.generateHtmlFromTemplate(t.correctIconTemplate_))},1400)):(this.handleOptions_(e,"wrong-option",this.sadEmoji_),setTimeout(function(){t.questions_.forEach(function(a,n){n===t.layerData.q_answer&&t.handleOptions_(a,"correct-option",t.correctIconTemplate_),a!==e&&n!==t.layerData.q_answer&&t.handleOptions_(a,"wrong-option",t.wrongIconTemplate_)}),e.removeChild(e.querySelector(".wrong-emoji")),e.appendChild(t.generateHtmlFromTemplate(t.wrongIconTemplate_))},1400))}},{key:"handleOptions_",value:function(e,t,a){arguments.length>3&&void 0!==arguments[3]&&arguments[3]&&e.classList.add("percentage-with-choice"),e.classList.add(t);var n=e.querySelector(".image-quiz-component-question-letter"),r=this.generateHtmlFromTemplate(a),i=e.querySelector(".image-quiz-component-question-title span").innerHTML;if(n&&e.removeChild(n),e.appendChild(r),"percentage-option"===t){e.setAttribute("data-i18n-key","a11y_image_quiz_percentage_answer");var s=e.querySelector(".percentage-icon span").innerHTML;e.setAttribute("aria-label","{@_".concat(i,"_1} was selected by {@_").concat(s,"_2} of users."))}else"correct-option"===t?(e.setAttribute("data-i18n-key","a11y_image_quiz_correct_answer"),e.setAttribute("aria-label","{@_".concat(i,"_1} is the correct answer"))):(e.setAttribute("data-i18n-key","a11y_image_quiz_wrong_answer"),e.setAttribute("aria-label","{@_".concat(i,"_1} is the wrong answer")));(0,d.createAndDispatchEvent)(this.storyDom_,"onI18nEvent",{wrapperDom:this.dom_})}},{key:"handlePercentageAnswerType_",value:function(e){var t,a=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(void 0===this.layerData.r_p_v||this.layerData.r_p_v){var r=this.checkQuizDataDiff_()?0:1,i=null!==(t=this.layerData.q_o_votes)&&void 0!==t?t:Array.from({length:this.layerData.q_o_votes.length},function(){return 100}),s=this.sumArrayValues(null!=i?i:[])+r;this.dom_.lastElementChild.classList.add("percentage"),this.questions_.forEach(function(t,o){var l;t===e?(l=Number(i[o])+r,e.classList.add("selected")):l=Number(i[o]);var c=Math.round(l/s*100);n?a.handleOptions_(t,"percentage-option",a.percentageIconTemplate_(c,a.questions_[a.layerData.q_answer]===t?"correct":"wrong"),n):a.handleOptions_(t,"percentage-option",a.percentageIconTemplate_(c,""))})}else this.questions_.forEach(function(t,a){t===e?e.classList.add("selected"):t.classList.add("other-option")})}},{key:"checkQuizDataDiff_",value:function(){var e;if(this.layerData.is_result)return!0;var t=this.getComponentLocalData(v.LayerTemplateTypes.IMAGE_QUIZ,this.layerData);return!(t.uid!==this.layerData.uid||!t.q_o_votes)&&(null!==(e=this.layerData.q_o_votes)&&void 0!==e?e:[]).some(function(e,a){var n;return(null===(n=t.q_o_votes)||void 0===n?void 0:n[a])!==e})}},{key:"handleEvent_",value:function(e){return c(this,void 0,void 0,i.default.mark(function t(){var a,n;return i.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:a={event_type:m.LayerEventTypes.ImageQuizAnswered,story_group_id:+this.group_.group_id,story_id:+this.story_.story_id,story_group_index:null,story_index:null,story_group_type:"default",story_interactive_type:"image_quiz",story_interactive_x:this.layerData.x,story_interactive_y:this.layerData.y,duration:null,watch_length:null,event_time:Date.now(),activity:String(e),uid:this.layerData.uid},this.setComponentLocalData(v.LayerTemplateTypes.IMAGE_QUIZ,this.layerData),this.api.sendEvent(a),n={custom_payload:this.layerData.custom_payload,title:this.layerData.q_title,questions:this.layerData.q_o_texts,images:this.layerData.q_o_images,votes:this.layerData.q_o_votes,answer:e,correct_answer:this.layerData.q_answer},(0,d.createAndDispatchEvent)(this.storyDom_,"onConditionalEvent"),(0,d.createAndDispatchEvent)(this.storyDom_,"onStoryEvent",n);case 6:case"end":return t.stop()}},t,this)}))}}]),s}(_.default);exports.default=f;
363
363
  },{"@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW","@babel/runtime/helpers/inherits":"d4H2","@babel/runtime/helpers/possibleConstructorReturn":"pxk2","@babel/runtime/helpers/getPrototypeOf":"UJE0","@babel/runtime/regenerator":"PMvg","../base":"skR7","./dataConvertor.ts":"i7Ys","./template/index.ts":"CvHr","../../lib/util":"PesM","../../lib/icons":"irwm","../../constants/layerTypes":"aJRz","../../constants/events":"d0lR","./style.scss":"WCGv"}],"wQpq":[function(require,module,exports) {
364
364
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var e=f(require("@babel/runtime/helpers/asyncToGenerator")),t=f(require("@babel/runtime/helpers/defineProperty")),s=f(require("@babel/runtime/helpers/toConsumableArray")),i=f(require("@babel/runtime/helpers/classCallCheck")),r=f(require("@babel/runtime/helpers/createClass")),a=f(require("@babel/runtime/regenerator")),o=require("../../constants/layerTypes"),n=require("../../lib/style"),d=require("../../lib/util"),l=require("../../constants/events"),h=f(require("../../constants/directions")),u=require("../../service"),y=f(require("../../lib/proxy")),c=f(require("../../components/ShareWidget")),_=f(require("../../components/AudioNotification")),p=f(require("../../service/HlsPlayer")),v=f(require("../../layers/CTA/index.ts")),m=f(require("../../lib/storage")),g=require("../../constants/common");function f(e){return e&&e.__esModule?e:{default:e}}function b(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function A(e){for(var s=1;s<arguments.length;s++){var i=null!=arguments[s]?arguments[s]:{};s%2?b(Object(i),!0).forEach(function(s){(0,t.default)(e,s,i[s])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(i)):b(Object(i)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(i,t))})}return e}var D=function(){function t(e){var s=e.story,r=e.key,a=e.group,o=e.storiesContainer,l=e.groupWrapper,u=e.progressDoms,y=e.instanceId,c=e.condition;(0,i.default)(this,t),this.storyDom_=null,this.layersContainer_=document.createElement("div"),this.story_=s,this.storyData_={},this.layers_=[],this.group_=a,this.key_=r,this.storiesContainer_=o,this.groupWrapper_=l,this.progressDoms_=new Proxy(u,[]),this.storyProgressSecond_=7,this.progressPaused_=!0,this.imageAsset_=null,this.videoAsset_=null,this.videoAssetLoadingStarted_=!1,this.storyProgressRemain_=this.storyProgressSecond_,this.progressTime_=0,this.isBlankStory_=!1,this.imageAssetLoaded_=!1,this.instanceId_=y,this.timedLayers_=[],this.condition_=c,(0,n.setClass)(this.layersContainer_,"layers-container"),(0,d.setAttribute)(this.layersContainer_,"dir",h.default.LTR),this.attachCallbacksToElement_()}return(0,r.default)(t,[{key:"attachCallbacksToElement_",value:function(){this.onVideoLoadedData_=this.onVideoLoadedData_.bind(this),this.onVideoEnded_=this.onVideoEnded_.bind(this),this.onVideoWaiting_=this.onVideoWaiting_.bind(this),this.onVideoPlaying_=this.onVideoPlaying_.bind(this),this.handleSoundStory_=this.handleSoundStory_.bind(this),this.playAndPauseStory=this.playAndPauseStory.bind(this),this.handleCloseGroup_=this.handleCloseGroup_.bind(this),this.onImageLoad_=this.onImageLoad_.bind(this),this.renderShareWidget=this.renderShareWidget.bind(this),this.handleLayersVisibility_=this.handleLayersVisibility_.bind(this),this.handleTranscript_=this.handleTranscript_.bind(this),this.handleAccessibilityOnOff_=this.handleAccessibilityOnOff_.bind(this)}},{key:"setCustomEvents_",value:function(){this.storyDom_.addEventListener("onPlayPause",this.playAndPauseStory)}},{key:"render",value:function(e){var t=(0,d.getStoryAssetFromLayers)(this.story_.media.layers),i=t.storyData,r=t.layers,a=t.storyBg;this.storyData_=i,this.layers_=(0,s.default)(r);var o=e({story:A(A({},this.storyData_),{},{story_id:this.story_.story_id}),type:this.storyData_.type,altText:this.story_.alt_text,mediaHost:this.group_.media_host,storyBg:a});if(this.storyDom_=(0,d.generateHtmlFromTemplate)(o),this.storyDom_.appendChild(this.layersContainer_),this.condition_?0===this.key_?this.storiesContainer_.querySelectorAll(".storyly__story")[this.key_].before(this.storyDom_):this.storiesContainer_.querySelectorAll(".storyly__story")[this.key_-1].after(this.storyDom_):this.storiesContainer_.appendChild(this.storyDom_),this.loadLayers_(),"video"===this.storyData_.type)this.videoAsset_=this.storyDom_.querySelector("video"),this.handleVideoEvents_();else if(this.isBlankStory_){if(this.isBlankStory_){var l=this.storyDom_.querySelector(".story-image");(0,n.setStyle)(l,["opacity","0"])}}else this.imageAsset_=this.storyDom_.querySelector("img"),this.imageAsset_.addEventListener("load",this.onImageLoad_,{once:!0});var h=y.default.getNodeByInstanceId(this.instanceId_).getDataFromGlobal().globalInstanceData;return this.globalInstanceData=h,this.setCustomEvents_(),this.handleStoryEvent_(),Promise.resolve(this.storyDom_)}},{key:"onImageLoad_",value:function(){if(!this.imageAssetLoaded_&&(this.handleProgressBar_(),this.imageAssetLoaded_=!0,!this.storyData_.position&&!this.storyData_.sizing)){var e=this.imageAsset_,t=e.clientHeight,s=e.clientWidth;this.setStoryClassByAsset_({height:t,width:s})}}},{key:"setStoryClassByAsset_",value:function(e){var t=e.width;+(56.25*e.height/t).toFixed(2)<100&&(0,n.setClass)(this.storyDom_,"story-9_16")}},{key:"handleVideoEvents_",value:function(){this.videoAsset_.addEventListener("loadedmetadata",this.onVideoLoadedData_),this.videoAsset_.addEventListener("ended",this.onVideoEnded_),this.videoAsset_.addEventListener("waiting",this.onVideoWaiting_),this.videoAsset_.addEventListener("playing",this.onVideoPlaying_)}},{key:"onVideoLoadedData_",value:function(){var t=(0,e.default)(a.default.mark(function e(){var t;return a.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(this.videoAssetLoaded_=!0,this.setStoryClassByAsset_({height:this.videoAsset_.videoHeight,width:this.videoAsset_.videoWidth}),this.storyProgressRemain_=this.videoAsset_.duration,this.storyProgressSecond_=this.videoAsset_.duration,!(this.videoAsset_.duration>=120)||(0,d.isLiveVideo)(this.storyData_.video_type)){e.next=10;break}return e.next=7,require("./VideoSeekBar").default;case 7:t=e.sent,this.videoSeekbar_=new t({storyDom:this.storyDom_,videoDom:this.videoAsset_,layers:this.timedLayers_,playPauseStory:this.playAndPauseStory.bind(this),setProgressTime:this.setProgressTime.bind(this),instanceId:this.instanceId_}),this.videoAsset_.addEventListener("seeking",this.handleLayersVisibility_);case 10:this.videoAsset_.addEventListener("timeupdate",this.handleLayersVisibility_);case 11:case"end":return e.stop()}},e,this)}));return function(){return t.apply(this,arguments)}}()},{key:"onVideoEnded_",value:function(){this.globalInstanceData.accessibility||(0,d.createAndDispatchEvent)(this.storyDom_,l.CustomerEventTypes.nextStory)}},{key:"onVideoWaiting_",value:function(){this.progressPaused_=!0}},{key:"onVideoPlaying_",value:function(){if(this.videoAssetLoaded_){var e=this.groupWrapper_.querySelector(".storyly__story-actions").querySelector('button[data-type="sound"]');(0,d.videoHasAudio)(this.videoAsset_)||(this.soundOn_=!1,e.classList.replace("sound-on","sound-off")),this.soundOn_?this.soundOn():this.soundOff(),this.progressPaused_=!1,this.handleProgressBar_()}}},{key:"onVideoShown_",value:function(){var t=(0,e.default)(a.default.mark(function e(){var t,s,i=this;return a.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t=this.videoAsset_.querySelector("source"),s=this.videoAsset_.querySelector("source").dataset.src,!(0,d.isLiveVideo)(this.storyData_.video_type)){e.next=8;break}return e.next=5,(0,p.default)({source:s,tag:this.videoAsset_,thumbnail:this.storyData_.thumbnail_url});case 5:this.hls_=e.sent,e.next=10;break;case 8:t.src=s,this.videoAsset_.load();case 10:this.videoAsset_.oncanplay=function(){i.videoPausedPromise_?i.videoPausedPromise_.then(function(){i.videoPlayedPromise_=i.videoAsset_.play()}):i.videoPlayedPromise_=i.videoAsset_.play()};case 11:case"end":return e.stop()}},e,this)}));return function(){return t.apply(this,arguments)}}()},{key:"removeEvents_",value:function(){var e=this.groupWrapper_.querySelector(".storyly__story-actions"),t=e.querySelector('button[data-type="sound"]'),s=e.querySelector('button[data-type="share"]'),i=e.querySelector('button[data-type="close"]'),r=e.querySelector('button[data-type="transcript"]');this.playPauseAction_&&!(0,d.isMobileView)()&&(0,d.removeClickEventListener)(this.playPauseAction_,this.playAndPauseStory),i&&!i.hasAttribute("hidden")&&(0,d.removeClickEventListener)(i,this.handleCloseGroup_),(0,d.removeClickEventListener)(t,this.handleSoundStory_),(0,d.removeClickEventListener)(s,this.renderShareWidget),(0,d.removeClickEventListener)(r,this.handleTranscript_)}},{key:"loadLayers_",value:function(){var t=(0,e.default)(a.default.mark(function t(){var s=this;return a.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:this.layers_.forEach(function(){var t=(0,e.default)(a.default.mark(function e(t,i){var r,n,d,l,h,u,y,c,_,p,m,g,f,b,D,P,S;return a.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:r=t,n={layer:A(A({},t),{},{z_index:i}),group:s.group_,story:s.story_,storyDom:s.layersContainer_,instanceId:s.instanceId_},t.is_bg&&(t.bg_color||t.gradient_colors)&&(s.isBlankStory_=!0,d=require("../../layers/BlankStory/index.ts").default,r.instance=new d(A({},n))),t.type===o.LayerTemplateTypes.EMOJI?(l=require("../../layers/Emoji/index.ts").default,r.instance=new l(A({},n))):t.type===o.LayerTemplateTypes.POLL?(h=require("../../layers/Poll/index.ts").default,r.instance=new h(A({},n))):t.type===o.LayerTemplateTypes.RATING?(u=require("../../layers/Rating/index.ts").default,r.instance=new u(A({},n))):t.type===o.LayerTemplateTypes.QUIZ?(y=require("../../layers/Quiz/index.ts").default,r.instance=new y(A({},n))):t.type===o.LayerTemplateTypes.COUNTDOWN?(c=require("../../layers/Countdown/index.ts").default,r.instance=new c(A({},n))):t.type===o.LayerTemplateTypes.IMAGE_CTA?(_=require("../../layers/ImageCTA/index.ts").default,r.instance=new _(A(A({},n),{},{type:o.LayerTemplateTypes.IMAGE_CTA}))):t.type===o.LayerTemplateTypes.BUTTON||t.type===o.LayerTemplateTypes.SWIPE?(s.ctaLayer_=new v.default(A(A({},n),{},{type:t.type===o.LayerTemplateTypes.BUTTON?o.LayerTemplateTypes.BUTTON:o.LayerTemplateTypes.SWIPE})),r.instance=s.ctaLayer_):(t.image_path||t.video_path||t.image_url)&&t.studio_component_type?(p=require("../../layers/Media/index.ts").default,r.instance=new p(A(A({},n),{},{mediaHost:s.group_.media_host}))):t.type===o.LayerTemplateTypes.TEXT?(m=require("../../layers/Text/index.ts").default,r.instance=new m(A({},n))):t.type===o.LayerTemplateTypes.PRODUCT_TAG?(g=require("../../layers/ProductTag/index.ts").default,r.instance=new g(A({},n))):t.type===o.LayerTemplateTypes.PROMO_CODE?(f=require("../../layers/PromoCode/index.ts").default,r.instance=new f(A({},n))):t.type===o.LayerTemplateTypes.QUESTION?(b=require("../../layers/Question/index.ts").default,r.instance=new b(A(A({},n),{},{storiesContainer:s.storiesContainer_}))):t.type===o.LayerTemplateTypes.PRODUCT_CARD?(D=require("../../layers/ProductCard/index.ts").default,r.instance=new D(A({},n))):t.type===o.LayerTemplateTypes.PRODUCT_CATALOG?(P=require("../../layers/ProductCatalog/index.ts").default,r.instance=new P(A({},n))):t.type===o.LayerTemplateTypes.IMAGE_QUIZ&&(S=require("../../layers/ImageQuiz/index.ts").default,r.instance=new S(A({},n))),(r.start_time||r.end_time)&&(r.instance.hideLayer(),s.timedLayers_.push(r));case 5:case"end":return e.stop()}},e)}));return function(e,s){return t.apply(this,arguments)}}());case 1:case"end":return t.stop()}},t,this)}));return function(){return t.apply(this,arguments)}}()},{key:"handleProgressBar_",value:function(){var e=this;if(!this.progressInterval_){this.progressCount_=0;var t=this.progressDoms_[this.key_].querySelector("span");if((0,d.isLiveVideo)(this.storyData_.video_type))return this.progressCount_=100,void(0,n.setStyle)(t,["width","".concat(this.progressCount_,"%")]);this.progressInterval_=setInterval(function(){e.progressPaused_||(e.progressTime_+=.1,e.storyProgressRemain_-=.1,e.videoAsset_?e.play():(e.handleLayersVisibility_(),e.handleProgress_()),e.progressCount_=100*e.progressTime_/e.storyProgressSecond_,e.progressCount_<=100&&(0,n.setStyle)(t,["width","".concat(e.progressCount_,"%")]))},100)}}},{key:"handleLayersVisibility_",value:function(){var e=this;if(!this.progressPaused_||this.videoAsset_){var t=1e3*(this.videoAsset_?this.videoAsset_.currentTime:this.progressTime_);this.timedLayers_.forEach(function(s){var i=s.start_time?1e3*s.start_time-300:0,r=s.end_time?1e3*s.end_time:e.videoAsset_?1e3*e.videoAsset_.duration:1e3*e.storyProgressSecond_;t>=i&&t<=r?s.instance.showLayer():s.instance.hideLayer()})}}},{key:"handleProgress_",value:function(){this.storyProgressRemain_<=0&&!this.globalInstanceData.accessibility&&((0,d.createAndDispatchEvent)(this.storyDom_,l.CustomerEventTypes.nextStory),clearInterval(this.progressInterval_))}},{key:"handleStoryActions_",value:function(){var e=this.groupWrapper_.querySelector(".storyly__story-actions"),t=e.querySelector('button[data-type="sound"]'),s=e.querySelector('button[data-type="share"]'),i=e.querySelector('button[data-type="close"]'),r=e.querySelector('button[data-type="transcript"]');this.playPauseAction_=e.querySelector('button[data-type="play-pause"]'),y.default.getNodeByInstanceId(this.instanceId_).getDataFromGlobal().globalInstanceData.properties.storyGroupCloseButtonVisible&&i&&((0,d.removeAttribute)(i,"hidden"),(0,d.setClickEventListener)(i,this.handleCloseGroup_)),(0,d.isMobileView)()?((0,d.setAttribute)(this.playPauseAction_,"hidden",!0),this.accessibilityAction_=this.storiesContainer_.querySelector(".accessibility-switch-button"),this.accessibilityAction_&&(this.accessibilityAction_.addEventListener("pointerdown",this.handleAccessibilityOnOff_),this.globalInstanceData.accessibility?(this.accessibilityAction_.setAttribute("data-pressed","true"),(0,d.createAndDispatchEvent)(this.storyDom_,"onAccessibilityTriggered",{accessibilityEnabled:!0})):(this.accessibilityAction_.setAttribute("data-pressed","false"),(0,d.createAndDispatchEvent)(this.storyDom_,"onAccessibilityTriggered",{accessibilityEnabled:!1})))):((0,d.removeAttribute)(this.playPauseAction_,"hidden"),this.playPauseAction_.classList.replace("play","pause"),(0,d.setClickEventListener)(this.playPauseAction_,this.playAndPauseStory)),this.videoAsset_?((0,d.removeAttribute)(t,"hidden"),(0,d.setClickEventListener)(t,this.handleSoundStory_),this.story_.alt_text&&((0,d.removeAttribute)(r,"hidden"),(0,d.setClickEventListener)(r,this.handleTranscript_))):((0,d.setAttribute)(t,"hidden",!0),(0,d.setAttribute)(r,"hidden",!0)),!this.globalInstanceData.videoMuted&&this.videoAsset_?(this.videoAsset_.muted=!1,this.soundOn_=!0,t.classList.replace("sound-off","sound-on")):this.videoAsset_&&(this.videoAsset_.muted=!0,this.soundOn_=!1,t.classList.replace("sound-on","sound-off")),this.story_.is_sharable&&((0,d.removeAttribute)(s,"hidden"),(0,d.setClickEventListener)(s,this.renderShareWidget))}},{key:"handleAccessibilityOnOff_",value:function(e){var t=e.target,s="true"===t.getAttribute("data-pressed");e.target.setAttribute("data-pressed",String(!s)),this.globalInstanceData.accessibility?(this.storyDom_.hasAttribute("paused")?this.play():this.handleProgressBar_(),(0,u.readAccessibilityText)(this.storyDom_,"Accessibility is off"),t.setAttribute("aria-label",this.globalInstanceData.languageJSON.a11y_dtap_enable_accessibility),m.default.setItemToGlobal("accessibility",!1),this.globalInstanceData.accessibility=!1,(0,d.createAndDispatchEvent)(this.storyDom_,"onAccessibilityTriggered",{accessibilityEnabled:!1})):(this.globalInstanceData.accessibility=!0,(0,u.readAccessibilityText)(this.storyDom_,"Accessibility is on"),this.pause(),t.setAttribute("aria-label",this.globalInstanceData.languageJSON.a11y_disable_accessibility),m.default.setItemToGlobal("accessibility",!0),(0,d.createAndDispatchEvent)(this.storyDom_,"onAccessibilityTriggered",{accessibilityEnabled:!0}))}},{key:"handleTranscript_",value:function(){var e=(0,d.generateHtmlFromTemplate)('<div style="white-space: pre-wrap; font-size: 14px; padding: 16px;">'.concat(this.story_.alt_text,"</div>")),t=(0,d.generateHtmlFromTemplate)('<span style="display: none;"></span>'),s=(0,d.generateHtmlFromTemplate)('<span style="display: none;"></span>');(0,d.createAndDispatchEvent)(this.storyDom_,(0,d.openProductDetail)(this.instanceId_),{header:t,body:e,rerender:!1,footer:s})}},{key:"handleCloseGroup_",value:function(){(0,d.createAndDispatchEvent)(this.storyDom_,"onCloseGroup")}},{key:"handleSoundStory_",value:function(e){var t=this;if(!(0,d.videoHasAudio)(this.videoAsset_)){var s=(0,d.generateHtmlFromTemplate)(_.default);return this.storyDom_.append(s),void setTimeout(function(){t.storyDom_.removeChild(s)},1e3)}var i=e.target,r="sound-on",a="sound-off";i.classList.contains("sound-off")?((0,u.readAccessibilityText)(this.storyDom_,"Story Unmuted"),i.setAttribute("aria-pressed","false"),this.soundOn_=!0,this.soundOn(),this.globalInstanceData.videoMuted=!1):((0,u.readAccessibilityText)(this.storyDom_,"Story Muted"),i.setAttribute("aria-pressed","true"),this.soundOn_=!1,this.soundOff(),r="sound-off",a="sound-on",this.globalInstanceData.videoMuted=!0),i.classList.replace(a,r)}},{key:"exposeAccessibilityElements_",value:function(){this.storyDom_.querySelectorAll(".cta-button").forEach(function(e){(0,d.setAttribute)(e,"tabindex","21"),(0,d.setAttribute)(e,"aria-hidden","false")}),this.storyDom_.querySelectorAll(".swipe-up-button").forEach(function(e){(0,d.setAttribute)(e,"tabindex","21"),(0,d.setAttribute)(e,"aria-hidden","false")}),this.storyDom_.querySelectorAll(".product-tag-tooltip").forEach(function(e){(0,d.setAttribute)(e,"tabindex","21"),(0,d.setAttribute)(e,"aria-hidden","false")}),this.storyDom_.querySelectorAll(".poll-component").forEach(function(e){e.querySelectorAll("button").forEach(function(e){return(0,d.setAttribute)(e,"tabindex","22")}),(0,d.setAttribute)(e,"tabindex","22"),(0,d.setAttribute)(e,"aria-hidden","false")})}},{key:"hideAccessibilityElements_",value:function(){this.storyDom_.querySelectorAll(".cta-button").forEach(function(e){(0,d.removeAttribute)(e,"tabindex"),(0,d.setAttribute)(e,"aria-hidden","true")}),this.storyDom_.querySelectorAll(".swipe-up-button").forEach(function(e){(0,d.removeAttribute)(e,"tabindex"),(0,d.setAttribute)(e,"aria-hidden","true")}),this.storyDom_.querySelectorAll(".product-tag-tooltip").forEach(function(e){(0,d.removeAttribute)(e,"tabindex"),(0,d.setAttribute)(e,"aria-hidden","true")}),this.storyDom_.querySelectorAll(".poll-component").forEach(function(e){e.querySelectorAll("button").forEach(function(e){return(0,d.removeAttribute)(e,"tabindex")}),(0,d.removeAttribute)(e,"tabindex"),(0,d.setAttribute)(e,"aria-hidden","true")})}},{key:"renderShareWidget",value:function(){var t=(0,e.default)(a.default.mark(function e(){return a.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,(0,c.default)({dom:this.storyDom_,group:this.group_,story:this.story_,playAndPauseStory:this.playAndPauseStory.bind(this)});case 2:this.shareWidget_=e.sent;case 3:case"end":return e.stop()}},e,this)}));return function(){return t.apply(this,arguments)}}()},{key:"soundOn",value:function(){this.videoAsset_.muted=!1}},{key:"soundOff",value:function(){this.videoAsset_.muted=!0}},{key:"pause",value:function(){var e=this;arguments.length>0&&void 0!==arguments[0]&&arguments[0]&&this.hideShareWidget(),this.progressPaused_=!0,this.storyDom_.setAttribute("paused",""),this.videoAsset_&&(this.videoPlayedPromise_?this.videoPlayedPromise_.then(function(){e.videoPausedPromise_=e.videoAsset_.pause()}):this.videoPausedPromise_=this.videoAsset_.pause())}},{key:"play",value:function(){var e=this;arguments.length>0&&void 0!==arguments[0]&&arguments[0]&&this.playPauseAction_.classList.contains("play")&&this.playPauseAction_.classList.replace("play","pause"),this.progressPaused_=!1,this.storyDom_.removeAttribute("paused"),this.videoAsset_&&!(0,d.isVideoPlaying)(this.videoAsset_)&&(this.videoPausedPromise_?this.videoPausedPromise_.then(function(){e.videoPlayedPromise_=e.videoAsset_.play()}):this.videoPlayedPromise_=this.videoAsset_.play())}},{key:"setVideoStoryAsset",value:function(){if(("video"===this.storyData_.type||this.story_.media.thumbnail_url)&&!(0,d.isLiveVideo)(this.storyData_.video_type)){var e=(0,d.getStoryMedia)({host:this.group_.media_host,path:this.story_.media.thumbnail_url,story:this.storyData_});(0,d.setAttribute)(this.storyDom_.querySelector("video"),"poster",e)}}},{key:"playAndPauseStory",value:function(){if(!this.globalInstanceData.accessibility){var e="play",t="pause";this.playPauseAction_.classList.contains("pause")?(this.pause(),this.playPauseAction_.setAttribute("aria-pressed","true"),(0,d.createAndDispatchEvent)(this.storyDom_,"onPlayPauseEvent",{eventType:l.EventTypes.Paused})):(this.play(),this.playPauseAction_.setAttribute("aria-pressed","false"),(0,d.createAndDispatchEvent)(this.storyDom_,"onPlayPauseEvent",{eventType:l.EventTypes.Resumed}),e="pause",t="play"),this.playPauseAction_.classList.replace(t,e)}}},{key:"sendStoryViewedEvent_",value:function(){var e=A({},this.getStoryData());(0,d.createAndDispatchEvent)(this.storyDom_,"onCustomerEvent",{eventName:l.CustomerEventTypes.storyViewed,params:e})}},{key:"handleStoryTitleOnChange_",value:function(){var e=this.story_.title;e&&(this.groupWrapper_.querySelector(".storyly__sg-info h4").textContent=e)}},{key:"handleStoryEvent_",value:function(){var e=this;this.storyDom_.addEventListener("onStoryEvent",function(t){var s,i={storyComponent:t.detail,storyGroup:A(A({},e.group_),{},{iconUrl:null!==(s=e.group_.icon_image_url)&&void 0!==s?s:e.group_.icon_video_url,icon_image_url:void 0}),story:A(A({},e.story_),{},{componentList:e.story_.media.layers,currentTime:e.getWatchLength(),media:void 0})};(0,d.createAndDispatchEvent)(e.storyDom_,"onCustomerEvent",{eventName:l.UserInteracted,params:i})})}},{key:"show",value:function(){var e,t=this;this.group_.type!==g.groupTypes.REDIRECT?(this.storyDom_.setAttribute("show",""),(0,d.createAndDispatchEvent)(this.storyDom_,"storyChange",{asset:this.isBlankStory_?"":null!==(e=this.imageAsset_)&&void 0!==e?e:this.videoAsset_}),(0,d.updateStorylyUrlParams)(this.group_.group_id,this.story_.story_id,this.globalInstanceData.shareParams),this.handleStoryActions_(),this.handleStoryTitleOnChange_(),this.progressPaused_=!1,this.storyProgressRemain_=this.storyProgressSecond_,this.progressTime_=0,(0,n.removeClass)(this.progressDoms_[this.key_],"seen"),this.videoAsset_?this.onVideoShown_():this.isBlankStory_||this.imageAssetLoaded_?this.handleProgressBar_():this.imageAsset_.style.paddingBottom="0.5px",this.globalInstanceData.accessibility&&(0,n.setStyle)(this.playPauseAction_,["display","none"]),this.exposeAccessibilityElements_(),(0,n.setClass)(this.progressDoms_[this.key_],"active"),(0,n.setClass)(this.storyDom_,"active"),setTimeout(function(){t.storyDom_.focus()},500),this.sendStoryViewedEvent_()):this.ctaLayer_.handleUrlForRedirectGroup()}},{key:"hide",value:function(){var e,t=this,s=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=s.isBack,r=void 0!==i&&i,a=s.holdActive,o=void 0!==a&&a;if(this.storyDom_.removeAttribute("show"),this.storyDom_.hasAttribute("paused")&&this.storyDom_.removeAttribute("paused"),this.hideAccessibilityElements_(),clearInterval(this.progressInterval_),clearInterval(this.startInterval_),this.progressInterval_=null,this.startInterval_=null,this.videoAsset_){if(this.videoAsset_.currentTime=0,this.videoPlayedPromise_?this.videoPlayedPromise_.then(function(){t.videoPausedPromise_=t.videoAsset_.pause()}):this.videoPausedPromise_=this.videoAsset_.pause(),this.hls_)return void this.hls_.stopLoad();this.videoAsset_.querySelector("source").src="",this.videoAsset_.load()}this.removeEvents_(),this.progressPaused_=!0,(0,n.removeClass)(this.progressDoms_[this.key_],"active"),o||(0,n.removeClass)(this.storyDom_,"active"),(0,n.resetStyle)(this.progressDoms_[this.key_].querySelector("span"),["width"]),r?(0,n.removeClass)(this.progressDoms_[this.key_],"seen"):(0,n.setClass)(this.progressDoms_[this.key_],"seen"),null===(e=this.shareWidget_)||void 0===e||e.hide(),this.timedLayers_.forEach(function(e){return e.instance.hideLayer()})}},{key:"getWatchLength",value:function(){var e=this.storyProgressRemain_<0?0:Math.round(this.storyProgressRemain_);return 1e3*(Math.round(this.storyProgressSecond_)-e)}},{key:"getProgressPausedStatus",value:function(){return this.progressPaused_}},{key:"getStoryData",value:function(){var e=(0,d.getStoryMedia)({host:this.group_.media_host,story:this.storyData_});return{story_id:this.story_.story_id,media:e,group:this.group_,index:this.key_,title:this.story_.title,name:this.story_.name}}},{key:"sendStoryClickedEvent",value:function(e){var t=A({},this.getStoryData());(0,d.createAndDispatchEvent)(this.storyDom_,"onCustomerEvent",{eventName:"next"===e?"CustomerEventTypes.nextStory":l.CustomerEventTypes.previousStory,params:t})}},{key:"setKey",value:function(e){this.key_=e}},{key:"setProgressTime",value:function(e){this.progressTime_=+e.toFixed(1)}},{key:"pauseByTouch",value:function(){this.pause(),(0,n.setStyle)(this.storiesContainer_.querySelector(".storyly__story-header"),["opacity",0])}},{key:"playAfterTouch",value:function(){(0,n.setStyle)(this.storiesContainer_.querySelector(".storyly__story-header"),["opacity",1]),this.play()}},{key:"hideShareWidget",value:function(){this.shareWidget_&&this.shareWidget_.hide()}}]),t}(),P=exports.default=D;
365
365
  },{"@babel/runtime/helpers/asyncToGenerator":"agGE","@babel/runtime/helpers/defineProperty":"IxO8","@babel/runtime/helpers/toConsumableArray":"Fhqp","@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW","@babel/runtime/regenerator":"PMvg","../../constants/layerTypes":"aJRz","../../lib/style":"vgU2","../../lib/util":"PesM","../../constants/events":"d0lR","../../constants/directions":"w67G","../../service":"hs1C","../../lib/proxy":"qmVm","../../components/ShareWidget":"YKVc","../../components/AudioNotification":"uO1E","../../service/HlsPlayer":"LJ77","../../layers/CTA/index.ts":"z87C","../../lib/storage":"NA5d","../../constants/common":"VKZr","./VideoSeekBar":"RzYW","../../layers/BlankStory/index.ts":"PKaq","../../layers/Emoji/index.ts":"Enlc","../../layers/Poll/index.ts":"AIfF","../../layers/Rating/index.ts":"a03J","../../layers/Quiz/index.ts":"LZ2c","../../layers/Countdown/index.ts":"E52t","../../layers/ImageCTA/index.ts":"sPCL","../../layers/Media/index.ts":"pb6u","../../layers/Text/index.ts":"rMyZ","../../layers/ProductTag/index.ts":"uL9x","../../layers/PromoCode/index.ts":"frVD","../../layers/Question/index.ts":"ViyD","../../layers/ProductCard/index.ts":"hLJa","../../layers/ProductCatalog/index.ts":"xEIM","../../layers/ImageQuiz/index.ts":"fLIm"}],"DEw7":[function(require,module,exports) {
@@ -453,7 +453,7 @@ var t=arguments[3];Object.defineProperty(exports,"__esModule",{value:!0}),export
453
453
  },{"@babel/runtime/helpers/toConsumableArray":"Fhqp","@babel/runtime/helpers/asyncToGenerator":"agGE","@babel/runtime/helpers/defineProperty":"IxO8","@babel/runtime/regenerator":"PMvg","../lib/util":"PesM"}],"GGgr":[function(require,module,exports) {
454
454
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=o;var e=c(require("@babel/runtime/helpers/defineProperty")),r=c(require("@babel/runtime/helpers/toConsumableArray")),t=require("../lib/util");function c(e){return e&&e.__esModule?e:{default:e}}function i(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);r&&(c=c.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,c)}return t}function u(r){for(var t=1;t<arguments.length;t++){var c=null!=arguments[t]?arguments[t]:{};t%2?i(Object(c),!0).forEach(function(t){(0,e.default)(r,t,c[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(c)):i(Object(c)).forEach(function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(c,e))})}return r}function o(e,c){var i=/@{p_(\d).+?}/,o=Object.freeze({TITLE:/@{p_\d_title}/,IMAGE:/@{p_\d_image_\d}/,DESCRIPTION:/@{p_\d_desc}/,SALES_PRICE:/@{p_\d_s_price}/,CTA:/@{p_\d_cta}/,CTA_TEXT:/@{p_\d_cta_text}/,PRICE:/@{p_\d_price}/,PRODUCTS:/@{p_\d_products}/,PRODUCT_GROUP_ID:/@{p_\d_pgid}/,PRODUCT_ID:/@{p_\d_pid}/,DISCOUNT:/@{p_\d_discount}/,CURRENCY:/@{p_\d_currency}/}),n=[];return c.forEach(function(c){if(e[c.name]){var a=e[c.name],d=[];(0,t.shuffleArray)(c.stories).forEach(function(e){if(8!==d.length){var c=Math.max.apply(Math,(0,r.default)(e.media.layers.flatMap(function(e){return Object.values(e)}).filter(function(e){return"string"==typeof e&&e.match(i)}).map(function(e){return+e.match(i)[1]}))),n=structuredClone(e),p=0,l=[];a.filter(function(e){return!e.used}).forEach(function(s,_){if(p!==c){var f=structuredClone(s),m=f.price,h=f.sales_price;n.media.layers.forEach(function(c,n){var d=c;Object.keys(c).filter(function(e){return"string"==typeof c[e]&&c[e].match(i)||"products"===e}).forEach(function(p){if("products"===p){if(!f.product_id||!f.product_group_id)return;if(Array.isArray(c[p]))Object.values(c[p][0]).some(function(e){return e.match(i)})&&(d[p]=[u(u({},c[p][0]),{},{id:f.id,product_id:f.product_id,product_group_id:f.product_group_id})],delete f.product_id,delete f.product_group_id);else if(c[p].match(o.PRODUCTS)){var l,s=e.media.layers[n-1],y=null===(l=Object.values(s).find(function(e){return"string"==typeof e&&e.match(i)}))||void 0===l?void 0:l.match(i),v=c[p].match(i);if(y&&y[1]===v[1]){(c[p].products||[]).some(function(e){return e.product_id===e.id})||(d[p]=[].concat((0,r.default)(c[p].products||[]),[{id:f.id,product_id:f.product_id,product_group_id:f.product_group_id}]))}else{d[p]=[{id:f.id,product_id:f.product_id,product_group_id:f.product_group_id}];for(var O=1;O<5;O+=1){var g=a[_+O];g&&(d[p].push({id:g.id,product_id:g.product_id,product_group_id:g.product_group_id}),g.used=!0)}}delete f.product_id,delete f.product_group_id}}else if(c[p].match(o.TITLE)&&f.title){var C=c[p].replace(o.TITLE,f.title);d[p]=C,delete f.title}else if(c[p].match(o.CTA)&&f.url){var E=c[p].replace(o.CTA,f.url);d[p]=E,delete f.url}else if(c[p].match(o.CTA_TEXT)){var T,b=null!==(T=f.cta_text)&&void 0!==T?T:null,P=c[p].replace(o.CTA_TEXT,"".concat(b));d[p]=P,delete f.cta_text}else if(c[p].match(o.SALES_PRICE)&&f.sales_price){var I=c[p].replace(o.SALES_PRICE,(0,t.currencyFormatter)(f.sales_price,f.price_currency));d[p]=I,delete f.sales_price}else if(c[p].match(o.PRICE)&&(f.price||f.sales_price)){var R=e.media.layers.some(function(e){return Object.values(e).some(function(e){return"string"==typeof e&&e.match(o.SALES_PRICE)})}),j=f.price;!R&&f.sales_price&&(j=f.sales_price,delete f.sales_price);var D=c[p].replace(o.PRICE,(0,t.currencyFormatter)(j,f.price_currency)||0);d[p]=D,delete f.price}else if(c[p].match(o.CURRENCY)&&f.price_currency){var S=c[p].replace(o.CURRENCY,f.price_currency);d[p]=S,delete f.price_currency}else if(c[p].match(o.PRODUCT_ID)&&f.product_id){var A=c[p].replace(o.PRODUCT_ID,f.product_id);d[p]=A,delete f.product_id}else if(c[p].match(o.DISCOUNT)&&h&&h<m){var U=Math.ceil(100*(m-h)/m),M=c[p].replace(o.DISCOUNT,"".concat(U,"%"));d[p]=M}else if(c[p].match(o.DESCRIPTION)&&f.description){var N=c[p].replace(o.DESCRIPTION,f.description);d[p]=N,delete f.description}else if(c[p].match(o.IMAGE)&&f.image_urls){if(0===f.image_urls.length)return;var L=c[p].replace(o.IMAGE,f.image_urls[0]);f.image_urls.length>0&&f.image_urls.splice(0,1),d[p]=L}})});var y=n.media.layers.every(function(e){return Object.values(e).filter(function(e){return"string"==typeof e}).every(function(e){return!e.match(i)})}),v=n.media.layers.some(function(e){return Object.values(e).filter(function(e){return"string"==typeof e}).some(function(e){return null==e?void 0:e.match(i)})});y?(p+=1,l.length>0&&l.forEach(function(e){e.used=!0}),s.used=!0,d.push(n),n=structuredClone(e)):c>1&&v&&(p+=1,l.push(s))}})}}),d.length>0&&n.push(u(u({},c),{},{stories:d}))}}),Promise.resolve(n)}
455
455
  },{"@babel/runtime/helpers/defineProperty":"IxO8","@babel/runtime/helpers/toConsumableArray":"Fhqp","../lib/util":"PesM"}],"Lwlj":[function(require,module,exports) {
456
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var e=D(require("@babel/runtime/helpers/toConsumableArray")),t=D(require("@babel/runtime/helpers/asyncToGenerator")),r=D(require("@babel/runtime/helpers/slicedToArray")),o=D(require("@babel/runtime/helpers/typeof")),s=D(require("@babel/runtime/helpers/defineProperty")),i=D(require("@babel/runtime/helpers/classCallCheck")),n=D(require("@babel/runtime/helpers/createClass")),a=D(require("@babel/runtime/helpers/assertThisInitialized")),u=D(require("@babel/runtime/helpers/inherits")),l=D(require("@babel/runtime/helpers/possibleConstructorReturn")),d=D(require("@babel/runtime/helpers/getPrototypeOf")),h=D(require("@babel/runtime/helpers/wrapNativeSuper")),p=D(require("@babel/runtime/regenerator")),c=require("uuid"),_=D(require("./lib/api.ts")),y=D(require("./lib/storage")),v=require("./lib/style"),g=require("./lib/util"),f=D(require("./constants/playmode"));require("./main.scss");var m=require("./service/custom-story-group-design-impl"),S=require("./constants/common"),b=require("./service"),C=D(require("./constants/layouts")),G=require("./constants/events"),w=D(require("./constants/directions")),I=D(require("./constants/barLayouts")),E=D(require("./components/AdGroup")),k=require("./constants/layerTypes"),x=D(require("./service/focal-point-impl.ts"));function D(e){return e&&e.__esModule?e:{default:e}}function A(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,o)}return r}function P(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?A(Object(r),!0).forEach(function(t){(0,s.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):A(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function T(e){var t=L();return function(){var r,o=(0,d.default)(e);if(t){var s=(0,d.default)(this).constructor;r=Reflect.construct(o,arguments,s)}else r=o.apply(this,arguments);return(0,l.default)(this,r)}}function L(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(L=function(){return!!e})()}var O=function(l){(0,u.default)(h,l);var d=T(h);function h(){var e;return(0,i.default)(this,h),(e=d.call(this)).groupShadowRoot_=e.attachShadow({mode:"open"}),e.storyShadowRoot_=null,e.groups_=[],e.token_=null,e.uuid_=null,e.sessionId_=null,e.selectedGroup_={},e.storylyOpen_=!1,e.retryCount_=0,e.shareParams_={},e.openStoryParams_=null,e.seenGroups_=[],e.groupCircleNodes_=[],e.hiddenStoryGroupNodes_=[],e.currentGroupIndex_=0,e.adGroups_=[],e.adSettings_={},e.properties_={storyGroupTextColor:"#4A4A4A",storyGroupTextVisibility:!0,storyGroupSize:"72x72",storyGroupCoverWidth:72,storyGroupCoverHeight:72,storyGroupBorderRadius:72,storyGroupTextFont:"Storyly-Inter",storyTextFont:"Storyly-Inter",storyGroupAlign:"center",storyGroupMarginHorizontal:10,storyGroupIconBorderColorNotSeen:["#FFCC64","#DC475B","#992DBD"],storyGroupIconBorderColorSeen:["#DBDBDB"],storyGroupTextSize:13,storyGroupTextWeight:"500",storyGroupBorderSize:2,storyGroupTextLineHeight:1.25,storyGroupPinBackgroundColor:"#FFCB00",storyGroupPinIcon:null,storyGroupTextMarginTop:6,storyGroupTextSeenColor:"#333",storyBorderGapSize:3,storyGroupPinSize:20,storyGroupAnimation:{},scrollIndicatorOptions:{indicatorWidth:32,indicatorHeight:32,indicatorBorderRadius:16,indicatorBorderWidth:1,indicatorBorderColor:"#D8D8D8",indicatorBoxBackgroundColor:"#FFFFFF",indicatorDefaultIconsColor:"#000000",indicatorBoxShadow:"none",customLeftIndicator:"",customRightIndicator:"",leftIndicatorMargin:8,rightIndicatorMargin:8},storyGroupProgressBackgroundColor:"rgba(255, 255, 255, 0.5)",storyGroupProgressFillColor:"rgba(255, 255, 255, 1)",storyGroupTitleVisible:!0,storyGroupCoverVisible:!0,storyGroupCloseButtonVisible:!0,storyGroupHeadlineShadowVisible:!0,storyGroupTextLineCount:2,storyGroupPinRadius:100,storyGroupBadgeTextSize:12,storyGroupBadgePosition:"bottom_center",storyBorderGapColor:"#fff"},e.events_={},e.payload_={app:{bundle:window.location.host,version:"4.1.3"},device:{height:window.innerHeight,unique_id:null,locale:navigator.language,width:window.innerWidth,userAgent:navigator.userAgent,is_test:!1},sdk_version:"latest",user:{segments:null},custom_parameter:null,session_id:null,preview_session_id:null,payload:{}},e.swipingDown_={scrollY:0,pageY:0},e.swiperMove_=!1,e.isMobileView_=(0,g.isMobileView)(),e.layout_=C.default.MODERN,e.layoutInstance_=null,e.userConfig_={},e.hasAdblocker_=!1,e.storylyConnected_=!1,e.init_=!1,e.documentDir_=document.documentElement.dir||w.default.LTR,e.storylyCheckoutProducts={products:[],price:"",sales_price:"",price_currency:""},e.isStorylyCartActive=!1,e.storylyHydration=[],e.globalInstanceData={shareParams:{},direction:e.documentDir_,accessibility:y.default.getItemFromGlobal("accessibility",!1),storylyEmbed:{},videoMuted:!0,languageJSON:{},instanceDom:(0,a.default)(e),events:{}},e.storylyWebCss_=null,e.storylyFontCss_=null,e}return(0,n.default)(h,[{key:"connectedCallback",value:function(){var e=this;this.storylyConnected_||(this.attachCallbacksToElement_(),this.renderMainDoms_(),this.adBlockerDetector_(),this.storylyConnected_=!0,window.addEventListener("resize",function(){e.windowResize_=!0,e.isMobileView_&&(0,b.calcStorySizeImpl)(e.groupsOverlay_),e.setOverlayVh_()}))}},{key:"attachCallbacksToElement_",value:function(){this.handleNextGroup_=this.handleNextGroup_.bind(this),this.handlePrevGroup_=this.handlePrevGroup_.bind(this),this.handleCloseGroup_=this.handleCloseGroup_.bind(this),this.handleContainerTouchStart_=this.handleContainerTouchStart_.bind(this),this.handleContainerTouchEnd_=this.handleContainerTouchEnd_.bind(this),this.handleContainerTouchMove_=this.handleContainerTouchMove_.bind(this),this.handleNextStory_=this.handleNextStory_.bind(this),this.handlePrevStory_=this.handlePrevStory_.bind(this),this.handleImpressionEvent_=this.handleImpressionEvent_.bind(this),this.handleKeyboard_=this.handleKeyboard_.bind(this),this.handleClickGroup_=this.handleClickGroup_.bind(this),this.handleContextMenu_=this.handleContextMenu_.bind(this),this.getStoryGroupElement_=this.getStoryGroupElement_.bind(this),this.groupObserverCallback_=this.groupObserverCallback_.bind(this),this.handleTabVisibility_=this.handleTabVisibility_.bind(this),this.handleCustomerEvent_=this.handleCustomerEvent_.bind(this),this.handleConditionalEvent_=this.handleConditionalEvent_.bind(this),this.handleI18n_=this.handleI18n_.bind(this),this.handleUserEvent_=this.handleUserEvent_.bind(this)}},{key:"renderMainDoms_",value:function(){var e;this.storyShadowDom_=document.createElement("storyly-stories"),this.storyShadowDom_.style.display="block",this.storyShadowRoot_=this.storyShadowDom_.attachShadow({mode:"open"}),this.storyShadowDom_.setAttribute("tabindex","-1"),this.storyShadowDom_.setAttribute("role","application"),this.setAttribute("role","application"),this.swiperContainer_=document.createElement("div"),this.swiperWrapper_=document.createElement("div"),this.groupContainer_=document.createElement("div"),this.groupsWrapper_=document.createElement("div"),this.groupsList_=document.createElement("div"),this.groupsOverlay_=document.createElement("div");var t=null===(e=this.parentElement)||void 0===e?void 0:e.parentElement;if("STORYLY-WEB-EMBED"===(null==t?void 0:t.nodeName)){t.firstElementChild.appendChild(this.storyShadowDom_),this.globalInstanceData.storylyEmbed={init:!0,autoPlay:t.hasAttribute("autoplay"),closeButton:t.hasAttribute("useClose"),shareButton:t.hasAttribute("useShare"),container:t,canPlay:!1},(0,g.setAttribute)(this.groupsOverlay_,"embed-mode",!0),(0,g.setAttribute)(this.groupsWrapper_,"embed-mode",!0);var r=t.getAttribute("group");this.openStoryParams_=[r]}else document.body.appendChild(this.storyShadowDom_);var o=[w.default.LTR,w.default.RTL].includes(this.documentDir_)?this.documentDir_:w.default.LTR;this.globalInstanceData.direction=o,(0,g.setAttribute)(this.swiperContainer_,"dir",o),(0,g.setAttribute)(this.groupsOverlay_,"direction",o),(0,g.setAttribute)(this.groupsList_,"role","list"),(0,g.setAttribute)(this.groupsOverlay_,"role","dialog"),(0,g.setAttribute)(this.groupsOverlay_,"aria-modal","true"),this.groupsOverlay_.style.visibility="hidden",(0,v.setClass)(this.groupContainer_,"storyly__group-container"),(0,v.setClass)(this.swiperContainer_,"swiper"),(0,v.setClass)(this.swiperWrapper_,"swiper-wrapper"),(0,v.setClass)(this.groupsWrapper_,"storyly__story-groups"),(0,v.setClass)(this.groupsOverlay_,"storyly__groups-overlay"),(0,v.setClass)(this.groupsList_,"storyly__groups-list"),this.groupsWrapper_.appendChild(this.groupsList_),this.swiperContainer_.appendChild(this.swiperWrapper_),this.groupContainer_.appendChild(this.swiperContainer_),this.groupsOverlay_.appendChild(this.groupContainer_),this.storyShadowRoot_.appendChild(this.groupsOverlay_),this.groupShadowRoot_.appendChild(this.groupsWrapper_),this.storyGroupStyle=document.createElement("style"),this.storyGroupStyle.id="storyly__story-group-style-tag",this.groupShadowRoot_.appendChild(this.storyGroupStyle)}},{key:"init",value:function(e){if(!this.init_){this.init_=!0,this.userConfig_=null!=e?e:{};var t=y.default.getItemFromGlobal("Storyly_userConfig");this.userConfigChanged_=JSON.stringify(P(P({},t),{},{props:void 0}))!==JSON.stringify(P(P({},e),{},{props:void 0})),y.default.setItemToGlobal("Storyly_userConfig",this.userConfig_);var s=this.userConfig_,i=s.token,n=s.props,a=s.userPropertyData,u=s.productFeed,l=s.customStoryGroupHTML,d=s.presentationData,h=s.barLayout,p=s.isProductFallbackEnabled,_=void 0===p||p,f=s.isProductCartEnabled,m=s.inboxStory,G=s.shopify,w=s.events,E=s.scaleRatio,k=s.videoFeedView,x=s.videoFeedSectionCount,D=s.cssEnv;if(!i)throw this.failed_(S.failedMessages.token),new Error("Token not found!");w&&console.warn("There is no events key in the 3.0 version. Please check docs: https://docs.storyly.io/docs/initial-web-sdk-setup"),this.cssEnv_=D,this.scaleRatio_=E&&Number(E),this.shopify_=G,this.token_=i;var A=!d&&(0,g.decodeJwt)(this.token_);if(this.instanceId_=d?i:A.ins_id,this.isVideoFeed_=!!A.t,this.videoFeedView_=k,this.videoFeedSectionCount_=x,(0,g.setAttribute)(this,"data-storyly-instance-id",this.instanceId_),(0,g.setAttribute)(this.storyShadowDom_,"data-storyly-instance-id",this.instanceId_),this.uuid_=y.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_uuid",!1)||y.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_uuid",(0,c.v4)(),!1),this.sessionId_=y.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_session_id",(0,c.v4)(),!1),sessionStorage.removeItem("Storyly__fonts"),this.presentationData_=d,this.isProductFallbackEnabled_=!!_,this.isStorylyCartActive=f,h&&[I.default.CLASSIC,I.default.ENERGIZED].includes(h.view)&&!l){var T,L=320;(null===(T=h.style)||void 0===T?void 0:T.height)>0&&(L=h.style.height<200?200:h.style.height),this.barLayout_=P(P({},h),{},{style:P(P({},null==h?void 0:h.style),{},{height:L})}),(0,v.setStyle)(this.groupsWrapper_,["padding","".concat(.1*this.barLayout_.style.height,"px 0")]),(0,v.setStyle)(this.groupsWrapper_,["box-sizing","content-box"]);var O=(0,b.barLayoutImpl)(this.barLayout_,this,this.globalInstanceData);this.customStoryGroupHTML_=O.element,this.barLayoutStyle_=O.implementStyle}if(this.isMobileView_&&(this.layout_=C.default.CLASSIC),a&&"Object"===Object.getPrototypeOf(a).constructor.name&&!d?this.userPropertyData_=a:this.setPropsByParams_(),u&&"Object"===Object.getPrototypeOf(u).constructor.name&&(this.productFeed_=u),"object"===(0,o.default)(n)){if(this.customerStyleProperties_={},Object.keys(n).length>0&&(this.customerStyleProperties_=P(P({},n),{},{scrollIndicatorOptions:P(P({},this.properties_.scrollIndicatorOptions),(null==n?void 0:n.scrollIndicatorOptions)||{})}),n.storyGroupSize)){var N,R,M,B,F=null!==(N=null!==(R=null===(M=n.storyGroupSize)||void 0===M?void 0:M.split("x"))&&void 0!==R?R:null===(B=this.properties_.storyGroupSize)||void 0===B?void 0:B.split("x"))&&void 0!==N?N:[],V=(0,r.default)(F,2);this.customerStyleProperties_.storyGroupCoverWidth=V[0],this.customerStyleProperties_.storyGroupCoverHeight=V[1]}this.properties_=P(P({},this.properties_),this.customerStyleProperties_)}l&&(0,g.isStringHTML)(l)&&(this.customStoryGroupHTML_=l,this.properties_.storyGroupAnimation=void 0);var q=b.LocalizationImpl.getLocalizedJSON(null,this.userConfig_.locale||navigator.language);if("string"==typeof this.userConfig_.locale){var H=this.userConfig_.locale.split(/[-_]/),z=(0,r.default)(H,2),W=z[0],U=z[1];this.userConfig_.language=W,this.userConfig_.country=U}this.globalInstanceData.languageJSON=q,this.globalInstanceData.properties=this.properties_,this.globalInstanceData.presentationData=!!this.presentationData_,this.globalInstanceData.layout=this.layout_,this.globalInstanceData.inboxStory=m,this.globalInstanceData.apiEnv=this.userConfig_.apiEnv,this.globalInstanceData.isVideoFeed=this.isVideoFeed_,this.groupCircleNodes_=[],this.handleInitMethods_()}}},{key:"handleInitMethods_",value:function(){var e=(0,t.default)(p.default.mark(function e(){return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.setLayoutInstance_();case 2:this.setPayload_(),this.buildCallback_(),this.implementEvent_();case 5:case"end":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:"setPropsByParams_",value:function(){var e=new URLSearchParams(window.location.search),t={},o=e.get("userProps"),s=e.get("customParameter");o&&(o.split(",").forEach(function(e){var o=e.split(":"),s=(0,r.default)(o,2),i=s[0],n=s[1];t["{".concat(i,"}")]=n}),this.userPropertyData_=t);s&&(this.userConfig_=P(P({},this.userConfig_),{},{customParameter:s}))}},{key:"setStorylyBarObserver_",value:function(){var t=this;(0,b.intersectionObserverImpl)(null,function(r){r.forEach(function(r){if(r.isIntersecting){if(t.instanceRemoved_)return;t.layoutImpl_=(0,b.layoutImpl)(t.groupsList_,t.instanceId_,t.isVideoFeed_,t.videoFeedView_),t.setContainerHeight_(),t.layoutImpl_.on("layoutEnd",function(){[].concat((0,e.default)(t.groupCircleNodes_),(0,e.default)(t.hiddenStoryGroupNodes_)).forEach(function(e){t.storyGroupObserver_.observe(e)}),setTimeout(function(){return(0,b.renderScrollIndicator)(t.groupsWrapper_,t.properties_,t.barLayout_)},0)}),setTimeout(function(){return t.sendBarViewEvent_()},100),t.barViewed_=!0}})}).observe(this)}},{key:"sendBarViewEvent_",value:function(){var e=[],t=[];if(this.groups_.forEach(function(r){var o=r;r.onView&&!r.viewEventSend&&(e.push(r.group_id),o.viewEventSend=!0),r.onView&&t.push(P(P({},r),{},{instance:void 0}))}),0!==e.length){var r={sg_ids:e},o={detail:{eventName:G.CustomerEventTypes.renderedStoryGroups,params:t}};this.EventImpl.onBarViewedEvent(r),this.handleCustomerEvent_(o)}}},{key:"setLayoutInstance_",value:function(){var e=(0,t.default)(p.default.mark(function e(){var t,r,o,s,i,n;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(this.isVideoFeed_){e.next=8;break}return t=require("./views/Default/index.ts").default,e.next=4,t(this.groupsOverlay_,this.getActiveGroup_.bind(this),this.instanceId_,this.layout_);case 4:r=e.sent,this.layoutInstance_=r,e.next=17;break;case 8:return o=require("./views/VideoFeed/index.ts").default,e.next=11,o(this.groupsOverlay_,this.getActiveGroup_.bind(this),this.instanceId_,this.layout_);case 11:s=e.sent,this.layoutInstance_=s,i=this.layoutInstance_.createLayout({videoFeedView:this.videoFeedView_,properties:this.properties_,groupWrapper:this.groupsWrapper_,videoFeedSectionCount:this.videoFeedSectionCount_}),this.customStoryGroupHTML_=i.html,this.properties_=P(P(P({},this.properties_),i.properties),{},{storyBorderGapSize:0,storyGroupBorderSize:0}),this.appendChild(i.css);case 17:this.layout_===C.default.MODERN&&((n=document.createElement("canvas")).width=3,n.height=3,(0,v.setClass)(n,"background-blur-canvas"),this.groupsOverlay_.appendChild(n)),(0,v.setClass)(this.groupContainer_,this.layout_===C.default.MODERN?"storyly__".concat(this.isVideoFeed_?"video-feed":"default","-modern-layout"):"storyly__".concat(this.isVideoFeed_?"video-feed":"default","-classic-layout")),this.globalInstanceData.storylyEmbed.init&&!this.isVideoFeed_&&(0,g.setAttribute)(this.groupContainer_,"embed-mode",this.globalInstanceData.storylyEmbed.init),(0,g.setAttribute)(this.groupContainer_,"direction",this.documentDir_),this.swiper_=(0,b.swiperImpl)(this.swiperContainer_,this.layout_,this.isVideoFeed_);case 22:case"end":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:"implementEvent_",value:function(){var e=this.getActiveGroup_.bind(this),t=this.getPrevGroup_.bind(this),r=this.getNextGroup_.bind(this);this.EventImpl=new b.EventImpl(this.storyShadowRoot_,e,t,r,this.api_),this.globalInstanceData.EventImpl=this.EventImpl}},{key:"setPayload_",value:function(){var e=this.userConfig_,t=e.isTestMode,r=e.segments,o=e.customParameter,s=e.locale,i=(0,b.platformIml)(),n=i.os,a=i.browser,u=Array.isArray(r)&&r.length>0?r.map(function(e){return String(e)}):null;this.payload_=P(P({},this.payload_),{},{device:P(P({},this.payload_.device),{},{unique_id:this.uuid_,is_test:t,os:n,browser:a}),user:P(P({},this.payload_.user),{},{segments:u}),custom_parameter:o?String(o):null,locale:s,session_id:this.sessionId_}),this.globalInstanceData.eventPayload=this.payload_}},{key:"buildCallback_",value:function(){this.setAPI_(),this.setEventListeners_(),this.presentationData_?this.handleGroupsData_(this.presentationData_):this.fetchGroups_()}},{key:"setAPI_",value:function(){this.api_=new _.default(this.token_,this.instanceId_),this.globalInstanceData.API=this.api_}},{key:"setEventListeners_",value:function(){var e=this;this.storyShadowRoot_.addEventListener(G.CustomerEventTypes.nextStoryGroup,this.handleNextGroup_),this.storyShadowRoot_.addEventListener(G.CustomerEventTypes.previousStoryGroup,this.handlePrevGroup_),this.storyShadowRoot_.addEventListener(G.UserEventTypes.storyImpression,this.handleImpressionEvent_),this.storyShadowRoot_.addEventListener("onCloseGroup",this.handleCloseGroup_),this.storyShadowRoot_.addEventListener(G.CustomerEventTypes.nextStory,this.handleNextStory_),this.storyShadowRoot_.addEventListener(G.CustomerEventTypes.previousStory,this.handlePrevStory_),this.storyShadowRoot_.addEventListener("onCustomerEvent",this.handleCustomerEvent_),this.storyShadowRoot_.addEventListener("onConditionalEvent",this.handleConditionalEvent_),this.storyShadowRoot_.addEventListener("userEvent",this.handleUserEvent_),this.storyShadowRoot_.addEventListener("onI18nEvent",this.handleI18n_),this.storyShadowRoot_.addEventListener("onStorylyCartOpen",function(){var t;null===(t=e.getActiveGroup_().instance.storylyCart)||void 0===t||t.open()}),this.addEventListener("keydown",this.handleTabKeyPressListener_),this.layout_===C.default.MODERN&&this.storyShadowRoot_.addEventListener("storyChange",function(t){return(0,b.backgroundBlurImpl)(t,e.groupsOverlay_)}),(0,b.tabVisibilityImpl)(this.handleTabVisibility_)}},{key:"handleUserEvent_",value:function(e){var t=e.detail;this.handleEvent_(G.UserEvent,t)}},{key:"handleCustomerEvent_",value:function(e){var t=e.detail,r=t.eventName,o=t.params;this.handleEvent_(r,o)}},{key:"handleTabKeyPressListener_",value:function(e){var t=e.code,r=this.shadowRoot.activeElement;if(r=r||document.activeElement){this.lastActiveElement_=r;["Space","Enter"].includes(t)&&(r.classList.contains("group")||r.hasAttribute("slot"))&&(e.stopImmediatePropagation(),this.globalInstanceData.storiesHasAltText&&(this.globalInstanceData.accessibility=!0),this.handleClickGroup_({target:r}))}}},{key:"handleTabVisibility_",value:function(e){if(this.storylyOpen_&&this.globalInstanceData.storylyEmbed.canPlay){var t,r=this.getActiveStory_();if(document[e])r.instance.pause(!0);else null===(t=this.lastActiveElement_)||void 0===t||t.focus(),r.instance.play(!0)}}},{key:"setStoryNavigationEvents_",value:function(){this.isMobileView_&&(window.addEventListener(this.globalInstanceData.storylyEmbed.init?"pointerdown":"touchstart",this.handleContainerTouchStart_),window.addEventListener(this.globalInstanceData.storylyEmbed.init?"pointerup":"touchend",this.handleContainerTouchEnd_),this.globalInstanceData.storylyEmbed.init||window.addEventListener("touchmove",this.handleContainerTouchMove_),window.oncontextmenu=this.handleContextMenu_),this.globalInstanceData.storylyEmbed.init&&!this.isMobileView_&&this.groupsOverlay_.addEventListener("click",this.handleContainerTouchEnd_),window.addEventListener("keydown",this.handleKeyboard_)}},{key:"removeStoryNavigationEvents_",value:function(){this.isMobileView_&&(window.removeEventListener(this.globalInstanceData.storylyEmbed.init?"pointerdown":"touchstart",this.handleContainerTouchStart_),window.removeEventListener(this.globalInstanceData.storylyEmbed.init?"pointerup":"touchend",this.handleContainerTouchEnd_),this.globalInstanceData.storylyEmbed.init||window.removeEventListener("touchmove",this.handleContainerTouchMove_),window.oncontextmenu=null),window.removeEventListener("keydown",this.handleKeyboard_)}},{key:"handleContextMenu_",value:function(e){return e.preventDefault(),e.stopPropagation(),!1}},{key:"handleKeyboard_",value:function(e){var t,r,o=null===(t=this.focusableEls_)||void 0===t?void 0:t[0],s=null===(r=this.focusableEls_)||void 0===r?void 0:r[this.focusableEls_.length-1];if(("Tab"===e.key||9===e.keyCode)&&(e.shiftKey&&this.storyShadowRoot_.activeElement===o&&(s.focus(),e.preventDefault()),this.storyShadowRoot_.activeElement===s&&(o.focus(),e.preventDefault())),this.storylyOpen_){var i,n=e.key,a=e.code,u=e.keyCode;if("ArrowDown"!==a&&40!==u||!this.isVideoFeed_?"ArrowUp"!==a&&38!==u||!this.isVideoFeed_||(this.documentDir_===w.default.RTL?this.handleNextGroup_():this.handlePrevGroup_()):this.documentDir_===w.default.RTL?this.handlePrevGroup_():this.handleNextGroup_(),"ArrowRight"!==n&&39!==u||this.isVideoFeed_)if("ArrowLeft"!==n&&37!==u||this.isVideoFeed_)if("Escape"===n||27===u){var l=this.groupsOverlay_.querySelector(".storyly__action-container"),d=null==l?void 0:l.classList.contains("active"),h=this.getActiveStory_(),p=this.groupsOverlay_.querySelector(".storyly__share-popup");if(d){var c=this.groupsOverlay_.querySelector(".storyly__story-group-overlay");return l.classList.remove("active"),c.classList.remove("active"),h.instance.playAndPauseStory(),void this.storyShadowRoot_.activeElement.blur()}if(p)return h.instance.hideShareWidget(),void h.instance.playAndPauseStory();this.handleCloseGroup_()}else if("Space"!==a&&32!==u||"BUTTON"===(null===(i=this.storyShadowRoot_.activeElement)||void 0===i?void 0:i.tagName)){if("KeyS"===a){var _=this.groupsOverlay_.querySelector(".storyly__action-container"),y=null==_?void 0:_.classList.contains("active"),v=this.groupsOverlay_.querySelector(".storyly__share-popup");if(y){var g=this.groupsOverlay_.querySelector(".storyly__story-group-overlay");_.classList.remove("active"),g.classList.remove("active")}if(v)return;var f=this.getActiveStory_();this.isVideoFeed_?f.instance.handleShareStory():f.instance.renderShareWidget()}}else{this.getActiveStory_().instance.playAndPauseStory()}else this.documentDir_===w.default.RTL?this.handleNextStory_():this.handlePrevStory_();else this.documentDir_===w.default.RTL?this.handlePrevStory_():this.handleNextStory_()}}},{key:"handleContainerTouchStart_",value:function(e){e.stopPropagation(),this.handleNavigation_=!0,this.storyPauseByTouch_()}},{key:"handleContainerTouchEnd_",value:function(e){this.isVideoFeed_||(this.handleStoryNavigationByTouch_(e),!this.globalInstanceData.storylyEmbed.init&&this.isMobileView_&&this.closeStorylyBySwiping_()),this.storyPlayAfterTouched_()}},{key:"closeStorylyBySwiping_",value:function(){var e=this;this.swiperMove_||(this.swipingDown_.scrollY>15*this.groupContainer_.offsetHeight/100?(this.groupContainer_.style.setProperty("transform","translateY(50vh) scale(0)"),this.groupsOverlay_.style.setProperty("background","transparent"),window.requestAnimationFrame(function(){e.handleCloseGroup_(),setTimeout(function(){e.groupContainer_.style.removeProperty("transform"),e.groupsOverlay_.style.removeProperty("background")},300)})):this.groupContainer_.style.setProperty("transform","translateY(0)"),this.swipingDown_={scrollY:0,pageY:0})}},{key:"handleStoryNavigationByTouch_",value:function(e){var t,r;if((this.globalInstanceData.storylyEmbed.init||this.handleNavigation_&&this.isMobileView_)&&!this.isVideoFeed_){var o=null!==(t=null===(r=e.changedTouches)||void 0===r||null===(r=r[0])||void 0===r?void 0:r.pageX)&&void 0!==t?t:e.offsetX,s=this.groupsOverlay_.offsetWidth,i=s-20*s/100;o>0&&o<20*s/100?this.documentDir_===w.default.RTL?this.handleNextStory_():this.handlePrevStory_():o>i&&o<s&&(this.documentDir_===w.default.RTL?this.handlePrevStory_():this.handleNextStory_()),this.handleNavigation_=!0}}},{key:"handleContainerTouchMove_",value:function(e){this.handleNavigation_=!1;var t=e.changedTouches[0].pageY;this.swiperMove_||this.isVideoFeed_||(this.swipingDown_.scrollY+=this.swipingDown_.pageY>0?t-this.swipingDown_.pageY:0,this.swipingDown_.pageY=t,this.swipingDown_.scrollY>=0&&(this.groupContainer_.style.transform="translateY(".concat(this.swipingDown_.scrollY,"px)")))}},{key:"storyPauseByTouch_",value:function(){var e=this;this.isMobileView_&&(this.touchTimeout_=setTimeout(function(){e.getActiveStory_().instance.pauseByTouch(),e.storyTouchAction_=!0,e.handleNavigation_=!1},300))}},{key:"storyPlayAfterTouched_",value:function(){if(this.isMobileView_){if(this.storyTouchAction_)this.getActiveStory_().instance.playAfterTouch();clearTimeout(this.touchTimeout_)}}},{key:"handleCloseGroup_",value:function(){var e=(0,t.default)(p.default.mark(function e(){var t,r,o,s,i,n,a,u,l=this;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(this.storylyOpen_){e.next=2;break}return e.abrupt("return");case 2:if(!this.globalInstanceData.storylyEmbed.init){e.next=6;break}return r=this.getActiveGroup_(),this.handleEvent_(G.UserEventTypes.closeStoryGroup,P(P({},null!=r?r:{}),{},{instance:void 0})),e.abrupt("return");case 6:return this.groupsOverlay_.ariaHidden="true",this.swiper_.slides[this.swiper_.realIndex].ariaHidden="true",this.storyShadowDom_.setAttribute("tabindex","-1"),(0,v.removeClass)(this.groupsOverlay_,"active"),this.storylyOpen_=!1,this.removeStoryNavigationEvents_(),this.addEventListener("keydown",this.handleTabKeyPressListener_),null===(t=this.lastActiveElement_)||void 0===t||t.focus(),this.EventImpl.handleCloseEvent(),this.resetStyleToDocument_(),this.shareParams_.playMode&&(this.swiper_.allowTouchMove=!0),this.shareParams_={},(o=new URLSearchParams(window.location.search)).delete("storylyResume"),o.delete("storyly"),window.history.replaceState({},"","".concat(window.location.pathname).concat(o.size?"?".concat(o):"")),s=this.getActiveGroup_(),this.handleEvent_(G.UserEventTypes.closeStoryGroup,P(P({},null!=s?s:{}),{},{instance:void 0})),s.instance.hide({holdActive:!0}),this.removeAdGroups_(),this.isAdEnable_()&&document.querySelectorAll(".storyly-ad-wrapper").forEach(function(e){return e.remove()}),this.customStoryGroupHTML_&&(i=s.instance.getActiveStory(),n=i.storyIndex,a=this.getStoryGroupElement_(s),u=this.getCustomGroupAssignedElement_(a),this.barLayout_&&this.groupCircleNodes_.forEach(function(e){var t=l.getCustomGroupAssignedElement_(e);(0,v.removeClass)(t,"storyly__story-group-hovered")}),(0,m.handleCustomStoryGroupStyles)({groupData:s,groupElement:u,key:n,instanceId:this.instanceId_,properties:this.properties_})),b.StoryGroupAnimationImpl.add(this.groupCircleNodes_,this.properties_.storyGroupAnimation),e.next=32,this.clearNudgeGroups_();case 32:this.presentationData_&&!(0,g.isLiveVideo)(s.type)||this.handleSeenGroupsPosition_().then(function(){l.layoutImpl_.refreshSortData(),l.layoutImpl_.sort("order"),l.groups_.forEach(function(e,t){e.instance.setKey(t)})}).catch(function(){});case 33:case"end":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:"removeAdGroups_",value:function(){if(this.isAdEnable_()&&0!==this.adGroups_.length){var e=[],t=[];this.groups_.forEach(function(r,o){r.ad?t.push(o):e.push(r)}),this.groups_=e,this.swiper_.removeSlide(t)}}},{key:"handleSeenGroupsPosition_",value:function(){var e=this;return 0===this.seenGroups_.length?Promise.reject():(this.seenGroups_.forEach(function(t){var r=e.getStoryGroupElement_(t);if(!t.pinned){var o=e.groupCircleNodes_.length-1;e.groupCircleNodes_.forEach(function(e,t){e.dataset.ad||e.classList.contains("seen")&&r.dataset.order<+e.dataset.order||(o=t)});var s=e.hiddenStoryGroupNodes_.filter(function(e){return e.classList.contains("hidden")&&+r.dataset.sortorder>=+e.dataset.sortorder}),i=+r.dataset.sortorder-s.length;e.groupCircleNodes_.splice(i,1),e.groupCircleNodes_.splice(o,0,r),e.groupCircleNodes_.forEach(function(t,r){e.customStoryGroupHTML_&&(e.getCustomGroupAssignedElement_(t).dataset.sortorder=r);t.dataset.ad||(e.groupsList_.querySelector('.storyly__story-group-container[data-id="'.concat(t.dataset.id,'"]')).dataset.sortorder=r);var o=e.hiddenStoryGroupNodes_.find(function(e){return e.dataset.id===t.dataset.id});o&&(o.dataset.sortOrder=t.dataset.sortorder,o.dataset.order=t.dataset.order)});var n=e.swiper_.slides[i];e.swiper_.removeSlide(i),e.swiper_.addSlide(o,n);var a=e.groups_[i];e.groups_.splice(i,1),e.groups_.splice(o,0,a)}e.customStoryGroupHTML_&&e.getCustomGroupAssignedElement_(r).classList.toggle("storyly__story-group-seen");r.classList.toggle("seen")}),this.seenGroups_=[],Promise.resolve())}},{key:"getActiveGroup_",value:function(){return this.groups_[this.currentGroupIndex_]}},{key:"getNextGroup_",value:function(){return this.groups_[this.currentGroupIndex_+1]}},{key:"getPrevGroup_",value:function(){return this.groups_[this.currentGroupIndex_-1]}},{key:"getActiveStory_",value:function(){return this.getActiveGroup_().instance.getActiveStory()}},{key:"getPrevStory_",value:function(){return this.getActiveGroup_().instance.getPrevStory()}},{key:"getCustomGroupAssignedElement_",value:function(e){return"SLOT"===e.tagName?e.assignedElements()[0]:e}},{key:"getStoryGroupElement_",value:function(e){return this.groupCircleNodes_.find(function(t){return+t.dataset.id===e.group_id})}},{key:"getActiveGroupWithoutInstance",value:function(){var e=P({},this.getActiveGroup_());return delete e.instance,delete e.currentOrder,delete e.onView,e}},{key:"handleNextGroup_",value:function(){if(this.handleCompleteGroupEvent_(),this.shareParams_.playMode!==f.default.STORY_GROUP||this.getActiveGroup_().group_id!==this.shareParams_.group.group_id){if(this.currentGroupIndex_===this.groups_.length-1)this.handleCloseGroup_();else{this.getActiveGroup_().instance.sendGroupClickedEvent("next"),this.groups_[this.currentGroupIndex_].instance.unLoad({holdActive:!0});var e=this.getCurrentGroupIndex_(1);if(e>this.groups_.length-1)return void this.handleCloseGroup_();this.currentGroupIndex_=e;var t=this.groups_[this.currentGroupIndex_];this.loadNextGroupInstance_(),this.swiper_.slideTo(this.currentGroupIndex_),t.instance.show(),this.EventImpl.handleSwipingGroupEvent("next")}this.isVideoFeed_&&this.layout_===C.default.MODERN&&this.layoutInstance_.handleNavigationVisibility(this.currentGroupIndex_,this.groups_)}else this.handleCloseGroup_()}},{key:"getCurrentGroupIndex_",value:function(e){for(var t=this.currentGroupIndex_+e;t>=0&&t<this.groups_.length;){if(this.groups_[t].type!==S.groupTypes.REDIRECT)return t;t+=e}return t}},{key:"handleCompleteGroupEvent_",value:function(){if(this.isVideoFeed_)this.EventImpl.handleCompleteStoryEvent("groupCompleted");else{var e,t=this.getActiveGroup_();if(!t.ad&&t.instance.isAllStoriesSeen())this.handleEvent_(G.UserEvent,{event:G.UserEventTypes.groupCompleted,storyGroup:P(P({},null!==(e=this.groups_[this.currentGroupIndex_])&&void 0!==e?e:{}),{},{instance:void 0})}),this.EventImpl.handleCompleteGroupEvent()}}},{key:"loadNextGroupInstance_",value:function(){var e=this.getNextGroup_(),t=this.getPrevGroup_();!e||null!=e&&e.onView||e.ad||e.nudge||this.loadGroupInstance_(e),!t||null!=t&&t.onView||t.ad||t.nudge||this.loadGroupInstance_(t)}},{key:"handlePrevGroup_",value:function(){if(this.shareParams_.playMode!==f.default.STORY_GROUP||this.getActiveGroup_().group_id!==this.shareParams_.group.group_id){if(0!==this.currentGroupIndex_){var e=this.getActiveGroup_();e.instance.sendGroupClickedEvent("prev"),this.groups_[this.currentGroupIndex_].instance.unLoad({holdActive:!0});var t=this.getCurrentGroupIndex_(-1);if(t<0)this.handleCloseGroup_();else{this.currentGroupIndex_=t;var r=this.groups_[this.currentGroupIndex_];e.group_id!==r.group_id?(this.loadNextGroupInstance_(),this.swiper_.slideTo(this.currentGroupIndex_),r.instance.show(),this.EventImpl.handleSwipingGroupEvent("prev"),this.handleImpressionEvent_(),this.isVideoFeed_&&this.layout_===C.default.MODERN&&this.layoutInstance_.handleNavigationVisibility(this.currentGroupIndex_,this.groups_)):this.handleCloseGroup_()}}}else this.handleCloseGroup_()}},{key:"handleNextStory_",value:function(e){var t;e&&"detail"in e&&(t=e.detail.storyIndex);this.getActiveStory_().instance.sendStoryClickedEvent("next"),this.EventImpl.handleSwipingStoryEvent("next"),this.getActiveGroup_().instance.nextStory(t),this.handleImpressionEvent_()}},{key:"handlePrevStory_",value:function(e){var t=this.getActiveStory_();if(0!==this.currentGroupIndex_||0!==t.storyIndex){var r;if(e&&"detail"in e)r=e.detail.storyIndex;t.instance.sendStoryClickedEvent("prev"),this.EventImpl.handleSwipingStoryEvent("prev"),this.getActiveGroup_().instance.prevStory(r)}}},{key:"fetchGroups_",value:function(){var e=this,t=y.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_responseData");if(this.checkCacheData_())this.loadCacheData_(t);else{this.isCache_=!1;var r,o,s,i=[],n=!1,a=setTimeout(function(){var a,u;n=!0,i=null!==(a=t.story_groups)&&void 0!==a?a:[],o=t.style,r=null!==(u=t.ad)&&void 0!==u?u:{},s=t.nudge_settings,r&&(e.adSettings_=r),i?(e.handleGroupsData_(i),e.handleWidgetStyling_(o)):(e.retryCount_+=1,e.retryCount_<3?e.fetchGroups_():e.removeStoryly_())},2e3);this.api_.getGroups(this.payload_).then(function(t){var u;t.error?e.failed_(S.failedMessages.network):(clearTimeout(a),y.default.setInstanceId(e.instanceId_).setItemToInstance("Storyly_responseData",P(P({},t),{},{ttl:Date.now()})),0!==t.story_groups.length||e.shopify_?(i=t.story_groups,o=t.style,r=null!==(u=t.ad)&&void 0!==u?u:{},s=t.nudge_settings,n||(e.adSettings_=r,e.nudgeSettings_=s,e.handleGroupsData_(i),e.handleWidgetStyling_(o))):e.removeStoryly_())}).catch(function(){e.failed_(S.failedMessages.network)})}}},{key:"checkCacheData_",value:function(){if("dashboard.storyly.io"===window.location.hostname||"docs.developers.storyly.io"===window.location.hostname||"dev.storyly"===window.location.hostname||this.userConfigChanged_||this.userConfig_.isTestMode)return!1;var e=y.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_responseData"),t=e.story_groups,r=e.ttl,o=new Date(Date.now()-r);return!!(t&&o.getMinutes()<3)}},{key:"loadCacheData_",value:function(e){var t=e.story_groups,r=e.ads,o=e.style;this.adSettings_=null!=r?r:{},this.handleGroupsData_(t||[]),this.handleWidgetStyling_(o),this.isCache_=!0}},{key:"handleGroupsData_",value:function(){var o=(0,t.default)(p.default.mark(function t(){var o,s,i,n,a,u,l,d,h,c,_,y,v,g,f,m=this,C=arguments;return p.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return o=C.length>0&&void 0!==C[0]?C[0]:[],this.loadInlineStyle_(),this.allGroups_=o,s=o.map(function(e,t){return P(P({},e),{},{order:t})}),t.next=6,this.handleConditionalGroups_(o);case 6:if(s=t.sent,i=new URLSearchParams(window.location.search),this.nudgeSettings_&&(n=require("./service/nudge-story-groups-impl").default,this.nudgeImpl_=n(this.nudgeSettings_)),(this.globalInstanceData.storylyEmbed.init||i.get("storylyMail")||this.globalInstanceData.inboxStory)&&(a=(0,r.default)(this.openStoryParams_,1),u=a[0],s=s.filter(function(e){return e.group_id===+u})),l=s.filter(function(e){return e.type===S.groupTypes.SDK_AUTOMATED_SHOPPABLE}),s=s.filter(function(e){return e.type!==S.groupTypes.SDK_AUTOMATED_SHOPPABLE}),!(this.productFeed_&&l.length>0)){t.next=22;break}return d=Object.values(this.productFeed_).flatMap(function(e){return e}),this.allProductsOfProductFeed_=d.map(function(e){var t;return P(P({},e),{},{variant:null!==(t=e.variant)&&void 0!==t?t:[]})}),this.storylyHydration=[].concat((0,e.default)(this.storylyHydration),(0,e.default)(this.allProductsOfProductFeed_)),h=require("./service/create-product-feed-impl").default,t.next=19,h(this.productFeed_,l);case 19:c=t.sent,_=[].concat((0,e.default)(s),(0,e.default)(null!=c?c:[])).sort(function(e,t){return e.order-t.order}),s=_;case 22:if(y=(0,e.default)(s),v=[],s.forEach(function(t,r){var o=(0,b.createUserPropertyImpl)(m.userPropertyData_,t);if(o.has_user_property&&(m.storyGroupsWithUserProperties_=[].concat((0,e.default)(m.storyGroupsWithUserProperties_||[]),[P(P({},y[r]),{},{is_user_property_used:o.is_user_property_used})])),y[r]=o,t.type!==S.groupTypes.SDK_AUTOMATED_SHOPPABLE){var s=m.handleProductGroups_(y[r]),i=s.productGroup,n=s.productIds;v.push.apply(v,(0,e.default)(n)),y[r]=i}}),!v.length){t.next=37;break}if(g={products:v,language:this.userConfig_.language,country:this.userConfig_.country},this.handleEvent_(G.CustomerEventTypes.storylyHydration,v),!this.isProductFallbackEnabled_){t.next=37;break}if(!i.get("storylyMail")&&!this.globalInstanceData.inboxStory){t.next=36;break}return t.next=32,this.api_.getProductDetails(g);case 32:f=t.sent,this.storylyHydration=f.products,t.next=37;break;case 36:this.api_.getProductDetails(g).then(function(e){m.setStorylyHydration(e.products)});case 37:this.loadGroupCircles_(y);case 38:case"end":return t.stop()}},t,this)}));return function(){return o.apply(this,arguments)}}()},{key:"handleConditionalGroups_",value:function(e){var t=y.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_componentsData"),r=e.map(function(e){var r=!1,o=e.stories.filter(function(e){var o=e;if(!e.conditions)return o.visible=!0,!0;r=!0;var s=e.conditions.every(function(e){return e.some(function(e){var r=t[e.i];return void 0!==r&&r===+e.r.p})});return o.visible=s,s});return P(P({},e),{},{conditional:r,hidden:0===o.length})});return Promise.resolve(r)}},{key:"handleConditionalEvent_",value:function(){var r=(0,t.default)(p.default.mark(function r(){var o,s,i,n,a=this;return p.default.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:return o=this.groups_.filter(function(e){return e.conditional}),r.next=3,o.forEach(function(){var e=(0,t.default)(p.default.mark(function e(t){var r,o;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r=t,e.next=3,t.instance.handleConditionalStories(!0);case 3:o=e.sent,r.stories=o;case 5:case"end":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}());case 3:return s=this.hiddenConditionalGroups_.filter(function(e){return e.conditional}),r.next=6,this.handleConditionalGroups_(s);case 6:s=r.sent.filter(function(e){return!e.hidden}),i=(0,e.default)(this.groups_),s.length>0&&(n=[],s.forEach(function(){var e=(0,t.default)(p.default.mark(function e(t){return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:a.createGroupInstanceAndReorderCircleNodes_(t),n.push(t.group_id);case 2:case"end":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}()),this.hiddenConditionalGroups_=this.hiddenConditionalGroups_.filter(function(e){return!n.includes(e.group_id)}),this.groups_=i.filter(function(e){return Boolean(e)&&0!==e.stories.length}),this.layout_===C.default.MODERN&&this.layoutInstance_.handleStoryGroupNavigationButtons(this.groups_,this.currentGroupIndex_));case 9:case"end":return r.stop()}},r,this)}));return function(){return r.apply(this,arguments)}}()},{key:"handleWidgetStyling_",value:function(e){var t;if(e){var r=(0,b.WidgetStyleImpl)(e,this.properties_,this.scaleRatio_);(r.isEnergized||this.barLayoutStyle_)&&(this.barLayoutStyle_?this.barLayoutStyle_(r.properties):(this.barLayout_=(0,b.barLayoutImpl)({view:"energized",style:{height:320}},this,this.globalInstanceData,!0),this.customStoryGroupHTML_=this.barLayout_.element,this.barLayoutStyle_=this.barLayout_.implementStyle,this.barLayoutStyle_(r.properties))),r.hasAnimation&&b.StoryGroupAnimationImpl.add(this.groupCircleNodes_,this.properties_.storyGroupAnimation),this.setProperties(P(P({},r.properties),null!==(t=this.customerStyleProperties_)&&void 0!==t?t:{}))}else this.barLayoutStyle_&&this.barLayoutStyle_(this.properties_)}},{key:"handleProductGroups_",value:function(e){var t=(0,g.getProductLayers)(e),r=t.flatMap(function(e){return e.products}),o=new URLSearchParams(window.location.search);return{productGroup:P(P({},e),{},{hidden:e.hidden||!(o.get("storylyMail")||this.globalInstanceData.inboxStory)&&!!t.length}),productIds:r}}},{key:"createGroupInstanceAndReorderCircleNodes_",value:function(){var r=(0,t.default)(p.default.mark(function t(r){var o,s,i,n,a,u,l,d,h,c,_,y,f,m,S=this;return p.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return o=!Object.keys(this.shareParams_).length||this.hiddenStoryGroups_.includes(function(e){var t;return e.group_id===(null===(t=S.shareParams_.group)||void 0===t?void 0:t.group_id)}),t.next=3,new Promise(function(e){return setTimeout(e,o?0:1e3)});case 3:if(s=[].concat((0,e.default)(this.groupCircleNodes_),(0,e.default)(this.hiddenStoryGroupNodes_)).find(function(e){return+e.dataset.id===r.group_id}),i=+s.dataset.sortorder,n=i,!this.storylyOpen_||!this.nudgeImpl_){t.next=11;break}return t.next=9,this.nudgeImpl_.getAddedNudgeCount(+i);case 9:a=t.sent,i+="number"==typeof a?a:0;case 11:return(u=this.swiper_.slides.findIndex(function(e){return+e.dataset.id===r.group_id}))>-1&&this.swiper_.removeSlide(u),l=this.setGroupInstance_(r,i),t.next=16,l.instance.render();case 16:d=t.sent,this.swiper_.addSlide(i,d),r.is_user_property_used&&(h=r.title,c=r.icon_image_url,_=s,"SLOT"===s.tagName&&(_=this.querySelector("[slot='story-group-".concat(r.group_id,"']"))),y=_.querySelector(".storyly__story-group-title"),(f=_.querySelector(".storyly__story-group-cover"))&&(f.src=c),y&&(h.length>25?((0,g.setAttribute)(s,"title",h),y.innerHTML="".concat(h.substring(0,25),"...")):((0,g.setAttribute)(s,"title",""),y.innerHTML=h))),(0,v.removeClass)(s,"seen"),(0,v.removeClass)(s,"hidden"),(m=this.groups_.findIndex(function(e){return e.group_id===r.group_id}))>-1?(this.groups_[m]=P(P({},l),{},{hidden:!1}),this.groupCircleNodes_[m]=s):(this.groups_.splice(i,0,P(P({},l),{},{hidden:!1})),this.groupCircleNodes_.splice(i,0,s)),this.groupsList_.insertBefore(s,this.groupsList_.children[i]),this.layout_===C.default.MODERN&&this.nudgeImpl_&&this.storylyOpen_&&this.layoutInstance_.handleStoryGroupNavigationButtons(this.groups_,n),this.layoutImpl_&&(this.layoutImpl_.add(s),this.layoutImpl_.refreshSortData(),this.layoutImpl_.sort("order")),this.setContainerHeight_(),o&&this.loadShareParams_().then(function(){return S.handleOpenStoryByUrl_()}).catch(function(){}),b.StoryGroupAnimationImpl.add(this.groupCircleNodes_,this.properties_.storyGroupAnimation),this.handleI18n_({detail:{wrapperDom:this.groupsList_}});case 30:case"end":return t.stop()}},t,this)}));return function(e){return r.apply(this,arguments)}}()},{key:"removeGroupInstanceAndReorderCircleNodes_",value:function(e,t){var r=this.swiper_.slides.findIndex(function(e){return+e.dataset.id===t.group_id});this.swiper_.removeSlide(r);var o=this.groups_.findIndex(function(e){return e.group_id===t.group_id});this.groups_.splice(o,1),this.groupCircleNodes_.splice(o,1),this.groupsList_.removeChild(e),this.layoutImpl_&&(this.layoutImpl_.remove(e),this.layoutImpl_.refreshSortData(),this.layoutImpl_.sort("order"))}},{key:"adBlockerDetector_",value:function(){var e=document.createElement("div");e.classList.add("adsbygoogle"),this.groupsOverlay_.appendChild(e),"none"===getComputedStyle(e).getPropertyValue("display")&&(this.hasAdblocker_=!0),e.remove()}},{key:"isAdEnable_",value:function(){return Object.keys(this.adSettings_).length>0&&!this.hasAdblocker_}},{key:"loadAdGroups_",value:function(){var e=(0,t.default)(p.default.mark(function e(t){var r,o,s,i,n,a,u,l,d,h,c,_,y=this;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(this.isAdEnable_()){e.next=2;break}return e.abrupt("return");case 2:for(this.loadAdStyle_(),r=this.adSettings_,o=r.ad_cap,s=r.ad_manager_body,(i=document.createElement("div")).style.position="absolute",i.style.top="-100vh",n=[],a=[],u=[],l=0;l<=o;l+=1)d={ad:!0,title:"Sponsored",settings:this.adSettings_,id:(0,g.randomAlphaNum)(10)},h=new E.default(d,d.id,this.groupsOverlay_,this.layout_,this.instanceId_),d.instance=h,c=h.render(),_=h.load(),n.push(c),a.push(_),u.push(d);Promise.all(n).then(function(e){e.forEach(function(e,r){i.appendChild(e),y.storyShadowRoot_.appendChild(i),u[r].node=e,a[r].then(function(e){"filled"===e&&(y.adGroups_.push(u[r]),s||y.renderAdGroup_(t,u[r]))})})});case 12:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()},{key:"loadAdStyle_",value:function(){if(!this.storyShadowDom_.querySelector('style[data-type="ad-style"]')){var e=document.createElement("style");e.dataset.type="ad-style",e.textContent="\n .storyly-adsense {\n --i--storyly-story-desktop-one-panel-ratio: 69/116;\n --i--storyly-story-desktop-one-panel-responsive-margin: max(74px,8.25vh);\n --i--storyly-story-desktop-one-panel-height: calc(100vh - var(--i--storyly-story-desktop-one-panel-responsive-margin)*2);\n --i--storyly-story-desktop-one-panel-width: calc(var(--i--storyly-story-desktop-one-panel-height)*var(--i--storyly-story-desktop-one-panel-ratio));\n position: absolute;\n left: 50%;\n top: 12%;\n transform: translateX(-50%);\n width: calc(var(--i--storyly-story-desktop-one-panel-width) - 20%) !important;\n height: calc(var(--i--storyly-story-desktop-one-panel-height) - 20%) !important;\n text-align: center;\n }\n .storyly-ad-manager {\n position: absolute;\n left: 50%;\n top: 12%;\n transform: translateX(-50%);\n text-align: center;\n min-width: 300px;\n min-height: 200px;\n }\n ".replace(/\s+/g," "),this.storyShadowDom_.appendChild(e)}}},{key:"removeStoryly_",value:function(){this.remove(),this.handleEvent_("noStoryGroup")}},{key:"on",value:function(e,t){this.events_=P(P({},this.events_),{},(0,s.default)({},e,t)),this.globalInstanceData.events=this.events_}},{key:"handleEvent_",value:function(e,t){if(this.events_[e]&&"function"==typeof this.events_[e])try{this.events_[e](t)}catch(r){console.error(r)}else if(this.events_[e])throw TypeError("".concat(e," event must be a function!"))}},{key:"loaded",value:function(){var t=this,r=[].concat((0,e.default)(this.groups_),(0,e.default)(this.hiddenStoryGroups_)).filter(function(e){return!e.ad}).map(function(e){var t;return{title:e.title,iconUrl:null!==(t=e.icon_image_url)&&void 0!==t?t:e.icon_video_url,id:e.group_id,pinned:e.pinned,stories:e.stories,type:e.type,nudge:e.nudge}});this.handleEvent_(G.UserEventTypes.loaded,{groupList:r,dataSource:this.isCache_?S.dataSource.cache:S.dataSource.network,allGroups:this.allGroups_}),this.EventImpl.onScreenEvent(this.isCache_),setTimeout(function(){t.loadShareParams_().then(function(){t.handleOpenStoryByUrl_()}).catch(function(){})},300),this.adSettings_.ad_manager_body&&(this.adInterval_=setInterval(function(){window.googletag&&(t.loadAdGroups_(),clearInterval(t.adInterval_))},100)),this.setStorylyBarObserver_(),this.handleI18n_()}},{key:"failed_",value:function(){this.handleEvent_(G.UserEventTypes.loadFailed)}},{key:"handleI18n_",value:function(e){var t,r=this,o=(null!=e?e:{}).detail;(null!==(t=null==o?void 0:o.wrapperDom)&&void 0!==t?t:this.storyShadowRoot_).querySelectorAll("[data-i18n-key]").forEach(function(e){var t=e,o=e.getAttribute("data-i18n-key"),s=r.globalInstanceData.languageJSON[o];s&&b.LocalizationImpl.localizeTexts(t,s)})}},{key:"setContainerHeight_",value:function(){var e;if(this.isVideoFeed_&&"grid"===this.videoFeedView_)(0,v.setStyle)(this.groupsWrapper_,["height","100%"]);else{var t=[];this.groupsWrapper_.querySelectorAll(".storyly__story-group-container").forEach(function(e){return t.push(e.offsetHeight)});var r=Math.max.apply(Math,t);(0,v.setStyle)(this.groupsWrapper_,["height","".concat(r+(null!==(e=this.properties_.storyGroupMarginBottom)&&void 0!==e?e:0),"px")])}}},{key:"handleOpenStoryByUrl_",value:function(){var e=this.shareParams_,t=e.group,r=e.storyIndex;void 0===t||"number"!=typeof r&&r>0||this.showStory_()}},{key:"setSeenForGroup_",value:function(){var e=this.getSeenGroups_(),t=this.getActiveGroup_(),r=this.getActiveStory_();if(!(t.ad||t.nudge||(0,g.isLiveVideo)(t.type))){e[t.group_id]?e[t.group_id].stories.includes(r.story_id)||e[t.group_id].stories.push(r.story_id):e[t.group_id]={seen:!0,stories:[r.story_id]},y.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_groupSeenState",e);var o=this.groups_.find(function(e){return e.group_id===t.group_id}),s=this.groupCircleNodes_.some(function(e){return+e.dataset.id===o.group_id&&e.classList.contains("seen")}),i=this.seenGroups_.some(function(e){return e.group_id===o.group_id});!this.checkSeenStories_(o)||s||i||this.seenGroups_.push(o)}}},{key:"handleImpressionEvent_",value:function(e){if((null==e?void 0:e.type)!==S.groupTypes.REDIRECT){var t={products:this.storylyHydration,language:this.userConfig_.language,country:this.userConfig_.country};this.EventImpl.handleImpressionEvent(t)}this.setSeenForGroup_()}},{key:"loadGroupCircles_",value:function(){var r=(0,t.default)(p.default.mark(function t(r){var o,s,i,n,a,u,l,d,h=this;return p.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(this.nudgeGroups_=r.filter(function(e){return e.nudge}),0!==(o=r.filter(function(e){return!e.nudge})).length){t.next=4;break}return t.abrupt("return");case 4:return s={seenList:[],unseenList:[]},i={seenList:[],unseenList:[]},this.storyGroupObserver_=(0,b.intersectionObserverImpl)(this.groupsWrapper_,this.groupObserverCallback_),n=[],a=[],u=(0,b.storyGroupCircleTemplateImpl)(this.customStoryGroupHTML_),l=this.groupsWrapper_.classList.contains("style-scope"),o.forEach(function(e,t){var r=e.title,d=e.type,p=e.pinned;p=p||(0,g.isLiveVideo)(d);var c=(0,g.generateHtmlFromTemplate)(u(e,h.instanceId_,h.groupsWrapper_,h.properties_)),_=c.querySelector(".storyly__story-group-title");_&&(_.innerText=r);var y,f=h.checkSeenStories_(e);h.customStoryGroupHTML_&&(y=(0,m.handleCustomStoryGroupElement)(e,t,h.customStoryGroupHTML_,f,h.properties_),l?c=y:h.appendChild(y)),c.dataset.id=e.group_id,e.hidden&&(0,v.setClass)(c,"hidden"),p?((0,v.setClass)(c,"pinned"),n.push(e),a.push(c),f&&(0,v.setClass)(c,"seen")):f?((0,v.setClass)(c,"seen"),s.seenList.push(c),i.seenList.push(e)):(s.unseenList.push(c),i.unseenList.push(e)),c.dataset.order=t;var S=f?h.globalInstanceData.languageJSON.seen:h.globalInstanceData.languageJSON.unseen,b=p?h.globalInstanceData.languageJSON.pinned:" ";c.ariaLabel="of {@_".concat(o.length,"_2}, {@_").concat(r,"_3}, {@_").concat(b,"_4}, {@_").concat(S,"_5}"),y&&(y.ariaLabel="Story position ".concat(t+1," of ").concat(o.length,", ").concat(r,", ").concat(p?"pinned, ":"").concat(S)),(e.stories.some(function(e){return e.alt_text})||h.globalInstanceData.accessibility)&&(h.globalInstanceData.storiesHasAltText=!0),c.addEventListener("click",h.handleClickGroup_,!1),h.customStoryGroupHTML_&&h.handleBarStyleEvents_(c)}),d=[].concat(n,(0,e.default)(i.unseenList),(0,e.default)(i.seenList)),this.hiddenStoryGroups_=d.filter(function(e){return e.hidden&&!e.conditional}),this.hiddenConditionalGroups_=d.filter(function(e){return e.hidden&&e.conditional}),t.next=17,d.filter(function(e){return!e.hidden&&!e.nudge}).map(function(e,t){var r=e;return(r=h.setGroupInstance_(e,t)).instance.render().then(function(e){h.swiper_.appendSlide(e)}),r});case 17:this.groups_=t.sent,[].concat(a,(0,e.default)(s.unseenList),(0,e.default)(s.seenList)).forEach(function(e,t){var r=e;if(e.classList.contains("hidden")?h.hiddenStoryGroupNodes_.push(e):(h.groupCircleNodes_.push(e),h.groupsList_.appendChild(e)),r.ariaLabel="Story position {@_".concat(t+1,"_1} ").concat(r.ariaLabel),h.customStoryGroupHTML_){var o=h.getCustomGroupAssignedElement_(e);o&&(o.dataset.sortorder=t)}r.dataset.sortorder=t}),(0,v.setClass)(this.groupsWrapper_,this.properties_.storyGroupAlign),this.handleI18n_({detail:{wrapperDom:this.groupsList_}}),this.loaded(),b.StoryGroupAnimationImpl.add(this.groupCircleNodes_,this.properties_.storyGroupAnimation);case 23:case"end":return t.stop()}},t,this)}));return function(e){return r.apply(this,arguments)}}()},{key:"handleBarStyleEvents_",value:function(e){var t=this;e.addEventListener("mouseenter",function(){var r=t.getCustomGroupAssignedElement_(e),o=r.querySelector(".storyly__story-preview-video");if((0,v.setClass)(r,"storyly__story-group-hovered"),o){var s=r.querySelector(".storyly__story-preview-video source");if(""===s.getAttribute("src")){var i=o.dataset.src;s.src=i,o.load()}o.play(),o.addEventListener("timeupdate",function(){o.currentTime>=7&&(o.currentTime=0,o.play())})}},!1),e.addEventListener("mouseleave",function(){var r,o=t.getCustomGroupAssignedElement_(e);(0,v.removeClass)(o,"storyly__story-group-hovered"),null===(r=o.querySelector(".storyly__story-preview-video"))||void 0===r||r.pause()},!1)}},{key:"groupObserverCallback_",value:function(e){var t=this;e.forEach(function(e){if(e.isIntersecting){var r,o=e.target,s=o.dataset.id;if(t.groups_.forEach(function(e){e.group_id===+s&&(r=e)}),!r.onView){var i;if(t.loadGroupInstance_(r),o.setAttribute("onView",""),"SLOT"!==o.nodeName)(0,x.default)({mediaDom:null!==(i=o.querySelector("img"))&&void 0!==i?i:o.querySelector("video"),group:r,containerStyle:{width:Number(t.properties_.storyGroupCoverWidth)-2*t.properties_.storyGroupBorderSize-2*t.properties_.storyBorderGapSize,height:Number(t.properties_.storyGroupCoverHeight)-2*t.properties_.storyGroupBorderSize-2*t.properties_.storyBorderGapSize,borderRadius:"".concat(t.properties_.storyGroupBorderRadius-t.properties_.storyBorderGapSize-t.properties_.storyGroupBorderSize,"px"),position:"relative",outlineSize:t.properties_.storyBorderGapSize,border:"".concat(t.properties_.storyBorderGapSize,"px solid ").concat(t.properties_.storyGroupBackgroundColor||t.properties_.storyBorderGapColor)}});clearTimeout(t.eventTimeout_),t.barViewed_&&(t.eventTimeout_=setTimeout(function(){return t.sendBarViewEvent_()},1e3))}r.onView=!0}})}},{key:"loadShareParams_",value:function(){var e,t,o,s=new URLSearchParams(window.location.search),i=s.get("storyly");if(!i&&!this.openStoryParams_)return Promise.reject();if(2===(i=this.openStoryParams_||JSON.parse(i)).length){var n=i,a=(0,r.default)(n,2);e=a[0],"number"==typeof(o=a[1])&&(t=o,o=null)}else{var u=i,l=(0,r.default)(u,3);e=l[0],t=l[1],o=l[2]}var d=this.groups_.find(function(t){return t.group_id===+e}),h=null==d?void 0:d.stories.findIndex(function(e){return e.story_id===+t});if(!d){var p={detail:{eventName:G.CustomerEventTypes.storyOpenFailed,params:{errorMessage:"story group does not exist."}}};return this.handleCustomerEvent_(p),Promise.reject(new Error("story group does not exist."))}if(-1===h&&t){var c={detail:{eventName:G.CustomerEventTypes.storyOpenFailed,params:{errorMessage:"story does not exist."}}};return this.handleCustomerEvent_(c),Promise.reject(new Error("story does not exist."))}t||(h=0);var _=!!+s.get("storylyResume");return this.shareParams_={group:d,storyIndex:h,playMode:o,resumeStory:_},o&&(this.swiper_.allowTouchMove=!1),this.globalInstanceData.shareParams=this.shareParams_,Promise.resolve()}},{key:"setSwiperEvents_",value:function(){var e=this;this.swiper_.on("sliderFirstMove",function(){e.swiperMove_=!0}),this.swiper_.on("realIndexChange",function(t){if(e.storylyOpen_){if(!e.shareParams_.group&&!e.isVideoFeed_)e.getActiveStory_().instance.pause();e.layout_===C.default.MODERN&&e.layoutInstance_.handleStoryGroupNavigationButtons(e.groups_,t.activeIndex)}}),this.swiper_.on("transitionEnd",function(t){if(e.swiperMove_=!1,e.storylyOpen_)if(e.shareParams_.group)e.currentGroupIndex_=t.activeIndex;else{if(t.activeIndex!==e.currentGroupIndex_){if(e.layout_===C.default.CLASSIC){var r=e.getActiveGroup_(),o=t.realIndex<t.previousIndex?"prev":"next";r.instance.sendGroupClickedEvent(o),e.getActiveStory_().instance.sendStoryClickedEvent(o)}if(e.groups_[e.currentGroupIndex_].type===S.groupTypes.REDIRECT)return;e.handleCompleteGroupEvent_(),e.groups_[e.currentGroupIndex_].instance.unLoad({holdActive:!0}),e.currentGroupIndex_=t.activeIndex,e.loadNextGroupInstance_(),e.EventImpl.handleSwipingGroupEvent(t.swipeDirection),e.groups_[e.currentGroupIndex_].instance.show(),e.handleImpressionEvent_()}else e.windowResize_||(e.storyTouchAction_=!1);e.windowResize_=!1,t.slides.forEach(function(e){e.classList.contains("swiper-slide-active")?(0,g.setAttribute)(e,"aria-hidden","false"):(0,g.setAttribute)(e,"aria-hidden","true")})}})}},{key:"setGroupInstance_",value:function(e,t){var r=this.layoutInstance_.setGroupInstance(e,t);return P(P({},e),{},{currentOrder:t,instance:r})}},{key:"loadGroupInstance_",value:function(e){e.instance&&e.instance.load()}},{key:"checkSeenStories_",value:function(e){var t=this.getSeenGroups_(),r=e.stories.filter(function(e){return e.visible});return 0!==r.length&&r.every(function(r){var o;return!(null===(o=t[e.group_id])||void 0===o||null===(o=o.stories)||void 0===o||!o.includes(r.story_id))})}},{key:"renderAdGroup_",value:function(e,t){if(this.isAdEnable_()&&0!==this.adGroups_.length){var r=this.adSettings_,o=r.ad_frequency,s=r.ad_first,i=r.ad_cap,n=0,a=e+s,u=0;this.groups_.forEach(function(e,t){e.ad&&(u=t,a=t+(o+1),n+=1)}),n>=i||u===this.groups_.length-1||(this.groups_.splice(a,0,t),this.swiper_.addSlide(a,t.node))}}},{key:"handleClickGroup_",value:function(e){var t,r,o=this,s=e.target.dataset.id;this.groups_.forEach(function(e,o){e.group_id===+s&&(r=o,t=e)}),this.adSettings_.ad_manager_body?this.adGroups_.forEach(function(e){o.renderAdGroup_(r,e)}):this.loadAdGroups_(r),this.showGroup_(t,r)}},{key:"setFocusableElements_",value:function(){var e=[];if(this.layout_===C.default.CLASSIC){var t=this.groupsOverlay_.querySelector("button.storyly__mobile-view-close-story");e=[this.groupsOverlay_.querySelector(".navigate-button.prev-button button"),t]}if(this.layout_===C.default.MODERN){var r=this.groupsOverlay_.querySelector("button.close-story"),o=this.groupsOverlay_.querySelector(".story-group-navigation-button.prev-story-group .story-group-navigation-button-container");"none"===o.parentElement.style.display&&(o=this.groupsOverlay_.querySelector(".prev-story-button")),e=[o,r]}this.focusableEls_=e}},{key:"handleNudgeGroups_",value:function(){var e=(0,t.default)(p.default.mark(function e(t){var r,o;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r=this.shareParams_.playMode,!this.nudgeImpl_||r){e.next=6;break}return e.next=4,this.nudgeImpl_.renderNudgeGroups({layoutInstance:this.layoutInstance_,groups:{default:this.groups_,nudge:this.nudgeGroups_},swiperInstance:this.swiper_,groupIndex:t});case 4:o=e.sent,this.groups_=o;case 6:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()},{key:"clearNudgeGroups_",value:function(){var e=(0,t.default)(p.default.mark(function e(){var t;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!this.nudgeImpl_){e.next=5;break}return e.next=3,this.nudgeImpl_.clearNudgeGroups(this.groups_);case 3:t=e.sent,this.groups_=t;case 5:return e.abrupt("return",Promise.resolve());case 6:case"end":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:"showGroup_",value:function(e,t){var r=this;this.isMobileView_&&(0,b.calcStorySizeImpl)(this.groupsOverlay_),this.handleNudgeGroups_(t),this.handleI18n_(),this.setOverlayVh_(),this.setStoryNavigationEvents_(),this.removeEventListener("keydown",this.handleTabKeyPressListener_),this.setStyleToDocument_(),b.StoryGroupAnimationImpl.remove(this.groupCircleNodes_,this.properties_.storyGroupAnimation),this.swiper_.slideTo(t),this.swiper_.update();var o=this.swiper_.slides[t];this.storylyOpen_=!0,this.layout_===C.default.MODERN&&this.isVideoFeed_&&this.layoutInstance_.handleNavigationVisibility(t,this.groups_),setTimeout(function(){e.instance.show(),e.type!==S.groupTypes.REDIRECT?(0,v.setClass)(r.groupsOverlay_,"active"):r.handleRedirectionGroup_(),o.ariaHidden="false",r.storyShadowDom_.removeAttribute("tabindex"),r.groupsOverlay_.ariaHidden="false",r.isVideoFeed_||r.setFocusableElements_()},150),this.currentGroupIndex_=t,this.loadNextGroupInstance_(),this.setSwiperEvents_(),this.layout_===C.default.MODERN&&this.layoutInstance_.handleStoryGroupNavigationButtons(this.groups_,t),this.EventImpl.handleSelectedGroupEvent(),this.handleImpressionEvent_(e),this.handleEvent_(G.UserEventTypes.openStoryGroup,P(P({},null!=e?e:{}),{},{instance:void 0}))}},{key:"handleRedirectionGroup_",value:function(){var e=this;this.handleSeenGroupsPosition_().then(function(){e.layoutImpl_.refreshSortData(),e.layoutImpl_.sort("order"),e.groups_.forEach(function(e,t){e.instance.setKey(t)})}).catch(function(){})}},{key:"setStyleToDocument_",value:function(){this.globalInstanceData.storylyEmbed.init||((0,v.setStyle)(document.documentElement,["overflow","hidden"]),(0,v.setStyle)(document.documentElement,["overscrollBehaviorX","none"]))}},{key:"resetStyleToDocument_",value:function(){(0,v.resetStyle)(document.documentElement,["overflow","overscrollBehaviorX","position"])}},{key:"showStory_",value:function(){var e=this,t=this.shareParams_,r=t.group,o=t.storyIndex,s=t.playMode,i=this.groups_.find(function(e){return e.group_id===r.group_id}),n=this.getStoryGroupElement_(r),a=this.groups_.findIndex(function(e){return e.group_id===r.group_id});n.setAttribute("onView","");var u=n.querySelector("img"),l=n.querySelector("video");(u||l)&&(0,x.default)({mediaDom:null!=u?u:l,group:i,containerStyle:{width:Number(this.properties_.storyGroupCoverWidth)-2*this.properties_.storyGroupBorderSize-2*this.properties_.storyBorderGapSize,height:Number(this.properties_.storyGroupCoverHeight)-2*this.properties_.storyGroupBorderSize-2*this.properties_.storyBorderGapSize,borderRadius:"".concat(this.properties_.storyGroupBorderRadius-this.properties_.storyBorderGapSize-this.properties_.storyGroupBorderSize,"px"),position:"relative",outlineSize:this.properties_.storyBorderGapSize,border:"".concat(this.properties_.storyBorderGapSize,"px solid ").concat(this.properties_.storyGroupBackgroundColor||this.properties_.storyBorderGapColor)}}),i.onView=!0,i.instance.loadByParameters(o),"string"!=typeof s&&(this.adSettings_.ad_manager_body?this.adGroups_.forEach(function(t){e.renderAdGroup_(a,t)}):this.loadAdGroups_(a)),this.showGroup_(i,a)}},{key:"getSeenGroups_",value:function(){return y.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_groupSeenState")}},{key:"loadInlineStyle_",value:function(){if(this.storyGroupStyle.textContent=(0,v.inlineStyle)(this.properties_,this.instanceId_),this.customStoryGroupHTML_){var e=document.createElement("style");e.textContent=v.slotStyle.replace(/\s+/g," "),this.appendChild(e)}this.setOverlayVh_(),this.storylyFontCssDom_=document.createElement("style"),document.head.appendChild(this.storylyFontCssDom_);var t=document.createElement("style");this.storyShadowRoot_.appendChild(t),t.textContent+=(0,v.inlineStoryGroupStyle)(this.properties_),this.storylyFontCssDom_.textContent+=this.storylyFontCss = `/* latin-ext */ @font-face { font-family: 'Storyly-CourierPrime'; font-style: normal; font-weight: 400; font-display: swap; src: local('Courier Prime Regular'), local('CourierPrime-Regular'), url(https://fonts.gstatic.com/s/courierprime/v1/u-450q2lgwslOqpF_6gQ8kELaw9pWs39pvnRPA.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-CourierPrime'; font-style: normal; font-weight: 400; font-display: swap; src: local('Courier Prime Regular'), local('CourierPrime-Regular'), url(https://fonts.gstatic.com/s/courierprime/v1/u-450q2lgwslOqpF_6gQ8kELawFpWs39pvk.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Storyly-CourierPrime'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/courierprime/v2/u-4i0q2lgwslOqpF_6gQ8kELawRR4-Lvp9nsF3-OA6Fw.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-CourierPrime'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/courierprime/v2/u-4i0q2lgwslOqpF_6gQ8kELawRR4-LvqdnsF3-OAw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Storyly-CourierPrime'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/courierprime/v2/u-4k0q2lgwslOqpF_6gQ8kELY7pMT-7fq9PrNX2-Ag.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-CourierPrime'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/courierprime/v2/u-4k0q2lgwslOqpF_6gQ8kELY7pMT-Dfq9PrNX0.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 400; font-display: swap; src: local('Bellota Regular'), local('Bellota-Regular'), url(https://fonts.gstatic.com/s/bellota/v1/MwQ2bhXl3_qEpiwAKJFbtUk9hbF2rA.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 400; font-display: swap; src: local('Bellota Regular'), local('Bellota-Regular'), url(https://fonts.gstatic.com/s/bellota/v1/MwQ2bhXl3_qEpiwAKJpbtUk9hbF2rA.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 400; font-display: swap; src: local('Bellota Regular'), local('Bellota-Regular'), url(https://fonts.gstatic.com/s/bellota/v1/MwQ2bhXl3_qEpiwAKJtbtUk9hbF2rA.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* cyrillic */ @font-face { font-family: 'Storyly-Bellota'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQxbhXl3_qEpiwAKJBjDGYvjpFLh3i1TE5b.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Bellota'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQxbhXl3_qEpiwAKJBjDGYvhZFLh3i1TE5b.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Bellota'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQxbhXl3_qEpiwAKJBjDGYvhJFLh3i1TE5b.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Bellota'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQxbhXl3_qEpiwAKJBjDGYvipFLh3i1TA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQzbhXl3_qEpiwAIC5-oGAfiJtMpXqFTQ.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQzbhXl3_qEpiwAIC5-oGsfiJtMpXqFTQ.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQzbhXl3_qEpiwAIC5-oGofiJtMpXqFTQ.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQzbhXl3_qEpiwAIC5-oGQfiJtMpXo.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 400; font-display: swap; src: local('Bellota Regular'), local('Bellota-Regular'), url(https://fonts.gstatic.com/s/bellota/v1/MwQ2bhXl3_qEpiwAKJVbtUk9hbE.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* vietnamese */ @font-face { font-family: 'Storyly-Quicksand'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hJFQNYuDyP7bh.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Quicksand'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hJVQNYuDyP7bh.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Quicksand'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hK1QNYuDyPw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* vietnamese */ @font-face { font-family: 'Storyly-Quicksand'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hJFQNYuDyP7bh.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Quicksand'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hJVQNYuDyP7bh.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Quicksand'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hK1QNYuDyPw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* vietnamese */ @font-face { font-family: 'Storyly-DancingScript'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/dancingscript/v14/If2RXTr6YS-zF4S-kcSWSVi_szLviuEHiC4Wl-8.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-DancingScript'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/dancingscript/v14/If2RXTr6YS-zF4S-kcSWSVi_szLuiuEHiC4Wl-8.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-DancingScript'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/dancingscript/v14/If2RXTr6YS-zF4S-kcSWSVi_szLgiuEHiC4W.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* vietnamese */ @font-face { font-family: 'Storyly-DancingScript'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/dancingscript/v14/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03Rep6hNX6plRPjLo.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-DancingScript'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/dancingscript/v14/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03ROp6hNX6plRPjLo.woff) format('woff'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-DancingScript'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/dancingscript/v14/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03Sup6hNX6plRP.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'Storyly-Poppins'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v15/pxiDyp8kv8JHgFVrJJLmy15VFteOYktMqlap.woff2) format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Storyly-Poppins'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v15/pxiDyp8kv8JHgFVrJJLmy15VGdeOYktMqlap.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* devanagari */ @font-face { font-family: 'Storyly-Poppins'; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2) format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Storyly-Poppins'; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Poppins'; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* devanagari */ @font-face { font-family: 'Storyly-Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Storyly-Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v11/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeE2maM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v11/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeGmmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v11/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeHWmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v11/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeEWmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v11/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeEGmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v11/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeHmmaM7Xq3oA9.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXVmTObLI2pg8HjHg9Q.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXVmaObLI2pg8HjHg9Q.woff) format('woff'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXVmdObLI2pg8HjHg9Q.woff) format('woff'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXVmRObLI2pg8HjHg9Q.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXVmQObLI2pg8HjHg9Q.woff) format('woff'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXVmeObLI2pg8HjE.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213aeE2maM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213aeGmmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213aeHWmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213aeEWmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213aeEGmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213aeHmmaM7Xq3oA9.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 300; font-display: swap; src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUbOvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 300; font-display: swap; src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUZevIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 300; font-display: swap; src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUbuvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 300; font-display: swap; src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUb-vIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 300; font-display: swap; src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUYevIWzgPDA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 400; font-display: swap; src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 400; font-display: swap; src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 400; font-display: swap; src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 400; font-display: swap; src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 400; font-display: swap; src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 600; font-display: swap; src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUbOvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 600; font-display: swap; src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUZevIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 600; font-display: swap; src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUbuvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 600; font-display: swap; src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUb-vIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 600; font-display: swap; src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUYevIWzgPDA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 700; font-display: swap; src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUbOvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 700; font-display: swap; src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUZevIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 700; font-display: swap; src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUbuvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 700; font-display: swap; src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUb-vIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 700; font-display: swap; src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUYevIWzgPDA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 800; font-display: swap; src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUbOvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 800; font-display: swap; src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUZevIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 800; font-display: swap; src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUbuvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 800; font-display: swap; src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUb-vIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 800; font-display: swap; src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUYevIWzgPDA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } `,t.textContent+=this.storylyWebCss = `.cta-button{background:#189fff;color:#fff;font-weight:400;font-style:normal;border:0 solid transparent;white-space:nowrap;overflow:hidden;position:absolute;cursor:pointer}.cta-button[data-scale="3"]{padding:.7142em 0;font-size:.4375em;line-height:1.375;border-radius:.5714em}.cta-button[data-scale="2"]{padding:.8em 0;font-size:.3125em;line-height:1.2;border-radius:.6em}.cta-button[data-scale="1"]{padding:.8125em 0;font-size:.25em;line-height:1.1875;border-radius:.5625em}.cta-button[data-borderwidth="0"]{border-width:0}.cta-button[data-borderwidth="1"]{border-width:2px}.cta-button[data-borderwidth="2"]{border-width:4px}.cta-button[data-borderwidth="3"]{border-width:6px}.cta-button:active{opacity:.5}.swipe-up{bottom:.24em;transition:top .2s ease-in;cursor:pointer!important;position:absolute;display:flex;flex-direction:column;text-align:center;left:50%;transform:translateX(-50%);align-items:center;width:90%}.swipe-up button{cursor:pointer;font-size:.225em;line-height:1.6;min-height:2.4em;padding:.4em 1.06em;max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;background:var(--text-color);color:var(--background-color);border:2px solid;border-radius:100px}.swipe-up button>.arrow-lines{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);display:flex}.swipe-up button>.arrow-lines .arrow-lines-left,.swipe-up button>.arrow-lines .arrow-lines-right{display:block;width:.6em;height:1.5px;background-color:var(--background-color)}.swipe-up button>.arrow-lines .arrow-lines-right{transform:rotate(150deg);transform-origin:left}.swipe-up button>.arrow-lines .arrow-lines-left{transform:rotate(-150deg);transform-origin:right}.swipe-up button>.arrow-lines:last-child{margin-top:.5em}.swipe-up>.arrow-lines{display:none}.swipe-up>.arrow-lines .arrow-lines-left,.swipe-up>.arrow-lines .arrow-lines-right{width:.24em;height:2px}.swipe-up.animating button{animation:colorTransition .8s ease-in-out .8s 1 forwards,bounceSwipeButton 1.2s ease-in-out 2.2s infinite}.swipe-up.animating button>.arrow-lines .arrow-lines-left,.swipe-up.animating button>.arrow-lines .arrow-lines-right{animation:colorTransition .8s ease-in-out .8s 1;animation-fill-mode:forwards;animation-direction:reverse}.swipe-up.animating>.arrow-lines{display:flex;transform:translateY(10px);animation:arrows .8s ease-in-out .8s 1 forwards,bounceArrows 1.2s ease-in-out 1.6s infinite}.swipe-up.animating>.arrow-lines .arrow-lines-right{transform-origin:left;animation:arrowRightLineSwing 1.2s ease-in-out 1.6s infinite backwards}.swipe-up.animating>.arrow-lines .arrow-lines-left{transform-origin:right;animation:arrowLeftLineSwing 1.2s ease-in-out 1.6s infinite backwards}@keyframes colorTransition{0%{color:var(--background-color);background-color:var(--text-color)}to{color:var(--text-color);background-color:var(--background-color)}}@keyframes bounceSwipeButton{0%{transform:translateY(0);scale:unset}50%{transform:translateY(-.2em);scale:1.02}to{transform:translateY(0);scale:unset}}@keyframes bounceArrows{0%{transform:translateY(-.27em)}50%{transform:translateY(-.15em)}to{transform:translateY(-.27em)}}@keyframes arrows{0%{transform:translateY(.15em);scale:.5}to{transform:translateY(-.27em);scale:unset}}@keyframes arrowLeftLineSwing{0%{transform:rotate(-150deg)}50%{transform:rotate(-160deg)}to{transform:rotate(-150deg)}}@keyframes arrowRightLineSwing{0%{transform:rotate(150deg)}50%{transform:rotate(160deg)}to{transform:rotate(150deg)}}.countdown{position:absolute;font-weight:600;box-shadow:0 0 .084em hsla(0,0%,52.5%,.1);display:flex;flex-direction:column;background:#fff;color:#212121}.countdown[data-scale="0.64"]{border:.01em solid #e0e0e0;border-radius:.16em;padding:.2em}.countdown[data-scale="0.64"] .title{margin-bottom:.2em}.countdown[data-scale="0.64"] .title span{font-size:.2em;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.countdown[data-scale="0.64"] .times{display:flex}.countdown[data-scale="0.64"] .times[data-days=false] .time,.countdown[data-scale="0.64"] .times[data-seconds=false] .time{padding:.08em}.countdown[data-scale="0.64"] .times[data-days=false] .time span,.countdown[data-scale="0.64"] .times[data-seconds=false] .time span{font-size:.36em}.countdown[data-scale="0.64"] .times[data-days=false] .time-name,.countdown[data-scale="0.64"] .times[data-seconds=false] .time-name{font-size:.14em;line-height:1.214}.countdown[data-scale="0.64"] .times[data-days=false] .dot,.countdown[data-scale="0.64"] .times[data-seconds=false] .dot{height:.592em}.countdown[data-scale="0.64"] .times[data-days=false] .dot:first-of-type,.countdown[data-scale="0.64"] .times[data-seconds=false] .dot:last-of-type{display:none}.countdown[data-scale="0.64"] .times .days,.countdown[data-scale="0.64"] .times .hours,.countdown[data-scale="0.64"] .times .minutes,.countdown[data-scale="0.64"] .times .seconds{width:100%}.countdown[data-scale="0.64"] .times .days .time-name,.countdown[data-scale="0.64"] .times .hours .time-name,.countdown[data-scale="0.64"] .times .minutes .time-name,.countdown[data-scale="0.64"] .times .seconds .time-name{display:block;line-height:1.1538;font-size:.13em;margin-top:.4923076923em}.countdown[data-scale="0.64"] .times .day-times,.countdown[data-scale="0.64"] .times .hour-times,.countdown[data-scale="0.64"] .times .minute-times,.countdown[data-scale="0.64"] .times .second-times{display:flex;justify-content:space-between}.countdown[data-scale="0.64"] .times .day-times .time,.countdown[data-scale="0.64"] .times .hour-times .time,.countdown[data-scale="0.64"] .times .minute-times .time,.countdown[data-scale="0.64"] .times .second-times .time{display:flex;align-items:center;justify-content:center;flex:0 0 calc(50% - 2px);padding:.12em .04em;border-radius:.06em}.countdown[data-scale="0.64"] .times .day-times .time span,.countdown[data-scale="0.64"] .times .hour-times .time span,.countdown[data-scale="0.64"] .times .minute-times .time span,.countdown[data-scale="0.64"] .times .second-times .time span{display:block;line-height:1.2;font-size:.3em}.countdown[data-scale="0.64"] .times .dot{color:#262626;margin-right:2px;margin-left:2px;height:.6em;display:flex;align-items:center}.countdown[data-scale="0.64"] .times .dot span{font-size:.18em}.countdown[data-scale="0.8"]{border:.0125em solid #e0e0e0;border-radius:.2em;padding:.25em}.countdown[data-scale="0.8"] .title{margin-bottom:.25em}.countdown[data-scale="0.8"] .title span{font-size:.25em;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.countdown[data-scale="0.8"] .times{display:flex}.countdown[data-scale="0.8"] .times[data-days=false] .time,.countdown[data-scale="0.8"] .times[data-seconds=false] .time{padding:.1em}.countdown[data-scale="0.8"] .times[data-days=false] .time span,.countdown[data-scale="0.8"] .times[data-seconds=false] .time span{font-size:.45em}.countdown[data-scale="0.8"] .times[data-days=false] .time-name,.countdown[data-scale="0.8"] .times[data-seconds=false] .time-name{font-size:.175em;line-height:1.214}.countdown[data-scale="0.8"] .times[data-days=false] .dot,.countdown[data-scale="0.8"] .times[data-seconds=false] .dot{height:.74em}.countdown[data-scale="0.8"] .times[data-days=false] .dot:first-of-type,.countdown[data-scale="0.8"] .times[data-seconds=false] .dot:last-of-type{display:none}.countdown[data-scale="0.8"] .times .days,.countdown[data-scale="0.8"] .times .hours,.countdown[data-scale="0.8"] .times .minutes,.countdown[data-scale="0.8"] .times .seconds{width:100%}.countdown[data-scale="0.8"] .times .days .time-name,.countdown[data-scale="0.8"] .times .hours .time-name,.countdown[data-scale="0.8"] .times .minutes .time-name,.countdown[data-scale="0.8"] .times .seconds .time-name{display:block;line-height:1.1538;font-size:.1625em;margin-top:.6153846154em}.countdown[data-scale="0.8"] .times .day-times,.countdown[data-scale="0.8"] .times .hour-times,.countdown[data-scale="0.8"] .times .minute-times,.countdown[data-scale="0.8"] .times .second-times{display:flex;justify-content:space-between}.countdown[data-scale="0.8"] .times .day-times .time,.countdown[data-scale="0.8"] .times .hour-times .time,.countdown[data-scale="0.8"] .times .minute-times .time,.countdown[data-scale="0.8"] .times .second-times .time{display:flex;align-items:center;justify-content:center;flex:0 0 calc(50% - 2px);padding:.15em .05em;border-radius:.075em}.countdown[data-scale="0.8"] .times .day-times .time span,.countdown[data-scale="0.8"] .times .hour-times .time span,.countdown[data-scale="0.8"] .times .minute-times .time span,.countdown[data-scale="0.8"] .times .second-times .time span{display:block;line-height:1.2;font-size:.375em}.countdown[data-scale="0.8"] .times .dot{color:#262626;margin-right:2px;margin-left:2px;height:.75em;display:flex;align-items:center}.countdown[data-scale="0.8"] .times .dot span{font-size:.225em}.countdown[data-scale="1"]{border:.015625em solid #e0e0e0;border-radius:.25em;padding:.3125em}.countdown[data-scale="1"] .title{margin-bottom:.3125em}.countdown[data-scale="1"] .title span{font-size:.3125em;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.countdown[data-scale="1"] .times{display:flex}.countdown[data-scale="1"] .times[data-days=false] .time,.countdown[data-scale="1"] .times[data-seconds=false] .time{padding:.125em}.countdown[data-scale="1"] .times[data-days=false] .time span,.countdown[data-scale="1"] .times[data-seconds=false] .time span{font-size:.5625em}.countdown[data-scale="1"] .times[data-days=false] .time-name,.countdown[data-scale="1"] .times[data-seconds=false] .time-name{font-size:.21875em;line-height:1.214}.countdown[data-scale="1"] .times[data-days=false] .dot,.countdown[data-scale="1"] .times[data-seconds=false] .dot{height:.925em}.countdown[data-scale="1"] .times[data-days=false] .dot:first-of-type,.countdown[data-scale="1"] .times[data-seconds=false] .dot:last-of-type{display:none}.countdown[data-scale="1"] .times .days,.countdown[data-scale="1"] .times .hours,.countdown[data-scale="1"] .times .minutes,.countdown[data-scale="1"] .times .seconds{width:100%}.countdown[data-scale="1"] .times .days .time-name,.countdown[data-scale="1"] .times .hours .time-name,.countdown[data-scale="1"] .times .minutes .time-name,.countdown[data-scale="1"] .times .seconds .time-name{display:block;line-height:1.1538;font-size:.203125em;margin-top:.7692307692em}.countdown[data-scale="1"] .times .day-times,.countdown[data-scale="1"] .times .hour-times,.countdown[data-scale="1"] .times .minute-times,.countdown[data-scale="1"] .times .second-times{display:flex;justify-content:space-between}.countdown[data-scale="1"] .times .day-times .time,.countdown[data-scale="1"] .times .hour-times .time,.countdown[data-scale="1"] .times .minute-times .time,.countdown[data-scale="1"] .times .second-times .time{display:flex;align-items:center;justify-content:center;flex:0 0 calc(50% - 2px);padding:.1875em .0625em;border-radius:.09375em}.countdown[data-scale="1"] .times .day-times .time span,.countdown[data-scale="1"] .times .hour-times .time span,.countdown[data-scale="1"] .times .minute-times .time span,.countdown[data-scale="1"] .times .second-times .time span{display:block;line-height:1.2;font-size:.46875em}.countdown[data-scale="1"] .times .dot{color:#262626;margin-right:2px;margin-left:2px;height:.9375em;display:flex;align-items:center}.countdown[data-scale="1"] .times .dot span{font-size:.28125em}.countdown .times .time{background:#eee}.countdown[data-mode=Dark]{background-color:#141414;border-color:#dbdbdb;color:#fff}.countdown[data-mode=Dark] .times .time{background:#434343}.countdown[data-mode=Dark] .times .dot,.countdown[data-mode=Dark] .times .time-name{color:#adadad}.reactions{position:absolute;top:90%;white-space:nowrap;display:flex}.reactions[data-mode=Dark] .emoji-container{background-color:#212121;border-color:#424242}.reactions[data-mode=Dark] .emoji-container .count{color:#fff}.reactions[data-mode=Light] .emoji-container{background:#f7f7f7;border-color:#e0e0e0}.reactions .emoji-container{cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:space-between;border:1px solid;transition:all .3s ease-in-out;max-height:.7em;padding:.17em;margin-right:.14598em;border-radius:100px;opacity:0}.reactions .emoji-container:last-child{margin:0}.reactions .emoji-container .emoji{display:inline-block;pointer-events:none;font-size:.34em;line-height:1;font-family:none;text-align:center;user-select:none}.reactions .emoji-container .emoji:last-child{padding-right:0}.reactions .emoji-container .count{font-size:.17em;pointer-events:none;line-height:1.14;color:#000;font-weight:500;margin-top:.285em;text-align:center;transform:scale(0);transition:transform .3s ease-in}.reactions.animating .emoji-container{animation:emoji-animation .6s ease-in-out;animation-fill-mode:both;animation-delay:calc(var(--animate-order)*250ms + .2s)}.reactions.reacted .emoji-container{max-height:.827em;animation:none;transition-timing-function:ease-in;opacity:1}.reactions.reacted .emoji-container .count{display:initial;transform:scale(1)}.reactions.reacted .emoji-container.clicked{background:var(--background-color);transform:scale(1.14)}.reactions.rotated{transform:rotate(90deg)}.reactions.rotated.animating .emoji-container{animation-name:emoji-animation-rotated}.reactions.rotated .emoji-container{margin-right:.2189em;transform:rotate(270deg)}.reactions.rotated .emoji-container.clicked{transform:scale(1.14) rotate(270deg)}.reactions.deselected .emoji-container{animation:none;opacity:1}@keyframes emoji-animation{0%{opacity:0;transform:scale(1)}50%{opacity:1;background:var(--background-color);transform:scale(1.14)}to{opacity:1;transform:scale(1)}}@keyframes emoji-animation-rotated{0%{opacity:0;transform:scale(1) rotate(270deg)}50%{opacity:1;background:var(--background-color);transform:scale(1.14) rotate(270deg)}to{opacity:1;transform:scale(1) rotate(270deg)}}.image-cta-wrapper{position:absolute;text-align:left!important}.image-cta-wrapper img{width:100%;height:100%;cursor:pointer;position:absolute;object-fit:cover}.media-component{position:absolute;pointer-events:none}.media-component img{width:100%;height:100%;object-fit:cover;display:block}.media-component video{width:100%;height:auto!important}.poll-component[data-scale="0.64"]{position:absolute;overflow:hidden;text-align:center}.poll-component[data-scale="0.64"] .question{padding-bottom:.042em;margin:0 0 .14em;font-weight:700;font-size:.28em;line-height:1.1785;color:var(--background-color);text-shadow:var(--text-shadow-color);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.poll-component[data-scale="0.64"] .options{height:.71em;display:flex;background-color:var(--background-color);border:2px solid var(--border-color);border-radius:.16em;overflow:hidden}.poll-component[data-scale="0.64"] .options button{position:relative;cursor:pointer;font-size:inherit;width:50%;color:var(--text-color);background-color:var(--background-color);padding:.12em;border:none;transition:all .6s ease}.poll-component[data-scale="0.64"] .options button .option-title{display:block;width:100%;font-weight:700;font-size:.19em;line-height:1.277;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poll-component[data-scale="0.64"] .options button .vote{display:block;font-weight:400;font-size:.23em;line-height:1.1739}.poll-component[data-scale="0.64"] .options button:first-of-type{border-right:1px solid var(--border-color)}.poll-component[data-scale="0.64"] .options button:last-of-type{border-left:1px solid var(--border-color)}.poll-component[data-scale="0.64"].voted .options button{display:flex;flex-direction:column;justify-content:space-between;border:none;padding:.08em .12em}.poll-component[data-scale="0.64"].voted .options button:not(.overflows).option-title{font-size:.17em;line-height:1.1764;-webkit-line-clamp:1}.poll-component[data-scale="0.64"].voted .options button:not(.selected){background-image:linear-gradient(var(--border-color) 0 0)}.poll-component[data-scale="0.64"].voted .options button:first-of-type{text-align:left}.poll-component[data-scale="0.64"].voted .options button:last-of-type{align-items:flex-end;text-align:right}.poll-component[data-scale="0.64"].voted .options button:last-of-type .option-title{max-width:4.5em}.poll-component[data-scale="0.64"].voted .options button.overflows{padding:.04em .12em;text-align:left}.poll-component[data-scale="0.64"].voted .options button.overflows .option-title{font-size:.14em}.poll-component[data-scale="0.64"].voted .options button .option-title{padding-bottom:1.2625em}.poll-component[data-scale="0.64"].voted .options[data-percentage-0="0"] button:first-of-type{padding:0;opacity:0}.poll-component[data-scale="0.64"].voted .options[data-percentage-0="0"] button:last-of-type{align-items:center;text-align:center}.poll-component[data-scale="0.64"].voted .options[data-percentage-1="0"] button:last-of-type{padding:0;opacity:0}.poll-component[data-scale="0.64"].voted .options[data-percentage-1="0"] button:first-of-type{align-items:center;text-align:center}.poll-component[data-scale="0.8"]{position:absolute;overflow:hidden;text-align:center}.poll-component[data-scale="0.8"] .question{padding-bottom:.0525em;margin:0 0 .175em;font-weight:700;font-size:.35em;line-height:1.1785;color:var(--background-color);text-shadow:var(--text-shadow-color);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.poll-component[data-scale="0.8"] .options{height:.8875em;display:flex;background-color:var(--background-color);border:2px solid var(--border-color);border-radius:.2em;overflow:hidden}.poll-component[data-scale="0.8"] .options button{position:relative;cursor:pointer;font-size:inherit;width:50%;color:var(--text-color);background-color:var(--background-color);padding:.15em;border:none;transition:all .6s ease}.poll-component[data-scale="0.8"] .options button .option-title{display:block;width:100%;font-weight:700;font-size:.2375em;line-height:1.277;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poll-component[data-scale="0.8"] .options button .vote{display:block;font-weight:400;font-size:.2875em;line-height:1.1739}.poll-component[data-scale="0.8"] .options button:first-of-type{border-right:1px solid var(--border-color)}.poll-component[data-scale="0.8"] .options button:last-of-type{border-left:1px solid var(--border-color)}.poll-component[data-scale="0.8"].voted .options button{display:flex;flex-direction:column;justify-content:space-between;border:none;padding:.1em .15em}.poll-component[data-scale="0.8"].voted .options button:not(.overflows).option-title{font-size:.2125em;line-height:1.1764;-webkit-line-clamp:1}.poll-component[data-scale="0.8"].voted .options button:not(.selected){background-image:linear-gradient(var(--border-color) 0 0)}.poll-component[data-scale="0.8"].voted .options button:first-of-type{text-align:left}.poll-component[data-scale="0.8"].voted .options button:last-of-type{align-items:flex-end;text-align:right}.poll-component[data-scale="0.8"].voted .options button:last-of-type .option-title{max-width:5.625em}.poll-component[data-scale="0.8"].voted .options button.overflows{padding:.05em .15em;text-align:left}.poll-component[data-scale="0.8"].voted .options button.overflows .option-title{font-size:.175em}.poll-component[data-scale="0.8"].voted .options button .option-title{padding-bottom:1.2625em}.poll-component[data-scale="0.8"].voted .options[data-percentage-0="0"] button:first-of-type{padding:0;opacity:0}.poll-component[data-scale="0.8"].voted .options[data-percentage-0="0"] button:last-of-type{align-items:center;text-align:center}.poll-component[data-scale="0.8"].voted .options[data-percentage-1="0"] button:last-of-type{padding:0;opacity:0}.poll-component[data-scale="0.8"].voted .options[data-percentage-1="0"] button:first-of-type{align-items:center;text-align:center}.poll-component[data-scale="1"]{position:absolute;overflow:hidden;text-align:center}.poll-component[data-scale="1"] .question{padding-bottom:.065625em;margin:0 0 .21875em;font-weight:700;font-size:.4375em;line-height:1.1785;color:var(--background-color);text-shadow:var(--text-shadow-color);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.poll-component[data-scale="1"] .options{height:1.109375em;display:flex;background-color:var(--background-color);border:2px solid var(--border-color);border-radius:.25em;overflow:hidden}.poll-component[data-scale="1"] .options button{position:relative;cursor:pointer;font-size:inherit;width:50%;color:var(--text-color);background-color:var(--background-color);padding:.1875em;border:none;transition:all .6s ease}.poll-component[data-scale="1"] .options button .option-title{display:block;width:100%;font-weight:700;font-size:.296875em;line-height:1.277;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poll-component[data-scale="1"] .options button .vote{display:block;font-weight:400;font-size:.359375em;line-height:1.1739}.poll-component[data-scale="1"] .options button:first-of-type{border-right:1px solid var(--border-color)}.poll-component[data-scale="1"] .options button:last-of-type{border-left:1px solid var(--border-color)}.poll-component[data-scale="1"].voted .options button{display:flex;flex-direction:column;justify-content:space-between;border:none;padding:.125em .1875em}.poll-component[data-scale="1"].voted .options button:not(.overflows).option-title{font-size:.265625em;line-height:1.1764;-webkit-line-clamp:1}.poll-component[data-scale="1"].voted .options button:not(.selected){background-image:linear-gradient(var(--border-color) 0 0)}.poll-component[data-scale="1"].voted .options button:first-of-type{text-align:left}.poll-component[data-scale="1"].voted .options button:last-of-type{align-items:flex-end;text-align:right}.poll-component[data-scale="1"].voted .options button:last-of-type .option-title{max-width:7.03125em}.poll-component[data-scale="1"].voted .options button.overflows{padding:.0625em .1875em;text-align:left}.poll-component[data-scale="1"].voted .options button.overflows .option-title{font-size:.21875em}.poll-component[data-scale="1"].voted .options button .option-title{padding-bottom:1.2625em}.poll-component[data-scale="1"].voted .options[data-percentage-0="0"] button:first-of-type{padding:0;opacity:0}.poll-component[data-scale="1"].voted .options[data-percentage-0="0"] button:last-of-type{align-items:center;text-align:center}.poll-component[data-scale="1"].voted .options[data-percentage-1="0"] button:last-of-type{padding:0;opacity:0}.poll-component[data-scale="1"].voted .options[data-percentage-1="0"] button:first-of-type{align-items:center;text-align:center}.poll-component[data-mode=Dark] .options button:first-child{border-right:1px solid #616161}.poll-component[data-mode=Dark] .options button:nth-child(2){border-left:1px solid #616161}.poll-component[data-mode=Light] .options{border:1px solid #e0e0e0}.poll-component[data-mode=Light] .options button:first-child{border-right:1px solid #eee}.poll-component[data-mode=Light] .options button:nth-child(2){border-left:1px solid #eee}.poll-component[data-mode=Dark] .options button:first-child,.poll-component[data-mode=Light] .options button:first-child{color:#16c898}.poll-component[data-mode=Dark] .options button:nth-child(2),.poll-component[data-mode=Light] .options button:nth-child(2){color:#fe3f9c}.product-tag-dot{z-index:99;position:inherit;color:#000;background-color:#fff;font-size:.2256em;line-height:1.23;width:7.4%;border-radius:50%;border:1px solid;background:no-repeat 50%;background-size:67%;animation:leaves 1s ease-out infinite alternate;animation-delay:.3s;cursor:pointer}.product-tag-dot:before{content:"";float:left;padding-top:100%}.product-tag-dot.active .product-tag-tooltip{visibility:visible;opacity:1;transform:translateY(0)}.product-tag-dot.active{animation:none}.product-tag-dot .product-tag-tooltip{z-index:inherit;cursor:pointer;visibility:hidden;opacity:0;padding:0;position:inherit;display:inline-block;font-weight:600;font-style:normal;font-size:inherit;font-family:inherit;border:.1538em solid;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:.923em;width:auto;white-space:nowrap;transform:translateY(30px);transition:all .4s ease-out,margin-left 0s}.product-tag-dot .product-tag-tooltip.top-left{bottom:calc(100% + .307em);right:0}.product-tag-dot .product-tag-tooltip.top-middle{bottom:calc(100% + .307em);left:50%}.product-tag-dot .product-tag-tooltip.top-right{bottom:calc(100% + .307em);left:0}.product-tag-dot .product-tag-tooltip.down-right{top:calc(100% + .307em);left:0}.product-tag-dot .product-tag-tooltip.down-middle{top:calc(100% + .307em);left:50%}.product-tag-dot .product-tag-tooltip.down-left{top:calc(100% + .307em);right:0}.product-tag-dot .product-tag-tooltip .title-container{padding:.615em .615em 0;display:flex;flex-direction:row;gap:.769em;align-items:flex-start;width:100%}.product-tag-dot .product-tag-tooltip .title-container .tag-title{overflow:hidden;text-overflow:ellipsis}.product-tag-dot .product-tag-tooltip .title-container.no-price{padding-bottom:.615em}.product-tag-dot .product-tag-tooltip .price-container{padding:.307em;display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.product-tag-dot .product-tag-tooltip .price-container .price{padding:.1538em .615em;border-radius:.923em .1538em}.product-tag-dot .product-tag-tooltip .price-container .old-price{padding:0 .307em 0 .615em;background-color:transparent;text-decoration:line-through}@keyframes leaves{0%{transform:none}to{transform:scale(1.2)}}.promo-code-component{--data-rotation:0deg;cursor:pointer;max-width:100%;position:absolute;color:#212121;flex-direction:column;justify-content:center;padding:.0175em;background-size:50% 100%;background-image:radial-gradient(circle at 0 50%,transparent .133em,#e0e0e0 0),radial-gradient(circle at 100% 50%,transparent .133em,#e0e0e0 0);animation:promoSpin 1s linear infinite}.promo-code-component,.promo-code-component .promo-code{display:flex;background-repeat:no-repeat;background-position:0 0,100% 0}.promo-code-component .promo-code{width:100%;height:100%;align-items:center;justify-content:flex-start;background-size:90% 100%;background-image:radial-gradient(circle at -.0175em 50%,transparent .1505em,#fff 0),radial-gradient(circle at calc(100% + .0175em) 50%,transparent .1505em,#fff 0)}.promo-code-component .promo-code-title{word-break:keep-all;text-align:center;display:inline-block;align-items:center;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.promo-code-component .promo-code svg{width:.563em;height:.563em}.promo-code-component .promo-code span:last-child{height:100%;display:flex;align-items:center;justify-content:flex-start;border-left:.035em dashed #e0e0e0}.promo-code-component[data-mode=Dark]{color:#fff;background-image:radial-gradient(circle at 0 50%,hsla(0,0%,45.9%,0) .133em,#757575 0),radial-gradient(circle at 100% 50%,hsla(0,0%,45.9%,0) .133em,#757575 0);box-sizing:border-box}.promo-code-component[data-mode=Dark] .promo-code{background-image:radial-gradient(circle at -.0175em 50%,transparent .1505em,#212121 0),radial-gradient(circle at calc(100% + .0175em) 50%,transparent .1505em,#212121 0)}.promo-code-component[data-mode=Dark] .promo-code span:last-child{border-left-color:#757575}.promo-code-component[data-mode=Dark] .promo-code-component-copied{background-color:#212121;color:#fafafa;border:.01736em solid #757575}.promo-code-component[data-mode=Dark] .promo-code-component-copied:before{border-top-color:#757575!important}.promo-code-component[data-mode=Dark] .promo-code-component-copied:after{border-top-color:#212121!important}.promo-code-component[data-mode=Light] .promo-code-component-copied{background-color:#fff;color:#141414;border:.01736em solid #dbdbdb}.promo-code-component[data-mode=Light] .promo-code-component-copied:before{border-top-color:#dbdbdb!important}.promo-code-component[data-mode=Light] .promo-code-component-copied:after{border-top-color:#fff!important}.promo-code-component[data-scale="2"]{height:.829em;border-radius:.133em}.promo-code-component[data-scale="2"] .promo-code{padding-left:.243em;padding-right:.208em;border-radius:.133em}.promo-code-component[data-scale="2"] .promo-code-title{padding-right:inherit;font-size:.5034em;line-height:1.206}.promo-code-component[data-scale="2"] .promo-code svg{padding-left:.15625em}.promo-code-component[data-scale="1"]{height:.729em;border-radius:.133em}.promo-code-component[data-scale="1"] .promo-code{padding-left:.277em;padding-right:.186em;border-radius:.133em}.promo-code-component[data-scale="1"] .promo-code-title{padding-right:inherit;font-size:.347em;line-height:1.2}.promo-code-component[data-scale="1"] .promo-code svg{padding-left:.1086em}.promo-code-component[data-scale="0"]{height:.695em;border-radius:.133em}.promo-code-component[data-scale="0"] .promo-code{padding-left:.26em;padding-right:.17725em;border-radius:.133em}.promo-code-component[data-scale="0"] .promo-code-title{padding-right:inherit;font-size:.277em;line-height:1.1875}.promo-code-component[data-scale="0"] .promo-code svg{padding-left:.1034em}.promo-code-component-copied{font-size:.2256em;position:absolute;left:50%;transform:translateX(-50%) translateY(calc(-100% - .8em));white-space:nowrap;padding:.5em 1em;border-radius:3em;width:auto;text-align:center;display:block;top:0;visibility:hidden;opacity:0;transition:all .3s ease-in-out}.promo-code-component-copied.show{visibility:visible;opacity:1}.promo-code-component-copied:after,.promo-code-component-copied:before{content:"";position:absolute;border-left:.4em solid transparent;border-right:.4em solid transparent;bottom:0;left:50%}.promo-code-component-copied:before{border-top:.6em solid transparent;transform:translate(-50%,calc(100% + .01736em))}.promo-code-component-copied:after{border-top:.6em solid transparent;transform:translate(-50%,90%);z-index:1}@keyframes promoSpin{0%{transform:rotate(calc(var(--data-rotation)))}25%{transform:rotate(calc(1deg + var(--data-rotation)))}50%{transform:rotate(calc(var(--data-rotation)))}75%{transform:rotate(calc(-1deg + var(--data-rotation)))}to{transform:rotate(calc(var(--data-rotation)))}}.question-component{text-align:center;position:absolute;cursor:pointer;border-radius:22.3825px 22.3825px 0 22.3825px}.question-component-tail{border-bottom:20px solid transparent;position:absolute;right:-1px;bottom:-20px}.question-component-container{overflow:hidden}.question-component-container-button{color:#000;background:hsla(0,0%,100%,.8);border:1px solid rgba(0,0,0,.1);border-radius:100px}.question-component[data-scale="1"]{padding:.3125em}.question-component[data-scale="1"] h6{font-size:.3125em;line-height:1.2}.question-component[data-scale="1"] p{font-size:.265625em;line-height:1.1765}.question-component[data-scale="1"] .question-component-container-button{padding:.25em .125em}.question-component[data-scale="1"] .question-component-container-button:not(:only-child){margin-top:.1875em}.question-component[data-scale="0.8"]{padding:.25em}.question-component[data-scale="0.8"] h6{font-size:.25em;line-height:1.1875}.question-component[data-scale="0.8"] p{font-size:.21875em;line-height:1.2142}.question-component[data-scale="0.8"] .question-component-container-button{padding:.1875em .0625em;margin-top:.15em}.question-component[data-scale="0.64"]{padding:.203125em}.question-component[data-scale="0.64"] h6{font-size:.203125em;line-height:1.23}.question-component[data-scale="0.64"] p{font-size:.171875em;line-height:1.1818}.question-component[data-scale="0.64"] .question-component-container-button{padding:.171875em .125em;margin-top:.203125em}.question-component h6,.question-component p{margin:0;padding:0}.question-component h6{font-weight:500}.question-component p{font-weight:400}.question-textbox-container{visibility:hidden;height:100%;width:100%;overflow:hidden}.question-textbox-container.active{visibility:visible}.question-textbox-container.active .question-textbox-container-overlay{opacity:1}.question-textbox-container.active .question-textbox-container-form{opacity:1;transform:translateY(-100px);transition:opacity .1s ease-in,transform .1s ease-in,max-height .4s linear}.question-textbox-container.active.android .question-textbox-container-form{transform:none;transition:opacity .3s ease-in;transition-delay:.3s}.question-textbox-container.android .question-textbox-container-form{bottom:10%;font-size:14px}.question-textbox-container.ios .question-textbox-container-form textarea{font-size:16px!important}.question-textbox-container-overlay{position:absolute;transition:all .2s ease-in-out;background:rgba(30,30,30,.2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);top:0;left:0;height:100%;width:100%;z-index:1999;opacity:0}.question-textbox-container-form{position:absolute;overflow:hidden;transition:all .3s ease-out;opacity:0;font-size:.21875em;padding:1.1428em;border-radius:16px;bottom:calc(var(--i--storyly-story-layer-height)/2 - 100px);left:0;right:0;margin:auto;width:82%;z-index:2000}.question-textbox-container-form label{font-size:1.2857em;line-height:1.33;margin-bottom:.5714em;text-align:center;display:block}.question-textbox-container-form textarea{font-family:inherit;text-align:left!important;font-size:16px!important;line-height:1.4285;max-height:8.571em;overflow:hidden;padding:.8571em;width:100%;background:hsla(0,0%,100%,.7);border-radius:6px;border:none;resize:none;color:#000}.question-textbox-container-form textarea:focus-visible{outline:none}.question-textbox-container-form button{transition:all .3s linear;cursor:pointer;opacity:0;height:3em;padding:0;border:none;width:100%;border-radius:100px}.question-textbox-container-form button.active{opacity:1}.question-textbox-container[dir=rtl] textarea{text-align:right!important}.question-component-result{text-align:center;position:absolute;cursor:default;padding:0!important}.question-component-result[data-scale="0.64"]{border-radius:.28em}.question-component-result[data-scale="0.64"] .question-component-tail{border-right:.2em solid;border-bottom:.2em solid transparent;right:0;bottom:-.19em}.question-component-result[data-scale="0.64"] .question-component-container{border-radius:.28em;border-bottom-right-radius:0!important}.question-component-result[data-scale="0.64"] .question-component-container-title{border-radius:inherit;padding:.16em}.question-component-result[data-scale="0.64"] .question-component-container-title h6{font-size:.17em;font-weight:400}.question-component-result[data-scale="0.64"] .question-component-container-text{background:hsla(0,0%,100%,.8);padding:.2em;color:#000}.question-component-result[data-scale="0.64"] .question-component-container-text p{font-size:.2em;font-weight:600}.question-component-result[data-scale="0.8"]{border-radius:.35em}.question-component-result[data-scale="0.8"] .question-component-tail{border-right:.25em solid;border-bottom:.25em solid transparent;right:0;bottom:-.2375em}.question-component-result[data-scale="0.8"] .question-component-container{border-radius:.35em;border-bottom-right-radius:0!important}.question-component-result[data-scale="0.8"] .question-component-container-title{border-radius:inherit;padding:.2em}.question-component-result[data-scale="0.8"] .question-component-container-title h6{font-size:.2125em;font-weight:400}.question-component-result[data-scale="0.8"] .question-component-container-text{background:hsla(0,0%,100%,.8);padding:.25em;color:#000}.question-component-result[data-scale="0.8"] .question-component-container-text p{font-size:.25em;font-weight:600}.question-component-result[data-scale="1"]{border-radius:.4375em}.question-component-result[data-scale="1"] .question-component-tail{border-right:.3125em solid;border-bottom:.3125em solid transparent;right:0;bottom:-.296875em}.question-component-result[data-scale="1"] .question-component-container{border-radius:.4375em;border-bottom-right-radius:0!important}.question-component-result[data-scale="1"] .question-component-container-title{border-radius:inherit;padding:.25em}.question-component-result[data-scale="1"] .question-component-container-title h6{font-size:.265625em;font-weight:400}.question-component-result[data-scale="1"] .question-component-container-text{background:hsla(0,0%,100%,.8);padding:.3125em;color:#000}.question-component-result[data-scale="1"] .question-component-container-text p{font-size:.3125em;font-weight:600}.quiz-component{position:absolute;color:#fff}.quiz-component .question{font-weight:600;word-break:break-all;text-align:center;border:.015625em solid #e0e0e0}.quiz-component .question>span{word-break:break-word;display:flex;align-items:center}.quiz-component .answers{border:.015625em solid #e0e0e0}.quiz-component .answers .answer{position:relative;border-radius:.5em;border:2px solid #eee;display:flex;align-items:center;cursor:pointer;overflow:hidden;text-align:left}.quiz-component .answers .answer .bg-percent{position:absolute;left:0;top:0;border-radius:.5em;background-color:#eee;height:100%;z-index:1;animation:width .3s}.quiz-component .answers .answer span{z-index:2}.quiz-component .answers .answer span:first-child{border-radius:50%;border:.03125em solid #efefef;display:flex;align-items:center;justify-content:center}.quiz-component .answers .answer span:nth-child(2){width:100%;word-break:break-word}.quiz-component .answers .answer.correct-choice{color:#fff}.quiz-component .answers .answer.correct-choice span:first-child{background-color:#fff;color:#51c41a}.quiz-component .answers .answer.correct-choice:after{position:absolute;content:"";top:0;left:0;height:100%;width:100%;background-color:#51c41a;transform-origin:left;transition:width .25s ease;animation:moveCorrect .7s}.quiz-component .answers .answer.other-choice span:first-child{border-color:#ff4d50;color:#ff4d50}.quiz-component .answers .answer.incorrect-choice{color:#fff}.quiz-component .answers .answer.incorrect-choice span:first-child{background-color:#fff;color:#ff4d50}.quiz-component .answers .answer.incorrect-choice:after{position:absolute;content:"";top:0;left:0;height:100%;width:100%;background-color:#ff4d50;transform-origin:left;transition:width .25s ease;animation:moveCorrect .7s}.quiz-component .answers .answer.blurred{opacity:.4}.quiz-component[data-mode=Light] .question{background:#000;color:#fff}.quiz-component[data-mode=Light] .answers{background:#fff;color:#000}.quiz-component[data-mode=Light] .answers[data-has-title=false]{border-top:.015625em solid #e0e0e0}.quiz-component[data-mode=Dark] .question{background:#fff;color:#212121;border-color:#e0e0e0}.quiz-component[data-mode=Dark] .answers{background:#212121;color:#fafafa;border-color:#9e9e9e}.quiz-component[data-mode=Dark] .answers .answer{background:#424242;border-color:#616161}.quiz-component[data-mode=Dark] .answers .bg-percent{background-color:#757575}.quiz-component[data-mode=Dark] .answers[data-has-title=false]{border-top:.015625em solid #9e9e9e}.quiz-component[data-scale="3"]{width:88.88%!important}.quiz-component[data-scale="3"] .question{border-top-left-radius:.25em;border-top-right-radius:.25em;padding:.3125em}.quiz-component[data-scale="3"] .question>span{font-size:.3125em;line-height:1.2}.quiz-component[data-scale="3"] .answers{border-bottom-left-radius:.25em;border-bottom-right-radius:.25em;padding:.25em}.quiz-component[data-scale="3"] .answers .answer{padding:.1875em;height:.875em}.quiz-component[data-scale="3"] .answers .answer:not(:last-child){margin-bottom:.25em}.quiz-component[data-scale="3"] .answers[data-has-title=false]{border-radius:.25em}.quiz-component[data-scale="3"] .answers span{font-size:.265625em;line-height:1.1764705882}.quiz-component[data-scale="3"] .answers span:first-child{min-width:1.8823em;min-height:1.8823em;margin-right:.47em}.quiz-component[data-scale="2"]{width:71.1%!important}.quiz-component[data-scale="2"] .question{border-top-left-radius:.203125em;border-top-right-radius:.203125em;padding:.25em}.quiz-component[data-scale="2"] .question>span{font-size:.25em;line-height:1.1875}.quiz-component[data-scale="2"] .answers{border-bottom-left-radius:.203125em;border-bottom-right-radius:.203125em;padding:.203125em}.quiz-component[data-scale="2"] .answers .answer{padding:.09375em .203125em .09375em .09375em;height:.6875em}.quiz-component[data-scale="2"] .answers .answer:not(:last-child){margin-bottom:.203125em}.quiz-component[data-scale="2"] .answers[data-has-title=false]{border-radius:.203125em}.quiz-component[data-scale="2"] .answers span{font-size:.21875em;line-height:1.2142857143}.quiz-component[data-scale="2"] .answers span:first-child{min-width:1.8571em;min-height:1.8571em;margin-right:.4285em}.quiz-component[data-scale="1"]{width:56.88%!important}.quiz-component[data-scale="1"] .question{border-top-left-radius:.15625em;border-top-right-radius:.15625em;padding:.203125em}.quiz-component[data-scale="1"] .question>span{font-size:.203125em;line-height:1.23}.quiz-component[data-scale="1"] .answers{border-bottom-left-radius:.15625em;border-bottom-right-radius:.15625em;padding:.15625em}.quiz-component[data-scale="1"] .answers .answer{padding:.078125em .15625em .078125em .078125em;height:.546875em}.quiz-component[data-scale="1"] .answers .answer:not(:last-child){margin-bottom:.15625em}.quiz-component[data-scale="1"] .answers[data-has-title=false]{border-radius:.15625em}.quiz-component[data-scale="1"] .answers span{font-size:.171875em;line-height:1.1818181818}.quiz-component[data-scale="1"] .answers span:first-child{min-width:1.9em;min-height:1.9em;margin-right:.45em}@keyframes width{0%{width:0}}@keyframes moveCorrect{0%{width:0}to{width:100%}}.rating-component{position:absolute;font-weight:600;border:1px solid #e0e0e0;box-shadow:0 0 .125em rgba(224,223,223,.1);display:flex;flex-direction:column;justify-content:center;background:#fff;color:#262626}.rating-component .title{display:flex;align-items:center;justify-content:center}.rating-component .title span{word-break:break-word;text-align:center}.rating-component .slider-container{display:flex;justify-content:center;align-items:center;width:100%}.rating-component .slider-container .slider{width:100%;background:#efefef;border-radius:.125em;position:relative;display:flex;align-items:center}.rating-component .slider-container .slider .average-tooltip.show{display:block!important}.rating-component .slider-container .slider .average-tooltip{font-size:.203125em;position:absolute;left:0;transform:translateX(-40%);white-space:nowrap;padding:.5em;border-radius:.5em;width:auto;text-align:center;display:none}.rating-component .slider-container .slider .average-tooltip:after,.rating-component .slider-container .slider .average-tooltip:before{content:"";position:absolute;border-left:1em solid transparent;border-right:1em solid transparent;top:0;left:50%}.rating-component .slider-container .slider .average-tooltip:before{border-bottom:1em solid transparent;transform:translate(-50%,-100%)}.rating-component .slider-container .slider .average-tooltip:after{border-bottom:1em solid transparent;transform:translate(-50%,-80%);z-index:1}.rating-component .slider-container .slider .indicator-animation{position:relative;left:-.15625em;animation:indicatorAnimationMove 2s infinite;display:none}.rating-component .slider-container .slider .indicator{position:absolute;left:-.15625em;cursor:pointer;animation-duration:1.5s;animation-delay:.3s}.rating-component .slider-container .slider .slider-colored{height:100%;background:linear-gradient(90deg,#b900b3,#f00010);border-radius:.125em;position:relative;animation-duration:1.5s;animation-delay:.3s}.rating-component[data-mode=Light] .average-tooltip{background-color:#fff;color:#141414;border:1px solid #e0e0e0}.rating-component[data-mode=Light] .average-tooltip:before{border-bottom-color:#e0e0e0!important}.rating-component[data-mode=Light] .average-tooltip:after{border-bottom-color:#fff!important}.rating-component[data-mode=Dark]{color:#fff;background-color:#212121;border:1px solid #757575;box-sizing:border-box;box-shadow:0 0 .125em hsla(0,0%,52.5%,.1)}.rating-component[data-mode=Dark] .average-tooltip{background-color:#141414;color:#fff;border:1px solid #616161}.rating-component[data-mode=Dark] .average-tooltip:before{border-bottom-color:#616161!important}.rating-component[data-mode=Dark] .average-tooltip:after{border-bottom-color:#141414!important}.rating-component[data-mode=Dark] .slider{background:#434343}.rating-component[data-scale="3"]{width:88.88%!important;border-radius:.25em;padding:.3125em}.rating-component[data-scale="3"] .slider-container{height:.625em}.rating-component[data-scale="3"] .slider-container .slider{height:.1875em}.rating-component[data-scale="3"] .slider-container .slider .average-tooltip{top:4em}.rating-component[data-scale="3"] .title{padding-bottom:.375em}.rating-component[data-scale="3"] .title span{font-size:.3125em;line-height:1.2}.rating-component[data-scale="3"] .indicator,.rating-component[data-scale="3"] .indicator-animation{font-size:.625em}.rating-component[data-scale="2"]{width:71.1%!important;border-radius:.1875em;padding:.25em}.rating-component[data-scale="2"] .slider-container{height:.5em}.rating-component[data-scale="2"] .slider-container .slider{height:.15625em}.rating-component[data-scale="2"] .slider-container .slider .average-tooltip{top:3em}.rating-component[data-scale="2"] .title{padding-bottom:.296875em}.rating-component[data-scale="2"] .title span{font-size:.25em;line-height:1.1875}.rating-component[data-scale="2"] .indicator,.rating-component[data-scale="2"] .indicator-animation{font-size:.5em}.rating-component[data-scale="1"]{width:56.88%!important;border-radius:.203125em;padding:.203125em}.rating-component[data-scale="1"] .slider-container{height:.40625em}.rating-component[data-scale="1"] .slider-container .slider{height:.125em}.rating-component[data-scale="1"] .slider-container .slider .average-tooltip{top:2.5em}.rating-component[data-scale="1"] .title{padding-bottom:.234375em}.rating-component[data-scale="1"] .title span{font-size:.203125em;line-height:1.123}.rating-component[data-scale="1"] .indicator,.rating-component[data-scale="1"] .indicator-animation{font-size:.40625em}@keyframes indicatorMoveAnimation{0%{left:-.15625em}25%{left:2em}50%{left:2em}75%{left:-.15625em}to{left:-.15625em}}@keyframes sliderColoredMoveAnimation{0%{width:0}25%{width:40%}50%{width:40%}75%{width:0}to{width:0}}@keyframes indicatorAnimationMove{0%{top:-.78125em}25%{top:-.828125em}50%{top:-.875em}75%{top:-.828125em}to{top:-.78125em}}.text-component{position:absolute;padding:0;display:flex;color:#fff}.text-component span{text-decoration:inherit}.text-component-container{line-height:1.2;word-wrap:break-word;width:max-content;display:-webkit-box;-webkit-box-orient:vertical;word-break:break-word;text-overflow:ellipsis;overflow:hidden}.text-component-container[data-highlight=sharp]{border-radius:0;padding:.33em .5em}.text-component-container[data-highlight=soft]{border-radius:.4em;padding:.33em .5em}.text-component-container[data-highlight=round]{border-radius:.6em;padding:.33em .5em}.text-component-container[data-highlight=retro]{box-shadow:-.125em -.125em 0 0 currentColor;margin-left:.125em;margin-top:.125em;padding:.33em}.text-component .rolling-text-wrapper{display:inline-flex;height:1.2em;overflow:hidden;position:relative}.text-component .rolling-text{display:flex;align-items:flex-start;position:absolute;top:0;left:0}.text-component .rolling-text.desc .rolling-text-item{flex-direction:column-reverse}.text-component .rolling-text.desc .rolling-text-item.rollUp{transform:translateY(0)}.text-component .rolling-text.desc .rolling-text-item.rollDown{transform:translateY(calc(-100% + 1.2em))}.text-component .rolling-text-char{height:1.2em;opacity:0}.text-component .rolling-text-item{display:flex;flex-direction:column}.text-component .rolling-text-item-roller{height:1.2em;display:flex;display:inline-flex}.text-component-bottom-sheet{font-size:.21875em;line-height:1.21;margin:0 .8571428571em 1.7142857143em;padding:0}.product-card-interactive{position:absolute;top:var(--product-card-top);display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;padding:.109375em;border:1px solid #eee;box-shadow:0 0 8px hsla(0,0%,52.5%,.1);opacity:1;width:1.59375em;cursor:pointer}.product-card-interactive-image{display:block;width:100%;margin-bottom:.09375em;border:1px solid #eee;object-fit:cover;aspect-ratio:1}.product-card-interactive-image:after{content:"";display:block;padding-top:100%}.product-card-interactive-title{margin-bottom:.09375em}.product-card-interactive-title h6{font-weight:400;font-size:.203125em;line-height:1.214;color:#212121;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0;height:2.428em}.product-card-interactive-price-old{display:block;font-weight:400;font-size:.1875em;line-height:1.16;text-decoration-line:line-through;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#757575}.product-card-interactive-price-current{display:flex;align-items:center;justify-content:space-between}.product-card-interactive-price-current span{display:block;font-weight:700;font-size:.203125em;line-height:1.214;color:#212121;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-interactive-price-current-button{font-size:inherit;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:.34609375em;height:.34609375em;background:#f5f5f5;border:none;padding:0}.product-card-interactive-price-current-button svg{display:block;width:.2307291em;height:.2307291em}.product-card-interactive[data-radius=true]{border-radius:.1875em}.product-card-interactive[data-radius=true] .product-card-interactive-image,.product-card-interactive[data-radius=true] .product-card-interactive-price-current-button{border-radius:.109375em}.product-card-interactive[data-scale="1"]{transform:scale(1) rotate(var(--product-card-rotation));transform-origin:top left}.product-card-interactive[data-scale="1.2"]{transform:scale(1.2) rotate(var(--product-card-rotation));transform-origin:top left}.product-card-interactive[data-scale="1.44"]{transform:scale(1.44) rotate(var(--product-card-rotation));transform-origin:top left}.image-quiz-component{position:absolute;border:1px solid #e0e0e0;background-color:#fff;overflow:hidden;transform-origin:left}.image-quiz-component[data-scale="0.64"]{border-radius:.16em}.image-quiz-component[data-scale="0.64"] .image-quiz-component-header{background-color:#212121;padding:.2em}.image-quiz-component[data-scale="0.64"] .image-quiz-component-header h6{color:#fff;font-size:.2em;font-weight:400;line-height:1.2;text-align:center;margin:0;padding:0}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:2px;padding:.03em}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question{font-size:inherit;cursor:pointer;position:relative;flex:0 0 calc(50% - 1px);background-repeat:no-repeat;background-size:cover;background-position:50%;border:1px solid #eee;border-radius:.13em;overflow:hidden;padding:0;margin:0}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question-title{position:absolute;left:.08em;right:.08em;bottom:.14em;text-align:center}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question-title span{color:#fff;font-size:.14em;line-height:1.214;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question-letter{position:absolute;left:.08em;top:.08em;width:.32em;height:.32em;border:.02em solid #fff;border-radius:50%;background:rgba(0,0,0,.3);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question-letter span{color:#fff;font-size:.14em;font-weight:600;line-height:1}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .correct-emoji,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .wrong-emoji{font-size:.4em;line-height:1;position:absolute;left:.08em;top:.08em;z-index:1;animation:image-quiz-emoji-scale-animation .6s cubic-bezier(.54,-.03,.39,1.3)}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .correct-icon,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon{position:absolute;left:.08em;top:.08em;height:.32em;width:.32em;border-radius:50%;border:.02em solid #51c41a;background-color:#fff;display:flex;align-items:center;justify-content:center;animation:init-icons-animation .2s ease-in}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .correct-icon svg,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon svg{height:.18em;width:.18em}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon{border:.02em solid #ff4d50}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question:before{content:"";display:block;padding-top:100%;background:linear-gradient(180deg,transparent 36.84%,rgba(0,0,0,.72));border-radius:inherit;transition:all .1s ease-in}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question:after{content:"";position:absolute;left:0;bottom:0;right:0;top:0;border-radius:inherit;opacity:0;transition:all .1s ease-in}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).correct-option:before,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).wrong-option:before{background:linear-gradient(180deg,hsla(0,0%,100%,.2) 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.correct-option:before,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.wrong-option:before{background:linear-gradient(180deg,transparent 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.correct-option:after{border:.03em solid #b9e7a3;opacity:1}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.selected.correct-option:after{border:.03em solid #51c41a}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.wrong-option:after{border:.03em solid #ffb8b9;opacity:1}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.selected.wrong-option:after{border:.03em solid #ff4d50}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.correct-option,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.wrong-option{cursor:default}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .percentage-icon{position:absolute;min-width:fit-content;width:calc(var(--width-percentage) - .16em);left:.08em;top:.08em;border:1px solid #e0e0e0;border-radius:.16em;background-color:#fff;padding:.06em .08em;animation:percentage-icons-animation .6s cubic-bezier(.54,-.03,.39,1.3)}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .percentage-icon span{display:block;font-size:.17em;color:#000;line-height:1.1764;font-weight:700}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.selected.percentage-option:before{background:linear-gradient(180deg,transparent 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).percentage-option:before{background:linear-gradient(180deg,hsla(0,0%,100%,.2) 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.8"]{border-radius:.2em}.image-quiz-component[data-scale="0.8"] .image-quiz-component-header{background-color:#212121;padding:.25em}.image-quiz-component[data-scale="0.8"] .image-quiz-component-header h6{color:#fff;font-size:.25em;font-weight:400;line-height:1.2;text-align:center;margin:0;padding:0}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:2px;padding:.0375em}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question{font-size:inherit;cursor:pointer;position:relative;flex:0 0 calc(50% - 1px);background-repeat:no-repeat;background-size:cover;background-position:50%;border:1px solid #eee;border-radius:.1625em;overflow:hidden;padding:0;margin:0}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question-title{position:absolute;left:.1em;right:.1em;bottom:.175em;text-align:center}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question-title span{color:#fff;font-size:.175em;line-height:1.214;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question-letter{position:absolute;left:.1em;top:.1em;width:.4em;height:.4em;border:.025em solid #fff;border-radius:50%;background:rgba(0,0,0,.3);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question-letter span{color:#fff;font-size:.175em;font-weight:600;line-height:1}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .correct-emoji,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .wrong-emoji{font-size:.5em;line-height:1;position:absolute;left:.1em;top:.1em;z-index:1;animation:image-quiz-emoji-scale-animation .6s cubic-bezier(.54,-.03,.39,1.3)}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .correct-icon,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon{position:absolute;left:.1em;top:.1em;height:.4em;width:.4em;border-radius:50%;border:.025em solid #51c41a;background-color:#fff;display:flex;align-items:center;justify-content:center;animation:init-icons-animation .2s ease-in}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .correct-icon svg,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon svg{height:.225em;width:.225em}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon{border:.025em solid #ff4d50}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question:before{content:"";display:block;padding-top:100%;background:linear-gradient(180deg,transparent 36.84%,rgba(0,0,0,.72));border-radius:inherit;transition:all .1s ease-in}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question:after{content:"";position:absolute;left:0;bottom:0;right:0;top:0;border-radius:inherit;opacity:0;transition:all .1s ease-in}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).correct-option:before,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).wrong-option:before{background:linear-gradient(180deg,hsla(0,0%,100%,.2) 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.correct-option:before,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.wrong-option:before{background:linear-gradient(180deg,transparent 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.correct-option:after{border:.0375em solid #b9e7a3;opacity:1}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.selected.correct-option:after{border:.0375em solid #51c41a}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.wrong-option:after{border:.0375em solid #ffb8b9;opacity:1}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.selected.wrong-option:after{border:.0375em solid #ff4d50}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.correct-option,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.wrong-option{cursor:default}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .percentage-icon{position:absolute;min-width:fit-content;width:calc(var(--width-percentage) - .2em);left:.1em;top:.1em;border:1px solid #e0e0e0;border-radius:.2em;background-color:#fff;padding:.075em .1em;animation:percentage-icons-animation .6s cubic-bezier(.54,-.03,.39,1.3)}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .percentage-icon span{display:block;font-size:.2125em;color:#000;line-height:1.1764;font-weight:700}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.selected.percentage-option:before{background:linear-gradient(180deg,transparent 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).percentage-option:before{background:linear-gradient(180deg,hsla(0,0%,100%,.2) 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="1"]{border-radius:.25em}.image-quiz-component[data-scale="1"] .image-quiz-component-header{background-color:#212121;padding:.3125em}.image-quiz-component[data-scale="1"] .image-quiz-component-header h6{color:#fff;font-size:.3125em;font-weight:400;line-height:1.2;text-align:center;margin:0;padding:0}.image-quiz-component[data-scale="1"] .image-quiz-component-questions{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:2px;padding:.046875em}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question{font-size:inherit;cursor:pointer;position:relative;flex:0 0 calc(50% - 1px);background-repeat:no-repeat;background-size:cover;background-position:50%;border:1px solid #eee;border-radius:.203125em;overflow:hidden;padding:0;margin:0}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question-title{position:absolute;left:.125em;right:.125em;bottom:.21875em;text-align:center}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question-title span{color:#fff;font-size:.21875em;line-height:1.214;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question-letter{position:absolute;left:.125em;top:.125em;width:.5em;height:.5em;border:.03125em solid #fff;border-radius:50%;background:rgba(0,0,0,.3);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question-letter span{color:#fff;font-size:.21875em;font-weight:600;line-height:1}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .correct-emoji,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .wrong-emoji{font-size:.625em;line-height:1;position:absolute;left:.125em;top:.125em;z-index:1;animation:image-quiz-emoji-scale-animation .6s cubic-bezier(.54,-.03,.39,1.3)}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .correct-icon,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon{position:absolute;left:.125em;top:.125em;height:.5em;width:.5em;border-radius:50%;border:.03125em solid #51c41a;background-color:#fff;display:flex;align-items:center;justify-content:center;animation:init-icons-animation .2s ease-in}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .correct-icon svg,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon svg{height:.28125em;width:.28125em}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon{border:.03125em solid #ff4d50}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question:before{content:"";display:block;padding-top:100%;background:linear-gradient(180deg,transparent 36.84%,rgba(0,0,0,.72));border-radius:inherit;transition:all .1s ease-in}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question:after{content:"";position:absolute;left:0;bottom:0;right:0;top:0;border-radius:inherit;opacity:0;transition:all .1s ease-in}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).correct-option:before,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).wrong-option:before{background:linear-gradient(180deg,hsla(0,0%,100%,.2) 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.correct-option:before,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.wrong-option:before{background:linear-gradient(180deg,transparent 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.correct-option:after{border:.046875em solid #b9e7a3;opacity:1}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.selected.correct-option:after{border:.046875em solid #51c41a}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.wrong-option:after{border:.046875em solid #ffb8b9;opacity:1}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.selected.wrong-option:after{border:.046875em solid #ff4d50}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.correct-option,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.wrong-option{cursor:default}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .percentage-icon{position:absolute;min-width:fit-content;width:calc(var(--width-percentage) - .25em);left:.125em;top:.125em;border:1px solid #e0e0e0;border-radius:.25em;background-color:#fff;padding:.09375em .125em;animation:percentage-icons-animation .6s cubic-bezier(.54,-.03,.39,1.3)}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .percentage-icon span{display:block;font-size:.265625em;color:#000;line-height:1.1764;font-weight:700}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.selected.percentage-option:before{background:linear-gradient(180deg,transparent 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).percentage-option:before{background:linear-gradient(180deg,hsla(0,0%,100%,.2) 62.36%,rgba(0,0,0,.63))}@keyframes image-quiz-emoji-scale-animation{0%{transform:scale(.8)}to{transform:scale(1.1)}}@keyframes init-icons-animation{0%{opacity:0}to{opacity:1}}@keyframes percentage-icons-animation{0%{transform:translateX(-100%) scaleX(.2)}to{transform:unset}}.product-list-layer{align-items:flex-end;padding:0!important}.product-list-layer.video-feed-desktop-view,.product-list-layer.video-feed-mobile-view{bottom:.625em}.product-list-layer.video-feed-desktop-view .product-list-container,.product-list-layer.video-feed-mobile-view .product-list-container{width:calc(100% - 1.2em)}.product-list-layer.video-feed-mobile-view .product-list-container{mask-image:inherit;width:calc(100% - .8em)!important}.product-list-layer.video-feed-mobile-view .product-list-container.mask{mask-image:linear-gradient(90deg,transparent,#000 0,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 0,#000 95%,transparent)}.product-list-layer.video-feed-mobile-view .product-list-container .product-list{margin-inline-start:0}.product-list-layer.video-feed-mobile-view .product-list-container .product-list:before{content:"";min-width:.25em;height:100%}.product-list-layer.video-feed-mobile-view .product-list-container .product-list .product-card{max-width:calc(var(--i--storyly-story-layer-width)*0.7);scroll-snap-align:unset!important}.product-list-layer.video-feed-desktop-view{width:100%!important}.product-list-layer.video-feed-desktop-view .product-list{margin-inline-start:0}.product-list-layer.video-feed-desktop-view .product-list:before{content:"";min-width:.25em;height:100%}.product-list-layer.video-feed-desktop-view .product-list .product-card{scroll-snap-align:unset!important}.product-list-layer .product-list-container{overflow-x:auto;overflow-y:hidden;position:relative;bottom:.25em;height:1.375em}.product-list-layer .product-list-container.video-feed-mobile-view{mask-image:inherit;width:calc(100% - .8em)!important}.product-list-layer .product-list-container.video-feed-mobile-view.mask{mask-image:linear-gradient(90deg,transparent,#000 0,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 0,#000 95%,transparent)}.product-list-layer .product-list-container.video-feed-mobile-view .product-list{margin-inline-start:0}.product-list-layer .product-list-container.video-feed-mobile-view .product-list:before{content:"";min-width:.25em;height:100%}.product-list-layer .product-list-container.video-feed-mobile-view .product-list .product-card{max-width:calc(var(--i--storyly-story-layer-width)*0.7);scroll-snap-align:unset!important}.product-list-layer .product-list-arrow:not([hidden]){cursor:pointer;position:absolute;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);border:1px solid hsla(0,0%,100%,.5);padding:2px 7px;border-radius:80px;z-index:2002;opacity:0;transition:opacity .25s ease-in-out;top:50%;transform:translateY(-50%);filter:drop-shadow(-1px 2px 6px rgba(0,0,0,.25));box-shadow:-1px 2px 6px 0 rgba(0,0,0,.4);backdrop-filter:blur(2px)}.product-list-layer .product-list-arrow:not([hidden]):hover{opacity:1}.product-list-layer .product-list-arrow:not([hidden]).left-arrow{left:.1875em}.product-list-layer .product-list-arrow:not([hidden]).right-arrow{right:.1875em}.product-list-layer .product-list-arrow:not([hidden]) svg{pointer-events:none!important}.product-list-layer .product-list{z-index:2001;height:100%;margin-inline-start:.2em;overflow-x:auto;overflow-y:hidden;align-self:flex-end;display:flex;position:relative;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-snap-stop:always;transform:translateY(50px);opacity:0;transition:transform .25s ease,opacity .25s ease-in;transition-delay:.5s}.product-list-layer .product-list::-webkit-scrollbar{display:none}.product-list-layer .product-list:hover~.product-list-arrow{opacity:1}.product-list-layer .product-list.active{opacity:1;transform:translateY(0)}.product-list-layer .product-list:after{content:"";min-width:.25em;height:100%}.product-list-layer .product-list .product-card{cursor:pointer;border:1px solid #eee;box-shadow:0 0 7.5px hsla(0,0%,52.5%,.1);border-radius:.25em;background-color:#fff;height:100%;padding:.125em;display:flex;flex:0 0 calc(100% - 0.25em);margin-inline-end:.25em;scroll-snap-align:start}.product-list-layer .product-list .product-card:not(:only-child){max-width:calc(var(--i--storyly-story-layer-width)*0.77);flex:none}.product-list-layer .product-list .product-card:not(:only-child):last-child{margin-inline-end:0}.product-list-layer .product-list .product-card-right-container{padding-inline-start:.125em;flex-grow:2.5;display:flex;flex-direction:column}.product-list-layer .product-list .product-card-right-container-description{justify-self:flex-start;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:500;font-size:.203125em;line-height:1.23;color:#000;margin:0}.product-list-layer .product-list .product-card-right-container-bottom-section{display:flex;align-items:center;justify-content:flex-end;justify-self:flex-end;margin-top:auto}.product-list-layer .product-list .product-card-right-container-bottom-section .product-card-price-container{text-align:end;max-width:2em;overflow:hidden}.product-list-layer .product-list .product-card-right-container-bottom-section .product-card-price-container:empty~button{max-width:100%}.product-list-layer .product-list .product-card-right-container-bottom-section .product-card-price-container .product-card-current-price{font-weight:600;font-size:.203125em;line-height:1.23;color:#212121;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-list-layer .product-list .product-card-right-container-bottom-section .product-card-price-container .product-card-old-price{font-weight:500;font-size:.1875em;line-height:1.16;text-decoration-line:line-through;color:#9e9e9e;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-list-layer .product-list .product-card-right-container-bottom-section .product-card-purchase-button{cursor:pointer;font-family:inherit;font-size:inherit;flex-shrink:0;max-width:60%;border-radius:100px;padding:.12375em;margin-inline-start:.1875em;background-color:#000;color:#fff;border:none}.product-list-layer .product-list .product-card-right-container-bottom-section .product-card-purchase-button span{pointer-events:none;font-size:.1875em;line-height:1.166;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-word}.product-list-layer .product-list .product-card-media{height:1.125em;width:1.125em;flex-shrink:0;border-radius:.1875em;border:1.5px solid #eee;object-fit:cover}.product-list-layer .product-list[dir=rtl]{text-align:right}.storyly__default-classic-layout{width:var(--i--storyly-story-layer-width)!important;height:var(--i--storyly-story-layer-height)!important;top:50%;transform:translateY(-50%);font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10)!important;margin:0 auto;position:relative;transition:transform .2s ease-out}@media only screen and (max-height:575.98px) and (orientation:landscape){.storyly__default-classic-layout{transform:translateY(-50%)!important}.storyly__default-classic-layout .navigation-buttons{display:block!important}.storyly__default-classic-layout .icon.close{display:none!important}}.storyly__default-classic-layout[embed-mode]{width:100%!important;height:100%!important}.storyly__default-classic-layout[embed-mode] .storyly__stories-container{border-radius:.35em!important;background-color:#000}.storyly__default-classic-layout[embed-mode] .storyly__story-group[playable]:not([replay]):hover .storyly__embed-play-container{display:flex}.storyly__default-classic-layout[embed-mode] .storyly__story-group[playable]:not([replay]):hover .storyly__stories-container .storyly__story.active:before{backdrop-filter:blur(8px);display:block}.storyly__default-classic-layout[embed-mode] .storyly__story-group[playable] .storyly__story-header .progress-wrapper,.storyly__default-classic-layout[embed-mode] .storyly__story-group[playable] .storyly__story-header .storyly__story-actions{visibility:hidden}.storyly__default-classic-layout[embed-mode] .storyly__story-group[playable] .storyly__story-header .progress-wrapper{box-sizing:border-box;padding-left:3%;padding-right:3%}.storyly__default-classic-layout[embed-mode] .storyly__story-group:not([playable]) .storyly__embed-play-container{display:none}.storyly__default-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__stories-container .storyly__story.active:before{display:block}.storyly__default-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__embed-play-container{display:flex}.storyly__default-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__embed-play-container .play-icon{display:none}.storyly__default-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__embed-play-container .re-play-icon{display:block}.storyly__default-classic-layout[embed-mode] .storyly__story-group .storyly__stories-container .storyly__story.active:before{content:"";position:absolute;left:0;right:0;background-color:rgba(0,0,0,.2);width:100%;height:100%;z-index:2;display:none;z-index:99999999}.storyly__default-classic-layout[embed-mode] .storyly__story-group .storyly__story-header .progress-wrapper{padding-left:3%;padding-right:3%}.storyly__default-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container{width:100%;height:100%;justify-content:center;align-items:center;position:relative;z-index:9999999;cursor:pointer;display:none;border-radius:18px}.storyly__default-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container .play-icon{display:block}.storyly__default-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container .re-play-icon{display:none}@media only screen and (max-width:648px){.storyly__default-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container{display:flex}}.storyly__default-classic-layout .storyly__stories-container{width:100%;height:100%;margin:auto!important;contain:strict!important;bottom:0!important;left:0!important;position:absolute!important;right:0!important;top:0!important;opacity:1!important;-ms-touch-action:none!important;touch-action:none!important;border-radius:8px}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header{background:linear-gradient(180deg,rgba(0,0,0,.4),transparent);position:absolute;z-index:100;width:100%;height:10%;opacity:1;transition:opacity .5s ease;border:none}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper{width:100%;display:flex;justify-content:center;margin-top:2px;height:.3125em;padding-top:.078125em;box-sizing:border-box}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress{height:2px;display:inline-block;margin-left:.6%;margin-right:.6%;width:100%;position:relative}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress.seen span{width:100%}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress.active span{width:0;transition-duration:.1s}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress span{transition:width .1s linear;height:100%;position:absolute;width:0}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info{margin:.15625em .1875em;display:flex;justify-content:space-between;align-items:center}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__story-actions{display:flex;z-index:99;max-width:30%}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .action{margin-left:8px}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info{display:flex;align-items:center;height:30px;max-width:70%;min-width:70%}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info img{width:.5em;height:.5em;border-radius:50%;border:2px solid #fff}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper{display:flex;align-items:flex-start;flex-direction:column;margin-left:.1875em;margin-right:.1875em;width:70%}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper h4{margin:0;color:#fff;font-size:.21875em;font-weight:700;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper .s-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;background:rgba(0,0,0,.2);border-radius:20px;padding:2px 4px;cursor:pointer;user-select:none;margin-top:6px;max-width:100%}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper .s-wrapper .s-tag{font-size:12px;font-weight:500;color:#fff;display:block;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:pre;max-width:100%}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper .s-wrapper .s-icon{display:flex}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .ad-group-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.376' cy='21.376' r='20.485' stroke='url(%23paint0_linear_798_17889)' stroke-width='1.781'/%3E%3Ccircle cx='21.312' cy='21.703' r='20' fill='url(%23paint1_linear_798_17889)' fill-opacity='.2'/%3E%3Cpath d='M14.659 25.703h1.318l.586-1.821h2.607l.591 1.821h1.319l-2.5-7.046h-1.421l-2.5 7.046zm3.169-5.737h.083l.947 2.944H16.88l.948-2.944zm5.966 5.825c.752 0 1.329-.342 1.622-.923h.082v.835h1.221v-7.402H25.5v2.915h-.083c-.279-.576-.89-.938-1.622-.938-1.352 0-2.187 1.055-2.187 2.754v.01c0 1.69.85 2.749 2.187 2.749zm.381-1.025c-.83 0-1.333-.65-1.333-1.724v-.01c0-1.074.508-1.728 1.333-1.728s1.343.659 1.343 1.728v.01c0 1.07-.513 1.724-1.343 1.724z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_798_17889' x1='42.752' y1='21.376' x2='0' y2='21.376' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_798_17889' x1='41.312' y1='21.703' x2='1.312' y2='21.703' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");width:43px;height:43px}.storyly__default-classic-layout .storyly__stories-container .storyly__story{width:100%;height:100%;opacity:0;z-index:0;user-select:none;background:#000;transition:opacity .3s ease-in;outline:none;cursor:auto;position:absolute}.storyly__default-classic-layout .storyly__stories-container .storyly__story.active{opacity:1;z-index:2}.storyly__default-classic-layout .storyly__stories-container .storyly__story.ad-story{transition:none}.storyly__default-classic-layout .storyly__stories-container .storyly__story .story-bg{width:100%;height:100%}.storyly__default-classic-layout .storyly__stories-container .storyly__story .story-image{position:absolute;top:0;pointer-events:none;flex-shrink:0;margin:auto;float:left;user-select:none;width:100%}.storyly__default-classic-layout .storyly__stories-container .storyly__story .story-video{position:fixed;top:0;width:100%;pointer-events:none;max-height:100%!important;left:0;margin:auto;float:left}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container{position:absolute;width:100%;height:100%;top:0;left:0}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer{box-sizing:border-box!important;display:grid!important;position:absolute!important;pointer-events:none;padding:68px 32px 32px;left:0;right:0;width:100%;height:100%;margin:0 auto}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer :not(.no-pointer-events){pointer-events:auto!important;box-sizing:border-box;user-select:none}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child{transform-origin:top left;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,bottom .3s ease-in-out}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-visually-hide{visibility:hidden;opacity:0}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-hide{display:none}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container .emoji-animation span{width:32px;font-size:.4em;margin:.4em!important;position:absolute;bottom:-10%;animation:emojiAnimation 1.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;opacity:1}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container .confetti-animation{width:100%;height:100%;position:absolute;top:0!important;pointer-events:none}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container [dir=ltr]{text-align:left!important}.storyly__default-classic-layout .storyly__stories-container .storyly__story.story-9_16 .story-video{top:50%;left:50%;transform:translate(-50%,-50%)}.storyly__default-classic-layout .storyly__stories-container .share-container{font-family:Storyly-Inter,sans-serif;width:100%;height:100%;z-index:2001;position:absolute;background:rgba(0,0,0,.5);top:0;left:0;display:none;justify-content:center}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper{background:#242424;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:12px}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .share-header{padding:8px 12px 8px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:12px}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .share-header h6{padding:0;opacity:.5;margin:0;font-size:12px;line-height:1!important;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;color:#fff}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link{padding-bottom:8px;padding-inline-start:16px;padding-inline-end:16px;text-align:center;cursor:pointer;display:flex;align-items:center}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media:last-child,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link:last-child{margin-bottom:8px}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .download-icon,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .share-icon,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .download-icon,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .share-icon{width:48px;height:48px;background:hsla(0,0%,100%,.1);border-radius:8px;display:flex;justify-content:center;align-items:center}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .download-icon button,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .share-icon button,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .download-icon button,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .share-icon button{background-color:transparent;display:flex;align-items:center;justify-content:center;width:100%}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media p,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link p{color:#fff;text-align:left;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:0;padding:0 0 0 8px}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .close-share{background-color:transparent;width:24px;height:24px;flex:0 0 24px;display:flex;justify-content:center;align-items:center;padding:0}.storyly__default-classic-layout .storyly__stories-container .copied{font-family:Storyly-Inter,sans-serif;position:absolute;width:80%;background-color:#222;border-radius:6px;box-shadow:4px 4px 20px 0 rgba(36,36,80,.1);padding:12px;margin:0;display:flex;align-items:center;justify-content:center;left:50%;transform:translate(-50%,150vh);bottom:0;color:#fff;font-size:14px;line-height:16px;z-index:2000}.storyly__default-classic-layout .storyly__stories-container .copied button{background-color:transparent}.storyly__default-classic-layout .storyly__stories-container .copied.show{animation:copiedLinkAnimation 2s ease-in-out forwards}.storyly__default-classic-layout .storyly__stories-container .copied span{margin-left:10px;display:inline-block}@keyframes copiedLinkAnimation{0%,to{transform:translate(-50%,150vh)}25%,75%{transform:translate(-50%,-4vh)}}.storyly__default-classic-layout .storyly__stories-container .accessibility-switch-button{position:absolute;width:24px;height:24px;background-color:transparent;bottom:8px;right:8px;z-index:999999;padding:0;border:none;box-shadow:0 0 0 2px rgba(0,0,0,.2);border-radius:50%;box-sizing:content-box}.storyly__default-classic-layout .storyly__stories-container .accessibility-switch-button svg{pointer-events:none}.storyly__default-classic-layout .storyly__stories-container .accessibility-switch-button svg rect{fill:hsla(0,0%,100%,.2)}.storyly__default-classic-layout .storyly__stories-container .accessibility-switch-button[data-pressed=true] rect{fill:#01ea85}@media only screen and (max-width:648px){.storyly__default-classic-layout .storyly__stories-container{border-radius:0}.storyly__default-classic-layout .storyly__stories-container .storyly__story .story-image,.storyly__default-classic-layout .storyly__stories-container .storyly__story .story-video{border-radius:0!important}}@media only screen and (max-width:648px){.storyly__default-classic-layout:not([embed-mode]) .storyly__stories-container{width:var(--storyly-story-width);height:var(--storyly-story-height)}}.storyly__default-classic-layout .navigation-buttons.hovered .navigate-button,.storyly__default-classic-layout .navigation-buttons.show .navigate-button,.storyly__default-classic-layout .navigation-buttons:hover .navigate-button{opacity:1}.storyly__default-classic-layout .navigation-buttons .navigate-button{opacity:0;transition:opacity .4s ease-in-out;height:32px!important;width:32px!important;transform:translateY(-50%)!important;top:50%!important;bottom:auto!important;cursor:pointer;pointer-events:all!important;position:absolute}.storyly__default-classic-layout .navigation-buttons .navigate-button button{width:100%;height:100%;background-repeat:no-repeat;pointer-events:none;border-radius:50%;outline:none;border:2px solid #fff;background-color:#000;display:block}.storyly__default-classic-layout .navigation-buttons .navigate-button button:hover{background-color:#fff}.storyly__default-classic-layout .navigation-buttons .navigate-button button:focus-visible{outline:3px inset #00e0e4}.storyly__default-classic-layout .navigation-buttons .navigate-button.next-button{right:-60px}.storyly__default-classic-layout .navigation-buttons .navigate-button.next-button button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.845 12.333L7.178 7 1.845 1.667'/%3E%3C/svg%3E")!important;background-position:55% 50%!important}.storyly__default-classic-layout .navigation-buttons .navigate-button.next-button button:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.845 12.333L7.178 7 1.845 1.667'/%3E%3C/svg%3E")!important}.storyly__default-classic-layout .navigation-buttons .navigate-button.prev-button{left:-60px}.storyly__default-classic-layout .navigation-buttons .navigate-button.prev-button button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6.667 1.667L1.333 7l5.334 5.333'/%3E%3C/svg%3E")!important;background-position:45% 50%!important}.storyly__default-classic-layout .navigation-buttons .navigate-button.prev-button button:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6.667 1.667L1.333 7l5.334 5.333'/%3E%3C/svg%3E")!important}.storyly__default-classic-layout .navigation-buttons.accessibility-navigation-buttons .prev-button{left:8px;z-index:99999}.storyly__default-classic-layout .navigation-buttons.accessibility-navigation-buttons .next-button{right:8px;z-index:99999}@keyframes navigationFadeOut{0%{opacity:1}to{opacity:0}}@keyframes navigationFadeIn{0%{opacity:0}to{opacity:1}}@keyframes progressAnimation{0%{width:0}to{width:100%}}@keyframes emojiAnimation{0%{bottom:-10%}to{bottom:50%;opacity:0}}.storyly__default-classic-layout .swiper{width:100%;height:100%}@media only screen and (max-width:648px){.storyly__default-classic-layout{width:100%!important;height:100%!important;--i--storyly-story-layer-width:100vw;--i--storyly-story-layer-height:var(--storyly-story-vh);-webkit-touch-callout:none;-webkit-text-size-adjust:none;-webkit-user-select:none;user-select:none;top:0;transform:translateY(0)}}.storyly__default-classic-layout button.icon{background-repeat:no-repeat!important;background-position:50%!important;cursor:pointer!important;border:none!important;pointer-events:auto!important;background:50% no-repeat!important;width:30px;height:30px}.storyly__default-classic-layout button.icon.close{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 17.867l-6.767 6.766c-.266.267-.577.4-.933.4-.356 0-.667-.133-.933-.4a1.28 1.28 0 01-.4-.933c0-.356.133-.667.4-.933L14.133 16 7.367 9.233a1.28 1.28 0 01-.4-.933c0-.356.133-.667.4-.933.266-.267.577-.4.933-.4.356 0 .667.133.933.4L16 14.133l6.767-6.766c.266-.267.578-.4.933-.4.356 0 .667.133.933.4.267.266.4.577.4.933 0 .355-.133.667-.4.933L17.867 16l6.766 6.767c.267.266.4.577.4.933 0 .355-.133.667-.4.933-.266.267-.577.4-.933.4-.355 0-.667-.133-.933-.4L16 17.867z" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.pause{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="8.533" y="6.667" width="5.6" height="18.667" rx=".933" fill="%23fff"/><rect x="17.866" y="6.667" width="5.6" height="18.667" rx=".933" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.play{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2 24.5c-.378.244-.761.256-1.15.033-.389-.222-.583-.555-.583-1V8.267c0-.445.194-.778.583-1 .389-.223.772-.211 1.15.033l12 7.667c.356.222.533.533.533.933s-.177.711-.533.933l-12 7.667z" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.sound-off{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.687 26.477l-2.79-2.79c-.305.22-.63.422-.978.608a6.34 6.34 0 01-1.078.457.73.73 0 01-.748-.114.868.868 0 01-.343-.723c0-.135.034-.254.102-.355a.62.62 0 01.279-.229c.287-.084.57-.194.85-.33.279-.135.545-.287.799-.456l-4.06-4.11v4.135c0 .372-.177.634-.533.787-.355.152-.668.084-.938-.203l-3.832-3.806H7.146a.841.841 0 01-.622-.241.841.841 0 01-.241-.622v-4.668c0-.254.08-.461.24-.622a.841.841 0 01.623-.24h3.095L5.242 7.93A.744.744 0 015 7.36a.839.839 0 01.266-.571.744.744 0 01.546-.228c.21 0 .401.076.57.228l18.471 18.547a.759.759 0 01.229.558c0 .22-.077.414-.229.584a.863.863 0 01-.596.228.775.775 0 01-.571-.229zM18.841 7.5c1.827.643 3.294 1.751 4.402 3.324s1.662 3.34 1.662 5.303c0 .88-.119 1.738-.355 2.575a8.487 8.487 0 01-1.091 2.372l-1.117-1.141a6.874 6.874 0 00.749-1.827c.16-.643.24-1.303.24-1.98 0-1.674-.469-3.175-1.407-4.503-.94-1.328-2.178-2.228-3.717-2.702a.522.522 0 01-.343-.228.691.691 0 01-.114-.38c0-.305.118-.542.355-.711.237-.17.482-.203.736-.102zm1.243 10.175l-2.334-2.36V11.99a4.344 4.344 0 011.89 1.687c.465.753.698 1.578.698 2.474 0 .254-.021.508-.064.761a5.01 5.01 0 01-.19.762zm-4.364-4.39l-2.816-2.816 1.345-1.345c.27-.27.583-.33.938-.177.356.152.533.414.533.786v3.552z" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.sound-on{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.515 25.23c-.309.11-.586.069-.831-.122a.931.931 0 01-.368-.777c0-.163.04-.304.123-.422a.578.578 0 01.367-.232 8.211 8.211 0 003.979-2.97c1.017-1.398 1.526-2.979 1.526-4.74 0-1.763-.509-3.343-1.526-4.742a8.21 8.21 0 00-3.979-2.97.548.548 0 01-.367-.259.81.81 0 01-.123-.422c0-.327.127-.581.382-.763a.829.829 0 01.817-.11 9.512 9.512 0 014.7 3.57C25.405 11.961 26 13.86 26 15.966s-.595 4.006-1.785 5.695a9.512 9.512 0 01-4.7 3.57zM6.926 19.427a.904.904 0 01-.667-.26A.904.904 0 016 18.5v-5.013c0-.273.086-.495.259-.668a.903.903 0 01.667-.259h3.515l4.115-4.114c.29-.29.627-.354 1.008-.19.381.163.572.444.572.844v13.787c0 .4-.19.681-.572.845-.381.163-.717.09-1.008-.218l-4.115-4.087H6.926zm10.845 1.199v-9.292c1 .309 1.803.9 2.412 1.771.608.872.912 1.835.912 2.888 0 1.072-.304 2.03-.912 2.875a4.699 4.699 0 01-2.412 1.758z" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.share-android{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.94 25.952a2.932 2.932 0 01-2.169-.904 2.964 2.964 0 01-.855-2.566c.024-.16.06-.313.108-.458l-6.795-3.952a3.31 3.31 0 01-.988.711c-.386.185-.78.277-1.18.277-.852 0-1.575-.297-2.17-.891C6.298 17.574 6 16.85 6 15.999c0-.85.297-1.573.892-2.168.594-.594 1.317-.891 2.168-.891.402 0 .787.08 1.157.24.37.161.707.386 1.012.675l6.795-3.903a1.678 1.678 0 01-.108-.41 2.952 2.952 0 01-.037-.434c0-.851.298-1.574.892-2.168.595-.595 1.317-.892 2.169-.892.851 0 1.574.297 2.168.892.595.594.892 1.317.892 2.168 0 .852-.297 1.575-.892 2.169-.594.594-1.317.892-2.168.892a3.57 3.57 0 01-1.181-.193 2.205 2.205 0 01-.94-.627L12 15.084c.048.129.08.285.096.47s.024.333.024.446c0 .112-.008.237-.024.373a2.12 2.12 0 01-.096.422l6.82 3.831c.256-.24.561-.433.915-.578a3.16 3.16 0 011.205-.217c.851 0 1.574.297 2.168.892.595.594.892 1.317.892 2.169 0 .85-.297 1.574-.892 2.168-.594.595-1.317.892-2.168.892z" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.share-ios{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.98 18.643a.933.933 0 01-.687-.277.934.934 0 01-.277-.688v-9.84l-1.447 1.47c-.194.161-.419.242-.676.242a.926.926 0 01-.675-.29.915.915 0 01-.266-.675c0-.273.097-.507.29-.7l3.063-3.063a.736.736 0 01.326-.229c.12-.04.237-.06.35-.06.112 0 .229.02.35.06.12.04.228.117.325.23l3.111 3.11a.885.885 0 01.266.652.968.968 0 01-.266.675.939.939 0 01-.687.29.939.939 0 01-.687-.29l-1.448-1.423v9.841a.933.933 0 01-.277.688.933.933 0 01-.688.277zM10.023 26c-.53 0-.981-.189-1.351-.567a1.85 1.85 0 01-.555-1.339V12.685c0-.53.185-.98.555-1.35.37-.37.82-.555 1.35-.555h2.726c.274 0 .479.092.615.277.137.185.206.414.206.688 0 .257-.069.478-.206.663-.136.185-.341.277-.615.277h-2.725v11.41h11.963v-11.41h-2.75c-.289 0-.502-.092-.638-.277a1.124 1.124 0 01-.205-.687c0-.274.068-.499.205-.676.136-.177.35-.265.639-.265h2.75c.53 0 .984.185 1.362.555.378.37.567.82.567 1.35v11.41c0 .514-.189.96-.567 1.338a1.858 1.858 0 01-1.363.567H10.024z" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.check{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.666 7.833L9.5 17l-4.167-4.166" stroke="%23fff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}.storyly__default-classic-layout button.icon.share{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 7.377a.873.873 0 000 1.746V7.377zm2.5.873v-.873.873zm-2.5 6.627a.873.873 0 000 1.746v-1.746zm-5 1.746a.873.873 0 000-1.746v1.746zm0-7.5a.873.873 0 000-1.746v1.746zm5 0H17V7.377h-2.5v1.746zm2.5 0c.902 0 1.75.323 2.363.874L20.53 8.7c-.95-.855-2.222-1.322-3.53-1.322v1.746zm2.363.874c.609.549.93 1.271.93 2.003h1.748c0-1.258-.556-2.443-1.51-3.3l-1.168 1.297zm.93 2.003c0 1.505-1.385 2.877-3.292 2.877v1.746c2.694 0 5.04-1.985 5.04-4.623h-1.747zm-3.292 2.877h-2.5v1.746H17v-1.746zm-7.5 0H7v1.746h2.5v-1.746zm-2.5 0c-.902 0-1.75-.323-2.362-.875L3.47 15.301c.95.855 2.222 1.322 3.53 1.322v-1.746zm-2.362-.875c-.61-.548-.932-1.27-.932-2.002H1.961c0 1.258.556 2.443 1.51 3.3l1.168-1.298zM3.707 12c0-1.505 1.386-2.877 3.294-2.877V7.377c-2.695 0-5.04 1.985-5.04 4.623h1.746zm3.294-2.877h2.5V7.377H7v1.746z" fill="%23fff"/><path d="M8.667 12h6.667" stroke="%23fff" stroke-width="1.747" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}.storyly__default-classic-layout button.icon.close-black{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6L6 18M6 6l12 12" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}.storyly__default-classic-layout button.icon.download{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-download"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4M7 10l5 5 5-5M12 15V3" stroke="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.transcript{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5.749" y="3.939" width="20.352" height="22.161" rx="3.392" stroke="%23fff" stroke-width="2.261"/><rect x="8.141" y="16.741" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="12.663" y="16.741" width="9.045" height="1.809" rx=".905" fill="%23fff"/><rect x="18.995" y="20.359" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="8.141" y="20.359" width="9.045" height="1.809" rx=".905" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout .storyly__animate-image-vertical{object-position:top;animation:move-vertical 3.8s ease-in-out infinite alternate;animation-delay:.6s}.storyly__default-classic-layout .storyly__animate-image-horizontal{object-position:left;animation:move-horizontal 3.8s ease-in-out infinite alternate;animation-delay:.6s}.storyly__mobile-view-close-story{position:absolute;right:2%;top:2%;background-repeat:no-repeat!important;background-position:50%!important;cursor:pointer!important;border:none!important;pointer-events:auto!important;width:30px;height:30px;background:50% no-repeat!important;background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.884 5.116a1.25 1.25 0 010 1.768l-12 12a1.25 1.25 0 01-1.768-1.768l12-12a1.25 1.25 0 011.768 0z" fill="%23fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.116 5.116a1.25 1.25 0 011.768 0l12 12a1.25 1.25 0 01-1.768 1.768l-12-12a1.25 1.25 0 010-1.768z" fill="%23fff"/></svg>')!important}@media only screen and (max-width:648px){.storyly__mobile-view-close-story{display:none!important}}.storyly__mobile-view-close-story[direction=rtl]{left:2%;right:auto!important}.storyly__default-modern-layout{font-family:Storyly-Inter;font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10);width:100%;height:100%;margin:0 auto;position:relative;transition:transform .2s ease-out}.storyly__default-modern-layout .swiper{height:100%}.storyly__default-modern-layout .storyly__story-group{position:relative}.storyly__default-modern-layout .storyly__story-group-progress-bar{z-index:100;opacity:1;transition:opacity .5s ease;border:none;width:calc(100vw - 60px);margin-left:auto;margin-right:auto}.storyly__default-modern-layout .storyly__story-group-progress-bar .progress-wrapper{width:100%;display:flex;justify-content:center;margin-top:16px;margin-bottom:20px}.storyly__default-modern-layout .storyly__story-group-progress-bar .progress-wrapper .progress{position:relative;display:inline-block;height:3px;border-radius:2px;margin-left:.2%;margin-right:.2%;width:100%}.storyly__default-modern-layout .storyly__story-group-progress-bar .progress-wrapper .progress:first-child{margin-left:0}.storyly__default-modern-layout .storyly__story-group-progress-bar .progress-wrapper .progress:last-child{margin-right:0}.storyly__default-modern-layout .storyly__story-group-progress-bar .progress-wrapper .progress.seen span{width:100%}.storyly__default-modern-layout .storyly__story-group-progress-bar .progress-wrapper .progress.active span{width:0;transition-duration:.1s}.storyly__default-modern-layout .storyly__story-group-progress-bar .progress-wrapper .progress span{transition:width .1s linear;border-radius:2px;height:100%;position:absolute;width:0}.storyly__default-modern-layout .storyly__story-group .next-story-button,.storyly__default-modern-layout .storyly__story-group .prev-story-button{position:absolute;top:0;bottom:0;margin:auto;width:24px;height:24px;background-repeat:no-repeat;background-position:50%;cursor:pointer;border:none;pointer-events:auto;background-color:rgba(0,0,0,.25);border-radius:50%}.storyly__default-modern-layout .storyly__story-group .next-story-button.next-story-button,.storyly__default-modern-layout .storyly__story-group .prev-story-button.next-story-button{background-position-x:54%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTI0OV80MTk0KSI+PHBhdGggZD0iTTEuODQ1IDEuNjY3TDcuMTc4IDdsLTUuMzMzIDUuMzMzIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTI0OV80MTk0Ij48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDE0KSIgZD0iTTAgMGg5djE0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)!important;left:calc(50vw + var(--i--storyly-story-layer-width)/2 + 10px)}.storyly__default-modern-layout .storyly__story-group .next-story-button.prev-story-button,.storyly__default-modern-layout .storyly__story-group .prev-story-button.prev-story-button{background-position-x:46%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTI0OV80MTk2KSI+PHBhdGggZD0iTTcuMTU1IDEuNjY3TDEuODIyIDdsNS4zMzMgNS4zMzMiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xMjQ5XzQxOTYiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgNC41IDcpIiBkPSJNMCAwaDl2MTRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)!important;left:calc(50vw - var(--i--storyly-story-layer-width)/2 - 34px)}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container{position:relative;width:100%;height:var(--i--storyly-story-layer-height);overflow:hidden}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story{width:var(--i--storyly-story-layer-width);height:var(--i--storyly-story-layer-height);transition:left .5s,right .5s,transform .5s,transform-origin .5s;position:absolute;top:0;bottom:0;margin:auto;opacity:1;z-index:2;user-select:none;border-radius:10px;background:#000;outline:none;cursor:auto}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story:focus-visible{outline:none}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-passive{cursor:pointer;border:none;opacity:.5;transform:scaleX(.6) scaleY(.6);overflow:hidden}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-passive .storyly__animate-image-horizontal,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-passive .storyly__animate-image-vertical{animation-play-state:paused}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-next-story{transform-origin:left}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-prev-story{transform-origin:right}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story.ad-story{transition:none}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story[show] .layers-container .component-layer :not(.no-pointer-events){pointer-events:auto!important}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-image,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-video{position:absolute;pointer-events:none;flex-shrink:0;top:0;margin:auto;float:left;user-select:none;width:100%}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-video{height:100%;user-select:auto}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-bg{width:100%;height:100%}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container{position:absolute;width:100%;height:100%;top:0;left:0}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer{box-sizing:border-box!important;display:grid;position:absolute!important;pointer-events:none;padding:68px 32px 32px;left:0;right:0;width:100%;height:100%;margin:0 auto}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer *{pointer-events:none;box-sizing:border-box;user-select:none}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child{transform-origin:top left;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,bottom .3s ease-in-out}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-visually-hide{visibility:hidden;opacity:0}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-hide{display:none}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .emoji-animation span{width:32px;font-size:.4em;margin:.4em!important;position:absolute;bottom:-10%;animation:emojiAnimation 1.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;opacity:1}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .confetti-animation{width:100%;height:100%;position:absolute;top:0!important;pointer-events:none}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container [dir=ltr]{text-align:left!important}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story.story-9_16 .story-image,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story.story-9_16 .story-video{top:50%;left:50%;transform:translate(-50%,-50%)}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container{font-family:Storyly-Inter,sans-serif;width:100%;height:100%;z-index:2001;position:absolute;background:rgba(0,0,0,.5);top:0;left:0;display:none;justify-content:center}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper{background:#242424;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:12px}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .share-header{padding:8px 12px 8px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:12px}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .share-header h6{padding:0;opacity:.5;margin:0;font-size:12px;line-height:1!important;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;color:#fff}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link{padding-bottom:8px;padding-inline-start:16px;padding-inline-end:16px;text-align:center;cursor:pointer;display:flex;align-items:center}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media:last-child,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link:last-child{margin-bottom:8px}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .download-icon,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .share-icon,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .download-icon,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .share-icon{width:48px;height:48px;background:hsla(0,0%,100%,.1);border-radius:8px;display:flex;justify-content:center;align-items:center}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .download-icon button,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .share-icon button,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .download-icon button,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .share-icon button{background-color:transparent;display:flex;align-items:center;justify-content:center;width:100%}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media p,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link p{color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:0;padding:0 0 0 8px}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .close-share{background-color:transparent;width:24px;height:24px;flex:0 0 24px;display:flex;justify-content:center;align-items:center;padding:0}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .copied{font-family:Storyly-Inter,sans-serif;position:absolute;width:80%;background-color:#222;border-radius:6px;box-shadow:4px 4px 20px 0 rgba(36,36,80,.1);padding:12px;margin:0;display:flex;align-items:center;justify-content:center;left:50%;transform:translate(-50%,-10vh);top:0;color:#fff;font-size:14px;line-height:16px;z-index:2000}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .copied button{background-color:transparent}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .copied.show{animation:copiedAnimation 2s ease-in-out forwards}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .copied span{margin-left:10px;display:inline-block}@keyframes copiedAnimation{0%,to{transform:translate(-50%,-10vh)}25%,75%{transform:translate(-50%,2vh)}}.storyly__default-modern-layout .storyly__story-header{width:var(--i--storyly-story-layer-width)!important;margin:0 auto 16px;z-index:100;opacity:1;transition:opacity .5s ease;border:none}.storyly__default-modern-layout .storyly__story-header .storyly__story-info{display:flex;justify-content:space-between;align-items:center}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__story-actions{z-index:99;display:flex;justify-content:flex-end;align-items:center;max-width:30%;min-width:30%}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .action{margin-left:8px}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info{display:flex;align-items:center;max-width:70%;min-width:70%}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info img{box-sizing:border-box;width:38px;height:38px;border-radius:50%;border:2px solid #fff}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper{display:flex;align-items:flex-start;flex-direction:column;margin-left:12px;margin-right:12px;width:70%}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper h4{margin:0;color:#fff;font-size:16px;font-weight:500;line-height:20px;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper .s-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;background:hsla(0,0%,100%,.2);border-radius:20px;padding:2px 4px;cursor:pointer;user-select:none;margin-top:6px;max-width:100%}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper .s-wrapper .s-tag{font-size:12px;font-weight:500;color:#fff;display:block;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:pre;max-width:100%}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper .s-wrapper .s-icon{display:flex}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .ad-group-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.376' cy='21.376' r='20.485' stroke='url(%23paint0_linear_798_17889)' stroke-width='1.781'/%3E%3Ccircle cx='21.312' cy='21.703' r='20' fill='url(%23paint1_linear_798_17889)' fill-opacity='.2'/%3E%3Cpath d='M14.659 25.703h1.318l.586-1.821h2.607l.591 1.821h1.319l-2.5-7.046h-1.421l-2.5 7.046zm3.169-5.737h.083l.947 2.944H16.88l.948-2.944zm5.966 5.825c.752 0 1.329-.342 1.622-.923h.082v.835h1.221v-7.402H25.5v2.915h-.083c-.279-.576-.89-.938-1.622-.938-1.352 0-2.187 1.055-2.187 2.754v.01c0 1.69.85 2.749 2.187 2.749zm.381-1.025c-.83 0-1.333-.65-1.333-1.724v-.01c0-1.074.508-1.728 1.333-1.728s1.343.659 1.343 1.728v.01c0 1.07-.513 1.724-1.343 1.724z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_798_17889' x1='42.752' y1='21.376' x2='0' y2='21.376' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_798_17889' x1='41.312' y1='21.703' x2='1.312' y2='21.703' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");width:43px;height:43px}.storyly__default-modern-layout .story-group-navigation-button{font-size:14px;line-height:24px;display:flex;flex-direction:column;position:absolute;bottom:3.7%;max-width:250px;color:#fff;font-weight:500;z-index:1000;user-select:none}.storyly__default-modern-layout .story-group-navigation-button h6{font-weight:500;font-size:11px;line-height:14px;letter-spacing:.03em;color:#fff;margin-top:0;margin-bottom:8px}.storyly__default-modern-layout .story-group-navigation-button-container{cursor:pointer;display:flex;align-items:center;justify-content:flex-start;background:hsla(0,0%,100%,.06);border-radius:9px;padding:12px}.storyly__default-modern-layout .story-group-navigation-button-container-icon{margin-right:10px}.storyly__default-modern-layout .story-group-navigation-button-container-icon svg{margin-top:6px}.storyly__default-modern-layout .story-group-navigation-button-container-inner{display:flex;align-items:center;justify-content:center;min-width:0}.storyly__default-modern-layout .story-group-navigation-button-container-inner .story-group-cover-image{width:38px;height:38px;flex:0 0 38px;border:2px solid #fff;border-radius:50%;margin-right:10px;margin-left:10px}.storyly__default-modern-layout .story-group-navigation-button-container-inner .story-group-cover-image img{height:100%;width:100%;border-radius:50%}.storyly__default-modern-layout .story-group-navigation-button-container-inner .story-group-title{font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.storyly__default-modern-layout .story-group-navigation-button.next-story-group{right:2.1%}.storyly__default-modern-layout .story-group-navigation-button.next-story-group .story-group-navigation-button-container{color:#fff;border:none;flex-direction:row-reverse}.storyly__default-modern-layout .story-group-navigation-button.next-story-group .story-group-navigation-button-container-icon{margin-right:0;margin-left:10px}.storyly__default-modern-layout .story-group-navigation-button.next-story-group .story-group-navigation-button-container-icon .prev-story-group-icon{display:none}.storyly__default-modern-layout .story-group-navigation-button.prev-story-group{left:2.1%}.storyly__default-modern-layout .story-group-navigation-button.prev-story-group .story-group-navigation-button-container{color:#fff;border:none;flex-direction:row}.storyly__default-modern-layout .story-group-navigation-button.prev-story-group .next-story-group-icon{display:none}@media only screen and (max-height:600px){.storyly__default-modern-layout .story-group-navigation-button h6{display:none}.storyly__default-modern-layout .story-group-navigation-button .story-group-cover-image{width:24px;height:24px;flex:0 0 24px;margin-right:8px;margin-left:8px;box-sizing:border-box}.storyly__default-modern-layout .story-group-navigation-button{bottom:1.5%}}.storyly__default-modern-layout .storyly__action-container{position:absolute;top:42px;right:30px;z-index:1002;width:76px;display:flex;justify-content:space-between;align-items:center}.storyly__default-modern-layout .storyly__action-container .storyly__keyboard-shortcuts{position:absolute;top:42px;right:44px;border-radius:12px;background:#242424;padding:16px;width:218px;opacity:0;visibility:hidden;transition:all .2s ease-in-out}.storyly__default-modern-layout .storyly__action-container .storyly__keyboard-shortcuts h6{font-style:normal;font-weight:500;font-size:11px;line-height:14px;letter-spacing:.05em;text-transform:uppercase;color:#b3b3b3;padding-bottom:13px;margin:0;border-bottom:1px solid hsla(0,0%,100%,.03)}.storyly__default-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu{margin:0;padding:0}.storyly__default-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item{display:flex;color:#fff;font-size:13px;line-height:16px;font-weight:400;margin-bottom:12px}.storyly__default-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item:last-child{margin-bottom:0}.storyly__default-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item:first-child{margin-top:12px}.storyly__default-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item-icon{background:hsla(0,0%,100%,.1);border-radius:4px;width:32px;height:20px;margin-right:10px;margin-left:10px;display:flex;align-items:center;justify-content:center}.storyly__default-modern-layout .storyly__action-container.active .storyly__keyboard-shortcuts{opacity:1;visibility:visible}.storyly__default-modern-layout .storyly__action-container.active .close-story{pointer-events:none!important;cursor:auto!important;opacity:.5}.storyly__default-modern-layout button.icon{cursor:pointer!important;background-repeat:no-repeat!important;background-position:50%!important;pointer-events:auto!important;width:32px;height:32px;flex:0 0 32px;border:none;background-color:hsla(0,0%,100%,.06);border-radius:9px}.storyly__default-modern-layout button.icon.close{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC44ODQgNS4xMTZhMS4yNSAxLjI1IDAgMDEwIDEuNzY4bC0xMiAxMmExLjI1IDEuMjUgMCAwMS0xLjc2OC0xLjc2OGwxMi0xMmExLjI1IDEuMjUgMCAwMTEuNzY4IDB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjExNiA1LjExNmExLjI1IDEuMjUgMCAwMTEuNzY4IDBsMTIgMTJhMS4yNSAxLjI1IDAgMDEtMS43NjggMS43NjhsLTEyLTEyYTEuMjUgMS4yNSAwIDAxMC0xLjc2OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)!important}.storyly__default-modern-layout button.icon.pause{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iLjQiIHdpZHRoPSI0LjIiIGhlaWdodD0iMTQiIHJ4PSIuNyIgZmlsbD0iI2ZmZiIvPjxyZWN0IHg9IjcuNCIgd2lkdGg9IjQuMiIgaGVpZ2h0PSIxNCIgcng9Ii43IiBmaWxsPSIjZmZmIi8+PC9zdmc+)!important}.storyly__default-modern-layout button.icon.play{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.105 10.928L8.023 4.218C7.163 3.645 6 4.268 6 5.298V18.7c0 1.045 1.163 1.652 2.023 1.08l10.082-6.71c.758-.49.758-1.636 0-2.142z" fill="%23fff"/></svg>')!important}.storyly__default-modern-layout button.icon.sound-off{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFF'%3E%3Cpath d='M5.2 4L4 5.2l4.467 4.467H4v5.666h3.778l4.722 4.723v-6.357l4.014 4.014a6.54 6.54 0 01-2.125 1.115v1.945a8.49 8.49 0 003.485-1.71L19.8 21l1.2-1.2-8.5-8.5L5.2 4zm13.4 10.993a6.46 6.46 0 00.51-2.493 6.616 6.616 0 00-4.722-6.337V4.217C18.176 5.077 21 8.457 21 12.5c0 1.417-.35 2.748-.973 3.92l-1.426-1.427zm-4.212-6.3A4.25 4.25 0 0116.75 12.5c0 .208-.019.406-.047.595l-2.314-2.314V8.694zm-3.863-1.775L12.5 4.944v3.948l-1.974-1.974z'/%3E%3C/svg%3E")!important}.storyly__default-modern-layout button.icon.sound-on{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFF'%3E%3Cpath d='M4 9.592v5.816h3.778l4.722 4.846V4.746L7.778 9.592H4zM16.75 12.5a4.374 4.374 0 00-2.361-3.906v7.802a4.348 4.348 0 002.36-3.896z'/%3E%3Cpath d='M14.389 4v1.997c2.73.833 4.722 3.43 4.722 6.503 0 3.072-1.993 5.67-4.722 6.503V21c3.787-.882 6.61-4.352 6.61-8.5S18.177 4.882 14.39 4z'/%3E%3C/svg%3E")!important}.storyly__default-modern-layout button.icon.check{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M18.666 7.833L9.5 17l-4.167-4.166"/></svg>')!important}.storyly__default-modern-layout button.icon.share{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS4zNDYgNS4yMjNjLS4zODctLjEyOS0uMzktLjMzNy4wMDgtLjQ3TDE0LjUuMDM4Yy4zOTItLjEzLjYxNi4wODkuNTA3LjQ3M2wtNC4wNDMgMTQuMTQ2Yy0uMTExLjM5Mi0uMzM3LjQwNS0uNTAzLjAzM0w3Ljc5OCA4LjY5Nmw0LjQ0Ny01LjkzLTUuOTMgNC40NDctNS45NjktMS45OXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)!important}.storyly__default-modern-layout button.icon.close-black{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 6L6 18M6 6l12 12"/></svg>')!important}.storyly__default-modern-layout button.icon.keyboard-shortcut{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMmgxNGEuNzc4Ljc3OCAwIDAxLjc3OC43Nzh2MTIuNDQ0QS43NzguNzc4IDAgMDExNiAxNkgyYS43NzguNzc4IDAgMDEtLjc3OC0uNzc4VjIuNzc4QS43NzguNzc4IDAgMDEyIDJ6bTEuNTU2IDMuMTExdjEuNTU2SDUuMTFWNS4xMUgzLjU1NnptMCAzLjExMXYxLjU1Nkg1LjExVjguMjIySDMuNTU2em0wIDMuMTExdjEuNTU2aDEwLjg4OXYtMS41NTZIMy41NTR6bTMuMTEtMy4xMXYxLjU1NWgxLjU1NlY4LjIyMkg2LjY2N3ptMC0zLjExMnYxLjU1NmgxLjU1NlY1LjExSDYuNjY3em0zLjExMiAwdjEuNTU2aDEuNTU1VjUuMTFIOS43Nzh6bTMuMTEgMHYxLjU1NmgxLjU1NlY1LjExSDEyLjg5em0tMy4xMSAzLjExMXYxLjU1NmgxLjU1NVY4LjIyMkg5Ljc3OHptMy4xMSAwdjEuNTU2aDEuNTU2VjguMjIySDEyLjg5eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)!important}.storyly__default-modern-layout button.icon.download{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="feather feather-download" viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4m4-5l5 5 5-5m-5 5V3" stroke="%23fff"/></svg>')!important}.storyly__default-modern-layout button.icon.transcript{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5.749" y="3.939" width="20.352" height="22.161" rx="3.392" stroke="%23fff" stroke-width="2.261"/><rect x="8.141" y="16.741" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="12.663" y="16.741" width="9.045" height="1.809" rx=".905" fill="%23fff"/><rect x="18.995" y="20.359" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="8.141" y="20.359" width="9.045" height="1.809" rx=".905" fill="%23fff"/></svg>')!important}.storyly__default-modern-layout[direction=rtl] .storyly__action-container{right:auto;left:30px}.storyly__default-modern-layout[direction=rtl] .storyly__action-container .storyly__keyboard-shortcuts{right:auto;left:44px}.storyly__default-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group{left:2.1%!important;right:auto!important}.storyly__default-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group .next-story-group-icon{display:none}.storyly__default-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group .prev-story-group-icon{display:block}.storyly__default-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group .story-group-title{margin-left:10px}.storyly__default-modern-layout[direction=rtl] .story-group-navigation-button.prev-story-group{right:2.1%!important;left:auto!important}.storyly__default-modern-layout[direction=rtl] .story-group-navigation-button.prev-story-group .prev-story-group-icon{display:none}.storyly__default-modern-layout[direction=rtl] .story-group-navigation-button.prev-story-group .next-story-group-icon{display:block}.storyly__default-modern-layout[direction=rtl] .storyly__stories-container .storyly__story-next-story{transform-origin:right}.storyly__default-modern-layout[direction=rtl] .storyly__stories-container .storyly__story-prev-story{transform-origin:left}.storyly__default-modern-layout[direction=rtl] .storyly__story-group-progress-bar .progress-wrapper .progress:first-child{margin-right:0!important;margin-left:.2%}.storyly__default-modern-layout[direction=rtl] .storyly__story-group-progress-bar .progress-wrapper .progress:last-child{margin-left:0!important;margin-right:.2%}.storyly__default-modern-layout .storyly__animate-image-vertical{object-position:top;animation:move-vertical 3.8s ease-in-out infinite alternate;animation-delay:.6s}@keyframes move-vertical{0%{object-position:50% 0}15%{object-position:50% 0}85%{object-position:50% 100%}to{object-position:50% 100%}}.storyly__default-modern-layout .storyly__animate-image-horizontal{object-position:left;animation:move-horizontal 3.8s ease-in-out infinite alternate;animation-delay:.6s}@keyframes move-horizontal{0%{object-position:0 50%}15%{object-position:0 50%}85%{object-position:100% 50%}to{object-position:100% 50%}}@keyframes timedAnimation{5%{display:block}to{visibility:visible;opacity:1}}.storyly__story-group-overlay{display:flex;justify-content:center;align-items:center;position:absolute;visibility:hidden;opacity:0;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#1d1a16,#2c2e31 52.08%,#171717);z-index:1001;transition:all .4s ease-in-out;cursor:pointer}.storyly__story-group-overlay.active{visibility:visible;opacity:.65}.storyly__default-svideo-seekbar{position:absolute;bottom:0;width:100%;height:.875em;padding:0 .1875em;align-items:center;box-sizing:border-box;display:flex;background:linear-gradient(1turn,rgba(9,9,9,.5),rgba(9,9,9,0) 52.26%);opacity:0;transition:opacity .4s ease-in-out}.storyly__default-svideo-seekbar:hover .progress-indicator{opacity:1!important}.storyly__default-svideo-seekbar.hovered,.storyly__default-svideo-seekbar.show{opacity:1}.storyly__default-svideo-seekbar .video-time{font-size:.203125em;font-family:Storyly-Inter;color:#fff;font-weight:400;flex:0 0 10%}.storyly__default-svideo-seekbar .action-icon{flex:0 0 6%}.storyly__default-svideo-seekbar .action-icon .pause-icon,.storyly__default-svideo-seekbar .action-icon .play-icon{display:flex;cursor:pointer}.storyly__default-svideo-seekbar .seekbar{margin:0 8px;height:.046875em;position:relative;flex:0 0 77%}.storyly__default-svideo-seekbar .seekbar .interactive-lines{display:flex;height:100%;width:100%;cursor:pointer}.storyly__default-svideo-seekbar .seekbar .interactive-lines .interactive-line{width:100%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,.6) 0 100%);display:inline-block;border-radius:100px;margin:0 .02734375em}.storyly__default-svideo-seekbar .seekbar .progress-indicator{background:#fff;border-radius:50%;width:.1875em;height:.1875em;display:inline-block;position:absolute;top:-.07em;cursor:pointer;opacity:0;transition:opacity .2s ease-in-out}.storyly__video-feed-classic-layout{width:var(--i--storyly-story-layer-width)!important;height:var(--i--storyly-story-layer-height)!important;top:50%;transform:translateY(-50%);font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10)!important;margin:0 auto;position:relative;transition:transform .2s ease-out}@media only screen and (max-height:575.98px) and (orientation:landscape){.storyly__video-feed-classic-layout{transform:translateY(-50%)!important}.storyly__video-feed-classic-layout .navigation-buttons{display:block!important}.storyly__video-feed-classic-layout .icon.close{display:none!important}}.storyly__video-feed-classic-layout[embed-mode]{width:100%!important;height:100%!important}.storyly__video-feed-classic-layout[embed-mode] .storyly__stories-container{border-radius:.35em!important;background-color:#000}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[playable]:not([replay]):hover .storyly__embed-play-container{display:flex}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[playable]:not([replay]):hover .storyly__stories-container .storyly__story.active:before{backdrop-filter:blur(8px);display:block}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[playable] .storyly__story-header .progress-wrapper,.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[playable] .storyly__story-header .storyly__story-actions{visibility:hidden}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[playable] .storyly__story-header .progress-wrapper{box-sizing:border-box;padding-left:3%;padding-right:3%}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group:not([playable]) .storyly__embed-play-container{display:none}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__stories-container .storyly__story.active:before{display:block}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__embed-play-container{display:flex}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__embed-play-container .play-icon{display:none}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__embed-play-container .re-play-icon{display:block}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group .storyly__stories-container .storyly__story.active:before{content:"";position:absolute;left:0;right:0;background-color:rgba(0,0,0,.2);width:100%;height:100%;z-index:2;display:none;z-index:99999999}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group .storyly__story-header .progress-wrapper{padding-left:3%;padding-right:3%}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container{width:100%;height:100%;justify-content:center;align-items:center;position:relative;z-index:9999999;cursor:pointer;display:none;border-radius:18px}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container .play-icon{display:block}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container .re-play-icon{display:none}@media only screen and (max-width:648px){.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container{display:flex}}.storyly__video-feed-classic-layout .storyly__stories-container{width:100%;height:100%;margin:auto!important;contain:strict!important;bottom:0!important;left:0!important;position:absolute!important;right:0!important;top:0!important;opacity:1!important;border-radius:8px}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header{position:absolute;width:100%;opacity:1;transition:opacity .2s ease-in-out;border:none;height:100%}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info{margin:.15625em .1875em;position:absolute;bottom:0;width:100%;z-index:10;pointer-events:none}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info{display:flex;align-items:center;height:30px;width:100%}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper{display:flex;align-items:flex-start;flex-direction:column;margin-left:.015625em;margin-right:.1875em;width:70%;padding-bottom:.09375em}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper h4{margin:0;color:#fff;font-size:.21875em;font-weight:700;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:normal;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.4em;line-height:1.2em;font-family:Storyly-Inter,sans-serif}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .ad-group-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.376' cy='21.376' r='20.485' stroke='url(%23paint0_linear_798_17889)' stroke-width='1.781'/%3E%3Ccircle cx='21.312' cy='21.703' r='20' fill='url(%23paint1_linear_798_17889)' fill-opacity='.2'/%3E%3Cpath d='M14.659 25.703h1.318l.586-1.821h2.607l.591 1.821h1.319l-2.5-7.046h-1.421l-2.5 7.046zm3.169-5.737h.083l.947 2.944H16.88l.948-2.944zm5.966 5.825c.752 0 1.329-.342 1.622-.923h.082v.835h1.221v-7.402H25.5v2.915h-.083c-.279-.576-.89-.938-1.622-.938-1.352 0-2.187 1.055-2.187 2.754v.01c0 1.69.85 2.749 2.187 2.749zm.381-1.025c-.83 0-1.333-.65-1.333-1.724v-.01c0-1.074.508-1.728 1.333-1.728s1.343.659 1.343 1.728v.01c0 1.07-.513 1.724-1.343 1.724z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_798_17889' x1='42.752' y1='21.376' x2='0' y2='21.376' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_798_17889' x1='41.312' y1='21.703' x2='1.312' y2='21.703' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");width:43px;height:43px}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper{width:100%;display:flex;justify-content:center;margin-top:2px;height:.3125em;padding-top:.078125em;box-sizing:border-box}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress{height:2px;display:inline-block;margin-left:.6%;margin-right:.6%;width:100%;position:relative}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress.seen span{width:100%}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress.active span{width:0;transition-duration:.1s}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress span{transition:width .1s linear;height:100%;position:absolute;width:0}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-actions{display:flex;z-index:99;right:.1875em;top:.1875em;position:absolute}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-actions .action{margin-left:8px}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions{position:absolute;bottom:1em;right:.1875em;z-index:10}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper{margin-bottom:25px}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper{text-align:center;font-size:14px;cursor:pointer}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto!important}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon *,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon *{pointer-events:none}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper{position:absolute}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.liked svg,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.liked svg{animation:pulse-like .5s forwards}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.liked svg path,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.liked svg path{fill:#ff5f4a}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.shrink,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.shrink{display:none;animation:none}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.shrink.animated,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.shrink.animated{display:block}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.shrink.animated svg,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.shrink.animated svg{animation:shrink-dislike .5s forwards}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .like-count,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .share-count,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .like-count,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .share-count{text-shadow:0 -1px 2px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.3);font-family:Storyly-Inter;font-size:14px;font-weight:600;color:#fff}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .s-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;background:rgba(0,0,0,.2);border-radius:20px;padding:4px;cursor:pointer;user-select:none;margin-left:.1875em;margin-top:.1875em;max-width:max-content;z-index:4;position:relative;font-family:Storyly-Inter,sans-serif}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .s-wrapper .s-tag{font-size:12px;font-weight:500;color:#fff;display:block;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:pre;max-width:100%}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .s-wrapper .s-icon{display:flex}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story{width:100%;height:100%;opacity:1;z-index:2;user-select:none;background:#000;transition:opacity .3s ease-in;outline:none;cursor:auto;position:absolute}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story.active{opacity:1;z-index:2}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story.ad-story{transition:none}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .story-image{position:absolute;top:0;pointer-events:none;flex-shrink:0;margin:auto;float:left;user-select:none;width:100%}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .story-video{position:fixed;top:0;width:100%;max-height:100%!important;left:0;margin:auto;float:left}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container{position:absolute;width:100%;height:100%;top:0;left:0}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer{box-sizing:border-box!important;display:grid!important;position:absolute!important;pointer-events:none;padding:68px 32px 32px;left:0;right:0;width:100%;height:100%;margin:0 auto}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer :not(.no-pointer-events){pointer-events:auto!important;box-sizing:border-box;user-select:none}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child{transform-origin:top left;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,bottom .3s ease-in-out}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-visually-hide{visibility:hidden;opacity:0}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-hide{display:none}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container .emoji-animation span{width:32px;font-size:.4em;margin:.4em!important;position:absolute;bottom:-10%;animation:emojiAnimation 1.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;opacity:1}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container .confetti-animation{width:100%;height:100%;position:absolute;top:0!important;pointer-events:none}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container [dir=ltr]{text-align:left!important}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story.story-9_16 .story-video{top:50%;left:50%;transform:translate(-50%,-50%)}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .video-feed-play-icon-wrapper{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:none}.storyly__video-feed-classic-layout .storyly__stories-container .share-container{font-family:Storyly-Inter,sans-serif;width:100%;height:100%;z-index:2001;position:absolute;background:rgba(0,0,0,.5);top:0;left:0;display:none;justify-content:center}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper{background:#242424;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:12px}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .share-header{padding:8px 12px 8px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:12px}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .share-header h6{padding:0;opacity:.5;margin:0;font-size:12px;line-height:1!important;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;color:#fff}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link{padding-bottom:8px;padding-inline-start:16px;padding-inline-end:16px;text-align:center;cursor:pointer;display:flex;align-items:center}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media:last-child,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link:last-child{margin-bottom:8px}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .download-icon,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .share-icon,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .download-icon,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .share-icon{width:48px;height:48px;background:hsla(0,0%,100%,.1);border-radius:8px;display:flex;justify-content:center;align-items:center}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .download-icon button,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .share-icon button,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .download-icon button,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .share-icon button{background-color:transparent;display:flex;align-items:center;justify-content:center;width:100%}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media p,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link p{color:#fff;text-align:left;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:0;padding:0 0 0 8px}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .close-share{background-color:transparent;width:24px;height:24px;flex:0 0 24px;display:flex;justify-content:center;align-items:center;padding:0}.storyly__video-feed-classic-layout .storyly__stories-container .copied{font-family:Storyly-Inter,sans-serif;position:absolute;width:80%;background-color:#222;border-radius:6px;box-shadow:4px 4px 20px 0 rgba(36,36,80,.1);padding:12px;margin:0;display:flex;align-items:center;justify-content:center;left:50%;transform:translate(-50%,150vh);bottom:0;color:#fff;font-size:14px;line-height:16px;z-index:2000}.storyly__video-feed-classic-layout .storyly__stories-container .copied button{background-color:transparent}.storyly__video-feed-classic-layout .storyly__stories-container .copied.show{animation:copiedLinkAnimation 2s ease-in-out forwards}.storyly__video-feed-classic-layout .storyly__stories-container .copied span{margin-left:10px;display:inline-block}@keyframes copiedLinkAnimation{0%,to{transform:translate(-50%,150vh)}25%,75%{transform:translate(-50%,-4vh)}}.storyly__video-feed-classic-layout .storyly__stories-container .accessibility-switch-button{position:absolute;width:24px;height:24px;background-color:transparent;bottom:8px;right:8px;z-index:999999;padding:0;border:none;box-shadow:0 0 0 2px rgba(0,0,0,.2);border-radius:50%;box-sizing:content-box}.storyly__video-feed-classic-layout .storyly__stories-container .accessibility-switch-button svg{pointer-events:none}.storyly__video-feed-classic-layout .storyly__stories-container .accessibility-switch-button svg rect{fill:hsla(0,0%,100%,.2)}.storyly__video-feed-classic-layout .storyly__stories-container .accessibility-switch-button[data-pressed=true] rect{fill:#01ea85}@media only screen and (max-width:648px){.storyly__video-feed-classic-layout .storyly__stories-container{border-radius:0}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .story-image,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .story-video{border-radius:0!important}}@media only screen and (max-width:648px){.storyly__video-feed-classic-layout:not([embed-mode]) .storyly__stories-container{width:var(--storyly-story-width);height:var(--storyly-story-height)}}.storyly__video-feed-classic-layout .navigation-buttons.hovered .navigate-button,.storyly__video-feed-classic-layout .navigation-buttons.show .navigate-button,.storyly__video-feed-classic-layout .navigation-buttons:hover .navigate-button{opacity:1}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button{opacity:0;transition:opacity .4s ease-in-out;height:32px!important;width:32px!important;transform:translateY(-50%)!important;top:50%!important;bottom:auto!important;cursor:pointer;pointer-events:all!important;position:absolute}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button button{width:100%;height:100%;background-repeat:no-repeat;pointer-events:none;border-radius:50%;outline:none;border:2px solid #fff;background-color:#000;display:block}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button button:hover{background-color:#fff}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button button:focus-visible{outline:3px inset #00e0e4}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button.next-button{right:-60px}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button.next-button button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.845 12.333L7.178 7 1.845 1.667'/%3E%3C/svg%3E")!important;background-position:55% 50%!important}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button.next-button button:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.845 12.333L7.178 7 1.845 1.667'/%3E%3C/svg%3E")!important}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button.prev-button{left:-60px}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button.prev-button button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6.667 1.667L1.333 7l5.334 5.333'/%3E%3C/svg%3E")!important;background-position:45% 50%!important}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button.prev-button button:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6.667 1.667L1.333 7l5.334 5.333'/%3E%3C/svg%3E")!important}.storyly__video-feed-classic-layout .navigation-buttons.accessibility-navigation-buttons .prev-button{left:8px;z-index:99999}.storyly__video-feed-classic-layout .navigation-buttons.accessibility-navigation-buttons .next-button{right:8px;z-index:99999}@keyframes navigationFadeOut{0%{opacity:1}to{opacity:0}}@keyframes navigationFadeIn{0%{opacity:0}to{opacity:1}}@keyframes progressAnimation{0%{width:0}to{width:100%}}@keyframes emojiAnimation{0%{bottom:-10%}to{bottom:50%;opacity:0}}.storyly__video-feed-classic-layout .swiper{width:100%;height:100%}.storyly__video-feed-classic-layout .swiper .swiper-slide.active-video-feed-view{visibility:visible}@media only screen and (max-width:648px){.storyly__video-feed-classic-layout{width:100%!important;height:100%!important;--i--storyly-story-layer-width:100vw;--i--storyly-story-layer-height:var(--storyly-story-vh);-webkit-touch-callout:none;-webkit-text-size-adjust:none;-webkit-user-select:none;user-select:none;top:0;transform:translateY(0)}}.storyly__video-feed-classic-layout button.icon{background-repeat:no-repeat!important;background-position:50%!important;cursor:pointer!important;border:none!important;pointer-events:auto!important;background:50% no-repeat!important;width:30px;height:30px}.storyly__video-feed-classic-layout button.icon.close{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 17.867l-6.767 6.766c-.266.267-.577.4-.933.4-.356 0-.667-.133-.933-.4a1.28 1.28 0 01-.4-.933c0-.356.133-.667.4-.933L14.133 16 7.367 9.233a1.28 1.28 0 01-.4-.933c0-.356.133-.667.4-.933.266-.267.577-.4.933-.4.356 0 .667.133.933.4L16 14.133l6.767-6.766c.266-.267.578-.4.933-.4.356 0 .667.133.933.4.267.266.4.577.4.933 0 .355-.133.667-.4.933L17.867 16l6.766 6.767c.267.266.4.577.4.933 0 .355-.133.667-.4.933-.266.267-.577.4-.933.4-.355 0-.667-.133-.933-.4L16 17.867z" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.pause{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="8.533" y="6.667" width="5.6" height="18.667" rx=".933" fill="%23fff"/><rect x="17.866" y="6.667" width="5.6" height="18.667" rx=".933" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.play{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2 24.5c-.378.244-.761.256-1.15.033-.389-.222-.583-.555-.583-1V8.267c0-.445.194-.778.583-1 .389-.223.772-.211 1.15.033l12 7.667c.356.222.533.533.533.933s-.177.711-.533.933l-12 7.667z" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.sound-off{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.687 26.477l-2.79-2.79c-.305.22-.63.422-.978.608a6.34 6.34 0 01-1.078.457.73.73 0 01-.748-.114.868.868 0 01-.343-.723c0-.135.034-.254.102-.355a.62.62 0 01.279-.229c.287-.084.57-.194.85-.33.279-.135.545-.287.799-.456l-4.06-4.11v4.135c0 .372-.177.634-.533.787-.355.152-.668.084-.938-.203l-3.832-3.806H7.146a.841.841 0 01-.622-.241.841.841 0 01-.241-.622v-4.668c0-.254.08-.461.24-.622a.841.841 0 01.623-.24h3.095L5.242 7.93A.744.744 0 015 7.36a.839.839 0 01.266-.571.744.744 0 01.546-.228c.21 0 .401.076.57.228l18.471 18.547a.759.759 0 01.229.558c0 .22-.077.414-.229.584a.863.863 0 01-.596.228.775.775 0 01-.571-.229zM18.841 7.5c1.827.643 3.294 1.751 4.402 3.324s1.662 3.34 1.662 5.303c0 .88-.119 1.738-.355 2.575a8.487 8.487 0 01-1.091 2.372l-1.117-1.141a6.874 6.874 0 00.749-1.827c.16-.643.24-1.303.24-1.98 0-1.674-.469-3.175-1.407-4.503-.94-1.328-2.178-2.228-3.717-2.702a.522.522 0 01-.343-.228.691.691 0 01-.114-.38c0-.305.118-.542.355-.711.237-.17.482-.203.736-.102zm1.243 10.175l-2.334-2.36V11.99a4.344 4.344 0 011.89 1.687c.465.753.698 1.578.698 2.474 0 .254-.021.508-.064.761a5.01 5.01 0 01-.19.762zm-4.364-4.39l-2.816-2.816 1.345-1.345c.27-.27.583-.33.938-.177.356.152.533.414.533.786v3.552z" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.sound-on{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.515 25.23c-.309.11-.586.069-.831-.122a.931.931 0 01-.368-.777c0-.163.04-.304.123-.422a.578.578 0 01.367-.232 8.211 8.211 0 003.979-2.97c1.017-1.398 1.526-2.979 1.526-4.74 0-1.763-.509-3.343-1.526-4.742a8.21 8.21 0 00-3.979-2.97.548.548 0 01-.367-.259.81.81 0 01-.123-.422c0-.327.127-.581.382-.763a.829.829 0 01.817-.11 9.512 9.512 0 014.7 3.57C25.405 11.961 26 13.86 26 15.966s-.595 4.006-1.785 5.695a9.512 9.512 0 01-4.7 3.57zM6.926 19.427a.904.904 0 01-.667-.26A.904.904 0 016 18.5v-5.013c0-.273.086-.495.259-.668a.903.903 0 01.667-.259h3.515l4.115-4.114c.29-.29.627-.354 1.008-.19.381.163.572.444.572.844v13.787c0 .4-.19.681-.572.845-.381.163-.717.09-1.008-.218l-4.115-4.087H6.926zm10.845 1.199v-9.292c1 .309 1.803.9 2.412 1.771.608.872.912 1.835.912 2.888 0 1.072-.304 2.03-.912 2.875a4.699 4.699 0 01-2.412 1.758z" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.share-android{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.94 25.952a2.932 2.932 0 01-2.169-.904 2.964 2.964 0 01-.855-2.566c.024-.16.06-.313.108-.458l-6.795-3.952a3.31 3.31 0 01-.988.711c-.386.185-.78.277-1.18.277-.852 0-1.575-.297-2.17-.891C6.298 17.574 6 16.85 6 15.999c0-.85.297-1.573.892-2.168.594-.594 1.317-.891 2.168-.891.402 0 .787.08 1.157.24.37.161.707.386 1.012.675l6.795-3.903a1.678 1.678 0 01-.108-.41 2.952 2.952 0 01-.037-.434c0-.851.298-1.574.892-2.168.595-.595 1.317-.892 2.169-.892.851 0 1.574.297 2.168.892.595.594.892 1.317.892 2.168 0 .852-.297 1.575-.892 2.169-.594.594-1.317.892-2.168.892a3.57 3.57 0 01-1.181-.193 2.205 2.205 0 01-.94-.627L12 15.084c.048.129.08.285.096.47s.024.333.024.446c0 .112-.008.237-.024.373a2.12 2.12 0 01-.096.422l6.82 3.831c.256-.24.561-.433.915-.578a3.16 3.16 0 011.205-.217c.851 0 1.574.297 2.168.892.595.594.892 1.317.892 2.169 0 .85-.297 1.574-.892 2.168-.594.595-1.317.892-2.168.892z" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.share-ios{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.98 18.643a.933.933 0 01-.687-.277.934.934 0 01-.277-.688v-9.84l-1.447 1.47c-.194.161-.419.242-.676.242a.926.926 0 01-.675-.29.915.915 0 01-.266-.675c0-.273.097-.507.29-.7l3.063-3.063a.736.736 0 01.326-.229c.12-.04.237-.06.35-.06.112 0 .229.02.35.06.12.04.228.117.325.23l3.111 3.11a.885.885 0 01.266.652.968.968 0 01-.266.675.939.939 0 01-.687.29.939.939 0 01-.687-.29l-1.448-1.423v9.841a.933.933 0 01-.277.688.933.933 0 01-.688.277zM10.023 26c-.53 0-.981-.189-1.351-.567a1.85 1.85 0 01-.555-1.339V12.685c0-.53.185-.98.555-1.35.37-.37.82-.555 1.35-.555h2.726c.274 0 .479.092.615.277.137.185.206.414.206.688 0 .257-.069.478-.206.663-.136.185-.341.277-.615.277h-2.725v11.41h11.963v-11.41h-2.75c-.289 0-.502-.092-.638-.277a1.124 1.124 0 01-.205-.687c0-.274.068-.499.205-.676.136-.177.35-.265.639-.265h2.75c.53 0 .984.185 1.362.555.378.37.567.82.567 1.35v11.41c0 .514-.189.96-.567 1.338a1.858 1.858 0 01-1.363.567H10.024z" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.check{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.666 7.833L9.5 17l-4.167-4.166" stroke="%23fff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.share{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 7.377a.873.873 0 000 1.746V7.377zm2.5.873v-.873.873zm-2.5 6.627a.873.873 0 000 1.746v-1.746zm-5 1.746a.873.873 0 000-1.746v1.746zm0-7.5a.873.873 0 000-1.746v1.746zm5 0H17V7.377h-2.5v1.746zm2.5 0c.902 0 1.75.323 2.363.874L20.53 8.7c-.95-.855-2.222-1.322-3.53-1.322v1.746zm2.363.874c.609.549.93 1.271.93 2.003h1.748c0-1.258-.556-2.443-1.51-3.3l-1.168 1.297zm.93 2.003c0 1.505-1.385 2.877-3.292 2.877v1.746c2.694 0 5.04-1.985 5.04-4.623h-1.747zm-3.292 2.877h-2.5v1.746H17v-1.746zm-7.5 0H7v1.746h2.5v-1.746zm-2.5 0c-.902 0-1.75-.323-2.362-.875L3.47 15.301c.95.855 2.222 1.322 3.53 1.322v-1.746zm-2.362-.875c-.61-.548-.932-1.27-.932-2.002H1.961c0 1.258.556 2.443 1.51 3.3l1.168-1.298zM3.707 12c0-1.505 1.386-2.877 3.294-2.877V7.377c-2.695 0-5.04 1.985-5.04 4.623h1.746zm3.294-2.877h2.5V7.377H7v1.746z" fill="%23fff"/><path d="M8.667 12h6.667" stroke="%23fff" stroke-width="1.747" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.close-black{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6L6 18M6 6l12 12" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.download{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-download"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4M7 10l5 5 5-5M12 15V3" stroke="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.transcript{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5.749" y="3.939" width="20.352" height="22.161" rx="3.392" stroke="%23fff" stroke-width="2.261"/><rect x="8.141" y="16.741" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="12.663" y="16.741" width="9.045" height="1.809" rx=".905" fill="%23fff"/><rect x="18.995" y="20.359" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="8.141" y="20.359" width="9.045" height="1.809" rx=".905" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout .storyly__animate-image-vertical{object-position:top;animation:move-vertical 3.8s ease-in-out infinite alternate;animation-delay:.6s}.storyly__video-feed-classic-layout .storyly__animate-image-horizontal{object-position:left;animation:move-horizontal 3.8s ease-in-out infinite alternate;animation-delay:.6s}.storyly__mobile-view-close-story{position:absolute;right:2%;top:2%;background-repeat:no-repeat!important;background-position:50%!important;cursor:pointer!important;border:none!important;pointer-events:auto!important;width:30px;height:30px;background:50% no-repeat!important;background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.884 5.116a1.25 1.25 0 010 1.768l-12 12a1.25 1.25 0 01-1.768-1.768l12-12a1.25 1.25 0 011.768 0z" fill="%23fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.116 5.116a1.25 1.25 0 011.768 0l12 12a1.25 1.25 0 01-1.768 1.768l-12-12a1.25 1.25 0 010-1.768z" fill="%23fff"/></svg>')!important}@media only screen and (max-width:648px){.storyly__mobile-view-close-story{display:none!important}}.storyly__mobile-view-close-story[direction=rtl]{left:2%;right:auto!important}.storyly__video-feed-modern-layout{font-family:Storyly-Inter;font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10);width:100%;height:100%;margin:0 auto;position:relative;transition:transform .2s ease-out}.storyly__video-feed-modern-layout .swiper{height:100%}.storyly__video-feed-modern-layout .swiper .swiper-slide.active-video-feed-view{visibility:visible;height:auto!important}.storyly__video-feed-modern-layout .storyly__story-group{position:relative;padding-bottom:24px}.storyly__video-feed-modern-layout .storyly__story-group-progress-bar{z-index:100;opacity:1;transition:opacity .5s ease;border:none;width:calc(100vw - 60px);margin-left:auto;margin-right:auto}.storyly__video-feed-modern-layout .storyly__story-group .next-story-button,.storyly__video-feed-modern-layout .storyly__story-group .prev-story-button{position:absolute;top:0;bottom:0;margin:auto;width:24px;height:24px;background-repeat:no-repeat;background-position:50%;cursor:pointer;border:none;pointer-events:auto;background-color:rgba(0,0,0,.25);border-radius:50%}.storyly__video-feed-modern-layout .storyly__story-group .next-story-button.next-story-button,.storyly__video-feed-modern-layout .storyly__story-group .prev-story-button.next-story-button{background-position-x:54%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTI0OV80MTk0KSI+PHBhdGggZD0iTTEuODQ1IDEuNjY3TDcuMTc4IDdsLTUuMzMzIDUuMzMzIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTI0OV80MTk0Ij48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDE0KSIgZD0iTTAgMGg5djE0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)!important;left:calc(50vw + var(--i--storyly-story-layer-width)/2 + 10px)}.storyly__video-feed-modern-layout .storyly__story-group .next-story-button.prev-story-button,.storyly__video-feed-modern-layout .storyly__story-group .prev-story-button.prev-story-button{background-position-x:46%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTI0OV80MTk2KSI+PHBhdGggZD0iTTcuMTU1IDEuNjY3TDEuODIyIDdsNS4zMzMgNS4zMzMiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xMjQ5XzQxOTYiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgNC41IDcpIiBkPSJNMCAwaDl2MTRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)!important;left:calc(50vw - var(--i--storyly-story-layer-width)/2 - 34px)}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container{position:relative;width:100%;height:var(--i--storyly-story-layer-height);overflow:hidden;display:flex;justify-content:center}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story{width:var(--i--storyly-story-layer-width);height:var(--i--storyly-story-layer-height);transition:left .5s,right .5s,transform .5s,transform-origin .5s;position:absolute;top:0;bottom:0;margin:auto;opacity:1;z-index:2;user-select:none;background:#000;outline:none;border-radius:10px;cursor:auto}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story:focus-visible{outline:none}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-passive{cursor:pointer;border:none;opacity:.5;transform:scaleX(.6) scaleY(.6);overflow:hidden}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-passive .storyly__animate-image-horizontal,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-passive .storyly__animate-image-vertical{animation-play-state:paused}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-next-story{transform-origin:left}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-prev-story{transform-origin:right}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story.ad-story{transition:none}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story[show] .layers-container .component-layer :not(.no-pointer-events){pointer-events:auto!important}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-image,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-video{position:absolute;pointer-events:none;flex-shrink:0;top:0;margin:auto;float:left;user-select:none;width:100%;border-radius:10px;border:1px solid hsla(0,0%,100%,.4);box-sizing:border-box}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-video{height:100%;user-select:auto}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-bg{width:100%;height:100%}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container{position:absolute;width:100%;height:100%;top:0;left:0}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer{box-sizing:border-box!important;display:grid;position:absolute!important;pointer-events:none;padding:68px 32px 32px;left:0;right:0;width:100%;height:100%;margin:0 auto}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer *{pointer-events:none;box-sizing:border-box;user-select:none}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child{transform-origin:top left;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,bottom .3s ease-in-out}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-visually-hide{visibility:hidden;opacity:0}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-hide{display:none}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .emoji-animation span{width:32px;font-size:.4em;margin:.4em!important;position:absolute;bottom:-10%;animation:emojiAnimation 1.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;opacity:1}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .confetti-animation{width:100%;height:100%;position:absolute;top:0!important;pointer-events:none}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container [dir=ltr]{text-align:left!important}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story.story-9_16 .story-image,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story.story-9_16 .story-video{top:50%;left:50%;transform:translate(-50%,-50%)}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .video-feed-play-icon-wrapper{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:none}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container{font-family:Storyly-Inter,sans-serif;width:100%;height:100%;z-index:2001;position:absolute;background:rgba(0,0,0,.5);top:0;left:0;display:none;justify-content:center}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper{background:#242424;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:12px}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .share-header{padding:8px 12px 8px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:12px}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .share-header h6{padding:0;opacity:.5;margin:0;font-size:12px;line-height:1!important;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;color:#fff}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link{padding-bottom:8px;padding-inline-start:16px;padding-inline-end:16px;text-align:center;cursor:pointer;display:flex;align-items:center}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media:last-child,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link:last-child{margin-bottom:8px}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .download-icon,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .share-icon,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .download-icon,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .share-icon{width:48px;height:48px;background:hsla(0,0%,100%,.1);border-radius:8px;display:flex;justify-content:center;align-items:center}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .download-icon button,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .share-icon button,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .download-icon button,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .share-icon button{background-color:transparent;display:flex;align-items:center;justify-content:center;width:100%}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media p,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link p{color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:0;padding:0 0 0 8px}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .close-share{background-color:transparent;width:24px;height:24px;flex:0 0 24px;display:flex;justify-content:center;align-items:center;padding:0}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .copied{font-family:Storyly-Inter,sans-serif;position:absolute;width:80%;background-color:#222;border-radius:6px;box-shadow:4px 4px 20px 0 rgba(36,36,80,.1);padding:12px;margin:0;display:flex;align-items:center;justify-content:center;left:50%;transform:translate(-50%,-10vh);top:0;color:#fff;font-size:14px;line-height:16px;z-index:2000}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .copied button{background-color:transparent}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .copied.show{animation:copiedAnimation 2s ease-in-out forwards}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .copied span{margin-left:10px;display:inline-block}@keyframes copiedAnimation{0%,to{transform:translate(-50%,-10vh)}25%,75%{transform:translate(-50%,2vh)}}.storyly__video-feed-modern-layout .storyly__story-header{width:var(--i--storyly-story-layer-width)!important;z-index:100;opacity:1;transition:opacity .5s ease;border:none;position:absolute;pointer-events:none;height:100%}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-info{margin:.15625em .1875em;position:absolute;bottom:7px;width:100%}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info{display:flex;align-items:center;height:30px;width:100%}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper{display:flex;align-items:flex-start;flex-direction:column;margin-left:1px;margin-right:12px;width:70%}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper h4{margin:0;color:#fff;font-size:16px;font-weight:500;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:normal;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.4em;line-height:1.2em;font-family:Storyly-Inter,sans-serif}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .ad-group-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.376' cy='21.376' r='20.485' stroke='url(%23paint0_linear_798_17889)' stroke-width='1.781'/%3E%3Ccircle cx='21.312' cy='21.703' r='20' fill='url(%23paint1_linear_798_17889)' fill-opacity='.2'/%3E%3Cpath d='M14.659 25.703h1.318l.586-1.821h2.607l.591 1.821h1.319l-2.5-7.046h-1.421l-2.5 7.046zm3.169-5.737h.083l.947 2.944H16.88l.948-2.944zm5.966 5.825c.752 0 1.329-.342 1.622-.923h.082v.835h1.221v-7.402H25.5v2.915h-.083c-.279-.576-.89-.938-1.622-.938-1.352 0-2.187 1.055-2.187 2.754v.01c0 1.69.85 2.749 2.187 2.749zm.381-1.025c-.83 0-1.333-.65-1.333-1.724v-.01c0-1.074.508-1.728 1.333-1.728s1.343.659 1.343 1.728v.01c0 1.07-.513 1.724-1.343 1.724z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_798_17889' x1='42.752' y1='21.376' x2='0' y2='21.376' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_798_17889' x1='41.312' y1='21.703' x2='1.312' y2='21.703' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");width:43px;height:43px}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-actions{z-index:99;display:flex;flex-direction:column;position:absolute;right:-64px}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-actions .action{margin-top:16px;border-radius:50px}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions{position:absolute;bottom:0;right:-64px}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper{text-align:center;font-size:14px;margin-bottom:25px}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon{background:hsla(0,0%,100%,.06);border-radius:50px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto!important}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon *,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon *{pointer-events:none}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper{position:absolute;width:24px;height:24px}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.liked svg,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.liked svg{animation:pulse-like .5s forwards}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.liked svg path,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.liked svg path{fill:#ff5f4a}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.shrink,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.shrink{display:none;animation:none}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.shrink.animated,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.shrink.animated{display:block}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.shrink.animated svg,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.shrink.animated svg{animation:shrink-dislike .5s forwards}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .like-count,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .share-count,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .like-count,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .share-count{text-shadow:0 -1px 2px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.3);font-family:Storyly-Inter;font-size:14px;font-weight:600;color:#fff;margin-top:4px}@keyframes shrink-dislike{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes pulse-like{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.storyly__video-feed-modern-layout .storyly__story-header .s-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;background:hsla(0,0%,100%,.2);border-radius:20px;padding:4px;cursor:pointer;user-select:none;margin-top:6px;max-width:100%;left:6px;position:absolute;pointer-events:auto}.storyly__video-feed-modern-layout .storyly__story-header .s-wrapper .s-tag{font-size:12px;font-weight:500;color:#fff;display:block;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:pre;max-width:100%}.storyly__video-feed-modern-layout .storyly__story-header .s-wrapper .s-icon{display:flex}.storyly__video-feed-modern-layout .story-group-navigation-button{font-size:14px;line-height:24px;display:flex;flex-direction:column;position:absolute;bottom:3.7%;max-width:250px;color:#fff;font-weight:500;z-index:1000;user-select:none}.storyly__video-feed-modern-layout .story-group-navigation-button h6{font-weight:500;font-size:11px;line-height:14px;letter-spacing:.03em;color:#fff;margin-top:0;margin-bottom:8px}.storyly__video-feed-modern-layout .story-group-navigation-button-container{cursor:pointer;display:flex;align-items:center;justify-content:flex-start;background:hsla(0,0%,100%,.06);border-radius:9px;padding:12px}.storyly__video-feed-modern-layout .story-group-navigation-button-container-icon{margin-right:10px}.storyly__video-feed-modern-layout .story-group-navigation-button-container-icon svg{margin-top:6px}.storyly__video-feed-modern-layout .story-group-navigation-button-container-inner{display:flex;align-items:center;justify-content:center;min-width:0}.storyly__video-feed-modern-layout .story-group-navigation-button-container-inner .story-group-cover-image{width:38px;height:38px;flex:0 0 38px;border:2px solid #fff;border-radius:50%;margin-right:10px;margin-left:10px}.storyly__video-feed-modern-layout .story-group-navigation-button-container-inner .story-group-cover-image img{height:100%;width:100%;border-radius:50%}.storyly__video-feed-modern-layout .story-group-navigation-button-container-inner .story-group-title{font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.storyly__video-feed-modern-layout .story-group-navigation-button.next-story-group{right:2.1%}.storyly__video-feed-modern-layout .story-group-navigation-button.next-story-group .story-group-navigation-button-container{color:#fff;border:none;flex-direction:row-reverse}.storyly__video-feed-modern-layout .story-group-navigation-button.next-story-group .story-group-navigation-button-container-icon{margin-right:0;margin-left:10px}.storyly__video-feed-modern-layout .story-group-navigation-button.next-story-group .story-group-navigation-button-container-icon .prev-story-group-icon{display:none}.storyly__video-feed-modern-layout .story-group-navigation-button.prev-story-group{left:2.1%}.storyly__video-feed-modern-layout .story-group-navigation-button.prev-story-group .story-group-navigation-button-container{color:#fff;border:none;flex-direction:row}.storyly__video-feed-modern-layout .story-group-navigation-button.prev-story-group .next-story-group-icon{display:none}@media only screen and (max-height:600px){.storyly__video-feed-modern-layout .story-group-navigation-button h6{display:none}.storyly__video-feed-modern-layout .story-group-navigation-button .story-group-cover-image{width:24px;height:24px;flex:0 0 24px;margin-right:8px;margin-left:8px;box-sizing:border-box}.storyly__video-feed-modern-layout .story-group-navigation-button{bottom:1.5%}}.storyly__video-feed-modern-layout .storyly__action-container{position:absolute;top:20px;right:50px;z-index:1002;width:76px;display:flex;justify-content:space-between;align-items:center}.storyly__video-feed-modern-layout .storyly__action-container .storyly__keyboard-shortcuts{position:absolute;top:42px;right:44px;border-radius:12px;background:#242424;padding:16px;width:218px;opacity:0;visibility:hidden;transition:all .2s ease-in-out}.storyly__video-feed-modern-layout .storyly__action-container .storyly__keyboard-shortcuts h6{font-style:normal;font-weight:500;font-size:11px;line-height:14px;letter-spacing:.05em;text-transform:uppercase;color:#b3b3b3;padding-bottom:13px;margin:0;border-bottom:1px solid hsla(0,0%,100%,.03)}.storyly__video-feed-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu{margin:0;padding:0}.storyly__video-feed-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item{display:flex;color:#fff;font-size:13px;line-height:16px;font-weight:400;margin-bottom:12px}.storyly__video-feed-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item:last-child{margin-bottom:0}.storyly__video-feed-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item:first-child{margin-top:12px}.storyly__video-feed-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item-icon{background:hsla(0,0%,100%,.1);border-radius:4px;width:32px;height:20px;margin-right:10px;margin-left:10px;display:flex;align-items:center;justify-content:center}.storyly__video-feed-modern-layout .storyly__action-container.active .storyly__keyboard-shortcuts{opacity:1;visibility:visible}.storyly__video-feed-modern-layout .storyly__action-container.active .close-story{pointer-events:none!important;cursor:auto!important;opacity:.5}.storyly__video-feed-modern-layout .storyly__action-container .icon{margin-right:12px}.storyly__video-feed-modern-layout button.icon{cursor:pointer!important;background-repeat:no-repeat!important;background-position:50%!important;pointer-events:auto!important;width:48px;height:48px;flex:0 0 48px;border:none;background:hsla(0,0%,100%,.06);border-radius:12px}.storyly__video-feed-modern-layout button.icon.close{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC44ODQgNS4xMTZhMS4yNSAxLjI1IDAgMDEwIDEuNzY4bC0xMiAxMmExLjI1IDEuMjUgMCAwMS0xLjc2OC0xLjc2OGwxMi0xMmExLjI1IDEuMjUgMCAwMTEuNzY4IDB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjExNiA1LjExNmExLjI1IDEuMjUgMCAwMTEuNzY4IDBsMTIgMTJhMS4yNSAxLjI1IDAgMDEtMS43NjggMS43NjhsLTEyLTEyYTEuMjUgMS4yNSAwIDAxMC0xLjc2OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)!important}.storyly__video-feed-modern-layout button.icon.pause{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iLjQiIHdpZHRoPSI0LjIiIGhlaWdodD0iMTQiIHJ4PSIuNyIgZmlsbD0iI2ZmZiIvPjxyZWN0IHg9IjcuNCIgd2lkdGg9IjQuMiIgaGVpZ2h0PSIxNCIgcng9Ii43IiBmaWxsPSIjZmZmIi8+PC9zdmc+)!important}.storyly__video-feed-modern-layout button.icon.play{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.105 10.928L8.023 4.218C7.163 3.645 6 4.268 6 5.298V18.7c0 1.045 1.163 1.652 2.023 1.08l10.082-6.71c.758-.49.758-1.636 0-2.142z" fill="%23fff"/></svg>')!important}.storyly__video-feed-modern-layout button.icon.sound-off{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFF'%3E%3Cpath d='M5.2 4L4 5.2l4.467 4.467H4v5.666h3.778l4.722 4.723v-6.357l4.014 4.014a6.54 6.54 0 01-2.125 1.115v1.945a8.49 8.49 0 003.485-1.71L19.8 21l1.2-1.2-8.5-8.5L5.2 4zm13.4 10.993a6.46 6.46 0 00.51-2.493 6.616 6.616 0 00-4.722-6.337V4.217C18.176 5.077 21 8.457 21 12.5c0 1.417-.35 2.748-.973 3.92l-1.426-1.427zm-4.212-6.3A4.25 4.25 0 0116.75 12.5c0 .208-.019.406-.047.595l-2.314-2.314V8.694zm-3.863-1.775L12.5 4.944v3.948l-1.974-1.974z'/%3E%3C/svg%3E")!important}.storyly__video-feed-modern-layout button.icon.sound-on{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFF'%3E%3Cpath d='M4 9.592v5.816h3.778l4.722 4.846V4.746L7.778 9.592H4zM16.75 12.5a4.374 4.374 0 00-2.361-3.906v7.802a4.348 4.348 0 002.36-3.896z'/%3E%3Cpath d='M14.389 4v1.997c2.73.833 4.722 3.43 4.722 6.503 0 3.072-1.993 5.67-4.722 6.503V21c3.787-.882 6.61-4.352 6.61-8.5S18.177 4.882 14.39 4z'/%3E%3C/svg%3E")!important}.storyly__video-feed-modern-layout button.icon.check{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M18.666 7.833L9.5 17l-4.167-4.166"/></svg>')!important}.storyly__video-feed-modern-layout button.icon.share{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS4zNDYgNS4yMjNjLS4zODctLjEyOS0uMzktLjMzNy4wMDgtLjQ3TDE0LjUuMDM4Yy4zOTItLjEzLjYxNi4wODkuNTA3LjQ3M2wtNC4wNDMgMTQuMTQ2Yy0uMTExLjM5Mi0uMzM3LjQwNS0uNTAzLjAzM0w3Ljc5OCA4LjY5Nmw0LjQ0Ny01LjkzLTUuOTMgNC40NDctNS45NjktMS45OXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)!important}.storyly__video-feed-modern-layout button.icon.close-black{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 6L6 18M6 6l12 12"/></svg>')!important}.storyly__video-feed-modern-layout button.icon.keyboard-shortcut{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMmgxNGEuNzc4Ljc3OCAwIDAxLjc3OC43Nzh2MTIuNDQ0QS43NzguNzc4IDAgMDExNiAxNkgyYS43NzguNzc4IDAgMDEtLjc3OC0uNzc4VjIuNzc4QS43NzguNzc4IDAgMDEyIDJ6bTEuNTU2IDMuMTExdjEuNTU2SDUuMTFWNS4xMUgzLjU1NnptMCAzLjExMXYxLjU1Nkg1LjExVjguMjIySDMuNTU2em0wIDMuMTExdjEuNTU2aDEwLjg4OXYtMS41NTZIMy41NTR6bTMuMTEtMy4xMXYxLjU1NWgxLjU1NlY4LjIyMkg2LjY2N3ptMC0zLjExMnYxLjU1NmgxLjU1NlY1LjExSDYuNjY3em0zLjExMiAwdjEuNTU2aDEuNTU1VjUuMTFIOS43Nzh6bTMuMTEgMHYxLjU1NmgxLjU1NlY1LjExSDEyLjg5em0tMy4xMSAzLjExMXYxLjU1NmgxLjU1NVY4LjIyMkg5Ljc3OHptMy4xMSAwdjEuNTU2aDEuNTU2VjguMjIySDEyLjg5eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)!important}.storyly__video-feed-modern-layout button.icon.download{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="feather feather-download" viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4m4-5l5 5 5-5m-5 5V3" stroke="%23fff"/></svg>')!important}.storyly__video-feed-modern-layout button.icon.transcript{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5.749" y="3.939" width="20.352" height="22.161" rx="3.392" stroke="%23fff" stroke-width="2.261"/><rect x="8.141" y="16.741" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="12.663" y="16.741" width="9.045" height="1.809" rx=".905" fill="%23fff"/><rect x="18.995" y="20.359" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="8.141" y="20.359" width="9.045" height="1.809" rx=".905" fill="%23fff"/></svg>')!important}.storyly__video-feed-modern-layout[direction=rtl] .storyly__action-container{right:auto;left:30px}.storyly__video-feed-modern-layout[direction=rtl] .storyly__action-container .storyly__keyboard-shortcuts{right:auto;left:44px}.storyly__video-feed-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group{left:2.1%!important;right:auto!important}.storyly__video-feed-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group .next-story-group-icon{display:none}.storyly__video-feed-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group .prev-story-group-icon{display:block}.storyly__video-feed-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group .story-group-title{margin-left:10px}.storyly__video-feed-modern-layout[direction=rtl] .story-group-navigation-button.prev-story-group{right:2.1%!important;left:auto!important}.storyly__video-feed-modern-layout[direction=rtl] .story-group-navigation-button.prev-story-group .prev-story-group-icon{display:none}.storyly__video-feed-modern-layout[direction=rtl] .story-group-navigation-button.prev-story-group .next-story-group-icon{display:block}.storyly__video-feed-modern-layout[direction=rtl] .storyly__stories-container .storyly__story-next-story{transform-origin:right}.storyly__video-feed-modern-layout[direction=rtl] .storyly__stories-container .storyly__story-prev-story{transform-origin:left}.storyly__video-feed-modern-layout[direction=rtl] .storyly__story-group-progress-bar .progress-wrapper .progress:first-child{margin-right:0!important;margin-left:.2%}.storyly__video-feed-modern-layout[direction=rtl] .storyly__story-group-progress-bar .progress-wrapper .progress:last-child{margin-left:0!important;margin-right:.2%}.storyly__video-feed-modern-layout .storyly__story-group-navigation{position:absolute;top:50%;transform:translateY(-50%);right:16px;z-index:9}.storyly__video-feed-modern-layout .storyly__story-group-navigation .storyly__story-group-navigation-button-next,.storyly__video-feed-modern-layout .storyly__story-group-navigation .storyly__story-group-navigation-button-prev{pointer-events:all!important;cursor:pointer;background:hsla(0,0%,100%,.06);border-radius:50px;padding:12px;display:flex;margin-bottom:16px;user-select:none}.storyly__video-feed-modern-layout .storyly__story-group-navigation .storyly__story-group-navigation-button-next.disabled,.storyly__video-feed-modern-layout .storyly__story-group-navigation .storyly__story-group-navigation-button-prev.disabled{pointer-events:none!important;cursor:not-allowed;opacity:.3}.storyly__video-feed-modern-layout .storyly__animate-image-vertical{object-position:top;animation:move-vertical 3.8s ease-in-out infinite alternate;animation-delay:.6s}@keyframes move-vertical{0%{object-position:50% 0}15%{object-position:50% 0}85%{object-position:50% 100%}to{object-position:50% 100%}}.storyly__video-feed-modern-layout .storyly__animate-image-horizontal{object-position:left;animation:move-horizontal 3.8s ease-in-out infinite alternate;animation-delay:.6s}@keyframes move-horizontal{0%{object-position:0 50%}15%{object-position:0 50%}85%{object-position:100% 50%}to{object-position:100% 50%}}@keyframes timedAnimation{5%{display:block}to{visibility:visible;opacity:1}}.storyly__story-group-overlay{display:flex;justify-content:center;align-items:center;position:absolute;visibility:hidden;opacity:0;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#1d1a16,#2c2e31 52.08%,#171717);z-index:1001;transition:all .4s ease-in-out;cursor:pointer}.storyly__story-group-overlay.active{visibility:visible;opacity:.65}.storyly__video-feed-video-seekbar{position:absolute;bottom:1px;width:100%;padding:.7em .1875em 0;align-items:center;box-sizing:border-box;display:flex;background:linear-gradient(1turn,rgba(9,9,9,.5),rgba(9,9,9,0) 52.26%);opacity:1;transition:opacity .4s ease-in-out;touch-action:pan-x;cursor:pointer}.storyly__video-feed-video-seekbar .video-time{font-size:.203125em;font-family:Storyly-Inter;color:#fff;font-weight:400;flex:0 0 10%}.storyly__video-feed-video-seekbar .action-icon{flex:0 0 6%}.storyly__video-feed-video-seekbar .action-icon .pause-icon,.storyly__video-feed-video-seekbar .action-icon .play-icon{display:flex;cursor:pointer}.storyly__video-feed-video-seekbar .seekbar{height:.03125em;position:relative;flex:1}.storyly__video-feed-video-seekbar .seekbar.seeking{height:.09375em}.storyly__video-feed-video-seekbar .seekbar.seeking .progress-indicator{width:.1875em;height:.1875em}.storyly__video-feed-video-seekbar .seekbar .interactive-lines{display:flex;height:100%;width:100%;cursor:pointer}.storyly__video-feed-video-seekbar .seekbar .interactive-lines .interactive-line{width:100%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,.6) 0 100%);display:inline-block;border-radius:100px;margin:0 .02734375em}.storyly__video-feed-video-seekbar .seekbar .progress-indicator{background:#fff;border-radius:50%;width:.09375em;height:.09375em;display:inline-block;position:absolute;top:-.03em;cursor:pointer;transition:opacity .2s ease-in-out}.storyly__video-feed-video-seekbar .seekbar-time-wrapper{position:absolute;bottom:1.015625em;left:50%;transform:translateX(-50%);color:#fff;text-shadow:0 -1px 2px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.3);font-family:Storyly-Inter;font-size:36px;font-weight:600;display:none}.image-carousel-container{width:var(--i--storyly-story-layer-width)!important;height:var(--i--storyly-story-layer-height)!important;font-family:Storyly-Inter,sans-serif;position:relative}.image-carousel-container .swiper{border-radius:10px}.image-carousel-container .storyly__story{width:100%!important;height:100%!important;position:relative!important}.image-carousel-container.desktop-view .image-carousel-pagination{bottom:1px!important}.image-carousel-container .image-carousel-pagination{bottom:0!important;display:flex;background:linear-gradient(180deg,transparent,rgba(0,0,0,.5));padding-top:16px}.image-carousel-container .image-carousel-pagination .swiper-pagination-bullet{height:3px;width:100%;border-radius:8px;background:hsla(0,0%,100%,.4);opacity:1}.image-carousel-container .image-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff}.image-carousel-container .carousel-navigation-container{position:absolute;width:100%;height:100%;display:flex;align-items:center;pointer-events:none;top:0}.image-carousel-container .carousel-navigation-container .navigation-button{background:hsla(0,0%,100%,.06);border-radius:50px;padding:12px;color:#fff;width:24px;height:24px;user-select:none;position:absolute;display:flex;cursor:pointer;pointer-events:auto!important}.image-carousel-container .carousel-navigation-container .navigation-button.disabled{opacity:.3;background:hsla(0,0%,100%,.06);cursor:default}.image-carousel-container .carousel-navigation-container .image-carousel-prev-navigation{left:-60px!important}.image-carousel-container .carousel-navigation-container .image-carousel-next-navigation{right:-60px!important}.image-carousel-container .status-images-wrapper{position:absolute;z-index:9;display:flex;align-items:center;background:rgba(0,0,0,.3);border-radius:50px;padding:4px 8px;right:.1875em;top:16px}.image-carousel-container .status-images-wrapper svg{width:16px;height:16px}.image-carousel-container .status-images-wrapper .status{color:#fff;font-size:14px;font-weight:600;margin-left:4px;user-select:none}.image-carousel-container.classic-view{width:100%!important;height:100%!important}.image-carousel-container.classic-view .status-images-wrapper{top:.9375em}@charset "UTF-8";.storyly__story-bottom_sheet{--translateY:0px;font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10);pointer-events:none;visibility:hidden;overflow-x:hidden;position:absolute;top:0;height:100%;width:100%;z-index:2010;transition:opacity,visibility .25s;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center}.storyly__story-bottom_sheet.bottomSheetActive{visibility:visible;pointer-events:auto}.storyly__story-bottom_sheet.bottomSheetActive .storyly__story-bottom_sheet__overlay{opacity:1}.storyly__story-bottom_sheet__overlay{opacity:0;display:block;position:absolute;height:100%;width:100%;background-color:rgba(0,0,0,.5);transition:opacity .3s;top:0}.storyly__story-bottom_sheet__sheet{display:flex;flex-direction:column;position:absolute;left:0;bottom:0;width:100%;max-height:76%;overflow-y:hidden;background-color:#fff;border-radius:.25em .25em 0 0;transition:transform .25s cubic-bezier(.4,0,.2,1);transform:translateY(100%)}.bottomSheetActive .storyly__story-bottom_sheet__sheet{transform:translateY(0)}.storyly__story-bottom_sheet__sheet.active{transform:var(--translateY)}.storyly__story-bottom_sheet__sheet__inner-container{overflow-y:auto}.storyly__story-bottom_sheet__handle{position:sticky;top:0;background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding:.1875em}.storyly__story-bottom_sheet__handle.bordered{box-shadow:0 -4px 20px -4px rgba(0,0,0,.25)}.storyly__story-bottom_sheet__handle-title{font-size:15px;font-weight:600;color:#212121;font-family:Storyly-Inter;width:80%;padding:6px 0}.storyly__story-bottom_sheet__handle-title span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:pre}.storyly__story-bottom_sheet__footer{padding:.1875em;box-shadow:0 4px 20px -4px rgba(0,0,0,.25);border-top:1px solid #eee}.storyly__story-modal{width:62.5vw;max-height:65vh;position:relative;border-radius:8px;box-shadow:0 -1px 8px rgba(0,0,0,.25);position:absolute;top:50%;left:50%;transform:translate(-50%);z-index:1002;overflow:hidden;opacity:0;visibility:hidden;transition:transform .25s ease,opacity .25s ease-in,max-height .3s;display:flex;flex-direction:column}.storyly__story-modal *{box-sizing:border-box}.storyly__story-modal.active{opacity:1;visibility:visible;transform:translate(-50%,-50%)}.storyly__story-modal.active~.storyly__action-container{z-index:1000}.storyly__story-modal-header{flex:0 0 56px;border-bottom:1px solid #eee;background-color:#fff;display:flex;align-items:center;padding:16px}.storyly__story-modal-header-title{font-size:15px;font-weight:600;color:#212121}.storyly__story-modal-header-title span{white-space:pre}.storyly__story-modal-header-close-icon{cursor:pointer;margin-left:auto;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f5f5f5}.storyly__story-modal-body{z-index:2;background-color:#fff;flex:0 0 48vh;overflow:hidden}.storyly__story-modal-footer{background-color:#fff;position:sticky;z-index:2;bottom:0;padding:16px;flex:0 0 72px;border-top:1px solid #eee;box-shadow:0 4px 20px -4px rgba(0,0,0,.25)}@media (max-width:767px){.storyly__story-modal{width:calc(100vw - 16px)}}.storyly__story-product-cart-container:not(.modern-layout-product-cart){z-index:2;font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10);position:absolute;top:12%;left:1px;width:1.5em;height:1em;display:flex;align-items:center;justify-content:flex-start}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart{cursor:pointer;display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #eee;border-radius:0 .78125em .78125em 0}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart .storyly__story-product-cart-icon{padding:.125em}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart .storyly__story-product-cart-icon svg{display:block}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart .storyly__story-product-cart-count{color:#fff;background-color:#000;font-size:.203125em;height:1.8461538462em;width:2.1538461538em;margin-right:.6153846154em;border-radius:1em;line-height:1.23}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart .storyly__story-product-cart-count .count-number{position:relative;display:flex;justify-content:center;overflow:hidden;height:100%}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart .storyly__story-product-cart-count .count-number>span{display:flex;text-align:center;align-items:center;flex-direction:column;opacity:0;flex-shrink:2;flex-basis:min-content;position:absolute;right:0;transition:all .2s ease}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart .storyly__story-product-cart-count .count-number>span span{flex:0 0 1.8461538462em;width:min-content;line-height:1.8}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart .storyly__story-product-cart-count .count-number>span.visible{position:static;width:100%;opacity:1}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart[nocount=true] .storyly__story-product-cart-icon{padding-left:.1em;padding-right:0}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart[nocount=true] .storyly__story-product-cart-count{width:0;min-width:0}.storyly__story-product-cart-container.modern-layout-product-cart{z-index:2;position:absolute;font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10);top:42px;width:62px;height:32px;right:118px;display:flex;align-items:center;justify-content:flex-start}.storyly__story-product-cart-container.modern-layout-product-cart.video-feed{top:-3.8%;right:12%}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart{padding:3px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart .storyly__story-product-cart-icon{margin-right:6px;margin-left:4px}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart .storyly__story-product-cart-icon svg{display:block}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart .storyly__story-product-cart-count{color:#fff;height:26px;width:26px;background:#212121;border-radius:10px}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart .storyly__story-product-cart-count .count-number{position:relative;display:flex;justify-content:center;overflow:hidden;height:100%}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart .storyly__story-product-cart-count .count-number>span{display:flex;text-align:center;align-items:center;flex-direction:column;opacity:0;flex-shrink:2;flex-basis:min-content;position:absolute;right:0;transition:all .2s ease}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart .storyly__story-product-cart-count .count-number>span span{flex:0 0 26px;line-height:26px;width:min-content;font-size:15px}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart .storyly__story-product-cart-count .count-number>span.visible{position:static;width:100%;opacity:1}.storyly__story-product-cart-items-container{padding:.25em}.storyly__story-product-cart-items-container ul{margin:0;padding:0;list-style:none}.storyly__story-product-cart-items-container .storyly__story-product-cart-item{position:relative;background-color:#f5f5f5;border-radius:.25em;box-shadow:0 0 9.57143px hsla(0,0%,52.5%,.1);border:1px solid #eee;margin-bottom:.1875em;overflow:hidden;transition:transform .3s cubic-bezier(.6,.04,.98,.335)}.storyly__story-product-cart-items-container .storyly__story-product-cart-item:last-child{margin-bottom:0}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container{z-index:2;position:relative;border-radius:inherit;background:#fff;padding:.1875em;display:flex;align-items:center}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:1.515625em}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info h3,.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info p,.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info span{margin:0;padding:0}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants-container{display:grid;justify-items:start;overflow:hidden}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants-container .storyly__story-product-cart-product-title{min-width:0;white-space:nowrap;display:flex;width:100%}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants-container .storyly__story-product-cart-product-title h3{font-size:.21875em;line-height:1.21;color:#212121;font-weight:400;overflow:hidden;text-overflow:ellipsis}@keyframes leftright{0%,20%{transform:translateX(0);left:0}80%,to{transform:translateX(-100%);left:100%}}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants-container .storyly__story-product-cart-product-variants{font-size:.203125em;margin-top:.3076923077em;line-height:1.23;width:100%;color:#616161;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;display:inline-block;white-space:nowrap;text-overflow:ellipsis}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants-container .storyly__story-product-cart-product-variants span{vertical-align:top;max-width:33%;overflow:hidden;display:inline-block;white-space:nowrap;text-overflow:ellipsis}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants-container .storyly__story-product-cart-product-variants span[data-type=bg]{display:inline-flex;height:1.0769230769em;width:1.0769230769em;border-radius:50%;border:1px solid #eee}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-counter{display:grid;grid-auto-flow:column;gap:.25em;align-items:center}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-price{display:flex;flex-direction:column;width:100%;overflow:hidden}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-price span{display:inline-block;width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-price span:first-child{color:#757575;text-decoration-line:line-through;font-size:.1875em;line-height:1.16}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-price span:last-child{color:#212121;font-size:.21875em;line-height:1.21;text-decoration-line:none;font-weight:700;margin-top:4px}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter{display:flex;justify-content:space-between;align-items:center;margin-inline-start:auto;border:1px solid #e0e0e0;border-radius:.3125em;padding:.125em}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter-count{font-size:.21875em;line-height:1.285;font-weight:600;color:#000;margin:0 .7142em}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter-button{cursor:pointer;font-size:inherit;border:none;background:#f5f5f5;border-radius:50%;padding:.0625em;display:flex;align-items:center;justify-content:center}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter-button svg{display:block;pointer-events:none}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-image{flex:0 0 1.515625em;height:1.515625em;margin-inline-end:.1875em}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-image img{width:100%;height:100%;border:1px solid #eee;border-radius:.15625em;object-fit:cover}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-delete{position:absolute;top:50%;right:.25em;transform:translateY(-50%)}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-delete svg{display:block;color:#ff4d50}.storyly__story-product-cart-items-container.modern-layout-product-cart-container{padding:12px 24px 24px;height:100%}.storyly__story-product-cart-items-container.modern-layout-product-cart-container ul{padding:1px;overflow:auto;height:100%}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item{border-radius:16px}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item:first-of-type{margin-top:12px}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container{padding:12px}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-title{width:100%}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info{height:97px}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info h3{font-size:16px!important;line-height:24px!important;width:100%;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;white-space:normal;-webkit-box-orient:vertical}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants-container{display:flex;align-items:center;justify-content:space-between}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants{font-size:14px;margin-top:0;text-align:right;line-height:1.5;max-width:50%;color:#484848}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants span{vertical-align:bottom}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants span[data-type=bg]{height:24px;width:24px;border:1px solid #f5f5f5}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-counter{display:grid;grid-auto-flow:column;gap:.25em;align-items:center}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-price{width:100%;flex-direction:row;align-items:center}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-price span:first-child{width:unset;font-size:12px;line-height:1.16}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-price span:last-child{width:unset;color:#212121;font-size:14px;line-height:1.21;margin-left:4px;margin-top:0}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter{border-radius:20px;padding:8px}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter-count{font-size:15px;line-height:1.2;margin:0 14px}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter-button{cursor:pointer;border-radius:50%;padding:4px;width:24px!important;height:24px!important}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter-button svg{display:block;pointer-events:none}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter .storyly-spinner-container{width:24px!important;height:24px!important}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter .storyly-spinner-container div{border-width:2px}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-image{flex:0 0 97px;height:97px;margin-inline-end:12px;display:flex}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-image img{border:1px solid #eee;border-radius:10px}.storyly__story-product-cart-items-footer{display:flex;align-items:center}.storyly__story-product-cart-items-footer p{margin:0;padding:0}.storyly__story-product-cart-items-footer p:first-child{font-size:.1875em;line-height:1.16;color:#757575}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-price{max-width:2.53125em}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-price .total-price-container{display:grid;grid-auto-flow:column;align-items:center;margin-top:4px}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-price .total-price-container span{width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-price .total-price-container span:last-child{color:#757575;font-size:.1875em;line-height:1.16;text-decoration-line:line-through;overflow:hidden}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-price .total-price-container span:first-child{color:#000;font-size:.25em;line-height:1.1875;font-weight:500;margin-inline-end:8px;text-decoration:none}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-button{cursor:pointer;margin:.1875em 0;font-size:inherit;margin-inline-start:auto;background:#000;border-radius:1.5625em;padding:.1875em .25em;display:flex;align-items:center;border:none;outline:none}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-button span{color:#fff;font-size:.21875em;font-weight:600}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-button svg{margin-inline-start:.09375em}.storyly__story-product-cart-items-footer.modern-layout-product-cart p:first-child{font-size:14px;line-height:1.5;color:#9e9e9e}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-price{max-width:100%;width:100%;display:flex;align-items:center}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-price .total-price-container{display:flex;align-items:center;margin-top:0;width:100%}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-price .total-price-container span{width:100%}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-price .total-price-container span:last-child{width:unset;max-width:25%;color:#757575;font-size:16px}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-price .total-price-container span:first-child{width:unset;color:#000;font-size:18px;max-width:25%;margin-inline-start:8px}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-button{margin:0;margin-inline-start:auto;border-radius:100px;padding:10px 16px;height:40px}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-button span{font-size:14px;white-space:pre;margin-right:6px}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-button svg{margin-inline-start:0;width:16px;height:16px}.storyly__default-classic-layout .storyly__story-product-cart-modal,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10);animation:modal-animation .2s;animation-timing-function:linear}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-overlay,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:99}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content{z-index:100;position:absolute;background:#f2f2f7;backdrop-filter:blur(27.1828px);border-radius:.21875em;top:50%;left:50%;transform:translate(-50%,-50%);width:75%;overflow:hidden}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-message,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-message{color:#000;font-size:.265625em;line-height:1.29;font-weight:700;text-align:center;margin:1.1176470588em .9411764706em}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-actions,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-actions{display:flex;justify-content:center;padding:0 .125em;border-top:1px solid rgba(60,60,67,.36)}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-actions button,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-actions button{background:#f2f2f7;font-size:.265625em;padding:.6470588235em 0;line-height:1.29;font-weight:400;width:100%;color:#0a7aff;border:none;outline:none}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-cancel,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-cancel{cursor:pointer;border-right:1px solid rgba(60,60,67,.36)!important}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-remove,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-remove{cursor:pointer;border-left:1px solid rgba(60,60,67,.36)!important}.storyly__modern-layout .storyly__story-product-cart-modal{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;animation:modal-animation .2s;animation-timing-function:linear}@keyframes modal-animation{0%{opacity:0}to{opacity:1}}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:99}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content{z-index:100;padding:24px 16px;position:absolute;background:#fff;box-shadow:0 -1px 7px rgba(0,0,0,.25);border-radius:16px;top:50%;left:50%;transform:translate(-50%,-50%);width:360px;overflow:hidden}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-message{background:#f5f5f5;font-weight:500;border-radius:16px;font-size:20px;line-height:24px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#212121;padding:24px 20px;margin-bottom:24px}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-message .storyly__story-product-cart-modal-delete-icon{text-align:center;margin-bottom:12px}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-message .storyly__story-product-cart-modal-delete-icon  svg{width:40px;height:40px;color:#212121}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-actions{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-actions button{background:#fff;border:1px solid #e0e0e0;color:#000;font-size:17px;padding:12px 0;line-height:17px;font-weight:600;width:100%;outline:none;border-radius:100px}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-actions button:last-child{color:#fff;outline:none;background-color:#000;margin-bottom:12px}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-cancel,.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-remove{cursor:pointer}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-delete-icon,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-delete-icon{display:none}.storyly__story-product-cart-empty-state{padding:0 .375em .25em;text-align:center}.storyly__story-product-cart-empty-state .storyly__story-product-cart-empty-state-body{background:#f5f5f5;border-radius:.25em;margin-bottom:.375em;padding:.25em .3125em .375em;display:flex;align-items:center;justify-content:center;flex-direction:column}.storyly__story-product-cart-empty-state .storyly__story-product-cart-empty-state-body .storyly__story-product-cart-empty-state-body-text p{font-size:.3125em;line-height:1.2;color:#212121;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.storyly__story-product-cart-empty-state .storyly__story-product-cart-empty-state-body .storyly__story-product-cart-empty-state-body-icon svg{display:block;height:.75em;width:.75em}.storyly__story-product-cart-empty-state.modern-layout-empty-state{padding:0;height:100%}.storyly__story-product-cart-empty-state.modern-layout-empty-state .storyly__story-product-cart-empty-state-body{width:327px;background:#f5f5f5;border-radius:16px;margin-bottom:0;padding:24px 20px;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.storyly__story-product-cart-empty-state.modern-layout-empty-state .storyly__story-product-cart-empty-state-body .storyly__story-product-cart-empty-state-body-text p{font-size:20px}.storyly__story-product-cart-empty-state.modern-layout-empty-state .storyly__story-product-cart-empty-state-body .storyly__story-product-cart-empty-state-body-icon svg{height:48px;width:48px}.storyly__story-product-cart-empty-state-button button{display:block;border:none;outline:none;font-size:.21875em;line-height:1.21;color:#fff;font-weight:600;width:100%;padding:.8571428571em 0;background:#000;border-radius:100px}.storyly__story-product-cart-empty-state-button.modern-layout-footer-button button{cursor:pointer;font-size:14px;width:unset;padding:12px 16px;border-radius:100px;margin-left:auto}.product-detail.bottom-sheet,.product-detail.modal{display:flex;align-items:flex-start;padding:.375em .25em 0;height:100%;transition:opacity .3s ease-in-out}.product-detail.bottom-sheet .product-detail-media,.product-detail.modal .product-detail-media{flex:0 0 50%;padding-inline-end:.25em;display:flex;justify-content:flex-start;height:100%;overflow:hidden}.product-detail.bottom-sheet .product-detail-media-small,.product-detail.modal .product-detail-media-small{display:flex;flex-direction:column;align-items:center;overflow-y:auto;margin-inline-end:.25em;flex-shrink:0}.product-detail.bottom-sheet .product-detail-media-small-container,.product-detail.modal .product-detail-media-small-container{cursor:pointer;margin-bottom:.25em;border:2px solid transparent;pointer-events:none}.product-detail.bottom-sheet .product-detail-media-small-container img,.product-detail.modal .product-detail-media-small-container img{pointer-events:all;width:56px;height:56px;border:1px solid rgba(124,124,150,.2);border-radius:4px;object-fit:contain;box-sizing:content-box;display:block;opacity:0;transition:opacity .5s ease-in-out}.product-detail.bottom-sheet .product-detail-media-small-container.selected,.product-detail.modal .product-detail-media-small-container.selected{border-color:#212121;border-radius:7px;box-sizing:content-box}.product-detail.bottom-sheet .product-detail-media-small-container.selected img,.product-detail.modal .product-detail-media-small-container.selected img{border-color:transparent}.product-detail.bottom-sheet .product-detail-media-large,.product-detail.modal .product-detail-media-large{height:100%;padding-bottom:.375em;flex-grow:1}.product-detail.bottom-sheet .product-detail-media-large img,.product-detail.modal .product-detail-media-large img{cursor:zoom-in;height:100%;border:1px solid rgba(124,124,150,.2);border-radius:.125em;object-fit:cover;max-width:100%}.product-detail.bottom-sheet .product-detail-variants,.product-detail.modal .product-detail-variants{flex:0 0 50%;overflow-y:auto;padding-inline-start:.25em;height:100%}.product-detail.bottom-sheet .product-detail-variants h4,.product-detail.modal .product-detail-variants h4{font-weight:600;font-size:.25em;line-height:1.5;color:#070710;margin:0;padding-bottom:1em}.product-detail.bottom-sheet .product-detail-variants .product-detail-price,.product-detail.modal .product-detail-variants .product-detail-price{display:flex;align-items:center;margin-bottom:.5em}.product-detail.bottom-sheet .product-detail-variants .product-detail-price:empty,.product-detail.modal .product-detail-variants .product-detail-price:empty{margin-bottom:0}.product-detail.bottom-sheet .product-detail-variants .product-detail-price .product-card-current-price,.product-detail.modal .product-detail-variants .product-detail-price .product-card-current-price{font-weight:500;font-size:.28125em;line-height:1.5;color:#212121;margin-inline-end:.45em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.product-detail.bottom-sheet .product-detail-variants .product-detail-price .product-card-old-price,.product-detail.modal .product-detail-variants .product-detail-price .product-card-old-price{font-weight:400;font-size:.25em;line-height:1.5;text-decoration-line:line-through;color:#757575;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant,.product-detail.modal .product-detail-variants .product-detail-variant{margin-bottom:.125em}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row,.product-detail.modal .product-detail-variants .product-detail-variant-row{display:flex;justify-content:flex-start;flex-shrink:0;align-items:center;flex-wrap:wrap}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div,.product-detail.modal .product-detail-variants .product-detail-variant-row div{cursor:pointer;position:relative;font-size:.203125em;line-height:1.54;margin-inline-end:1.23em;margin-bottom:1.23em;height:2.46em;min-width:2.46em;border-radius:1.23em}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div span,.product-detail.modal .product-detail-variants .product-detail-variant-row div span{pointer-events:none;font-weight:500;height:inherit;min-width:inherit;padding:0 .61538em;border-radius:inherit;color:#484848;display:flex;align-items:center;justify-content:center;border:1.5px solid #f5f5f5;background-color:#eee}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.selected,.product-detail.modal .product-detail-variants .product-detail-variant-row div.selected{outline:2px solid #000}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.selected span,.product-detail.modal .product-detail-variants .product-detail-variant-row div.selected span{border-color:#fff}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.disabled,.product-detail.modal .product-detail-variants .product-detail-variant-row div.disabled{opacity:.5;pointer-events:none;cursor:default}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.unavailable,.product-detail.modal .product-detail-variants .product-detail-variant-row div.unavailable{opacity:.7;pointer-events:none;cursor:not-allowed}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.unavailable span,.product-detail.modal .product-detail-variants .product-detail-variant-row div.unavailable span{color:#b2b2b2;position:relative;border:2px solid #b2b2b2;overflow:hidden}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.unavailable span:before,.product-detail.modal .product-detail-variants .product-detail-variant-row div.unavailable span:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:2px;background-color:#484848;transform:translate(-50%,-50%) rotate(-45deg);transform-origin:center}.product-detail.bottom-sheet .product-detail-variants .product-detail-title-small,.product-detail.modal .product-detail-variants .product-detail-title-small{font-weight:500!important;font-size:.21875em!important;text-transform:uppercase;line-height:1.2142;color:#9e9e9e!important;margin:0;padding-bottom:.5714em;letter-spacing:.1em}.product-detail.bottom-sheet .product-detail-variants .product-detail-title-small div,.product-detail.modal .product-detail-variants .product-detail-title-small div{display:flex;justify-content:flex-start}.product-detail.bottom-sheet .product-detail-variants .product-detail-description,.product-detail.modal .product-detail-variants .product-detail-description{padding-top:.125em;padding-bottom:.3125em}.product-detail.bottom-sheet .product-detail-variants .product-detail-description *,.product-detail.modal .product-detail-variants .product-detail-description *{margin:0;font-weight:revert;font-size:13px;line-height:1.2142;color:#212121}.product-detail.bottom-sheet .product-detail-variants .product-detail-description h1,.product-detail.modal .product-detail-variants .product-detail-description h1{font-size:36px}.product-detail.bottom-sheet .product-detail-variants .product-detail-description h2,.product-detail.modal .product-detail-variants .product-detail-description h2{font-size:30px}.product-detail.bottom-sheet .product-detail-variants .product-detail-description h3,.product-detail.modal .product-detail-variants .product-detail-description h3{font-size:24px}.product-detail.bottom-sheet .product-detail-variants .product-detail-description h4,.product-detail.modal .product-detail-variants .product-detail-description h4{font-size:20px}.product-detail.bottom-sheet .product-detail-variants .product-detail-description h5,.product-detail.modal .product-detail-variants .product-detail-description h5{font-size:14px}.product-detail.bottom-sheet .product-detail-variants .product-detail-description h6,.product-detail.modal .product-detail-variants .product-detail-description h6{font-size:13px}.product-detail.bottom-sheet .product-detail-variants .product-detail-description blockquote,.product-detail.modal .product-detail-variants .product-detail-description blockquote{font-size:12px}.product-detail.bottom-sheet{flex-direction:column;padding:0;overflow:hidden}.product-detail.bottom-sheet .product-detail-media{display:block;padding:0;overflow:initial;width:100%}.product-detail.bottom-sheet .product-detail-media-small{flex-direction:row;overflow-x:auto;overflow-y:hidden;width:100%}.product-detail.bottom-sheet .product-detail-media-small:after{content:"";min-width:.25em;height:100%}.product-detail.bottom-sheet .product-detail-media-small-container{height:2.4375em;margin-inline-end:.125em}.product-detail.bottom-sheet .product-detail-media-small-container:first-child{margin-inline-start:.25em}.product-detail.bottom-sheet .product-detail-media-small-container:last-child{margin-inline-end:0}.product-detail.bottom-sheet .product-detail-media-small-container img{height:100%;width:auto;object-fit:cover;border:1.5px solid #eee;border-radius:.15625em}.product-detail.bottom-sheet .product-detail-media-small-container.selected{border-color:transparent;border-radius:.0625em}.product-detail.bottom-sheet .product-detail-media-small-container.selected img{border-color:#eee}.product-detail.bottom-sheet .product-detail-media-large{display:none}.product-detail.bottom-sheet .product-detail-variants{width:100%;padding:0;overflow:hidden}.product-detail.bottom-sheet .product-detail-variants .product-detail-price,.product-detail.bottom-sheet .product-detail-variants .product-detail-title-md{display:none}.product-detail.bottom-sheet .product-detail-variants .product-detail-title-small{margin-inline-end:1.142em;margin-top:1.7142em;padding-bottom:0;color:#616161}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant{display:flex;align-items:flex-start;overflow:hidden;width:100%;border-top:1px solid #eee;padding:0;padding-inline-start:.25em;margin:0;height:1.15625em}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant:after{content:"";min-width:.25em;height:100%}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant:last-child{margin-bottom:0}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row{flex-wrap:nowrap;overflow-y:hidden;overflow-x:auto;align-items:flex-start;height:100%;margin-top:.1875em;flex-shrink:unset;padding-inline-end:.25em;padding-top:2px;padding-left:2px}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div{min-width:3.077em;height:3.077em;margin-bottom:0;flex-shrink:0}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div span{box-sizing:border-box;padding:0 .615em;height:100%;min-width:3.077em;flex:0 0 3.077em;border-radius:1.5384em}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.selected{border-radius:3.077em}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.selected span{height:100%;min-width:2.77em;flex:0 0 2.77em;border:2px solid #fff;border-radius:inherit}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.selected span:after{content:"";position:absolute;left:0;right:0;bottom:-1em;width:.384em;height:.384em;border-radius:50%;background-color:#000;margin-right:auto;margin-left:auto}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div:last-child{margin-inline-end:0}.product-detail.bottom-sheet .product-detail-variants .product-detail-description{border-top:1px solid #eee;padding:0 .25em .25em}.product-detail.bottom-sheet .product-detail-variants .product-detail-description .product-detail-title-small{margin-bottom:.8571em}.product-detail.bottom-sheet .storyly__alert-box{width:calc(100% - 24px - .5em);margin-top:.1875em}.product-detail.modal{flex-wrap:wrap;font-size:64px}.product-detail-footer{display:flex;align-items:center;justify-content:space-between;background:#fff}.product-detail-footer.modal{font-size:64px}.product-detail-footer.modal .product-detail-footer-price{display:none}.product-detail-footer.bottom-sheet{flex-direction:column;justify-content:flex-start;align-items:flex-start}.product-detail-footer.bottom-sheet .product-detail-footer-price{display:flex;align-items:center;margin-bottom:.1875em}.product-detail-footer.bottom-sheet .product-detail-footer-price .product-card-current-price{font-size:.25em;line-height:1.1875;font-weight:500;color:#000;margin-inline-end:.25em}.product-detail-footer.bottom-sheet .product-detail-footer-price .product-card-old-price{font-size:.1875em;line-height:1.16;font-weight:400;color:#757575;text-decoration-line:line-through}.product-detail-footer.bottom-sheet .product-detail-footer-action{width:100%}.product-detail-footer.bottom-sheet .product-detail-footer-action-button{flex-grow:1;display:flex}.product-detail-footer-action{display:flex;align-items:center;margin-left:auto}.product-detail-footer-action-button{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;color:#fff;border-radius:100px;font-size:.21875em;font-weight:600;padding:.8571em 1.5em;background-color:#000;border:none}.product-detail-footer-action-button.disabled{pointer-events:none;background:rgba(0,0,0,.3);cursor:not-allowed;user-select:none}.product-detail-footer-action-button-icon svg{vertical-align:text-bottom;pointer-events:none}.product-detail-footer-action-button .storyly-spinner-container{font-size:64px}.product-detail-footer-action-button .storyly-spinner-container div{border-color:#fff transparent transparent!important}.product-detail-footer-action .counter{display:flex;justify-content:space-between;align-items:center;border:.03125em solid #e0e0e0;border-radius:.3125em;padding:.125em;margin-inline-end:.156225em}.product-detail-footer-action .counter-count{font-size:.21875em;line-height:1.285;font-weight:600;color:#000;margin:0 .7142em}.product-detail-footer-action .counter-button{cursor:pointer;font-size:inherit;border:none;background:#f5f5f5;border-radius:50%;padding:.0625em;display:flex;align-items:center;justify-content:center}.product-detail-footer-action .counter-button svg{display:block;pointer-events:none}.product-checkout-footer{padding:.375em;text-align:center;background:#f5f5f5;transform:translateY(-80%);border-bottom-left-radius:8px;border-bottom-right-radius:8px;z-index:1;animation:product-footer-checkout-animation .3s cubic-bezier(.39,.58,.57,1);animation-fill-mode:both}.product-checkout-footer p{margin:0;font-size:.21875em;line-height:1.2142;font-weight:400;color:#212121}.product-checkout-footer p svg{vertical-align:text-bottom}.product-checkout-footer-buttons{margin-top:.21875em;display:flex;align-items:center;justify-content:center;gap:.1875em}.product-checkout-footer-buttons button{cursor:pointer;border:none;font-size:inherit;width:2.96875em;padding:.15625em 0;border-radius:100px;display:flex;align-items:center;justify-content:center}.product-checkout-footer-buttons button span{font-size:.21875em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-word}.product-checkout-footer-buttons button svg{margin-inline-end:.125em}.product-checkout-footer-buttons .continue-button{color:#424242;background:#fff;border:1px solid #e0e0e0}.product-checkout-footer-buttons .checkout-button{color:#fff;background:#000}.product-checkout-footer.modal{font-size:64px}.product-checkout-footer.modal p svg{width:24px;height:24px}.product-checkout-footer.bottom-sheet{background:unset;padding:.25em}.product-checkout-footer.bottom-sheet p{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:.8em;background-color:#f5f5f5;padding-top:1em;padding-bottom:0;font-size:.3125em}.product-checkout-footer.bottom-sheet p span{line-height:1.2;margin:.4em 1em 1.2em}.product-checkout-footer.bottom-sheet .product-checkout-footer-buttons{flex-direction:column-reverse;margin-top:.375em}.product-checkout-footer.bottom-sheet .product-checkout-footer-buttons button{width:100%}@keyframes product-footer-checkout-animation{0%{transform:translateY(-80%)}to{transform:translateY(-5%)}}.storyly-spinner-container.storyly-android-spinner{display:inline-block;position:relative;display:flex;align-items:center;justify-content:center}.storyly-spinner-container.storyly-android-spinner div{box-sizing:border-box;display:block;position:absolute;width:66%;height:66%;border-radius:50%;animation:android-spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border:.03125em solid transparent;border-top-color:#000}.storyly-spinner-container.storyly-android-spinner div:first-child{animation-delay:-.45s}.storyly-spinner-container.storyly-android-spinner div:nth-child(2){animation-delay:-.3s}.storyly-spinner-container.storyly-android-spinner div:nth-child(3){animation-delay:-.15s}@keyframes android-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.storyly-spinner-container.storyly-ios-spinner{display:inline-block;position:relative}.storyly-spinner-container.storyly-ios-spinner div{transform-origin:40px 40px;animation:ios-spinner 1.2s linear infinite}.storyly-spinner-container.storyly-ios-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:6px;height:18px;border-radius:20%;background:#fff}.storyly-spinner-container.storyly-ios-spinner div:first-child{transform:rotate(0deg);animation-delay:-1.1s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes ios-spinner{0%{opacity:1}to{opacity:0}}.storyly__alert-box{position:relative;border:1px solid #e0e0e0;background:#f5f5f5;border-radius:16px;width:calc(100% - 24px);max-height:0;height:100%;display:flex;align-items:center;padding-inline:12px;opacity:0;margin-left:auto;margin-right:auto;visibility:hidden;transition:all .3s ease}.storyly__alert-box-close{cursor:pointer;position:absolute;right:12px;top:12px}.storyly__alert-box-close svg{display:block}.storyly__alert-box-message{width:100%}.storyly__alert-box-message p{font-weight:400;font-size:14px;line-height:17px;color:#212121;margin:0;margin-inline-start:8px;max-width:90%}.storyly__alert-box-icon{display:flex;align-items:center;justify-content:center}.storyly__alert-box.active{padding-block:20px;max-height:75px;visibility:visible;opacity:1;margin-bottom:12px}.storyly__story-modal .storyly__alert-box{width:100%!important}.storyly__share-popup{display:inline-flex;flex-direction:column;align-items:flex-start;gap:16px;z-index:2002;padding:24px 16px;overflow:hidden;box-shadow:0 -.96px 6.71px 0 rgba(0,0,0,.25);background:#242424;border:1px solid hsla(0,0%,100%,.06);border-radius:16px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;transition:all .4s ease-in-out}.storyly__share-popup.active{visibility:visible}.storyly__share-popup:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:block;background-color:rgba(0,0,0,.55)}.storyly__share-popup .header{display:flex;align-items:center;justify-content:space-between;width:100%}.storyly__share-popup .header .text-wrapper{position:relative;align-self:stretch;color:#fff;font-family:Storyly-Inter;font-size:15px;font-style:normal;font-weight:700;line-height:22px}.storyly__share-popup .header .close-icon-wrapper{cursor:pointer;display:inline-flex;gap:6.4px;padding:4px;flex:0 0 auto;background-color:hsla(0,0%,100%,.1019607843);border-radius:80px;align-items:flex-start;position:relative}.storyly__share-popup .divider{position:relative;align-self:stretch;width:100%;height:1px;background-color:hsla(0,0%,100%,.0588235294)}.storyly__share-popup .share-social-media{display:inline-flex;align-items:flex-start;gap:16px;position:relative;flex:0 0 auto}.storyly__share-popup .share-social-media .social-media{cursor:pointer;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;position:relative;flex:0 0 auto;text-decoration:none;color:#fff}.storyly__share-popup .share-social-media .social-media:hover{transform:scale(1.03);transition:all .3s ease-in-out}.storyly__share-popup .share-social-media .social-media div{position:relative;width:64px;font-family:Storyly-Inter;font-weight:400;color:#fff;font-size:13px;text-align:center;letter-spacing:0;line-height:normal}.storyly__share-popup .share-other-media{flex-direction:column;align-items:flex-start;gap:12px;display:flex;position:relative;align-self:stretch;width:100%;flex:0 0 auto}.storyly__share-popup .share-other-media .share-icon-wrapper{align-self:stretch;width:100%;flex:0 0 auto;display:flex;align-items:center;gap:12px;position:relative;cursor:pointer}.storyly__share-popup .share-other-media .share-icon-wrapper:hover{transform:scale(1.03);transition:all .3s ease}.storyly__share-popup .share-other-media .share-icon-wrapper .share-icon{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:12px;position:relative;flex:1;flex-grow:1;background-color:hsla(0,0%,100%,.1019607843);border-radius:4px;overflow:hidden;border:1px solid hsla(0,0%,100%,.0588235294)}.storyly__share-popup .share-other-media .share-icon-wrapper .share-icon .icon{position:relative;width:24px;height:24px}.storyly__share-popup .share-other-media .share-icon-wrapper .share-icon .icon svg{display:block}.storyly__share-popup .share-other-media .share-icon-wrapper .share-icon .text{position:relative;flex:1;font-family:Storyly-Inter;font-weight:400;color:#fff;font-size:13px;letter-spacing:0;line-height:normal}.storyly__share-popup-overlay{cursor:pointer;position:absolute;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:2001}.storyly__audio-notification{display:flex;align-items:center;justify-content:center;border-radius:16px;box-shadow:0 -.96px 6.71px 0 rgba(0,0,0,.25);background:#242424;z-index:2001;border:1px solid hsla(0,0%,100%,.06);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff}.storyly__audio-notification p{margin:0;padding:12px;font-size:13px}.storyly__groups-overlay{z-index:2147483647!important;position:fixed;visibility:hidden;width:100vw!important;height:100vh!important;height:calc(var(--vh, 1vh)*100)!important;left:0;transition-property:top;transition-duration:.3s;transition-timing-function:ease-in;text-align:left!important;--i--storyly-story-layer-width:min(85vw,47.8125vh);--i--storyly-story-layer-height:min(85vh,151.11111vw);background-color:#000;top:200vh}@media only screen and (max-width:648px){.storyly__groups-overlay{transition-duration:.4s!important;position:fixed!important}}@media only screen and (max-height:575.98px) and (orientation:landscape){.storyly__groups-overlay{--i--storyly-story-layer-width:min(90vw,50.625vh);--i--storyly-story-layer-height:min(90vh,160vw)}}.storyly__groups-overlay[embed-mode]{width:100%!important;height:100%!important;position:absolute!important;transition-property:unset!important;transition-duration:unset!important;top:0!important;background-color:unset}.storyly__groups-overlay[embed-mode] .swiper-cube-shadow{display:none!important}.storyly__groups-overlay[direction=rtl]{text-align:right!important}.storyly__groups-overlay.active{top:0;bottom:0;transform:translate(0);visibility:visible!important}.storyly__groups-overlay .background-blur-canvas{width:100%!important;height:100%!important;position:absolute!important;left:0!important;top:0!important}.storyly__groups-overlay .swiper-slide{visibility:hidden}.storyly__groups-overlay .swiper-slide.swiper-slide-active{visibility:visible}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s linear infinite;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.storyly__video-feed-video-seekbar{position:absolute;bottom:1px;width:100%;padding:.7em .1875em 0;align-items:center;box-sizing:border-box;display:flex;background:linear-gradient(1turn,rgba(9,9,9,.5),rgba(9,9,9,0) 52.26%);opacity:1;transition:opacity .4s ease-in-out;touch-action:pan-x;cursor:pointer}.storyly__video-feed-video-seekbar .video-time{font-size:.203125em;font-family:Storyly-Inter;color:#fff;font-weight:400;flex:0 0 10%}.storyly__video-feed-video-seekbar .action-icon{flex:0 0 6%}.storyly__video-feed-video-seekbar .action-icon .pause-icon,.storyly__video-feed-video-seekbar .action-icon .play-icon{display:flex;cursor:pointer}.storyly__video-feed-video-seekbar .seekbar{height:.03125em;position:relative;flex:1}.storyly__video-feed-video-seekbar .seekbar.seeking{height:.09375em}.storyly__video-feed-video-seekbar .seekbar.seeking .progress-indicator{width:.1875em;height:.1875em}.storyly__video-feed-video-seekbar .seekbar .interactive-lines{display:flex;height:100%;width:100%;cursor:pointer}.storyly__video-feed-video-seekbar .seekbar .interactive-lines .interactive-line{width:100%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,.6) 0 100%);display:inline-block;border-radius:100px;margin:0 .02734375em}.storyly__video-feed-video-seekbar .seekbar .progress-indicator{background:#fff;border-radius:50%;width:.09375em;height:.09375em;display:inline-block;position:absolute;top:-.03em;cursor:pointer;transition:opacity .2s ease-in-out}.storyly__video-feed-video-seekbar .seekbar-time-wrapper{position:absolute;bottom:1.015625em;left:50%;transform:translateX(-50%);color:#fff;text-shadow:0 -1px 2px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.3);font-family:Storyly-Inter;font-size:36px;font-weight:600;display:none}`}},{key:"setOverlayVh_",value:function(){var e=.01*window.innerHeight;this.groupsOverlay_.style.setProperty("--vh","".concat(e,"px"))}},{key:"close",value:function(){this.handleCloseGroup_()}},{key:"openStory",value:function(e){var t=this,r=e.group,o=e.story,s=e.playMode;this.openStoryParams_=[r,o,s],this.groups_.length>0&&this.loadShareParams_().then(function(){t.handleOpenStoryByUrl_()}).catch(function(){})}},{key:"setSegments",value:function(t){var r=this;this.userConfig_.segments&&(0,g.isArraysEqual)(this.userConfig_.segments,t)||(this.segmentsDebounce_&&clearTimeout(this.segmentsDebounce_),this.segmentsDebounce_=setTimeout(function(){var o;r.groupShadowRoot_.innerHTML="",r.storylyFontCssDom_.remove(),r.replaceChildren(),r.renderMainDoms_();var s=[].concat((0,e.default)(null!==(o=r.userConfig_.segments)&&void 0!==o?o:[]),(0,e.default)(Array.isArray(t)?t:[])).length>0?(0,e.default)(new Set(t.map(function(e){return String(e)}))):null;r.init_=!1,r.userConfig_=P(P({},r.userConfig_),{},{segments:s}),r.init(r.userConfig_)},200))}},{key:"setProperties",value:function(e){(0,v.removeClass)(this.groupsWrapper_,this.properties_.storyGroupAlign),this.properties_=P(P(P({},this.properties_),e),{},{scrollIndicatorOptions:P(P({},this.properties_.scrollIndicatorOptions),(null==e?void 0:e.scrollIndicatorOptions)||{})}),(0,v.setClass)(this.groupsWrapper_,this.properties_.storyGroupAlign),this.globalInstanceData.properties=this.properties_,this.groupShadowRoot_.querySelector("#storyly__story-group-style-tag").textContent=(0,v.inlineStyle)(this.properties_,this.instanceId_),this.storyShadowRoot_.querySelector("style")&&(this.storyShadowRoot_.querySelector("style").textContent+=(0,v.inlineStoryGroupStyle)(this.properties_)),this.layoutImpl_&&(this.layoutImpl_.refreshSortData(),this.layoutImpl_.sort("order")),this.setContainerHeight_()}},{key:"setUserPropertiesData",value:function(){var e=(0,t.default)(p.default.mark(function e(r){var o,s,i=this;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&null!==(o=Object.keys(r))&&void 0!==o&&o.length){e.next=2;break}return e.abrupt("return");case 2:if(this.userPropertyData_=r,null!==(s=this.storyGroupsWithUserProperties_)&&void 0!==s&&s.length){e.next=5;break}return e.abrupt("return");case 5:this.storyGroupsWithUserProperties_.forEach(function(){var e=(0,t.default)(p.default.mark(function e(t){var r;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!(r=(0,b.createUserPropertyImpl)(i.userPropertyData_,t)).hidden){e.next=3;break}return e.abrupt("return");case 3:i.createGroupInstanceAndReorderCircleNodes_(r);case 4:case"end":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}());case 6:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()},{key:"setEmbedContainerRatio",value:function(e){this.groupsOverlay_.style.setProperty("--i--storyly-story-layer-width","".concat(e.width,"px")),this.groupsOverlay_.style.setProperty("--i--storyly-story-layer-height","".concat(e.height,"px"))}},{key:"setStorylyHydration",value:function(){var t=this,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];if(!Array.isArray(r))throw new Error("Hydration Data must be an Array!");this.storylyHydration=[].concat((0,e.default)(r),(0,e.default)(this.allProductsOfProductFeed_||[])),this.hiddenStoryGroups_.forEach(function(e){var r=(0,b.createUserPropertyImpl)(t.userPropertyData_,e);if(!r.hidden)if(r.stories.forEach(function(e){var r=(0,g.getProductLayers)(e),o=r.flatMap(function(e){return e.products.map(function(t){return P(P({},t),{},{type:e.type})})});if(o.length){var s=o.filter(function(e){return e.type!==k.LayerTemplateTypes.PRODUCT_CATALOG}).every(function(e){return t.storylyHydration.some(function(t){return t.product_group_id===e.product_group_id})}),i=(0,g.checkProductCatalogAtLeastOne)(r,t.storylyHydration);e.hidden=!s||!i}}),r.stories.some(function(e){return!e.hidden}))t.createGroupInstanceAndReorderCircleNodes_(r);else{var o=t.groupCircleNodes_.find(function(t){return+t.dataset.id===e.group_id});o&&t.removeGroupInstanceAndReorderCircleNodes_(o,e)}})}},{key:"updateCart",value:function(e){this.isStorylyCartActive=!0,this.setProductCartItems(e)}},{key:"setProductCartItems",value:function(e){this.storylyCheckoutProducts=e||{products:[],price:"",sales_price:"",price_currency:""};var t=this.getActiveGroup_();if(t){var r=t.instance;null!=r&&r.storylyCart&&e&&r.storylyCart.updateCart(e)}}},{key:"setLang",value:function(e){var t=e.language,r=e.json,o=t||this.userConfig_.locale||navigator.language,s=b.LocalizationImpl.getLocalizedJSON(r,o),i=this.globalInstanceData.languageJSON;this.globalInstanceData.languageJSON=P(P({},i),s),this.handleI18n_()}},{key:"setExternalData",value:function(){}},{key:"remove",value:function(){var e=this;this.instanceRemoved_=!0,this.shadowRoot.childNodes.forEach(function(e){e.remove()}),setTimeout(function(){e.parentElement.removeChild(e)},1e3),this.storyShadowDom_.remove(),this.storylyFontCssDom_&&this.storylyFontCssDom_.remove()}}]),h}((0,h.default)(HTMLElement));window.StorylyWeb=O;var N=exports.default=O;
456
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var e=D(require("@babel/runtime/helpers/toConsumableArray")),t=D(require("@babel/runtime/helpers/asyncToGenerator")),r=D(require("@babel/runtime/helpers/slicedToArray")),o=D(require("@babel/runtime/helpers/typeof")),s=D(require("@babel/runtime/helpers/defineProperty")),i=D(require("@babel/runtime/helpers/classCallCheck")),n=D(require("@babel/runtime/helpers/createClass")),a=D(require("@babel/runtime/helpers/assertThisInitialized")),u=D(require("@babel/runtime/helpers/inherits")),l=D(require("@babel/runtime/helpers/possibleConstructorReturn")),d=D(require("@babel/runtime/helpers/getPrototypeOf")),h=D(require("@babel/runtime/helpers/wrapNativeSuper")),p=D(require("@babel/runtime/regenerator")),c=require("uuid"),_=D(require("./lib/api.ts")),y=D(require("./lib/storage")),v=require("./lib/style"),g=require("./lib/util"),f=D(require("./constants/playmode"));require("./main.scss");var m=require("./service/custom-story-group-design-impl"),S=require("./constants/common"),b=require("./service"),C=D(require("./constants/layouts")),G=require("./constants/events"),w=D(require("./constants/directions")),I=D(require("./constants/barLayouts")),E=D(require("./components/AdGroup")),k=require("./constants/layerTypes"),x=D(require("./service/focal-point-impl.ts"));function D(e){return e&&e.__esModule?e:{default:e}}function A(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,o)}return r}function P(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?A(Object(r),!0).forEach(function(t){(0,s.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):A(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function T(e){var t=L();return function(){var r,o=(0,d.default)(e);if(t){var s=(0,d.default)(this).constructor;r=Reflect.construct(o,arguments,s)}else r=o.apply(this,arguments);return(0,l.default)(this,r)}}function L(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(L=function(){return!!e})()}var O=function(l){(0,u.default)(h,l);var d=T(h);function h(){var e;return(0,i.default)(this,h),(e=d.call(this)).groupShadowRoot_=e.attachShadow({mode:"open"}),e.storyShadowRoot_=null,e.groups_=[],e.token_=null,e.uuid_=null,e.sessionId_=null,e.selectedGroup_={},e.storylyOpen_=!1,e.retryCount_=0,e.shareParams_={},e.openStoryParams_=null,e.seenGroups_=[],e.groupCircleNodes_=[],e.hiddenStoryGroupNodes_=[],e.currentGroupIndex_=0,e.adGroups_=[],e.adSettings_={},e.properties_={storyGroupTextColor:"#4A4A4A",storyGroupTextVisibility:!0,storyGroupSize:"72x72",storyGroupCoverWidth:72,storyGroupCoverHeight:72,storyGroupBorderRadius:72,storyGroupTextFont:"Storyly-Inter",storyTextFont:"Storyly-Inter",storyGroupAlign:"center",storyGroupMarginHorizontal:10,storyGroupIconBorderColorNotSeen:["#FFCC64","#DC475B","#992DBD"],storyGroupIconBorderColorSeen:["#DBDBDB"],storyGroupTextSize:13,storyGroupTextWeight:"500",storyGroupBorderSize:2,storyGroupTextLineHeight:1.25,storyGroupPinBackgroundColor:"#FFCB00",storyGroupPinIcon:null,storyGroupTextMarginTop:6,storyGroupTextSeenColor:"#333",storyBorderGapSize:3,storyGroupPinSize:20,storyGroupAnimation:{},scrollIndicatorOptions:{indicatorWidth:32,indicatorHeight:32,indicatorBorderRadius:16,indicatorBorderWidth:1,indicatorBorderColor:"#D8D8D8",indicatorBoxBackgroundColor:"#FFFFFF",indicatorDefaultIconsColor:"#000000",indicatorBoxShadow:"none",customLeftIndicator:"",customRightIndicator:"",leftIndicatorMargin:8,rightIndicatorMargin:8},storyGroupProgressBackgroundColor:"rgba(255, 255, 255, 0.5)",storyGroupProgressFillColor:"rgba(255, 255, 255, 1)",storyGroupTitleVisible:!0,storyGroupCoverVisible:!0,storyGroupCloseButtonVisible:!0,storyGroupHeadlineShadowVisible:!0,storyGroupTextLineCount:2,storyGroupPinRadius:100,storyGroupBadgeTextSize:12,storyGroupBadgePosition:"bottom_center",storyBorderGapColor:"#fff"},e.events_={},e.payload_={app:{bundle:window.location.host,version:"4.2.0"},device:{height:window.innerHeight,unique_id:null,locale:navigator.language,width:window.innerWidth,userAgent:navigator.userAgent,is_test:!1},sdk_version:"latest",user:{segments:null},custom_parameter:null,session_id:null,preview_session_id:null,payload:{}},e.swipingDown_={scrollY:0,pageY:0},e.swiperMove_=!1,e.isMobileView_=(0,g.isMobileView)(),e.layout_=C.default.MODERN,e.layoutInstance_=null,e.userConfig_={},e.hasAdblocker_=!1,e.storylyConnected_=!1,e.init_=!1,e.documentDir_=document.documentElement.dir||w.default.LTR,e.storylyCheckoutProducts={products:[],price:"",sales_price:"",price_currency:""},e.isStorylyCartActive=!1,e.storylyHydration=[],e.globalInstanceData={shareParams:{},direction:e.documentDir_,accessibility:y.default.getItemFromGlobal("accessibility",!1),storylyEmbed:{},videoMuted:!0,languageJSON:{},instanceDom:(0,a.default)(e),events:{}},e.storylyWebCss_=null,e.storylyFontCss_=null,e}return(0,n.default)(h,[{key:"connectedCallback",value:function(){var e=this;this.storylyConnected_||(this.attachCallbacksToElement_(),this.renderMainDoms_(),this.adBlockerDetector_(),this.storylyConnected_=!0,window.addEventListener("resize",function(){e.windowResize_=!0,e.isMobileView_&&(0,b.calcStorySizeImpl)(e.groupsOverlay_),e.setOverlayVh_()}))}},{key:"attachCallbacksToElement_",value:function(){this.handleNextGroup_=this.handleNextGroup_.bind(this),this.handlePrevGroup_=this.handlePrevGroup_.bind(this),this.handleCloseGroup_=this.handleCloseGroup_.bind(this),this.handleContainerTouchStart_=this.handleContainerTouchStart_.bind(this),this.handleContainerTouchEnd_=this.handleContainerTouchEnd_.bind(this),this.handleContainerTouchMove_=this.handleContainerTouchMove_.bind(this),this.handleNextStory_=this.handleNextStory_.bind(this),this.handlePrevStory_=this.handlePrevStory_.bind(this),this.handleImpressionEvent_=this.handleImpressionEvent_.bind(this),this.handleKeyboard_=this.handleKeyboard_.bind(this),this.handleClickGroup_=this.handleClickGroup_.bind(this),this.handleContextMenu_=this.handleContextMenu_.bind(this),this.getStoryGroupElement_=this.getStoryGroupElement_.bind(this),this.groupObserverCallback_=this.groupObserverCallback_.bind(this),this.handleTabVisibility_=this.handleTabVisibility_.bind(this),this.handleCustomerEvent_=this.handleCustomerEvent_.bind(this),this.handleConditionalEvent_=this.handleConditionalEvent_.bind(this),this.handleI18n_=this.handleI18n_.bind(this),this.handleUserEvent_=this.handleUserEvent_.bind(this)}},{key:"renderMainDoms_",value:function(){var e;this.storyShadowDom_=document.createElement("storyly-stories"),this.storyShadowDom_.style.display="block",this.storyShadowRoot_=this.storyShadowDom_.attachShadow({mode:"open"}),this.storyShadowDom_.setAttribute("tabindex","-1"),this.storyShadowDom_.setAttribute("role","application"),this.setAttribute("role","application"),this.swiperContainer_=document.createElement("div"),this.swiperWrapper_=document.createElement("div"),this.groupContainer_=document.createElement("div"),this.groupsWrapper_=document.createElement("div"),this.groupsList_=document.createElement("div"),this.groupsOverlay_=document.createElement("div");var t=null===(e=this.parentElement)||void 0===e?void 0:e.parentElement;if("STORYLY-WEB-EMBED"===(null==t?void 0:t.nodeName)){t.firstElementChild.appendChild(this.storyShadowDom_),this.globalInstanceData.storylyEmbed={init:!0,autoPlay:t.hasAttribute("autoplay"),closeButton:t.hasAttribute("useClose"),shareButton:t.hasAttribute("useShare"),container:t,canPlay:!1},(0,g.setAttribute)(this.groupsOverlay_,"embed-mode",!0),(0,g.setAttribute)(this.groupsWrapper_,"embed-mode",!0);var r=t.getAttribute("group");this.openStoryParams_=[r]}else document.body.appendChild(this.storyShadowDom_);var o=[w.default.LTR,w.default.RTL].includes(this.documentDir_)?this.documentDir_:w.default.LTR;this.globalInstanceData.direction=o,(0,g.setAttribute)(this.swiperContainer_,"dir",o),(0,g.setAttribute)(this.groupsOverlay_,"direction",o),(0,g.setAttribute)(this.groupsList_,"role","list"),(0,g.setAttribute)(this.groupsOverlay_,"role","dialog"),(0,g.setAttribute)(this.groupsOverlay_,"aria-modal","true"),this.groupsOverlay_.style.visibility="hidden",(0,v.setClass)(this.groupContainer_,"storyly__group-container"),(0,v.setClass)(this.swiperContainer_,"swiper"),(0,v.setClass)(this.swiperWrapper_,"swiper-wrapper"),(0,v.setClass)(this.groupsWrapper_,"storyly__story-groups"),(0,v.setClass)(this.groupsOverlay_,"storyly__groups-overlay"),(0,v.setClass)(this.groupsList_,"storyly__groups-list"),this.groupsWrapper_.appendChild(this.groupsList_),this.swiperContainer_.appendChild(this.swiperWrapper_),this.groupContainer_.appendChild(this.swiperContainer_),this.groupsOverlay_.appendChild(this.groupContainer_),this.storyShadowRoot_.appendChild(this.groupsOverlay_),this.groupShadowRoot_.appendChild(this.groupsWrapper_),this.storyGroupStyle=document.createElement("style"),this.storyGroupStyle.id="storyly__story-group-style-tag",this.groupShadowRoot_.appendChild(this.storyGroupStyle)}},{key:"init",value:function(e){if(!this.init_){this.init_=!0,this.userConfig_=null!=e?e:{};var t=y.default.getItemFromGlobal("Storyly_userConfig");this.userConfigChanged_=JSON.stringify(P(P({},t),{},{props:void 0}))!==JSON.stringify(P(P({},e),{},{props:void 0})),y.default.setItemToGlobal("Storyly_userConfig",this.userConfig_);var s=this.userConfig_,i=s.token,n=s.props,a=s.userPropertyData,u=s.productFeed,l=s.customStoryGroupHTML,d=s.presentationData,h=s.barLayout,p=s.isProductFallbackEnabled,_=void 0===p||p,f=s.isProductCartEnabled,m=s.inboxStory,G=s.shopify,w=s.events,E=s.scaleRatio,k=s.videoFeedView,x=s.videoFeedSectionCount,D=s.cssEnv;if(!i)throw this.failed_(S.failedMessages.token),new Error("Token not found!");w&&console.warn("There is no events key in the 3.0 version. Please check docs: https://docs.storyly.io/docs/initial-web-sdk-setup"),this.cssEnv_=D,this.scaleRatio_=E&&Number(E),this.shopify_=G,this.token_=i;var A=!d&&(0,g.decodeJwt)(this.token_);if(this.instanceId_=d?i:A.ins_id,this.isVideoFeed_=!!A.t,this.videoFeedView_=k,this.videoFeedSectionCount_=x,(0,g.setAttribute)(this,"data-storyly-instance-id",this.instanceId_),(0,g.setAttribute)(this.storyShadowDom_,"data-storyly-instance-id",this.instanceId_),this.uuid_=y.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_uuid",!1)||y.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_uuid",(0,c.v4)(),!1),this.sessionId_=y.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_session_id",(0,c.v4)(),!1),sessionStorage.removeItem("Storyly__fonts"),this.presentationData_=d,this.isProductFallbackEnabled_=!!_,this.isStorylyCartActive=f,h&&[I.default.CLASSIC,I.default.ENERGIZED].includes(h.view)&&!l){var T,L=320;(null===(T=h.style)||void 0===T?void 0:T.height)>0&&(L=h.style.height<200?200:h.style.height),this.barLayout_=P(P({},h),{},{style:P(P({},null==h?void 0:h.style),{},{height:L})}),(0,v.setStyle)(this.groupsWrapper_,["padding","".concat(.1*this.barLayout_.style.height,"px 0")]),(0,v.setStyle)(this.groupsWrapper_,["box-sizing","content-box"]);var O=(0,b.barLayoutImpl)(this.barLayout_,this,this.globalInstanceData);this.customStoryGroupHTML_=O.element,this.barLayoutStyle_=O.implementStyle}if(this.isMobileView_&&(this.layout_=C.default.CLASSIC),a&&"Object"===Object.getPrototypeOf(a).constructor.name&&!d?this.userPropertyData_=a:this.setPropsByParams_(),u&&"Object"===Object.getPrototypeOf(u).constructor.name&&(this.productFeed_=u),"object"===(0,o.default)(n)){if(this.customerStyleProperties_={},Object.keys(n).length>0&&(this.customerStyleProperties_=P(P({},n),{},{scrollIndicatorOptions:P(P({},this.properties_.scrollIndicatorOptions),(null==n?void 0:n.scrollIndicatorOptions)||{})}),n.storyGroupSize)){var N,R,M,B,F=null!==(N=null!==(R=null===(M=n.storyGroupSize)||void 0===M?void 0:M.split("x"))&&void 0!==R?R:null===(B=this.properties_.storyGroupSize)||void 0===B?void 0:B.split("x"))&&void 0!==N?N:[],V=(0,r.default)(F,2);this.customerStyleProperties_.storyGroupCoverWidth=V[0],this.customerStyleProperties_.storyGroupCoverHeight=V[1]}this.properties_=P(P({},this.properties_),this.customerStyleProperties_)}l&&(0,g.isStringHTML)(l)&&(this.customStoryGroupHTML_=l,this.properties_.storyGroupAnimation=void 0);var q=b.LocalizationImpl.getLocalizedJSON(null,this.userConfig_.locale||navigator.language);if("string"==typeof this.userConfig_.locale){var H=this.userConfig_.locale.split(/[-_]/),z=(0,r.default)(H,2),W=z[0],U=z[1];this.userConfig_.language=W,this.userConfig_.country=U}this.globalInstanceData.languageJSON=q,this.globalInstanceData.properties=this.properties_,this.globalInstanceData.presentationData=!!this.presentationData_,this.globalInstanceData.layout=this.layout_,this.globalInstanceData.inboxStory=m,this.globalInstanceData.apiEnv=this.userConfig_.apiEnv,this.globalInstanceData.isVideoFeed=this.isVideoFeed_,this.groupCircleNodes_=[],this.handleInitMethods_()}}},{key:"handleInitMethods_",value:function(){var e=(0,t.default)(p.default.mark(function e(){return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.setLayoutInstance_();case 2:this.setPayload_(),this.buildCallback_(),this.implementEvent_();case 5:case"end":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:"setPropsByParams_",value:function(){var e=new URLSearchParams(window.location.search),t={},o=e.get("userProps"),s=e.get("customParameter");o&&(o.split(",").forEach(function(e){var o=e.split(":"),s=(0,r.default)(o,2),i=s[0],n=s[1];t["{".concat(i,"}")]=n}),this.userPropertyData_=t);s&&(this.userConfig_=P(P({},this.userConfig_),{},{customParameter:s}))}},{key:"setStorylyBarObserver_",value:function(){var t=this;(0,b.intersectionObserverImpl)(null,function(r){r.forEach(function(r){if(r.isIntersecting){if(t.instanceRemoved_)return;t.layoutImpl_=(0,b.layoutImpl)(t.groupsList_,t.instanceId_,t.isVideoFeed_,t.videoFeedView_),t.setContainerHeight_(),t.layoutImpl_.on("layoutEnd",function(){[].concat((0,e.default)(t.groupCircleNodes_),(0,e.default)(t.hiddenStoryGroupNodes_)).forEach(function(e){t.storyGroupObserver_.observe(e)}),setTimeout(function(){return(0,b.renderScrollIndicator)(t.groupsWrapper_,t.properties_,t.barLayout_)},0)}),setTimeout(function(){return t.sendBarViewEvent_()},100),t.barViewed_=!0}})}).observe(this)}},{key:"sendBarViewEvent_",value:function(){var e=[],t=[];if(this.groups_.forEach(function(r){var o=r;r.onView&&!r.viewEventSend&&(e.push(r.group_id),o.viewEventSend=!0),r.onView&&t.push(P(P({},r),{},{instance:void 0}))}),0!==e.length){var r={sg_ids:e},o={detail:{eventName:G.CustomerEventTypes.renderedStoryGroups,params:t}};this.EventImpl.onBarViewedEvent(r),this.handleCustomerEvent_(o)}}},{key:"setLayoutInstance_",value:function(){var e=(0,t.default)(p.default.mark(function e(){var t,r,o,s,i,n;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(this.isVideoFeed_){e.next=8;break}return t=require("./views/Default/index.ts").default,e.next=4,t(this.groupsOverlay_,this.getActiveGroup_.bind(this),this.instanceId_,this.layout_);case 4:r=e.sent,this.layoutInstance_=r,e.next=17;break;case 8:return o=require("./views/VideoFeed/index.ts").default,e.next=11,o(this.groupsOverlay_,this.getActiveGroup_.bind(this),this.instanceId_,this.layout_);case 11:s=e.sent,this.layoutInstance_=s,i=this.layoutInstance_.createLayout({videoFeedView:this.videoFeedView_,properties:this.properties_,groupWrapper:this.groupsWrapper_,videoFeedSectionCount:this.videoFeedSectionCount_}),this.customStoryGroupHTML_=i.html,this.properties_=P(P(P({},this.properties_),i.properties),{},{storyBorderGapSize:0,storyGroupBorderSize:0}),this.appendChild(i.css);case 17:this.layout_===C.default.MODERN&&((n=document.createElement("canvas")).width=3,n.height=3,(0,v.setClass)(n,"background-blur-canvas"),this.groupsOverlay_.appendChild(n)),(0,v.setClass)(this.groupContainer_,this.layout_===C.default.MODERN?"storyly__".concat(this.isVideoFeed_?"video-feed":"default","-modern-layout"):"storyly__".concat(this.isVideoFeed_?"video-feed":"default","-classic-layout")),this.globalInstanceData.storylyEmbed.init&&!this.isVideoFeed_&&(0,g.setAttribute)(this.groupContainer_,"embed-mode",this.globalInstanceData.storylyEmbed.init),(0,g.setAttribute)(this.groupContainer_,"direction",this.documentDir_),this.swiper_=(0,b.swiperImpl)(this.swiperContainer_,this.layout_,this.isVideoFeed_);case 22:case"end":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:"implementEvent_",value:function(){var e=this.getActiveGroup_.bind(this),t=this.getPrevGroup_.bind(this),r=this.getNextGroup_.bind(this);this.EventImpl=new b.EventImpl(this.storyShadowRoot_,e,t,r,this.api_),this.globalInstanceData.EventImpl=this.EventImpl}},{key:"setPayload_",value:function(){var e=this.userConfig_,t=e.isTestMode,r=e.segments,o=e.customParameter,s=e.locale,i=(0,b.platformIml)(),n=i.os,a=i.browser,u=Array.isArray(r)&&r.length>0?r.map(function(e){return String(e)}):null;this.payload_=P(P({},this.payload_),{},{device:P(P({},this.payload_.device),{},{unique_id:this.uuid_,is_test:t,os:n,browser:a}),user:P(P({},this.payload_.user),{},{segments:u}),custom_parameter:o?String(o):null,locale:s,session_id:this.sessionId_}),this.globalInstanceData.eventPayload=this.payload_}},{key:"buildCallback_",value:function(){this.setAPI_(),this.setEventListeners_(),this.presentationData_?this.handleGroupsData_(this.presentationData_):this.fetchGroups_()}},{key:"setAPI_",value:function(){this.api_=new _.default(this.token_,this.instanceId_),this.globalInstanceData.API=this.api_}},{key:"setEventListeners_",value:function(){var e=this;this.storyShadowRoot_.addEventListener(G.CustomerEventTypes.nextStoryGroup,this.handleNextGroup_),this.storyShadowRoot_.addEventListener(G.CustomerEventTypes.previousStoryGroup,this.handlePrevGroup_),this.storyShadowRoot_.addEventListener(G.UserEventTypes.storyImpression,this.handleImpressionEvent_),this.storyShadowRoot_.addEventListener("onCloseGroup",this.handleCloseGroup_),this.storyShadowRoot_.addEventListener(G.CustomerEventTypes.nextStory,this.handleNextStory_),this.storyShadowRoot_.addEventListener(G.CustomerEventTypes.previousStory,this.handlePrevStory_),this.storyShadowRoot_.addEventListener("onCustomerEvent",this.handleCustomerEvent_),this.storyShadowRoot_.addEventListener("onConditionalEvent",this.handleConditionalEvent_),this.storyShadowRoot_.addEventListener("userEvent",this.handleUserEvent_),this.storyShadowRoot_.addEventListener("onI18nEvent",this.handleI18n_),this.storyShadowRoot_.addEventListener("onStorylyCartOpen",function(){var t;null===(t=e.getActiveGroup_().instance.storylyCart)||void 0===t||t.open()}),this.addEventListener("keydown",this.handleTabKeyPressListener_),this.layout_===C.default.MODERN&&this.storyShadowRoot_.addEventListener("storyChange",function(t){return(0,b.backgroundBlurImpl)(t,e.groupsOverlay_)}),(0,b.tabVisibilityImpl)(this.handleTabVisibility_)}},{key:"handleUserEvent_",value:function(e){var t=e.detail;this.handleEvent_(G.UserEvent,t)}},{key:"handleCustomerEvent_",value:function(e){var t=e.detail,r=t.eventName,o=t.params;this.handleEvent_(r,o)}},{key:"handleTabKeyPressListener_",value:function(e){var t=e.code,r=this.shadowRoot.activeElement;if(r=r||document.activeElement){this.lastActiveElement_=r;["Space","Enter"].includes(t)&&(r.classList.contains("group")||r.hasAttribute("slot"))&&(e.stopImmediatePropagation(),this.globalInstanceData.storiesHasAltText&&(this.globalInstanceData.accessibility=!0),this.handleClickGroup_({target:r}))}}},{key:"handleTabVisibility_",value:function(e){if(this.storylyOpen_&&this.globalInstanceData.storylyEmbed.canPlay){var t,r=this.getActiveStory_();if(document[e])r.instance.pause(!0);else null===(t=this.lastActiveElement_)||void 0===t||t.focus(),r.instance.play(!0)}}},{key:"setStoryNavigationEvents_",value:function(){this.isMobileView_&&(window.addEventListener(this.globalInstanceData.storylyEmbed.init?"pointerdown":"touchstart",this.handleContainerTouchStart_),window.addEventListener(this.globalInstanceData.storylyEmbed.init?"pointerup":"touchend",this.handleContainerTouchEnd_),this.globalInstanceData.storylyEmbed.init||window.addEventListener("touchmove",this.handleContainerTouchMove_),window.oncontextmenu=this.handleContextMenu_),this.globalInstanceData.storylyEmbed.init&&!this.isMobileView_&&this.groupsOverlay_.addEventListener("click",this.handleContainerTouchEnd_),window.addEventListener("keydown",this.handleKeyboard_)}},{key:"removeStoryNavigationEvents_",value:function(){this.isMobileView_&&(window.removeEventListener(this.globalInstanceData.storylyEmbed.init?"pointerdown":"touchstart",this.handleContainerTouchStart_),window.removeEventListener(this.globalInstanceData.storylyEmbed.init?"pointerup":"touchend",this.handleContainerTouchEnd_),this.globalInstanceData.storylyEmbed.init||window.removeEventListener("touchmove",this.handleContainerTouchMove_),window.oncontextmenu=null),window.removeEventListener("keydown",this.handleKeyboard_)}},{key:"handleContextMenu_",value:function(e){return e.preventDefault(),e.stopPropagation(),!1}},{key:"handleKeyboard_",value:function(e){var t,r,o=null===(t=this.focusableEls_)||void 0===t?void 0:t[0],s=null===(r=this.focusableEls_)||void 0===r?void 0:r[this.focusableEls_.length-1];if(("Tab"===e.key||9===e.keyCode)&&(e.shiftKey&&this.storyShadowRoot_.activeElement===o&&(s.focus(),e.preventDefault()),this.storyShadowRoot_.activeElement===s&&(o.focus(),e.preventDefault())),this.storylyOpen_){var i,n=e.key,a=e.code,u=e.keyCode;if("ArrowDown"!==a&&40!==u||!this.isVideoFeed_?"ArrowUp"!==a&&38!==u||!this.isVideoFeed_||(this.documentDir_===w.default.RTL?this.handleNextGroup_():this.handlePrevGroup_()):this.documentDir_===w.default.RTL?this.handlePrevGroup_():this.handleNextGroup_(),"ArrowRight"!==n&&39!==u||this.isVideoFeed_)if("ArrowLeft"!==n&&37!==u||this.isVideoFeed_)if("Escape"===n||27===u){var l=this.groupsOverlay_.querySelector(".storyly__action-container"),d=null==l?void 0:l.classList.contains("active"),h=this.getActiveStory_(),p=this.groupsOverlay_.querySelector(".storyly__share-popup");if(d){var c=this.groupsOverlay_.querySelector(".storyly__story-group-overlay");return l.classList.remove("active"),c.classList.remove("active"),h.instance.playAndPauseStory(),void this.storyShadowRoot_.activeElement.blur()}if(p)return h.instance.hideShareWidget(),void h.instance.playAndPauseStory();this.handleCloseGroup_()}else if("Space"!==a&&32!==u||"BUTTON"===(null===(i=this.storyShadowRoot_.activeElement)||void 0===i?void 0:i.tagName)){if("KeyS"===a){var _=this.groupsOverlay_.querySelector(".storyly__action-container"),y=null==_?void 0:_.classList.contains("active"),v=this.groupsOverlay_.querySelector(".storyly__share-popup");if(y){var g=this.groupsOverlay_.querySelector(".storyly__story-group-overlay");_.classList.remove("active"),g.classList.remove("active")}if(v)return;var f=this.getActiveStory_();this.isVideoFeed_?f.instance.handleShareStory():f.instance.renderShareWidget()}}else{this.getActiveStory_().instance.playAndPauseStory()}else this.documentDir_===w.default.RTL?this.handleNextStory_():this.handlePrevStory_();else this.documentDir_===w.default.RTL?this.handlePrevStory_():this.handleNextStory_()}}},{key:"handleContainerTouchStart_",value:function(e){e.stopPropagation(),this.handleNavigation_=!0,this.storyPauseByTouch_()}},{key:"handleContainerTouchEnd_",value:function(e){this.isVideoFeed_||(this.handleStoryNavigationByTouch_(e),!this.globalInstanceData.storylyEmbed.init&&this.isMobileView_&&this.closeStorylyBySwiping_()),this.storyPlayAfterTouched_()}},{key:"closeStorylyBySwiping_",value:function(){var e=this;this.swiperMove_||(this.swipingDown_.scrollY>15*this.groupContainer_.offsetHeight/100?(this.groupContainer_.style.setProperty("transform","translateY(50vh) scale(0)"),this.groupsOverlay_.style.setProperty("background","transparent"),window.requestAnimationFrame(function(){e.handleCloseGroup_(),setTimeout(function(){e.groupContainer_.style.removeProperty("transform"),e.groupsOverlay_.style.removeProperty("background")},300)})):this.groupContainer_.style.setProperty("transform","translateY(0)"),this.swipingDown_={scrollY:0,pageY:0})}},{key:"handleStoryNavigationByTouch_",value:function(e){var t,r;if((this.globalInstanceData.storylyEmbed.init||this.handleNavigation_&&this.isMobileView_)&&!this.isVideoFeed_){var o=null!==(t=null===(r=e.changedTouches)||void 0===r||null===(r=r[0])||void 0===r?void 0:r.pageX)&&void 0!==t?t:e.offsetX,s=this.groupsOverlay_.offsetWidth,i=s-20*s/100;o>0&&o<20*s/100?this.documentDir_===w.default.RTL?this.handleNextStory_():this.handlePrevStory_():o>i&&o<s&&(this.documentDir_===w.default.RTL?this.handlePrevStory_():this.handleNextStory_()),this.handleNavigation_=!0}}},{key:"handleContainerTouchMove_",value:function(e){this.handleNavigation_=!1;var t=e.changedTouches[0].pageY;this.swiperMove_||this.isVideoFeed_||(this.swipingDown_.scrollY+=this.swipingDown_.pageY>0?t-this.swipingDown_.pageY:0,this.swipingDown_.pageY=t,this.swipingDown_.scrollY>=0&&(this.groupContainer_.style.transform="translateY(".concat(this.swipingDown_.scrollY,"px)")))}},{key:"storyPauseByTouch_",value:function(){var e=this;this.isMobileView_&&(this.touchTimeout_=setTimeout(function(){e.getActiveStory_().instance.pauseByTouch(),e.storyTouchAction_=!0,e.handleNavigation_=!1},300))}},{key:"storyPlayAfterTouched_",value:function(){if(this.isMobileView_){if(this.storyTouchAction_)this.getActiveStory_().instance.playAfterTouch();clearTimeout(this.touchTimeout_)}}},{key:"handleCloseGroup_",value:function(){var e=(0,t.default)(p.default.mark(function e(){var t,r,o,s,i,n,a,u,l=this;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(this.storylyOpen_){e.next=2;break}return e.abrupt("return");case 2:if(!this.globalInstanceData.storylyEmbed.init){e.next=6;break}return r=this.getActiveGroup_(),this.handleEvent_(G.UserEventTypes.closeStoryGroup,P(P({},null!=r?r:{}),{},{instance:void 0})),e.abrupt("return");case 6:return this.groupsOverlay_.ariaHidden="true",this.swiper_.slides[this.swiper_.realIndex].ariaHidden="true",this.storyShadowDom_.setAttribute("tabindex","-1"),(0,v.removeClass)(this.groupsOverlay_,"active"),this.storylyOpen_=!1,this.removeStoryNavigationEvents_(),this.addEventListener("keydown",this.handleTabKeyPressListener_),null===(t=this.lastActiveElement_)||void 0===t||t.focus(),this.EventImpl.handleCloseEvent(),this.resetStyleToDocument_(),this.shareParams_.playMode&&(this.swiper_.allowTouchMove=!0),this.shareParams_={},(o=new URLSearchParams(window.location.search)).delete("storylyResume"),o.delete("storyly"),window.history.replaceState({},"","".concat(window.location.pathname).concat(o.size?"?".concat(o):"")),s=this.getActiveGroup_(),this.handleEvent_(G.UserEventTypes.closeStoryGroup,P(P({},null!=s?s:{}),{},{instance:void 0})),s.instance.hide({holdActive:!0}),this.removeAdGroups_(),this.isAdEnable_()&&document.querySelectorAll(".storyly-ad-wrapper").forEach(function(e){return e.remove()}),this.customStoryGroupHTML_&&(i=s.instance.getActiveStory(),n=i.storyIndex,a=this.getStoryGroupElement_(s),u=this.getCustomGroupAssignedElement_(a),this.barLayout_&&this.groupCircleNodes_.forEach(function(e){var t=l.getCustomGroupAssignedElement_(e);(0,v.removeClass)(t,"storyly__story-group-hovered")}),(0,m.handleCustomStoryGroupStyles)({groupData:s,groupElement:u,key:n,instanceId:this.instanceId_,properties:this.properties_})),b.StoryGroupAnimationImpl.add(this.groupCircleNodes_,this.properties_.storyGroupAnimation),e.next=32,this.clearNudgeGroups_();case 32:this.presentationData_&&!(0,g.isLiveVideo)(s.type)||this.handleSeenGroupsPosition_().then(function(){l.layoutImpl_.refreshSortData(),l.layoutImpl_.sort("order"),l.groups_.forEach(function(e,t){e.instance.setKey(t)})}).catch(function(){});case 33:case"end":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:"removeAdGroups_",value:function(){if(this.isAdEnable_()&&0!==this.adGroups_.length){var e=[],t=[];this.groups_.forEach(function(r,o){r.ad?t.push(o):e.push(r)}),this.groups_=e,this.swiper_.removeSlide(t)}}},{key:"handleSeenGroupsPosition_",value:function(){var e=this;return 0===this.seenGroups_.length?Promise.reject():(this.seenGroups_.forEach(function(t){var r=e.getStoryGroupElement_(t);if(!t.pinned){var o=e.groupCircleNodes_.length-1;e.groupCircleNodes_.forEach(function(e,t){e.dataset.ad||e.classList.contains("seen")&&r.dataset.order<+e.dataset.order||(o=t)});var s=e.hiddenStoryGroupNodes_.filter(function(e){return e.classList.contains("hidden")&&+r.dataset.sortorder>=+e.dataset.sortorder}),i=+r.dataset.sortorder-s.length;e.groupCircleNodes_.splice(i,1),e.groupCircleNodes_.splice(o,0,r),e.groupCircleNodes_.forEach(function(t,r){e.customStoryGroupHTML_&&(e.getCustomGroupAssignedElement_(t).dataset.sortorder=r);t.dataset.ad||(e.groupsList_.querySelector('.storyly__story-group-container[data-id="'.concat(t.dataset.id,'"]')).dataset.sortorder=r);var o=e.hiddenStoryGroupNodes_.find(function(e){return e.dataset.id===t.dataset.id});o&&(o.dataset.sortOrder=t.dataset.sortorder,o.dataset.order=t.dataset.order)});var n=e.swiper_.slides[i];e.swiper_.removeSlide(i),e.swiper_.addSlide(o,n);var a=e.groups_[i];e.groups_.splice(i,1),e.groups_.splice(o,0,a)}e.customStoryGroupHTML_&&e.getCustomGroupAssignedElement_(r).classList.toggle("storyly__story-group-seen");r.classList.toggle("seen")}),this.seenGroups_=[],Promise.resolve())}},{key:"getActiveGroup_",value:function(){return this.groups_[this.currentGroupIndex_]}},{key:"getNextGroup_",value:function(){return this.groups_[this.currentGroupIndex_+1]}},{key:"getPrevGroup_",value:function(){return this.groups_[this.currentGroupIndex_-1]}},{key:"getActiveStory_",value:function(){return this.getActiveGroup_().instance.getActiveStory()}},{key:"getPrevStory_",value:function(){return this.getActiveGroup_().instance.getPrevStory()}},{key:"getCustomGroupAssignedElement_",value:function(e){return"SLOT"===e.tagName?e.assignedElements()[0]:e}},{key:"getStoryGroupElement_",value:function(e){return this.groupCircleNodes_.find(function(t){return+t.dataset.id===e.group_id})}},{key:"getActiveGroupWithoutInstance",value:function(){var e=P({},this.getActiveGroup_());return delete e.instance,delete e.currentOrder,delete e.onView,e}},{key:"handleNextGroup_",value:function(){if(this.handleCompleteGroupEvent_(),this.shareParams_.playMode!==f.default.STORY_GROUP||this.getActiveGroup_().group_id!==this.shareParams_.group.group_id){if(this.currentGroupIndex_===this.groups_.length-1)this.handleCloseGroup_();else{this.getActiveGroup_().instance.sendGroupClickedEvent("next"),this.groups_[this.currentGroupIndex_].instance.unLoad({holdActive:!0});var e=this.getCurrentGroupIndex_(1);if(e>this.groups_.length-1)return void this.handleCloseGroup_();this.currentGroupIndex_=e;var t=this.groups_[this.currentGroupIndex_];this.loadNextGroupInstance_(),this.swiper_.slideTo(this.currentGroupIndex_),t.instance.show(),this.EventImpl.handleSwipingGroupEvent("next")}this.isVideoFeed_&&this.layout_===C.default.MODERN&&this.layoutInstance_.handleNavigationVisibility(this.currentGroupIndex_,this.groups_)}else this.handleCloseGroup_()}},{key:"getCurrentGroupIndex_",value:function(e){for(var t=this.currentGroupIndex_+e;t>=0&&t<this.groups_.length;){if(this.groups_[t].type!==S.groupTypes.REDIRECT)return t;t+=e}return t}},{key:"handleCompleteGroupEvent_",value:function(){if(this.isVideoFeed_)this.EventImpl.handleCompleteStoryEvent("groupCompleted");else{var e,t=this.getActiveGroup_();if(!t.ad&&t.instance.isAllStoriesSeen())this.handleEvent_(G.UserEvent,{event:G.UserEventTypes.groupCompleted,storyGroup:P(P({},null!==(e=this.groups_[this.currentGroupIndex_])&&void 0!==e?e:{}),{},{instance:void 0})}),this.EventImpl.handleCompleteGroupEvent()}}},{key:"loadNextGroupInstance_",value:function(){var e=this.getNextGroup_(),t=this.getPrevGroup_();!e||null!=e&&e.onView||e.ad||e.nudge||this.loadGroupInstance_(e),!t||null!=t&&t.onView||t.ad||t.nudge||this.loadGroupInstance_(t)}},{key:"handlePrevGroup_",value:function(){if(this.shareParams_.playMode!==f.default.STORY_GROUP||this.getActiveGroup_().group_id!==this.shareParams_.group.group_id){if(0!==this.currentGroupIndex_){var e=this.getActiveGroup_();e.instance.sendGroupClickedEvent("prev"),this.groups_[this.currentGroupIndex_].instance.unLoad({holdActive:!0});var t=this.getCurrentGroupIndex_(-1);if(t<0)this.handleCloseGroup_();else{this.currentGroupIndex_=t;var r=this.groups_[this.currentGroupIndex_];e.group_id!==r.group_id?(this.loadNextGroupInstance_(),this.swiper_.slideTo(this.currentGroupIndex_),r.instance.show(),this.EventImpl.handleSwipingGroupEvent("prev"),this.handleImpressionEvent_(),this.isVideoFeed_&&this.layout_===C.default.MODERN&&this.layoutInstance_.handleNavigationVisibility(this.currentGroupIndex_,this.groups_)):this.handleCloseGroup_()}}}else this.handleCloseGroup_()}},{key:"handleNextStory_",value:function(e){var t;e&&"detail"in e&&(t=e.detail.storyIndex);this.getActiveStory_().instance.sendStoryClickedEvent("next"),this.EventImpl.handleSwipingStoryEvent("next"),this.getActiveGroup_().instance.nextStory(t),this.handleImpressionEvent_()}},{key:"handlePrevStory_",value:function(e){var t=this.getActiveStory_();if(0!==this.currentGroupIndex_||0!==t.storyIndex){var r;if(e&&"detail"in e)r=e.detail.storyIndex;t.instance.sendStoryClickedEvent("prev"),this.EventImpl.handleSwipingStoryEvent("prev"),this.getActiveGroup_().instance.prevStory(r)}}},{key:"fetchGroups_",value:function(){var e=this,t=y.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_responseData");if(this.checkCacheData_())this.loadCacheData_(t);else{this.isCache_=!1;var r,o,s,i=[],n=!1,a=setTimeout(function(){var a,u;n=!0,i=null!==(a=t.story_groups)&&void 0!==a?a:[],o=t.style,r=null!==(u=t.ad)&&void 0!==u?u:{},s=t.nudge_settings,r&&(e.adSettings_=r),i?(e.handleGroupsData_(i),e.handleWidgetStyling_(o)):(e.retryCount_+=1,e.retryCount_<3?e.fetchGroups_():e.removeStoryly_())},2e3);this.api_.getGroups(this.payload_).then(function(t){var u;t.error?e.failed_(S.failedMessages.network):(clearTimeout(a),y.default.setInstanceId(e.instanceId_).setItemToInstance("Storyly_responseData",P(P({},t),{},{ttl:Date.now()})),0!==t.story_groups.length||e.shopify_?(i=t.story_groups,o=t.style,r=null!==(u=t.ad)&&void 0!==u?u:{},s=t.nudge_settings,n||(e.adSettings_=r,e.nudgeSettings_=s,e.handleGroupsData_(i),e.handleWidgetStyling_(o))):e.removeStoryly_())}).catch(function(){e.failed_(S.failedMessages.network)})}}},{key:"checkCacheData_",value:function(){if("dashboard.storyly.io"===window.location.hostname||"docs.developers.storyly.io"===window.location.hostname||"dev.storyly"===window.location.hostname||this.userConfigChanged_||this.userConfig_.isTestMode)return!1;var e=y.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_responseData"),t=e.story_groups,r=e.ttl,o=new Date(Date.now()-r);return!!(t&&o.getMinutes()<3)}},{key:"loadCacheData_",value:function(e){var t=e.story_groups,r=e.ads,o=e.style;this.adSettings_=null!=r?r:{},this.handleGroupsData_(t||[]),this.handleWidgetStyling_(o),this.isCache_=!0}},{key:"handleGroupsData_",value:function(){var o=(0,t.default)(p.default.mark(function t(){var o,s,i,n,a,u,l,d,h,c,_,y,v,g,f,m=this,C=arguments;return p.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return o=C.length>0&&void 0!==C[0]?C[0]:[],this.loadInlineStyle_(),this.allGroups_=o,s=o.map(function(e,t){return P(P({},e),{},{order:t})}),t.next=6,this.handleConditionalGroups_(o);case 6:if(s=t.sent,i=new URLSearchParams(window.location.search),this.nudgeSettings_&&(n=require("./service/nudge-story-groups-impl").default,this.nudgeImpl_=n(this.nudgeSettings_)),(this.globalInstanceData.storylyEmbed.init||i.get("storylyMail")||this.globalInstanceData.inboxStory)&&(a=(0,r.default)(this.openStoryParams_,1),u=a[0],s=s.filter(function(e){return e.group_id===+u})),l=s.filter(function(e){return e.type===S.groupTypes.SDK_AUTOMATED_SHOPPABLE}),s=s.filter(function(e){return e.type!==S.groupTypes.SDK_AUTOMATED_SHOPPABLE}),!(this.productFeed_&&l.length>0)){t.next=22;break}return d=Object.values(this.productFeed_).flatMap(function(e){return e}),this.allProductsOfProductFeed_=d.map(function(e){var t;return P(P({},e),{},{variant:null!==(t=e.variant)&&void 0!==t?t:[]})}),this.storylyHydration=[].concat((0,e.default)(this.storylyHydration),(0,e.default)(this.allProductsOfProductFeed_)),h=require("./service/create-product-feed-impl").default,t.next=19,h(this.productFeed_,l);case 19:c=t.sent,_=[].concat((0,e.default)(s),(0,e.default)(null!=c?c:[])).sort(function(e,t){return e.order-t.order}),s=_;case 22:if(y=(0,e.default)(s),v=[],s.forEach(function(t,r){var o=(0,b.createUserPropertyImpl)(m.userPropertyData_,t);if(o.has_user_property&&(m.storyGroupsWithUserProperties_=[].concat((0,e.default)(m.storyGroupsWithUserProperties_||[]),[P(P({},y[r]),{},{is_user_property_used:o.is_user_property_used})])),y[r]=o,t.type!==S.groupTypes.SDK_AUTOMATED_SHOPPABLE){var s=m.handleProductGroups_(y[r]),i=s.productGroup,n=s.productIds;v.push.apply(v,(0,e.default)(n)),y[r]=i}}),!v.length){t.next=37;break}if(g={products:v,language:this.userConfig_.language,country:this.userConfig_.country},this.handleEvent_(G.CustomerEventTypes.storylyHydration,v),!this.isProductFallbackEnabled_){t.next=37;break}if(!i.get("storylyMail")&&!this.globalInstanceData.inboxStory){t.next=36;break}return t.next=32,this.api_.getProductDetails(g);case 32:f=t.sent,this.storylyHydration=f.products,t.next=37;break;case 36:this.api_.getProductDetails(g).then(function(e){m.setStorylyHydration(e.products)});case 37:this.loadGroupCircles_(y);case 38:case"end":return t.stop()}},t,this)}));return function(){return o.apply(this,arguments)}}()},{key:"handleConditionalGroups_",value:function(e){var t=y.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_componentsData"),r=e.map(function(e){var r=!1,o=e.stories.filter(function(e){var o=e;if(!e.conditions)return o.visible=!0,!0;r=!0;var s=e.conditions.every(function(e){return e.some(function(e){var r=t[e.i];return void 0!==r&&r===+e.r.p})});return o.visible=s,s});return P(P({},e),{},{conditional:r,hidden:0===o.length})});return Promise.resolve(r)}},{key:"handleConditionalEvent_",value:function(){var r=(0,t.default)(p.default.mark(function r(){var o,s,i,n,a=this;return p.default.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:return o=this.groups_.filter(function(e){return e.conditional}),r.next=3,o.forEach(function(){var e=(0,t.default)(p.default.mark(function e(t){var r,o;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r=t,e.next=3,t.instance.handleConditionalStories(!0);case 3:o=e.sent,r.stories=o;case 5:case"end":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}());case 3:return s=this.hiddenConditionalGroups_.filter(function(e){return e.conditional}),r.next=6,this.handleConditionalGroups_(s);case 6:s=r.sent.filter(function(e){return!e.hidden}),i=(0,e.default)(this.groups_),s.length>0&&(n=[],s.forEach(function(){var e=(0,t.default)(p.default.mark(function e(t){return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:a.createGroupInstanceAndReorderCircleNodes_(t),n.push(t.group_id);case 2:case"end":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}()),this.hiddenConditionalGroups_=this.hiddenConditionalGroups_.filter(function(e){return!n.includes(e.group_id)}),this.groups_=i.filter(function(e){return Boolean(e)&&0!==e.stories.length}),this.layout_===C.default.MODERN&&this.layoutInstance_.handleStoryGroupNavigationButtons(this.groups_,this.currentGroupIndex_));case 9:case"end":return r.stop()}},r,this)}));return function(){return r.apply(this,arguments)}}()},{key:"handleWidgetStyling_",value:function(e){var t;if(e){var r=(0,b.WidgetStyleImpl)(e,this.properties_,this.scaleRatio_);(r.isEnergized||this.barLayoutStyle_)&&(this.barLayoutStyle_?this.barLayoutStyle_(r.properties):(this.barLayout_=(0,b.barLayoutImpl)({view:"energized",style:{height:320}},this,this.globalInstanceData,!0),this.customStoryGroupHTML_=this.barLayout_.element,this.barLayoutStyle_=this.barLayout_.implementStyle,this.barLayoutStyle_(r.properties))),r.hasAnimation&&b.StoryGroupAnimationImpl.add(this.groupCircleNodes_,this.properties_.storyGroupAnimation),this.setProperties(P(P({},r.properties),null!==(t=this.customerStyleProperties_)&&void 0!==t?t:{}))}else this.barLayoutStyle_&&this.barLayoutStyle_(this.properties_)}},{key:"handleProductGroups_",value:function(e){var t=(0,g.getProductLayers)(e),r=t.flatMap(function(e){return e.products}),o=new URLSearchParams(window.location.search);return{productGroup:P(P({},e),{},{hidden:e.hidden||!(o.get("storylyMail")||this.globalInstanceData.inboxStory)&&!!t.length}),productIds:r}}},{key:"createGroupInstanceAndReorderCircleNodes_",value:function(){var r=(0,t.default)(p.default.mark(function t(r){var o,s,i,n,a,u,l,d,h,c,_,y,f,m,S=this;return p.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return o=!Object.keys(this.shareParams_).length||this.hiddenStoryGroups_.includes(function(e){var t;return e.group_id===(null===(t=S.shareParams_.group)||void 0===t?void 0:t.group_id)}),t.next=3,new Promise(function(e){return setTimeout(e,o?0:1e3)});case 3:if(s=[].concat((0,e.default)(this.groupCircleNodes_),(0,e.default)(this.hiddenStoryGroupNodes_)).find(function(e){return+e.dataset.id===r.group_id}),i=+s.dataset.sortorder,n=i,!this.storylyOpen_||!this.nudgeImpl_){t.next=11;break}return t.next=9,this.nudgeImpl_.getAddedNudgeCount(+i);case 9:a=t.sent,i+="number"==typeof a?a:0;case 11:return(u=this.swiper_.slides.findIndex(function(e){return+e.dataset.id===r.group_id}))>-1&&this.swiper_.removeSlide(u),l=this.setGroupInstance_(r,i),t.next=16,l.instance.render();case 16:d=t.sent,this.swiper_.addSlide(i,d),r.is_user_property_used&&(h=r.title,c=r.icon_image_url,_=s,"SLOT"===s.tagName&&(_=this.querySelector("[slot='story-group-".concat(r.group_id,"']"))),y=_.querySelector(".storyly__story-group-title"),(f=_.querySelector(".storyly__story-group-cover"))&&(f.src=c),y&&(h.length>25?((0,g.setAttribute)(s,"title",h),y.innerHTML="".concat(h.substring(0,25),"...")):((0,g.setAttribute)(s,"title",""),y.innerHTML=h))),(0,v.removeClass)(s,"seen"),(0,v.removeClass)(s,"hidden"),(m=this.groups_.findIndex(function(e){return e.group_id===r.group_id}))>-1?(this.groups_[m]=P(P({},l),{},{hidden:!1}),this.groupCircleNodes_[m]=s):(this.groups_.splice(i,0,P(P({},l),{},{hidden:!1})),this.groupCircleNodes_.splice(i,0,s)),this.groupsList_.insertBefore(s,this.groupsList_.children[i]),this.layout_===C.default.MODERN&&this.nudgeImpl_&&this.storylyOpen_&&this.layoutInstance_.handleStoryGroupNavigationButtons(this.groups_,n),this.layoutImpl_&&(this.layoutImpl_.add(s),this.layoutImpl_.refreshSortData(),this.layoutImpl_.sort("order")),this.setContainerHeight_(),o&&this.loadShareParams_().then(function(){return S.handleOpenStoryByUrl_()}).catch(function(){}),b.StoryGroupAnimationImpl.add(this.groupCircleNodes_,this.properties_.storyGroupAnimation),this.handleI18n_({detail:{wrapperDom:this.groupsList_}});case 30:case"end":return t.stop()}},t,this)}));return function(e){return r.apply(this,arguments)}}()},{key:"removeGroupInstanceAndReorderCircleNodes_",value:function(e,t){var r=this.swiper_.slides.findIndex(function(e){return+e.dataset.id===t.group_id});this.swiper_.removeSlide(r);var o=this.groups_.findIndex(function(e){return e.group_id===t.group_id});this.groups_.splice(o,1),this.groupCircleNodes_.splice(o,1),this.groupsList_.removeChild(e),this.layoutImpl_&&(this.layoutImpl_.remove(e),this.layoutImpl_.refreshSortData(),this.layoutImpl_.sort("order"))}},{key:"adBlockerDetector_",value:function(){var e=document.createElement("div");e.classList.add("adsbygoogle"),this.groupsOverlay_.appendChild(e),"none"===getComputedStyle(e).getPropertyValue("display")&&(this.hasAdblocker_=!0),e.remove()}},{key:"isAdEnable_",value:function(){return Object.keys(this.adSettings_).length>0&&!this.hasAdblocker_}},{key:"loadAdGroups_",value:function(){var e=(0,t.default)(p.default.mark(function e(t){var r,o,s,i,n,a,u,l,d,h,c,_,y=this;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(this.isAdEnable_()){e.next=2;break}return e.abrupt("return");case 2:for(this.loadAdStyle_(),r=this.adSettings_,o=r.ad_cap,s=r.ad_manager_body,(i=document.createElement("div")).style.position="absolute",i.style.top="-100vh",n=[],a=[],u=[],l=0;l<=o;l+=1)d={ad:!0,title:"Sponsored",settings:this.adSettings_,id:(0,g.randomAlphaNum)(10)},h=new E.default(d,d.id,this.groupsOverlay_,this.layout_,this.instanceId_),d.instance=h,c=h.render(),_=h.load(),n.push(c),a.push(_),u.push(d);Promise.all(n).then(function(e){e.forEach(function(e,r){i.appendChild(e),y.storyShadowRoot_.appendChild(i),u[r].node=e,a[r].then(function(e){"filled"===e&&(y.adGroups_.push(u[r]),s||y.renderAdGroup_(t,u[r]))})})});case 12:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()},{key:"loadAdStyle_",value:function(){if(!this.storyShadowDom_.querySelector('style[data-type="ad-style"]')){var e=document.createElement("style");e.dataset.type="ad-style",e.textContent="\n .storyly-adsense {\n --i--storyly-story-desktop-one-panel-ratio: 69/116;\n --i--storyly-story-desktop-one-panel-responsive-margin: max(74px,8.25vh);\n --i--storyly-story-desktop-one-panel-height: calc(100vh - var(--i--storyly-story-desktop-one-panel-responsive-margin)*2);\n --i--storyly-story-desktop-one-panel-width: calc(var(--i--storyly-story-desktop-one-panel-height)*var(--i--storyly-story-desktop-one-panel-ratio));\n position: absolute;\n left: 50%;\n top: 12%;\n transform: translateX(-50%);\n width: calc(var(--i--storyly-story-desktop-one-panel-width) - 20%) !important;\n height: calc(var(--i--storyly-story-desktop-one-panel-height) - 20%) !important;\n text-align: center;\n }\n .storyly-ad-manager {\n position: absolute;\n left: 50%;\n top: 12%;\n transform: translateX(-50%);\n text-align: center;\n min-width: 300px;\n min-height: 200px;\n }\n ".replace(/\s+/g," "),this.storyShadowDom_.appendChild(e)}}},{key:"removeStoryly_",value:function(){this.remove(),this.handleEvent_("noStoryGroup")}},{key:"on",value:function(e,t){this.events_=P(P({},this.events_),{},(0,s.default)({},e,t)),this.globalInstanceData.events=this.events_}},{key:"handleEvent_",value:function(e,t){if(this.events_[e]&&"function"==typeof this.events_[e])try{this.events_[e](t)}catch(r){console.error(r)}else if(this.events_[e])throw TypeError("".concat(e," event must be a function!"))}},{key:"loaded",value:function(){var t=this,r=[].concat((0,e.default)(this.groups_),(0,e.default)(this.hiddenStoryGroups_)).filter(function(e){return!e.ad}).map(function(e){var t;return{title:e.title,iconUrl:null!==(t=e.icon_image_url)&&void 0!==t?t:e.icon_video_url,id:e.group_id,pinned:e.pinned,stories:e.stories,type:e.type,nudge:e.nudge}});this.handleEvent_(G.UserEventTypes.loaded,{groupList:r,dataSource:this.isCache_?S.dataSource.cache:S.dataSource.network,allGroups:this.allGroups_}),this.EventImpl.onScreenEvent(this.isCache_),setTimeout(function(){t.loadShareParams_().then(function(){t.handleOpenStoryByUrl_()}).catch(function(){})},300),this.adSettings_.ad_manager_body&&(this.adInterval_=setInterval(function(){window.googletag&&(t.loadAdGroups_(),clearInterval(t.adInterval_))},100)),this.setStorylyBarObserver_(),this.handleI18n_()}},{key:"failed_",value:function(){this.handleEvent_(G.UserEventTypes.loadFailed)}},{key:"handleI18n_",value:function(e){var t,r=this,o=(null!=e?e:{}).detail;(null!==(t=null==o?void 0:o.wrapperDom)&&void 0!==t?t:this.storyShadowRoot_).querySelectorAll("[data-i18n-key]").forEach(function(e){var t=e,o=e.getAttribute("data-i18n-key"),s=r.globalInstanceData.languageJSON[o];s&&b.LocalizationImpl.localizeTexts(t,s)})}},{key:"setContainerHeight_",value:function(){var e;if(this.isVideoFeed_&&"grid"===this.videoFeedView_)(0,v.setStyle)(this.groupsWrapper_,["height","100%"]);else{var t=[];this.groupsWrapper_.querySelectorAll(".storyly__story-group-container").forEach(function(e){return t.push(e.offsetHeight)});var r=Math.max.apply(Math,t);(0,v.setStyle)(this.groupsWrapper_,["height","".concat(r+(null!==(e=this.properties_.storyGroupMarginBottom)&&void 0!==e?e:0),"px")])}}},{key:"handleOpenStoryByUrl_",value:function(){var e=this.shareParams_,t=e.group,r=e.storyIndex;void 0===t||"number"!=typeof r&&r>0||this.showStory_()}},{key:"setSeenForGroup_",value:function(){var e=this.getSeenGroups_(),t=this.getActiveGroup_(),r=this.getActiveStory_();if(!(t.ad||t.nudge||(0,g.isLiveVideo)(t.type))){e[t.group_id]?e[t.group_id].stories.includes(r.story_id)||e[t.group_id].stories.push(r.story_id):e[t.group_id]={seen:!0,stories:[r.story_id]},y.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_groupSeenState",e);var o=this.groups_.find(function(e){return e.group_id===t.group_id}),s=this.groupCircleNodes_.some(function(e){return+e.dataset.id===o.group_id&&e.classList.contains("seen")}),i=this.seenGroups_.some(function(e){return e.group_id===o.group_id});!this.checkSeenStories_(o)||s||i||this.seenGroups_.push(o)}}},{key:"handleImpressionEvent_",value:function(e){if((null==e?void 0:e.type)!==S.groupTypes.REDIRECT){var t={products:this.storylyHydration,language:this.userConfig_.language,country:this.userConfig_.country};this.EventImpl.handleImpressionEvent(t)}this.setSeenForGroup_()}},{key:"loadGroupCircles_",value:function(){var r=(0,t.default)(p.default.mark(function t(r){var o,s,i,n,a,u,l,d,h=this;return p.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(this.nudgeGroups_=r.filter(function(e){return e.nudge}),0!==(o=r.filter(function(e){return!e.nudge})).length){t.next=4;break}return t.abrupt("return");case 4:return s={seenList:[],unseenList:[]},i={seenList:[],unseenList:[]},this.storyGroupObserver_=(0,b.intersectionObserverImpl)(this.groupsWrapper_,this.groupObserverCallback_),n=[],a=[],u=(0,b.storyGroupCircleTemplateImpl)(this.customStoryGroupHTML_),l=this.groupsWrapper_.classList.contains("style-scope"),o.forEach(function(e,t){var r=e.title,d=e.type,p=e.pinned;p=p||(0,g.isLiveVideo)(d);var c=(0,g.generateHtmlFromTemplate)(u(e,h.instanceId_,h.groupsWrapper_,h.properties_)),_=c.querySelector(".storyly__story-group-title");_&&(_.innerText=r);var y,f=h.checkSeenStories_(e);h.customStoryGroupHTML_&&(y=(0,m.handleCustomStoryGroupElement)(e,t,h.customStoryGroupHTML_,f,h.properties_),l?c=y:h.appendChild(y)),c.dataset.id=e.group_id,e.hidden&&(0,v.setClass)(c,"hidden"),p?((0,v.setClass)(c,"pinned"),n.push(e),a.push(c),f&&(0,v.setClass)(c,"seen")):f?((0,v.setClass)(c,"seen"),s.seenList.push(c),i.seenList.push(e)):(s.unseenList.push(c),i.unseenList.push(e)),c.dataset.order=t;var S=f?h.globalInstanceData.languageJSON.seen:h.globalInstanceData.languageJSON.unseen,b=p?h.globalInstanceData.languageJSON.pinned:" ";c.ariaLabel="of {@_".concat(o.length,"_2}, {@_").concat(r,"_3}, {@_").concat(b,"_4}, {@_").concat(S,"_5}"),y&&(y.ariaLabel="Story position ".concat(t+1," of ").concat(o.length,", ").concat(r,", ").concat(p?"pinned, ":"").concat(S)),(e.stories.some(function(e){return e.alt_text})||h.globalInstanceData.accessibility)&&(h.globalInstanceData.storiesHasAltText=!0),c.addEventListener("click",h.handleClickGroup_,!1),h.customStoryGroupHTML_&&h.handleBarStyleEvents_(c)}),d=[].concat(n,(0,e.default)(i.unseenList),(0,e.default)(i.seenList)),this.hiddenStoryGroups_=d.filter(function(e){return e.hidden&&!e.conditional}),this.hiddenConditionalGroups_=d.filter(function(e){return e.hidden&&e.conditional}),t.next=17,d.filter(function(e){return!e.hidden&&!e.nudge}).map(function(e,t){var r=e;return(r=h.setGroupInstance_(e,t)).instance.render().then(function(e){h.swiper_.appendSlide(e)}),r});case 17:this.groups_=t.sent,[].concat(a,(0,e.default)(s.unseenList),(0,e.default)(s.seenList)).forEach(function(e,t){var r=e;if(e.classList.contains("hidden")?h.hiddenStoryGroupNodes_.push(e):(h.groupCircleNodes_.push(e),h.groupsList_.appendChild(e)),r.ariaLabel="Story position {@_".concat(t+1,"_1} ").concat(r.ariaLabel),h.customStoryGroupHTML_){var o=h.getCustomGroupAssignedElement_(e);o&&(o.dataset.sortorder=t)}r.dataset.sortorder=t}),(0,v.setClass)(this.groupsWrapper_,this.properties_.storyGroupAlign),this.handleI18n_({detail:{wrapperDom:this.groupsList_}}),this.loaded(),b.StoryGroupAnimationImpl.add(this.groupCircleNodes_,this.properties_.storyGroupAnimation);case 23:case"end":return t.stop()}},t,this)}));return function(e){return r.apply(this,arguments)}}()},{key:"handleBarStyleEvents_",value:function(e){var t=this;e.addEventListener("mouseenter",function(){var r=t.getCustomGroupAssignedElement_(e),o=r.querySelector(".storyly__story-preview-video");if((0,v.setClass)(r,"storyly__story-group-hovered"),o){var s=r.querySelector(".storyly__story-preview-video source");if(""===s.getAttribute("src")){var i=o.dataset.src;s.src=i,o.load()}o.play(),o.addEventListener("timeupdate",function(){o.currentTime>=7&&(o.currentTime=0,o.play())})}},!1),e.addEventListener("mouseleave",function(){var r,o=t.getCustomGroupAssignedElement_(e);(0,v.removeClass)(o,"storyly__story-group-hovered"),null===(r=o.querySelector(".storyly__story-preview-video"))||void 0===r||r.pause()},!1)}},{key:"groupObserverCallback_",value:function(e){var t=this;e.forEach(function(e){if(e.isIntersecting){var r,o=e.target,s=o.dataset.id;if(t.groups_.forEach(function(e){e.group_id===+s&&(r=e)}),!r.onView){var i;if(t.loadGroupInstance_(r),o.setAttribute("onView",""),"SLOT"!==o.nodeName)(0,x.default)({mediaDom:null!==(i=o.querySelector("img"))&&void 0!==i?i:o.querySelector("video"),group:r,containerStyle:{width:Number(t.properties_.storyGroupCoverWidth)-2*t.properties_.storyGroupBorderSize-2*t.properties_.storyBorderGapSize,height:Number(t.properties_.storyGroupCoverHeight)-2*t.properties_.storyGroupBorderSize-2*t.properties_.storyBorderGapSize,borderRadius:"".concat(t.properties_.storyGroupBorderRadius-t.properties_.storyBorderGapSize-t.properties_.storyGroupBorderSize,"px"),position:"relative",outlineSize:t.properties_.storyBorderGapSize,border:"".concat(t.properties_.storyBorderGapSize,"px solid ").concat(t.properties_.storyGroupBackgroundColor||t.properties_.storyBorderGapColor)}});clearTimeout(t.eventTimeout_),t.barViewed_&&(t.eventTimeout_=setTimeout(function(){return t.sendBarViewEvent_()},1e3))}r.onView=!0}})}},{key:"loadShareParams_",value:function(){var e,t,o,s=new URLSearchParams(window.location.search),i=s.get("storyly");if(!i&&!this.openStoryParams_)return Promise.reject();if(2===(i=this.openStoryParams_||JSON.parse(i)).length){var n=i,a=(0,r.default)(n,2);e=a[0],"number"==typeof(o=a[1])&&(t=o,o=null)}else{var u=i,l=(0,r.default)(u,3);e=l[0],t=l[1],o=l[2]}var d=this.groups_.find(function(t){return t.group_id===+e}),h=null==d?void 0:d.stories.findIndex(function(e){return e.story_id===+t});if(!d){var p={detail:{eventName:G.CustomerEventTypes.storyOpenFailed,params:{errorMessage:"story group does not exist."}}};return this.handleCustomerEvent_(p),Promise.reject(new Error("story group does not exist."))}if(-1===h&&t){var c={detail:{eventName:G.CustomerEventTypes.storyOpenFailed,params:{errorMessage:"story does not exist."}}};return this.handleCustomerEvent_(c),Promise.reject(new Error("story does not exist."))}t||(h=0);var _=!!+s.get("storylyResume");return this.shareParams_={group:d,storyIndex:h,playMode:o,resumeStory:_},o&&(this.swiper_.allowTouchMove=!1),this.globalInstanceData.shareParams=this.shareParams_,Promise.resolve()}},{key:"setSwiperEvents_",value:function(){var e=this;this.swiper_.on("sliderFirstMove",function(){e.swiperMove_=!0}),this.swiper_.on("realIndexChange",function(t){if(e.storylyOpen_){if(!e.shareParams_.group&&!e.isVideoFeed_)e.getActiveStory_().instance.pause();e.layout_===C.default.MODERN&&e.layoutInstance_.handleStoryGroupNavigationButtons(e.groups_,t.activeIndex)}}),this.swiper_.on("transitionEnd",function(t){if(e.swiperMove_=!1,e.storylyOpen_)if(e.shareParams_.group)e.currentGroupIndex_=t.activeIndex;else{if(t.activeIndex!==e.currentGroupIndex_){if(e.layout_===C.default.CLASSIC){var r=e.getActiveGroup_(),o=t.realIndex<t.previousIndex?"prev":"next";r.instance.sendGroupClickedEvent(o),e.getActiveStory_().instance.sendStoryClickedEvent(o)}if(e.groups_[e.currentGroupIndex_].type===S.groupTypes.REDIRECT)return;e.handleCompleteGroupEvent_(),e.groups_[e.currentGroupIndex_].instance.unLoad({holdActive:!0}),e.currentGroupIndex_=t.activeIndex,e.loadNextGroupInstance_(),e.EventImpl.handleSwipingGroupEvent(t.swipeDirection),e.groups_[e.currentGroupIndex_].instance.show(),e.handleImpressionEvent_()}else e.windowResize_||(e.storyTouchAction_=!1);e.windowResize_=!1,t.slides.forEach(function(e){e.classList.contains("swiper-slide-active")?(0,g.setAttribute)(e,"aria-hidden","false"):(0,g.setAttribute)(e,"aria-hidden","true")})}})}},{key:"setGroupInstance_",value:function(e,t){var r=this.layoutInstance_.setGroupInstance(e,t);return P(P({},e),{},{currentOrder:t,instance:r})}},{key:"loadGroupInstance_",value:function(e){e.instance&&e.instance.load()}},{key:"checkSeenStories_",value:function(e){var t=this.getSeenGroups_(),r=e.stories.filter(function(e){return e.visible});return 0!==r.length&&r.every(function(r){var o;return!(null===(o=t[e.group_id])||void 0===o||null===(o=o.stories)||void 0===o||!o.includes(r.story_id))})}},{key:"renderAdGroup_",value:function(e,t){if(this.isAdEnable_()&&0!==this.adGroups_.length){var r=this.adSettings_,o=r.ad_frequency,s=r.ad_first,i=r.ad_cap,n=0,a=e+s,u=0;this.groups_.forEach(function(e,t){e.ad&&(u=t,a=t+(o+1),n+=1)}),n>=i||u===this.groups_.length-1||(this.groups_.splice(a,0,t),this.swiper_.addSlide(a,t.node))}}},{key:"handleClickGroup_",value:function(e){var t,r,o=this,s=e.target.dataset.id;this.groups_.forEach(function(e,o){e.group_id===+s&&(r=o,t=e)}),this.adSettings_.ad_manager_body?this.adGroups_.forEach(function(e){o.renderAdGroup_(r,e)}):this.loadAdGroups_(r),this.showGroup_(t,r)}},{key:"setFocusableElements_",value:function(){var e=[];if(this.layout_===C.default.CLASSIC){var t=this.groupsOverlay_.querySelector("button.storyly__mobile-view-close-story");e=[this.groupsOverlay_.querySelector(".navigate-button.prev-button button"),t]}if(this.layout_===C.default.MODERN){var r=this.groupsOverlay_.querySelector("button.close-story"),o=this.groupsOverlay_.querySelector(".story-group-navigation-button.prev-story-group .story-group-navigation-button-container");"none"===o.parentElement.style.display&&(o=this.groupsOverlay_.querySelector(".prev-story-button")),e=[o,r]}this.focusableEls_=e}},{key:"handleNudgeGroups_",value:function(){var e=(0,t.default)(p.default.mark(function e(t){var r,o;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r=this.shareParams_.playMode,!this.nudgeImpl_||r){e.next=6;break}return e.next=4,this.nudgeImpl_.renderNudgeGroups({layoutInstance:this.layoutInstance_,groups:{default:this.groups_,nudge:this.nudgeGroups_},swiperInstance:this.swiper_,groupIndex:t});case 4:o=e.sent,this.groups_=o;case 6:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()},{key:"clearNudgeGroups_",value:function(){var e=(0,t.default)(p.default.mark(function e(){var t;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!this.nudgeImpl_){e.next=5;break}return e.next=3,this.nudgeImpl_.clearNudgeGroups(this.groups_);case 3:t=e.sent,this.groups_=t;case 5:return e.abrupt("return",Promise.resolve());case 6:case"end":return e.stop()}},e,this)}));return function(){return e.apply(this,arguments)}}()},{key:"showGroup_",value:function(e,t){var r=this;this.isMobileView_&&(0,b.calcStorySizeImpl)(this.groupsOverlay_),this.handleNudgeGroups_(t),this.handleI18n_(),this.setOverlayVh_(),this.setStoryNavigationEvents_(),this.removeEventListener("keydown",this.handleTabKeyPressListener_),this.setStyleToDocument_(),b.StoryGroupAnimationImpl.remove(this.groupCircleNodes_,this.properties_.storyGroupAnimation),this.swiper_.slideTo(t),this.swiper_.update();var o=this.swiper_.slides[t];this.storylyOpen_=!0,this.layout_===C.default.MODERN&&this.isVideoFeed_&&this.layoutInstance_.handleNavigationVisibility(t,this.groups_),setTimeout(function(){e.instance.show(),e.type!==S.groupTypes.REDIRECT?(0,v.setClass)(r.groupsOverlay_,"active"):r.handleRedirectionGroup_(),o.ariaHidden="false",r.storyShadowDom_.removeAttribute("tabindex"),r.groupsOverlay_.ariaHidden="false",r.isVideoFeed_||r.setFocusableElements_()},150),this.currentGroupIndex_=t,this.loadNextGroupInstance_(),this.setSwiperEvents_(),this.layout_===C.default.MODERN&&this.layoutInstance_.handleStoryGroupNavigationButtons(this.groups_,t),this.EventImpl.handleSelectedGroupEvent(),this.handleImpressionEvent_(e),this.handleEvent_(G.UserEventTypes.openStoryGroup,P(P({},null!=e?e:{}),{},{instance:void 0}))}},{key:"handleRedirectionGroup_",value:function(){var e=this;this.handleSeenGroupsPosition_().then(function(){e.layoutImpl_.refreshSortData(),e.layoutImpl_.sort("order"),e.groups_.forEach(function(e,t){e.instance.setKey(t)})}).catch(function(){})}},{key:"setStyleToDocument_",value:function(){this.globalInstanceData.storylyEmbed.init||((0,v.setStyle)(document.documentElement,["overflow","hidden"]),(0,v.setStyle)(document.documentElement,["overscrollBehaviorX","none"]))}},{key:"resetStyleToDocument_",value:function(){(0,v.resetStyle)(document.documentElement,["overflow","overscrollBehaviorX","position"])}},{key:"showStory_",value:function(){var e=this,t=this.shareParams_,r=t.group,o=t.storyIndex,s=t.playMode,i=this.groups_.find(function(e){return e.group_id===r.group_id}),n=this.getStoryGroupElement_(r),a=this.groups_.findIndex(function(e){return e.group_id===r.group_id});n.setAttribute("onView","");var u=n.querySelector("img"),l=n.querySelector("video");(u||l)&&(0,x.default)({mediaDom:null!=u?u:l,group:i,containerStyle:{width:Number(this.properties_.storyGroupCoverWidth)-2*this.properties_.storyGroupBorderSize-2*this.properties_.storyBorderGapSize,height:Number(this.properties_.storyGroupCoverHeight)-2*this.properties_.storyGroupBorderSize-2*this.properties_.storyBorderGapSize,borderRadius:"".concat(this.properties_.storyGroupBorderRadius-this.properties_.storyBorderGapSize-this.properties_.storyGroupBorderSize,"px"),position:"relative",outlineSize:this.properties_.storyBorderGapSize,border:"".concat(this.properties_.storyBorderGapSize,"px solid ").concat(this.properties_.storyGroupBackgroundColor||this.properties_.storyBorderGapColor)}}),i.onView=!0,i.instance.loadByParameters(o),"string"!=typeof s&&(this.adSettings_.ad_manager_body?this.adGroups_.forEach(function(t){e.renderAdGroup_(a,t)}):this.loadAdGroups_(a)),this.showGroup_(i,a)}},{key:"getSeenGroups_",value:function(){return y.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_groupSeenState")}},{key:"loadInlineStyle_",value:function(){if(this.storyGroupStyle.textContent=(0,v.inlineStyle)(this.properties_,this.instanceId_),this.customStoryGroupHTML_){var e=document.createElement("style");e.textContent=v.slotStyle.replace(/\s+/g," "),this.appendChild(e)}this.setOverlayVh_(),this.storylyFontCssDom_=document.createElement("style"),document.head.appendChild(this.storylyFontCssDom_);var t=document.createElement("style");this.storyShadowRoot_.appendChild(t),t.textContent+=(0,v.inlineStoryGroupStyle)(this.properties_),this.storylyFontCssDom_.textContent+=this.storylyFontCss = `/* latin-ext */ @font-face { font-family: 'Storyly-CourierPrime'; font-style: normal; font-weight: 400; font-display: swap; src: local('Courier Prime Regular'), local('CourierPrime-Regular'), url(https://fonts.gstatic.com/s/courierprime/v1/u-450q2lgwslOqpF_6gQ8kELaw9pWs39pvnRPA.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-CourierPrime'; font-style: normal; font-weight: 400; font-display: swap; src: local('Courier Prime Regular'), local('CourierPrime-Regular'), url(https://fonts.gstatic.com/s/courierprime/v1/u-450q2lgwslOqpF_6gQ8kELawFpWs39pvk.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Storyly-CourierPrime'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/courierprime/v2/u-4i0q2lgwslOqpF_6gQ8kELawRR4-Lvp9nsF3-OA6Fw.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-CourierPrime'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/courierprime/v2/u-4i0q2lgwslOqpF_6gQ8kELawRR4-LvqdnsF3-OAw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Storyly-CourierPrime'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/courierprime/v2/u-4k0q2lgwslOqpF_6gQ8kELY7pMT-7fq9PrNX2-Ag.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-CourierPrime'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/courierprime/v2/u-4k0q2lgwslOqpF_6gQ8kELY7pMT-Dfq9PrNX0.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 400; font-display: swap; src: local('Bellota Regular'), local('Bellota-Regular'), url(https://fonts.gstatic.com/s/bellota/v1/MwQ2bhXl3_qEpiwAKJFbtUk9hbF2rA.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 400; font-display: swap; src: local('Bellota Regular'), local('Bellota-Regular'), url(https://fonts.gstatic.com/s/bellota/v1/MwQ2bhXl3_qEpiwAKJpbtUk9hbF2rA.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 400; font-display: swap; src: local('Bellota Regular'), local('Bellota-Regular'), url(https://fonts.gstatic.com/s/bellota/v1/MwQ2bhXl3_qEpiwAKJtbtUk9hbF2rA.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* cyrillic */ @font-face { font-family: 'Storyly-Bellota'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQxbhXl3_qEpiwAKJBjDGYvjpFLh3i1TE5b.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Bellota'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQxbhXl3_qEpiwAKJBjDGYvhZFLh3i1TE5b.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Bellota'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQxbhXl3_qEpiwAKJBjDGYvhJFLh3i1TE5b.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Bellota'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQxbhXl3_qEpiwAKJBjDGYvipFLh3i1TA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQzbhXl3_qEpiwAIC5-oGAfiJtMpXqFTQ.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQzbhXl3_qEpiwAIC5-oGsfiJtMpXqFTQ.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQzbhXl3_qEpiwAIC5-oGofiJtMpXqFTQ.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/bellota/v2/MwQzbhXl3_qEpiwAIC5-oGQfiJtMpXo.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin */ @font-face { font-family: 'Storyly-Bellota'; font-style: normal; font-weight: 400; font-display: swap; src: local('Bellota Regular'), local('Bellota-Regular'), url(https://fonts.gstatic.com/s/bellota/v1/MwQ2bhXl3_qEpiwAKJVbtUk9hbE.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* vietnamese */ @font-face { font-family: 'Storyly-Quicksand'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hJFQNYuDyP7bh.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Quicksand'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hJVQNYuDyP7bh.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Quicksand'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hK1QNYuDyPw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* vietnamese */ @font-face { font-family: 'Storyly-Quicksand'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hJFQNYuDyP7bh.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Quicksand'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hJVQNYuDyP7bh.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Quicksand'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/quicksand/v20/6xKtdSZaM9iE8KbpRA_hK1QNYuDyPw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* vietnamese */ @font-face { font-family: 'Storyly-DancingScript'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/dancingscript/v14/If2RXTr6YS-zF4S-kcSWSVi_szLviuEHiC4Wl-8.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-DancingScript'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/dancingscript/v14/If2RXTr6YS-zF4S-kcSWSVi_szLuiuEHiC4Wl-8.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-DancingScript'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/dancingscript/v14/If2RXTr6YS-zF4S-kcSWSVi_szLgiuEHiC4W.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* vietnamese */ @font-face { font-family: 'Storyly-DancingScript'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/dancingscript/v14/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03Rep6hNX6plRPjLo.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-DancingScript'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/dancingscript/v14/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03ROp6hNX6plRPjLo.woff) format('woff'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-DancingScript'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/dancingscript/v14/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03Sup6hNX6plRP.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'Storyly-Poppins'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v15/pxiDyp8kv8JHgFVrJJLmy15VFteOYktMqlap.woff2) format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Storyly-Poppins'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v15/pxiDyp8kv8JHgFVrJJLmy15VGdeOYktMqlap.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* devanagari */ @font-face { font-family: 'Storyly-Poppins'; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2) format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Storyly-Poppins'; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Poppins'; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* devanagari */ @font-face { font-family: 'Storyly-Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Storyly-Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v11/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeE2maM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v11/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeGmmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v11/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeHWmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v11/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeEWmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v11/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeEGmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v11/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeHmmaM7Xq3oA9.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXVmTObLI2pg8HjHg9Q.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXVmaObLI2pg8HjHg9Q.woff) format('woff'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXVmdObLI2pg8HjHg9Q.woff) format('woff'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXVmRObLI2pg8HjHg9Q.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXVmQObLI2pg8HjHg9Q.woff) format('woff'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: italic; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXVmeObLI2pg8HjE.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213aeE2maM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213aeGmmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213aeHWmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213aeEWmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213aeEGmaM7Xq3oA9NjE.woff) format('woff'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Vollkorn'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/vollkorn/v13/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213aeHmmaM7Xq3oA9.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 100; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format('woff2'); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Inter'; font-style: normal; font-weight: 900; font-display: swap; src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 300; font-display: swap; src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUbOvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 300; font-display: swap; src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUZevIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 300; font-display: swap; src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUbuvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 300; font-display: swap; src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUb-vIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 300; font-display: swap; src: local('Nunito Light'), local('Nunito-Light'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAnsSUYevIWzgPDA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 400; font-display: swap; src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 400; font-display: swap; src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 400; font-display: swap; src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 400; font-display: swap; src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 400; font-display: swap; src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 600; font-display: swap; src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUbOvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 600; font-display: swap; src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUZevIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 600; font-display: swap; src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUbuvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 600; font-display: swap; src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUb-vIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 600; font-display: swap; src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofA6sKUYevIWzgPDA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 700; font-display: swap; src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUbOvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 700; font-display: swap; src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUZevIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 700; font-display: swap; src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUbuvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 700; font-display: swap; src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUb-vIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 700; font-display: swap; src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAjsOUYevIWzgPDA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 800; font-display: swap; src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUbOvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 800; font-display: swap; src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUZevIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 800; font-display: swap; src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUbuvIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 800; font-display: swap; src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUb-vIWzgPDEtj.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Storyly-Nunito'; font-style: normal; font-weight: 800; font-display: swap; src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(https://fonts.gstatic.com/s/nunito/v13/XRXW3I6Li01BKofAksCUYevIWzgPDA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } `,t.textContent+=this.storylyWebCss = `.cta-button{background:#189fff;color:#fff;font-weight:400;font-style:normal;border:0 solid transparent;white-space:nowrap;overflow:hidden;position:absolute;cursor:pointer}.cta-button[data-scale="3"]{padding:.7142em 0;font-size:.4375em;line-height:1.375;border-radius:.5714em}.cta-button[data-scale="2"]{padding:.8em 0;font-size:.3125em;line-height:1.2;border-radius:.6em}.cta-button[data-scale="1"]{padding:.8125em 0;font-size:.25em;line-height:1.1875;border-radius:.5625em}.cta-button[data-borderwidth="0"]{border-width:0}.cta-button[data-borderwidth="1"]{border-width:2px}.cta-button[data-borderwidth="2"]{border-width:4px}.cta-button[data-borderwidth="3"]{border-width:6px}.cta-button:active{opacity:.5}.swipe-up{bottom:.24em;transition:top .2s ease-in;cursor:pointer!important;position:absolute;display:flex;flex-direction:column;text-align:center;left:50%;transform:translateX(-50%);align-items:center;width:90%}.swipe-up button{cursor:pointer;font-size:.225em;line-height:1.6;min-height:2.4em;padding:.4em 1.06em;max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;background:var(--text-color);color:var(--background-color);border:2px solid;border-radius:100px}.swipe-up button>.arrow-lines{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);display:flex}.swipe-up button>.arrow-lines .arrow-lines-left,.swipe-up button>.arrow-lines .arrow-lines-right{display:block;width:.6em;height:1.5px;background-color:var(--background-color)}.swipe-up button>.arrow-lines .arrow-lines-right{transform:rotate(150deg);transform-origin:left}.swipe-up button>.arrow-lines .arrow-lines-left{transform:rotate(-150deg);transform-origin:right}.swipe-up button>.arrow-lines:last-child{margin-top:.5em}.swipe-up>.arrow-lines{display:none}.swipe-up>.arrow-lines .arrow-lines-left,.swipe-up>.arrow-lines .arrow-lines-right{width:.24em;height:2px}.swipe-up.animating button{animation:colorTransition .8s ease-in-out .8s 1 forwards,bounceSwipeButton 1.2s ease-in-out 2.2s infinite}.swipe-up.animating button>.arrow-lines .arrow-lines-left,.swipe-up.animating button>.arrow-lines .arrow-lines-right{animation:colorTransition .8s ease-in-out .8s 1;animation-fill-mode:forwards;animation-direction:reverse}.swipe-up.animating>.arrow-lines{display:flex;transform:translateY(10px);animation:arrows .8s ease-in-out .8s 1 forwards,bounceArrows 1.2s ease-in-out 1.6s infinite}.swipe-up.animating>.arrow-lines .arrow-lines-right{transform-origin:left;animation:arrowRightLineSwing 1.2s ease-in-out 1.6s infinite backwards}.swipe-up.animating>.arrow-lines .arrow-lines-left{transform-origin:right;animation:arrowLeftLineSwing 1.2s ease-in-out 1.6s infinite backwards}@keyframes colorTransition{0%{color:var(--background-color);background-color:var(--text-color)}to{color:var(--text-color);background-color:var(--background-color)}}@keyframes bounceSwipeButton{0%{transform:translateY(0);scale:unset}50%{transform:translateY(-.2em);scale:1.02}to{transform:translateY(0);scale:unset}}@keyframes bounceArrows{0%{transform:translateY(-.27em)}50%{transform:translateY(-.15em)}to{transform:translateY(-.27em)}}@keyframes arrows{0%{transform:translateY(.15em);scale:.5}to{transform:translateY(-.27em);scale:unset}}@keyframes arrowLeftLineSwing{0%{transform:rotate(-150deg)}50%{transform:rotate(-160deg)}to{transform:rotate(-150deg)}}@keyframes arrowRightLineSwing{0%{transform:rotate(150deg)}50%{transform:rotate(160deg)}to{transform:rotate(150deg)}}.countdown{position:absolute;font-weight:600;box-shadow:0 0 .084em hsla(0,0%,52.5%,.1);display:flex;flex-direction:column;background:#fff;color:#212121}.countdown[data-scale="0.64"]{border:.01em solid #e0e0e0;border-radius:.16em;padding:.2em}.countdown[data-scale="0.64"] .title{margin-bottom:.2em}.countdown[data-scale="0.64"] .title span{font-size:.2em;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.countdown[data-scale="0.64"] .times{display:flex}.countdown[data-scale="0.64"] .times[data-days=false] .time,.countdown[data-scale="0.64"] .times[data-seconds=false] .time{padding:.08em}.countdown[data-scale="0.64"] .times[data-days=false] .time span,.countdown[data-scale="0.64"] .times[data-seconds=false] .time span{font-size:.36em}.countdown[data-scale="0.64"] .times[data-days=false] .time-name,.countdown[data-scale="0.64"] .times[data-seconds=false] .time-name{font-size:.14em;line-height:1.214}.countdown[data-scale="0.64"] .times[data-days=false] .dot,.countdown[data-scale="0.64"] .times[data-seconds=false] .dot{height:.592em}.countdown[data-scale="0.64"] .times[data-days=false] .dot:first-of-type,.countdown[data-scale="0.64"] .times[data-seconds=false] .dot:last-of-type{display:none}.countdown[data-scale="0.64"] .times .days,.countdown[data-scale="0.64"] .times .hours,.countdown[data-scale="0.64"] .times .minutes,.countdown[data-scale="0.64"] .times .seconds{width:100%}.countdown[data-scale="0.64"] .times .days .time-name,.countdown[data-scale="0.64"] .times .hours .time-name,.countdown[data-scale="0.64"] .times .minutes .time-name,.countdown[data-scale="0.64"] .times .seconds .time-name{display:block;line-height:1.1538;font-size:.13em;margin-top:.4923076923em}.countdown[data-scale="0.64"] .times .day-times,.countdown[data-scale="0.64"] .times .hour-times,.countdown[data-scale="0.64"] .times .minute-times,.countdown[data-scale="0.64"] .times .second-times{display:flex;justify-content:space-between}.countdown[data-scale="0.64"] .times .day-times .time,.countdown[data-scale="0.64"] .times .hour-times .time,.countdown[data-scale="0.64"] .times .minute-times .time,.countdown[data-scale="0.64"] .times .second-times .time{display:flex;align-items:center;justify-content:center;flex:0 0 calc(50% - 2px);padding:.12em .04em;border-radius:.06em}.countdown[data-scale="0.64"] .times .day-times .time span,.countdown[data-scale="0.64"] .times .hour-times .time span,.countdown[data-scale="0.64"] .times .minute-times .time span,.countdown[data-scale="0.64"] .times .second-times .time span{display:block;line-height:1.2;font-size:.3em}.countdown[data-scale="0.64"] .times .dot{color:#262626;margin-right:2px;margin-left:2px;height:.6em;display:flex;align-items:center}.countdown[data-scale="0.64"] .times .dot span{font-size:.18em}.countdown[data-scale="0.8"]{border:.0125em solid #e0e0e0;border-radius:.2em;padding:.25em}.countdown[data-scale="0.8"] .title{margin-bottom:.25em}.countdown[data-scale="0.8"] .title span{font-size:.25em;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.countdown[data-scale="0.8"] .times{display:flex}.countdown[data-scale="0.8"] .times[data-days=false] .time,.countdown[data-scale="0.8"] .times[data-seconds=false] .time{padding:.1em}.countdown[data-scale="0.8"] .times[data-days=false] .time span,.countdown[data-scale="0.8"] .times[data-seconds=false] .time span{font-size:.45em}.countdown[data-scale="0.8"] .times[data-days=false] .time-name,.countdown[data-scale="0.8"] .times[data-seconds=false] .time-name{font-size:.175em;line-height:1.214}.countdown[data-scale="0.8"] .times[data-days=false] .dot,.countdown[data-scale="0.8"] .times[data-seconds=false] .dot{height:.74em}.countdown[data-scale="0.8"] .times[data-days=false] .dot:first-of-type,.countdown[data-scale="0.8"] .times[data-seconds=false] .dot:last-of-type{display:none}.countdown[data-scale="0.8"] .times .days,.countdown[data-scale="0.8"] .times .hours,.countdown[data-scale="0.8"] .times .minutes,.countdown[data-scale="0.8"] .times .seconds{width:100%}.countdown[data-scale="0.8"] .times .days .time-name,.countdown[data-scale="0.8"] .times .hours .time-name,.countdown[data-scale="0.8"] .times .minutes .time-name,.countdown[data-scale="0.8"] .times .seconds .time-name{display:block;line-height:1.1538;font-size:.1625em;margin-top:.6153846154em}.countdown[data-scale="0.8"] .times .day-times,.countdown[data-scale="0.8"] .times .hour-times,.countdown[data-scale="0.8"] .times .minute-times,.countdown[data-scale="0.8"] .times .second-times{display:flex;justify-content:space-between}.countdown[data-scale="0.8"] .times .day-times .time,.countdown[data-scale="0.8"] .times .hour-times .time,.countdown[data-scale="0.8"] .times .minute-times .time,.countdown[data-scale="0.8"] .times .second-times .time{display:flex;align-items:center;justify-content:center;flex:0 0 calc(50% - 2px);padding:.15em .05em;border-radius:.075em}.countdown[data-scale="0.8"] .times .day-times .time span,.countdown[data-scale="0.8"] .times .hour-times .time span,.countdown[data-scale="0.8"] .times .minute-times .time span,.countdown[data-scale="0.8"] .times .second-times .time span{display:block;line-height:1.2;font-size:.375em}.countdown[data-scale="0.8"] .times .dot{color:#262626;margin-right:2px;margin-left:2px;height:.75em;display:flex;align-items:center}.countdown[data-scale="0.8"] .times .dot span{font-size:.225em}.countdown[data-scale="1"]{border:.015625em solid #e0e0e0;border-radius:.25em;padding:.3125em}.countdown[data-scale="1"] .title{margin-bottom:.3125em}.countdown[data-scale="1"] .title span{font-size:.3125em;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.countdown[data-scale="1"] .times{display:flex}.countdown[data-scale="1"] .times[data-days=false] .time,.countdown[data-scale="1"] .times[data-seconds=false] .time{padding:.125em}.countdown[data-scale="1"] .times[data-days=false] .time span,.countdown[data-scale="1"] .times[data-seconds=false] .time span{font-size:.5625em}.countdown[data-scale="1"] .times[data-days=false] .time-name,.countdown[data-scale="1"] .times[data-seconds=false] .time-name{font-size:.21875em;line-height:1.214}.countdown[data-scale="1"] .times[data-days=false] .dot,.countdown[data-scale="1"] .times[data-seconds=false] .dot{height:.925em}.countdown[data-scale="1"] .times[data-days=false] .dot:first-of-type,.countdown[data-scale="1"] .times[data-seconds=false] .dot:last-of-type{display:none}.countdown[data-scale="1"] .times .days,.countdown[data-scale="1"] .times .hours,.countdown[data-scale="1"] .times .minutes,.countdown[data-scale="1"] .times .seconds{width:100%}.countdown[data-scale="1"] .times .days .time-name,.countdown[data-scale="1"] .times .hours .time-name,.countdown[data-scale="1"] .times .minutes .time-name,.countdown[data-scale="1"] .times .seconds .time-name{display:block;line-height:1.1538;font-size:.203125em;margin-top:.7692307692em}.countdown[data-scale="1"] .times .day-times,.countdown[data-scale="1"] .times .hour-times,.countdown[data-scale="1"] .times .minute-times,.countdown[data-scale="1"] .times .second-times{display:flex;justify-content:space-between}.countdown[data-scale="1"] .times .day-times .time,.countdown[data-scale="1"] .times .hour-times .time,.countdown[data-scale="1"] .times .minute-times .time,.countdown[data-scale="1"] .times .second-times .time{display:flex;align-items:center;justify-content:center;flex:0 0 calc(50% - 2px);padding:.1875em .0625em;border-radius:.09375em}.countdown[data-scale="1"] .times .day-times .time span,.countdown[data-scale="1"] .times .hour-times .time span,.countdown[data-scale="1"] .times .minute-times .time span,.countdown[data-scale="1"] .times .second-times .time span{display:block;line-height:1.2;font-size:.46875em}.countdown[data-scale="1"] .times .dot{color:#262626;margin-right:2px;margin-left:2px;height:.9375em;display:flex;align-items:center}.countdown[data-scale="1"] .times .dot span{font-size:.28125em}.countdown .times .time{background:#eee}.countdown[data-mode=Dark]{background-color:#141414;border-color:#dbdbdb;color:#fff}.countdown[data-mode=Dark] .times .time{background:#434343}.countdown[data-mode=Dark] .times .dot,.countdown[data-mode=Dark] .times .time-name{color:#adadad}.reactions{position:absolute;top:90%;white-space:nowrap;display:flex}.reactions[data-mode=Dark] .emoji-container{background-color:#212121;border-color:#424242}.reactions[data-mode=Dark] .emoji-container .count{color:#fff}.reactions[data-mode=Light] .emoji-container{background:#f7f7f7;border-color:#e0e0e0}.reactions .emoji-container{cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:space-between;border:1px solid;transition:all .3s ease-in-out;padding:.17em;margin-right:.14598em;border-radius:100px;opacity:0}.reactions .emoji-container:last-child{margin:0}.reactions .emoji-container .emoji{display:inline-block;pointer-events:none;font-size:.34em;line-height:1;font-family:none;text-align:center;user-select:none}.reactions .emoji-container .emoji:last-child{padding-right:0}.reactions .emoji-container .count{font-family:Storyly-Inter,sans-serif;font-size:.17em;pointer-events:none;line-height:1.14;color:#000;font-weight:500;margin-top:.285em;text-align:center;transform:scale(0);transition:transform .3s ease-in}.reactions .emoji-container .count:not([data-count]){display:none}.reactions.animating .emoji-container{animation:emoji-animation .6s ease-in-out;animation-fill-mode:both;animation-delay:calc(var(--animate-order)*250ms + .2s)}.reactions.reacted .emoji-container{animation:none;transition-timing-function:ease-in;opacity:1}.reactions.reacted .emoji-container .count{display:initial;transform:scale(1)}.reactions.reacted .emoji-container.clicked{background:var(--background-color);transform:scale(1.14)}.reactions.rotated{transform:rotate(90deg)}.reactions.rotated.animating .emoji-container{animation-name:emoji-animation-rotated}.reactions.rotated .emoji-container{margin-right:.2189em;transform:rotate(270deg)}.reactions.rotated .emoji-container.clicked{transform:scale(1.14) rotate(270deg)}.reactions.deselected .emoji-container{animation:none;opacity:1}@keyframes emoji-animation{0%{opacity:0;transform:scale(1)}50%{opacity:1;background:var(--background-color);transform:scale(1.14)}to{opacity:1;transform:scale(1)}}@keyframes emoji-animation-rotated{0%{opacity:0;transform:scale(1) rotate(270deg)}50%{opacity:1;background:var(--background-color);transform:scale(1.14) rotate(270deg)}to{opacity:1;transform:scale(1) rotate(270deg)}}.reactions.without-percentage-view.reacted .count{display:none}.image-cta-wrapper{position:absolute;text-align:left!important}.image-cta-wrapper img{width:100%;height:100%;cursor:pointer;position:absolute;object-fit:cover}.media-component{position:absolute;pointer-events:none}.media-component img{width:100%;height:100%;object-fit:cover;display:block}.media-component video{width:100%;height:auto!important}.poll-component[data-scale="0.64"]{position:absolute;overflow:hidden;text-align:center}.poll-component[data-scale="0.64"] .question{padding-bottom:.042em;margin:0 0 .14em;font-weight:700;font-size:.28em;line-height:1.1785;color:var(--background-color);text-shadow:var(--text-shadow-color);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.poll-component[data-scale="0.64"] .options{height:.71em;display:flex;background-color:var(--background-color);border:2px solid var(--border-color);border-radius:.16em;overflow:hidden}.poll-component[data-scale="0.64"] .options button{position:relative;cursor:pointer;font-size:inherit;width:50%;color:var(--text-color);background-color:var(--background-color);padding:.12em;border:none;transition:all .6s ease}.poll-component[data-scale="0.64"] .options button .option-title{display:block;width:100%;font-weight:700;font-size:.19em;line-height:1.277;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poll-component[data-scale="0.64"] .options button .vote{display:block;font-weight:400;font-size:.23em;line-height:1.1739}.poll-component[data-scale="0.64"] .options button:first-of-type{border-right:1px solid var(--border-color)}.poll-component[data-scale="0.64"] .options button:last-of-type{border-left:1px solid var(--border-color)}.poll-component[data-scale="0.64"].voted .options button{display:flex;flex-direction:column;justify-content:space-between;border:none;padding:.08em .12em}.poll-component[data-scale="0.64"].voted .options button:not(.overflows).option-title{font-size:.17em;line-height:1.1764;-webkit-line-clamp:1}.poll-component[data-scale="0.64"].voted .options button:not(.selected){background-image:linear-gradient(var(--border-color) 0 0)}.poll-component[data-scale="0.64"].voted .options button:first-of-type{text-align:left}.poll-component[data-scale="0.64"].voted .options button:last-of-type{align-items:flex-end;text-align:right}.poll-component[data-scale="0.64"].voted .options button:last-of-type .option-title{max-width:4.5em}.poll-component[data-scale="0.64"].voted .options button.overflows{padding:.04em .12em;text-align:left}.poll-component[data-scale="0.64"].voted .options button.overflows .option-title{font-size:.14em}.poll-component[data-scale="0.64"].voted .options button .option-title{padding-bottom:1.2625em}.poll-component[data-scale="0.64"].voted .options[data-percentage-0="0"] button:first-of-type{padding:0;opacity:0}.poll-component[data-scale="0.64"].voted .options[data-percentage-0="0"] button:last-of-type{align-items:center;text-align:center}.poll-component[data-scale="0.64"].voted .options[data-percentage-1="0"] button:last-of-type{padding:0;opacity:0}.poll-component[data-scale="0.64"].voted .options[data-percentage-1="0"] button:first-of-type{align-items:center;text-align:center}.poll-component[data-scale="0.8"]{position:absolute;overflow:hidden;text-align:center}.poll-component[data-scale="0.8"] .question{padding-bottom:.0525em;margin:0 0 .175em;font-weight:700;font-size:.35em;line-height:1.1785;color:var(--background-color);text-shadow:var(--text-shadow-color);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.poll-component[data-scale="0.8"] .options{height:.8875em;display:flex;background-color:var(--background-color);border:2px solid var(--border-color);border-radius:.2em;overflow:hidden}.poll-component[data-scale="0.8"] .options button{position:relative;cursor:pointer;font-size:inherit;width:50%;color:var(--text-color);background-color:var(--background-color);padding:.15em;border:none;transition:all .6s ease}.poll-component[data-scale="0.8"] .options button .option-title{display:block;width:100%;font-weight:700;font-size:.2375em;line-height:1.277;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poll-component[data-scale="0.8"] .options button .vote{display:block;font-weight:400;font-size:.2875em;line-height:1.1739}.poll-component[data-scale="0.8"] .options button:first-of-type{border-right:1px solid var(--border-color)}.poll-component[data-scale="0.8"] .options button:last-of-type{border-left:1px solid var(--border-color)}.poll-component[data-scale="0.8"].voted .options button{display:flex;flex-direction:column;justify-content:space-between;border:none;padding:.1em .15em}.poll-component[data-scale="0.8"].voted .options button:not(.overflows).option-title{font-size:.2125em;line-height:1.1764;-webkit-line-clamp:1}.poll-component[data-scale="0.8"].voted .options button:not(.selected){background-image:linear-gradient(var(--border-color) 0 0)}.poll-component[data-scale="0.8"].voted .options button:first-of-type{text-align:left}.poll-component[data-scale="0.8"].voted .options button:last-of-type{align-items:flex-end;text-align:right}.poll-component[data-scale="0.8"].voted .options button:last-of-type .option-title{max-width:5.625em}.poll-component[data-scale="0.8"].voted .options button.overflows{padding:.05em .15em;text-align:left}.poll-component[data-scale="0.8"].voted .options button.overflows .option-title{font-size:.175em}.poll-component[data-scale="0.8"].voted .options button .option-title{padding-bottom:1.2625em}.poll-component[data-scale="0.8"].voted .options[data-percentage-0="0"] button:first-of-type{padding:0;opacity:0}.poll-component[data-scale="0.8"].voted .options[data-percentage-0="0"] button:last-of-type{align-items:center;text-align:center}.poll-component[data-scale="0.8"].voted .options[data-percentage-1="0"] button:last-of-type{padding:0;opacity:0}.poll-component[data-scale="0.8"].voted .options[data-percentage-1="0"] button:first-of-type{align-items:center;text-align:center}.poll-component[data-scale="1"]{position:absolute;overflow:hidden;text-align:center}.poll-component[data-scale="1"] .question{padding-bottom:.065625em;margin:0 0 .21875em;font-weight:700;font-size:.4375em;line-height:1.1785;color:var(--background-color);text-shadow:var(--text-shadow-color);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.poll-component[data-scale="1"] .options{height:1.109375em;display:flex;background-color:var(--background-color);border:2px solid var(--border-color);border-radius:.25em;overflow:hidden}.poll-component[data-scale="1"] .options button{position:relative;cursor:pointer;font-size:inherit;width:50%;color:var(--text-color);background-color:var(--background-color);padding:.1875em;border:none;transition:all .6s ease}.poll-component[data-scale="1"] .options button .option-title{display:block;width:100%;font-weight:700;font-size:.296875em;line-height:1.277;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poll-component[data-scale="1"] .options button .vote{display:block;font-weight:400;font-size:.359375em;line-height:1.1739}.poll-component[data-scale="1"] .options button:first-of-type{border-right:1px solid var(--border-color)}.poll-component[data-scale="1"] .options button:last-of-type{border-left:1px solid var(--border-color)}.poll-component[data-scale="1"].voted .options button{display:flex;flex-direction:column;justify-content:space-between;border:none;padding:.125em .1875em}.poll-component[data-scale="1"].voted .options button:not(.overflows).option-title{font-size:.265625em;line-height:1.1764;-webkit-line-clamp:1}.poll-component[data-scale="1"].voted .options button:not(.selected){background-image:linear-gradient(var(--border-color) 0 0)}.poll-component[data-scale="1"].voted .options button:first-of-type{text-align:left}.poll-component[data-scale="1"].voted .options button:last-of-type{align-items:flex-end;text-align:right}.poll-component[data-scale="1"].voted .options button:last-of-type .option-title{max-width:7.03125em}.poll-component[data-scale="1"].voted .options button.overflows{padding:.0625em .1875em;text-align:left}.poll-component[data-scale="1"].voted .options button.overflows .option-title{font-size:.21875em}.poll-component[data-scale="1"].voted .options button .option-title{padding-bottom:1.2625em}.poll-component[data-scale="1"].voted .options[data-percentage-0="0"] button:first-of-type{padding:0;opacity:0}.poll-component[data-scale="1"].voted .options[data-percentage-0="0"] button:last-of-type{align-items:center;text-align:center}.poll-component[data-scale="1"].voted .options[data-percentage-1="0"] button:last-of-type{padding:0;opacity:0}.poll-component[data-scale="1"].voted .options[data-percentage-1="0"] button:first-of-type{align-items:center;text-align:center}.poll-component[data-mode=Dark] .options button:first-child{border-right:1px solid #616161}.poll-component[data-mode=Dark] .options button:nth-child(2){border-left:1px solid #616161}.poll-component[data-mode=Light] .options{border:1px solid #e0e0e0}.poll-component[data-mode=Light] .options button:first-child{border-right:1px solid #eee}.poll-component[data-mode=Light] .options button:nth-child(2){border-left:1px solid #eee}.poll-component[data-mode=Dark] .options button:first-child,.poll-component[data-mode=Light] .options button:first-child{color:#16c898}.poll-component[data-mode=Dark] .options button:nth-child(2),.poll-component[data-mode=Light] .options button:nth-child(2){color:#fe3f9c}.poll-component.without-percentage-view.voted .options button{padding:0;text-align:center!important;display:flex;justify-content:center;align-items:center}.poll-component.without-percentage-view.voted .options button .option-title{padding-bottom:0;max-width:none!important}.product-tag-dot{z-index:99;position:inherit;color:#000;background-color:#fff;font-size:.2256em;line-height:1.23;width:7.4%;border-radius:50%;border:1px solid;background:no-repeat 50%;background-size:67%;animation:leaves 1s ease-out infinite alternate;animation-delay:.3s;cursor:pointer}.product-tag-dot:before{content:"";float:left;padding-top:100%}.product-tag-dot.active .product-tag-tooltip{visibility:visible;opacity:1;transform:translateY(0)}.product-tag-dot.active{animation:none}.product-tag-dot .product-tag-tooltip{z-index:inherit;cursor:pointer;visibility:hidden;opacity:0;padding:0;position:inherit;display:inline-block;font-weight:600;font-style:normal;font-size:inherit;font-family:inherit;border:.1538em solid;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:.923em;width:auto;white-space:nowrap;transform:translateY(30px);transition:all .4s ease-out,margin-left 0s}.product-tag-dot .product-tag-tooltip.top-left{bottom:calc(100% + .307em);right:0}.product-tag-dot .product-tag-tooltip.top-middle{bottom:calc(100% + .307em);left:50%}.product-tag-dot .product-tag-tooltip.top-right{bottom:calc(100% + .307em);left:0}.product-tag-dot .product-tag-tooltip.down-right{top:calc(100% + .307em);left:0}.product-tag-dot .product-tag-tooltip.down-middle{top:calc(100% + .307em);left:50%}.product-tag-dot .product-tag-tooltip.down-left{top:calc(100% + .307em);right:0}.product-tag-dot .product-tag-tooltip .title-container{padding:.615em .615em 0;display:flex;flex-direction:row;gap:.769em;align-items:flex-start;width:100%}.product-tag-dot .product-tag-tooltip .title-container .tag-title{overflow:hidden;text-overflow:ellipsis}.product-tag-dot .product-tag-tooltip .title-container.no-price{padding-bottom:.615em}.product-tag-dot .product-tag-tooltip .price-container{padding:.307em;display:flex;flex-direction:row-reverse;justify-content:flex-start;align-items:center}.product-tag-dot .product-tag-tooltip .price-container .price{padding:.1538em .615em;border-radius:.923em .1538em}.product-tag-dot .product-tag-tooltip .price-container .old-price{padding:0 .307em 0 .615em;background-color:transparent;text-decoration:line-through}@keyframes leaves{0%{transform:none}to{transform:scale(1.2)}}.promo-code-component{--data-rotation:0deg;cursor:pointer;max-width:100%;position:absolute;color:#212121;flex-direction:column;justify-content:center;padding:.0175em;background-size:50% 100%;background-image:radial-gradient(circle at 0 50%,transparent .133em,#e0e0e0 0),radial-gradient(circle at 100% 50%,transparent .133em,#e0e0e0 0);animation:promoSpin 1s linear infinite}.promo-code-component,.promo-code-component .promo-code{display:flex;background-repeat:no-repeat;background-position:0 0,100% 0}.promo-code-component .promo-code{width:100%;height:100%;align-items:center;justify-content:flex-start;background-size:90% 100%;background-image:radial-gradient(circle at -.0175em 50%,transparent .1505em,#fff 0),radial-gradient(circle at calc(100% + .0175em) 50%,transparent .1505em,#fff 0)}.promo-code-component .promo-code-title{word-break:keep-all;text-align:center;display:inline-block;align-items:center;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.promo-code-component .promo-code svg{width:.563em;height:.563em}.promo-code-component .promo-code span:last-child{height:100%;display:flex;align-items:center;justify-content:flex-start;border-left:.035em dashed #e0e0e0}.promo-code-component[data-mode=Dark]{color:#fff;background-image:radial-gradient(circle at 0 50%,hsla(0,0%,45.9%,0) .133em,#757575 0),radial-gradient(circle at 100% 50%,hsla(0,0%,45.9%,0) .133em,#757575 0);box-sizing:border-box}.promo-code-component[data-mode=Dark] .promo-code{background-image:radial-gradient(circle at -.0175em 50%,transparent .1505em,#212121 0),radial-gradient(circle at calc(100% + .0175em) 50%,transparent .1505em,#212121 0)}.promo-code-component[data-mode=Dark] .promo-code span:last-child{border-left-color:#757575}.promo-code-component[data-mode=Dark] .promo-code-component-copied{background-color:#212121;color:#fafafa;border:.01736em solid #757575}.promo-code-component[data-mode=Dark] .promo-code-component-copied:before{border-top-color:#757575!important}.promo-code-component[data-mode=Dark] .promo-code-component-copied:after{border-top-color:#212121!important}.promo-code-component[data-mode=Light] .promo-code-component-copied{background-color:#fff;color:#141414;border:.01736em solid #dbdbdb}.promo-code-component[data-mode=Light] .promo-code-component-copied:before{border-top-color:#dbdbdb!important}.promo-code-component[data-mode=Light] .promo-code-component-copied:after{border-top-color:#fff!important}.promo-code-component[data-scale="2"]{height:.829em;border-radius:.133em}.promo-code-component[data-scale="2"] .promo-code{padding-left:.243em;padding-right:.208em;border-radius:.133em}.promo-code-component[data-scale="2"] .promo-code-title{padding-right:inherit;font-size:.5034em;line-height:1.206}.promo-code-component[data-scale="2"] .promo-code svg{padding-left:.15625em}.promo-code-component[data-scale="1"]{height:.729em;border-radius:.133em}.promo-code-component[data-scale="1"] .promo-code{padding-left:.277em;padding-right:.186em;border-radius:.133em}.promo-code-component[data-scale="1"] .promo-code-title{padding-right:inherit;font-size:.347em;line-height:1.2}.promo-code-component[data-scale="1"] .promo-code svg{padding-left:.1086em}.promo-code-component[data-scale="0"]{height:.695em;border-radius:.133em}.promo-code-component[data-scale="0"] .promo-code{padding-left:.26em;padding-right:.17725em;border-radius:.133em}.promo-code-component[data-scale="0"] .promo-code-title{padding-right:inherit;font-size:.277em;line-height:1.1875}.promo-code-component[data-scale="0"] .promo-code svg{padding-left:.1034em}.promo-code-component-copied{font-size:.2256em;position:absolute;left:50%;transform:translateX(-50%) translateY(calc(-100% - .8em));white-space:nowrap;padding:.5em 1em;border-radius:3em;width:auto;text-align:center;display:block;top:0;visibility:hidden;opacity:0;transition:all .3s ease-in-out}.promo-code-component-copied.show{visibility:visible;opacity:1}.promo-code-component-copied:after,.promo-code-component-copied:before{content:"";position:absolute;border-left:.4em solid transparent;border-right:.4em solid transparent;bottom:0;left:50%}.promo-code-component-copied:before{border-top:.6em solid transparent;transform:translate(-50%,calc(100% + .01736em))}.promo-code-component-copied:after{border-top:.6em solid transparent;transform:translate(-50%,90%);z-index:1}@keyframes promoSpin{0%{transform:rotate(calc(var(--data-rotation)))}25%{transform:rotate(calc(1deg + var(--data-rotation)))}50%{transform:rotate(calc(var(--data-rotation)))}75%{transform:rotate(calc(-1deg + var(--data-rotation)))}to{transform:rotate(calc(var(--data-rotation)))}}.question-component{text-align:center;position:absolute;cursor:pointer;border-radius:22.3825px 22.3825px 0 22.3825px}.question-component-tail{border-bottom:20px solid transparent;position:absolute;right:-1px;bottom:-20px}.question-component-container{overflow:hidden}.question-component-container-button{color:#000;background:hsla(0,0%,100%,.8);border:1px solid rgba(0,0,0,.1);border-radius:100px}.question-component[data-scale="1"]{padding:.3125em}.question-component[data-scale="1"] h6{font-size:.3125em;line-height:1.2}.question-component[data-scale="1"] p{font-size:.265625em;line-height:1.1765}.question-component[data-scale="1"] .question-component-container-button{padding:.25em .125em}.question-component[data-scale="1"] .question-component-container-button:not(:only-child){margin-top:.1875em}.question-component[data-scale="0.8"]{padding:.25em}.question-component[data-scale="0.8"] h6{font-size:.25em;line-height:1.1875}.question-component[data-scale="0.8"] p{font-size:.21875em;line-height:1.2142}.question-component[data-scale="0.8"] .question-component-container-button{padding:.1875em .0625em;margin-top:.15em}.question-component[data-scale="0.64"]{padding:.203125em}.question-component[data-scale="0.64"] h6{font-size:.203125em;line-height:1.23}.question-component[data-scale="0.64"] p{font-size:.171875em;line-height:1.1818}.question-component[data-scale="0.64"] .question-component-container-button{padding:.171875em .125em;margin-top:.203125em}.question-component h6,.question-component p{margin:0;padding:0}.question-component h6{font-weight:500}.question-component p{font-weight:400}.question-textbox-container{visibility:hidden;height:100%;width:100%;overflow:hidden}.question-textbox-container.active{visibility:visible}.question-textbox-container.active .question-textbox-container-overlay{opacity:1}.question-textbox-container.active .question-textbox-container-form{opacity:1;transform:translateY(-100px);transition:opacity .1s ease-in,transform .1s ease-in,max-height .4s linear}.question-textbox-container.active.android .question-textbox-container-form{transform:none;transition:opacity .3s ease-in;transition-delay:.3s}.question-textbox-container.android .question-textbox-container-form{bottom:10%;font-size:14px}.question-textbox-container.ios .question-textbox-container-form textarea{font-size:16px!important}.question-textbox-container-overlay{position:absolute;transition:all .2s ease-in-out;background:rgba(30,30,30,.2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);top:0;left:0;height:100%;width:100%;z-index:1999;opacity:0}.question-textbox-container-form{position:absolute;overflow:hidden;transition:all .3s ease-out;opacity:0;font-size:.21875em;padding:1.1428em;border-radius:16px;bottom:calc(var(--i--storyly-story-layer-height)/2 - 100px);left:0;right:0;margin:auto;width:82%;z-index:2000}.question-textbox-container-form label{font-size:1.2857em;line-height:1.33;margin-bottom:.5714em;text-align:center;display:block}.question-textbox-container-form textarea{font-family:inherit;text-align:left!important;font-size:16px!important;line-height:1.4285;max-height:8.571em;overflow:hidden;padding:.8571em;width:100%;background:hsla(0,0%,100%,.7);border-radius:6px;border:none;resize:none;color:#000}.question-textbox-container-form textarea:focus-visible{outline:none}.question-textbox-container-form button{transition:all .3s linear;cursor:pointer;opacity:0;height:3em;padding:0;border:none;width:100%;border-radius:100px}.question-textbox-container-form button.active{opacity:1}.question-textbox-container[dir=rtl] textarea{text-align:right!important}.question-component-result{text-align:center;position:absolute;cursor:default;padding:0!important}.question-component-result[data-scale="0.64"]{border-radius:.28em}.question-component-result[data-scale="0.64"] .question-component-tail{border-right:.2em solid;border-bottom:.2em solid transparent;right:0;bottom:-.19em}.question-component-result[data-scale="0.64"] .question-component-container{border-radius:.28em;border-bottom-right-radius:0!important}.question-component-result[data-scale="0.64"] .question-component-container-title{border-radius:inherit;padding:.16em}.question-component-result[data-scale="0.64"] .question-component-container-title h6{font-size:.17em;font-weight:400}.question-component-result[data-scale="0.64"] .question-component-container-text{background:hsla(0,0%,100%,.8);padding:.2em;color:#000}.question-component-result[data-scale="0.64"] .question-component-container-text p{font-size:.2em;font-weight:600}.question-component-result[data-scale="0.8"]{border-radius:.35em}.question-component-result[data-scale="0.8"] .question-component-tail{border-right:.25em solid;border-bottom:.25em solid transparent;right:0;bottom:-.2375em}.question-component-result[data-scale="0.8"] .question-component-container{border-radius:.35em;border-bottom-right-radius:0!important}.question-component-result[data-scale="0.8"] .question-component-container-title{border-radius:inherit;padding:.2em}.question-component-result[data-scale="0.8"] .question-component-container-title h6{font-size:.2125em;font-weight:400}.question-component-result[data-scale="0.8"] .question-component-container-text{background:hsla(0,0%,100%,.8);padding:.25em;color:#000}.question-component-result[data-scale="0.8"] .question-component-container-text p{font-size:.25em;font-weight:600}.question-component-result[data-scale="1"]{border-radius:.4375em}.question-component-result[data-scale="1"] .question-component-tail{border-right:.3125em solid;border-bottom:.3125em solid transparent;right:0;bottom:-.296875em}.question-component-result[data-scale="1"] .question-component-container{border-radius:.4375em;border-bottom-right-radius:0!important}.question-component-result[data-scale="1"] .question-component-container-title{border-radius:inherit;padding:.25em}.question-component-result[data-scale="1"] .question-component-container-title h6{font-size:.265625em;font-weight:400}.question-component-result[data-scale="1"] .question-component-container-text{background:hsla(0,0%,100%,.8);padding:.3125em;color:#000}.question-component-result[data-scale="1"] .question-component-container-text p{font-size:.3125em;font-weight:600}.quiz-component{position:absolute;color:#fff}.quiz-component .question{font-weight:600;word-break:break-all;text-align:center;border:.015625em solid #e0e0e0}.quiz-component .question>span{word-break:break-word;display:flex;align-items:center}.quiz-component .answers{border:.015625em solid #e0e0e0}.quiz-component .answers .answer{position:relative;border-radius:.5em;border:2px solid #eee;display:flex;align-items:center;cursor:pointer;overflow:hidden;text-align:left}.quiz-component .answers .answer.selected{border:2px solid transparent}.quiz-component .answers .answer .bg-percent{position:absolute;left:0;top:0;border-radius:.5em;background-color:#eee;height:100%;z-index:1;animation:width .3s}.quiz-component .answers .answer span{z-index:2}.quiz-component .answers .answer span.icon-wrapper{border-radius:50%;border:2px solid #efefef;display:flex;align-items:center;justify-content:center;color:#000}.quiz-component .answers .answer span.icon-wrapper svg{width:21px;height:21px}.quiz-component .answers .answer span.text-wrapper{width:100%;word-break:break-word;z-index:4}.quiz-component .answers .answer.correct-choice{color:#fff;border-color:#28db27}.quiz-component .answers .answer.correct-choice span.icon-wrapper{background-color:#fff;color:#51c41a;border-color:#51c41a}.quiz-component .answers .answer.correct-choice:after{position:absolute;content:"";top:0;left:0;height:100%;width:100%;background-color:#51c41a;transform-origin:left;transition:width .25s ease;animation:moveCorrect .7s}.quiz-component .answers .answer.other-choice span.icon-wrapper{border-color:#ff4d50;color:#ff4d50}.quiz-component .answers .answer.incorrect-choice{color:#fff}.quiz-component .answers .answer.incorrect-choice span.icon-wrapper{background-color:#fff;color:#ff4d50;border-color:#ff4d50;z-index:4}.quiz-component .answers .answer.incorrect-choice:after{position:absolute;content:"";top:0;left:0;height:100%;width:100%;background-color:#ff4d50;transform-origin:left;transition:width .25s ease;animation:moveCorrect .7s}.quiz-component .answers .answer.blurred{opacity:.4}.quiz-component .answers .answer:before{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.7;inset:0;z-index:3}.quiz-component[data-mode=Light] .question{background:#000;color:#fff}.quiz-component[data-mode=Light] .answers{background:#fff;color:#000}.quiz-component[data-mode=Light] .answers .answer.selected{border-color:#757575}.quiz-component[data-mode=Light] .answers .answer.correct-choice.blurred .icon-wrapper{opacity:.3}.quiz-component[data-mode=Light] .answers[data-has-title=false]{border-top:.015625em solid #e0e0e0}.quiz-component[data-mode=Dark] .question{background:#fff;color:#212121;border-color:#e0e0e0}.quiz-component[data-mode=Dark] .answers{background:#212121;color:#fafafa;border-color:#9e9e9e}.quiz-component[data-mode=Dark] .answers .answer{background:#424242;border-color:#616161}.quiz-component[data-mode=Dark] .answers .answer .icon-wrapper{background-color:transparent;color:#fff;border-color:#616161}.quiz-component[data-mode=Dark] .answers .answer.selected{border-color:#e0e0e0}.quiz-component[data-mode=Dark] .answers .answer.correct-choice{border-color:#28db27}.quiz-component[data-mode=Dark] .answers .answer.correct-choice .icon-wrapper{border-color:transparent}.quiz-component[data-mode=Dark] .answers .answer.correct-choice.blurred{border-color:#616161!important}.quiz-component[data-mode=Dark] .answers .answer.correct-choice.blurred .icon-wrapper{opacity:.3}.quiz-component[data-mode=Dark] .answers .answer.incorrect-choice,.quiz-component[data-mode=Dark] .answers .answer.incorrect-choice .icon-wrapper{border-color:#ff4d50}.quiz-component[data-mode=Dark] .answers .answer.other-choice .icon-wrapper{background-color:#fff}.quiz-component[data-mode=Dark] .answers .bg-percent{background-color:#757575}.quiz-component[data-mode=Dark] .answers[data-has-title=false]{border-top:.015625em solid #9e9e9e}.quiz-component[data-scale="3"]{width:88.88%!important}.quiz-component[data-scale="3"] .question{border-top-left-radius:.25em;border-top-right-radius:.25em;padding:.3125em}.quiz-component[data-scale="3"] .question>span{font-size:.3125em;line-height:1.2}.quiz-component[data-scale="3"] .answers{border-bottom-left-radius:.25em;border-bottom-right-radius:.25em;padding:.25em}.quiz-component[data-scale="3"] .answers .answer{padding:.1875em;height:.875em}.quiz-component[data-scale="3"] .answers .answer:not(:last-child){margin-bottom:.25em}.quiz-component[data-scale="3"] .answers[data-has-title=false]{border-radius:.25em}.quiz-component[data-scale="3"] .answers span{font-size:.265625em;line-height:1.1764705882}.quiz-component[data-scale="3"] .answers span.icon-wrapper{min-width:1.8823em;min-height:1.8823em;margin-right:.47em}.quiz-component[data-scale="2"]{width:71.1%!important}.quiz-component[data-scale="2"] .question{border-top-left-radius:.203125em;border-top-right-radius:.203125em;padding:.25em}.quiz-component[data-scale="2"] .question>span{font-size:.25em;line-height:1.1875}.quiz-component[data-scale="2"] .answers{border-bottom-left-radius:.203125em;border-bottom-right-radius:.203125em;padding:.203125em}.quiz-component[data-scale="2"] .answers .answer{padding:.09375em .203125em .09375em .09375em;height:.6875em}.quiz-component[data-scale="2"] .answers .answer:not(:last-child){margin-bottom:.203125em}.quiz-component[data-scale="2"] .answers[data-has-title=false]{border-radius:.203125em}.quiz-component[data-scale="2"] .answers span{font-size:.21875em;line-height:1.2142857143}.quiz-component[data-scale="2"] .answers span.icon-wrapper{min-width:1.8571em;min-height:1.8571em;margin-right:.4285em}.quiz-component[data-scale="1"]{width:56.88%!important}.quiz-component[data-scale="1"] .question{border-top-left-radius:.15625em;border-top-right-radius:.15625em;padding:.203125em}.quiz-component[data-scale="1"] .question>span{font-size:.203125em;line-height:1.23}.quiz-component[data-scale="1"] .answers{border-bottom-left-radius:.15625em;border-bottom-right-radius:.15625em;padding:.15625em}.quiz-component[data-scale="1"] .answers .answer{padding:.078125em .15625em .078125em .078125em;height:.546875em}.quiz-component[data-scale="1"] .answers .answer:not(:last-child){margin-bottom:.15625em}.quiz-component[data-scale="1"] .answers[data-has-title=false]{border-radius:.15625em}.quiz-component[data-scale="1"] .answers span{font-size:.171875em;line-height:1.1818181818}.quiz-component[data-scale="1"] .answers span.icon-wrapper{min-width:1.9em;min-height:1.9em;margin-right:.45em}.quiz-component.percentage-view .answers .answer .text-wrapper{color:#212121}.quiz-component.percentage-view .answers .answer.correct-choice{border-color:#51c41a}.quiz-component.percentage-view .answers .answer.correct-choice:after{background-color:#51c41a;opacity:.3}.quiz-component.percentage-view .answers .answer.correct-choice.blurred{opacity:1!important;border-color:#eee}.quiz-component.percentage-view .answers .answer.correct-choice .icon-wrapper{border-color:#51c41a}.quiz-component.percentage-view .answers .answer.incorrect-choice{border-color:#ff4d50}.quiz-component.percentage-view .answers .answer.incorrect-choice:after{background-color:#ff4d50}.quiz-component.percentage-view .answers .answer.incorrect-choice:before{content:""}.quiz-component.percentage-view .answers .answer.incorrect-choice .icon-wrapper{border-color:#ff4d50}.quiz-component.percentage-view .answers .answer.other-choice{border-color:#eee;opacity:1}.quiz-component.percentage-view .answers .answer.other-choice:after{background-color:#ff4d50}.quiz-component.percentage-view .answers .answer.other-choice:before{content:""}.quiz-component.percentage-view .answers .answer.other-choice .icon-wrapper{background-color:#fff}.quiz-component.percentage-view .answers .answer.correct-choice:after,.quiz-component.percentage-view .answers .answer.incorrect-choice:after,.quiz-component.percentage-view .answers .answer.other-choice:after{width:var(--percentage-width,100%);border-radius:.5em;position:absolute;content:"";top:0;left:0;height:100%;transform-origin:left;transition:width .25s ease;animation:moveCorrect .7s}.quiz-component.percentage-view .answers .answer:before{background:#fff}.quiz-component.percentage-view[data-mode=Dark] .answers .answer .text-wrapper{color:#fff}.quiz-component.percentage-view[data-mode=Dark] .answers .answer.other-choice{border-color:#616161}.quiz-component.percentage-view[data-mode=Dark] .answers .answer:before{background:#212121}.quiz-component.without-percentage-view .answers .answer.selected{background-color:#eee}.quiz-component.without-percentage-view .answers .answer.selected .icon-wrapper{border-color:#757575}.quiz-component.without-percentage-view[data-mode=Dark] .answers .answer.selected{background-color:#757575;border-color:#fff}.quiz-component.without-percentage-view[data-mode=Dark] .answers .answer.selected .icon-wrapper{border-color:#fff}@keyframes width{0%{width:0}}@keyframes moveCorrect{0%{width:0}to{width:var(--percentage-width,100%)}}.rating-component{position:absolute;font-weight:600;border:1px solid #e0e0e0;box-shadow:0 0 .125em rgba(224,223,223,.1);display:flex;flex-direction:column;justify-content:center;background:#fff;color:#262626}.rating-component .title{display:flex;align-items:center;justify-content:center}.rating-component .title span{word-break:break-word;text-align:center}.rating-component .slider-container{display:flex;justify-content:center;align-items:center;width:100%}.rating-component .slider-container .slider{width:100%;background:#efefef;border-radius:.125em;position:relative;display:flex;align-items:center}.rating-component .slider-container .slider .average-tooltip.show{display:block!important}.rating-component .slider-container .slider .average-tooltip{font-size:.203125em;position:absolute;left:0;transform:translateX(-40%);white-space:nowrap;padding:.5em;border-radius:.5em;width:auto;text-align:center;display:none}.rating-component .slider-container .slider .average-tooltip:after,.rating-component .slider-container .slider .average-tooltip:before{content:"";position:absolute;border-left:1em solid transparent;border-right:1em solid transparent;top:0;left:50%}.rating-component .slider-container .slider .average-tooltip:before{border-bottom:1em solid transparent;transform:translate(-50%,-100%)}.rating-component .slider-container .slider .average-tooltip:after{border-bottom:1em solid transparent;transform:translate(-50%,-80%);z-index:1}.rating-component .slider-container .slider .indicator-animation{position:relative;left:-.15625em;animation:indicatorAnimationMove 2s infinite;display:none}.rating-component .slider-container .slider .indicator{position:absolute;left:-.15625em;cursor:pointer;animation-duration:1.5s;animation-delay:.3s}.rating-component .slider-container .slider .slider-colored{height:100%;background:linear-gradient(90deg,#b900b3,#f00010);border-radius:.125em;position:relative;animation-duration:1.5s;animation-delay:.3s}.rating-component[data-mode=Light] .average-tooltip{background-color:#fff;color:#141414;border:1px solid #e0e0e0}.rating-component[data-mode=Light] .average-tooltip:before{border-bottom-color:#e0e0e0!important}.rating-component[data-mode=Light] .average-tooltip:after{border-bottom-color:#fff!important}.rating-component[data-mode=Dark]{color:#fff;background-color:#212121;border:1px solid #757575;box-sizing:border-box;box-shadow:0 0 .125em hsla(0,0%,52.5%,.1)}.rating-component[data-mode=Dark] .average-tooltip{background-color:#141414;color:#fff;border:1px solid #616161}.rating-component[data-mode=Dark] .average-tooltip:before{border-bottom-color:#616161!important}.rating-component[data-mode=Dark] .average-tooltip:after{border-bottom-color:#141414!important}.rating-component[data-mode=Dark] .slider{background:#434343}.rating-component[data-scale="3"]{width:88.88%!important;border-radius:.25em;padding:.3125em}.rating-component[data-scale="3"] .slider-container{height:.625em}.rating-component[data-scale="3"] .slider-container .slider{height:.1875em}.rating-component[data-scale="3"] .slider-container .slider .average-tooltip{top:4em}.rating-component[data-scale="3"] .title{padding-bottom:.375em}.rating-component[data-scale="3"] .title span{font-size:.3125em;line-height:1.2}.rating-component[data-scale="3"] .indicator,.rating-component[data-scale="3"] .indicator-animation{font-size:.625em}.rating-component[data-scale="2"]{width:71.1%!important;border-radius:.1875em;padding:.25em}.rating-component[data-scale="2"] .slider-container{height:.5em}.rating-component[data-scale="2"] .slider-container .slider{height:.15625em}.rating-component[data-scale="2"] .slider-container .slider .average-tooltip{top:3em}.rating-component[data-scale="2"] .title{padding-bottom:.296875em}.rating-component[data-scale="2"] .title span{font-size:.25em;line-height:1.1875}.rating-component[data-scale="2"] .indicator,.rating-component[data-scale="2"] .indicator-animation{font-size:.5em}.rating-component[data-scale="1"]{width:56.88%!important;border-radius:.203125em;padding:.203125em}.rating-component[data-scale="1"] .slider-container{height:.40625em}.rating-component[data-scale="1"] .slider-container .slider{height:.125em}.rating-component[data-scale="1"] .slider-container .slider .average-tooltip{top:2.5em}.rating-component[data-scale="1"] .title{padding-bottom:.234375em}.rating-component[data-scale="1"] .title span{font-size:.203125em;line-height:1.123}.rating-component[data-scale="1"] .indicator,.rating-component[data-scale="1"] .indicator-animation{font-size:.40625em}@keyframes indicatorMoveAnimation{0%{left:-.15625em}25%{left:2em}50%{left:2em}75%{left:-.15625em}to{left:-.15625em}}@keyframes sliderColoredMoveAnimation{0%{width:0}25%{width:40%}50%{width:40%}75%{width:0}to{width:0}}@keyframes indicatorAnimationMove{0%{top:-.78125em}25%{top:-.828125em}50%{top:-.875em}75%{top:-.828125em}to{top:-.78125em}}.text-component{position:absolute;padding:0;display:flex;color:#fff}.text-component span{text-decoration:inherit}.text-component-container{line-height:1.2;word-wrap:break-word;width:max-content;display:-webkit-box;-webkit-box-orient:vertical;word-break:break-word;text-overflow:ellipsis;overflow:hidden}.text-component-container[data-highlight=sharp]{border-radius:0;padding:.33em .5em}.text-component-container[data-highlight=soft]{border-radius:.4em;padding:.33em .5em}.text-component-container[data-highlight=round]{border-radius:.6em;padding:.33em .5em}.text-component-container[data-highlight=retro]{box-shadow:-.125em -.125em 0 0 currentColor;margin-left:.125em;margin-top:.125em;padding:.33em}.text-component .rolling-text-wrapper{display:inline-flex;height:1.2em;overflow:hidden;position:relative}.text-component .rolling-text{display:flex;align-items:flex-start;position:absolute;top:0;left:0}.text-component .rolling-text.desc .rolling-text-item{flex-direction:column-reverse}.text-component .rolling-text.desc .rolling-text-item.rollUp{transform:translateY(0)}.text-component .rolling-text.desc .rolling-text-item.rollDown{transform:translateY(calc(-100% + 1.2em))}.text-component .rolling-text-char{height:1.2em;opacity:0}.text-component .rolling-text-item{display:flex;flex-direction:column}.text-component .rolling-text-item-roller{height:1.2em;display:flex;display:inline-flex}.text-component-bottom-sheet{font-size:.21875em;line-height:1.21;margin:0 .8571428571em 1.7142857143em;padding:0}.product-card-interactive{position:absolute;top:var(--product-card-top);display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;padding:.109375em;border:1px solid #eee;box-shadow:0 0 8px hsla(0,0%,52.5%,.1);opacity:1;width:1.59375em;cursor:pointer}.product-card-interactive-image{display:block;width:100%;margin-bottom:.09375em;border:1px solid #eee;object-fit:cover;aspect-ratio:1}.product-card-interactive-image:after{content:"";display:block;padding-top:100%}.product-card-interactive-title{margin-bottom:.09375em}.product-card-interactive-title h6{font-weight:400;font-size:.203125em;line-height:1.214;color:#212121;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0;height:2.428em}.product-card-interactive-price-old{display:block;font-weight:400;font-size:.1875em;line-height:1.16;text-decoration-line:line-through;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#757575}.product-card-interactive-price-current{display:flex;align-items:center;justify-content:space-between}.product-card-interactive-price-current span{display:block;font-weight:700;font-size:.203125em;line-height:1.214;color:#212121;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-interactive-price-current-button{font-size:inherit;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:.34609375em;height:.34609375em;background:#f5f5f5;border:none;padding:0}.product-card-interactive-price-current-button svg{display:block;width:.2307291em;height:.2307291em}.product-card-interactive[data-radius=true]{border-radius:.1875em}.product-card-interactive[data-radius=true] .product-card-interactive-image,.product-card-interactive[data-radius=true] .product-card-interactive-price-current-button{border-radius:.109375em}.product-card-interactive[data-scale="1"]{transform:scale(1) rotate(var(--product-card-rotation));transform-origin:top left}.product-card-interactive[data-scale="1.2"]{transform:scale(1.2) rotate(var(--product-card-rotation));transform-origin:top left}.product-card-interactive[data-scale="1.44"]{transform:scale(1.44) rotate(var(--product-card-rotation));transform-origin:top left}.image-quiz-component{position:absolute;border:1px solid #e0e0e0;background-color:#fff;overflow:hidden;transform-origin:left}.image-quiz-component[data-scale="0.64"]{border-radius:.16em}.image-quiz-component[data-scale="0.64"] .image-quiz-component-header{background-color:#212121;padding:.2em}.image-quiz-component[data-scale="0.64"] .image-quiz-component-header h6{color:#fff;font-size:.2em;font-weight:400;line-height:1.2;text-align:center;margin:0;padding:0;font-family:Storyly-Inter,sans-serif}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:4px;padding:.03em}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question{font-size:inherit;cursor:pointer;position:relative;flex:0 0 calc(50% - 2px);background-repeat:no-repeat;background-size:cover;background-position:50%;border:3px solid #eee;border-radius:.13em;overflow:hidden;padding:0;margin:0}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.selected,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.selected .percentage-icon{border-color:#212121}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.selected .image-quiz-component-question-letter{border-color:#212121;background-color:#fff}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.selected .image-quiz-component-question-letter span{color:#212121}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.selected.correct-option,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.selected.correct-option .correct-icon{border-color:#51c41a}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.selected.wrong-option,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.selected.wrong-option .wrong-icon{border-color:#ff4d50}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question-title{position:absolute;left:.08em;right:.08em;bottom:.14em;text-align:center}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question-title span{color:#fff;font-size:.14em;line-height:1.214;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question-letter{position:absolute;left:.08em;top:.08em;width:.32em;height:.32em;border:.03em solid #fff;border-radius:50%;background:rgba(0,0,0,.3);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question-letter span{color:#fff;font-size:.14em;font-weight:600;line-height:1}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .correct-emoji,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .wrong-emoji{font-size:.4em;line-height:1;position:absolute;left:.08em;top:.08em;z-index:1;animation:image-quiz-emoji-scale-animation .6s cubic-bezier(.54,-.03,.39,1.3)}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .correct-icon,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon{position:absolute;left:.08em;top:.08em;height:.32em;width:.32em;border-radius:50%;border:.02em solid #eee;background-color:#fff;display:flex;align-items:center;justify-content:center;animation:init-icons-animation .2s ease-in}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .correct-icon svg,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon svg{height:.18em;width:.18em}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon{border:.02em solid #eee}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question:before{content:"";display:block;padding-top:100%;background:linear-gradient(180deg,transparent 36.84%,rgba(0,0,0,.72));transition:all .1s ease-in}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question:after{content:"";position:absolute;left:0;bottom:0;right:0;top:0;border-radius:inherit;opacity:0;transition:all .1s ease-in}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).correct-option:before,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).wrong-option:before{background:linear-gradient(180deg,hsla(0,0%,100%,.2) 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.correct-option:before,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.wrong-option:before{background:linear-gradient(180deg,transparent 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.correct-option,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.wrong-option{cursor:default}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .percentage-icon{position:absolute;min-width:fit-content;width:calc(var(--width-percentage) - .16em);left:.08em;top:.08em;border:3px solid #eee;border-radius:.16em;background-color:#fff;padding:.06em .08em;animation:percentage-icons-animation .6s cubic-bezier(.54,-.03,.39,1.3)}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question .percentage-icon .percentage{display:block;font-size:.17em;color:#000;line-height:1.1764;font-weight:700}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.selected.percentage-option:before{background:linear-gradient(180deg,transparent 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).other-option:before,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).percentage-option:before{background:linear-gradient(180deg,hsla(0,0%,100%,.6) 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice:before{background:linear-gradient(180deg,hsla(0,0%,100%,0) 62.36%,rgba(0,0,0,.63))!important}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice.correct-option .percentage-icon{border-color:#51c41a}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice.wrong-option .percentage-icon{border-color:#ff4d50}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice .percentage-icon{display:flex;justify-content:space-between;align-items:center}.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice .percentage-icon .correct-icon,.image-quiz-component[data-scale="0.64"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice .percentage-icon .wrong-icon{position:unset;width:.3em;height:.2em;background-color:transparent;border-color:transparent}.image-quiz-component[data-scale="0.8"]{border-radius:.2em}.image-quiz-component[data-scale="0.8"] .image-quiz-component-header{background-color:#212121;padding:.25em}.image-quiz-component[data-scale="0.8"] .image-quiz-component-header h6{color:#fff;font-size:.25em;font-weight:400;line-height:1.2;text-align:center;margin:0;padding:0;font-family:Storyly-Inter,sans-serif}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:4px;padding:.0375em}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question{font-size:inherit;cursor:pointer;position:relative;flex:0 0 calc(50% - 2px);background-repeat:no-repeat;background-size:cover;background-position:50%;border:3px solid #eee;border-radius:.1625em;overflow:hidden;padding:0;margin:0}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.selected,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.selected .percentage-icon{border-color:#212121}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.selected .image-quiz-component-question-letter{border-color:#212121;background-color:#fff}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.selected .image-quiz-component-question-letter span{color:#212121}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.selected.correct-option,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.selected.correct-option .correct-icon{border-color:#51c41a}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.selected.wrong-option,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.selected.wrong-option .wrong-icon{border-color:#ff4d50}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question-title{position:absolute;left:.1em;right:.1em;bottom:.175em;text-align:center}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question-title span{color:#fff;font-size:.175em;line-height:1.214;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question-letter{position:absolute;left:.1em;top:.1em;width:.4em;height:.4em;border:.0375em solid #fff;border-radius:50%;background:rgba(0,0,0,.3);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question-letter span{color:#fff;font-size:.175em;font-weight:600;line-height:1}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .correct-emoji,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .wrong-emoji{font-size:.5em;line-height:1;position:absolute;left:.1em;top:.1em;z-index:1;animation:image-quiz-emoji-scale-animation .6s cubic-bezier(.54,-.03,.39,1.3)}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .correct-icon,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon{position:absolute;left:.1em;top:.1em;height:.4em;width:.4em;border-radius:50%;border:.025em solid #eee;background-color:#fff;display:flex;align-items:center;justify-content:center;animation:init-icons-animation .2s ease-in}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .correct-icon svg,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon svg{height:.225em;width:.225em}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon{border:.025em solid #eee}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question:before{content:"";display:block;padding-top:100%;background:linear-gradient(180deg,transparent 36.84%,rgba(0,0,0,.72));transition:all .1s ease-in}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question:after{content:"";position:absolute;left:0;bottom:0;right:0;top:0;border-radius:inherit;opacity:0;transition:all .1s ease-in}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).correct-option:before,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).wrong-option:before{background:linear-gradient(180deg,hsla(0,0%,100%,.2) 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.correct-option:before,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.wrong-option:before{background:linear-gradient(180deg,transparent 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.correct-option,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.wrong-option{cursor:default}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .percentage-icon{position:absolute;min-width:fit-content;width:calc(var(--width-percentage) - .2em);left:.1em;top:.1em;border:3px solid #eee;border-radius:.2em;background-color:#fff;padding:.075em .1em;animation:percentage-icons-animation .6s cubic-bezier(.54,-.03,.39,1.3)}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question .percentage-icon .percentage{display:block;font-size:.2125em;color:#000;line-height:1.1764;font-weight:700}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.selected.percentage-option:before{background:linear-gradient(180deg,transparent 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).other-option:before,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).percentage-option:before{background:linear-gradient(180deg,hsla(0,0%,100%,.6) 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice:before{background:linear-gradient(180deg,hsla(0,0%,100%,0) 62.36%,rgba(0,0,0,.63))!important}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice.correct-option .percentage-icon{border-color:#51c41a}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice.wrong-option .percentage-icon{border-color:#ff4d50}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice .percentage-icon{display:flex;justify-content:space-between;align-items:center}.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice .percentage-icon .correct-icon,.image-quiz-component[data-scale="0.8"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice .percentage-icon .wrong-icon{position:unset;width:.3em;height:.2em;background-color:transparent;border-color:transparent}.image-quiz-component[data-scale="1"]{border-radius:.25em}.image-quiz-component[data-scale="1"] .image-quiz-component-header{background-color:#212121;padding:.3125em}.image-quiz-component[data-scale="1"] .image-quiz-component-header h6{color:#fff;font-size:.3125em;font-weight:400;line-height:1.2;text-align:center;margin:0;padding:0;font-family:Storyly-Inter,sans-serif}.image-quiz-component[data-scale="1"] .image-quiz-component-questions{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:4px;padding:.046875em}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question{font-size:inherit;cursor:pointer;position:relative;flex:0 0 calc(50% - 2px);background-repeat:no-repeat;background-size:cover;background-position:50%;border:3px solid #eee;border-radius:.203125em;overflow:hidden;padding:0;margin:0}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.selected,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.selected .percentage-icon{border-color:#212121}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.selected .image-quiz-component-question-letter{border-color:#212121;background-color:#fff}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.selected .image-quiz-component-question-letter span{color:#212121}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.selected.correct-option,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.selected.correct-option .correct-icon{border-color:#51c41a}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.selected.wrong-option,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.selected.wrong-option .wrong-icon{border-color:#ff4d50}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question-title{position:absolute;left:.125em;right:.125em;bottom:.21875em;text-align:center}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question-title span{color:#fff;font-size:.21875em;line-height:1.214;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question-letter{position:absolute;left:.125em;top:.125em;width:.5em;height:.5em;border:.046875em solid #fff;border-radius:50%;background:rgba(0,0,0,.3);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question-letter span{color:#fff;font-size:.21875em;font-weight:600;line-height:1}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .correct-emoji,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .wrong-emoji{font-size:.625em;line-height:1;position:absolute;left:.125em;top:.125em;z-index:1;animation:image-quiz-emoji-scale-animation .6s cubic-bezier(.54,-.03,.39,1.3)}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .correct-icon,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon{position:absolute;left:.125em;top:.125em;height:.5em;width:.5em;border-radius:50%;border:.03125em solid #eee;background-color:#fff;display:flex;align-items:center;justify-content:center;animation:init-icons-animation .2s ease-in}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .correct-icon svg,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon svg{height:.28125em;width:.28125em}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .wrong-icon{border:.03125em solid #eee}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question:before{content:"";display:block;padding-top:100%;background:linear-gradient(180deg,transparent 36.84%,rgba(0,0,0,.72));transition:all .1s ease-in}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question:after{content:"";position:absolute;left:0;bottom:0;right:0;top:0;border-radius:inherit;opacity:0;transition:all .1s ease-in}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).correct-option:before,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).wrong-option:before{background:linear-gradient(180deg,hsla(0,0%,100%,.2) 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.correct-option:before,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.wrong-option:before{background:linear-gradient(180deg,transparent 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.correct-option,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.wrong-option{cursor:default}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .percentage-icon{position:absolute;min-width:fit-content;width:calc(var(--width-percentage) - .25em);left:.125em;top:.125em;border:3px solid #eee;border-radius:.25em;background-color:#fff;padding:.09375em .125em;animation:percentage-icons-animation .6s cubic-bezier(.54,-.03,.39,1.3)}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question .percentage-icon .percentage{display:block;font-size:.265625em;color:#000;line-height:1.1764;font-weight:700}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.selected.percentage-option:before{background:linear-gradient(180deg,transparent 62.36%,rgba(0,0,0,.63))}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).other-option:before,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question:not(.selected).percentage-option:before{background:linear-gradient(180deg,hsla(0,0%,100%,.6) 62.36%,rgba(0,0,0,.63))}@keyframes image-quiz-emoji-scale-animation{0%{transform:scale(.8)}to{transform:scale(1.1)}}@keyframes init-icons-animation{0%{opacity:0}to{opacity:1}}@keyframes percentage-icons-animation{0%{transform:translateX(-100%) scaleX(.2)}to{transform:unset}}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice:before{background:linear-gradient(180deg,hsla(0,0%,100%,0) 62.36%,rgba(0,0,0,.63))!important}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice.correct-option .percentage-icon{border-color:#51c41a}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice.wrong-option .percentage-icon{border-color:#ff4d50}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice .percentage-icon{display:flex;justify-content:space-between;align-items:center}.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice .percentage-icon .correct-icon,.image-quiz-component[data-scale="1"] .image-quiz-component-questions .image-quiz-component-question.percentage-with-choice .percentage-icon .wrong-icon{position:unset;width:.3em;height:.2em;background-color:transparent;border-color:transparent}.product-list-layer{align-items:flex-end;padding:0!important}.product-list-layer.video-feed-desktop-view,.product-list-layer.video-feed-mobile-view{bottom:.625em}.product-list-layer.video-feed-desktop-view .product-list-container,.product-list-layer.video-feed-mobile-view .product-list-container{width:calc(100% - 1.2em)}.product-list-layer.video-feed-mobile-view .product-list-container{mask-image:inherit;width:calc(100% - .8em)!important}.product-list-layer.video-feed-mobile-view .product-list-container.mask{mask-image:linear-gradient(90deg,transparent,#000 0,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 0,#000 95%,transparent)}.product-list-layer.video-feed-mobile-view .product-list-container .product-list{margin-inline-start:0}.product-list-layer.video-feed-mobile-view .product-list-container .product-list:before{content:"";min-width:.25em;height:100%}.product-list-layer.video-feed-mobile-view .product-list-container .product-list .product-card{max-width:calc(var(--i--storyly-story-layer-width)*0.7);scroll-snap-align:unset!important}.product-list-layer.video-feed-desktop-view{width:100%!important}.product-list-layer.video-feed-desktop-view .product-list{margin-inline-start:0}.product-list-layer.video-feed-desktop-view .product-list:before{content:"";min-width:.25em;height:100%}.product-list-layer.video-feed-desktop-view .product-list .product-card{scroll-snap-align:unset!important}.product-list-layer .product-list-container{overflow-x:auto;overflow-y:hidden;position:relative;bottom:.25em;height:1.375em}.product-list-layer .product-list-container.video-feed-mobile-view{mask-image:inherit;width:calc(100% - .8em)!important}.product-list-layer .product-list-container.video-feed-mobile-view.mask{mask-image:linear-gradient(90deg,transparent,#000 0,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 0,#000 95%,transparent)}.product-list-layer .product-list-container.video-feed-mobile-view .product-list{margin-inline-start:0}.product-list-layer .product-list-container.video-feed-mobile-view .product-list:before{content:"";min-width:.25em;height:100%}.product-list-layer .product-list-container.video-feed-mobile-view .product-list .product-card{max-width:calc(var(--i--storyly-story-layer-width)*0.7);scroll-snap-align:unset!important}.product-list-layer .product-list-arrow:not([hidden]){cursor:pointer;position:absolute;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);border:1px solid hsla(0,0%,100%,.5);padding:2px 7px;border-radius:80px;z-index:2002;opacity:0;transition:opacity .25s ease-in-out;top:50%;transform:translateY(-50%);filter:drop-shadow(-1px 2px 6px rgba(0,0,0,.25));box-shadow:-1px 2px 6px 0 rgba(0,0,0,.4);backdrop-filter:blur(2px)}.product-list-layer .product-list-arrow:not([hidden]):hover{opacity:1}.product-list-layer .product-list-arrow:not([hidden]).left-arrow{left:.1875em}.product-list-layer .product-list-arrow:not([hidden]).right-arrow{right:.1875em}.product-list-layer .product-list-arrow:not([hidden]) svg{pointer-events:none!important}.product-list-layer .product-list{z-index:2001;height:100%;margin-inline-start:.2em;overflow-x:auto;overflow-y:hidden;align-self:flex-end;display:flex;position:relative;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-snap-stop:always;transform:translateY(50px);opacity:0;transition:transform .25s ease,opacity .25s ease-in;transition-delay:.5s}.product-list-layer .product-list::-webkit-scrollbar{display:none}.product-list-layer .product-list:hover~.product-list-arrow{opacity:1}.product-list-layer .product-list.active{opacity:1;transform:translateY(0)}.product-list-layer .product-list:after{content:"";min-width:.25em;height:100%}.product-list-layer .product-list .product-card{cursor:pointer;border:1px solid #eee;box-shadow:0 0 7.5px hsla(0,0%,52.5%,.1);border-radius:.25em;background-color:#fff;height:100%;padding:.125em;display:flex;flex:0 0 calc(100% - 0.25em);margin-inline-end:.25em;scroll-snap-align:start}.product-list-layer .product-list .product-card:not(:only-child){max-width:calc(var(--i--storyly-story-layer-width)*0.77);flex:none}.product-list-layer .product-list .product-card:not(:only-child):last-child{margin-inline-end:0}.product-list-layer .product-list .product-card-right-container{padding-inline-start:.125em;flex-grow:2.5;display:flex;flex-direction:column}.product-list-layer .product-list .product-card-right-container-description{justify-self:flex-start;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:500;font-size:.203125em;line-height:1.23;color:#000;margin:0}.product-list-layer .product-list .product-card-right-container-bottom-section{display:flex;align-items:center;justify-content:flex-end;justify-self:flex-end;margin-top:auto}.product-list-layer .product-list .product-card-right-container-bottom-section .product-card-price-container{text-align:end;max-width:2em;overflow:hidden}.product-list-layer .product-list .product-card-right-container-bottom-section .product-card-price-container:empty~button{max-width:100%}.product-list-layer .product-list .product-card-right-container-bottom-section .product-card-price-container .product-card-current-price{font-weight:600;font-size:.203125em;line-height:1.23;color:#212121;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-list-layer .product-list .product-card-right-container-bottom-section .product-card-price-container .product-card-old-price{font-weight:500;font-size:.1875em;line-height:1.16;text-decoration-line:line-through;color:#9e9e9e;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-list-layer .product-list .product-card-right-container-bottom-section .product-card-purchase-button{cursor:pointer;font-family:inherit;font-size:inherit;flex-shrink:0;max-width:60%;border-radius:100px;padding:.12375em;margin-inline-start:.1875em;background-color:#000;color:#fff;border:none}.product-list-layer .product-list .product-card-right-container-bottom-section .product-card-purchase-button span{pointer-events:none;font-size:.1875em;line-height:1.166;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-word}.product-list-layer .product-list .product-card-media{height:1.125em;width:1.125em;flex-shrink:0;border-radius:.1875em;border:1.5px solid #eee;object-fit:cover}.product-list-layer .product-list[dir=rtl]{text-align:right}.storyly__default-classic-layout{width:var(--i--storyly-story-layer-width)!important;height:var(--i--storyly-story-layer-height)!important;top:50%;transform:translateY(-50%);font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10)!important;margin:0 auto;position:relative;transition:transform .2s ease-out}@media only screen and (max-height:575.98px) and (orientation:landscape){.storyly__default-classic-layout{transform:translateY(-50%)!important}.storyly__default-classic-layout .navigation-buttons{display:block!important}.storyly__default-classic-layout .icon.close{display:none!important}}.storyly__default-classic-layout[embed-mode]{width:100%!important;height:100%!important}.storyly__default-classic-layout[embed-mode] .storyly__stories-container{border-radius:.35em!important;background-color:#000}.storyly__default-classic-layout[embed-mode] .storyly__story-group[playable]:not([replay]):hover .storyly__embed-play-container{display:flex}.storyly__default-classic-layout[embed-mode] .storyly__story-group[playable]:not([replay]):hover .storyly__stories-container .storyly__story.active:before{backdrop-filter:blur(8px);display:block}.storyly__default-classic-layout[embed-mode] .storyly__story-group[playable] .storyly__story-header .progress-wrapper,.storyly__default-classic-layout[embed-mode] .storyly__story-group[playable] .storyly__story-header .storyly__story-actions{visibility:hidden}.storyly__default-classic-layout[embed-mode] .storyly__story-group[playable] .storyly__story-header .progress-wrapper{box-sizing:border-box;padding-left:3%;padding-right:3%}.storyly__default-classic-layout[embed-mode] .storyly__story-group:not([playable]) .storyly__embed-play-container{display:none}.storyly__default-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__stories-container .storyly__story.active:before{display:block}.storyly__default-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__embed-play-container{display:flex}.storyly__default-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__embed-play-container .play-icon{display:none}.storyly__default-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__embed-play-container .re-play-icon{display:block}.storyly__default-classic-layout[embed-mode] .storyly__story-group .storyly__stories-container .storyly__story.active:before{content:"";position:absolute;left:0;right:0;background-color:rgba(0,0,0,.2);width:100%;height:100%;z-index:2;display:none;z-index:99999999}.storyly__default-classic-layout[embed-mode] .storyly__story-group .storyly__story-header .progress-wrapper{padding-left:3%;padding-right:3%}.storyly__default-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container{width:100%;height:100%;justify-content:center;align-items:center;position:relative;z-index:9999999;cursor:pointer;display:none;border-radius:18px}.storyly__default-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container .play-icon{display:block}.storyly__default-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container .re-play-icon{display:none}@media only screen and (max-width:648px){.storyly__default-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container{display:flex}}.storyly__default-classic-layout .storyly__stories-container{width:100%;height:100%;margin:auto!important;contain:strict!important;bottom:0!important;left:0!important;position:absolute!important;right:0!important;top:0!important;opacity:1!important;-ms-touch-action:none!important;touch-action:none!important;border-radius:8px}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header{background:linear-gradient(180deg,rgba(0,0,0,.4),transparent);position:absolute;z-index:100;width:100%;height:10%;opacity:1;transition:opacity .5s ease;border:none}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper{width:100%;display:flex;justify-content:center;margin-top:2px;height:.3125em;padding-top:.078125em;box-sizing:border-box}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress{height:2px;display:inline-block;margin-left:.6%;margin-right:.6%;width:100%;position:relative}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress.seen span{width:100%}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress.active span{width:0;transition-duration:.1s}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress span{transition:width .1s linear;height:100%;position:absolute;width:0}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info{margin:.15625em .1875em;display:flex;justify-content:space-between;align-items:center}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__story-actions{display:flex;z-index:99;max-width:30%}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .action{margin-left:8px}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info{display:flex;align-items:center;height:30px;max-width:70%;min-width:70%}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info img{width:.5em;height:.5em;border-radius:50%;border:2px solid #fff}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper{display:flex;align-items:flex-start;flex-direction:column;margin-left:.1875em;margin-right:.1875em;width:70%}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper h4{margin:0;color:#fff;font-size:.21875em;font-weight:700;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper .s-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;background:rgba(0,0,0,.2);border-radius:20px;padding:2px 4px;cursor:pointer;user-select:none;margin-top:6px;max-width:100%}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper .s-wrapper .s-tag{font-size:12px;font-weight:500;color:#fff;display:block;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:pre;max-width:100%}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper .s-wrapper .s-icon{display:flex}.storyly__default-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .ad-group-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.376' cy='21.376' r='20.485' stroke='url(%23paint0_linear_798_17889)' stroke-width='1.781'/%3E%3Ccircle cx='21.312' cy='21.703' r='20' fill='url(%23paint1_linear_798_17889)' fill-opacity='.2'/%3E%3Cpath d='M14.659 25.703h1.318l.586-1.821h2.607l.591 1.821h1.319l-2.5-7.046h-1.421l-2.5 7.046zm3.169-5.737h.083l.947 2.944H16.88l.948-2.944zm5.966 5.825c.752 0 1.329-.342 1.622-.923h.082v.835h1.221v-7.402H25.5v2.915h-.083c-.279-.576-.89-.938-1.622-.938-1.352 0-2.187 1.055-2.187 2.754v.01c0 1.69.85 2.749 2.187 2.749zm.381-1.025c-.83 0-1.333-.65-1.333-1.724v-.01c0-1.074.508-1.728 1.333-1.728s1.343.659 1.343 1.728v.01c0 1.07-.513 1.724-1.343 1.724z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_798_17889' x1='42.752' y1='21.376' x2='0' y2='21.376' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_798_17889' x1='41.312' y1='21.703' x2='1.312' y2='21.703' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");width:43px;height:43px}.storyly__default-classic-layout .storyly__stories-container .storyly__story{width:100%;height:100%;opacity:0;z-index:0;user-select:none;background:#000;transition:opacity .3s ease-in;outline:none;cursor:auto;position:absolute}.storyly__default-classic-layout .storyly__stories-container .storyly__story.active{opacity:1;z-index:2}.storyly__default-classic-layout .storyly__stories-container .storyly__story.ad-story{transition:none}.storyly__default-classic-layout .storyly__stories-container .storyly__story .story-bg{width:100%;height:100%}.storyly__default-classic-layout .storyly__stories-container .storyly__story .story-image{position:absolute;top:0;pointer-events:none;flex-shrink:0;margin:auto;float:left;user-select:none;width:100%}.storyly__default-classic-layout .storyly__stories-container .storyly__story .story-video{position:fixed;top:0;width:100%;pointer-events:none;max-height:100%!important;left:0;margin:auto;float:left}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container{position:absolute;width:100%;height:100%;top:0;left:0}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer{box-sizing:border-box!important;display:grid!important;position:absolute!important;pointer-events:none;padding:68px 32px 32px;left:0;right:0;width:100%;height:100%;margin:0 auto}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer :not(.no-pointer-events){pointer-events:auto!important;box-sizing:border-box;user-select:none}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child{transform-origin:top left;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,bottom .3s ease-in-out}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-visually-hide{visibility:hidden;opacity:0}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-hide{display:none}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container .emoji-animation span{width:32px;font-size:.4em;margin:.4em!important;position:absolute;bottom:-10%;animation:emojiAnimation 1.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;opacity:1}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container .confetti-animation{width:100%;height:100%;position:absolute;top:0!important;pointer-events:none}.storyly__default-classic-layout .storyly__stories-container .storyly__story .layers-container [dir=ltr]{text-align:left!important}.storyly__default-classic-layout .storyly__stories-container .storyly__story.story-9_16 .story-video{top:50%;left:50%;transform:translate(-50%,-50%)}.storyly__default-classic-layout .storyly__stories-container .share-container{font-family:Storyly-Inter,sans-serif;width:100%;height:100%;z-index:2001;position:absolute;background:rgba(0,0,0,.5);top:0;left:0;display:none;justify-content:center}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper{background:#242424;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:12px}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .share-header{padding:8px 12px 8px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:12px}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .share-header h6{padding:0;opacity:.5;margin:0;font-size:12px;line-height:1!important;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;color:#fff}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link{padding-bottom:8px;padding-inline-start:16px;padding-inline-end:16px;text-align:center;cursor:pointer;display:flex;align-items:center}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media:last-child,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link:last-child{margin-bottom:8px}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .download-icon,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .share-icon,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .download-icon,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .share-icon{width:48px;height:48px;background:hsla(0,0%,100%,.1);border-radius:8px;display:flex;justify-content:center;align-items:center}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .download-icon button,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .share-icon button,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .download-icon button,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .share-icon button{background-color:transparent;display:flex;align-items:center;justify-content:center;width:100%}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media p,.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link p{color:#fff;text-align:left;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:0;padding:0 0 0 8px}.storyly__default-classic-layout .storyly__stories-container .share-container .share-wrapper .close-share{background-color:transparent;width:24px;height:24px;flex:0 0 24px;display:flex;justify-content:center;align-items:center;padding:0}.storyly__default-classic-layout .storyly__stories-container .copied{font-family:Storyly-Inter,sans-serif;position:absolute;width:80%;background-color:#222;border-radius:6px;box-shadow:4px 4px 20px 0 rgba(36,36,80,.1);padding:12px;margin:0;display:flex;align-items:center;justify-content:center;left:50%;transform:translate(-50%,150vh);bottom:0;color:#fff;font-size:14px;line-height:16px;z-index:2000}.storyly__default-classic-layout .storyly__stories-container .copied button{background-color:transparent}.storyly__default-classic-layout .storyly__stories-container .copied.show{animation:copiedLinkAnimation 2s ease-in-out forwards}.storyly__default-classic-layout .storyly__stories-container .copied span{margin-left:10px;display:inline-block}@keyframes copiedLinkAnimation{0%,to{transform:translate(-50%,150vh)}25%,75%{transform:translate(-50%,-4vh)}}.storyly__default-classic-layout .storyly__stories-container .accessibility-switch-button{position:absolute;width:24px;height:24px;background-color:transparent;bottom:8px;right:8px;z-index:999999;padding:0;border:none;box-shadow:0 0 0 2px rgba(0,0,0,.2);border-radius:50%;box-sizing:content-box}.storyly__default-classic-layout .storyly__stories-container .accessibility-switch-button svg{pointer-events:none}.storyly__default-classic-layout .storyly__stories-container .accessibility-switch-button svg rect{fill:hsla(0,0%,100%,.2)}.storyly__default-classic-layout .storyly__stories-container .accessibility-switch-button[data-pressed=true] rect{fill:#01ea85}@media only screen and (max-width:648px){.storyly__default-classic-layout .storyly__stories-container{border-radius:0}.storyly__default-classic-layout .storyly__stories-container .storyly__story .story-image,.storyly__default-classic-layout .storyly__stories-container .storyly__story .story-video{border-radius:0!important}}@media only screen and (max-width:648px){.storyly__default-classic-layout:not([embed-mode]) .storyly__stories-container{width:var(--storyly-story-width);height:var(--storyly-story-height)}}.storyly__default-classic-layout .navigation-buttons.hovered .navigate-button,.storyly__default-classic-layout .navigation-buttons.show .navigate-button,.storyly__default-classic-layout .navigation-buttons:hover .navigate-button{opacity:1}.storyly__default-classic-layout .navigation-buttons .navigate-button{opacity:0;transition:opacity .4s ease-in-out;height:32px!important;width:32px!important;transform:translateY(-50%)!important;top:50%!important;bottom:auto!important;cursor:pointer;pointer-events:all!important;position:absolute}.storyly__default-classic-layout .navigation-buttons .navigate-button button{width:100%;height:100%;background-repeat:no-repeat;pointer-events:none;border-radius:50%;outline:none;border:2px solid #fff;background-color:#000;display:block}.storyly__default-classic-layout .navigation-buttons .navigate-button button:hover{background-color:#fff}.storyly__default-classic-layout .navigation-buttons .navigate-button button:focus-visible{outline:3px inset #00e0e4}.storyly__default-classic-layout .navigation-buttons .navigate-button.next-button{right:-60px}.storyly__default-classic-layout .navigation-buttons .navigate-button.next-button button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.845 12.333L7.178 7 1.845 1.667'/%3E%3C/svg%3E")!important;background-position:55% 50%!important}.storyly__default-classic-layout .navigation-buttons .navigate-button.next-button button:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.845 12.333L7.178 7 1.845 1.667'/%3E%3C/svg%3E")!important}.storyly__default-classic-layout .navigation-buttons .navigate-button.prev-button{left:-60px}.storyly__default-classic-layout .navigation-buttons .navigate-button.prev-button button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6.667 1.667L1.333 7l5.334 5.333'/%3E%3C/svg%3E")!important;background-position:45% 50%!important}.storyly__default-classic-layout .navigation-buttons .navigate-button.prev-button button:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6.667 1.667L1.333 7l5.334 5.333'/%3E%3C/svg%3E")!important}.storyly__default-classic-layout .navigation-buttons.accessibility-navigation-buttons .prev-button{left:8px;z-index:99999}.storyly__default-classic-layout .navigation-buttons.accessibility-navigation-buttons .next-button{right:8px;z-index:99999}@keyframes navigationFadeOut{0%{opacity:1}to{opacity:0}}@keyframes navigationFadeIn{0%{opacity:0}to{opacity:1}}@keyframes progressAnimation{0%{width:0}to{width:100%}}@keyframes emojiAnimation{0%{bottom:-10%}to{bottom:50%;opacity:0}}.storyly__default-classic-layout .swiper{width:100%;height:100%}@media only screen and (max-width:648px){.storyly__default-classic-layout{width:100%!important;height:100%!important;--i--storyly-story-layer-width:100vw;--i--storyly-story-layer-height:var(--storyly-story-vh);-webkit-touch-callout:none;-webkit-text-size-adjust:none;-webkit-user-select:none;user-select:none;top:0;transform:translateY(0)}}.storyly__default-classic-layout button.icon{background-repeat:no-repeat!important;background-position:50%!important;cursor:pointer!important;border:none!important;pointer-events:auto!important;background:50% no-repeat!important;width:30px;height:30px}.storyly__default-classic-layout button.icon.close{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 17.867l-6.767 6.766c-.266.267-.577.4-.933.4-.356 0-.667-.133-.933-.4a1.28 1.28 0 01-.4-.933c0-.356.133-.667.4-.933L14.133 16 7.367 9.233a1.28 1.28 0 01-.4-.933c0-.356.133-.667.4-.933.266-.267.577-.4.933-.4.356 0 .667.133.933.4L16 14.133l6.767-6.766c.266-.267.578-.4.933-.4.356 0 .667.133.933.4.267.266.4.577.4.933 0 .355-.133.667-.4.933L17.867 16l6.766 6.767c.267.266.4.577.4.933 0 .355-.133.667-.4.933-.266.267-.577.4-.933.4-.355 0-.667-.133-.933-.4L16 17.867z" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.pause{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="8.533" y="6.667" width="5.6" height="18.667" rx=".933" fill="%23fff"/><rect x="17.866" y="6.667" width="5.6" height="18.667" rx=".933" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.play{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2 24.5c-.378.244-.761.256-1.15.033-.389-.222-.583-.555-.583-1V8.267c0-.445.194-.778.583-1 .389-.223.772-.211 1.15.033l12 7.667c.356.222.533.533.533.933s-.177.711-.533.933l-12 7.667z" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.sound-off{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.687 26.477l-2.79-2.79c-.305.22-.63.422-.978.608a6.34 6.34 0 01-1.078.457.73.73 0 01-.748-.114.868.868 0 01-.343-.723c0-.135.034-.254.102-.355a.62.62 0 01.279-.229c.287-.084.57-.194.85-.33.279-.135.545-.287.799-.456l-4.06-4.11v4.135c0 .372-.177.634-.533.787-.355.152-.668.084-.938-.203l-3.832-3.806H7.146a.841.841 0 01-.622-.241.841.841 0 01-.241-.622v-4.668c0-.254.08-.461.24-.622a.841.841 0 01.623-.24h3.095L5.242 7.93A.744.744 0 015 7.36a.839.839 0 01.266-.571.744.744 0 01.546-.228c.21 0 .401.076.57.228l18.471 18.547a.759.759 0 01.229.558c0 .22-.077.414-.229.584a.863.863 0 01-.596.228.775.775 0 01-.571-.229zM18.841 7.5c1.827.643 3.294 1.751 4.402 3.324s1.662 3.34 1.662 5.303c0 .88-.119 1.738-.355 2.575a8.487 8.487 0 01-1.091 2.372l-1.117-1.141a6.874 6.874 0 00.749-1.827c.16-.643.24-1.303.24-1.98 0-1.674-.469-3.175-1.407-4.503-.94-1.328-2.178-2.228-3.717-2.702a.522.522 0 01-.343-.228.691.691 0 01-.114-.38c0-.305.118-.542.355-.711.237-.17.482-.203.736-.102zm1.243 10.175l-2.334-2.36V11.99a4.344 4.344 0 011.89 1.687c.465.753.698 1.578.698 2.474 0 .254-.021.508-.064.761a5.01 5.01 0 01-.19.762zm-4.364-4.39l-2.816-2.816 1.345-1.345c.27-.27.583-.33.938-.177.356.152.533.414.533.786v3.552z" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.sound-on{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.515 25.23c-.309.11-.586.069-.831-.122a.931.931 0 01-.368-.777c0-.163.04-.304.123-.422a.578.578 0 01.367-.232 8.211 8.211 0 003.979-2.97c1.017-1.398 1.526-2.979 1.526-4.74 0-1.763-.509-3.343-1.526-4.742a8.21 8.21 0 00-3.979-2.97.548.548 0 01-.367-.259.81.81 0 01-.123-.422c0-.327.127-.581.382-.763a.829.829 0 01.817-.11 9.512 9.512 0 014.7 3.57C25.405 11.961 26 13.86 26 15.966s-.595 4.006-1.785 5.695a9.512 9.512 0 01-4.7 3.57zM6.926 19.427a.904.904 0 01-.667-.26A.904.904 0 016 18.5v-5.013c0-.273.086-.495.259-.668a.903.903 0 01.667-.259h3.515l4.115-4.114c.29-.29.627-.354 1.008-.19.381.163.572.444.572.844v13.787c0 .4-.19.681-.572.845-.381.163-.717.09-1.008-.218l-4.115-4.087H6.926zm10.845 1.199v-9.292c1 .309 1.803.9 2.412 1.771.608.872.912 1.835.912 2.888 0 1.072-.304 2.03-.912 2.875a4.699 4.699 0 01-2.412 1.758z" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.share-android{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.94 25.952a2.932 2.932 0 01-2.169-.904 2.964 2.964 0 01-.855-2.566c.024-.16.06-.313.108-.458l-6.795-3.952a3.31 3.31 0 01-.988.711c-.386.185-.78.277-1.18.277-.852 0-1.575-.297-2.17-.891C6.298 17.574 6 16.85 6 15.999c0-.85.297-1.573.892-2.168.594-.594 1.317-.891 2.168-.891.402 0 .787.08 1.157.24.37.161.707.386 1.012.675l6.795-3.903a1.678 1.678 0 01-.108-.41 2.952 2.952 0 01-.037-.434c0-.851.298-1.574.892-2.168.595-.595 1.317-.892 2.169-.892.851 0 1.574.297 2.168.892.595.594.892 1.317.892 2.168 0 .852-.297 1.575-.892 2.169-.594.594-1.317.892-2.168.892a3.57 3.57 0 01-1.181-.193 2.205 2.205 0 01-.94-.627L12 15.084c.048.129.08.285.096.47s.024.333.024.446c0 .112-.008.237-.024.373a2.12 2.12 0 01-.096.422l6.82 3.831c.256-.24.561-.433.915-.578a3.16 3.16 0 011.205-.217c.851 0 1.574.297 2.168.892.595.594.892 1.317.892 2.169 0 .85-.297 1.574-.892 2.168-.594.595-1.317.892-2.168.892z" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.share-ios{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.98 18.643a.933.933 0 01-.687-.277.934.934 0 01-.277-.688v-9.84l-1.447 1.47c-.194.161-.419.242-.676.242a.926.926 0 01-.675-.29.915.915 0 01-.266-.675c0-.273.097-.507.29-.7l3.063-3.063a.736.736 0 01.326-.229c.12-.04.237-.06.35-.06.112 0 .229.02.35.06.12.04.228.117.325.23l3.111 3.11a.885.885 0 01.266.652.968.968 0 01-.266.675.939.939 0 01-.687.29.939.939 0 01-.687-.29l-1.448-1.423v9.841a.933.933 0 01-.277.688.933.933 0 01-.688.277zM10.023 26c-.53 0-.981-.189-1.351-.567a1.85 1.85 0 01-.555-1.339V12.685c0-.53.185-.98.555-1.35.37-.37.82-.555 1.35-.555h2.726c.274 0 .479.092.615.277.137.185.206.414.206.688 0 .257-.069.478-.206.663-.136.185-.341.277-.615.277h-2.725v11.41h11.963v-11.41h-2.75c-.289 0-.502-.092-.638-.277a1.124 1.124 0 01-.205-.687c0-.274.068-.499.205-.676.136-.177.35-.265.639-.265h2.75c.53 0 .984.185 1.362.555.378.37.567.82.567 1.35v11.41c0 .514-.189.96-.567 1.338a1.858 1.858 0 01-1.363.567H10.024z" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.check{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.666 7.833L9.5 17l-4.167-4.166" stroke="%23fff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}.storyly__default-classic-layout button.icon.share{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 7.377a.873.873 0 000 1.746V7.377zm2.5.873v-.873.873zm-2.5 6.627a.873.873 0 000 1.746v-1.746zm-5 1.746a.873.873 0 000-1.746v1.746zm0-7.5a.873.873 0 000-1.746v1.746zm5 0H17V7.377h-2.5v1.746zm2.5 0c.902 0 1.75.323 2.363.874L20.53 8.7c-.95-.855-2.222-1.322-3.53-1.322v1.746zm2.363.874c.609.549.93 1.271.93 2.003h1.748c0-1.258-.556-2.443-1.51-3.3l-1.168 1.297zm.93 2.003c0 1.505-1.385 2.877-3.292 2.877v1.746c2.694 0 5.04-1.985 5.04-4.623h-1.747zm-3.292 2.877h-2.5v1.746H17v-1.746zm-7.5 0H7v1.746h2.5v-1.746zm-2.5 0c-.902 0-1.75-.323-2.362-.875L3.47 15.301c.95.855 2.222 1.322 3.53 1.322v-1.746zm-2.362-.875c-.61-.548-.932-1.27-.932-2.002H1.961c0 1.258.556 2.443 1.51 3.3l1.168-1.298zM3.707 12c0-1.505 1.386-2.877 3.294-2.877V7.377c-2.695 0-5.04 1.985-5.04 4.623h1.746zm3.294-2.877h2.5V7.377H7v1.746z" fill="%23fff"/><path d="M8.667 12h6.667" stroke="%23fff" stroke-width="1.747" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}.storyly__default-classic-layout button.icon.close-black{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6L6 18M6 6l12 12" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}.storyly__default-classic-layout button.icon.download{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-download"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4M7 10l5 5 5-5M12 15V3" stroke="%23fff"/></svg>')!important}.storyly__default-classic-layout button.icon.transcript{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5.749" y="3.939" width="20.352" height="22.161" rx="3.392" stroke="%23fff" stroke-width="2.261"/><rect x="8.141" y="16.741" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="12.663" y="16.741" width="9.045" height="1.809" rx=".905" fill="%23fff"/><rect x="18.995" y="20.359" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="8.141" y="20.359" width="9.045" height="1.809" rx=".905" fill="%23fff"/></svg>')!important}.storyly__default-classic-layout .storyly__animate-image-vertical{object-position:top;animation:move-vertical 3.8s ease-in-out infinite alternate;animation-delay:.6s}.storyly__default-classic-layout .storyly__animate-image-horizontal{object-position:left;animation:move-horizontal 3.8s ease-in-out infinite alternate;animation-delay:.6s}.storyly__mobile-view-close-story{position:absolute;right:2%;top:2%;background-repeat:no-repeat!important;background-position:50%!important;cursor:pointer!important;border:none!important;pointer-events:auto!important;width:30px;height:30px;background:50% no-repeat!important;background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.884 5.116a1.25 1.25 0 010 1.768l-12 12a1.25 1.25 0 01-1.768-1.768l12-12a1.25 1.25 0 011.768 0z" fill="%23fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.116 5.116a1.25 1.25 0 011.768 0l12 12a1.25 1.25 0 01-1.768 1.768l-12-12a1.25 1.25 0 010-1.768z" fill="%23fff"/></svg>')!important}@media only screen and (max-width:648px){.storyly__mobile-view-close-story{display:none!important}}.storyly__mobile-view-close-story[direction=rtl]{left:2%;right:auto!important}.storyly__default-modern-layout{font-family:Storyly-Inter;font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10);width:100%;height:100%;margin:0 auto;position:relative;transition:transform .2s ease-out}.storyly__default-modern-layout .swiper{height:100%}.storyly__default-modern-layout .storyly__story-group{position:relative}.storyly__default-modern-layout .storyly__story-group-progress-bar{z-index:100;opacity:1;transition:opacity .5s ease;border:none;width:calc(100vw - 60px);margin-left:auto;margin-right:auto}.storyly__default-modern-layout .storyly__story-group-progress-bar .progress-wrapper{width:100%;display:flex;justify-content:center;margin-top:16px;margin-bottom:20px}.storyly__default-modern-layout .storyly__story-group-progress-bar .progress-wrapper .progress{position:relative;display:inline-block;height:3px;border-radius:2px;margin-left:.2%;margin-right:.2%;width:100%}.storyly__default-modern-layout .storyly__story-group-progress-bar .progress-wrapper .progress:first-child{margin-left:0}.storyly__default-modern-layout .storyly__story-group-progress-bar .progress-wrapper .progress:last-child{margin-right:0}.storyly__default-modern-layout .storyly__story-group-progress-bar .progress-wrapper .progress.seen span{width:100%}.storyly__default-modern-layout .storyly__story-group-progress-bar .progress-wrapper .progress.active span{width:0;transition-duration:.1s}.storyly__default-modern-layout .storyly__story-group-progress-bar .progress-wrapper .progress span{transition:width .1s linear;border-radius:2px;height:100%;position:absolute;width:0}.storyly__default-modern-layout .storyly__story-group .next-story-button,.storyly__default-modern-layout .storyly__story-group .prev-story-button{position:absolute;top:0;bottom:0;margin:auto;width:24px;height:24px;background-repeat:no-repeat;background-position:50%;cursor:pointer;border:none;pointer-events:auto;background-color:rgba(0,0,0,.25);border-radius:50%}.storyly__default-modern-layout .storyly__story-group .next-story-button.next-story-button,.storyly__default-modern-layout .storyly__story-group .prev-story-button.next-story-button{background-position-x:54%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTI0OV80MTk0KSI+PHBhdGggZD0iTTEuODQ1IDEuNjY3TDcuMTc4IDdsLTUuMzMzIDUuMzMzIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTI0OV80MTk0Ij48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDE0KSIgZD0iTTAgMGg5djE0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)!important;left:calc(50vw + var(--i--storyly-story-layer-width)/2 + 10px)}.storyly__default-modern-layout .storyly__story-group .next-story-button.prev-story-button,.storyly__default-modern-layout .storyly__story-group .prev-story-button.prev-story-button{background-position-x:46%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTI0OV80MTk2KSI+PHBhdGggZD0iTTcuMTU1IDEuNjY3TDEuODIyIDdsNS4zMzMgNS4zMzMiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xMjQ5XzQxOTYiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgNC41IDcpIiBkPSJNMCAwaDl2MTRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)!important;left:calc(50vw - var(--i--storyly-story-layer-width)/2 - 34px)}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container{position:relative;width:100%;height:var(--i--storyly-story-layer-height);overflow:hidden}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story{width:var(--i--storyly-story-layer-width);height:var(--i--storyly-story-layer-height);transition:left .5s,right .5s,transform .5s,transform-origin .5s;position:absolute;top:0;bottom:0;margin:auto;opacity:1;z-index:2;user-select:none;border-radius:10px;background:#000;outline:none;cursor:auto}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story:focus-visible{outline:none}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-passive{cursor:pointer;border:none;opacity:.5;transform:scaleX(.6) scaleY(.6);overflow:hidden}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-passive .storyly__animate-image-horizontal,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-passive .storyly__animate-image-vertical{animation-play-state:paused}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-next-story{transform-origin:left}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-prev-story{transform-origin:right}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story.ad-story{transition:none}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story[show] .layers-container .component-layer :not(.no-pointer-events){pointer-events:auto!important}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-image,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-video{position:absolute;pointer-events:none;flex-shrink:0;top:0;margin:auto;float:left;user-select:none;width:100%}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-video{height:100%;user-select:auto}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-bg{width:100%;height:100%}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container{position:absolute;width:100%;height:100%;top:0;left:0}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer{box-sizing:border-box!important;display:grid;position:absolute!important;pointer-events:none;padding:68px 32px 32px;left:0;right:0;width:100%;height:100%;margin:0 auto}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer *{pointer-events:none;box-sizing:border-box;user-select:none}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child{transform-origin:top left;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,bottom .3s ease-in-out}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-visually-hide{visibility:hidden;opacity:0}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-hide{display:none}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .emoji-animation span{width:32px;font-size:.4em;margin:.4em!important;position:absolute;bottom:-10%;animation:emojiAnimation 1.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;opacity:1}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .confetti-animation{width:100%;height:100%;position:absolute;top:0!important;pointer-events:none}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container [dir=ltr]{text-align:left!important}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story.story-9_16 .story-image,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .storyly__story.story-9_16 .story-video{top:50%;left:50%;transform:translate(-50%,-50%)}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container{font-family:Storyly-Inter,sans-serif;width:100%;height:100%;z-index:2001;position:absolute;background:rgba(0,0,0,.5);top:0;left:0;display:none;justify-content:center}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper{background:#242424;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:12px}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .share-header{padding:8px 12px 8px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:12px}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .share-header h6{padding:0;opacity:.5;margin:0;font-size:12px;line-height:1!important;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;color:#fff}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link{padding-bottom:8px;padding-inline-start:16px;padding-inline-end:16px;text-align:center;cursor:pointer;display:flex;align-items:center}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media:last-child,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link:last-child{margin-bottom:8px}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .download-icon,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .share-icon,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .download-icon,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .share-icon{width:48px;height:48px;background:hsla(0,0%,100%,.1);border-radius:8px;display:flex;justify-content:center;align-items:center}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .download-icon button,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .share-icon button,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .download-icon button,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .share-icon button{background-color:transparent;display:flex;align-items:center;justify-content:center;width:100%}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media p,.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link p{color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:0;padding:0 0 0 8px}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .close-share{background-color:transparent;width:24px;height:24px;flex:0 0 24px;display:flex;justify-content:center;align-items:center;padding:0}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .copied{font-family:Storyly-Inter,sans-serif;position:absolute;width:80%;background-color:#222;border-radius:6px;box-shadow:4px 4px 20px 0 rgba(36,36,80,.1);padding:12px;margin:0;display:flex;align-items:center;justify-content:center;left:50%;transform:translate(-50%,-10vh);top:0;color:#fff;font-size:14px;line-height:16px;z-index:2000}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .copied button{background-color:transparent}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .copied.show{animation:copiedAnimation 2s ease-in-out forwards}.storyly__default-modern-layout .storyly__story-group .storyly__stories-container .copied span{margin-left:10px;display:inline-block}@keyframes copiedAnimation{0%,to{transform:translate(-50%,-10vh)}25%,75%{transform:translate(-50%,2vh)}}.storyly__default-modern-layout .storyly__story-header{width:var(--i--storyly-story-layer-width)!important;margin:0 auto 16px;z-index:100;opacity:1;transition:opacity .5s ease;border:none}.storyly__default-modern-layout .storyly__story-header .storyly__story-info{display:flex;justify-content:space-between;align-items:center}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__story-actions{z-index:99;display:flex;justify-content:flex-end;align-items:center;max-width:30%;min-width:30%}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .action{margin-left:8px}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info{display:flex;align-items:center;max-width:70%;min-width:70%}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info img{box-sizing:border-box;width:38px;height:38px;border-radius:50%;border:2px solid #fff}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper{display:flex;align-items:flex-start;flex-direction:column;margin-left:12px;margin-right:12px;width:70%}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper h4{margin:0;color:#fff;font-size:16px;font-weight:500;line-height:20px;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper .s-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;background:hsla(0,0%,100%,.2);border-radius:20px;padding:2px 4px;cursor:pointer;user-select:none;margin-top:6px;max-width:100%}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper .s-wrapper .s-tag{font-size:12px;font-weight:500;color:#fff;display:block;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:pre;max-width:100%}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper .s-wrapper .s-icon{display:flex}.storyly__default-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .ad-group-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.376' cy='21.376' r='20.485' stroke='url(%23paint0_linear_798_17889)' stroke-width='1.781'/%3E%3Ccircle cx='21.312' cy='21.703' r='20' fill='url(%23paint1_linear_798_17889)' fill-opacity='.2'/%3E%3Cpath d='M14.659 25.703h1.318l.586-1.821h2.607l.591 1.821h1.319l-2.5-7.046h-1.421l-2.5 7.046zm3.169-5.737h.083l.947 2.944H16.88l.948-2.944zm5.966 5.825c.752 0 1.329-.342 1.622-.923h.082v.835h1.221v-7.402H25.5v2.915h-.083c-.279-.576-.89-.938-1.622-.938-1.352 0-2.187 1.055-2.187 2.754v.01c0 1.69.85 2.749 2.187 2.749zm.381-1.025c-.83 0-1.333-.65-1.333-1.724v-.01c0-1.074.508-1.728 1.333-1.728s1.343.659 1.343 1.728v.01c0 1.07-.513 1.724-1.343 1.724z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_798_17889' x1='42.752' y1='21.376' x2='0' y2='21.376' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_798_17889' x1='41.312' y1='21.703' x2='1.312' y2='21.703' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");width:43px;height:43px}.storyly__default-modern-layout .story-group-navigation-button{font-size:14px;line-height:24px;display:flex;flex-direction:column;position:absolute;bottom:3.7%;max-width:250px;color:#fff;font-weight:500;z-index:1000;user-select:none}.storyly__default-modern-layout .story-group-navigation-button h6{font-weight:500;font-size:11px;line-height:14px;letter-spacing:.03em;color:#fff;margin-top:0;margin-bottom:8px}.storyly__default-modern-layout .story-group-navigation-button-container{cursor:pointer;display:flex;align-items:center;justify-content:flex-start;background:hsla(0,0%,100%,.06);border-radius:9px;padding:12px}.storyly__default-modern-layout .story-group-navigation-button-container-icon{margin-right:10px}.storyly__default-modern-layout .story-group-navigation-button-container-icon svg{margin-top:6px}.storyly__default-modern-layout .story-group-navigation-button-container-inner{display:flex;align-items:center;justify-content:center;min-width:0}.storyly__default-modern-layout .story-group-navigation-button-container-inner .story-group-cover-image{width:38px;height:38px;flex:0 0 38px;border:2px solid #fff;border-radius:50%;margin-right:10px;margin-left:10px}.storyly__default-modern-layout .story-group-navigation-button-container-inner .story-group-cover-image img{height:100%;width:100%;border-radius:50%}.storyly__default-modern-layout .story-group-navigation-button-container-inner .story-group-title{font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.storyly__default-modern-layout .story-group-navigation-button.next-story-group{right:2.1%}.storyly__default-modern-layout .story-group-navigation-button.next-story-group .story-group-navigation-button-container{color:#fff;border:none;flex-direction:row-reverse}.storyly__default-modern-layout .story-group-navigation-button.next-story-group .story-group-navigation-button-container-icon{margin-right:0;margin-left:10px}.storyly__default-modern-layout .story-group-navigation-button.next-story-group .story-group-navigation-button-container-icon .prev-story-group-icon{display:none}.storyly__default-modern-layout .story-group-navigation-button.prev-story-group{left:2.1%}.storyly__default-modern-layout .story-group-navigation-button.prev-story-group .story-group-navigation-button-container{color:#fff;border:none;flex-direction:row}.storyly__default-modern-layout .story-group-navigation-button.prev-story-group .next-story-group-icon{display:none}@media only screen and (max-height:600px){.storyly__default-modern-layout .story-group-navigation-button h6{display:none}.storyly__default-modern-layout .story-group-navigation-button .story-group-cover-image{width:24px;height:24px;flex:0 0 24px;margin-right:8px;margin-left:8px;box-sizing:border-box}.storyly__default-modern-layout .story-group-navigation-button{bottom:1.5%}}.storyly__default-modern-layout .storyly__action-container{position:absolute;top:42px;right:30px;z-index:1002;width:76px;display:flex;justify-content:space-between;align-items:center}.storyly__default-modern-layout .storyly__action-container .storyly__keyboard-shortcuts{position:absolute;top:42px;right:44px;border-radius:12px;background:#242424;padding:16px;width:218px;opacity:0;visibility:hidden;transition:all .2s ease-in-out}.storyly__default-modern-layout .storyly__action-container .storyly__keyboard-shortcuts h6{font-style:normal;font-weight:500;font-size:11px;line-height:14px;letter-spacing:.05em;text-transform:uppercase;color:#b3b3b3;padding-bottom:13px;margin:0;border-bottom:1px solid hsla(0,0%,100%,.03)}.storyly__default-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu{margin:0;padding:0}.storyly__default-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item{display:flex;color:#fff;font-size:13px;line-height:16px;font-weight:400;margin-bottom:12px}.storyly__default-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item:last-child{margin-bottom:0}.storyly__default-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item:first-child{margin-top:12px}.storyly__default-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item-icon{background:hsla(0,0%,100%,.1);border-radius:4px;width:32px;height:20px;margin-right:10px;margin-left:10px;display:flex;align-items:center;justify-content:center}.storyly__default-modern-layout .storyly__action-container.active .storyly__keyboard-shortcuts{opacity:1;visibility:visible}.storyly__default-modern-layout .storyly__action-container.active .close-story{pointer-events:none!important;cursor:auto!important;opacity:.5}.storyly__default-modern-layout button.icon{cursor:pointer!important;background-repeat:no-repeat!important;background-position:50%!important;pointer-events:auto!important;width:32px;height:32px;flex:0 0 32px;border:none;background-color:hsla(0,0%,100%,.06);border-radius:9px}.storyly__default-modern-layout button.icon.close{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC44ODQgNS4xMTZhMS4yNSAxLjI1IDAgMDEwIDEuNzY4bC0xMiAxMmExLjI1IDEuMjUgMCAwMS0xLjc2OC0xLjc2OGwxMi0xMmExLjI1IDEuMjUgMCAwMTEuNzY4IDB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjExNiA1LjExNmExLjI1IDEuMjUgMCAwMTEuNzY4IDBsMTIgMTJhMS4yNSAxLjI1IDAgMDEtMS43NjggMS43NjhsLTEyLTEyYTEuMjUgMS4yNSAwIDAxMC0xLjc2OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)!important}.storyly__default-modern-layout button.icon.pause{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iLjQiIHdpZHRoPSI0LjIiIGhlaWdodD0iMTQiIHJ4PSIuNyIgZmlsbD0iI2ZmZiIvPjxyZWN0IHg9IjcuNCIgd2lkdGg9IjQuMiIgaGVpZ2h0PSIxNCIgcng9Ii43IiBmaWxsPSIjZmZmIi8+PC9zdmc+)!important}.storyly__default-modern-layout button.icon.play{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.105 10.928L8.023 4.218C7.163 3.645 6 4.268 6 5.298V18.7c0 1.045 1.163 1.652 2.023 1.08l10.082-6.71c.758-.49.758-1.636 0-2.142z" fill="%23fff"/></svg>')!important}.storyly__default-modern-layout button.icon.sound-off{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFF'%3E%3Cpath d='M5.2 4L4 5.2l4.467 4.467H4v5.666h3.778l4.722 4.723v-6.357l4.014 4.014a6.54 6.54 0 01-2.125 1.115v1.945a8.49 8.49 0 003.485-1.71L19.8 21l1.2-1.2-8.5-8.5L5.2 4zm13.4 10.993a6.46 6.46 0 00.51-2.493 6.616 6.616 0 00-4.722-6.337V4.217C18.176 5.077 21 8.457 21 12.5c0 1.417-.35 2.748-.973 3.92l-1.426-1.427zm-4.212-6.3A4.25 4.25 0 0116.75 12.5c0 .208-.019.406-.047.595l-2.314-2.314V8.694zm-3.863-1.775L12.5 4.944v3.948l-1.974-1.974z'/%3E%3C/svg%3E")!important}.storyly__default-modern-layout button.icon.sound-on{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFF'%3E%3Cpath d='M4 9.592v5.816h3.778l4.722 4.846V4.746L7.778 9.592H4zM16.75 12.5a4.374 4.374 0 00-2.361-3.906v7.802a4.348 4.348 0 002.36-3.896z'/%3E%3Cpath d='M14.389 4v1.997c2.73.833 4.722 3.43 4.722 6.503 0 3.072-1.993 5.67-4.722 6.503V21c3.787-.882 6.61-4.352 6.61-8.5S18.177 4.882 14.39 4z'/%3E%3C/svg%3E")!important}.storyly__default-modern-layout button.icon.check{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M18.666 7.833L9.5 17l-4.167-4.166"/></svg>')!important}.storyly__default-modern-layout button.icon.share{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS4zNDYgNS4yMjNjLS4zODctLjEyOS0uMzktLjMzNy4wMDgtLjQ3TDE0LjUuMDM4Yy4zOTItLjEzLjYxNi4wODkuNTA3LjQ3M2wtNC4wNDMgMTQuMTQ2Yy0uMTExLjM5Mi0uMzM3LjQwNS0uNTAzLjAzM0w3Ljc5OCA4LjY5Nmw0LjQ0Ny01LjkzLTUuOTMgNC40NDctNS45NjktMS45OXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)!important}.storyly__default-modern-layout button.icon.close-black{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 6L6 18M6 6l12 12"/></svg>')!important}.storyly__default-modern-layout button.icon.keyboard-shortcut{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMmgxNGEuNzc4Ljc3OCAwIDAxLjc3OC43Nzh2MTIuNDQ0QS43NzguNzc4IDAgMDExNiAxNkgyYS43NzguNzc4IDAgMDEtLjc3OC0uNzc4VjIuNzc4QS43NzguNzc4IDAgMDEyIDJ6bTEuNTU2IDMuMTExdjEuNTU2SDUuMTFWNS4xMUgzLjU1NnptMCAzLjExMXYxLjU1Nkg1LjExVjguMjIySDMuNTU2em0wIDMuMTExdjEuNTU2aDEwLjg4OXYtMS41NTZIMy41NTR6bTMuMTEtMy4xMXYxLjU1NWgxLjU1NlY4LjIyMkg2LjY2N3ptMC0zLjExMnYxLjU1NmgxLjU1NlY1LjExSDYuNjY3em0zLjExMiAwdjEuNTU2aDEuNTU1VjUuMTFIOS43Nzh6bTMuMTEgMHYxLjU1NmgxLjU1NlY1LjExSDEyLjg5em0tMy4xMSAzLjExMXYxLjU1NmgxLjU1NVY4LjIyMkg5Ljc3OHptMy4xMSAwdjEuNTU2aDEuNTU2VjguMjIySDEyLjg5eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)!important}.storyly__default-modern-layout button.icon.download{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="feather feather-download" viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4m4-5l5 5 5-5m-5 5V3" stroke="%23fff"/></svg>')!important}.storyly__default-modern-layout button.icon.transcript{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5.749" y="3.939" width="20.352" height="22.161" rx="3.392" stroke="%23fff" stroke-width="2.261"/><rect x="8.141" y="16.741" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="12.663" y="16.741" width="9.045" height="1.809" rx=".905" fill="%23fff"/><rect x="18.995" y="20.359" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="8.141" y="20.359" width="9.045" height="1.809" rx=".905" fill="%23fff"/></svg>')!important}.storyly__default-modern-layout[direction=rtl] .storyly__action-container{right:auto;left:30px}.storyly__default-modern-layout[direction=rtl] .storyly__action-container .storyly__keyboard-shortcuts{right:auto;left:44px}.storyly__default-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group{left:2.1%!important;right:auto!important}.storyly__default-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group .next-story-group-icon{display:none}.storyly__default-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group .prev-story-group-icon{display:block}.storyly__default-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group .story-group-title{margin-left:10px}.storyly__default-modern-layout[direction=rtl] .story-group-navigation-button.prev-story-group{right:2.1%!important;left:auto!important}.storyly__default-modern-layout[direction=rtl] .story-group-navigation-button.prev-story-group .prev-story-group-icon{display:none}.storyly__default-modern-layout[direction=rtl] .story-group-navigation-button.prev-story-group .next-story-group-icon{display:block}.storyly__default-modern-layout[direction=rtl] .storyly__stories-container .storyly__story-next-story{transform-origin:right}.storyly__default-modern-layout[direction=rtl] .storyly__stories-container .storyly__story-prev-story{transform-origin:left}.storyly__default-modern-layout[direction=rtl] .storyly__story-group-progress-bar .progress-wrapper .progress:first-child{margin-right:0!important;margin-left:.2%}.storyly__default-modern-layout[direction=rtl] .storyly__story-group-progress-bar .progress-wrapper .progress:last-child{margin-left:0!important;margin-right:.2%}.storyly__default-modern-layout .storyly__animate-image-vertical{object-position:top;animation:move-vertical 3.8s ease-in-out infinite alternate;animation-delay:.6s}@keyframes move-vertical{0%{object-position:50% 0}15%{object-position:50% 0}85%{object-position:50% 100%}to{object-position:50% 100%}}.storyly__default-modern-layout .storyly__animate-image-horizontal{object-position:left;animation:move-horizontal 3.8s ease-in-out infinite alternate;animation-delay:.6s}@keyframes move-horizontal{0%{object-position:0 50%}15%{object-position:0 50%}85%{object-position:100% 50%}to{object-position:100% 50%}}@keyframes timedAnimation{5%{display:block}to{visibility:visible;opacity:1}}.storyly__story-group-overlay{display:flex;justify-content:center;align-items:center;position:absolute;visibility:hidden;opacity:0;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#1d1a16,#2c2e31 52.08%,#171717);z-index:1001;transition:all .4s ease-in-out;cursor:pointer}.storyly__story-group-overlay.active{visibility:visible;opacity:.65}.storyly__default-svideo-seekbar{position:absolute;bottom:0;width:100%;height:.875em;padding:0 .1875em;align-items:center;box-sizing:border-box;display:flex;background:linear-gradient(1turn,rgba(9,9,9,.5),rgba(9,9,9,0) 52.26%);opacity:0;transition:opacity .4s ease-in-out}.storyly__default-svideo-seekbar:hover .progress-indicator{opacity:1!important}.storyly__default-svideo-seekbar.hovered,.storyly__default-svideo-seekbar.show{opacity:1}.storyly__default-svideo-seekbar .video-time{font-size:.203125em;font-family:Storyly-Inter;color:#fff;font-weight:400;flex:0 0 10%}.storyly__default-svideo-seekbar .action-icon{flex:0 0 6%}.storyly__default-svideo-seekbar .action-icon .pause-icon,.storyly__default-svideo-seekbar .action-icon .play-icon{display:flex;cursor:pointer}.storyly__default-svideo-seekbar .seekbar{margin:0 8px;height:.046875em;position:relative;flex:0 0 77%}.storyly__default-svideo-seekbar .seekbar .interactive-lines{display:flex;height:100%;width:100%;cursor:pointer}.storyly__default-svideo-seekbar .seekbar .interactive-lines .interactive-line{width:100%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,.6) 0 100%);display:inline-block;border-radius:100px;margin:0 .02734375em}.storyly__default-svideo-seekbar .seekbar .progress-indicator{background:#fff;border-radius:50%;width:.1875em;height:.1875em;display:inline-block;position:absolute;top:-.07em;cursor:pointer;opacity:0;transition:opacity .2s ease-in-out}.storyly__video-feed-classic-layout{width:var(--i--storyly-story-layer-width)!important;height:var(--i--storyly-story-layer-height)!important;top:50%;transform:translateY(-50%);font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10)!important;margin:0 auto;position:relative;transition:transform .2s ease-out}@media only screen and (max-height:575.98px) and (orientation:landscape){.storyly__video-feed-classic-layout{transform:translateY(-50%)!important}.storyly__video-feed-classic-layout .navigation-buttons{display:block!important}.storyly__video-feed-classic-layout .icon.close{display:none!important}}.storyly__video-feed-classic-layout[embed-mode]{width:100%!important;height:100%!important}.storyly__video-feed-classic-layout[embed-mode] .storyly__stories-container{border-radius:.35em!important;background-color:#000}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[playable]:not([replay]):hover .storyly__embed-play-container{display:flex}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[playable]:not([replay]):hover .storyly__stories-container .storyly__story.active:before{backdrop-filter:blur(8px);display:block}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[playable] .storyly__story-header .progress-wrapper,.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[playable] .storyly__story-header .storyly__story-actions{visibility:hidden}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[playable] .storyly__story-header .progress-wrapper{box-sizing:border-box;padding-left:3%;padding-right:3%}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group:not([playable]) .storyly__embed-play-container{display:none}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__stories-container .storyly__story.active:before{display:block}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__embed-play-container{display:flex}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__embed-play-container .play-icon{display:none}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group[replay] .storyly__embed-play-container .re-play-icon{display:block}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group .storyly__stories-container .storyly__story.active:before{content:"";position:absolute;left:0;right:0;background-color:rgba(0,0,0,.2);width:100%;height:100%;z-index:2;display:none;z-index:99999999}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group .storyly__story-header .progress-wrapper{padding-left:3%;padding-right:3%}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container{width:100%;height:100%;justify-content:center;align-items:center;position:relative;z-index:9999999;cursor:pointer;display:none;border-radius:18px}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container .play-icon{display:block}.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container .re-play-icon{display:none}@media only screen and (max-width:648px){.storyly__video-feed-classic-layout[embed-mode] .storyly__story-group .storyly__embed-play-container{display:flex}}.storyly__video-feed-classic-layout .storyly__stories-container{width:100%;height:100%;margin:auto!important;contain:strict!important;bottom:0!important;left:0!important;position:absolute!important;right:0!important;top:0!important;opacity:1!important;border-radius:8px}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header{position:absolute;width:100%;opacity:1;transition:opacity .2s ease-in-out;border:none;height:100%}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info{margin:.15625em .1875em;position:absolute;bottom:0;width:100%;z-index:10;pointer-events:none}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info{display:flex;align-items:center;height:30px;width:100%}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper{display:flex;align-items:flex-start;flex-direction:column;margin-left:.015625em;margin-right:.1875em;width:70%;padding-bottom:.09375em}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper h4{margin:0;color:#fff;font-size:.21875em;font-weight:700;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:normal;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.4em;line-height:1.2em;font-family:Storyly-Inter,sans-serif}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-info .storyly__sg-info .ad-group-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.376' cy='21.376' r='20.485' stroke='url(%23paint0_linear_798_17889)' stroke-width='1.781'/%3E%3Ccircle cx='21.312' cy='21.703' r='20' fill='url(%23paint1_linear_798_17889)' fill-opacity='.2'/%3E%3Cpath d='M14.659 25.703h1.318l.586-1.821h2.607l.591 1.821h1.319l-2.5-7.046h-1.421l-2.5 7.046zm3.169-5.737h.083l.947 2.944H16.88l.948-2.944zm5.966 5.825c.752 0 1.329-.342 1.622-.923h.082v.835h1.221v-7.402H25.5v2.915h-.083c-.279-.576-.89-.938-1.622-.938-1.352 0-2.187 1.055-2.187 2.754v.01c0 1.69.85 2.749 2.187 2.749zm.381-1.025c-.83 0-1.333-.65-1.333-1.724v-.01c0-1.074.508-1.728 1.333-1.728s1.343.659 1.343 1.728v.01c0 1.07-.513 1.724-1.343 1.724z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_798_17889' x1='42.752' y1='21.376' x2='0' y2='21.376' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_798_17889' x1='41.312' y1='21.703' x2='1.312' y2='21.703' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");width:43px;height:43px}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper{width:100%;display:flex;justify-content:center;margin-top:2px;height:.3125em;padding-top:.078125em;box-sizing:border-box}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress{height:2px;display:inline-block;margin-left:.6%;margin-right:.6%;width:100%;position:relative}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress.seen span{width:100%}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress.active span{width:0;transition-duration:.1s}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .progress-wrapper .progress span{transition:width .1s linear;height:100%;position:absolute;width:0}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-actions{display:flex;z-index:99;right:.1875em;top:.1875em;position:absolute}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-actions .action{margin-left:8px}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions{position:absolute;bottom:1em;right:.1875em;z-index:10}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper{margin-bottom:25px}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper{text-align:center;font-size:14px;cursor:pointer}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto!important}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon *,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon *{pointer-events:none}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper{position:absolute}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.liked svg,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.liked svg{animation:pulse-like .5s forwards}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.liked svg path,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.liked svg path{fill:#ff5f4a}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.shrink,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.shrink{display:none;animation:none}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.shrink.animated,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.shrink.animated{display:block}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.shrink.animated svg,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.shrink.animated svg{animation:shrink-dislike .5s forwards}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .like-count,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .share-count,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .like-count,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .share-count{text-shadow:0 -1px 2px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.3);font-family:Storyly-Inter;font-size:14px;font-weight:600;color:#fff}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .s-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;background:rgba(0,0,0,.2);border-radius:20px;padding:4px;cursor:pointer;user-select:none;margin-left:.1875em;margin-top:.1875em;max-width:max-content;z-index:4;position:relative;font-family:Storyly-Inter,sans-serif}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .s-wrapper .s-tag{font-size:12px;font-weight:500;color:#fff;display:block;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:pre;max-width:100%}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story-header .s-wrapper .s-icon{display:flex}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story{width:100%;height:100%;opacity:1;z-index:2;user-select:none;background:#000;transition:opacity .3s ease-in;outline:none;cursor:auto;position:absolute}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story.active{opacity:1;z-index:2}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story.ad-story{transition:none}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .story-image{position:absolute;top:0;pointer-events:none;flex-shrink:0;margin:auto;float:left;user-select:none;width:100%}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .story-video{position:fixed;top:0;width:100%;max-height:100%!important;left:0;margin:auto;float:left}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container{position:absolute;width:100%;height:100%;top:0;left:0}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer{box-sizing:border-box!important;display:grid!important;position:absolute!important;pointer-events:none;padding:68px 32px 32px;left:0;right:0;width:100%;height:100%;margin:0 auto}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer :not(.no-pointer-events){pointer-events:auto!important;box-sizing:border-box;user-select:none}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child{transform-origin:top left;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,bottom .3s ease-in-out}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-visually-hide{visibility:hidden;opacity:0}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-hide{display:none}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container .emoji-animation span{width:32px;font-size:.4em;margin:.4em!important;position:absolute;bottom:-10%;animation:emojiAnimation 1.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;opacity:1}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container .confetti-animation{width:100%;height:100%;position:absolute;top:0!important;pointer-events:none}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .layers-container [dir=ltr]{text-align:left!important}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story.story-9_16 .story-video{top:50%;left:50%;transform:translate(-50%,-50%)}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .video-feed-play-icon-wrapper{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:none}.storyly__video-feed-classic-layout .storyly__stories-container .share-container{font-family:Storyly-Inter,sans-serif;width:100%;height:100%;z-index:2001;position:absolute;background:rgba(0,0,0,.5);top:0;left:0;display:none;justify-content:center}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper{background:#242424;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:12px}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .share-header{padding:8px 12px 8px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:12px}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .share-header h6{padding:0;opacity:.5;margin:0;font-size:12px;line-height:1!important;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;color:#fff}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link{padding-bottom:8px;padding-inline-start:16px;padding-inline-end:16px;text-align:center;cursor:pointer;display:flex;align-items:center}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media:last-child,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link:last-child{margin-bottom:8px}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .download-icon,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .share-icon,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .download-icon,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .share-icon{width:48px;height:48px;background:hsla(0,0%,100%,.1);border-radius:8px;display:flex;justify-content:center;align-items:center}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .download-icon button,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media .share-icon button,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .download-icon button,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link .share-icon button{background-color:transparent;display:flex;align-items:center;justify-content:center;width:100%}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .download-media p,.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .get-link p{color:#fff;text-align:left;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:0;padding:0 0 0 8px}.storyly__video-feed-classic-layout .storyly__stories-container .share-container .share-wrapper .close-share{background-color:transparent;width:24px;height:24px;flex:0 0 24px;display:flex;justify-content:center;align-items:center;padding:0}.storyly__video-feed-classic-layout .storyly__stories-container .copied{font-family:Storyly-Inter,sans-serif;position:absolute;width:80%;background-color:#222;border-radius:6px;box-shadow:4px 4px 20px 0 rgba(36,36,80,.1);padding:12px;margin:0;display:flex;align-items:center;justify-content:center;left:50%;transform:translate(-50%,150vh);bottom:0;color:#fff;font-size:14px;line-height:16px;z-index:2000}.storyly__video-feed-classic-layout .storyly__stories-container .copied button{background-color:transparent}.storyly__video-feed-classic-layout .storyly__stories-container .copied.show{animation:copiedLinkAnimation 2s ease-in-out forwards}.storyly__video-feed-classic-layout .storyly__stories-container .copied span{margin-left:10px;display:inline-block}@keyframes copiedLinkAnimation{0%,to{transform:translate(-50%,150vh)}25%,75%{transform:translate(-50%,-4vh)}}.storyly__video-feed-classic-layout .storyly__stories-container .accessibility-switch-button{position:absolute;width:24px;height:24px;background-color:transparent;bottom:8px;right:8px;z-index:999999;padding:0;border:none;box-shadow:0 0 0 2px rgba(0,0,0,.2);border-radius:50%;box-sizing:content-box}.storyly__video-feed-classic-layout .storyly__stories-container .accessibility-switch-button svg{pointer-events:none}.storyly__video-feed-classic-layout .storyly__stories-container .accessibility-switch-button svg rect{fill:hsla(0,0%,100%,.2)}.storyly__video-feed-classic-layout .storyly__stories-container .accessibility-switch-button[data-pressed=true] rect{fill:#01ea85}@media only screen and (max-width:648px){.storyly__video-feed-classic-layout .storyly__stories-container{border-radius:0}.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .story-image,.storyly__video-feed-classic-layout .storyly__stories-container .storyly__story .story-video{border-radius:0!important}}@media only screen and (max-width:648px){.storyly__video-feed-classic-layout:not([embed-mode]) .storyly__stories-container{width:var(--storyly-story-width);height:var(--storyly-story-height)}}.storyly__video-feed-classic-layout .navigation-buttons.hovered .navigate-button,.storyly__video-feed-classic-layout .navigation-buttons.show .navigate-button,.storyly__video-feed-classic-layout .navigation-buttons:hover .navigate-button{opacity:1}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button{opacity:0;transition:opacity .4s ease-in-out;height:32px!important;width:32px!important;transform:translateY(-50%)!important;top:50%!important;bottom:auto!important;cursor:pointer;pointer-events:all!important;position:absolute}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button button{width:100%;height:100%;background-repeat:no-repeat;pointer-events:none;border-radius:50%;outline:none;border:2px solid #fff;background-color:#000;display:block}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button button:hover{background-color:#fff}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button button:focus-visible{outline:3px inset #00e0e4}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button.next-button{right:-60px}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button.next-button button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.845 12.333L7.178 7 1.845 1.667'/%3E%3C/svg%3E")!important;background-position:55% 50%!important}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button.next-button button:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.845 12.333L7.178 7 1.845 1.667'/%3E%3C/svg%3E")!important}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button.prev-button{left:-60px}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button.prev-button button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6.667 1.667L1.333 7l5.334 5.333'/%3E%3C/svg%3E")!important;background-position:45% 50%!important}.storyly__video-feed-classic-layout .navigation-buttons .navigate-button.prev-button button:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6.667 1.667L1.333 7l5.334 5.333'/%3E%3C/svg%3E")!important}.storyly__video-feed-classic-layout .navigation-buttons.accessibility-navigation-buttons .prev-button{left:8px;z-index:99999}.storyly__video-feed-classic-layout .navigation-buttons.accessibility-navigation-buttons .next-button{right:8px;z-index:99999}@keyframes navigationFadeOut{0%{opacity:1}to{opacity:0}}@keyframes navigationFadeIn{0%{opacity:0}to{opacity:1}}@keyframes progressAnimation{0%{width:0}to{width:100%}}@keyframes emojiAnimation{0%{bottom:-10%}to{bottom:50%;opacity:0}}.storyly__video-feed-classic-layout .swiper{width:100%;height:100%}.storyly__video-feed-classic-layout .swiper .swiper-slide.active-video-feed-view{visibility:visible}@media only screen and (max-width:648px){.storyly__video-feed-classic-layout{width:100%!important;height:100%!important;--i--storyly-story-layer-width:100vw;--i--storyly-story-layer-height:var(--storyly-story-vh);-webkit-touch-callout:none;-webkit-text-size-adjust:none;-webkit-user-select:none;user-select:none;top:0;transform:translateY(0)}}.storyly__video-feed-classic-layout button.icon{background-repeat:no-repeat!important;background-position:50%!important;cursor:pointer!important;border:none!important;pointer-events:auto!important;background:50% no-repeat!important;width:30px;height:30px}.storyly__video-feed-classic-layout button.icon.close{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 17.867l-6.767 6.766c-.266.267-.577.4-.933.4-.356 0-.667-.133-.933-.4a1.28 1.28 0 01-.4-.933c0-.356.133-.667.4-.933L14.133 16 7.367 9.233a1.28 1.28 0 01-.4-.933c0-.356.133-.667.4-.933.266-.267.577-.4.933-.4.356 0 .667.133.933.4L16 14.133l6.767-6.766c.266-.267.578-.4.933-.4.356 0 .667.133.933.4.267.266.4.577.4.933 0 .355-.133.667-.4.933L17.867 16l6.766 6.767c.267.266.4.577.4.933 0 .355-.133.667-.4.933-.266.267-.577.4-.933.4-.355 0-.667-.133-.933-.4L16 17.867z" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.pause{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="8.533" y="6.667" width="5.6" height="18.667" rx=".933" fill="%23fff"/><rect x="17.866" y="6.667" width="5.6" height="18.667" rx=".933" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.play{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2 24.5c-.378.244-.761.256-1.15.033-.389-.222-.583-.555-.583-1V8.267c0-.445.194-.778.583-1 .389-.223.772-.211 1.15.033l12 7.667c.356.222.533.533.533.933s-.177.711-.533.933l-12 7.667z" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.sound-off{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.687 26.477l-2.79-2.79c-.305.22-.63.422-.978.608a6.34 6.34 0 01-1.078.457.73.73 0 01-.748-.114.868.868 0 01-.343-.723c0-.135.034-.254.102-.355a.62.62 0 01.279-.229c.287-.084.57-.194.85-.33.279-.135.545-.287.799-.456l-4.06-4.11v4.135c0 .372-.177.634-.533.787-.355.152-.668.084-.938-.203l-3.832-3.806H7.146a.841.841 0 01-.622-.241.841.841 0 01-.241-.622v-4.668c0-.254.08-.461.24-.622a.841.841 0 01.623-.24h3.095L5.242 7.93A.744.744 0 015 7.36a.839.839 0 01.266-.571.744.744 0 01.546-.228c.21 0 .401.076.57.228l18.471 18.547a.759.759 0 01.229.558c0 .22-.077.414-.229.584a.863.863 0 01-.596.228.775.775 0 01-.571-.229zM18.841 7.5c1.827.643 3.294 1.751 4.402 3.324s1.662 3.34 1.662 5.303c0 .88-.119 1.738-.355 2.575a8.487 8.487 0 01-1.091 2.372l-1.117-1.141a6.874 6.874 0 00.749-1.827c.16-.643.24-1.303.24-1.98 0-1.674-.469-3.175-1.407-4.503-.94-1.328-2.178-2.228-3.717-2.702a.522.522 0 01-.343-.228.691.691 0 01-.114-.38c0-.305.118-.542.355-.711.237-.17.482-.203.736-.102zm1.243 10.175l-2.334-2.36V11.99a4.344 4.344 0 011.89 1.687c.465.753.698 1.578.698 2.474 0 .254-.021.508-.064.761a5.01 5.01 0 01-.19.762zm-4.364-4.39l-2.816-2.816 1.345-1.345c.27-.27.583-.33.938-.177.356.152.533.414.533.786v3.552z" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.sound-on{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.515 25.23c-.309.11-.586.069-.831-.122a.931.931 0 01-.368-.777c0-.163.04-.304.123-.422a.578.578 0 01.367-.232 8.211 8.211 0 003.979-2.97c1.017-1.398 1.526-2.979 1.526-4.74 0-1.763-.509-3.343-1.526-4.742a8.21 8.21 0 00-3.979-2.97.548.548 0 01-.367-.259.81.81 0 01-.123-.422c0-.327.127-.581.382-.763a.829.829 0 01.817-.11 9.512 9.512 0 014.7 3.57C25.405 11.961 26 13.86 26 15.966s-.595 4.006-1.785 5.695a9.512 9.512 0 01-4.7 3.57zM6.926 19.427a.904.904 0 01-.667-.26A.904.904 0 016 18.5v-5.013c0-.273.086-.495.259-.668a.903.903 0 01.667-.259h3.515l4.115-4.114c.29-.29.627-.354 1.008-.19.381.163.572.444.572.844v13.787c0 .4-.19.681-.572.845-.381.163-.717.09-1.008-.218l-4.115-4.087H6.926zm10.845 1.199v-9.292c1 .309 1.803.9 2.412 1.771.608.872.912 1.835.912 2.888 0 1.072-.304 2.03-.912 2.875a4.699 4.699 0 01-2.412 1.758z" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.share-android{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.94 25.952a2.932 2.932 0 01-2.169-.904 2.964 2.964 0 01-.855-2.566c.024-.16.06-.313.108-.458l-6.795-3.952a3.31 3.31 0 01-.988.711c-.386.185-.78.277-1.18.277-.852 0-1.575-.297-2.17-.891C6.298 17.574 6 16.85 6 15.999c0-.85.297-1.573.892-2.168.594-.594 1.317-.891 2.168-.891.402 0 .787.08 1.157.24.37.161.707.386 1.012.675l6.795-3.903a1.678 1.678 0 01-.108-.41 2.952 2.952 0 01-.037-.434c0-.851.298-1.574.892-2.168.595-.595 1.317-.892 2.169-.892.851 0 1.574.297 2.168.892.595.594.892 1.317.892 2.168 0 .852-.297 1.575-.892 2.169-.594.594-1.317.892-2.168.892a3.57 3.57 0 01-1.181-.193 2.205 2.205 0 01-.94-.627L12 15.084c.048.129.08.285.096.47s.024.333.024.446c0 .112-.008.237-.024.373a2.12 2.12 0 01-.096.422l6.82 3.831c.256-.24.561-.433.915-.578a3.16 3.16 0 011.205-.217c.851 0 1.574.297 2.168.892.595.594.892 1.317.892 2.169 0 .85-.297 1.574-.892 2.168-.594.595-1.317.892-2.168.892z" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.share-ios{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.98 18.643a.933.933 0 01-.687-.277.934.934 0 01-.277-.688v-9.84l-1.447 1.47c-.194.161-.419.242-.676.242a.926.926 0 01-.675-.29.915.915 0 01-.266-.675c0-.273.097-.507.29-.7l3.063-3.063a.736.736 0 01.326-.229c.12-.04.237-.06.35-.06.112 0 .229.02.35.06.12.04.228.117.325.23l3.111 3.11a.885.885 0 01.266.652.968.968 0 01-.266.675.939.939 0 01-.687.29.939.939 0 01-.687-.29l-1.448-1.423v9.841a.933.933 0 01-.277.688.933.933 0 01-.688.277zM10.023 26c-.53 0-.981-.189-1.351-.567a1.85 1.85 0 01-.555-1.339V12.685c0-.53.185-.98.555-1.35.37-.37.82-.555 1.35-.555h2.726c.274 0 .479.092.615.277.137.185.206.414.206.688 0 .257-.069.478-.206.663-.136.185-.341.277-.615.277h-2.725v11.41h11.963v-11.41h-2.75c-.289 0-.502-.092-.638-.277a1.124 1.124 0 01-.205-.687c0-.274.068-.499.205-.676.136-.177.35-.265.639-.265h2.75c.53 0 .984.185 1.362.555.378.37.567.82.567 1.35v11.41c0 .514-.189.96-.567 1.338a1.858 1.858 0 01-1.363.567H10.024z" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.check{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.666 7.833L9.5 17l-4.167-4.166" stroke="%23fff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.share{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 7.377a.873.873 0 000 1.746V7.377zm2.5.873v-.873.873zm-2.5 6.627a.873.873 0 000 1.746v-1.746zm-5 1.746a.873.873 0 000-1.746v1.746zm0-7.5a.873.873 0 000-1.746v1.746zm5 0H17V7.377h-2.5v1.746zm2.5 0c.902 0 1.75.323 2.363.874L20.53 8.7c-.95-.855-2.222-1.322-3.53-1.322v1.746zm2.363.874c.609.549.93 1.271.93 2.003h1.748c0-1.258-.556-2.443-1.51-3.3l-1.168 1.297zm.93 2.003c0 1.505-1.385 2.877-3.292 2.877v1.746c2.694 0 5.04-1.985 5.04-4.623h-1.747zm-3.292 2.877h-2.5v1.746H17v-1.746zm-7.5 0H7v1.746h2.5v-1.746zm-2.5 0c-.902 0-1.75-.323-2.362-.875L3.47 15.301c.95.855 2.222 1.322 3.53 1.322v-1.746zm-2.362-.875c-.61-.548-.932-1.27-.932-2.002H1.961c0 1.258.556 2.443 1.51 3.3l1.168-1.298zM3.707 12c0-1.505 1.386-2.877 3.294-2.877V7.377c-2.695 0-5.04 1.985-5.04 4.623h1.746zm3.294-2.877h2.5V7.377H7v1.746z" fill="%23fff"/><path d="M8.667 12h6.667" stroke="%23fff" stroke-width="1.747" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.close-black{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6L6 18M6 6l12 12" stroke="%23000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.download{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-download"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4M7 10l5 5 5-5M12 15V3" stroke="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout button.icon.transcript{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5.749" y="3.939" width="20.352" height="22.161" rx="3.392" stroke="%23fff" stroke-width="2.261"/><rect x="8.141" y="16.741" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="12.663" y="16.741" width="9.045" height="1.809" rx=".905" fill="%23fff"/><rect x="18.995" y="20.359" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="8.141" y="20.359" width="9.045" height="1.809" rx=".905" fill="%23fff"/></svg>')!important}.storyly__video-feed-classic-layout .storyly__animate-image-vertical{object-position:top;animation:move-vertical 3.8s ease-in-out infinite alternate;animation-delay:.6s}.storyly__video-feed-classic-layout .storyly__animate-image-horizontal{object-position:left;animation:move-horizontal 3.8s ease-in-out infinite alternate;animation-delay:.6s}.storyly__mobile-view-close-story{position:absolute;right:2%;top:2%;background-repeat:no-repeat!important;background-position:50%!important;cursor:pointer!important;border:none!important;pointer-events:auto!important;width:30px;height:30px;background:50% no-repeat!important;background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.884 5.116a1.25 1.25 0 010 1.768l-12 12a1.25 1.25 0 01-1.768-1.768l12-12a1.25 1.25 0 011.768 0z" fill="%23fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.116 5.116a1.25 1.25 0 011.768 0l12 12a1.25 1.25 0 01-1.768 1.768l-12-12a1.25 1.25 0 010-1.768z" fill="%23fff"/></svg>')!important}@media only screen and (max-width:648px){.storyly__mobile-view-close-story{display:none!important}}.storyly__mobile-view-close-story[direction=rtl]{left:2%;right:auto!important}.storyly__video-feed-modern-layout{font-family:Storyly-Inter;font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10);width:100%;height:100%;margin:0 auto;position:relative;transition:transform .2s ease-out}.storyly__video-feed-modern-layout .swiper{height:100%}.storyly__video-feed-modern-layout .swiper .swiper-slide.active-video-feed-view{visibility:visible;height:auto!important}.storyly__video-feed-modern-layout .storyly__story-group{position:relative;padding-bottom:24px}.storyly__video-feed-modern-layout .storyly__story-group-progress-bar{z-index:100;opacity:1;transition:opacity .5s ease;border:none;width:calc(100vw - 60px);margin-left:auto;margin-right:auto}.storyly__video-feed-modern-layout .storyly__story-group .next-story-button,.storyly__video-feed-modern-layout .storyly__story-group .prev-story-button{position:absolute;top:0;bottom:0;margin:auto;width:24px;height:24px;background-repeat:no-repeat;background-position:50%;cursor:pointer;border:none;pointer-events:auto;background-color:rgba(0,0,0,.25);border-radius:50%}.storyly__video-feed-modern-layout .storyly__story-group .next-story-button.next-story-button,.storyly__video-feed-modern-layout .storyly__story-group .prev-story-button.next-story-button{background-position-x:54%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTI0OV80MTk0KSI+PHBhdGggZD0iTTEuODQ1IDEuNjY3TDcuMTc4IDdsLTUuMzMzIDUuMzMzIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTI0OV80MTk0Ij48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDE0KSIgZD0iTTAgMGg5djE0SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)!important;left:calc(50vw + var(--i--storyly-story-layer-width)/2 + 10px)}.storyly__video-feed-modern-layout .storyly__story-group .next-story-button.prev-story-button,.storyly__video-feed-modern-layout .storyly__story-group .prev-story-button.prev-story-button{background-position-x:46%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTI0OV80MTk2KSI+PHBhdGggZD0iTTcuMTU1IDEuNjY3TDEuODIyIDdsNS4zMzMgNS4zMzMiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xMjQ5XzQxOTYiPjxwYXRoIGZpbGw9IiNmZmYiIHRyYW5zZm9ybT0icm90YXRlKC0xODAgNC41IDcpIiBkPSJNMCAwaDl2MTRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)!important;left:calc(50vw - var(--i--storyly-story-layer-width)/2 - 34px)}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container{position:relative;width:100%;height:var(--i--storyly-story-layer-height);overflow:hidden;display:flex;justify-content:center}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story{width:var(--i--storyly-story-layer-width);height:var(--i--storyly-story-layer-height);transition:left .5s,right .5s,transform .5s,transform-origin .5s;position:absolute;top:0;bottom:0;margin:auto;opacity:1;z-index:2;user-select:none;background:#000;outline:none;border-radius:10px;cursor:auto}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story:focus-visible{outline:none}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-passive{cursor:pointer;border:none;opacity:.5;transform:scaleX(.6) scaleY(.6);overflow:hidden}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-passive .storyly__animate-image-horizontal,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-passive .storyly__animate-image-vertical{animation-play-state:paused}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-next-story{transform-origin:left}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story-prev-story{transform-origin:right}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story.ad-story{transition:none}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story[show] .layers-container .component-layer :not(.no-pointer-events){pointer-events:auto!important}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-image,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-video{position:absolute;pointer-events:none;flex-shrink:0;top:0;margin:auto;float:left;user-select:none;width:100%;border-radius:10px;border:1px solid hsla(0,0%,100%,.4);box-sizing:border-box}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-video{height:100%;user-select:auto}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .story-bg{width:100%;height:100%}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container{position:absolute;width:100%;height:100%;top:0;left:0}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer{box-sizing:border-box!important;display:grid;position:absolute!important;pointer-events:none;padding:68px 32px 32px;left:0;right:0;width:100%;height:100%;margin:0 auto}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer *{pointer-events:none;box-sizing:border-box;user-select:none}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child{transform-origin:top left;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,bottom .3s ease-in-out}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-visually-hide{visibility:hidden;opacity:0}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .component-layer>:first-child.timed-interactive-animation-hide{display:none}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .emoji-animation span{width:32px;font-size:.4em;margin:.4em!important;position:absolute;bottom:-10%;animation:emojiAnimation 1.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;opacity:1}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container .confetti-animation{width:100%;height:100%;position:absolute;top:0!important;pointer-events:none}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .layers-container [dir=ltr]{text-align:left!important}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story.story-9_16 .story-image,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story.story-9_16 .story-video{top:50%;left:50%;transform:translate(-50%,-50%)}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .storyly__story .video-feed-play-icon-wrapper{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:none}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container{font-family:Storyly-Inter,sans-serif;width:100%;height:100%;z-index:2001;position:absolute;background:rgba(0,0,0,.5);top:0;left:0;display:none;justify-content:center}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper{background:#242424;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:12px}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .share-header{padding:8px 12px 8px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:12px}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .share-header h6{padding:0;opacity:.5;margin:0;font-size:12px;line-height:1!important;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;color:#fff}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link{padding-bottom:8px;padding-inline-start:16px;padding-inline-end:16px;text-align:center;cursor:pointer;display:flex;align-items:center}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media:last-child,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link:last-child{margin-bottom:8px}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .download-icon,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .share-icon,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .download-icon,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .share-icon{width:48px;height:48px;background:hsla(0,0%,100%,.1);border-radius:8px;display:flex;justify-content:center;align-items:center}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .download-icon button,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media .share-icon button,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .download-icon button,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link .share-icon button{background-color:transparent;display:flex;align-items:center;justify-content:center;width:100%}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .download-media p,.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .get-link p{color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:0;padding:0 0 0 8px}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .share-container .share-wrapper .close-share{background-color:transparent;width:24px;height:24px;flex:0 0 24px;display:flex;justify-content:center;align-items:center;padding:0}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .copied{font-family:Storyly-Inter,sans-serif;position:absolute;width:80%;background-color:#222;border-radius:6px;box-shadow:4px 4px 20px 0 rgba(36,36,80,.1);padding:12px;margin:0;display:flex;align-items:center;justify-content:center;left:50%;transform:translate(-50%,-10vh);top:0;color:#fff;font-size:14px;line-height:16px;z-index:2000}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .copied button{background-color:transparent}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .copied.show{animation:copiedAnimation 2s ease-in-out forwards}.storyly__video-feed-modern-layout .storyly__story-group .storyly__stories-container .copied span{margin-left:10px;display:inline-block}@keyframes copiedAnimation{0%,to{transform:translate(-50%,-10vh)}25%,75%{transform:translate(-50%,2vh)}}.storyly__video-feed-modern-layout .storyly__story-header{width:var(--i--storyly-story-layer-width)!important;z-index:100;opacity:1;transition:opacity .5s ease;border:none;position:absolute;pointer-events:none;height:100%}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-info{margin:.15625em .1875em;position:absolute;bottom:7px;width:100%}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info{display:flex;align-items:center;height:30px;width:100%}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper{display:flex;align-items:flex-start;flex-direction:column;margin-left:1px;margin-right:12px;width:70%}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .story__title-wrapper h4{margin:0;color:#fff;font-size:16px;font-weight:500;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:normal;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.4em;line-height:1.2em;font-family:Storyly-Inter,sans-serif}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-info .storyly__sg-info .ad-group-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.376' cy='21.376' r='20.485' stroke='url(%23paint0_linear_798_17889)' stroke-width='1.781'/%3E%3Ccircle cx='21.312' cy='21.703' r='20' fill='url(%23paint1_linear_798_17889)' fill-opacity='.2'/%3E%3Cpath d='M14.659 25.703h1.318l.586-1.821h2.607l.591 1.821h1.319l-2.5-7.046h-1.421l-2.5 7.046zm3.169-5.737h.083l.947 2.944H16.88l.948-2.944zm5.966 5.825c.752 0 1.329-.342 1.622-.923h.082v.835h1.221v-7.402H25.5v2.915h-.083c-.279-.576-.89-.938-1.622-.938-1.352 0-2.187 1.055-2.187 2.754v.01c0 1.69.85 2.749 2.187 2.749zm.381-1.025c-.83 0-1.333-.65-1.333-1.724v-.01c0-1.074.508-1.728 1.333-1.728s1.343.659 1.343 1.728v.01c0 1.07-.513 1.724-1.343 1.724z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_798_17889' x1='42.752' y1='21.376' x2='0' y2='21.376' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_798_17889' x1='41.312' y1='21.703' x2='1.312' y2='21.703' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237A4BFF'/%3E%3Cstop offset='1' stop-color='%2300E0E4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");width:43px;height:43px}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-actions{z-index:99;display:flex;flex-direction:column;position:absolute;right:-64px}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-actions .action{margin-top:16px;border-radius:50px}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions{position:absolute;bottom:0;right:-64px}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper{text-align:center;font-size:14px;margin-bottom:25px}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon{background:hsla(0,0%,100%,.06);border-radius:50px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto!important}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon *,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon *{pointer-events:none}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper{position:absolute;width:24px;height:24px}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.liked svg,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.liked svg{animation:pulse-like .5s forwards}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.liked svg path,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.liked svg path{fill:#ff5f4a}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.shrink,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.shrink{display:none;animation:none}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.shrink.animated,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.shrink.animated{display:block}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .icon .svg-wrapper.shrink.animated svg,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .icon .svg-wrapper.shrink.animated svg{animation:shrink-dislike .5s forwards}.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .like-count,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .like-wrapper .share-count,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .like-count,.storyly__video-feed-modern-layout .storyly__story-header .storyly__story-video-feed-actions .share-wrapper .share-count{text-shadow:0 -1px 2px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.3);font-family:Storyly-Inter;font-size:14px;font-weight:600;color:#fff;margin-top:4px}@keyframes shrink-dislike{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes pulse-like{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.storyly__video-feed-modern-layout .storyly__story-header .s-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;background:hsla(0,0%,100%,.2);border-radius:20px;padding:4px;cursor:pointer;user-select:none;margin-top:6px;max-width:100%;left:6px;position:absolute;pointer-events:auto}.storyly__video-feed-modern-layout .storyly__story-header .s-wrapper .s-tag{font-size:12px;font-weight:500;color:#fff;display:block;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:pre;max-width:100%}.storyly__video-feed-modern-layout .storyly__story-header .s-wrapper .s-icon{display:flex}.storyly__video-feed-modern-layout .story-group-navigation-button{font-size:14px;line-height:24px;display:flex;flex-direction:column;position:absolute;bottom:3.7%;max-width:250px;color:#fff;font-weight:500;z-index:1000;user-select:none}.storyly__video-feed-modern-layout .story-group-navigation-button h6{font-weight:500;font-size:11px;line-height:14px;letter-spacing:.03em;color:#fff;margin-top:0;margin-bottom:8px}.storyly__video-feed-modern-layout .story-group-navigation-button-container{cursor:pointer;display:flex;align-items:center;justify-content:flex-start;background:hsla(0,0%,100%,.06);border-radius:9px;padding:12px}.storyly__video-feed-modern-layout .story-group-navigation-button-container-icon{margin-right:10px}.storyly__video-feed-modern-layout .story-group-navigation-button-container-icon svg{margin-top:6px}.storyly__video-feed-modern-layout .story-group-navigation-button-container-inner{display:flex;align-items:center;justify-content:center;min-width:0}.storyly__video-feed-modern-layout .story-group-navigation-button-container-inner .story-group-cover-image{width:38px;height:38px;flex:0 0 38px;border:2px solid #fff;border-radius:50%;margin-right:10px;margin-left:10px}.storyly__video-feed-modern-layout .story-group-navigation-button-container-inner .story-group-cover-image img{height:100%;width:100%;border-radius:50%}.storyly__video-feed-modern-layout .story-group-navigation-button-container-inner .story-group-title{font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.storyly__video-feed-modern-layout .story-group-navigation-button.next-story-group{right:2.1%}.storyly__video-feed-modern-layout .story-group-navigation-button.next-story-group .story-group-navigation-button-container{color:#fff;border:none;flex-direction:row-reverse}.storyly__video-feed-modern-layout .story-group-navigation-button.next-story-group .story-group-navigation-button-container-icon{margin-right:0;margin-left:10px}.storyly__video-feed-modern-layout .story-group-navigation-button.next-story-group .story-group-navigation-button-container-icon .prev-story-group-icon{display:none}.storyly__video-feed-modern-layout .story-group-navigation-button.prev-story-group{left:2.1%}.storyly__video-feed-modern-layout .story-group-navigation-button.prev-story-group .story-group-navigation-button-container{color:#fff;border:none;flex-direction:row}.storyly__video-feed-modern-layout .story-group-navigation-button.prev-story-group .next-story-group-icon{display:none}@media only screen and (max-height:600px){.storyly__video-feed-modern-layout .story-group-navigation-button h6{display:none}.storyly__video-feed-modern-layout .story-group-navigation-button .story-group-cover-image{width:24px;height:24px;flex:0 0 24px;margin-right:8px;margin-left:8px;box-sizing:border-box}.storyly__video-feed-modern-layout .story-group-navigation-button{bottom:1.5%}}.storyly__video-feed-modern-layout .storyly__action-container{position:absolute;top:20px;right:50px;z-index:1002;width:76px;display:flex;justify-content:space-between;align-items:center}.storyly__video-feed-modern-layout .storyly__action-container .storyly__keyboard-shortcuts{position:absolute;top:42px;right:44px;border-radius:12px;background:#242424;padding:16px;width:218px;opacity:0;visibility:hidden;transition:all .2s ease-in-out}.storyly__video-feed-modern-layout .storyly__action-container .storyly__keyboard-shortcuts h6{font-style:normal;font-weight:500;font-size:11px;line-height:14px;letter-spacing:.05em;text-transform:uppercase;color:#b3b3b3;padding-bottom:13px;margin:0;border-bottom:1px solid hsla(0,0%,100%,.03)}.storyly__video-feed-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu{margin:0;padding:0}.storyly__video-feed-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item{display:flex;color:#fff;font-size:13px;line-height:16px;font-weight:400;margin-bottom:12px}.storyly__video-feed-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item:last-child{margin-bottom:0}.storyly__video-feed-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item:first-child{margin-top:12px}.storyly__video-feed-modern-layout .storyly__action-container .storyly__keyboard-shortcuts-menu-item-icon{background:hsla(0,0%,100%,.1);border-radius:4px;width:32px;height:20px;margin-right:10px;margin-left:10px;display:flex;align-items:center;justify-content:center}.storyly__video-feed-modern-layout .storyly__action-container.active .storyly__keyboard-shortcuts{opacity:1;visibility:visible}.storyly__video-feed-modern-layout .storyly__action-container.active .close-story{pointer-events:none!important;cursor:auto!important;opacity:.5}.storyly__video-feed-modern-layout .storyly__action-container .icon{margin-right:12px}.storyly__video-feed-modern-layout button.icon{cursor:pointer!important;background-repeat:no-repeat!important;background-position:50%!important;pointer-events:auto!important;width:48px;height:48px;flex:0 0 48px;border:none;background:hsla(0,0%,100%,.06);border-radius:12px}.storyly__video-feed-modern-layout button.icon.close{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC44ODQgNS4xMTZhMS4yNSAxLjI1IDAgMDEwIDEuNzY4bC0xMiAxMmExLjI1IDEuMjUgMCAwMS0xLjc2OC0xLjc2OGwxMi0xMmExLjI1IDEuMjUgMCAwMTEuNzY4IDB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjExNiA1LjExNmExLjI1IDEuMjUgMCAwMTEuNzY4IDBsMTIgMTJhMS4yNSAxLjI1IDAgMDEtMS43NjggMS43NjhsLTEyLTEyYTEuMjUgMS4yNSAwIDAxMC0xLjc2OHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)!important}.storyly__video-feed-modern-layout button.icon.pause{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iLjQiIHdpZHRoPSI0LjIiIGhlaWdodD0iMTQiIHJ4PSIuNyIgZmlsbD0iI2ZmZiIvPjxyZWN0IHg9IjcuNCIgd2lkdGg9IjQuMiIgaGVpZ2h0PSIxNCIgcng9Ii43IiBmaWxsPSIjZmZmIi8+PC9zdmc+)!important}.storyly__video-feed-modern-layout button.icon.play{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.105 10.928L8.023 4.218C7.163 3.645 6 4.268 6 5.298V18.7c0 1.045 1.163 1.652 2.023 1.08l10.082-6.71c.758-.49.758-1.636 0-2.142z" fill="%23fff"/></svg>')!important}.storyly__video-feed-modern-layout button.icon.sound-off{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFF'%3E%3Cpath d='M5.2 4L4 5.2l4.467 4.467H4v5.666h3.778l4.722 4.723v-6.357l4.014 4.014a6.54 6.54 0 01-2.125 1.115v1.945a8.49 8.49 0 003.485-1.71L19.8 21l1.2-1.2-8.5-8.5L5.2 4zm13.4 10.993a6.46 6.46 0 00.51-2.493 6.616 6.616 0 00-4.722-6.337V4.217C18.176 5.077 21 8.457 21 12.5c0 1.417-.35 2.748-.973 3.92l-1.426-1.427zm-4.212-6.3A4.25 4.25 0 0116.75 12.5c0 .208-.019.406-.047.595l-2.314-2.314V8.694zm-3.863-1.775L12.5 4.944v3.948l-1.974-1.974z'/%3E%3C/svg%3E")!important}.storyly__video-feed-modern-layout button.icon.sound-on{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFF'%3E%3Cpath d='M4 9.592v5.816h3.778l4.722 4.846V4.746L7.778 9.592H4zM16.75 12.5a4.374 4.374 0 00-2.361-3.906v7.802a4.348 4.348 0 002.36-3.896z'/%3E%3Cpath d='M14.389 4v1.997c2.73.833 4.722 3.43 4.722 6.503 0 3.072-1.993 5.67-4.722 6.503V21c3.787-.882 6.61-4.352 6.61-8.5S18.177 4.882 14.39 4z'/%3E%3C/svg%3E")!important}.storyly__video-feed-modern-layout button.icon.check{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M18.666 7.833L9.5 17l-4.167-4.166"/></svg>')!important}.storyly__video-feed-modern-layout button.icon.share{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS4zNDYgNS4yMjNjLS4zODctLjEyOS0uMzktLjMzNy4wMDgtLjQ3TDE0LjUuMDM4Yy4zOTItLjEzLjYxNi4wODkuNTA3LjQ3M2wtNC4wNDMgMTQuMTQ2Yy0uMTExLjM5Mi0uMzM3LjQwNS0uNTAzLjAzM0w3Ljc5OCA4LjY5Nmw0LjQ0Ny01LjkzLTUuOTMgNC40NDctNS45NjktMS45OXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)!important}.storyly__video-feed-modern-layout button.icon.close-black{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 6L6 18M6 6l12 12"/></svg>')!important}.storyly__video-feed-modern-layout button.icon.keyboard-shortcut{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMmgxNGEuNzc4Ljc3OCAwIDAxLjc3OC43Nzh2MTIuNDQ0QS43NzguNzc4IDAgMDExNiAxNkgyYS43NzguNzc4IDAgMDEtLjc3OC0uNzc4VjIuNzc4QS43NzguNzc4IDAgMDEyIDJ6bTEuNTU2IDMuMTExdjEuNTU2SDUuMTFWNS4xMUgzLjU1NnptMCAzLjExMXYxLjU1Nkg1LjExVjguMjIySDMuNTU2em0wIDMuMTExdjEuNTU2aDEwLjg4OXYtMS41NTZIMy41NTR6bTMuMTEtMy4xMXYxLjU1NWgxLjU1NlY4LjIyMkg2LjY2N3ptMC0zLjExMnYxLjU1NmgxLjU1NlY1LjExSDYuNjY3em0zLjExMiAwdjEuNTU2aDEuNTU1VjUuMTFIOS43Nzh6bTMuMTEgMHYxLjU1NmgxLjU1NlY1LjExSDEyLjg5em0tMy4xMSAzLjExMXYxLjU1NmgxLjU1NVY4LjIyMkg5Ljc3OHptMy4xMSAwdjEuNTU2aDEuNTU2VjguMjIySDEyLjg5eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)!important}.storyly__video-feed-modern-layout button.icon.download{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="feather feather-download" viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4m4-5l5 5 5-5m-5 5V3" stroke="%23fff"/></svg>')!important}.storyly__video-feed-modern-layout button.icon.transcript{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5.749" y="3.939" width="20.352" height="22.161" rx="3.392" stroke="%23fff" stroke-width="2.261"/><rect x="8.141" y="16.741" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="12.663" y="16.741" width="9.045" height="1.809" rx=".905" fill="%23fff"/><rect x="18.995" y="20.359" width="2.714" height="1.809" rx=".905" fill="%23fff"/><rect x="8.141" y="20.359" width="9.045" height="1.809" rx=".905" fill="%23fff"/></svg>')!important}.storyly__video-feed-modern-layout[direction=rtl] .storyly__action-container{right:auto;left:30px}.storyly__video-feed-modern-layout[direction=rtl] .storyly__action-container .storyly__keyboard-shortcuts{right:auto;left:44px}.storyly__video-feed-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group{left:2.1%!important;right:auto!important}.storyly__video-feed-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group .next-story-group-icon{display:none}.storyly__video-feed-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group .prev-story-group-icon{display:block}.storyly__video-feed-modern-layout[direction=rtl] .story-group-navigation-button.next-story-group .story-group-title{margin-left:10px}.storyly__video-feed-modern-layout[direction=rtl] .story-group-navigation-button.prev-story-group{right:2.1%!important;left:auto!important}.storyly__video-feed-modern-layout[direction=rtl] .story-group-navigation-button.prev-story-group .prev-story-group-icon{display:none}.storyly__video-feed-modern-layout[direction=rtl] .story-group-navigation-button.prev-story-group .next-story-group-icon{display:block}.storyly__video-feed-modern-layout[direction=rtl] .storyly__stories-container .storyly__story-next-story{transform-origin:right}.storyly__video-feed-modern-layout[direction=rtl] .storyly__stories-container .storyly__story-prev-story{transform-origin:left}.storyly__video-feed-modern-layout[direction=rtl] .storyly__story-group-progress-bar .progress-wrapper .progress:first-child{margin-right:0!important;margin-left:.2%}.storyly__video-feed-modern-layout[direction=rtl] .storyly__story-group-progress-bar .progress-wrapper .progress:last-child{margin-left:0!important;margin-right:.2%}.storyly__video-feed-modern-layout .storyly__story-group-navigation{position:absolute;top:50%;transform:translateY(-50%);right:16px;z-index:9}.storyly__video-feed-modern-layout .storyly__story-group-navigation .storyly__story-group-navigation-button-next,.storyly__video-feed-modern-layout .storyly__story-group-navigation .storyly__story-group-navigation-button-prev{pointer-events:all!important;cursor:pointer;background:hsla(0,0%,100%,.06);border-radius:50px;padding:12px;display:flex;margin-bottom:16px;user-select:none}.storyly__video-feed-modern-layout .storyly__story-group-navigation .storyly__story-group-navigation-button-next.disabled,.storyly__video-feed-modern-layout .storyly__story-group-navigation .storyly__story-group-navigation-button-prev.disabled{pointer-events:none!important;cursor:not-allowed;opacity:.3}.storyly__video-feed-modern-layout .storyly__animate-image-vertical{object-position:top;animation:move-vertical 3.8s ease-in-out infinite alternate;animation-delay:.6s}@keyframes move-vertical{0%{object-position:50% 0}15%{object-position:50% 0}85%{object-position:50% 100%}to{object-position:50% 100%}}.storyly__video-feed-modern-layout .storyly__animate-image-horizontal{object-position:left;animation:move-horizontal 3.8s ease-in-out infinite alternate;animation-delay:.6s}@keyframes move-horizontal{0%{object-position:0 50%}15%{object-position:0 50%}85%{object-position:100% 50%}to{object-position:100% 50%}}@keyframes timedAnimation{5%{display:block}to{visibility:visible;opacity:1}}.storyly__story-group-overlay{display:flex;justify-content:center;align-items:center;position:absolute;visibility:hidden;opacity:0;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#1d1a16,#2c2e31 52.08%,#171717);z-index:1001;transition:all .4s ease-in-out;cursor:pointer}.storyly__story-group-overlay.active{visibility:visible;opacity:.65}.storyly__video-feed-video-seekbar{position:absolute;bottom:1px;width:100%;padding:.7em .1875em 0;align-items:center;box-sizing:border-box;display:flex;background:linear-gradient(1turn,rgba(9,9,9,.5),rgba(9,9,9,0) 52.26%);opacity:1;transition:opacity .4s ease-in-out;touch-action:pan-x;cursor:pointer}.storyly__video-feed-video-seekbar .video-time{font-size:.203125em;font-family:Storyly-Inter;color:#fff;font-weight:400;flex:0 0 10%}.storyly__video-feed-video-seekbar .action-icon{flex:0 0 6%}.storyly__video-feed-video-seekbar .action-icon .pause-icon,.storyly__video-feed-video-seekbar .action-icon .play-icon{display:flex;cursor:pointer}.storyly__video-feed-video-seekbar .seekbar{height:.03125em;position:relative;flex:1}.storyly__video-feed-video-seekbar .seekbar.seeking{height:.09375em}.storyly__video-feed-video-seekbar .seekbar.seeking .progress-indicator{width:.1875em;height:.1875em}.storyly__video-feed-video-seekbar .seekbar .interactive-lines{display:flex;height:100%;width:100%;cursor:pointer}.storyly__video-feed-video-seekbar .seekbar .interactive-lines .interactive-line{width:100%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,.6) 0 100%);display:inline-block;border-radius:100px;margin:0 .02734375em}.storyly__video-feed-video-seekbar .seekbar .progress-indicator{background:#fff;border-radius:50%;width:.09375em;height:.09375em;display:inline-block;position:absolute;top:-.03em;cursor:pointer;transition:opacity .2s ease-in-out}.storyly__video-feed-video-seekbar .seekbar-time-wrapper{position:absolute;bottom:1.015625em;left:50%;transform:translateX(-50%);color:#fff;text-shadow:0 -1px 2px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.3);font-family:Storyly-Inter;font-size:36px;font-weight:600;display:none}.image-carousel-container{width:var(--i--storyly-story-layer-width)!important;height:var(--i--storyly-story-layer-height)!important;font-family:Storyly-Inter,sans-serif;position:relative}.image-carousel-container .swiper{border-radius:10px}.image-carousel-container .storyly__story{width:100%!important;height:100%!important;position:relative!important}.image-carousel-container.desktop-view .image-carousel-pagination{bottom:1px!important}.image-carousel-container .image-carousel-pagination{bottom:0!important;display:flex;background:linear-gradient(180deg,transparent,rgba(0,0,0,.5));padding-top:16px}.image-carousel-container .image-carousel-pagination .swiper-pagination-bullet{height:3px;width:100%;border-radius:8px;background:hsla(0,0%,100%,.4);opacity:1}.image-carousel-container .image-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff}.image-carousel-container .carousel-navigation-container{position:absolute;width:100%;height:100%;display:flex;align-items:center;pointer-events:none;top:0}.image-carousel-container .carousel-navigation-container .navigation-button{background:hsla(0,0%,100%,.06);border-radius:50px;padding:12px;color:#fff;width:24px;height:24px;user-select:none;position:absolute;display:flex;cursor:pointer;pointer-events:auto!important}.image-carousel-container .carousel-navigation-container .navigation-button.disabled{opacity:.3;background:hsla(0,0%,100%,.06);cursor:default}.image-carousel-container .carousel-navigation-container .image-carousel-prev-navigation{left:-60px!important}.image-carousel-container .carousel-navigation-container .image-carousel-next-navigation{right:-60px!important}.image-carousel-container .status-images-wrapper{position:absolute;z-index:9;display:flex;align-items:center;background:rgba(0,0,0,.3);border-radius:50px;padding:4px 8px;right:.1875em;top:16px}.image-carousel-container .status-images-wrapper svg{width:16px;height:16px}.image-carousel-container .status-images-wrapper .status{color:#fff;font-size:14px;font-weight:600;margin-left:4px;user-select:none}.image-carousel-container.classic-view{width:100%!important;height:100%!important}.image-carousel-container.classic-view .status-images-wrapper{top:.9375em}@charset "UTF-8";.storyly__story-bottom_sheet{--translateY:0px;font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10);pointer-events:none;visibility:hidden;overflow-x:hidden;position:absolute;top:0;height:100%;width:100%;z-index:2010;transition:opacity,visibility .25s;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center}.storyly__story-bottom_sheet.bottomSheetActive{visibility:visible;pointer-events:auto}.storyly__story-bottom_sheet.bottomSheetActive .storyly__story-bottom_sheet__overlay{opacity:1}.storyly__story-bottom_sheet__overlay{opacity:0;display:block;position:absolute;height:100%;width:100%;background-color:rgba(0,0,0,.5);transition:opacity .3s;top:0}.storyly__story-bottom_sheet__sheet{display:flex;flex-direction:column;position:absolute;left:0;bottom:0;width:100%;max-height:76%;overflow-y:hidden;background-color:#fff;border-radius:.25em .25em 0 0;transition:transform .25s cubic-bezier(.4,0,.2,1);transform:translateY(100%)}.bottomSheetActive .storyly__story-bottom_sheet__sheet{transform:translateY(0)}.storyly__story-bottom_sheet__sheet.active{transform:var(--translateY)}.storyly__story-bottom_sheet__sheet__inner-container{overflow-y:auto}.storyly__story-bottom_sheet__handle{position:sticky;top:0;background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding:.1875em}.storyly__story-bottom_sheet__handle.bordered{box-shadow:0 -4px 20px -4px rgba(0,0,0,.25)}.storyly__story-bottom_sheet__handle-title{font-size:15px;font-weight:600;color:#212121;font-family:Storyly-Inter;width:80%;padding:6px 0}.storyly__story-bottom_sheet__handle-title span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:pre}.storyly__story-bottom_sheet__footer{padding:.1875em;box-shadow:0 4px 20px -4px rgba(0,0,0,.25);border-top:1px solid #eee}.storyly__story-modal{width:62.5vw;max-height:65vh;position:relative;border-radius:8px;box-shadow:0 -1px 8px rgba(0,0,0,.25);position:absolute;top:50%;left:50%;transform:translate(-50%);z-index:1002;overflow:hidden;opacity:0;visibility:hidden;transition:transform .25s ease,opacity .25s ease-in,max-height .3s;display:flex;flex-direction:column}.storyly__story-modal *{box-sizing:border-box}.storyly__story-modal.active{opacity:1;visibility:visible;transform:translate(-50%,-50%)}.storyly__story-modal.active~.storyly__action-container{z-index:1000}.storyly__story-modal-header{flex:0 0 56px;border-bottom:1px solid #eee;background-color:#fff;display:flex;align-items:center;padding:16px}.storyly__story-modal-header-title{font-size:15px;font-weight:600;color:#212121}.storyly__story-modal-header-title span{white-space:pre}.storyly__story-modal-header-close-icon{cursor:pointer;margin-left:auto;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f5f5f5}.storyly__story-modal-body{z-index:2;background-color:#fff;flex:0 0 48vh;overflow:hidden}.storyly__story-modal-footer{background-color:#fff;position:sticky;z-index:2;bottom:0;padding:16px;flex:0 0 72px;border-top:1px solid #eee;box-shadow:0 4px 20px -4px rgba(0,0,0,.25)}@media (max-width:767px){.storyly__story-modal{width:calc(100vw - 16px)}}.storyly__story-product-cart-container:not(.modern-layout-product-cart){z-index:2;font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10);position:absolute;top:12%;left:1px;width:1.5em;height:1em;display:flex;align-items:center;justify-content:flex-start}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart{cursor:pointer;display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #eee;border-radius:0 .78125em .78125em 0}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart .storyly__story-product-cart-icon{padding:.125em}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart .storyly__story-product-cart-icon svg{display:block}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart .storyly__story-product-cart-count{color:#fff;background-color:#000;font-size:.203125em;height:1.8461538462em;width:2.1538461538em;margin-right:.6153846154em;border-radius:1em;line-height:1.23}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart .storyly__story-product-cart-count .count-number{position:relative;display:flex;justify-content:center;overflow:hidden;height:100%}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart .storyly__story-product-cart-count .count-number>span{display:flex;text-align:center;align-items:center;flex-direction:column;opacity:0;flex-shrink:2;flex-basis:min-content;position:absolute;right:0;transition:all .2s ease}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart .storyly__story-product-cart-count .count-number>span span{flex:0 0 1.8461538462em;width:min-content;line-height:1.8}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart .storyly__story-product-cart-count .count-number>span.visible{position:static;width:100%;opacity:1}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart[nocount=true] .storyly__story-product-cart-icon{padding-left:.1em;padding-right:0}.storyly__story-product-cart-container:not(.modern-layout-product-cart) .storyly__story-product-cart[nocount=true] .storyly__story-product-cart-count{width:0;min-width:0}.storyly__story-product-cart-container.modern-layout-product-cart{z-index:2;position:absolute;font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10);top:42px;width:62px;height:32px;right:118px;display:flex;align-items:center;justify-content:flex-start}.storyly__story-product-cart-container.modern-layout-product-cart.video-feed{top:-3.8%;right:12%}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart{padding:3px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart .storyly__story-product-cart-icon{margin-right:6px;margin-left:4px}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart .storyly__story-product-cart-icon svg{display:block}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart .storyly__story-product-cart-count{color:#fff;height:26px;width:26px;background:#212121;border-radius:10px}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart .storyly__story-product-cart-count .count-number{position:relative;display:flex;justify-content:center;overflow:hidden;height:100%}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart .storyly__story-product-cart-count .count-number>span{display:flex;text-align:center;align-items:center;flex-direction:column;opacity:0;flex-shrink:2;flex-basis:min-content;position:absolute;right:0;transition:all .2s ease}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart .storyly__story-product-cart-count .count-number>span span{flex:0 0 26px;line-height:26px;width:min-content;font-size:15px}.storyly__story-product-cart-container.modern-layout-product-cart .storyly__story-product-cart .storyly__story-product-cart-count .count-number>span.visible{position:static;width:100%;opacity:1}.storyly__story-product-cart-items-container{padding:.25em}.storyly__story-product-cart-items-container ul{margin:0;padding:0;list-style:none}.storyly__story-product-cart-items-container .storyly__story-product-cart-item{position:relative;background-color:#f5f5f5;border-radius:.25em;box-shadow:0 0 9.57143px hsla(0,0%,52.5%,.1);border:1px solid #eee;margin-bottom:.1875em;overflow:hidden;transition:transform .3s cubic-bezier(.6,.04,.98,.335)}.storyly__story-product-cart-items-container .storyly__story-product-cart-item:last-child{margin-bottom:0}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container{z-index:2;position:relative;border-radius:inherit;background:#fff;padding:.1875em;display:flex;align-items:center}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:1.515625em}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info h3,.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info p,.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info span{margin:0;padding:0}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants-container{display:grid;justify-items:start;overflow:hidden}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants-container .storyly__story-product-cart-product-title{min-width:0;white-space:nowrap;display:flex;width:100%}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants-container .storyly__story-product-cart-product-title h3{font-size:.21875em;line-height:1.21;color:#212121;font-weight:400;overflow:hidden;text-overflow:ellipsis}@keyframes leftright{0%,20%{transform:translateX(0);left:0}80%,to{transform:translateX(-100%);left:100%}}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants-container .storyly__story-product-cart-product-variants{font-size:.203125em;margin-top:.3076923077em;line-height:1.23;width:100%;color:#616161;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;display:inline-block;white-space:nowrap;text-overflow:ellipsis}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants-container .storyly__story-product-cart-product-variants span{vertical-align:top;max-width:33%;overflow:hidden;display:inline-block;white-space:nowrap;text-overflow:ellipsis}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants-container .storyly__story-product-cart-product-variants span[data-type=bg]{display:inline-flex;height:1.0769230769em;width:1.0769230769em;border-radius:50%;border:1px solid #eee}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-counter{display:grid;grid-auto-flow:column;gap:.25em;align-items:center}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-price{display:flex;flex-direction:column;width:100%;overflow:hidden}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-price span{display:inline-block;width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-price span:first-child{color:#757575;text-decoration-line:line-through;font-size:.1875em;line-height:1.16}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-price span:last-child{color:#212121;font-size:.21875em;line-height:1.21;text-decoration-line:none;font-weight:700;margin-top:4px}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter{display:flex;justify-content:space-between;align-items:center;margin-inline-start:auto;border:1px solid #e0e0e0;border-radius:.3125em;padding:.125em}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter-count{font-size:.21875em;line-height:1.285;font-weight:600;color:#000;margin:0 .7142em}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter-button{cursor:pointer;font-size:inherit;border:none;background:#f5f5f5;border-radius:50%;padding:.0625em;display:flex;align-items:center;justify-content:center}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter-button svg{display:block;pointer-events:none}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-image{flex:0 0 1.515625em;height:1.515625em;margin-inline-end:.1875em}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-image img{width:100%;height:100%;border:1px solid #eee;border-radius:.15625em;object-fit:cover}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-delete{position:absolute;top:50%;right:.25em;transform:translateY(-50%)}.storyly__story-product-cart-items-container .storyly__story-product-cart-item .storyly__story-product-cart-product-delete svg{display:block;color:#ff4d50}.storyly__story-product-cart-items-container.modern-layout-product-cart-container{padding:12px 24px 24px;height:100%}.storyly__story-product-cart-items-container.modern-layout-product-cart-container ul{padding:1px;overflow:auto;height:100%}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item{border-radius:16px}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item:first-of-type{margin-top:12px}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container{padding:12px}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-title{width:100%}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info{height:97px}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info h3{font-size:16px!important;line-height:24px!important;width:100%;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;white-space:normal;-webkit-box-orient:vertical}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants-container{display:flex;align-items:center;justify-content:space-between}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants{font-size:14px;margin-top:0;text-align:right;line-height:1.5;max-width:50%;color:#484848}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants span{vertical-align:bottom}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-variants span[data-type=bg]{height:24px;width:24px;border:1px solid #f5f5f5}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-counter{display:grid;grid-auto-flow:column;gap:.25em;align-items:center}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-price{width:100%;flex-direction:row;align-items:center}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-price span:first-child{width:unset;font-size:12px;line-height:1.16}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .storyly__story-product-cart-product-price span:last-child{width:unset;color:#212121;font-size:14px;line-height:1.21;margin-left:4px;margin-top:0}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter{border-radius:20px;padding:8px}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter-count{font-size:15px;line-height:1.2;margin:0 14px}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter-button{cursor:pointer;border-radius:50%;padding:4px;width:24px!important;height:24px!important}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter-button svg{display:block;pointer-events:none}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter .storyly-spinner-container{width:24px!important;height:24px!important}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-info .counter .storyly-spinner-container div{border-width:2px}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-image{flex:0 0 97px;height:97px;margin-inline-end:12px;display:flex}.storyly__story-product-cart-items-container.modern-layout-product-cart-container .storyly__story-product-cart-item .storyly__story-product-cart-product-container .storyly__story-product-cart-product-image img{border:1px solid #eee;border-radius:10px}.storyly__story-product-cart-items-footer{display:flex;align-items:center}.storyly__story-product-cart-items-footer p{margin:0;padding:0}.storyly__story-product-cart-items-footer p:first-child{font-size:.1875em;line-height:1.16;color:#757575}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-price{max-width:2.53125em}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-price .total-price-container{display:grid;grid-auto-flow:column;align-items:center;margin-top:4px}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-price .total-price-container span{width:100%;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-price .total-price-container span:last-child{color:#757575;font-size:.1875em;line-height:1.16;text-decoration-line:line-through;overflow:hidden}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-price .total-price-container span:first-child{color:#000;font-size:.25em;line-height:1.1875;font-weight:500;margin-inline-end:8px;text-decoration:none}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-button{cursor:pointer;margin:.1875em 0;font-size:inherit;margin-inline-start:auto;background:#000;border-radius:1.5625em;padding:.1875em .25em;display:flex;align-items:center;border:none;outline:none}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-button span{color:#fff;font-size:.21875em;font-weight:600}.storyly__story-product-cart-items-footer .storyly__story-product-cart-items-footer-button svg{margin-inline-start:.09375em}.storyly__story-product-cart-items-footer.modern-layout-product-cart p:first-child{font-size:14px;line-height:1.5;color:#9e9e9e}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-price{max-width:100%;width:100%;display:flex;align-items:center}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-price .total-price-container{display:flex;align-items:center;margin-top:0;width:100%}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-price .total-price-container span{width:100%}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-price .total-price-container span:last-child{width:unset;max-width:25%;color:#757575;font-size:16px}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-price .total-price-container span:first-child{width:unset;color:#000;font-size:18px;max-width:25%;margin-inline-start:8px}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-button{margin:0;margin-inline-start:auto;border-radius:100px;padding:10px 16px;height:40px}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-button span{font-size:14px;white-space:pre;margin-right:6px}.storyly__story-product-cart-items-footer.modern-layout-product-cart .storyly__story-product-cart-items-footer-button svg{margin-inline-start:0;width:16px;height:16px}.storyly__default-classic-layout .storyly__story-product-cart-modal,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;font-size:calc(var(--i--storyly-story-layer-height, 100vh)/10);animation:modal-animation .2s;animation-timing-function:linear}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-overlay,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:99}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content{z-index:100;position:absolute;background:#f2f2f7;backdrop-filter:blur(27.1828px);border-radius:.21875em;top:50%;left:50%;transform:translate(-50%,-50%);width:75%;overflow:hidden}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-message,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-message{color:#000;font-size:.265625em;line-height:1.29;font-weight:700;text-align:center;margin:1.1176470588em .9411764706em}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-actions,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-actions{display:flex;justify-content:center;padding:0 .125em;border-top:1px solid rgba(60,60,67,.36)}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-actions button,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-actions button{background:#f2f2f7;font-size:.265625em;padding:.6470588235em 0;line-height:1.29;font-weight:400;width:100%;color:#0a7aff;border:none;outline:none}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-cancel,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-cancel{cursor:pointer;border-right:1px solid rgba(60,60,67,.36)!important}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-remove,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-remove{cursor:pointer;border-left:1px solid rgba(60,60,67,.36)!important}.storyly__modern-layout .storyly__story-product-cart-modal{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;animation:modal-animation .2s;animation-timing-function:linear}@keyframes modal-animation{0%{opacity:0}to{opacity:1}}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:99}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content{z-index:100;padding:24px 16px;position:absolute;background:#fff;box-shadow:0 -1px 7px rgba(0,0,0,.25);border-radius:16px;top:50%;left:50%;transform:translate(-50%,-50%);width:360px;overflow:hidden}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-message{background:#f5f5f5;font-weight:500;border-radius:16px;font-size:20px;line-height:24px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#212121;padding:24px 20px;margin-bottom:24px}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-message .storyly__story-product-cart-modal-delete-icon{text-align:center;margin-bottom:12px}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-message .storyly__story-product-cart-modal-delete-icon  svg{width:40px;height:40px;color:#212121}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-actions{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-actions button{background:#fff;border:1px solid #e0e0e0;color:#000;font-size:17px;padding:12px 0;line-height:17px;font-weight:600;width:100%;outline:none;border-radius:100px}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-actions button:last-child{color:#fff;outline:none;background-color:#000;margin-bottom:12px}.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-cancel,.storyly__modern-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-content .storyly__story-product-cart-modal-remove{cursor:pointer}.storyly__default-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-delete-icon,.storyly__video-feed-classic-layout .storyly__story-product-cart-modal .storyly__story-product-cart-modal-delete-icon{display:none}.storyly__story-product-cart-empty-state{padding:0 .375em .25em;text-align:center}.storyly__story-product-cart-empty-state .storyly__story-product-cart-empty-state-body{background:#f5f5f5;border-radius:.25em;margin-bottom:.375em;padding:.25em .3125em .375em;display:flex;align-items:center;justify-content:center;flex-direction:column}.storyly__story-product-cart-empty-state .storyly__story-product-cart-empty-state-body .storyly__story-product-cart-empty-state-body-text p{font-size:.3125em;line-height:1.2;color:#212121;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.storyly__story-product-cart-empty-state .storyly__story-product-cart-empty-state-body .storyly__story-product-cart-empty-state-body-icon svg{display:block;height:.75em;width:.75em}.storyly__story-product-cart-empty-state.modern-layout-empty-state{padding:0;height:100%}.storyly__story-product-cart-empty-state.modern-layout-empty-state .storyly__story-product-cart-empty-state-body{width:327px;background:#f5f5f5;border-radius:16px;margin-bottom:0;padding:24px 20px;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.storyly__story-product-cart-empty-state.modern-layout-empty-state .storyly__story-product-cart-empty-state-body .storyly__story-product-cart-empty-state-body-text p{font-size:20px}.storyly__story-product-cart-empty-state.modern-layout-empty-state .storyly__story-product-cart-empty-state-body .storyly__story-product-cart-empty-state-body-icon svg{height:48px;width:48px}.storyly__story-product-cart-empty-state-button button{display:block;border:none;outline:none;font-size:.21875em;line-height:1.21;color:#fff;font-weight:600;width:100%;padding:.8571428571em 0;background:#000;border-radius:100px}.storyly__story-product-cart-empty-state-button.modern-layout-footer-button button{cursor:pointer;font-size:14px;width:unset;padding:12px 16px;border-radius:100px;margin-left:auto}.product-detail.bottom-sheet,.product-detail.modal{display:flex;align-items:flex-start;padding:.375em .25em 0;height:100%;transition:opacity .3s ease-in-out}.product-detail.bottom-sheet .product-detail-media,.product-detail.modal .product-detail-media{flex:0 0 50%;padding-inline-end:.25em;display:flex;justify-content:flex-start;height:100%;overflow:hidden}.product-detail.bottom-sheet .product-detail-media-small,.product-detail.modal .product-detail-media-small{display:flex;flex-direction:column;align-items:center;overflow-y:auto;margin-inline-end:.25em;flex-shrink:0}.product-detail.bottom-sheet .product-detail-media-small-container,.product-detail.modal .product-detail-media-small-container{cursor:pointer;margin-bottom:.25em;border:2px solid transparent;pointer-events:none}.product-detail.bottom-sheet .product-detail-media-small-container img,.product-detail.modal .product-detail-media-small-container img{pointer-events:all;width:56px;height:56px;border:1px solid rgba(124,124,150,.2);border-radius:4px;object-fit:contain;box-sizing:content-box;display:block;opacity:0;transition:opacity .5s ease-in-out}.product-detail.bottom-sheet .product-detail-media-small-container.selected,.product-detail.modal .product-detail-media-small-container.selected{border-color:#212121;border-radius:7px;box-sizing:content-box}.product-detail.bottom-sheet .product-detail-media-small-container.selected img,.product-detail.modal .product-detail-media-small-container.selected img{border-color:transparent}.product-detail.bottom-sheet .product-detail-media-large,.product-detail.modal .product-detail-media-large{height:100%;padding-bottom:.375em;flex-grow:1}.product-detail.bottom-sheet .product-detail-media-large img,.product-detail.modal .product-detail-media-large img{cursor:zoom-in;height:100%;border:1px solid rgba(124,124,150,.2);border-radius:.125em;object-fit:cover;max-width:100%}.product-detail.bottom-sheet .product-detail-variants,.product-detail.modal .product-detail-variants{flex:0 0 50%;overflow-y:auto;padding-inline-start:.25em;height:100%}.product-detail.bottom-sheet .product-detail-variants h4,.product-detail.modal .product-detail-variants h4{font-weight:600;font-size:.25em;line-height:1.5;color:#070710;margin:0;padding-bottom:1em}.product-detail.bottom-sheet .product-detail-variants .product-detail-price,.product-detail.modal .product-detail-variants .product-detail-price{display:flex;align-items:center;margin-bottom:.5em}.product-detail.bottom-sheet .product-detail-variants .product-detail-price:empty,.product-detail.modal .product-detail-variants .product-detail-price:empty{margin-bottom:0}.product-detail.bottom-sheet .product-detail-variants .product-detail-price .product-card-current-price,.product-detail.modal .product-detail-variants .product-detail-price .product-card-current-price{font-weight:500;font-size:.28125em;line-height:1.5;color:#212121;margin-inline-end:.45em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.product-detail.bottom-sheet .product-detail-variants .product-detail-price .product-card-old-price,.product-detail.modal .product-detail-variants .product-detail-price .product-card-old-price{font-weight:400;font-size:.25em;line-height:1.5;text-decoration-line:line-through;color:#757575;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant,.product-detail.modal .product-detail-variants .product-detail-variant{margin-bottom:.125em}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row,.product-detail.modal .product-detail-variants .product-detail-variant-row{display:flex;justify-content:flex-start;flex-shrink:0;align-items:center;flex-wrap:wrap}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div,.product-detail.modal .product-detail-variants .product-detail-variant-row div{cursor:pointer;position:relative;font-size:.203125em;line-height:1.54;margin-inline-end:1.23em;margin-bottom:1.23em;height:2.46em;min-width:2.46em;border-radius:1.23em}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div span,.product-detail.modal .product-detail-variants .product-detail-variant-row div span{pointer-events:none;font-weight:500;height:inherit;min-width:inherit;padding:0 .61538em;border-radius:inherit;color:#484848;display:flex;align-items:center;justify-content:center;border:1.5px solid #f5f5f5;background-color:#eee}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.selected,.product-detail.modal .product-detail-variants .product-detail-variant-row div.selected{outline:2px solid #000}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.selected span,.product-detail.modal .product-detail-variants .product-detail-variant-row div.selected span{border-color:#fff}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.disabled,.product-detail.modal .product-detail-variants .product-detail-variant-row div.disabled{opacity:.5;pointer-events:none;cursor:default}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.unavailable,.product-detail.modal .product-detail-variants .product-detail-variant-row div.unavailable{opacity:.7;pointer-events:none;cursor:not-allowed}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.unavailable span,.product-detail.modal .product-detail-variants .product-detail-variant-row div.unavailable span{color:#b2b2b2;position:relative;border:2px solid #b2b2b2;overflow:hidden}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.unavailable span:before,.product-detail.modal .product-detail-variants .product-detail-variant-row div.unavailable span:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:2px;background-color:#484848;transform:translate(-50%,-50%) rotate(-45deg);transform-origin:center}.product-detail.bottom-sheet .product-detail-variants .product-detail-title-small,.product-detail.modal .product-detail-variants .product-detail-title-small{font-weight:500!important;font-size:.21875em!important;text-transform:uppercase;line-height:1.2142;color:#9e9e9e!important;margin:0;padding-bottom:.5714em;letter-spacing:.1em}.product-detail.bottom-sheet .product-detail-variants .product-detail-title-small div,.product-detail.modal .product-detail-variants .product-detail-title-small div{display:flex;justify-content:flex-start}.product-detail.bottom-sheet .product-detail-variants .product-detail-description,.product-detail.modal .product-detail-variants .product-detail-description{padding-top:.125em;padding-bottom:.3125em}.product-detail.bottom-sheet .product-detail-variants .product-detail-description *,.product-detail.modal .product-detail-variants .product-detail-description *{margin:0;font-weight:revert;font-size:13px;line-height:1.2142;color:#212121}.product-detail.bottom-sheet .product-detail-variants .product-detail-description h1,.product-detail.modal .product-detail-variants .product-detail-description h1{font-size:36px}.product-detail.bottom-sheet .product-detail-variants .product-detail-description h2,.product-detail.modal .product-detail-variants .product-detail-description h2{font-size:30px}.product-detail.bottom-sheet .product-detail-variants .product-detail-description h3,.product-detail.modal .product-detail-variants .product-detail-description h3{font-size:24px}.product-detail.bottom-sheet .product-detail-variants .product-detail-description h4,.product-detail.modal .product-detail-variants .product-detail-description h4{font-size:20px}.product-detail.bottom-sheet .product-detail-variants .product-detail-description h5,.product-detail.modal .product-detail-variants .product-detail-description h5{font-size:14px}.product-detail.bottom-sheet .product-detail-variants .product-detail-description h6,.product-detail.modal .product-detail-variants .product-detail-description h6{font-size:13px}.product-detail.bottom-sheet .product-detail-variants .product-detail-description blockquote,.product-detail.modal .product-detail-variants .product-detail-description blockquote{font-size:12px}.product-detail.bottom-sheet{flex-direction:column;padding:0;overflow:hidden}.product-detail.bottom-sheet .product-detail-media{display:block;padding:0;overflow:initial;width:100%}.product-detail.bottom-sheet .product-detail-media-small{flex-direction:row;overflow-x:auto;overflow-y:hidden;width:100%}.product-detail.bottom-sheet .product-detail-media-small:after{content:"";min-width:.25em;height:100%}.product-detail.bottom-sheet .product-detail-media-small-container{height:2.4375em;margin-inline-end:.125em}.product-detail.bottom-sheet .product-detail-media-small-container:first-child{margin-inline-start:.25em}.product-detail.bottom-sheet .product-detail-media-small-container:last-child{margin-inline-end:0}.product-detail.bottom-sheet .product-detail-media-small-container img{height:100%;width:auto;object-fit:cover;border:1.5px solid #eee;border-radius:.15625em}.product-detail.bottom-sheet .product-detail-media-small-container.selected{border-color:transparent;border-radius:.0625em}.product-detail.bottom-sheet .product-detail-media-small-container.selected img{border-color:#eee}.product-detail.bottom-sheet .product-detail-media-large{display:none}.product-detail.bottom-sheet .product-detail-variants{width:100%;padding:0;overflow:hidden}.product-detail.bottom-sheet .product-detail-variants .product-detail-price,.product-detail.bottom-sheet .product-detail-variants .product-detail-title-md{display:none}.product-detail.bottom-sheet .product-detail-variants .product-detail-title-small{margin-inline-end:1.142em;margin-top:1.7142em;padding-bottom:0;color:#616161}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant{display:flex;align-items:flex-start;overflow:hidden;width:100%;border-top:1px solid #eee;padding:0;padding-inline-start:.25em;margin:0;height:1.15625em}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant:after{content:"";min-width:.25em;height:100%}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant:last-child{margin-bottom:0}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row{flex-wrap:nowrap;overflow-y:hidden;overflow-x:auto;align-items:flex-start;height:100%;margin-top:.1875em;flex-shrink:unset;padding-inline-end:.25em;padding-top:2px;padding-left:2px}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div{min-width:3.077em;height:3.077em;margin-bottom:0;flex-shrink:0}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div span{box-sizing:border-box;padding:0 .615em;height:100%;min-width:3.077em;flex:0 0 3.077em;border-radius:1.5384em}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.selected{border-radius:3.077em}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.selected span{height:100%;min-width:2.77em;flex:0 0 2.77em;border:2px solid #fff;border-radius:inherit}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div.selected span:after{content:"";position:absolute;left:0;right:0;bottom:-1em;width:.384em;height:.384em;border-radius:50%;background-color:#000;margin-right:auto;margin-left:auto}.product-detail.bottom-sheet .product-detail-variants .product-detail-variant-row div:last-child{margin-inline-end:0}.product-detail.bottom-sheet .product-detail-variants .product-detail-description{border-top:1px solid #eee;padding:0 .25em .25em}.product-detail.bottom-sheet .product-detail-variants .product-detail-description .product-detail-title-small{margin-bottom:.8571em}.product-detail.bottom-sheet .storyly__alert-box{width:calc(100% - 24px - .5em);margin-top:.1875em}.product-detail.modal{flex-wrap:wrap;font-size:64px}.product-detail-footer{display:flex;align-items:center;justify-content:space-between;background:#fff}.product-detail-footer.modal{font-size:64px}.product-detail-footer.modal .product-detail-footer-price{display:none}.product-detail-footer.bottom-sheet{flex-direction:column;justify-content:flex-start;align-items:flex-start}.product-detail-footer.bottom-sheet .product-detail-footer-price{display:flex;align-items:center;margin-bottom:.1875em}.product-detail-footer.bottom-sheet .product-detail-footer-price .product-card-current-price{font-size:.25em;line-height:1.1875;font-weight:500;color:#000;margin-inline-end:.25em}.product-detail-footer.bottom-sheet .product-detail-footer-price .product-card-old-price{font-size:.1875em;line-height:1.16;font-weight:400;color:#757575;text-decoration-line:line-through}.product-detail-footer.bottom-sheet .product-detail-footer-action{width:100%}.product-detail-footer.bottom-sheet .product-detail-footer-action-button{flex-grow:1;display:flex}.product-detail-footer-action{display:flex;align-items:center;margin-left:auto}.product-detail-footer-action-button{display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;color:#fff;border-radius:100px;font-size:.21875em;font-weight:600;padding:.8571em 1.5em;background-color:#000;border:none}.product-detail-footer-action-button.disabled{pointer-events:none;background:rgba(0,0,0,.3);cursor:not-allowed;user-select:none}.product-detail-footer-action-button-icon svg{vertical-align:text-bottom;pointer-events:none}.product-detail-footer-action-button .storyly-spinner-container{font-size:64px}.product-detail-footer-action-button .storyly-spinner-container div{border-color:#fff transparent transparent!important}.product-detail-footer-action .counter{display:flex;justify-content:space-between;align-items:center;border:.03125em solid #e0e0e0;border-radius:.3125em;padding:.125em;margin-inline-end:.156225em}.product-detail-footer-action .counter-count{font-size:.21875em;line-height:1.285;font-weight:600;color:#000;margin:0 .7142em}.product-detail-footer-action .counter-button{cursor:pointer;font-size:inherit;border:none;background:#f5f5f5;border-radius:50%;padding:.0625em;display:flex;align-items:center;justify-content:center}.product-detail-footer-action .counter-button svg{display:block;pointer-events:none}.product-checkout-footer{padding:.375em;text-align:center;background:#f5f5f5;transform:translateY(-80%);border-bottom-left-radius:8px;border-bottom-right-radius:8px;z-index:1;animation:product-footer-checkout-animation .3s cubic-bezier(.39,.58,.57,1);animation-fill-mode:both}.product-checkout-footer p{margin:0;font-size:.21875em;line-height:1.2142;font-weight:400;color:#212121}.product-checkout-footer p svg{vertical-align:text-bottom}.product-checkout-footer-buttons{margin-top:.21875em;display:flex;align-items:center;justify-content:center;gap:.1875em}.product-checkout-footer-buttons button{cursor:pointer;border:none;font-size:inherit;width:2.96875em;padding:.15625em 0;border-radius:100px;display:flex;align-items:center;justify-content:center}.product-checkout-footer-buttons button span{font-size:.21875em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-word}.product-checkout-footer-buttons button svg{margin-inline-end:.125em}.product-checkout-footer-buttons .continue-button{color:#424242;background:#fff;border:1px solid #e0e0e0}.product-checkout-footer-buttons .checkout-button{color:#fff;background:#000}.product-checkout-footer.modal{font-size:64px}.product-checkout-footer.modal p svg{width:24px;height:24px}.product-checkout-footer.bottom-sheet{background:unset;padding:.25em}.product-checkout-footer.bottom-sheet p{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:.8em;background-color:#f5f5f5;padding-top:1em;padding-bottom:0;font-size:.3125em}.product-checkout-footer.bottom-sheet p span{line-height:1.2;margin:.4em 1em 1.2em}.product-checkout-footer.bottom-sheet .product-checkout-footer-buttons{flex-direction:column-reverse;margin-top:.375em}.product-checkout-footer.bottom-sheet .product-checkout-footer-buttons button{width:100%}@keyframes product-footer-checkout-animation{0%{transform:translateY(-80%)}to{transform:translateY(-5%)}}.storyly-spinner-container.storyly-android-spinner{display:inline-block;position:relative;display:flex;align-items:center;justify-content:center}.storyly-spinner-container.storyly-android-spinner div{box-sizing:border-box;display:block;position:absolute;width:66%;height:66%;border-radius:50%;animation:android-spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border:.03125em solid transparent;border-top-color:#000}.storyly-spinner-container.storyly-android-spinner div:first-child{animation-delay:-.45s}.storyly-spinner-container.storyly-android-spinner div:nth-child(2){animation-delay:-.3s}.storyly-spinner-container.storyly-android-spinner div:nth-child(3){animation-delay:-.15s}@keyframes android-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.storyly-spinner-container.storyly-ios-spinner{display:inline-block;position:relative}.storyly-spinner-container.storyly-ios-spinner div{transform-origin:40px 40px;animation:ios-spinner 1.2s linear infinite}.storyly-spinner-container.storyly-ios-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:6px;height:18px;border-radius:20%;background:#fff}.storyly-spinner-container.storyly-ios-spinner div:first-child{transform:rotate(0deg);animation-delay:-1.1s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.storyly-spinner-container.storyly-ios-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes ios-spinner{0%{opacity:1}to{opacity:0}}.storyly__alert-box{position:relative;border:1px solid #e0e0e0;background:#f5f5f5;border-radius:16px;width:calc(100% - 24px);max-height:0;height:100%;display:flex;align-items:center;padding-inline:12px;opacity:0;margin-left:auto;margin-right:auto;visibility:hidden;transition:all .3s ease}.storyly__alert-box-close{cursor:pointer;position:absolute;right:12px;top:12px}.storyly__alert-box-close svg{display:block}.storyly__alert-box-message{width:100%}.storyly__alert-box-message p{font-weight:400;font-size:14px;line-height:17px;color:#212121;margin:0;margin-inline-start:8px;max-width:90%}.storyly__alert-box-icon{display:flex;align-items:center;justify-content:center}.storyly__alert-box.active{padding-block:20px;max-height:75px;visibility:visible;opacity:1;margin-bottom:12px}.storyly__story-modal .storyly__alert-box{width:100%!important}.storyly__share-popup{display:inline-flex;flex-direction:column;align-items:flex-start;gap:16px;z-index:2002;padding:24px 16px;overflow:hidden;box-shadow:0 -.96px 6.71px 0 rgba(0,0,0,.25);background:#242424;border:1px solid hsla(0,0%,100%,.06);border-radius:16px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;transition:all .4s ease-in-out}.storyly__share-popup.active{visibility:visible}.storyly__share-popup:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:block;background-color:rgba(0,0,0,.55)}.storyly__share-popup .header{display:flex;align-items:center;justify-content:space-between;width:100%}.storyly__share-popup .header .text-wrapper{position:relative;align-self:stretch;color:#fff;font-family:Storyly-Inter;font-size:15px;font-style:normal;font-weight:700;line-height:22px}.storyly__share-popup .header .close-icon-wrapper{cursor:pointer;display:inline-flex;gap:6.4px;padding:4px;flex:0 0 auto;background-color:hsla(0,0%,100%,.1019607843);border-radius:80px;align-items:flex-start;position:relative}.storyly__share-popup .divider{position:relative;align-self:stretch;width:100%;height:1px;background-color:hsla(0,0%,100%,.0588235294)}.storyly__share-popup .share-social-media{display:inline-flex;align-items:flex-start;gap:16px;position:relative;flex:0 0 auto}.storyly__share-popup .share-social-media .social-media{cursor:pointer;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;position:relative;flex:0 0 auto;text-decoration:none;color:#fff}.storyly__share-popup .share-social-media .social-media:hover{transform:scale(1.03);transition:all .3s ease-in-out}.storyly__share-popup .share-social-media .social-media div{position:relative;width:64px;font-family:Storyly-Inter;font-weight:400;color:#fff;font-size:13px;text-align:center;letter-spacing:0;line-height:normal}.storyly__share-popup .share-other-media{flex-direction:column;align-items:flex-start;gap:12px;display:flex;position:relative;align-self:stretch;width:100%;flex:0 0 auto}.storyly__share-popup .share-other-media .share-icon-wrapper{align-self:stretch;width:100%;flex:0 0 auto;display:flex;align-items:center;gap:12px;position:relative;cursor:pointer}.storyly__share-popup .share-other-media .share-icon-wrapper:hover{transform:scale(1.03);transition:all .3s ease}.storyly__share-popup .share-other-media .share-icon-wrapper .share-icon{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:12px;position:relative;flex:1;flex-grow:1;background-color:hsla(0,0%,100%,.1019607843);border-radius:4px;overflow:hidden;border:1px solid hsla(0,0%,100%,.0588235294)}.storyly__share-popup .share-other-media .share-icon-wrapper .share-icon .icon{position:relative;width:24px;height:24px}.storyly__share-popup .share-other-media .share-icon-wrapper .share-icon .icon svg{display:block}.storyly__share-popup .share-other-media .share-icon-wrapper .share-icon .text{position:relative;flex:1;font-family:Storyly-Inter;font-weight:400;color:#fff;font-size:13px;letter-spacing:0;line-height:normal}.storyly__share-popup-overlay{cursor:pointer;position:absolute;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:2001}.storyly__audio-notification{display:flex;align-items:center;justify-content:center;border-radius:16px;box-shadow:0 -.96px 6.71px 0 rgba(0,0,0,.25);background:#242424;z-index:2001;border:1px solid hsla(0,0%,100%,.06);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff}.storyly__audio-notification p{margin:0;padding:12px;font-size:13px}.storyly__groups-overlay{z-index:2147483647!important;position:fixed;visibility:hidden;width:100vw!important;height:100vh!important;height:calc(var(--vh, 1vh)*100)!important;left:0;transition-property:top;transition-duration:.3s;transition-timing-function:ease-in;text-align:left!important;--i--storyly-story-layer-width:min(85vw,47.8125vh);--i--storyly-story-layer-height:min(85vh,151.11111vw);background-color:#000;top:200vh}@media only screen and (max-width:648px){.storyly__groups-overlay{transition-duration:.4s!important;position:fixed!important}}@media only screen and (max-height:575.98px) and (orientation:landscape){.storyly__groups-overlay{--i--storyly-story-layer-width:min(90vw,50.625vh);--i--storyly-story-layer-height:min(90vh,160vw)}}.storyly__groups-overlay[embed-mode]{width:100%!important;height:100%!important;position:absolute!important;transition-property:unset!important;transition-duration:unset!important;top:0!important;background-color:unset}.storyly__groups-overlay[embed-mode] .swiper-cube-shadow{display:none!important}.storyly__groups-overlay[direction=rtl]{text-align:right!important}.storyly__groups-overlay.active{top:0;bottom:0;transform:translate(0);visibility:visible!important}.storyly__groups-overlay .background-blur-canvas{width:100%!important;height:100%!important;position:absolute!important;left:0!important;top:0!important}.storyly__groups-overlay .swiper-slide{visibility:hidden}.storyly__groups-overlay .swiper-slide.swiper-slide-active{visibility:visible}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s linear infinite;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.storyly__video-feed-video-seekbar{position:absolute;bottom:1px;width:100%;padding:.7em .1875em 0;align-items:center;box-sizing:border-box;display:flex;background:linear-gradient(1turn,rgba(9,9,9,.5),rgba(9,9,9,0) 52.26%);opacity:1;transition:opacity .4s ease-in-out;touch-action:pan-x;cursor:pointer}.storyly__video-feed-video-seekbar .video-time{font-size:.203125em;font-family:Storyly-Inter;color:#fff;font-weight:400;flex:0 0 10%}.storyly__video-feed-video-seekbar .action-icon{flex:0 0 6%}.storyly__video-feed-video-seekbar .action-icon .pause-icon,.storyly__video-feed-video-seekbar .action-icon .play-icon{display:flex;cursor:pointer}.storyly__video-feed-video-seekbar .seekbar{height:.03125em;position:relative;flex:1}.storyly__video-feed-video-seekbar .seekbar.seeking{height:.09375em}.storyly__video-feed-video-seekbar .seekbar.seeking .progress-indicator{width:.1875em;height:.1875em}.storyly__video-feed-video-seekbar .seekbar .interactive-lines{display:flex;height:100%;width:100%;cursor:pointer}.storyly__video-feed-video-seekbar .seekbar .interactive-lines .interactive-line{width:100%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,.6) 0 100%);display:inline-block;border-radius:100px;margin:0 .02734375em}.storyly__video-feed-video-seekbar .seekbar .progress-indicator{background:#fff;border-radius:50%;width:.09375em;height:.09375em;display:inline-block;position:absolute;top:-.03em;cursor:pointer;transition:opacity .2s ease-in-out}.storyly__video-feed-video-seekbar .seekbar-time-wrapper{position:absolute;bottom:1.015625em;left:50%;transform:translateX(-50%);color:#fff;text-shadow:0 -1px 2px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.3);font-family:Storyly-Inter;font-size:36px;font-weight:600;display:none}`}},{key:"setOverlayVh_",value:function(){var e=.01*window.innerHeight;this.groupsOverlay_.style.setProperty("--vh","".concat(e,"px"))}},{key:"close",value:function(){this.handleCloseGroup_()}},{key:"openStory",value:function(e){var t=this,r=e.group,o=e.story,s=e.playMode;this.openStoryParams_=[r,o,s],this.groups_.length>0&&this.loadShareParams_().then(function(){t.handleOpenStoryByUrl_()}).catch(function(){})}},{key:"setSegments",value:function(t){var r=this;this.userConfig_.segments&&(0,g.isArraysEqual)(this.userConfig_.segments,t)||(this.segmentsDebounce_&&clearTimeout(this.segmentsDebounce_),this.segmentsDebounce_=setTimeout(function(){var o;r.groupShadowRoot_.innerHTML="",r.storylyFontCssDom_.remove(),r.replaceChildren(),r.renderMainDoms_();var s=[].concat((0,e.default)(null!==(o=r.userConfig_.segments)&&void 0!==o?o:[]),(0,e.default)(Array.isArray(t)?t:[])).length>0?(0,e.default)(new Set(t.map(function(e){return String(e)}))):null;r.init_=!1,r.userConfig_=P(P({},r.userConfig_),{},{segments:s}),r.init(r.userConfig_)},200))}},{key:"setProperties",value:function(e){(0,v.removeClass)(this.groupsWrapper_,this.properties_.storyGroupAlign),this.properties_=P(P(P({},this.properties_),e),{},{scrollIndicatorOptions:P(P({},this.properties_.scrollIndicatorOptions),(null==e?void 0:e.scrollIndicatorOptions)||{})}),(0,v.setClass)(this.groupsWrapper_,this.properties_.storyGroupAlign),this.globalInstanceData.properties=this.properties_,this.groupShadowRoot_.querySelector("#storyly__story-group-style-tag").textContent=(0,v.inlineStyle)(this.properties_,this.instanceId_),this.storyShadowRoot_.querySelector("style")&&(this.storyShadowRoot_.querySelector("style").textContent+=(0,v.inlineStoryGroupStyle)(this.properties_)),this.layoutImpl_&&(this.layoutImpl_.refreshSortData(),this.layoutImpl_.sort("order")),this.setContainerHeight_()}},{key:"setUserPropertiesData",value:function(){var e=(0,t.default)(p.default.mark(function e(r){var o,s,i=this;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r&&null!==(o=Object.keys(r))&&void 0!==o&&o.length){e.next=2;break}return e.abrupt("return");case 2:if(this.userPropertyData_=r,null!==(s=this.storyGroupsWithUserProperties_)&&void 0!==s&&s.length){e.next=5;break}return e.abrupt("return");case 5:this.storyGroupsWithUserProperties_.forEach(function(){var e=(0,t.default)(p.default.mark(function e(t){var r;return p.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!(r=(0,b.createUserPropertyImpl)(i.userPropertyData_,t)).hidden){e.next=3;break}return e.abrupt("return");case 3:i.createGroupInstanceAndReorderCircleNodes_(r);case 4:case"end":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}());case 6:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()},{key:"setEmbedContainerRatio",value:function(e){this.groupsOverlay_.style.setProperty("--i--storyly-story-layer-width","".concat(e.width,"px")),this.groupsOverlay_.style.setProperty("--i--storyly-story-layer-height","".concat(e.height,"px"))}},{key:"setStorylyHydration",value:function(){var t=this,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];if(!Array.isArray(r))throw new Error("Hydration Data must be an Array!");this.storylyHydration=[].concat((0,e.default)(r),(0,e.default)(this.allProductsOfProductFeed_||[])),this.hiddenStoryGroups_.forEach(function(e){var r=(0,b.createUserPropertyImpl)(t.userPropertyData_,e);if(!r.hidden)if(r.stories.forEach(function(e){var r=(0,g.getProductLayers)(e),o=r.flatMap(function(e){return e.products.map(function(t){return P(P({},t),{},{type:e.type})})});if(o.length){var s=o.filter(function(e){return e.type!==k.LayerTemplateTypes.PRODUCT_CATALOG}).every(function(e){return t.storylyHydration.some(function(t){return t.product_group_id===e.product_group_id})}),i=(0,g.checkProductCatalogAtLeastOne)(r,t.storylyHydration);e.hidden=!s||!i}}),r.stories.some(function(e){return!e.hidden}))t.createGroupInstanceAndReorderCircleNodes_(r);else{var o=t.groupCircleNodes_.find(function(t){return+t.dataset.id===e.group_id});o&&t.removeGroupInstanceAndReorderCircleNodes_(o,e)}})}},{key:"updateCart",value:function(e){this.isStorylyCartActive=!0,this.setProductCartItems(e)}},{key:"setProductCartItems",value:function(e){this.storylyCheckoutProducts=e||{products:[],price:"",sales_price:"",price_currency:""};var t=this.getActiveGroup_();if(t){var r=t.instance;null!=r&&r.storylyCart&&e&&r.storylyCart.updateCart(e)}}},{key:"setLang",value:function(e){var t=e.language,r=e.json,o=t||this.userConfig_.locale||navigator.language,s=b.LocalizationImpl.getLocalizedJSON(r,o),i=this.globalInstanceData.languageJSON;this.globalInstanceData.languageJSON=P(P({},i),s),this.handleI18n_()}},{key:"setExternalData",value:function(){}},{key:"remove",value:function(){var e=this;this.instanceRemoved_=!0,this.shadowRoot.childNodes.forEach(function(e){e.remove()}),setTimeout(function(){e.parentElement.removeChild(e)},1e3),this.storyShadowDom_.remove(),this.storylyFontCssDom_&&this.storylyFontCssDom_.remove()}}]),h}((0,h.default)(HTMLElement));window.StorylyWeb=O;var N=exports.default=O;
457
457
  },{"@babel/runtime/helpers/toConsumableArray":"Fhqp","@babel/runtime/helpers/asyncToGenerator":"agGE","@babel/runtime/helpers/slicedToArray":"HETk","@babel/runtime/helpers/typeof":"b9XL","@babel/runtime/helpers/defineProperty":"IxO8","@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW","@babel/runtime/helpers/assertThisInitialized":"E7HD","@babel/runtime/helpers/inherits":"d4H2","@babel/runtime/helpers/possibleConstructorReturn":"pxk2","@babel/runtime/helpers/getPrototypeOf":"UJE0","@babel/runtime/helpers/wrapNativeSuper":"ozpi","@babel/runtime/regenerator":"PMvg","uuid":"D6fo","./lib/api.ts":"JllC","./lib/storage":"NA5d","./lib/style":"vgU2","./lib/util":"PesM","./constants/playmode":"Ooqf","./main.scss":"yCDU","./service/custom-story-group-design-impl":"TkWu","./constants/common":"VKZr","./service":"hs1C","./constants/layouts":"kUgL","./constants/events":"d0lR","./constants/directions":"w67G","./constants/barLayouts":"HgmH","./components/AdGroup":"R6v9","./constants/layerTypes":"aJRz","./service/focal-point-impl.ts":"cofP","./views/Default/index.ts":"S3lu","./views/VideoFeed/index.ts":"msEf","./service/nudge-story-groups-impl":"MG73","./service/create-product-feed-impl":"GGgr"}],"Focm":[function(require,module,exports) {
458
458
  "use strict";var e=o(require("./StorylyEmbed")),t=o(require("./StorylyWeb")),n=o(require("./lib/storage"));function o(e){return e&&e.__esModule?e:{default:e}}var r=new URLSearchParams(window.location.search),i=r.get("StorylyTestEnv"),s=n.default.getItemFromGlobal("Storyly_userConfig"),l=["v2-beta","latest"];"undefined"==typeof parcelRequire&&(window.parcelRequire=function(){}),window.structuredClone||(window.structuredClone=function(e){return JSON.parse(JSON.stringify(e))}),i&&s&&l.includes(i)?window.storylyInit||(window.storylyInit=!0,HTMLElement.prototype.init=function(){},fetch("https://web-story.storyly.io/".concat(i,"/storyly-web.js")).then(function(e){return e.text()}).then(function(e){customElements.define("storyly-web",window.StorylyWeb);var t=document.createElement("script");t.setAttribute("custom-element","storyly-web"),t.innerHTML=e,t.async=!0,document.body.appendChild(t),setTimeout(function(){var e=document.querySelector("storyly-web"),t=document.createElement("div");t.innerText='Storyly Test Env Activated!!. Now you are in "'.concat(i,'" script!'),t.style.color="red",t.style.fontSize="20px",t.style.fontWeight="bold",e.parentNode.insertBefore(t,e),e.init(s)},7500)})):(customElements.get("storyly-web")||customElements.define("storyly-web",t.default),customElements.get("storyly-web-embed")||customElements.define("storyly-web-embed",e.default));
459
459
  },{"./StorylyEmbed":"vBxD","./StorylyWeb":"Lwlj","./lib/storage":"NA5d"}]},{},["Focm"], null)