storyly-web 4.7.0 → 4.7.5

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 +8 -8
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -94,7 +94,7 @@ function e(o){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterat
94
94
  },{"@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW"}],"NA5d":[function(require,module,exports) {
95
95
  "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;
96
96
  },{"@babel/runtime/helpers/defineProperty":"IxO8","@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW"}],"JllC":[function(require,module,exports) {
97
- "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;
97
+ "use strict";var t=r(require("@babel/runtime/helpers/classCallCheck")),e=r(require("@babel/runtime/helpers/createClass")),n=r(require("@babel/runtime/regenerator"));function r(t){return t&&t.__esModule?t:{default:t}}var a=function(t,e,n,r){return new(n||(n=Promise))(function(a,s){function o(t){try{c(r.next(t))}catch(e){s(e)}}function i(t){try{c(r.throw(t))}catch(e){s(e)}}function c(t){var e;t.done?a(t.value):(e=t.value,e instanceof n?e:new n(function(t){t(e)})).then(o,i)}c((r=r.apply(t,e||[])).next())})},s=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});var o=s(require("./proxy")),i=s(require("./storage")),c="v4.2",u=function(){function r(e,n){(0,t.default)(this,r),this.instanceId_=n;var a=o.default.getNodeByInstanceId(this.instanceId_).getDataFromGlobal().globalInstanceData,s=new URLSearchParams(window.location.search);this.token_=e,this.eventPayload_=a.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"===s.get("env")||"qa"===a.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"===s.get("env")&&(this.url_="https://api-beta.storyly.io/web/".concat(c)),this.isBlockEvent_=!!s.get("StorylyTestEnv")||!!Object.keys(a.presentationData).length||!1,this.isBlockeTag_="dashboard.storyly.io"===window.location.hostname||"docs.developers.storyly.io"===window.location.hostname}return(0,e.default)(r,[{key:"isDevelopment",value:function(){return!1}},{key:"getGroups",value:function(t){return a(this,void 0,void 0,n.default.mark(function e(){var r,a,s;return n.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!this.isDevelopment()){e.next=2;break}return e.abrupt("return",this.useLocalServer());case 2:return r=i.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_responseData"),a=r.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_&&a?{"If-None-Match":i.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_eTag",!1)}:{}),body:JSON.stringify(Object.assign({},t))});case 5:if(200!==(s=e.sent).status){e.next=10;break}s.headers.get("etag")&&i.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_eTag",s.headers.get("etag")),e.next=14;break;case 10:if(304!==s.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()})),!a){e.next=14;break}return e.abrupt("return",Promise.resolve(i.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_responseData")));case 14:return e.abrupt("return",s.json());case 15:case"end":return e.stop()}},e,this)}))}},{key:"useLocalServer",value:function(){return a(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/groupApi");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 a(this,void 0,void 0,n.default.mark(function e(){var r;return n.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return!0,r=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(r)});case 4:return e.abrupt("return",!0);case 5:case"end":return e.stop()}},e,this)}))}},{key:"useLocalProductServer",value:function(){return a(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/productApi");case 2:return e=t.sent,t.abrupt("return",e.json());case 4:case"end":return t.stop()}},t)}))}},{key:"getProductDetails",value:function(t){return a(this,void 0,void 0,n.default.mark(function e(){var r;return n.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!this.isDevelopment()){e.next=2;break}return e.abrupt("return",this.useLocalProductServer());case 2:return e.next=4,fetch("".concat(this.productDetailsUrl_,"/").concat(this.token_),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});case 4:return r=e.sent,e.abrupt("return",r.json());case 6:case"end":return e.stop()}},e,this)}))}}]),r}();exports.default=u;
98
98
  },{"@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW","@babel/runtime/regenerator":"PMvg","./proxy":"qmVm","./storage":"NA5d"}],"w67G":[function(require,module,exports) {
99
99
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var e="rtl",t="ltr",r=exports.default={RTL:e,LTR:t};
100
100
  },{}],"ttLI":[function(require,module,exports) {
@@ -222,7 +222,7 @@ var e=require("./superPropBase.js");function o(){return"undefined"!=typeof Refle
222
222
  },{"./superPropBase.js":"aYhM"}],"QY4G":[function(require,module,exports) {
223
223
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var t=exports.default=function(){return'\n\t<div class="storyly__story-bottom_sheet">\n\t\t<div class="storyly__story-bottom_sheet__overlay"></div>\n\t\t<div class="storyly__story-bottom_sheet__sheet">\n\t\t<div class="storyly__story-bottom_sheet__handle">\n\t\t\t<div class="storyly__story-bottom_sheet__handle-title"></div>\n\t\t\t\t<svg class="close-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><rect width="24" height="24" fill="#F5F5F5" rx="12"/><path fill="#616161" fill-rule="evenodd" d="M16.589 7.41a.833.833 0 0 1 0 1.179l-8 8A.833.833 0 0 1 7.41 15.41l8-8a.833.833 0 0 1 1.179 0Z" clip-rule="evenodd"/><path fill="#616161" fill-rule="evenodd" d="M7.41 7.41a.833.833 0 0 1 1.179 0l8 8a.834.834 0 0 1-1.179 1.179l-8-8a.833.833 0 0 1 0-1.179Z" clip-rule="evenodd"/></svg>\n\t\t\t</div>\n\t\t\t<div class="storyly__story-bottom_sheet__sheet__inner-container"></div>\n\t\t</div>\n\t</div>'};
224
224
  },{}],"skR7":[function(require,module,exports) {
225
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var t=m(require("@babel/runtime/helpers/asyncToGenerator")),e=m(require("@babel/runtime/helpers/defineProperty")),a=m(require("@babel/runtime/helpers/slicedToArray")),r=m(require("@babel/runtime/helpers/toConsumableArray")),n=m(require("@babel/runtime/helpers/classCallCheck")),i=m(require("@babel/runtime/helpers/createClass")),o=m(require("@babel/runtime/regenerator")),s=require("../constants/layerTypes"),l=m(require("../lib/proxy")),u=m(require("../lib/storage")),c=require("../lib/style"),y=require("../lib/util");function m(t){return t&&t.__esModule?t:{default:t}}function f(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),a.push.apply(a,r)}return a}function h(t){for(var a=1;a<arguments.length;a++){var r=null!=arguments[a]?arguments[a]:{};a%2?f(Object(r),!0).forEach(function(a){(0,e.default)(t,a,r[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):f(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}var d=function(){function e(t){var a=t.type,r=t.storyDom,i=t.instanceId;(0,n.default)(this,e),this.storyDom_=r,this.componentType_=a,this.instanceId=i,this.layerData={},this.isLayerShowing_=!1,this.instanceClass=l.default.getNodeByInstanceId(this.instanceId).getDataFromGlobal(),this.globalInstanceData=this.instanceClass.globalInstanceData,this.api=this.globalInstanceData.API,u.default.setInstanceId(this.instanceId)}return(0,i.default)(e,[{key:"getLocalComponentData",value:function(){return u.default.getItemFromInstance("Storyly_componentsData")}},{key:"setLocalComponentData",value:function(t){return this.globalInstanceData.presentationData?null:(u.default.setItemToInstance("Storyly_componentsData",t),t)}},{key:"setLayerData",value:function(t){this.layerData=t,this.layerData.w_v&&(0,y.createAndDispatchEvent)(this.storyDom_,"onToastEvent"),this.loadFont_(t.font),this.handleAutomatedProducts_()}},{key:"handleAutomatedProducts_",value:function(){var t=this;if(this.layerData.products){var e,a=this.instanceClass.storylyHydration.filter(function(e){return t.layerData.products.find(function(t){return t.product_group_id===e.product_group_id})}),r=a.find(function(e){return e.product_id===t.layerData.products[0].product_id});if(this.layerData.productVariants=a,this.layerData.initialProduct=r,[s.LayerTemplateTypes.PRODUCT_TAG,s.LayerTemplateTypes.PRODUCT_CARD].includes(this.componentType_))this.layerData.title=r.title||this.layerData.title,this.layerData.image_url=(null===(e=r.image_urls)||void 0===e?void 0:e[0])||this.layerData.image_url,this.layerData.price=this.layerData.price&&(r.sales_price||r.price)?(0,y.currencyFormatter)(r.sales_price||r.price,r.price_currency):this.layerData.price,this.layerData.old_price=this.layerData.old_price&&r.price?(0,y.currencyFormatter)(r.price,r.price_currency):""}}},{key:"selector",value:function(t,e){return t.querySelector(e)}},{key:"selectorAll",value:function(t,e){return t.querySelectorAll(e)}},{key:"setStyle",value:function(t,e,a){t.style[e]=a}},{key:"getStyle",value:function(t,e){return t.style[e]}},{key:"setDataset",value:function(t,e,a){t.dataset[e]=a}},{key:"sumArrayValues",value:function(t){return t.map(Number).reduce(function(t,e){return t+e},0)}},{key:"isTextOverflow",value:function(t,e){var a=t.clientHeight,r=e.scrollHeight,n=e.scrollWidth,i=e.offsetWidth;return r>a||i<n}},{key:"generateHtmlFromTemplate",value:function(t){var e=document.createElement("template");return e.innerHTML=t,e.content.firstElementChild.cloneNode(!0)}},{key:"generateComponentAndAppendToPage",value:function(t){var e=this.generateHtmlFromTemplate(t);return this.storyDom_.appendChild(e),this.layerDom_=e.firstElementChild,this.animateLayerObserver_(),Promise.resolve(e.firstElementChild)}},{key:"getComponentLocalData",value:function(t,e){var a,r=u.default.getItemFromInstance("Storyly_localComponentData")[t];return r&&null!==(a=r[e.uid])&&void 0!==a?a:{}}},{key:"setComponentLocalData",value:function(t,e){var a;if(!this.globalInstanceData.presentationData){var r=u.default.getItemFromInstance("Storyly_localComponentData"),n=r[t];(n=null!==(a=n)&&void 0!==a?a:{})[e.uid]=e,r[t]=n,u.default.setItemToInstance("Storyly_localComponentData",r)}}},{key:"storyObserver_",value:function(t){if(!this.storyDom_.classList.contains("layers-container"))throw Error("Story Dom Not Found!");var e=new MutationObserver(t);return e.observe(this.storyDom_.parentElement,{attributes:!0}),e}},{key:"hideLayer",value:function(){var t=this;this.layerData.animation||(0,c.setClass)(this.layerDom_,"timed-interactive-animation-visually-hide"),setTimeout(function(){var e;null===(e=t.customAnimations_)||void 0===e||e.cancel(),(0,c.setClass)(t.layerDom_,"timed-interactive-animation-hide"),t.layerDom_.removeAttribute("data-use-animation")},20)}},{key:"showLayer",value:function(){var t=this;(0,c.removeClass)(this.layerDom_,"timed-interactive-animation-hide"),this.layerData.animation?this.setAnimationAttr_():setTimeout(function(){(0,c.removeClass)(t.layerDom_,"timed-interactive-animation-visually-hide")},100)}},{key:"setAnimationAttr_",value:function(){this.layerDom_.hasAttribute("data-use-animation")||(this.layerDom_.setAttribute("data-use-animation",""),this.useAnimation())}},{key:"useAnimation",value:function(t){var e=this,n=this.layerData.animation;if(n&&!this.animationActive_&&(this.layerData.type!==s.LayerTemplateTypes.TEXT||t===s.LayerTemplateTypes.TEXT)){this.layerDom_.style.transition="",this.layerDom_.style.opacity="0",this.layerDom_.style.visibility="visible";var i=n.by&&"box"!==n.by,o=this.layerDom_.querySelectorAll("*"),l=Array.from([].concat((0,r.default)(o),[this.layerDom_])).flatMap(function(t){return t.getAnimations()});l.forEach(function(t){t.pause(),t.cancel()});var u=this.getAnimationKeyframes_(),c=(0,a.default)(u,2),y=c[0],m=c[1];if(this.layerData.type===s.LayerTemplateTypes.TEXT&&i)return this.layerDom_.style.opacity="1",this.layerDom_.firstElementChild.style.overflow="visible",void(0,r.default)(this.layerDom_.querySelectorAll('[data-animate="true"]')).forEach(function(t,a){e.setStyle(t,"opacity","0");var r=new KeyframeEffect(t,y,h(h({},m),{},{delay:(a+1)*("letter"===n.by?50:200)+200})),i=new Animation(r);i.play(),i.onfinish=function(t){var a=t.target;e.hiddenInteractiveCommitStyles_(a),a.cancel()}});var f=new KeyframeEffect(this.layerDom_,y,m);this.customAnimations_=new Animation(f),this.customAnimations_.play(),this.customAnimations_.onfinish=function(t){var a=t.target;e.animationActive_=!1,e.hiddenInteractiveCommitStyles_(a),e.layerData.type!==s.LayerTemplateTypes.TEXT&&l.forEach(function(t){return t.play()})}}}},{key:"hiddenInteractiveCommitStyles_",value:function(t){this.layerDom_.classList.contains("timed-interactive-animation-hide")||t.commitStyles()}},{key:"getAnimationKeyframes_",value:function(){var t=this.layerData,e=t.animation,a=t.rotation,n=e.by&&"box"!==e.by,i=e.en||[{s:1}],o=n?0:null!=a?a:0,s=e.du||600,l="cubic-bezier(".concat(((null==e?void 0:e.ea)||[.5,-.1,.5,1.1]).join(","),")");return[[].concat((0,r.default)(i.map(function(t){var e;return{transform:(0,y.getTransformString)(t,o,n),opacity:null!==(e=t.o)&&void 0!==e?e:1}})),[{opacity:1,transform:"translateX(0) translateY(0) rotate(".concat(o,"deg) scale(1)")}]),{duration:s,easing:l,fill:"forwards",delay:200}]}},{key:"animateLayerObserver_",value:function(){var t=this,e="component"===this.layerDom_.getAttribute("role"),a=!(!this.layerData.start_time&&!this.layerData.end_time),r=this.layerData.animation;if(e&&r&&!a){this.setStyle(this.layerDom_,"opacity","0");new MutationObserver(function(e){e.forEach(function(e){var a;"attributes"===e.type&&"show"===e.attributeName&&(e.target.hasAttribute("show")?setTimeout(function(){t.setAnimationAttr_()},300):(null===(a=t.customAnimations_)||void 0===a||a.cancel(),t.layerDom_.style.opacity="0",t.animationActive_=!1,t.layerDom_.removeAttribute("data-use-animation")))})}).observe(this.layerDom_.closest(".storyly__story"),{attributes:!0})}}},{key:"loadFont_",value:function(){var e=(0,t.default)(o.default.mark(function t(e){var a,r,n,i,s,l,u;return o.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(e){t.next=2;break}return t.abrupt("return");case 2:if(a=e.name,t.prev=3,!a||!((0,y.hasFontFamilyLinkInHead)(a)||"undefined"!=typeof document&&document.fonts&&document.fonts.check("1em '".concat(a,"'")))){t.next=7;break}return this.layerData.fontFamily=a,t.abrupt("return");case 7:t.next=11;break;case 9:t.prev=9,t.t0=t.catch(3);case 11:if(r=JSON.parse(sessionStorage.getItem("Storyly__fonts")||"{}"),n=Object.values(r).findIndex(function(t){return t===e.url}),i=Object.keys(r)[n],s=i||"Storyly__font-".concat((0,y.randomAlphaNum)(4)),this.layerData.fontFamily=s,!i){t.next=18;break}return t.abrupt("return");case 18:return l=new FontFace(s,"url(".concat(String(e.url).replace("http://","https://"),")"),{display:"swap",style:e.style||"normal",weight:String(e.weight||"400")}),r[s]=e.url,sessionStorage.setItem("Storyly__fonts",JSON.stringify(r)),t.next=23,l.load();case 23:u=t.sent,document.fonts.add(u);case 25:case"end":return t.stop()}},t,this,[[3,9]])}));return function(t){return e.apply(this,arguments)}}()}]),e}(),p=exports.default=d;
225
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var t=m(require("@babel/runtime/helpers/asyncToGenerator")),e=m(require("@babel/runtime/helpers/defineProperty")),a=m(require("@babel/runtime/helpers/slicedToArray")),r=m(require("@babel/runtime/helpers/toConsumableArray")),n=m(require("@babel/runtime/helpers/classCallCheck")),i=m(require("@babel/runtime/helpers/createClass")),o=m(require("@babel/runtime/regenerator")),s=require("../constants/layerTypes"),l=m(require("../lib/proxy")),u=m(require("../lib/storage")),c=require("../lib/style"),y=require("../lib/util");function m(t){return t&&t.__esModule?t:{default:t}}function h(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),a.push.apply(a,r)}return a}function f(t){for(var a=1;a<arguments.length;a++){var r=null!=arguments[a]?arguments[a]:{};a%2?h(Object(r),!0).forEach(function(a){(0,e.default)(t,a,r[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):h(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}var d=function(){function e(t){var a=t.type,r=t.storyDom,i=t.instanceId;(0,n.default)(this,e),this.storyDom_=r,this.componentType_=a,this.instanceId=i,this.layerData={},this.isLayerShowing_=!1,this.instanceClass=l.default.getNodeByInstanceId(this.instanceId).getDataFromGlobal(),this.globalInstanceData=this.instanceClass.globalInstanceData,this.api=this.globalInstanceData.API,u.default.setInstanceId(this.instanceId)}return(0,i.default)(e,[{key:"getLocalComponentData",value:function(){return u.default.getItemFromInstance("Storyly_componentsData")}},{key:"setLocalComponentData",value:function(t){return this.globalInstanceData.presentationData?null:(u.default.setItemToInstance("Storyly_componentsData",t),t)}},{key:"setLayerData",value:function(t){this.layerData=t,this.layerData.w_v&&(0,y.createAndDispatchEvent)(this.storyDom_,"onToastEvent"),this.loadFont_(t.font),this.handleAutomatedProducts_()}},{key:"handleAutomatedProducts_",value:function(){var t=this;if(this.layerData.products){var e,a=this.instanceClass.storylyHydration.filter(function(e){return t.layerData.products.find(function(t){return t.product_group_id===e.product_group_id})}),r=a.find(function(e){return e.product_id===t.layerData.products[0].product_id});if(this.layerData.productVariants=a,this.layerData.initialProduct=r,[s.LayerTemplateTypes.PRODUCT_TAG,s.LayerTemplateTypes.PRODUCT_CARD].includes(this.componentType_))this.layerData.title=r.title||this.layerData.title,this.layerData.image_url=(null===(e=r.image_urls)||void 0===e?void 0:e[0])||this.layerData.image_url,this.layerData.price=this.layerData.price&&(r.sales_price||r.price)?(0,y.currencyFormatter)(r.sales_price||r.price,r.price_currency):this.layerData.price,this.layerData.old_price=this.layerData.old_price&&r.price?(0,y.currencyFormatter)(r.price,r.price_currency):""}}},{key:"selector",value:function(t,e){return t.querySelector(e)}},{key:"selectorAll",value:function(t,e){return t.querySelectorAll(e)}},{key:"setStyle",value:function(t,e,a){t.style[e]=a}},{key:"getStyle",value:function(t,e){return t.style[e]}},{key:"setDataset",value:function(t,e,a){t.dataset[e]=a}},{key:"sumArrayValues",value:function(t){return t.map(Number).reduce(function(t,e){return t+e},0)}},{key:"isTextOverflow",value:function(t,e){var a=t.clientHeight,r=e.scrollHeight,n=e.scrollWidth,i=e.offsetWidth;return r>a||i<n}},{key:"generateHtmlFromTemplate",value:function(t){var e=document.createElement("template");return e.innerHTML=t,e.content.firstElementChild.cloneNode(!0)}},{key:"generateComponentAndAppendToPage",value:function(t){var e=this.generateHtmlFromTemplate(t);return this.storyDom_.appendChild(e),this.layerDom_=e.firstElementChild,this.animateLayerObserver_(),Promise.resolve(e.firstElementChild)}},{key:"getComponentLocalData",value:function(t,e){var a,r=u.default.getItemFromInstance("Storyly_localComponentData")[t];return r&&null!==(a=r[e.uid])&&void 0!==a?a:{}}},{key:"setComponentLocalData",value:function(t,e){var a;if(!this.globalInstanceData.presentationData){var r=u.default.getItemFromInstance("Storyly_localComponentData"),n=r[t];(n=null!==(a=n)&&void 0!==a?a:{})[e.uid]=e,r[t]=n,u.default.setItemToInstance("Storyly_localComponentData",r)}}},{key:"storyObserver_",value:function(t){if(!this.storyDom_.classList.contains("layers-container"))throw Error("Story Dom Not Found!");var e=new MutationObserver(t);return e.observe(this.storyDom_.parentElement,{attributes:!0}),e}},{key:"hideLayer",value:function(){var t=this;this.layerData.animation||(0,c.setClass)(this.layerDom_,"timed-interactive-animation-visually-hide"),setTimeout(function(){var e;null===(e=t.customAnimations_)||void 0===e||e.cancel(),(0,c.setClass)(t.layerDom_,"timed-interactive-animation-hide"),t.layerDom_.removeAttribute("data-use-animation")},20)}},{key:"showLayer",value:function(){var t=this;(0,c.removeClass)(this.layerDom_,"timed-interactive-animation-hide"),this.layerData.animation?this.setAnimationAttr_():setTimeout(function(){(0,c.removeClass)(t.layerDom_,"timed-interactive-animation-visually-hide")},100)}},{key:"setAnimationAttr_",value:function(){this.layerDom_.hasAttribute("data-use-animation")||(this.layerDom_.setAttribute("data-use-animation",""),this.useAnimation())}},{key:"useAnimation",value:function(t){var e=this,n=this.layerData.animation;if(n&&!this.animationActive_&&(this.layerData.type!==s.LayerTemplateTypes.TEXT||t===s.LayerTemplateTypes.TEXT)){this.layerDom_.style.transition="",this.layerDom_.style.opacity="0",this.layerDom_.style.visibility="visible";var i=n.by&&"box"!==n.by,o=this.layerDom_.querySelectorAll("*"),l=Array.from([].concat((0,r.default)(o),[this.layerDom_])).flatMap(function(t){return t.getAnimations()});l.forEach(function(t){t.pause(),t.cancel()});var u=this.getAnimationKeyframes_(),c=(0,a.default)(u,2),y=c[0],m=c[1];if(this.layerData.type===s.LayerTemplateTypes.TEXT&&i)return this.layerDom_.style.opacity="1",this.layerDom_.firstElementChild.style.overflow="visible",void(0,r.default)(this.layerDom_.querySelectorAll('[data-animate="true"]')).forEach(function(t,a){e.setStyle(t,"opacity","0");var r=new KeyframeEffect(t,y,f(f({},m),{},{delay:(a+1)*("letter"===n.by?50:200)+200})),i=new Animation(r);i.play(),i.onfinish=function(t){var a=t.target;e.hiddenInteractiveCommitStyles_(a),a.cancel()}});var h=new KeyframeEffect(this.layerDom_,y,m);this.customAnimations_=new Animation(h),this.customAnimations_.play(),this.customAnimations_.onfinish=function(t){var a=t.target;e.animationActive_=!1,e.hiddenInteractiveCommitStyles_(a),e.layerData.type!==s.LayerTemplateTypes.TEXT&&l.forEach(function(t){return t.play()})}}}},{key:"hiddenInteractiveCommitStyles_",value:function(t){this.layerDom_.classList.contains("timed-interactive-animation-hide")||t.commitStyles()}},{key:"getAnimationKeyframes_",value:function(){var t=this.layerData,e=t.animation,a=t.rotation,n=e.by&&"box"!==e.by,i=e.en||[{s:1}],o=n?0:null!=a?a:0,s=e.du||600,l="cubic-bezier(".concat(((null==e?void 0:e.ea)||[.5,-.1,.5,1.1]).join(","),")");return[[].concat((0,r.default)(i.map(function(t){var e;return{transform:(0,y.getTransformString)(t,o,n),opacity:null!==(e=t.o)&&void 0!==e?e:1}})),[{opacity:1,transform:"translateX(0) translateY(0) rotate(".concat(o,"deg) scale(1)")}]),{duration:s,easing:l,fill:"forwards",delay:200}]}},{key:"animateLayerObserver_",value:function(){var t=this,e="component"===this.layerDom_.getAttribute("role"),a=!(!this.layerData.start_time&&!this.layerData.end_time),r=this.layerData.animation;if(e&&r&&!a){this.setStyle(this.layerDom_,"opacity","0");new MutationObserver(function(e){e.forEach(function(e){var a;"attributes"===e.type&&"show"===e.attributeName&&(e.target.hasAttribute("show")?setTimeout(function(){t.setAnimationAttr_()},300):(null===(a=t.customAnimations_)||void 0===a||a.cancel(),t.layerDom_.style.opacity="0",t.animationActive_=!1,t.layerDom_.removeAttribute("data-use-animation")))})}).observe(this.layerDom_.closest(".storyly__story"),{attributes:!0})}}},{key:"loadFont_",value:function(){var e=(0,t.default)(o.default.mark(function t(e){var a,r,n,i,s,l,u,c,m,h,f;return o.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(e){t.next=2;break}return t.abrupt("return");case 2:if(a=e.name,r=!1,e.url&&"undefined"!=typeof document)try{n=String(e.url).replace("http://","https://"),i=Array.from(document.querySelectorAll('link[rel="stylesheet"], link[as="style"], link[type="text/css"]')),r=i.some(function(t){return!(!t||!t.href)&&String(t.href).replace("http://","https://")===n})}catch(o){}s=!1;try{a&&((0,y.hasFontFamilyLinkInHead)(a)||"undefined"!=typeof document&&document.fonts&&document.fonts.check("1em '".concat(a,"'")))&&(s=!0)}catch(o){}if(!(r||!e.url&&s)){t.next=10;break}return this.layerData.fontFamily=a,t.abrupt("return");case 10:if(l=JSON.parse(sessionStorage.getItem("Storyly__fonts")||"{}"),u=Object.values(l).findIndex(function(t){return t===e.url}),c=Object.keys(l)[u],m=c||"Storyly__font-".concat((0,y.randomAlphaNum)(4)),this.layerData.fontFamily=m,!c){t.next=17;break}return t.abrupt("return");case 17:return h=new FontFace(m,"url(".concat(String(e.url).replace("http://","https://"),")"),{display:"swap",style:e.style||"normal",weight:String(e.weight||"400")}),l[m]=e.url,sessionStorage.setItem("Storyly__fonts",JSON.stringify(l)),t.next=22,h.load();case 22:f=t.sent,document.fonts.add(f);case 24:case"end":return t.stop()}},t,this)}));return function(t){return e.apply(this,arguments)}}()}]),e}(),p=exports.default=d;
226
226
  },{"@babel/runtime/helpers/asyncToGenerator":"agGE","@babel/runtime/helpers/defineProperty":"IxO8","@babel/runtime/helpers/slicedToArray":"HETk","@babel/runtime/helpers/toConsumableArray":"Fhqp","@babel/runtime/helpers/classCallCheck":"fcMS","@babel/runtime/helpers/createClass":"P8NW","@babel/runtime/regenerator":"PMvg","../constants/layerTypes":"aJRz","../lib/proxy":"qmVm","../lib/storage":"NA5d","../lib/style":"vgU2","../lib/util":"PesM"}],"l2Mf":[function(require,module,exports) {
227
227
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var t=l(require("@babel/runtime/helpers/classCallCheck")),e=l(require("@babel/runtime/helpers/createClass")),s=l(require("@babel/runtime/helpers/inherits")),i=l(require("@babel/runtime/helpers/possibleConstructorReturn")),r=l(require("@babel/runtime/helpers/getPrototypeOf")),n=require("../../lib/util"),a=l(require("./template")),o=require("../../lib/style"),h=l(require("../../layers/base"));function l(t){return t&&t.__esModule?t:{default:t}}function _(t){var e=c();return function(){var s,n=(0,r.default)(t);if(e){var a=(0,r.default)(this).constructor;s=Reflect.construct(n,arguments,a)}else s=n.apply(this,arguments);return(0,i.default)(this,s)}}function c(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(c=function(){return!!t})()}var d=function(i){(0,s.default)(h,i);var r=_(h);function h(e){var s,i=e.parentDom,n=e.instanceId;return(0,t.default)(this,h),(s=r.call(this,{storyDom:i,instanceId:n})).parentDom_=i,s.active_=!1,s.yOffset_=0,s.transformStyle_="transform 250ms cubic-bezier(0.4, 0, 0.2, 1)",s.attachCallbacksToElement_(),s.init_(),s}return(0,e.default)(h,[{key:"init_",value:function(){this.dom_=this.generateHtmlFromTemplate((0,a.default)()),this.parentDom_.appendChild(this.dom_),this.overlay_=this.dom_.querySelector(".storyly__story-bottom_sheet__overlay"),this.handle_=this.dom_.querySelector(".storyly__story-bottom_sheet__handle"),this.sheet_=this.dom_.querySelector(".storyly__story-bottom_sheet__sheet"),this.innerHTMLContainer_=this.dom_.querySelector(".storyly__story-bottom_sheet__sheet__inner-container"),this.setEventListeners_()}},{key:"attachCallbacksToElement_",value:function(){this.activate=this.activate.bind(this),this.deactivate=this.deactivate.bind(this),this.dragStart_=this.dragStart_.bind(this),this.dragEnd_=this.dragEnd_.bind(this),this.drag_=this.drag_.bind(this),this.setEventListeners_=this.setEventListeners_.bind(this)}},{key:"setEventListeners_",value:function(){var t=this;this.overlay_.addEventListener("pointerdown",function(){return t.deactivate()}),(0,n.setClickEventListener)(this.handle_.querySelector(".close-icon"),function(){return t.deactivate()}),(0,n.isMobileView)()?(this.handle_.addEventListener("touchstart",this.dragStart_),this.handle_.addEventListener("touchend",this.dragEnd_),this.handle_.addEventListener("touchmove",this.drag_),(0,n.stopEventBubbling)(this.dom_,"touchstart",!1),(0,n.stopEventBubbling)(this.dom_,"touchend",!1),(0,n.stopEventBubbling)(this.dom_,"touchmove",!1)):(this.handle_.addEventListener("pointerdown",this.dragStart_),this.handle_.addEventListener("pointerleave",this.dragEnd_),this.handle_.addEventListener("pointerup",this.dragEnd_),this.handle_.addEventListener("pointermove",this.drag_)),this.innerHTMLContainer_.addEventListener("scroll",function(){t.innerHTMLContainer_.scrollTop>5?(0,o.setClass)(t.handle_,"bordered"):(0,o.removeClass)(t.handle_,"bordered")})}},{key:"dragStart_",value:function(t){this.active_=!0,this.sheet_.classList.add("active"),"touchstart"===t.type?this.initialY_=t.touches[0].clientY-this.yOffset_:this.initialY_=t.clientY-this.yOffset_,this.sheet_.style.setProperty("--translateY","translateY(0)"),this.sheet_.style.setProperty("transition","unset")}},{key:"dragEnd_",value:function(){this.active_=!1,this.sheet_.classList.remove("active"),this.yOffset_=0,this.initialY_=this.currentY_,this.sheet_.style.setProperty("transition",this.transformStyle_),this.sheet_.style.setProperty("--translateY","translateY(".concat(this.currentY_,"px)"))}},{key:"drag_",value:function(t){this.active_&&(t.preventDefault(),"touchmove"===t.type?this.currentY_=t.touches[0].clientY-this.initialY_:this.currentY_=t.clientY-this.initialY_,this.yOffset_=this.currentX,this.currentY_>this.sheet_.offsetHeight/3?this.deactivate(this.currentY):(this.currentY_<=-40?this.currentY_=this.currentY_/10-41:this.currentY_<=-60&&(this.currentY_=-60),this.sheet_.style.setProperty("--translateY","translateY(".concat(this.currentY_,"px)"))))}},{key:"activate",value:function(t,e,s,i){if(s)return this.innerHTMLContainer_.firstElementChild.replaceWith(t),void(e&&(e.classList.add("storyly__story-bottom_sheet__footer"),this.sheet_.lastElementChild.replaceWith(e)));if(i&&this.dom_.querySelector(".storyly__story-bottom_sheet__handle-title").appendChild(i),!this.dom_.classList.contains("bottomSheetActive")&&t){this.innerHTMLContainer_.appendChild(t),e&&(e.classList.add("storyly__story-bottom_sheet__footer"),this.sheet_.appendChild(e)),this.dom_.classList.add("bottomSheetActive");var r=this.instanceClass.getActiveStory_();r.instance.getProgressPausedStatus()||r.instance.playAndPauseStory()}else this.deactivate()}},{key:"deactivate",value:function(t){var e=this;if(this.dom_.classList.contains("bottomSheetActive")){t?(this.sheet_.style.setProperty("transition",this.transformStyle_),this.sheet_.style.setProperty("--translateY","translateY(".concat(t,"px)"))):this.sheet_.style.setProperty("--translateY","translateY(0)");var s=this.dom_.querySelector(".storyly__story-bottom_sheet__footer");this.sheet_.removeChild(s),this.sheet_.classList.remove("active"),this.dom_.classList.remove("bottomSheetActive"),setTimeout(function(){e.innerHTMLContainer_.innerHTML=""},250);var i=this.instanceClass.getActiveStory_();i.instance.getProgressPausedStatus()&&i.instance.playAndPauseStory()}}}]),h}(h.default),u=exports.default=d;
228
228
  },{"@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","../../lib/util":"PesM","./template":"QY4G","../../lib/style":"vgU2","../../layers/base":"skR7"}],"dDAE":[function(require,module,exports) {
@@ -236,7 +236,7 @@ var e=require("./superPropBase.js");function o(){return"undefined"!=typeof Refle
236
236
  },{}],"LJ77":[function(require,module,exports) {
237
237
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var e=s(require("@babel/runtime/helpers/asyncToGenerator")),t=s(require("@babel/runtime/regenerator")),n=require("../constants/events"),r=require("../lib/util");function s(e){return e&&e.__esModule?e:{default:e}}function u(e){return a.apply(this,arguments)}function a(){return(a=(0,e.default)(t.default.mark(function e(s){var u,a,i,o,c,l,d;return t.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(u=s.source,a=s.tag,(i=s.thumbnail)&&(0,r.setAttribute)(a,"poster",i),void 0!==window.Hls){e.next=12;break}return e.next=5,fetch("https://cdn.jsdelivr.net/npm/hls.js@1");case 5:return o=e.sent,e.next=8,o.text();case 8:c=e.sent,(l=document.createElement("script")).innerHTML=c,document.body.appendChild(l);case 12:return(d=new window.Hls).attachMedia(a),d.on(window.Hls.Events.MEDIA_ATTACHED,function(){a.firstElementChild.type="application/x-mpegURL",d.loadSource(u)}),d.on(window.Hls.Events.ERROR,function(){(0,r.createAndDispatchEvent)(a,n.CustomerEventTypes.nextStoryGroup),d.destroy()}),e.abrupt("return",d);case 17:case"end":return e.stop()}},e)}))).apply(this,arguments)}var i=exports.default=u;
238
238
  },{"@babel/runtime/helpers/asyncToGenerator":"agGE","@babel/runtime/regenerator":"PMvg","../constants/events":"d0lR","../lib/util":"PesM"}],"A6vb":[function(require,module,exports) {
239
- "use strict";var e=r(require("@babel/runtime/helpers/slicedToArray"));function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(exports,"__esModule",{value:!0});var t=require("../../constants/layerTypes"),o=require("../../lib/util"),a=function(r,a){var c,n,s=Object.assign(Object.assign(Object.assign({background_color:"#ffffff",border_radius:0,w:100,h:100,x:0,y:0},r),{text_font:(null===(c=r.text_font)||void 0===c?void 0:c.includes("Poppins"))?void 0:r.text_font,fontFamily:!r.text_font||(null===(n=r.text_font)||void 0===n?void 0:n.includes("Poppins"))?"Storyly-Inter":void 0}),r.type===t.LayerTemplateTypes.SWIPE?{text_color:"#000000"}:{});return Object.keys(s).forEach(function(r){switch(r){case"bg_color":case"background_color":case"text_span_color":var c=(0,o.convertHex)(s[r]);s.background=c;break;case"text_color":var n=(0,o.convertHex)(s[r]);s.color=n;break;case"icon_color":var i=(0,o.convertHex)(s[r]),l=(0,o.getContrastBgColor)(s[r]);s.background_color=i,s.text_color=(0,o.convertHex)(l),s.border_color=(0,o.convertHex)(l,.3);break;case"rotation":s.transform="rotate(".concat(s[r],"deg)");break;case"is_bold":s.fontWeight=s[r]?700:"normal";break;case"is_italic":s.fontStyle=s[r]?"italic":"normal";break;case"text_font":if(s[r]){var b=s[r].split("-"),d=(0,e.default)(b,2),u=d[0],f=d[1];s.fontFamily="Storyly-".concat(u),s.fontWeight=f.includes("Bold")?700:"normal",s.fontStyle=f.includes("Italic")?"italic":"normal"}break;case"text_size":var _=2*s[r]+14;s.fontSize=_;break;case"x":s.x=s[r];break;case"w":s.width="".concat(s[r],"%");break;case"y":s.y=s[r];break;case"h":s.height="".concat(s[r],"%");break;case"border_color":if(!s[r])break;var k=(0,o.convertHex)(s[r]);s.borderColor=k;break;case"border_thickness":if(!1===s[r])break;var v=2*s[r]>=0?2*s[r]+2:0;s.borderWidth=v;break;case"scale":var x=s[r]+1;s.compScale=x;break;case"border_radius":s.type===t.LayerTemplateTypes.BUTTON&&(s.border_radius=setTimeout(function(){return(0,o.calcBorderRadius)(s,a)},0));break;default:return!0}return!0}),s};exports.default=a;
239
+ "use strict";var e=r(require("@babel/runtime/helpers/slicedToArray"));function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(exports,"__esModule",{value:!0});var t=require("../../constants/layerTypes"),o=require("../../lib/util"),a=function(r,a){var c,n,s=Object.assign(Object.assign(Object.assign({background_color:"#ffffff",border_radius:0,w:100,h:100,x:0,y:0},r),{text_font:(null===(c=r.text_font)||void 0===c?void 0:c.includes("Poppins"))?void 0:r.text_font,fontFamily:!r.text_font||(null===(n=r.text_font)||void 0===n?void 0:n.includes("Poppins"))?"Storyly-Inter":void 0}),r.type===t.LayerTemplateTypes.SWIPE?{text_color:"#000000"}:{});return Object.keys(s).forEach(function(r){switch(r){case"bg_color":case"background_color":case"text_span_color":var c=(0,o.convertHex)(s[r]);s.background=c;break;case"text_color":var n=(0,o.convertHex)(s[r]);s.color=n;break;case"icon_color":var i=(0,o.convertHex)(s[r]),l=(0,o.getContrastBgColor)(s[r]);s.background_color=i,s.text_color=(0,o.convertHex)(l),s.border_color=(0,o.convertHex)(l,.3);break;case"rotation":s.transform="rotate(".concat(s[r],"deg)");break;case"is_bold":s.fontWeight=s[r]?700:"normal";break;case"is_italic":s.fontStyle=s[r]?"italic":"normal";break;case"text_font":if(s[r]){var b=s[r].split("-"),d=(0,e.default)(b,2),u=d[0],f=d[1];s.fontFamily="Storyly-".concat(u),s.fontWeight=f.includes("Bold")?700:"normal",s.fontStyle=f.includes("Italic")?"italic":"normal"}break;case"text_size":var _=2*s[r]+14;s.fontSize=_;break;case"x":s.x=s[r];break;case"w":s.width="".concat(s[r],"%");break;case"y":s.y=s[r];break;case"h":s.height="".concat(s[r],"%");break;case"border_color":if(!s[r])break;var k=(0,o.convertHex)(s[r]);s.borderColor=k;break;case"border_thickness":if(!1===s[r])break;var v=2*s[r]>=0?2*s[r]+2:0;s.borderWidth=v;break;case"scale":var x=s[r]+1;s.compScale=x;break;case"border_radius":s.type===t.LayerTemplateTypes.BUTTON&&(s.border_radius=(0,o.calcBorderRadius)(s,a));break;default:return!0}return!0}),s};exports.default=a;
240
240
  },{"@babel/runtime/helpers/slicedToArray":"HETk","../../constants/layerTypes":"aJRz","../../lib/util":"PesM"}],"ddlQ":[function(require,module,exports) {
241
241
  "use strict";var n=t(require("@babel/runtime/helpers/toConsumableArray"));function t(n){return n&&n.__esModule?n:{default:n}}Object.defineProperty(exports,"__esModule",{value:!0});var o=require("../../../lib/util"),e=function(n){return'\n<div class="arrow-lines">\n <span class="arrow-lines-left" '.concat(n?'style="background-color: '.concat(n,'"'):"",'></span>\n <span class="arrow-lines-right" ').concat(n?'style="background-color: '.concat(n,'"'):"","></span>\n</div>")};exports.default=function(t,c,a){var r;return'\n <div class="component-layer swipe" dir="'.concat(c.direction,'">\n <div\n class="swipe-up"\n style="\n z-index: ').concat(null!==(r=t.z_index)&&void 0!==r?r:1,';\n "\n >\n ').concat(t.button_text?e(t.background_color):"",'\n <button\n style="\n font-family: ').concat((0,o.getFontFamily)({font:t.fontFamily,instanceId:a}),";\n font-weight: ").concat(t.fontWeight,";\n font-style: ").concat(t.fontStyle,";\n border-color: ").concat(t.border_color,";\n --text-color: ").concat(t.text_color||t.color,";\n --background-color: ").concat(t.background_color,';\n "\n aria-hidden="true"\n aria-label="{@_').concat(t.button_text,'_1}, opens in a new tab"\n data-i18n-key="a11y_cta_redirect_button"\n class="swipe-up-button"\n >\n ').concat(t.button_text||(0,n.default)(Array(2)).map(function(){var n=e();return"".concat(n)}).join(""),"\n </button>\n </div>\n </div>")};
242
242
  },{"@babel/runtime/helpers/toConsumableArray":"Fhqp","../../../lib/util":"PesM"}],"He1W":[function(require,module,exports) {
@@ -264,9 +264,9 @@ var e=require("./superPropBase.js");function o(){return"undefined"!=typeof Refle
264
264
  },{"platform":"kohK","../../constants/os":"Ms5h","./template/android":"VSr3"}],"B0tt":[function(require,module,exports) {
265
265
  "use strict";var e=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(exports,"__esModule",{value:!0});var t=e(require("../components/LoadingSpinner")),s=require("../constants/events"),i=require("../lib/util"),r=!1;function a(e,a,l,n,o,d){if(!r){var u=o.classList.contains("wishlisted");r=!0;var c=o.querySelector("svg"),h=(0,i.generateHtmlFromTemplate)((0,t.default)(13));o.firstElementChild.replaceWith(h);var p={group:l,story_id:n.story_id,alt_text:n.alt_text,is_sharable:n.is_sharable,product:a,type:u?"removeWishlist":"addWishlist",onError:function(e){var t=e.message;o.firstElementChild.replaceWith(c),o.classList.remove("wishlisted"),r=!1,d(t)},onSuccess:function(){o.firstElementChild.replaceWith(c),u?(o.classList.remove("wishlisted"),d(0)):(o.classList.add("wishlisted"),d(1)),r=!1}};(0,i.createAndDispatchEvent)(e,"onCustomerEvent",{eventName:s.CustomerEventTypes.storyWishlistUpdate,params:p})}}exports.default=a;
266
266
  },{"../components/LoadingSpinner":"hb2d","../constants/events":"d0lR","../lib/util":"PesM"}],"GdVG":[function(require,module,exports) {
267
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var t=y(require("@babel/runtime/helpers/defineProperty")),e=y(require("@babel/runtime/helpers/classCallCheck")),r=y(require("@babel/runtime/helpers/createClass")),o=y(require("@babel/runtime/helpers/inherits")),i=y(require("@babel/runtime/helpers/possibleConstructorReturn")),n=y(require("@babel/runtime/helpers/getPrototypeOf")),s=require("./template"),a=require("../../constants/events"),l=require("../../lib/util"),c=y(require("../../layers/base")),u=y(require("../../constants/layouts")),d=y(require("../LoadingSpinner")),h=y(require("../../constants/availabilityStatus")),_=y(require("../../constants/wishListIcons")),p=y(require("../../service/wishlist-impl.ts"));function y(t){return t&&t.__esModule?t:{default:t}}function v(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,o)}return r}function f(e){for(var r=1;r<arguments.length;r++){var o=null!=arguments[r]?arguments[r]:{};r%2?v(Object(o),!0).forEach(function(r){(0,t.default)(e,r,o[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):v(Object(o)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))})}return e}function m(t){var e=E();return function(){var r,o=(0,n.default)(t);if(e){var s=(0,n.default)(this).constructor;r=Reflect.construct(o,arguments,s)}else r=o.apply(this,arguments);return(0,i.default)(this,r)}}function E(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(E=function(){return!!t})()}var C=function(t){(0,o.default)(n,t);var i=m(n);function n(t){var r,o=t.instanceId,a=t.layer,l=t.storyDom,c=t.group,u=t.story;return(0,e.default)(this,n),(r=i.call(this,{instanceId:o,storyDom:l})).group_=c,r.story_=u,r.selectedProduct_={},r.productData_=a,r.loading_=!1,r.productCheckoutFooter_=r.generateHtmlFromTemplate((0,s.ProductCheckoutFooterTemplate)(r.productData_,o)),r.setLayerData(f({},a)),r.attachCallbacksToElement_(),r}return(0,r.default)(n,[{key:"attachCallbacksToElement_",value:function(){this.eventListeners_=this.eventListeners_.bind(this),this.onPurchase=this.onPurchase.bind(this),this.onCounter_=this.onCounter_.bind(this),this.onMediaSelect_=this.onMediaSelect_.bind(this),this.onVariantSelect_=this.onVariantSelect_.bind(this),this.onAddToCart_=this.onAddToCart_.bind(this),this.renderCheckoutBottomSheetFooter_=this.renderCheckoutBottomSheetFooter_.bind(this),this.onCheckoutToCart_=this.onCheckoutToCart_.bind(this),this.onSuccess_=this.onSuccess_.bind(this),this.onError_=this.onError_.bind(this)}},{key:"eventListeners_",value:function(){var t=this;if(this.counterButton_.forEach(function(e){return(0,l.setClickEventListener)(e,t.onCounter_)}),Array.from(this.medias_).forEach(function(t){var e=t.firstElementChild;e.addEventListener("load",function(){e.style.width="".concat(e.width,"px"),e.style.opacity="1",e.parentElement.style.width="".concat(e.width,"px")},{once:!0})}),this.globalInstanceData.layout===u.default.MODERN){var e=this.productDetailBody_.querySelector(".product-detail-media-large");e.firstElementChild.addEventListener("load",function(){(0,l.imageAnimationHandler)(e,"img")})}var r=this.productCheckoutFooter_.querySelector(".continue-button"),o=this.productCheckoutFooter_.querySelector(".checkout-button");if((0,l.setClickEventListener)(this.addToCartButton_,this.onAddToCart_),(0,l.setClickEventListener)(o,this.onCheckoutToCart_),(0,l.setClickEventListener)(r,function(){(0,l.createAndDispatchEvent)(t.storyDom_,(0,l.closeProductDetail)(t.instanceId))}),(0,l.isMobileView)()){this.productDetailBody_.querySelectorAll(".product-detail-variant-row").forEach(function(e){e.addEventListener("touchstart",function(r){r.stopPropagation(),r.stopImmediatePropagation(),e.childNodes.forEach(function(e){e.addEventListener("touchend",t.onVariantSelect_)})}),e.addEventListener("scroll",function(){e.childNodes.forEach(function(e){e.removeEventListener("touchend",t.onVariantSelect_)})})}),this.productDetailBody_.parentElement.addEventListener("scroll",function(){t.variants_.forEach(function(e){e.removeEventListener("touchend",t.onVariantSelect_)})});var i=this.productDetailFooter_.querySelector(".wishlist-wrapper");i&&i.addEventListener("touchstart",function(){return t.clickedWishlist_(i)})}else{this.medias_.forEach(function(e){return(0,l.setClickEventListener)(e,t.onMediaSelect_)}),this.variants_.forEach(function(e){e.addEventListener("click",t.onVariantSelect_)});var n=this.productDetailBody_.querySelector(".wishlist-wrapper");n&&n.addEventListener("click",function(){return t.clickedWishlist_(n)})}}},{key:"renderCheckoutModalFooter_",value:function(){this.productCheckoutFooter_.classList.add("modal");var t=this.productDetailFooter_.parentNode,e=this.productDetailBody_.parentNode,r=t.parentElement;r.insertBefore(this.productCheckoutFooter_,t),this.setStyle(this.productDetailBody_,"opacity","0.3"),this.setStyle(r,"maxHeight","calc(100vh * 0.65 + 50px)"),this.setStyle(e,"boxShadow","rgb(134 134 134 / 20%) 0px 7px 10.5px"),this.setStyle(e,"borderBottomLeftRadius","8px"),this.setStyle(e,"borderBottomRightRadius","8px"),this.setStyle(e,"pointerEvents","none");var o=new KeyframeEffect(t,[{opacity:1},{opacity:0,pointerEvents:"none"}],{duration:300,iterations:1,fill:"forwards"});new Animation(o).play()}},{key:"renderCheckoutBottomSheetFooter_",value:function(){var t=this.generateHtmlFromTemplate('<div style="display: none;"></div>');this.productCheckoutFooter_.classList.add("bottom-sheet"),(0,l.createAndDispatchEvent)(this.storyDom_,(0,l.openProductDetail)(this.instanceId),{body:this.productCheckoutFooter_,footer:t,rerender:!0})}},{key:"onPurchase",value:function(t,e){var r=this;this.loading_=!1;var o=this.productData_.productVariants,i=o.find(function(e){return e.product_id===t});if(this.selectedProduct_=i,"cta"!==this.layerData.cta_t){var n=this.instanceClass,c=n.isStorylyCartActive,u=n.globalInstanceData;if(c||!u.events[a.CustomerEventTypes.storyNoCartIntegration]){var d=o.filter(function(t){return t.product_group_id===i.product_group_id}).map(function(t){return f(f({},r.layerData),t)}),_=d.findIndex(function(e){return e.product_id===t});this.selectedProduct_.quantity=1,this.selectedProducGroup_=d,this.productDetailBody_=this.generateHtmlFromTemplate((0,s.ProductDetailTemplate)(d,_,this.globalInstanceData,this.instanceId,i,this.productData_));var p=d.some(function(t){return!h.default.includes(t.availability)||!!Number(t.availability)});this.medias_=this.productDetailBody_.querySelectorAll(".product-detail-media-small-container"),this.variants_=this.productDetailBody_.querySelectorAll(".product-detail-variant-row div"),this.productDetailFooter_=this.generateHtmlFromTemplate((0,s.ProductDetailFooterTemplate)(i,this.productData_,this.globalInstanceData,this.instanceId)),this.counterButton_=this.productDetailFooter_.querySelectorAll(".counter .counter-button"),this.addToCartButton_=this.productDetailFooter_.querySelector(".product-detail-footer-action-button"),p||(this.addToCartButton_.classList.add("disabled"),this.productDetailFooter_.querySelector(".counter").style.display="none"),(0,l.createAndDispatchEvent)(this.storyDom_,(0,l.openProductDetail)(this.instanceId),{body:this.productDetailBody_,footer:this.productDetailFooter_,rerender:e}),this.handleEvent_(a.LayerEventTypes.ProductSelected,{product:i}),e||this.handleEvent_(a.LayerEventTypes.ProductSheetOpened,{product:i}),this.eventListeners_(),(0,l.createAndDispatchEvent)(this.storyDom_,"onI18nEvent",{wrapperDom:this.productDetailBody_}),(0,l.createAndDispatchEvent)(this.storyDom_,"onI18nEvent",{wrapperDom:this.productDetailFooter_})}else(0,l.createAndDispatchEvent)(this.storyDom_,"onCustomerEvent",{eventName:a.CustomerEventTypes.storyNoCartIntegration,params:i})}else this.handleCTAEvent_()}},{key:"clickedWishlist_",value:function(t){var e=this,r=this.globalInstanceData.toastComponent;(0,p.default)(this.storyDom_,this.selectedProduct_,this.group_,this.story_,t,function(t){var o,i;if(0===t)r.show("".concat(_.default[null!==(o=e.layerData.w_i)&&void 0!==o?o:"heart"]()," ").concat(e.layerData.w_r_m)),e.selectedProduct_.wishlist=!1,e.handleWislistEvent_(e.selectedProduct_,a.EventTypes.WishlistRemoved),null===(i=e.productCardDom_)||void 0===i||i.querySelector(".wishlist-wrapper").classList.remove("wishlisted");else if(1===t){var n,s;r.show("".concat(_.default[null!==(n=e.layerData.w_i)&&void 0!==n?n:"heart"]("black")," ").concat(e.layerData.w_a_m)),e.selectedProduct_.wishlist=!0,e.handleWislistEvent_(e.selectedProduct_,a.EventTypes.WishlistAdded),null===(s=e.productCardDom_)||void 0===s||s.querySelector(".wishlist-wrapper").classList.add("wishlisted")}else t&&(r.show('<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.99967 14.6668C11.6816 14.6668 14.6663 11.6821 14.6663 8.00016C14.6663 4.31826 11.6816 1.3335 7.99967 1.3335C4.31778 1.3335 1.33301 4.31826 1.33301 8.00016C1.33301 11.6821 4.31778 14.6668 7.99967 14.6668Z" stroke="#212121" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 5.3335V8.00016" stroke="#212121" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="11" r="1" fill="#212121"/></svg> '.concat(t)),e.handleWislistEvent_(e.selectedProduct_,a.EventTypes.WishlistFailed))})}},{key:"onCounter_",value:function(t){if(!this.loading_){var e=t.target.dataset,r=this.productDetailFooter_.querySelector(".counter-count"),o=Number(r.innerHTML);"plus"===e.type?(o+=1,r.innerHTML=o):o>1&&"minus"===e.type&&(o-=1,r.innerHTML=o),this.selectedProduct_.quantity=o}}},{key:"onAddToCart_",value:function(){var t,e=this;if(!this.loading_){var r={group:this.group_,story_id:this.story_.story_id,alt_text:this.story_.alt_text,is_sharable:this.story_.is_sharable,product:f({},this.selectedProduct_),product_type:a.LayerEventTypes.ProductAdded,onError:this.onError_,onSuccess:this.onSuccess_};this.timeout_=setTimeout(function(){e.onError_({message:"Something went wrong!"})},5e3),this.loading_=!0;var o=this.generateHtmlFromTemplate((0,d.default)(16));this.addToCartButtonSvg_=this.addToCartButton_.querySelector(".product-detail-footer-action-button-icon"),null===(t=this.addToCartButtonSvg_)||void 0===t||t.replaceWith(o),(0,l.createAndDispatchEvent)(this.storyDom_,"onCustomerEvent",{eventName:a.CustomerEventTypes.storyCartUpdate,params:r})}}},{key:"onSuccess_",value:function(t){var e=this;setTimeout(function(){return clearTimeout(e.timeout_)},0),this.instanceClass.setProductCartItems(t),this.globalInstanceData.layout===u.default.MODERN?this.renderCheckoutModalFooter_():this.renderCheckoutBottomSheetFooter_(),(0,l.createAndDispatchEvent)(this.storyDom_,"onI18nEvent",{wrapperDom:this.productCheckoutFooter_}),this.handleEvent_(a.LayerEventTypes.ProductCartAdded)}},{key:"onError_",value:function(t){var e=this,r=t.message;setTimeout(function(){return clearTimeout(e.timeout_)},0),this.globalInstanceData.toastComponent.show(r),this.loading_=!1;var o=this.addToCartButton_.querySelector(".storyly-spinner-container");null==o||o.replaceWith(this.addToCartButtonSvg_),this.handleEvent_(a.LayerEventTypes.ProductCartAddFailed)}},{key:"onMediaSelect_",value:function(t){var e=t.target,r=e.src,o=this.productDetailBody_.querySelector(".product-detail-media-large img");Array.from(this.medias_).find(function(t){return t.classList.contains("selected")}).classList.remove("selected"),o.src!==r&&(o.src=r,o.classList.remove("storyly__animate-image-horizontal"),o.classList.remove("storyly__animate-image-vertical")),e.parentElement.classList.add("selected")}},{key:"onVariantSelect_",value:function(t){var e=t.target,r=e.dataset,o=r.value,i=r.order;if(!e.classList.contains("selected")){var n="0"===i?null:this.selectedProduct_.variant[0].v,s=this.selectedProducGroup_.find(function(t){var e=t.variant.map(function(t){return t.v}),r=[n,o],s="0"===i;s&&r.shift();var a=r.filter(function(t){return t&&e.includes(t)});return s?a.length>0:a.length>1});this.onPurchase(s.product_id,!0)}}},{key:"onCheckoutToCart_",value:function(){var t=this,e=this.instanceClass,r=e.storylyCheckoutProducts;if(e.isStorylyCartActive)(0,l.createAndDispatchEvent)(this.storyDom_,(0,l.closeProductDetail)(this.instanceId)),setTimeout(function(){(0,l.createAndDispatchEvent)(t.storyDom_,"onStorylyCartOpen")},250);else{var o={group:this.group_,story_id:this.story_.story_id,alt_text:this.story_.alt_text,is_sharable:this.story_.is_sharable,products:r.products};(0,l.createAndDispatchEvent)(this.storyDom_,"onCustomerEvent",{eventName:a.CustomerEventTypes.storyCartClicked,params:o})}}},{key:"handleCTAEvent_",value:function(){var t,e,r=this;this.handleEvent_(a.LayerEventTypes.ActionClicked);var o=this.group_.stories.findIndex(function(t){return t.story_id===r.story_.story_id}),i={id:this.story_.story_id,title:null!==(t=this.story_.title)&&void 0!==t?t:null,name:null!==(e=this.story_.name)&&void 0!==e?e:null,seen:!0,index:o,group_id:this.group_.group_id,actionUrl:this.layerData.outlink,products:[this.selectedProduct_]};this.globalInstanceData.events.actionClicked(i)}},{key:"handleWislistEvent_",value:function(t,e){var r={event_type:e,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(),products:[t]};this.api.sendEvent(r)}},{key:"handleEvent_",value:function(t){var e={event_type:t,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(),products:[(0,l.productEventPayloadHandler)(f({},this.selectedProduct_))]};this.api.sendEvent(e)}},{key:"setProductCardElement",value:function(t){this.productCardDom_=t}}]),n}(c.default),D=exports.default=C;
267
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var t=y(require("@babel/runtime/helpers/defineProperty")),e=y(require("@babel/runtime/helpers/classCallCheck")),r=y(require("@babel/runtime/helpers/createClass")),o=y(require("@babel/runtime/helpers/inherits")),i=y(require("@babel/runtime/helpers/possibleConstructorReturn")),n=y(require("@babel/runtime/helpers/getPrototypeOf")),s=require("./template"),a=require("../../constants/events"),l=require("../../lib/util"),c=y(require("../../layers/base")),u=y(require("../../constants/layouts")),d=y(require("../LoadingSpinner")),h=y(require("../../constants/availabilityStatus")),_=y(require("../../constants/wishListIcons")),p=y(require("../../service/wishlist-impl.ts"));function y(t){return t&&t.__esModule?t:{default:t}}function v(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,o)}return r}function f(e){for(var r=1;r<arguments.length;r++){var o=null!=arguments[r]?arguments[r]:{};r%2?v(Object(o),!0).forEach(function(r){(0,t.default)(e,r,o[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):v(Object(o)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))})}return e}function m(t){var e=E();return function(){var r,o=(0,n.default)(t);if(e){var s=(0,n.default)(this).constructor;r=Reflect.construct(o,arguments,s)}else r=o.apply(this,arguments);return(0,i.default)(this,r)}}function E(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(E=function(){return!!t})()}var C=function(t){(0,o.default)(n,t);var i=m(n);function n(t){var r,o=t.instanceId,a=t.layer,l=t.storyDom,c=t.group,u=t.story;return(0,e.default)(this,n),(r=i.call(this,{instanceId:o,storyDom:l})).group_=c,r.story_=u,r.selectedProduct_={},r.productData_=a,r.loading_=!1,r.productCheckoutFooter_=r.generateHtmlFromTemplate((0,s.ProductCheckoutFooterTemplate)(r.productData_,o)),r.setLayerData(f({},a)),r.attachCallbacksToElement_(),r}return(0,r.default)(n,[{key:"attachCallbacksToElement_",value:function(){this.eventListeners_=this.eventListeners_.bind(this),this.onPurchase=this.onPurchase.bind(this),this.onCounter_=this.onCounter_.bind(this),this.onMediaSelect_=this.onMediaSelect_.bind(this),this.onVariantSelect_=this.onVariantSelect_.bind(this),this.onAddToCart_=this.onAddToCart_.bind(this),this.renderCheckoutBottomSheetFooter_=this.renderCheckoutBottomSheetFooter_.bind(this),this.onCheckoutToCart_=this.onCheckoutToCart_.bind(this),this.onSuccess_=this.onSuccess_.bind(this),this.onError_=this.onError_.bind(this)}},{key:"eventListeners_",value:function(){var t=this;if(this.counterButton_.forEach(function(e){return(0,l.setClickEventListener)(e,t.onCounter_)}),Array.from(this.medias_).forEach(function(t){var e=t.firstElementChild;e.addEventListener("load",function(){e.style.width="".concat(e.width,"px"),e.style.opacity="1",e.parentElement.style.width="".concat(e.width,"px")},{once:!0})}),this.globalInstanceData.layout===u.default.MODERN){var e=this.productDetailBody_.querySelector(".product-detail-media-large");e.firstElementChild.addEventListener("load",function(){(0,l.imageAnimationHandler)(e,"img")})}var r=this.productCheckoutFooter_.querySelector(".continue-button"),o=this.productCheckoutFooter_.querySelector(".checkout-button");if((0,l.setClickEventListener)(this.addToCartButton_,this.onAddToCart_),(0,l.setClickEventListener)(o,this.onCheckoutToCart_),(0,l.setClickEventListener)(r,function(){(0,l.createAndDispatchEvent)(t.storyDom_,(0,l.closeProductDetail)(t.instanceId))}),(0,l.isMobileView)()){this.productDetailBody_.querySelectorAll(".product-detail-variant-row").forEach(function(e){e.addEventListener("touchstart",function(r){r.stopPropagation(),r.stopImmediatePropagation(),e.childNodes.forEach(function(e){e.addEventListener("touchend",t.onVariantSelect_)})}),e.addEventListener("scroll",function(){e.childNodes.forEach(function(e){e.removeEventListener("touchend",t.onVariantSelect_)})})}),this.productDetailBody_.parentElement.addEventListener("scroll",function(){t.variants_.forEach(function(e){e.removeEventListener("touchend",t.onVariantSelect_)})});var i=this.productDetailFooter_.querySelector(".wishlist-wrapper");i&&i.addEventListener("touchstart",function(){return t.clickedWishlist_(i)})}else{this.medias_.forEach(function(e){return(0,l.setClickEventListener)(e,t.onMediaSelect_)}),this.variants_.forEach(function(e){e.addEventListener("click",t.onVariantSelect_)});var n=this.productDetailBody_.querySelector(".wishlist-wrapper");n&&n.addEventListener("click",function(){return t.clickedWishlist_(n)})}}},{key:"renderCheckoutModalFooter_",value:function(){this.productCheckoutFooter_.classList.add("modal");var t=this.productDetailFooter_.parentNode,e=this.productDetailBody_.parentNode,r=t.parentElement;r.insertBefore(this.productCheckoutFooter_,t),this.setStyle(this.productDetailBody_,"opacity","0.3"),this.setStyle(r,"maxHeight","calc(100vh * 0.65 + 50px)"),this.setStyle(e,"boxShadow","rgb(134 134 134 / 20%) 0px 7px 10.5px"),this.setStyle(e,"borderBottomLeftRadius","8px"),this.setStyle(e,"borderBottomRightRadius","8px"),this.setStyle(e,"pointerEvents","none");var o=new KeyframeEffect(t,[{opacity:1},{opacity:0,pointerEvents:"none"}],{duration:300,iterations:1,fill:"forwards"});new Animation(o).play()}},{key:"renderCheckoutBottomSheetFooter_",value:function(){var t=this.generateHtmlFromTemplate('<div style="display: none;"></div>');this.productCheckoutFooter_.classList.add("bottom-sheet"),(0,l.createAndDispatchEvent)(this.storyDom_,(0,l.openProductDetail)(this.instanceId),{body:this.productCheckoutFooter_,footer:t,rerender:!0})}},{key:"onPurchase",value:function(t,e){var r=this;this.loading_=!1;var o=this.productData_.productVariants,i=o.find(function(e){return e.product_id===t});if(this.selectedProduct_=i,"cta"!==this.layerData.cta_t){var n=this.instanceClass,c=n.isStorylyCartActive,u=n.globalInstanceData;if(c||!u.events[a.CustomerEventTypes.storyNoCartIntegration]){var d=o.filter(function(t){return t.product_group_id===i.product_group_id}).map(function(t){return f(f({},r.layerData),t)}),_=d.findIndex(function(e){return e.product_id===t});this.selectedProduct_.quantity=1,this.selectedProducGroup_=d,this.productDetailBody_=this.generateHtmlFromTemplate((0,s.ProductDetailTemplate)(d,_,this.globalInstanceData,this.instanceId,i,this.productData_));var p=d.some(function(t){return!h.default.includes(t.availability)||!!Number(t.availability)});this.medias_=this.productDetailBody_.querySelectorAll(".product-detail-media-small-container"),this.variants_=this.productDetailBody_.querySelectorAll(".product-detail-variant-row div"),this.productDetailFooter_=this.generateHtmlFromTemplate((0,s.ProductDetailFooterTemplate)(i,this.productData_,this.globalInstanceData,this.instanceId)),this.counterButton_=this.productDetailFooter_.querySelectorAll(".counter .counter-button"),this.addToCartButton_=this.productDetailFooter_.querySelector(".product-detail-footer-action-button"),p||(this.addToCartButton_.classList.add("disabled"),this.productDetailFooter_.querySelector(".counter").style.display="none"),(0,l.createAndDispatchEvent)(this.storyDom_,(0,l.openProductDetail)(this.instanceId),{body:this.productDetailBody_,footer:this.productDetailFooter_,rerender:e}),this.handleEvent_(a.LayerEventTypes.ProductSelected,{product:i}),e||this.handleEvent_(a.LayerEventTypes.ProductSheetOpened,{product:i}),this.eventListeners_(),(0,l.createAndDispatchEvent)(this.storyDom_,"onI18nEvent",{wrapperDom:this.productDetailBody_}),(0,l.createAndDispatchEvent)(this.storyDom_,"onI18nEvent",{wrapperDom:this.productDetailFooter_})}else(0,l.createAndDispatchEvent)(this.storyDom_,"onCustomerEvent",{eventName:a.CustomerEventTypes.storyNoCartIntegration,params:i})}else this.handleCTAEvent_()}},{key:"clickedWishlist_",value:function(t){var e=this,r=this.globalInstanceData.toastComponent;(0,p.default)(this.storyDom_,this.selectedProduct_,this.group_,this.story_,t,function(t){var o,i;if(0===t)r.show("".concat(_.default[null!==(o=e.layerData.w_i)&&void 0!==o?o:"heart"]()," ").concat(e.layerData.w_r_m)),e.selectedProduct_.wishlist=!1,e.handleWislistEvent_(e.selectedProduct_,a.EventTypes.WishlistRemoved),null===(i=e.productCardDom_)||void 0===i||i.querySelector(".wishlist-wrapper").classList.remove("wishlisted");else if(1===t){var n,s;r.show("".concat(_.default[null!==(n=e.layerData.w_i)&&void 0!==n?n:"heart"]("black")," ").concat(e.layerData.w_a_m)),e.selectedProduct_.wishlist=!0,e.handleWislistEvent_(e.selectedProduct_,a.EventTypes.WishlistAdded),null===(s=e.productCardDom_)||void 0===s||s.querySelector(".wishlist-wrapper").classList.add("wishlisted")}else t&&(r.show('<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.99967 14.6668C11.6816 14.6668 14.6663 11.6821 14.6663 8.00016C14.6663 4.31826 11.6816 1.3335 7.99967 1.3335C4.31778 1.3335 1.33301 4.31826 1.33301 8.00016C1.33301 11.6821 4.31778 14.6668 7.99967 14.6668Z" stroke="#212121" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 5.3335V8.00016" stroke="#212121" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><circle cx="8" cy="11" r="1" fill="#212121"/></svg> '.concat(t)),e.handleWislistEvent_(e.selectedProduct_,a.EventTypes.WishlistFailed))})}},{key:"onCounter_",value:function(t){if(!this.loading_){var e=t.target.dataset,r=this.productDetailFooter_.querySelector(".counter-count"),o=Number(r.innerHTML);"plus"===e.type?(o+=1,r.innerHTML=o):o>1&&"minus"===e.type&&(o-=1,r.innerHTML=o),this.selectedProduct_.quantity=o}}},{key:"onAddToCart_",value:function(){var t,e=this;if(!this.loading_){var r={group:this.group_,story_id:this.story_.story_id,alt_text:this.story_.alt_text,is_sharable:this.story_.is_sharable,product:f({},this.selectedProduct_),product_type:a.LayerEventTypes.ProductAdded,onError:this.onError_,onSuccess:this.onSuccess_};this.timeout_=setTimeout(function(){e.onError_({message:"Something went wrong!"})},5e3),this.loading_=!0;var o=this.generateHtmlFromTemplate((0,d.default)(16));this.addToCartButtonSvg_=this.addToCartButton_.querySelector(".product-detail-footer-action-button-icon"),null===(t=this.addToCartButtonSvg_)||void 0===t||t.replaceWith(o),(0,l.createAndDispatchEvent)(this.storyDom_,"onCustomerEvent",{eventName:a.CustomerEventTypes.storyCartUpdate,params:r})}}},{key:"onSuccess_",value:function(t){var e=this;setTimeout(function(){return clearTimeout(e.timeout_)},0),this.instanceClass.setProductCartItems(t),this.globalInstanceData.layout===u.default.MODERN?this.renderCheckoutModalFooter_():this.renderCheckoutBottomSheetFooter_(),(0,l.createAndDispatchEvent)(this.storyDom_,"onI18nEvent",{wrapperDom:this.productCheckoutFooter_}),this.handleEvent_(a.LayerEventTypes.ProductCartAdded)}},{key:"onError_",value:function(t){var e=this,r=t.message;setTimeout(function(){return clearTimeout(e.timeout_)},0),this.globalInstanceData.toastComponent.show(r),this.loading_=!1;var o=this.addToCartButton_.querySelector(".storyly-spinner-container");null==o||o.replaceWith(this.addToCartButtonSvg_),this.handleEvent_(a.LayerEventTypes.ProductCartAddFailed)}},{key:"onMediaSelect_",value:function(t){var e=t.target,r=e.src,o=this.productDetailBody_.querySelector(".product-detail-media-large img");Array.from(this.medias_).find(function(t){return t.classList.contains("selected")}).classList.remove("selected"),o.src!==r&&(o.src=r,o.classList.remove("storyly__animate-image-horizontal"),o.classList.remove("storyly__animate-image-vertical")),e.parentElement.classList.add("selected")}},{key:"onVariantSelect_",value:function(t){var e=t.target,r=e.dataset,o=r.value,i=r.order;if(!e.classList.contains("selected")){var n="0"===i?null:this.selectedProduct_.variant[0].v,s=this.selectedProducGroup_.find(function(t){var e=t.variant.map(function(t){return t.v}),r=[n,o],s="0"===i;s&&r.shift();var a=r.filter(function(t){return t&&e.includes(t)});return s?a.length>0:a.length>1});this.onPurchase(s.product_id,!0)}}},{key:"onCheckoutToCart_",value:function(){var t=this,e=this.instanceClass,r=e.storylyCheckoutProducts;if(e.isStorylyCartActive)(0,l.createAndDispatchEvent)(this.storyDom_,(0,l.closeProductDetail)(this.instanceId)),setTimeout(function(){(0,l.createAndDispatchEvent)(t.storyDom_,"onStorylyCartOpen")},250);else{var o={group:this.group_,story_id:this.story_.story_id,alt_text:this.story_.alt_text,is_sharable:this.story_.is_sharable,products:r.products};(0,l.createAndDispatchEvent)(this.storyDom_,"onCustomerEvent",{eventName:a.CustomerEventTypes.storyCartClicked,params:o})}}},{key:"handleCTAEvent_",value:function(){var t,e,r,o=this;this.handleEvent_(a.LayerEventTypes.ActionClicked);var i=this.group_.stories.findIndex(function(t){return t.story_id===o.story_.story_id}),n={id:this.story_.story_id,title:null!==(t=this.story_.title)&&void 0!==t?t:null,name:null!==(e=this.story_.name)&&void 0!==e?e:null,seen:!0,index:i,group_id:this.group_.group_id,actionUrl:this.layerData.outlink,products:[this.selectedProduct_],custom_payload:null!==(r=this.layerData.custom_payload)&&void 0!==r?r:null};this.globalInstanceData.events.actionClicked(n)}},{key:"handleWislistEvent_",value:function(t,e){var r={event_type:e,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(),products:[t]};this.api.sendEvent(r)}},{key:"handleEvent_",value:function(t){var e={event_type:t,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(),products:[(0,l.productEventPayloadHandler)(f({},this.selectedProduct_))]};this.api.sendEvent(e)}},{key:"setProductCardElement",value:function(t){this.productCardDom_=t}}]),n}(c.default),D=exports.default=C;
268
268
  },{"@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","./template":"lyP4","../../constants/events":"d0lR","../../lib/util":"PesM","../../layers/base":"skR7","../../constants/layouts":"kUgL","../LoadingSpinner":"hb2d","../../constants/availabilityStatus":"A52n","../../constants/wishListIcons":"Zkes","../../service/wishlist-impl.ts":"B0tt"}],"z87C":[function(require,module,exports) {
269
- "use strict";var t=s(require("@babel/runtime/helpers/classCallCheck")),e=s(require("@babel/runtime/helpers/createClass")),r=s(require("@babel/runtime/helpers/inherits")),i=s(require("@babel/runtime/helpers/possibleConstructorReturn")),a=s(require("@babel/runtime/helpers/getPrototypeOf")),n=s(require("@babel/runtime/regenerator"));function s(t){return t&&t.__esModule?t:{default:t}}function o(t){var e=l();return function(){var r,n=(0,a.default)(t);if(e){var s=(0,a.default)(this).constructor;r=Reflect.construct(n,arguments,s)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}function l(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(l=function(){return!!t})()}var u=function(t,e,r,i){return new(r||(r=Promise))(function(a,n){function s(t){try{l(i.next(t))}catch(e){n(e)}}function o(t){try{l(i.throw(t))}catch(e){n(e)}}function l(t){var e;t.done?a(t.value):(e=t.value,e instanceof r?e:new r(function(t){t(e)})).then(s,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 h=require("../../constants/layerTypes.js"),d=require("../../lib/util.js"),y=c(require("../base.js")),_=c(require("./dataConvertor.ts")),p=c(require("./template/swipe.ts")),f=c(require("./template/button.ts")),v=require("../../constants/events.js"),b=c(require("../../components/StoryProduct/index.js")),m=require("../../lib/style.js"),k=function(i){(0,r.default)(s,i);var a=o(s);function s(e){var r,i=e.layer,n=e.group,o=e.story,l=e.type,u=e.storyDom,c=e.instanceId;return(0,t.default)(this,s),(r=a.call(this,{type:l,storyDom:u,instanceId:c})).story_=o,r.group_=n,r.touchstartY=0,r.touchendY=0,r.setLayerData((0,_.default)(Object.assign({},i),u)),r.generateComponentAndAppendToPage(r.layerData.type===h.LayerTemplateTypes.SWIPE?(0,p.default)(r.layerData,r.globalInstanceData,c):(0,f.default)(r.layerData,r.globalInstanceData,c)).then(function(t){r.dom_=t,l===h.LayerTemplateTypes.SWIPE&&(r.dom_=t.parentElement),i.rotation&&0!==i.rotation||(0,m.setStyle)(r.dom_,["transform-origin","center","important"]),r.init_()}),r.attachCallbacksToElement_(),r}return(0,e.default)(s,[{key:"attachCallbacksToElement_",value:function(){this.handleClickCTA_=this.handleClickCTA_.bind(this),this.storyObserverCallback_=this.storyObserverCallback_.bind(this)}},{key:"init_",value:function(){var t=(0,d.isMobileView)();this.layerData.type===h.LayerTemplateTypes.SWIPE?(this.storyObserver_(this.storyObserverCallback_),(0,d.setClickEventListener)(this.dom_.firstElementChild,this.handleClickCTA_),t&&((0,d.stopEventBubbling)(this.dom_.firstElementChild,"touchstart"),this.handleSwipe_())):((0,d.setClickEventListener)(this.dom_,this.handleClickCTA_),t?(0,d.stopEventBubbling)(this.dom_,"touchstart"):(0,d.stopEventBubbling)(this.dom_,"click")),this.layerData.initialProduct&&(this.storyProduct_=new b.default({instanceId:this.instanceId,layer:this.layerData,storyDom:this.storyDom_,group:this.group_,story:this.story_}))}},{key:"storyObserverCallback_",value:function(t){var e=this;t.forEach(function(t){"attributes"===t.type&&"show"===t.attributeName&&e.dom_.firstElementChild.classList.toggle("animating")})}},{key:"handleClickCTA_",value:function(){var t,e;0!==this.touchstartY&&this.layerData.type===h.LayerTemplateTypes.SWIPE||(null===(t=this.storyProduct_)||void 0===t||t.onPurchase(null===(e=this.layerData.initialProduct)||void 0===e?void 0:e.product_id,!1),this.layerData.outlink&&"cta"!==this.layerData.cta_t&&this.handleClickOrSwipe_())}},{key:"handleClickOrSwipe_",value:function(){var t,e,r;return u(this,void 0,void 0,n.default.mark(function i(){var a,s,o,l=this;return n.default.wrap(function(i){for(;;)switch(i.prev=i.next){case 0:if(this.story_.story_id&&this.group_.group_id&&this.layerData.outlink){i.next=2;break}return i.abrupt("return");case 2:a={event_type:v.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:this.layerData.type,watch_length:null,event_time:Date.now(),uid:this.layerData.uid,click_url:null!==(t=this.layerData.outlink)&&void 0!==t?t:""},(this.dom_.querySelector("button")||this.dom_).blur();try{this.api.sendEvent(a)}catch(n){}if(!this.globalInstanceData.events.actionClicked){i.next=10;break}return s=this.group_.stories.findIndex(function(t){return t.story_id===l.story_.story_id}),o={id:this.story_.story_id,title:null!==(e=this.story_.title)&&void 0!==e?e:null,name:null!==(r=this.story_.name)&&void 0!==r?r:null,seen:!0,index:s,group_id:this.group_.group_id,actionUrl:this.layerData.outlink},this.globalInstanceData.events.actionClicked(o),i.abrupt("return");case 10:this.layerData.outlink&&!this.layerData.initialProduct&&(0,d.openLink)(this.layerData.outlink);case 11:case"end":return i.stop()}},i,this)}))}},{key:"handleSwipe_",value:function(){var t=this;this.dom_.parentElement.addEventListener("touchstart",function(e){e.changedTouches[0].screenY<0||(t.touchstartY=e.changedTouches[0].screenY)},!1),this.dom_.parentElement.addEventListener("touchend",function(e){t.touchendY=e.changedTouches[0].screenY,t.handleGesture_()},!1)}},{key:"handleGesture_",value:function(){this.touchstartY-this.touchendY>100&&this.handleClickOrSwipe_()}},{key:"handleUrlForRedirectGroup",value:function(){this.handleClickOrSwipe_()}}]),s}(y.default);exports.default=k;
269
+ "use strict";var t=s(require("@babel/runtime/helpers/classCallCheck")),e=s(require("@babel/runtime/helpers/createClass")),r=s(require("@babel/runtime/helpers/inherits")),a=s(require("@babel/runtime/helpers/possibleConstructorReturn")),i=s(require("@babel/runtime/helpers/getPrototypeOf")),n=s(require("@babel/runtime/regenerator"));function s(t){return t&&t.__esModule?t:{default:t}}function o(t){var e=l();return function(){var r,n=(0,i.default)(t);if(e){var s=(0,i.default)(this).constructor;r=Reflect.construct(n,arguments,s)}else r=n.apply(this,arguments);return(0,a.default)(this,r)}}function l(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(l=function(){return!!t})()}var u=function(t,e,r,a){return new(r||(r=Promise))(function(i,n){function s(t){try{l(a.next(t))}catch(e){n(e)}}function o(t){try{l(a.throw(t))}catch(e){n(e)}}function l(t){var e;t.done?i(t.value):(e=t.value,e instanceof r?e:new r(function(t){t(e)})).then(s,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 h=require("../../constants/layerTypes.js"),d=require("../../lib/util.js"),y=c(require("../base.js")),_=c(require("./dataConvertor.ts")),p=c(require("./template/swipe.ts")),f=c(require("./template/button.ts")),v=require("../../constants/events.js"),m=c(require("../../components/StoryProduct/index.js")),b=require("../../lib/style.js"),k=function(a){(0,r.default)(s,a);var i=o(s);function s(e){var r,a=e.layer,n=e.group,o=e.story,l=e.type,u=e.storyDom,c=e.instanceId;return(0,t.default)(this,s),(r=i.call(this,{type:l,storyDom:u,instanceId:c})).story_=o,r.group_=n,r.touchstartY=0,r.touchendY=0,r.setLayerData((0,_.default)(Object.assign({},a),u)),r.generateComponentAndAppendToPage(r.layerData.type===h.LayerTemplateTypes.SWIPE?(0,p.default)(r.layerData,r.globalInstanceData,c):(0,f.default)(r.layerData,r.globalInstanceData,c)).then(function(t){r.dom_=t,l===h.LayerTemplateTypes.SWIPE&&(r.dom_=t.parentElement),a.rotation&&0!==a.rotation||(0,b.setStyle)(r.dom_,["transform-origin","center","important"]),r.init_()}),r.attachCallbacksToElement_(),r}return(0,e.default)(s,[{key:"attachCallbacksToElement_",value:function(){this.handleClickCTA_=this.handleClickCTA_.bind(this),this.storyObserverCallback_=this.storyObserverCallback_.bind(this)}},{key:"init_",value:function(){var t=(0,d.isMobileView)();this.layerData.type===h.LayerTemplateTypes.SWIPE?(this.storyObserver_(this.storyObserverCallback_),(0,d.setClickEventListener)(this.dom_.firstElementChild,this.handleClickCTA_),t&&((0,d.stopEventBubbling)(this.dom_.firstElementChild,"touchstart"),this.handleSwipe_())):((0,d.setClickEventListener)(this.dom_,this.handleClickCTA_),t?(0,d.stopEventBubbling)(this.dom_,"touchstart"):(0,d.stopEventBubbling)(this.dom_,"click")),this.layerData.initialProduct&&(this.storyProduct_=new m.default({instanceId:this.instanceId,layer:this.layerData,storyDom:this.storyDom_,group:this.group_,story:this.story_}))}},{key:"storyObserverCallback_",value:function(t){var e=this;t.forEach(function(t){"attributes"===t.type&&"show"===t.attributeName&&e.dom_.firstElementChild.classList.toggle("animating")})}},{key:"handleClickCTA_",value:function(){var t,e;0!==this.touchstartY&&this.layerData.type===h.LayerTemplateTypes.SWIPE||(null===(t=this.storyProduct_)||void 0===t||t.onPurchase(null===(e=this.layerData.initialProduct)||void 0===e?void 0:e.product_id,!1),this.layerData.outlink&&"cta"!==this.layerData.cta_t&&this.handleClickOrSwipe_())}},{key:"handleClickOrSwipe_",value:function(){var t,e,r,a,i;return u(this,void 0,void 0,n.default.mark(function s(){var o,l,u,c=this;return n.default.wrap(function(n){for(;;)switch(n.prev=n.next){case 0:if(this.story_.story_id&&this.group_.group_id&&this.layerData.outlink){n.next=2;break}return n.abrupt("return");case 2:o={event_type:v.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:this.layerData.type,watch_length:null,event_time:Date.now(),uid:this.layerData.uid,click_url:null!==(t=this.layerData.outlink)&&void 0!==t?t:"",custom_payload:null!==(e=this.layerData.custom_payload)&&void 0!==e?e:null},(this.dom_.querySelector("button")||this.dom_).blur();try{this.api.sendEvent(o)}catch(s){}if(!this.globalInstanceData.events.actionClicked){n.next=10;break}return l=this.group_.stories.findIndex(function(t){return t.story_id===c.story_.story_id}),u={id:this.story_.story_id,title:null!==(r=this.story_.title)&&void 0!==r?r:null,name:null!==(a=this.story_.name)&&void 0!==a?a:null,seen:!0,index:l,group_id:this.group_.group_id,actionUrl:this.layerData.outlink,custom_payload:null!==(i=this.layerData.custom_payload)&&void 0!==i?i:null},this.globalInstanceData.events.actionClicked(u),n.abrupt("return");case 10:this.layerData.outlink&&!this.layerData.initialProduct&&(0,d.openLink)(this.layerData.outlink);case 11:case"end":return n.stop()}},s,this)}))}},{key:"handleSwipe_",value:function(){var t=this;this.dom_.parentElement.addEventListener("touchstart",function(e){e.changedTouches[0].screenY<0||(t.touchstartY=e.changedTouches[0].screenY)},!1),this.dom_.parentElement.addEventListener("touchend",function(e){t.touchendY=e.changedTouches[0].screenY,t.handleGesture_()},!1)}},{key:"handleGesture_",value:function(){this.touchstartY-this.touchendY>100&&this.handleClickOrSwipe_()}},{key:"handleUrlForRedirectGroup",value:function(){this.handleClickOrSwipe_()}}]),s}(y.default);exports.default=k;
270
270
  },{"@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.js":"aJRz","../../lib/util.js":"PesM","../base.js":"skR7","./dataConvertor.ts":"A6vb","./template/swipe.ts":"ddlQ","./template/button.ts":"He1W","../../constants/events.js":"d0lR","../../components/StoryProduct/index.js":"GdVG","../../lib/style.js":"vgU2"}],"JpkF":[function(require,module,exports) {
271
271
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var s=exports.default=function(){return'\n <div class="storyly__default-video-seekbar show">\n <div class="action-icon">\n <div class="play-icon" style="display: none">\n <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#fff" d="M6.81 20.906c-.394.256-.795.267-1.2.035-.407-.232-.61-.58-.61-1.044V3.953c0-.464.203-.812.61-1.044.405-.232.806-.22 1.2.035l12.532 8.006c.372.232.557.557.557.975 0 .418-.185.743-.557.975L6.81 20.906Z"/></svg>\n </div>\n <div class="pause-icon">\n <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".995" d="M10 3.999H6v16h4v-16ZM18 3.999h-4v16h4v-16Z"/></svg>\n </div>\n </div>\n <div class="seekbar">\n <span class="progress-indicator"></span>\n <span class="filled-progress-bar"></span>\n <div class="interactive-lines"></div>\n </div>\n <div class="video-time">\n <span>00:00</span>\n </div>\n </div>\n'};
272
272
  },{}],"RzYW":[function(require,module,exports) {
@@ -313,7 +313,7 @@ var t=arguments[3];Object.defineProperty(exports,"__esModule",{value:!0}),export
313
313
  },{"../../lib/util":"PesM"}],"ex1N":[function(require,module,exports) {
314
314
  "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')};
315
315
  },{}],"sPCL":[function(require,module,exports) {
316
- "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;
316
+ "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=l();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 l(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(l=function(){return!!t})()}var s=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});var u=s(require("../../components/StoryProduct")),c=require("../../constants/events"),d=require("../../constants/layerTypes"),y=require("../../lib/style.js"),_=require("../../lib/util"),h=s(require("../base")),p=s(require("./dataConvertor.ts")),f=s(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,l=e.group,s=e.storyDom,u=e.instanceId;return(0,t.default)(this,n),(r=a.call(this,{type:d.LayerTemplateTypes.IMAGE_CTA,storyDom:s,instanceId:u})).story_=o,r.group_=l,r.setLayerData((0,p.default)(i,s)),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,a,n=this;if("cta"!==this.layerData.cta_t){var o={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:"",custom_payload:null!==(e=this.layerData.custom_payload)&&void 0!==e?e:null};if(this.api.sendEvent(o),this.globalInstanceData.events.actionClicked){var l=this.group_.stories.findIndex(function(t){return t.story_id===n.story_.story_id}),s={id:this.story_.story_id,title:this.story_.title,name:null!==(r=this.story_.name)&&void 0!==r?r:null,seen:!0,index:l,group_id:this.group_.group_id,actionUrl:this.layerData.outlink,custom_payload:null!==(i=this.layerData.custom_payload)&&void 0!==i?i:null};this.globalInstanceData.events.actionClicked(s)}else{var u=this.layerData.initialProduct;u?null===(a=this.storyProduct_)||void 0===a||a.onPurchase(u.product_id,!1):this.layerData.outlink&&(0,_.openLink)(this.layerData.outlink)}}}}]),n}(h.default);exports.default=v;
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","../../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) {
318
318
  "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;
319
319
  },{}],"Wdu8":[function(require,module,exports) {
@@ -455,7 +455,7 @@ var t=arguments[3];Object.defineProperty(exports,"__esModule",{value:!0}),export
455
455
  },{"@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) {
456
456
  "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)}
457
457
  },{"@babel/runtime/helpers/defineProperty":"IxO8","@babel/runtime/helpers/toConsumableArray":"Fhqp","../lib/util":"PesM"}],"Lwlj":[function(require,module,exports) {
458
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var e=A(require("@babel/runtime/helpers/toConsumableArray")),t=A(require("@babel/runtime/helpers/toArray")),r=A(require("@babel/runtime/helpers/asyncToGenerator")),s=A(require("@babel/runtime/helpers/slicedToArray")),o=A(require("@babel/runtime/helpers/typeof")),i=A(require("@babel/runtime/helpers/defineProperty")),n=A(require("@babel/runtime/helpers/classCallCheck")),a=A(require("@babel/runtime/helpers/createClass")),u=A(require("@babel/runtime/helpers/assertThisInitialized")),l=A(require("@babel/runtime/helpers/inherits")),d=A(require("@babel/runtime/helpers/possibleConstructorReturn")),h=A(require("@babel/runtime/helpers/getPrototypeOf")),p=A(require("@babel/runtime/helpers/wrapNativeSuper")),c=A(require("@babel/runtime/regenerator")),_=require("uuid"),y=A(require("./lib/api.ts")),v=A(require("./lib/storage")),g=require("./lib/style"),f=require("./lib/util"),m=A(require("./constants/playmode"));require("./main.scss");var S=require("./service/custom-story-group-design-impl"),b=require("./constants/common"),I=require("./service"),C=A(require("./constants/layouts")),w=require("./constants/events"),G=A(require("./constants/directions")),E=A(require("./constants/barLayouts")),k=A(require("./components/AdGroup")),x=require("./constants/layerTypes"),D=A(require("./service/focal-point-impl.ts")),T=A(require("./components/Toast/index.ts"));function A(e){return e&&e.__esModule?e:{default:e}}function P(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,s)}return r}function L(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?P(Object(r),!0).forEach(function(t){(0,i.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):P(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function O(e){var t=N();return function(){var r,s=(0,h.default)(e);if(t){var o=(0,h.default)(this).constructor;r=Reflect.construct(s,arguments,o)}else r=s.apply(this,arguments);return(0,d.default)(this,r)}}function N(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(N=function(){return!!e})()}var R=function(d){(0,l.default)(p,d);var h=O(p);function p(){var e;return(0,n.default)(this,p),(e=h.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,leftIndicatorBackgroundColor:"#fff",rightIndicatorBackgroundColor:"#fff"},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.7.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,f.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||G.default.LTR,e.storylyCheckoutProducts={products:[],price:"",sales_price:"",price_currency:""},e.isStorylyCartActive=!1,e.storylyHydration=[],e.globalInstanceData={shareParams:{},direction:e.documentDir_,accessibility:v.default.getItemFromGlobal("accessibility",!1),storylyEmbed:{},videoMuted:!0,languageJSON:{},instanceDom:(0,u.default)(e),events:{}},e.storylyWebCss_=null,e.storylyFontCss_=null,e}return(0,a.default)(p,[{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,I.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),this.handleToastComponent_=this.handleToastComponent_.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,f.setAttribute)(this.groupsOverlay_,"embed-mode",!0),(0,f.setAttribute)(this.groupsWrapper_,"embed-mode",!0);var r=t.getAttribute("group");this.openStoryParams_=[r]}else document.body.appendChild(this.storyShadowDom_);(0,f.setAttribute)(this.groupsList_,"role","list"),(0,f.setAttribute)(this.groupsOverlay_,"role","dialog"),(0,f.setAttribute)(this.groupsOverlay_,"aria-modal","true"),this.groupsOverlay_.style.visibility="hidden",(0,g.setClass)(this.groupContainer_,"storyly__group-container"),(0,g.setClass)(this.swiperContainer_,"swiper"),(0,g.setClass)(this.swiperWrapper_,"swiper-wrapper"),(0,g.setClass)(this.groupsWrapper_,"storyly__story-groups"),(0,g.setClass)(this.groupsOverlay_,"storyly__groups-overlay"),(0,g.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=v.default.getItemFromGlobal("Storyly_userConfig");this.userConfigChanged_=JSON.stringify(L(L({},t),{},{props:void 0}))!==JSON.stringify(L(L({},e),{},{props:void 0})),v.default.setItemToGlobal("Storyly_userConfig",this.userConfig_);var r=this.userConfig_,i=r.token,n=r.props,a=r.userPropertyData,u=r.productFeed,l=r.customStoryGroupHTML,d=r.presentationData,h=r.barLayout,p=r.isProductFallbackEnabled,c=void 0===p||p,y=r.isProductCartEnabled,m=r.inboxStory,S=r.shopify,w=r.events,G=r.scaleRatio,k=r.videoFeedView,x=r.videoFeedSectionCount,D=r.cssEnv,T=r.direction;if(!i)throw this.failed_(b.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.documentDir_=null!=T?T:this.documentDir_,this.cssEnv_=D,this.scaleRatio_=G&&Number(G),this.shopify_=S,this.token_=i;var A=!d&&(0,f.decodeJwt)(this.token_);if(this.instanceId_=d?i:A.ins_id,this.isVideoFeed_=!!A.t,this.videoFeedView_=k,this.videoFeedSectionCount_=x,(0,f.setAttribute)(this,"data-storyly-instance-id",this.instanceId_),(0,f.setAttribute)(this.storyShadowDom_,"data-storyly-instance-id",this.instanceId_),this.uuid_=v.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_uuid",!1)||v.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_uuid",(0,_.v4)(),!1),this.sessionId_=v.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_session_id",(0,_.v4)(),!1),sessionStorage.removeItem("Storyly__fonts"),this.presentationData_=d,this.isProductFallbackEnabled_=!!c,this.isStorylyCartActive=y,h&&[E.default.CLASSIC,E.default.ENERGIZED].includes(h.view)&&!l){var P,O=320;(null===(P=h.style)||void 0===P?void 0:P.height)>0&&(O=h.style.height<200?200:h.style.height),this.barLayout_=L(L({},h),{},{style:L(L({},null==h?void 0:h.style),{},{height:O})}),(0,g.setStyle)(this.groupsWrapper_,["padding","".concat(.1*this.barLayout_.style.height,"px 0")]),(0,g.setStyle)(this.groupsWrapper_,["box-sizing","content-box"]);var N=(0,I.barLayoutImpl)(this.barLayout_,this,this.globalInstanceData);this.customStoryGroupHTML_=N.element,this.barLayoutStyle_=N.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_=L(L({},n),{},{scrollIndicatorOptions:L(L({},this.properties_.scrollIndicatorOptions),(null==n?void 0:n.scrollIndicatorOptions)||{})}),n.storyGroupSize)){var R,M,B,F,V=null!==(R=null!==(M=null===(B=n.storyGroupSize)||void 0===B?void 0:B.split("x"))&&void 0!==M?M:null===(F=this.properties_.storyGroupSize)||void 0===F?void 0:F.split("x"))&&void 0!==R?R:[],q=(0,s.default)(V,2);this.customerStyleProperties_.storyGroupCoverWidth=q[0],this.customerStyleProperties_.storyGroupCoverHeight=q[1]}this.properties_=L(L({},this.properties_),this.customerStyleProperties_)}l&&(0,f.isStringHTML)(l)&&(this.customStoryGroupHTML_=l,this.properties_.storyGroupAnimation=void 0);var H=I.LocalizationImpl.getLocalizedJSON(null,this.userConfig_.locale||navigator.language);if("string"==typeof this.userConfig_.locale){var W=this.userConfig_.locale.split(/[-_]/),z=(0,s.default)(W,2),U=z[0],j=z[1];this.userConfig_.language=U,this.userConfig_.country=j}this.globalInstanceData.languageJSON=H,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_(),this.setDirection_()}}},{key:"setDirection_",value:function(){var e=[G.default.LTR,G.default.RTL].includes(this.documentDir_)?this.documentDir_:G.default.LTR;this.globalInstanceData.direction=e,(0,f.setAttribute)(this.swiperContainer_,"dir",e),(0,f.setAttribute)(this.groupsOverlay_,"direction",e)}},{key:"handleInitMethods_",value:function(){var e=(0,r.default)(c.default.mark(function e(){return c.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),r={},s=e.get("userProps"),o=e.get("customParameter");s&&(s.split(",").forEach(function(e){var s=e.split(":"),o=(0,t.default)(s),i=o[0],n=o.slice(1).join(":");r["{".concat(i,"}")]=n}),this.userPropertyData_=r);o&&(this.userConfig_=L(L({},this.userConfig_),{},{customParameter:o}))}},{key:"setStorylyBarObserver_",value:function(){var t=this;(0,I.intersectionObserverImpl)(null,function(r){r.forEach(function(r){if(r.isIntersecting){if(t.instanceRemoved_)return;t.layoutImpl_||(t.layoutImpl_=(0,I.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)}),(0,I.renderScrollIndicator)(t.groupsWrapper_,t.properties_,t.barLayout_),(0,g.setStyle)(t.groupsWrapper_,["visibility","visible"])})),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 s=r;r.onView&&!r.viewEventSend&&(e.push(r.group_id),s.viewEventSend=!0),r.onView&&t.push(L(L({},r),{},{instance:void 0}))}),0!==e.length){var r={sg_ids:e},s={detail:{eventName:w.CustomerEventTypes.renderedStoryGroups,params:t}};this.EventImpl.onBarViewedEvent(r),this.handleCustomerEvent_(s)}}},{key:"setLayoutInstance_",value:function(){var e=(0,r.default)(c.default.mark(function e(){var t,r,s,o,i,n;return c.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:this.isVideoFeed_?(this.layout_===C.default.MODERN?(s=require("./views/VideoFeed/Modern/index").default,this.layoutInstance_=new s(this.groupsOverlay_,this.getActiveGroup_.bind(this),this.instanceId_)):(o=require("./views/VideoFeed/Classic/index").default,this.layoutInstance_=new o(this.groupsOverlay_,this.instanceId_)),i=this.layoutInstance_.createLayout({videoFeedView:this.videoFeedView_,properties:this.properties_,groupWrapper:this.groupsWrapper_,videoFeedSectionCount:this.videoFeedSectionCount_}),this.customStoryGroupHTML_=i.html,this.properties_=L(L(L({},this.properties_),i.properties),{},{storyBorderGapSize:0,storyGroupBorderSize:0}),this.appendChild(i.css)):this.layout_===C.default.MODERN?(t=require("./views/Default/Modern/index").default,this.layoutInstance_=new t(this.groupsOverlay_,this.getActiveGroup_.bind(this),this.instanceId_)):(r=require("./views/Default/Classic/index").default,this.layoutInstance_=new r(this.groupsOverlay_,this.instanceId_)),this.layout_===C.default.MODERN&&((n=document.createElement("canvas")).width=3,n.height=3,(0,g.setClass)(n,"background-blur-canvas"),this.groupsOverlay_.appendChild(n)),(0,g.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,f.setAttribute)(this.groupContainer_,"embed-mode",this.globalInstanceData.storylyEmbed.init),(0,f.setAttribute)(this.groupContainer_,"direction",this.documentDir_),this.swiper_=(0,I.swiperImpl)(this.swiperContainer_,this.layout_,this.isVideoFeed_);case 6: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 I.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,s=e.customParameter,o=e.locale,i=(0,I.platformIml)(),n=i.os,a=i.browser,u=Array.isArray(r)&&r.length>0?r.map(function(e){return String(e)}):null;this.payload_=L(L({},this.payload_),{},{device:L(L({},this.payload_.device),{},{unique_id:this.uuid_,is_test:t,os:n,browser:a}),user:L(L({},this.payload_.user),{},{segments:u}),custom_parameter:s?String(s):null,locale:o,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 y.default(this.token_,this.instanceId_),this.globalInstanceData.API=this.api_}},{key:"setEventListeners_",value:function(){var e=this;this.storyShadowRoot_.addEventListener(w.CustomerEventTypes.nextStoryGroup,this.handleNextGroup_),this.storyShadowRoot_.addEventListener(w.CustomerEventTypes.previousStoryGroup,this.handlePrevGroup_),this.storyShadowRoot_.addEventListener(w.UserEventTypes.storyImpression,this.handleImpressionEvent_),this.storyShadowRoot_.addEventListener("onCloseGroup",this.handleCloseGroup_),this.storyShadowRoot_.addEventListener(w.CustomerEventTypes.nextStory,this.handleNextStory_),this.storyShadowRoot_.addEventListener(w.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("onToastEvent",this.handleToastComponent_),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,I.backgroundBlurImpl)(t,e.groupsOverlay_)}),(0,I.tabVisibilityImpl)(this.handleTabVisibility_)}},{key:"handleToastComponent_",value:function(){this.toastComponent_||(this.toastComponent_=(0,T.default)(this.swiperContainer_),this.globalInstanceData.toastComponent=this.toastComponent_)}},{key:"handleUserEvent_",value:function(e){var t=e.detail;this.handleEvent_(w.UserEvent,t)}},{key:"handleCustomerEvent_",value:function(e){var t=e.detail,r=t.eventName,s=t.params;this.handleEvent_(r,s)}},{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,s=null===(t=this.focusableEls_)||void 0===t?void 0:t[0],o=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===s&&(o.focus(),e.preventDefault()),this.storyShadowRoot_.activeElement===o&&(s.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_===G.default.RTL?this.handleNextGroup_():this.handlePrevGroup_()):this.documentDir_===G.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_===G.default.RTL?this.handleNextStory_():this.handlePrevStory_();else this.documentDir_===G.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 s=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,o=this.groupsOverlay_.offsetWidth,i=o-20*o/100;s>0&&s<20*o/100?this.documentDir_===G.default.RTL?this.handleNextStory_():this.handlePrevStory_():s>i&&s<o&&(this.documentDir_===G.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,r.default)(c.default.mark(function e(){var t,r,s,o,i,n,a,u,l,d=this;return c.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 s=this.getActiveGroup_(),this.handleEvent_(w.UserEventTypes.closeStoryGroup,L(L({},null!=s?s:{}),{},{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,g.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(null!==(r=window.history.state)&&void 0!==r?r:{},"","".concat(window.location.pathname).concat(o.size?"?".concat(o):"")),i=this.getActiveGroup_(),this.handleEvent_(w.UserEventTypes.closeStoryGroup,L(L({},null!=i?i:{}),{},{instance:void 0})),i.instance.hide({holdActive:!0}),this.removeAdGroups_(),this.isAdEnable_()&&document.querySelectorAll(".storyly-ad-wrapper").forEach(function(e){return e.remove()}),this.customStoryGroupHTML_&&(n=i.instance.getActiveStory(),a=n.storyIndex,u=this.getStoryGroupElement_(i),l=this.getCustomGroupAssignedElement_(u),this.barLayout_&&this.groupCircleNodes_.forEach(function(e){var t=d.getCustomGroupAssignedElement_(e);(0,g.removeClass)(t,"storyly__story-group-hovered")}),(0,S.handleCustomStoryGroupStyles)({groupData:i,groupElement:l,key:a,instanceId:this.instanceId_,properties:this.properties_})),I.StoryGroupAnimationImpl.add(this.groupCircleNodes_,this.properties_.storyGroupAnimation),e.next=32,this.clearNudgeGroups_();case 32:this.presentationData_&&!(0,f.isLiveVideo)(i.type)||this.handleSeenGroupsPosition_().then(function(){d.layoutImpl_.refreshSortData(),d.layoutImpl_.sort("order"),d.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,s){r.ad?t.push(s):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 s=e.groupCircleNodes_.length-1;e.groupCircleNodes_.forEach(function(e,t){e.dataset.ad||e.classList.contains("seen")&&r.dataset.order<+e.dataset.order||(s=t)});var o=e.hiddenStoryGroupNodes_.filter(function(e){return e.classList.contains("hidden")&&+r.dataset.sortorder>=+e.dataset.sortorder}),i=+r.dataset.sortorder-o.length;e.groupCircleNodes_.splice(i,1),e.groupCircleNodes_.splice(s,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 s=e.hiddenStoryGroupNodes_.find(function(e){return e.dataset.id===t.dataset.id});s&&(s.dataset.sortOrder=t.dataset.sortorder,s.dataset.order=t.dataset.order)});var n=e.swiper_.slides[i];e.swiper_.removeSlide(i),e.swiper_.addSlide(s,n);var a=e.groups_[i];e.groups_.splice(i,1),e.groups_.splice(s,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(){var e=(0,f.getCurrentIndexOfGroup)(this.groups_,this.currentGroupIndex_,1);return this.groups_[e]}},{key:"getPrevGroup_",value:function(){var e=(0,f.getCurrentIndexOfGroup)(this.groups_,this.currentGroupIndex_,-1);return this.groups_[e]}},{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=L({},this.getActiveGroup_());return delete e.instance,delete e.currentOrder,delete e.onView,e}},{key:"handleNextGroup_",value:function(){if(this.handleCompleteGroupEvent_(),this.shareParams_.playMode!==m.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=(0,f.getCurrentIndexOfGroup)(this.groups_,this.currentGroupIndex_,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:"handleCompleteGroupEvent_",value:function(){if(this.isVideoFeed_)this.EventImpl.handleCompleteStoryEvent("groupCompleted");else{var e,t=this.getActiveGroup_();if(!t.ad&&t.instance.isAllStoriesSeen())this.handleEvent_(w.UserEvent,{event:w.UserEventTypes.groupCompleted,storyGroup:L(L({},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||e.type===b.groupTypes.REDIRECT||this.loadGroupInstance_(e),!t||null!=t&&t.onView||t.ad||t.nudge||t.type===b.groupTypes.REDIRECT||this.loadGroupInstance_(t)}},{key:"handlePrevGroup_",value:function(){if(this.shareParams_.playMode!==m.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=(0,f.getCurrentIndexOfGroup)(this.groups_,this.currentGroupIndex_,-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=v.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_responseData");if(this.checkCacheData_())this.loadCacheData_(t);else{this.isCache_=!1;var r,s,o,i=[],n=!1,a=setTimeout(function(){var a,u;n=!0,i=null!==(a=t.story_groups)&&void 0!==a?a:[],s=t.style,r=null!==(u=t.ad)&&void 0!==u?u:{},o=t.nudge_settings,r&&(e.adSettings_=r),i?(e.handleGroupsData_(i),e.handleWidgetStyling_(s)):(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_(b.failedMessages.network):(clearTimeout(a),v.default.setInstanceId(e.instanceId_).setItemToInstance("Storyly_responseData",L(L({},t),{},{ttl:Date.now()})),0!==t.story_groups.length||e.shopify_?(i=t.story_groups,s=t.style,r=null!==(u=t.ad)&&void 0!==u?u:{},o=t.nudge_settings,n||(e.adSettings_=r,e.nudgeSettings_=o,e.handleGroupsData_(i),e.handleWidgetStyling_(s))):e.removeStoryly_())}).catch(function(){e.failed_(b.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=v.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_responseData"),t=e.story_groups,r=e.ttl,s=new Date(Date.now()-r);return!!(t&&s.getMinutes()<3)}},{key:"loadCacheData_",value:function(e){var t=e.story_groups,r=e.ads,s=e.style;0!==t.length||this.shopify_?(this.adSettings_=null!=r?r:{},this.handleGroupsData_(t||[]),this.handleWidgetStyling_(s),this.isCache_=!0):this.removeStoryly_()}},{key:"handleGroupsData_",value:function(){var t=(0,r.default)(c.default.mark(function t(){var r,o,i,n,a,u,l,d,h,p,_,y,v,f,m,S=this,C=arguments;return c.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return r=C.length>0&&void 0!==C[0]?C[0]:[],(0,g.setStyle)(this.groupsWrapper_,["visibility","hidden"]),this.loadInlineStyle_(),this.allGroups_=r,o=r.map(function(e,t){return L(L({},e),{},{order:t})}),t.next=7,this.handleConditionalGroups_(r);case 7:if(o=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,s.default)(this.openStoryParams_,1),u=a[0],o=o.filter(function(e){return e.group_id===+u})),l=o.filter(function(e){return e.type===b.groupTypes.SDK_AUTOMATED_SHOPPABLE}),o=o.filter(function(e){return e.type!==b.groupTypes.SDK_AUTOMATED_SHOPPABLE}),!(this.productFeed_&&l.length>0)){t.next=23;break}return d=Object.values(this.productFeed_).flatMap(function(e){return e}),this.allProductsOfProductFeed_=d.map(function(e){var t;return L(L({},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=20,h(this.productFeed_,l);case 20:p=t.sent,_=[].concat((0,e.default)(o),(0,e.default)(null!=p?p:[])).sort(function(e,t){return e.order-t.order}),o=_;case 23:if(y=(0,e.default)(o),v=[],o.forEach(function(t,r){var s=(0,I.createUserPropertyImpl)(S.userPropertyData_,t);if(s.has_user_property&&(S.storyGroupsWithUserProperties_=[].concat((0,e.default)(S.storyGroupsWithUserProperties_||[]),[L(L({},y[r]),{},{is_user_property_used:s.is_user_property_used})])),y[r]=s,t.type!==b.groupTypes.SDK_AUTOMATED_SHOPPABLE){var o=S.handleProductGroups_(y[r]),i=o.productGroup,n=o.productIds;v.push.apply(v,(0,e.default)(n)),y[r]=i}}),!v.length){t.next=38;break}if(f={products:v,language:this.userConfig_.language,country:this.userConfig_.country},this.handleEvent_(w.CustomerEventTypes.storylyHydration,v),!this.isProductFallbackEnabled_){t.next=38;break}if(!i.get("storylyMail")&&!this.globalInstanceData.inboxStory){t.next=37;break}return t.next=33,this.api_.getProductDetails(f);case 33:m=t.sent,this.storylyHydration=m.products,t.next=38;break;case 37:this.api_.getProductDetails(f).then(function(e){S.setStorylyHydration(e.products)});case 38:this.loadGroupCircles_(y);case 39:case"end":return t.stop()}},t,this)}));return function(){return t.apply(this,arguments)}}()},{key:"handleConditionalGroups_",value:function(e){var t=v.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_componentsData"),r=e.map(function(e){var r=!1,s=e.stories.filter(function(e){var s=e;if(!e.conditions)return s.visible=!0,!0;r=!0;var o=e.conditions.every(function(e){return e.some(function(e){var r=t[e.i];return void 0!==r&&r===+e.r.p})});return s.visible=o,o}).every(function(e){return!e.visible});return L(L({},e),{},{conditional:r,hidden:s})});return Promise.resolve(r)}},{key:"handleConditionalEvent_",value:function(){var t=(0,r.default)(c.default.mark(function t(){var s,o,i,n,a=this;return c.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return s=this.groups_.filter(function(e){return e.conditional}),t.next=3,s.forEach(function(){var e=(0,r.default)(c.default.mark(function e(t){var r,s;return c.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return r=t,e.next=3,t.instance.handleConditionalStories(!0);case 3:s=e.sent,r.stories=s;case 5:case"end":return e.stop()}},e)}));return function(t){return e.apply(this,arguments)}}());case 3:return o=this.hiddenConditionalGroups_.filter(function(e){return e.conditional}),t.next=6,this.handleConditionalGroups_(o);case 6:o=t.sent.filter(function(e){return e.hidden}),i=(0,e.default)(this.groups_),o.length>0&&(n=[],o.forEach(function(){var e=(0,r.default)(c.default.mark(function e(t){return c.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 t.stop()}},t,this)}));return function(){return t.apply(this,arguments)}}()},{key:"handleWidgetStyling_",value:function(e){var t;if(e){var r=(0,I.WidgetStyleImpl)(e,this.properties_,this.scaleRatio_);(r.isEnergized||this.barLayoutStyle_)&&(this.barLayoutStyle_?this.barLayoutStyle_(r.properties):(this.barLayout_=(0,I.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&&I.StoryGroupAnimationImpl.add(this.groupCircleNodes_,this.properties_.storyGroupAnimation),this.setProperties(L(L({},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,f.getProductLayers)(e),r=t.flatMap(function(e){return e.products}),s=new URLSearchParams(window.location.search);return{productGroup:L(L({},e),{},{hidden:e.hidden||!(s.get("storylyMail")||this.globalInstanceData.inboxStory)&&!!t.length}),productIds:r}}},{key:"createGroupInstanceAndReorderCircleNodes_",value:function(){var t=(0,r.default)(c.default.mark(function t(r){var s,o,i,n,a,u,l,d,h,p,_,y,v,m,S=this;return c.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return s=!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,s?0:1e3)});case 3:if(o=[].concat((0,e.default)(this.groupCircleNodes_),(0,e.default)(this.hiddenStoryGroupNodes_)).find(function(e){return+e.dataset.id===r.group_id}),i=+o.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,p=r.icon_image_url,_=o,"SLOT"===o.tagName&&(_=this.querySelector("[slot='story-group-".concat(r.group_id,"']"))),y=_.querySelector(".storyly__story-group-title"),(v=_.querySelector(".storyly__story-group-cover"))&&(v.src=p),y&&(h.length>25?((0,f.setAttribute)(o,"title",h),y.innerHTML="".concat(h.substring(0,25),"...")):((0,f.setAttribute)(o,"title",""),y.innerHTML=h))),(0,g.removeClass)(o,"seen"),(0,g.removeClass)(o,"hidden"),(m=this.groups_.findIndex(function(e){return e.group_id===r.group_id}))>-1?(this.groups_[m]=L(L({},l),{},{hidden:!1}),this.groupCircleNodes_[m]=o):(this.groups_.splice(i,0,L(L({},l),{},{hidden:!1})),this.groupCircleNodes_.splice(i,0,o)),this.groupsList_.insertBefore(o,this.groupsList_.children[i]),this.layout_===C.default.MODERN&&this.nudgeImpl_&&this.storylyOpen_&&this.layoutInstance_.handleStoryGroupNavigationButtons(this.groups_,n),this.layoutImpl_&&(this.layoutImpl_.add(o),this.layoutImpl_.refreshSortData(),this.layoutImpl_.sort("order")),this.setContainerHeight_(),s&&this.loadShareParams_().then(function(){return S.handleOpenStoryByUrl_()}).catch(function(){}),I.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 t.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 s=this.groups_.findIndex(function(e){return e.group_id===t.group_id});this.groups_.splice(s,1),this.groupCircleNodes_.splice(s,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,r.default)(c.default.mark(function e(t){var r,s,o,i,n,a,u,l,d,h,p,_,y=this;return c.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_,s=r.ad_cap,o=r.ad_manager_body,(i=document.createElement("div")).style.position="absolute",i.style.top="-100vh",n=[],a=[],u=[],l=0;l<=s;l+=1)d={ad:!0,title:"Sponsored",settings:this.adSettings_,id:(0,f.randomAlphaNum)(10)},h=new k.default(d,d.id,this.groupsOverlay_,this.layout_,this.instanceId_),d.instance=h,p=h.render(),_=h.load(),n.push(p),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]),o||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_=L(L({},this.events_),{},(0,i.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_(w.UserEventTypes.loaded,{groupList:r,dataSource:this.isCache_?b.dataSource.cache:b.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.groups_.some(function(e){return e.type===b.groupTypes.REDIRECT})&&(this.swiper_.allowTouchMove=!1),this.setStorylyBarObserver_(),this.handleI18n_()}},{key:"failed_",value:function(){this.handleEvent_(w.UserEventTypes.loadFailed)}},{key:"handleI18n_",value:function(e){var t,r=this,s=(null!=e?e:{}).detail;(null!==(t=null==s?void 0:s.wrapperDom)&&void 0!==t?t:this.storyShadowRoot_).querySelectorAll("[data-i18n-key]").forEach(function(e){var t=e,s=e.getAttribute("data-i18n-key"),o=r.globalInstanceData.languageJSON[s];o&&I.LocalizationImpl.localizeTexts(t,o)})}},{key:"setContainerHeight_",value:function(){var e,t,r;if(this.isVideoFeed_&&"grid"===this.videoFeedView_)(0,g.setStyle)(this.groupsWrapper_,["height","100%"]);else{var s=[];this.groupsWrapper_.querySelectorAll(".storyly__story-group-container").forEach(function(e){return s.push(e.offsetHeight)});var o=Math.max.apply(Math,s);this.groupsWrapper_.querySelectorAll(".storyly__story-group-container").forEach(function(e){(0,g.setStyle)(e,["height","".concat(o,"px")])});var i=this.groupsWrapper_.querySelector(".storyly__bar-container");if(i&&((0,g.setStyle)(i,["height","".concat(o,"px")]),(0,g.setStyle)(i,["min-height","".concat(o,"px")])),this.groupsList_&&((0,g.setStyle)(this.groupsList_,["height","".concat(o,"px")]),(0,g.setStyle)(this.groupsList_,["min-height","".concat(o,"px")])),(0,g.setStyle)(this.groupsWrapper_,["height","".concat(o+(parseInt(null!==(e=this.properties_.storyGroupMarginBottom)&&void 0!==e?e:0,10)+parseInt(null!==(t=this.properties_.storyGroupBorderSize)&&void 0!==t?t:0,10)+parseInt(null!==(r=this.properties_.storyBorderGapSize)&&void 0!==r?r:0,10)),"px")]),this.layoutImpl_)try{this.layoutImpl_.refreshItems(),this.layoutImpl_.layout(!0)}catch(n){}}}},{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,f.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]},v.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_groupSeenState",e);var s=this.groups_.find(function(e){return e.group_id===t.group_id}),o=this.groupCircleNodes_.some(function(e){return+e.dataset.id===s.group_id&&e.classList.contains("seen")}),i=this.seenGroups_.some(function(e){return e.group_id===s.group_id});!this.checkSeenStories_(s)||o||i||this.seenGroups_.push(s)}}},{key:"handleImpressionEvent_",value:function(e){if((null==e?void 0:e.type)!==b.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 t=(0,r.default)(c.default.mark(function t(r){var s,o,i,n,a,u,l,d,h=this;return c.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(this.nudgeGroups_=r.filter(function(e){return e.nudge}),0!==(s=r.filter(function(e){return!e.nudge})).length){t.next=4;break}return t.abrupt("return");case 4:return o={seenList:[],unseenList:[]},i={seenList:[],unseenList:[]},this.storyGroupObserver_=(0,I.intersectionObserverImpl)(this.groupsWrapper_,this.groupObserverCallback_),n=[],a=[],u=(0,I.storyGroupCircleTemplateImpl)(this.customStoryGroupHTML_),l=this.groupsWrapper_.classList.contains("style-scope"),s.forEach(function(e,t){var r=e.title,d=e.type,p=e.pinned;p=p||(0,f.isLiveVideo)(d);var c=(0,f.generateHtmlFromTemplate)(u(e,h.instanceId_,h.groupsWrapper_,h.properties_)),_=c.querySelector(".storyly__story-group-title");_&&(_.innerText=r);var y,v=h.checkSeenStories_(e);h.customStoryGroupHTML_&&(y=(0,S.handleCustomStoryGroupElement)(e,t,h.customStoryGroupHTML_,v,h.properties_),l?c=y:h.appendChild(y)),c.dataset.id=e.group_id,e.hidden&&(0,g.setClass)(c,"hidden"),p?((0,g.setClass)(c,"pinned"),n.push(e),a.push(c),v&&(0,g.setClass)(c,"seen")):v?((0,g.setClass)(c,"seen"),o.seenList.push(c),i.seenList.push(e)):(o.unseenList.push(c),i.unseenList.push(e)),c.dataset.order=t;var m=v?h.globalInstanceData.languageJSON.seen:h.globalInstanceData.languageJSON.unseen,b=p?h.globalInstanceData.languageJSON.pinned:" ";c.ariaLabel="of {@_".concat(s.length,"_2}, {@_").concat(r,"_3}, {@_").concat(b,"_4}, {@_").concat(m,"_5}"),y&&(y.ariaLabel="Story position ".concat(t+1," of ").concat(s.length,", ").concat(r,", ").concat(p?"pinned, ":"").concat(m)),(e.stories.some(function(e){return e.alt_text})||h.globalInstanceData.accessibility)&&(h.globalInstanceData.storiesHasAltText=!0),c.addEventListener("click",function(e){(0===e.detail||!e.sourceCapabilities)&&h.globalInstanceData.storiesHasAltText&&!h.globalInstanceData.accessibility&&(h.globalInstanceData.accessibility=!0),h.handleClickGroup_(e)},!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}),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)(o.unseenList),(0,e.default)(o.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 s=h.getCustomGroupAssignedElement_(e);s&&(s.dataset.sortorder=t)}r.dataset.sortorder=t}),(0,g.setClass)(this.groupsWrapper_,this.properties_.storyGroupAlign),this.handleI18n_({detail:{wrapperDom:this.groupsList_}}),this.loaded(),I.StoryGroupAnimationImpl.add(this.groupCircleNodes_,this.properties_.storyGroupAnimation);case 23:case"end":return t.stop()}},t,this)}));return function(e){return t.apply(this,arguments)}}()},{key:"handleBarStyleEvents_",value:function(e){var t=this;e.addEventListener("mouseenter",function(){var r=t.getCustomGroupAssignedElement_(e),s=r.querySelector(".storyly__story-preview-video");if((0,g.setClass)(r,"storyly__story-group-hovered"),s){var o=r.querySelector(".storyly__story-preview-video source");if(""===o.getAttribute("src")){var i=s.dataset.src;o.src=i,s.load()}s.play(),s.addEventListener("timeupdate",function(){s.currentTime>=7&&(s.currentTime=0,s.play())})}},!1),e.addEventListener("mouseleave",function(){var r,s=t.getCustomGroupAssignedElement_(e);(0,g.removeClass)(s,"storyly__story-group-hovered"),null===(r=s.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,s=e.target,o=s.dataset.id;if(t.groups_.forEach(function(e){e.group_id===+o&&(r=e)}),!r.onView){var i,n,a;if(t.loadGroupInstance_(r),s.setAttribute("onView",""),"SLOT"!==s.nodeName)(0,D.default)({mediaDom:null!==(i=s.querySelector("img"))&&void 0!==i?i:s.querySelector("video"),group:r,containerStyle:{borderRadius:"".concat(t.properties_.storyGroupBorderRadius-(null!==(n=t.properties_.storyGroupBorderSize)&&void 0!==n?n:0)-(null!==(a=t.properties_.storyBorderGapSize)&&void 0!==a?a:0),"px"),position:"relative"}});clearTimeout(t.eventTimeout_),t.barViewed_&&(t.eventTimeout_=setTimeout(function(){return t.sendBarViewEvent_()},1e3))}r.onView=!0}})}},{key:"loadShareParams_",value:function(){var e,t,r,o=new URLSearchParams(window.location.search),i=o.get("storyly");if(!i&&!this.openStoryParams_)return Promise.reject();if(2===(i=this.openStoryParams_||JSON.parse(i)).length){var n=i,a=(0,s.default)(n,2);e=a[0],"number"==typeof(r=a[1])&&(t=r,r=null)}else{var u=i,l=(0,s.default)(u,3);e=l[0],t=l[1],r=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:w.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:w.CustomerEventTypes.storyOpenFailed,params:{errorMessage:"story does not exist."}}};return this.handleCustomerEvent_(c),Promise.reject(new Error("story does not exist."))}t||(h=0);var _=!!+o.get("storylyResume");return this.shareParams_={group:d,storyIndex:h,playMode:r,resumeStory:_},r&&(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_(),s=t.realIndex<t.previousIndex?"prev":"next";r.instance.sendGroupClickedEvent(s),e.getActiveStory_().instance.sendStoryClickedEvent(s)}if(e.groups_[e.currentGroupIndex_].type===b.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,f.setAttribute)(e,"aria-hidden","false"):(0,f.setAttribute)(e,"aria-hidden","true")})}})}},{key:"setGroupInstance_",value:function(e,t){var r=this.layoutInstance_.setGroupInstance(e,t);return L(L({},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 s;return!(null===(s=t[e.group_id])||void 0===s||null===(s=s.stories)||void 0===s||!s.includes(r.story_id))})}},{key:"renderAdGroup_",value:function(e,t){if(this.isAdEnable_()&&0!==this.adGroups_.length){var r=this.adSettings_,s=r.ad_frequency,o=r.ad_first,i=r.ad_cap,n=0,a=e+o,u=0;this.groups_.forEach(function(e,t){e.ad&&(u=t,a=t+(s+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,s=this,o=e.target.dataset.id;this.groups_.forEach(function(e,s){e.group_id===+o&&(r=s,t=e)}),this.adSettings_.ad_manager_body?this.adGroups_.forEach(function(e){s.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"),s=this.groupsOverlay_.querySelector(".story-group-navigation-button.prev-story-group .story-group-navigation-button-container");"none"===s.parentElement.style.display&&(s=this.groupsOverlay_.querySelector(".prev-story-button")),e=[s,r]}this.focusableEls_=e}},{key:"handleNudgeGroups_",value:function(){var e=(0,r.default)(c.default.mark(function e(t){var r,s;return c.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:s=e.sent,this.groups_=s;case 6:case"end":return e.stop()}},e,this)}));return function(t){return e.apply(this,arguments)}}()},{key:"clearNudgeGroups_",value:function(){var e=(0,r.default)(c.default.mark(function e(){var t;return c.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,I.calcStorySizeImpl)(this.groupsOverlay_),this.handleNudgeGroups_(t),this.handleI18n_(),this.setOverlayVh_(),this.setStoryNavigationEvents_(),this.removeEventListener("keydown",this.handleTabKeyPressListener_),this.setStyleToDocument_(),I.StoryGroupAnimationImpl.remove(this.groupCircleNodes_,this.properties_.storyGroupAnimation),this.swiper_.slideTo(t),this.swiper_.update();var s=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!==b.groupTypes.REDIRECT?(0,g.setClass)(r.groupsOverlay_,"active"):r.handleRedirectionGroup_(),s.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_(w.UserEventTypes.openStoryGroup,L(L({},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,g.setStyle)(document.documentElement,["overflow","hidden"]),(0,g.setStyle)(document.documentElement,["overscrollBehaviorX","none"]))}},{key:"resetStyleToDocument_",value:function(){(0,g.resetStyle)(document.documentElement,["overflow","overscrollBehaviorX","position"])}},{key:"showStory_",value:function(){var e=this,t=this.shareParams_,r=t.group,s=t.storyIndex,o=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,D.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(s),"string"!=typeof o&&(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 v.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_groupSeenState")}},{key:"loadInlineStyle_",value:function(){if(this.storyGroupStyle.textContent=(0,g.inlineStyle)(this.properties_,this.instanceId_),this.customStoryGroupHTML_){var e=document.createElement("style");e.textContent=g.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,g.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;display:flex;align-items:center;justify-content:center}.question-component-container-button .response-message-wrapper{display:flex;align-items:center;justify-content:center;padding:0 4px;gap:8px;width:100%}.question-component-container-button .response-message-wrapper .response-message-icon{background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:32px;min-height:32px}.question-component-container-button .response-message-wrapper span{font-weight:400;font-family:Storyly-Inter,sans-serif;font-size:17px;display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.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;height:52px}.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;height:48px}.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;height:42px}.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){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 .product-description-container.has-wishlist{display:flex;justify-content:space-between;align-items:center}.product-list-layer .product-list .product-card-right-container .product-description-container.has-wishlist.no-description{justify-content:flex-end}.product-list-layer .product-list .product-card-right-container .product-description-container .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 .product-description-container .wishlist-wrapper{display:flex;width:max-content;border-radius:100px;border:1px solid #e0e0e0;padding:.125em .1875em;margin-left:.03125em}.product-list-layer .product-list .product-card-right-container .product-description-container .wishlist-wrapper svg{width:.2em;height:.2em}.product-list-layer .product-list .product-card-right-container .product-description-container .wishlist-wrapper.wishlisted svg path{fill:#000}.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-lowest-price,.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-price-container .product-card-old-lowest-price{color:#bdbdbd}.product-list-layer .product-list .product-card-right-container-bottom-section .product-card-price-container .product-card-old-price-container{display:flex;align-items:center;justify-content:flex-end;gap:.0625em}.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;position:relative}.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 .product-detail-title-wrapper,.product-detail.modal .product-detail-variants .product-detail-title-wrapper{display:flex}.product-detail.bottom-sheet .product-detail-variants .product-detail-title-wrapper.has-wishlist,.product-detail.modal .product-detail-variants .product-detail-title-wrapper.has-wishlist{justify-content:space-between;align-items:center;margin-bottom:.5em}.product-detail.bottom-sheet .product-detail-variants .product-detail-title-wrapper.has-wishlist h4,.product-detail.modal .product-detail-variants .product-detail-title-wrapper.has-wishlist h4{padding-bottom:0}.product-detail.bottom-sheet .product-detail-variants .product-detail-title-wrapper .wishlist-wrapper,.product-detail.modal .product-detail-variants .product-detail-title-wrapper .wishlist-wrapper{display:flex;width:max-content;border-radius:100px;border:1px solid #e0e0e0;padding:8px 12px;margin-left:.03125em;height:max-content;cursor:pointer}.product-detail.bottom-sheet .product-detail-variants .product-detail-title-wrapper .wishlist-wrapper.wishlisted svg path,.product-detail.modal .product-detail-variants .product-detail-title-wrapper .wishlist-wrapper.wishlisted svg path{fill:#000}.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-lowest-price,.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-lowest-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-price .product-card-old-price-container,.product-detail.modal .product-detail-variants .product-detail-price .product-card-old-price-container{display:flex;align-items:center;justify-content:flex-end;gap:.0625em}.product-detail.bottom-sheet .product-detail-variants .product-detail-price .product-card-old-lowest-price,.product-detail.modal .product-detail-variants .product-detail-price .product-card-old-lowest-price{color:#bdbdbd}.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;position:relative}.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;justify-content:space-between;width:100%}.product-detail-footer.bottom-sheet .product-detail-footer-price .price-wrapper{display:flex;align-items:center}.product-detail-footer.bottom-sheet .product-detail-footer-price .wishlist-wrapper{display:flex;width:max-content;border-radius:100px;border:1px solid #e0e0e0;padding:8px 12px;margin-left:.03125em}.product-detail-footer.bottom-sheet .product-detail-footer-price .wishlist-wrapper.wishlisted svg path{fill:#000}.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-lowest-price,.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-price .product-card-old-price-container{display:flex;align-items:center;justify-content:flex-end;gap:.0625em}.product-detail-footer.bottom-sheet .product-detail-footer-price .product-card-old-lowest-price{color:#bdbdbd}.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}.toast-wrapper{position:absolute;background-color:#fff;box-shadow:0 1.089px 7.625px 0 rgba(0,0,0,.25);border-radius:12px;padding:17px;width:85%;left:50%;transform:translateX(-50%);z-index:10000;visibility:hidden}.toast-wrapper .message{color:#212121;font-family:Storyly-Inter,sans-serif;font-size:14px;font-weight:400;letter-spacing:.142px;display:block}.toast-wrapper .message span{display:flex;align-items:center}.toast-wrapper .message span svg{margin-right:8px}.toast-wrapper.show{animation:toastDown .3s ease-out forwards}.toast-wrapper.hide{animation:toastUp .3s ease-in forwards}@media (min-width:640px){.toast-wrapper{width:300px;border-radius:16px}}@keyframes toastDown{0%{top:-100px;opacity:0}to{top:20px;opacity:1}}@keyframes toastUp{0%{top:20px;opacity:1}to{top:-100px;opacity:0}}.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,s=e.story,o=e.playMode;this.openStoryParams_=[r,s,o],this.groups_.length>0&&this.loadShareParams_().then(function(){t.handleOpenStoryByUrl_()}).catch(function(){})}},{key:"setSegments",value:function(t){var r=this;this.userConfig_.segments&&(0,f.isArraysEqual)(this.userConfig_.segments,t)||(this.segmentsDebounce_&&clearTimeout(this.segmentsDebounce_),this.segmentsDebounce_=setTimeout(function(){var s;r.groupShadowRoot_.innerHTML="",r.storylyFontCssDom_.remove(),r.replaceChildren(),r.renderMainDoms_();var o=[].concat((0,e.default)(null!==(s=r.userConfig_.segments)&&void 0!==s?s:[]),(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_=L(L({},r.userConfig_),{},{segments:o}),r.init(r.userConfig_)},200))}},{key:"setProperties",value:function(e){(0,g.removeClass)(this.groupsWrapper_,this.properties_.storyGroupAlign),this.properties_=L(L(L({},this.properties_),e),{},{scrollIndicatorOptions:L(L({},this.properties_.scrollIndicatorOptions),(null==e?void 0:e.scrollIndicatorOptions)||{})}),(0,g.setClass)(this.groupsWrapper_,this.properties_.storyGroupAlign),this.globalInstanceData.properties=this.properties_,this.groupShadowRoot_.querySelector("#storyly__story-group-style-tag").textContent=(0,g.inlineStyle)(this.properties_,this.instanceId_),this.storyShadowRoot_.querySelector("style")&&(this.storyShadowRoot_.querySelector("style").textContent+=(0,g.inlineStoryGroupStyle)(this.properties_)),this.layoutImpl_&&(this.layoutImpl_.refreshSortData(),this.layoutImpl_.sort("order")),this.setContainerHeight_()}},{key:"setUserPropertiesData",value:function(){var e=(0,r.default)(c.default.mark(function e(t){var s,o,i=this;return c.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t&&null!==(s=Object.keys(t))&&void 0!==s&&s.length){e.next=2;break}return e.abrupt("return");case 2:if(this.userPropertyData_=t,null!==(o=this.storyGroupsWithUserProperties_)&&void 0!==o&&o.length){e.next=5;break}return e.abrupt("return");case 5:this.storyGroupsWithUserProperties_.forEach(function(){var e=(0,r.default)(c.default.mark(function e(t){var r;return c.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!(r=(0,I.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,I.createUserPropertyImpl)(t.userPropertyData_,e);if(!r.hidden)if(r.stories.forEach(function(e){var r=(0,f.getProductLayers)(e),s=r.flatMap(function(e){return e.products.map(function(t){return L(L({},t),{},{type:e.type})})});if(s.length){var o=s.filter(function(e){return e.type!==x.LayerTemplateTypes.PRODUCT_CATALOG}).every(function(e){return t.storylyHydration.some(function(t){return t.product_group_id===e.product_group_id})}),i=(0,f.checkProductCatalogAtLeastOne)(r,t.storylyHydration);e.hidden=!o||!i}}),r.stories.some(function(e){return!e.hidden}))t.createGroupInstanceAndReorderCircleNodes_(r);else{var s=t.groupCircleNodes_.find(function(t){return+t.dataset.id===e.group_id});s&&t.removeGroupInstanceAndReorderCircleNodes_(s,e)}})}},{key:"setWishlistHydration",value:function(){var e=this;(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]).filter(function(e){return e.wishlist}).forEach(function(t){var r=e.storylyHydration.find(function(e){return e.product_id===t.product_id});r&&(r.wishlist=!0)})}},{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:"reLayout",value:function(){if(this.layoutImpl_)try{try{this.layoutImpl_.synchronize(),this.layoutImpl_.refreshItems(null,!0),this.layoutImpl_.refreshSortData(),this.layoutImpl_.sort("order"),this.layoutImpl_.layout(!0),this.layoutImpl_.refreshItems().layout(!0),this.setContainerHeight_()}catch(e){}}catch(t){}}},{key:"setLang",value:function(e){var t=e.language,r=e.json,s=t||this.userConfig_.locale||navigator.language,o=I.LocalizationImpl.getLocalizedJSON(r,s),i=this.globalInstanceData.languageJSON;this.globalInstanceData.languageJSON=L(L({},i),o),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()}}]),p}((0,p.default)(HTMLElement));window.StorylyWeb=R;var M=exports.default=R;
458
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var e=A(require("@babel/runtime/helpers/toConsumableArray")),t=A(require("@babel/runtime/helpers/toArray")),r=A(require("@babel/runtime/helpers/asyncToGenerator")),o=A(require("@babel/runtime/helpers/slicedToArray")),s=A(require("@babel/runtime/helpers/typeof")),i=A(require("@babel/runtime/helpers/defineProperty")),n=A(require("@babel/runtime/helpers/classCallCheck")),a=A(require("@babel/runtime/helpers/createClass")),u=A(require("@babel/runtime/helpers/assertThisInitialized")),l=A(require("@babel/runtime/helpers/inherits")),d=A(require("@babel/runtime/helpers/possibleConstructorReturn")),h=A(require("@babel/runtime/helpers/getPrototypeOf")),p=A(require("@babel/runtime/helpers/wrapNativeSuper")),c=A(require("@babel/runtime/regenerator")),_=require("uuid"),y=A(require("./lib/api.ts")),v=A(require("./lib/storage")),g=require("./lib/style"),f=require("./lib/util"),m=A(require("./constants/playmode"));require("./main.scss");var S=require("./service/custom-story-group-design-impl"),b=require("./constants/common"),I=require("./service"),C=A(require("./constants/layouts")),w=require("./constants/events"),G=A(require("./constants/directions")),E=A(require("./constants/barLayouts")),k=A(require("./components/AdGroup")),x=require("./constants/layerTypes"),D=A(require("./service/focal-point-impl.ts")),T=A(require("./components/Toast/index.ts"));function A(e){return e&&e.__esModule?e:{default:e}}function P(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 L(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?P(Object(r),!0).forEach(function(t){(0,i.default)(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):P(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function O(e){var t=N();return function(){var r,o=(0,h.default)(e);if(t){var s=(0,h.default)(this).constructor;r=Reflect.construct(o,arguments,s)}else r=o.apply(this,arguments);return(0,d.default)(this,r)}}function N(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(N=function(){return!!e})()}var R=function(d){(0,l.default)(p,d);var h=O(p);function p(){var e;return(0,n.default)(this,p),(e=h.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,leftIndicatorBackgroundColor:"#fff",rightIndicatorBackgroundColor:"#fff"},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.7.5"},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,f.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||G.default.LTR,e.storylyCheckoutProducts={products:[],price:"",sales_price:"",price_currency:""},e.isStorylyCartActive=!1,e.storylyHydration=[],e.globalInstanceData={shareParams:{},direction:e.documentDir_,accessibility:v.default.getItemFromGlobal("accessibility",!1),storylyEmbed:{},videoMuted:!0,languageJSON:{},instanceDom:(0,u.default)(e),events:{}},e.storylyWebCss_=null,e.storylyFontCss_=null,e}return(0,a.default)(p,[{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,I.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),this.handleToastComponent_=this.handleToastComponent_.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,f.setAttribute)(this.groupsOverlay_,"embed-mode",!0),(0,f.setAttribute)(this.groupsWrapper_,"embed-mode",!0);var r=t.getAttribute("group");this.openStoryParams_=[r]}else document.body.appendChild(this.storyShadowDom_);(0,f.setAttribute)(this.groupsList_,"role","list"),(0,f.setAttribute)(this.groupsOverlay_,"role","dialog"),(0,f.setAttribute)(this.groupsOverlay_,"aria-modal","true"),this.groupsOverlay_.style.visibility="hidden",this.groupsOverlay_.style.opacity="0",(0,g.setClass)(this.groupContainer_,"storyly__group-container"),(0,g.setClass)(this.swiperContainer_,"swiper"),(0,g.setClass)(this.swiperWrapper_,"swiper-wrapper"),(0,g.setClass)(this.groupsWrapper_,"storyly__story-groups"),(0,g.setClass)(this.groupsOverlay_,"storyly__groups-overlay"),(0,g.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=v.default.getItemFromGlobal("Storyly_userConfig");this.userConfigChanged_=JSON.stringify(L(L({},t),{},{props:void 0}))!==JSON.stringify(L(L({},e),{},{props:void 0})),v.default.setItemToGlobal("Storyly_userConfig",this.userConfig_);var r=this.userConfig_,i=r.token,n=r.props,a=r.userPropertyData,u=r.productFeed,l=r.customStoryGroupHTML,d=r.presentationData,h=r.barLayout,p=r.isProductFallbackEnabled,c=void 0===p||p,y=r.isProductCartEnabled,m=r.inboxStory,S=r.shopify,w=r.events,G=r.scaleRatio,k=r.videoFeedView,x=r.videoFeedSectionCount,D=r.cssEnv,T=r.direction;if(!i)throw this.failed_(b.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.documentDir_=null!=T?T:this.documentDir_,this.cssEnv_=D,this.scaleRatio_=G&&Number(G),this.shopify_=S,this.token_=i;var A=!d&&(0,f.decodeJwt)(this.token_);if(this.instanceId_=d?i:A.ins_id,this.isVideoFeed_=!!A.t,this.videoFeedView_=k,this.videoFeedSectionCount_=x,(0,f.setAttribute)(this,"data-storyly-instance-id",this.instanceId_),(0,f.setAttribute)(this.storyShadowDom_,"data-storyly-instance-id",this.instanceId_),this.uuid_=v.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_uuid",!1)||v.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_uuid",(0,_.v4)(),!1),this.sessionId_=v.default.setInstanceId(this.instanceId_).setItemToInstance("Storyly_session_id",(0,_.v4)(),!1),sessionStorage.removeItem("Storyly__fonts"),this.presentationData_=d,this.isProductFallbackEnabled_=!!c,this.isStorylyCartActive=y,h&&[E.default.CLASSIC,E.default.ENERGIZED].includes(h.view)&&!l){var P,O=320;(null===(P=h.style)||void 0===P?void 0:P.height)>0&&(O=h.style.height<200?200:h.style.height),this.barLayout_=L(L({},h),{},{style:L(L({},null==h?void 0:h.style),{},{height:O})}),(0,g.setStyle)(this.groupsWrapper_,["padding","".concat(.1*this.barLayout_.style.height,"px 0")]),(0,g.setStyle)(this.groupsWrapper_,["box-sizing","content-box"]);var N=(0,I.barLayoutImpl)(this.barLayout_,this,this.globalInstanceData);this.customStoryGroupHTML_=N.element,this.barLayoutStyle_=N.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,s.default)(n)){if(this.customerStyleProperties_={},Object.keys(n).length>0&&(this.customerStyleProperties_=L(L({},n),{},{scrollIndicatorOptions:L(L({},this.properties_.scrollIndicatorOptions),(null==n?void 0:n.scrollIndicatorOptions)||{})}),n.storyGroupSize)){var R,M,B,F,V=null!==(R=null!==(M=null===(B=n.storyGroupSize)||void 0===B?void 0:B.split("x"))&&void 0!==M?M:null===(F=this.properties_.storyGroupSize)||void 0===F?void 0:F.split("x"))&&void 0!==R?R:[],q=(0,o.default)(V,2);this.customerStyleProperties_.storyGroupCoverWidth=q[0],this.customerStyleProperties_.storyGroupCoverHeight=q[1]}this.properties_=L(L({},this.properties_),this.customerStyleProperties_)}l&&(0,f.isStringHTML)(l)&&(this.customStoryGroupHTML_=l,this.properties_.storyGroupAnimation=void 0);var H=I.LocalizationImpl.getLocalizedJSON(null,this.userConfig_.locale||navigator.language);if("string"==typeof this.userConfig_.locale){var W=this.userConfig_.locale.split(/[-_]/),z=(0,o.default)(W,2),U=z[0],j=z[1];this.userConfig_.language=U,this.userConfig_.country=j}this.globalInstanceData.languageJSON=H,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_(),this.setDirection_()}}},{key:"setDirection_",value:function(){var e=[G.default.LTR,G.default.RTL].includes(this.documentDir_)?this.documentDir_:G.default.LTR;this.globalInstanceData.direction=e,(0,f.setAttribute)(this.swiperContainer_,"dir",e),(0,f.setAttribute)(this.groupsOverlay_,"direction",e)}},{key:"handleInitMethods_",value:function(){var e=(0,r.default)(c.default.mark(function e(){return c.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),r={},o=e.get("userProps"),s=e.get("customParameter");o&&(o.split(",").forEach(function(e){var o=e.split(":"),s=(0,t.default)(o),i=s[0],n=s.slice(1).join(":");r["{".concat(i,"}")]=n}),this.userPropertyData_=r);s&&(this.userConfig_=L(L({},this.userConfig_),{},{customParameter:s}))}},{key:"setStorylyBarObserver_",value:function(){var t=this;(0,I.intersectionObserverImpl)(null,function(r){r.forEach(function(r){if(r.isIntersecting){if(t.instanceRemoved_)return;t.layoutImpl_||(t.layoutImpl_=(0,I.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)}),(0,I.renderScrollIndicator)(t.groupsWrapper_,t.properties_,t.barLayout_),(0,g.setStyle)(t.groupsWrapper_,["visibility","visible"])})),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(L(L({},r),{},{instance:void 0}))}),0!==e.length){var r={sg_ids:e},o={detail:{eventName:w.CustomerEventTypes.renderedStoryGroups,params:t}};this.EventImpl.onBarViewedEvent(r),this.handleCustomerEvent_(o)}}},{key:"setLayoutInstance_",value:function(){var e=(0,r.default)(c.default.mark(function e(){var t,r,o,s,i,n;return c.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:this.isVideoFeed_?(this.layout_===C.default.MODERN?(o=require("./views/VideoFeed/Modern/index").default,this.layoutInstance_=new o(this.groupsOverlay_,this.getActiveGroup_.bind(this),this.instanceId_)):(s=require("./views/VideoFeed/Classic/index").default,this.layoutInstance_=new s(this.groupsOverlay_,this.instanceId_)),i=this.layoutInstance_.createLayout({videoFeedView:this.videoFeedView_,properties:this.properties_,groupWrapper:this.groupsWrapper_,videoFeedSectionCount:this.videoFeedSectionCount_}),this.customStoryGroupHTML_=i.html,this.properties_=L(L(L({},this.properties_),i.properties),{},{storyBorderGapSize:0,storyGroupBorderSize:0}),this.appendChild(i.css)):this.layout_===C.default.MODERN?(t=require("./views/Default/Modern/index").default,this.layoutInstance_=new t(this.groupsOverlay_,this.getActiveGroup_.bind(this),this.instanceId_)):(r=require("./views/Default/Classic/index").default,this.layoutInstance_=new r(this.groupsOverlay_,this.instanceId_)),this.layout_===C.default.MODERN&&((n=document.createElement("canvas")).width=3,n.height=3,(0,g.setClass)(n,"background-blur-canvas"),this.groupsOverlay_.appendChild(n)),(0,g.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,f.setAttribute)(this.groupContainer_,"embed-mode",this.globalInstanceData.storylyEmbed.init),(0,f.setAttribute)(this.groupContainer_,"direction",this.documentDir_),this.swiper_=(0,I.swiperImpl)(this.swiperContainer_,this.layout_,this.isVideoFeed_);case 6: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 I.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,I.platformIml)(),n=i.os,a=i.browser,u=Array.isArray(r)&&r.length>0?r.map(function(e){return String(e)}):null;this.payload_=L(L({},this.payload_),{},{device:L(L({},this.payload_.device),{},{unique_id:this.uuid_,is_test:t,os:n,browser:a}),user:L(L({},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 y.default(this.token_,this.instanceId_),this.globalInstanceData.API=this.api_}},{key:"setEventListeners_",value:function(){var e=this;this.storyShadowRoot_.addEventListener(w.CustomerEventTypes.nextStoryGroup,this.handleNextGroup_),this.storyShadowRoot_.addEventListener(w.CustomerEventTypes.previousStoryGroup,this.handlePrevGroup_),this.storyShadowRoot_.addEventListener(w.UserEventTypes.storyImpression,this.handleImpressionEvent_),this.storyShadowRoot_.addEventListener("onCloseGroup",this.handleCloseGroup_),this.storyShadowRoot_.addEventListener(w.CustomerEventTypes.nextStory,this.handleNextStory_),this.storyShadowRoot_.addEventListener(w.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("onToastEvent",this.handleToastComponent_),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,I.backgroundBlurImpl)(t,e.groupsOverlay_)}),(0,I.tabVisibilityImpl)(this.handleTabVisibility_)}},{key:"handleToastComponent_",value:function(){this.toastComponent_||(this.toastComponent_=(0,T.default)(this.swiperContainer_),this.globalInstanceData.toastComponent=this.toastComponent_)}},{key:"handleUserEvent_",value:function(e){var t=e.detail;this.handleEvent_(w.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_===G.default.RTL?this.handleNextGroup_():this.handlePrevGroup_()):this.documentDir_===G.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_===G.default.RTL?this.handleNextStory_():this.handlePrevStory_();else this.documentDir_===G.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_===G.default.RTL?this.handleNextStory_():this.handlePrevStory_():o>i&&o<s&&(this.documentDir_===G.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,r.default)(c.default.mark(function e(){var t,r,o,s,i,n,a,u,l,d=this;return c.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 o=this.getActiveGroup_(),this.handleEvent_(w.UserEventTypes.closeStoryGroup,L(L({},null!=o?o:{}),{},{instance:void 0})),e.abrupt("return");case 6:(0,g.setClass)(this.groupsOverlay_,"closing"),setTimeout(function(){d.groupsOverlay_.ariaHidden="true",d.swiper_.slides[d.swiper_.realIndex].ariaHidden="true",d.storyShadowDom_.setAttribute("tabindex","-1"),(0,g.removeClass)(d.groupsOverlay_,"active"),(0,g.removeClass)(d.groupsOverlay_,"closing")},300),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_={},(s=new URLSearchParams(window.location.search)).delete("storylyResume"),s.delete("storyly"),window.history.replaceState(null!==(r=window.history.state)&&void 0!==r?r:{},"","".concat(window.location.pathname).concat(s.size?"?".concat(s):"")),i=this.getActiveGroup_();try{this.handleEvent_(w.UserEventTypes.closeStoryGroup,L(L({},null!=i?i:{}),{},{instance:void 0}))}catch(h){}return i.instance.hide({holdActive:!0}),this.removeAdGroups_(),this.isAdEnable_()&&document.querySelectorAll(".storyly-ad-wrapper").forEach(function(e){return e.remove()}),this.customStoryGroupHTML_&&(n=i.instance.getActiveStory(),a=n.storyIndex,u=this.getStoryGroupElement_(i),l=this.getCustomGroupAssignedElement_(u),this.barLayout_&&this.groupCircleNodes_.forEach(function(e){var t=d.getCustomGroupAssignedElement_(e);(0,g.removeClass)(t,"storyly__story-group-hovered")}),(0,S.handleCustomStoryGroupStyles)({groupData:i,groupElement:l,key:a,instanceId:this.instanceId_,properties:this.properties_})),I.StoryGroupAnimationImpl.add(this.groupCircleNodes_,this.properties_.storyGroupAnimation),e.next=29,this.clearNudgeGroups_();case 29:this.presentationData_&&!(0,f.isLiveVideo)(i.type)||this.handleSeenGroupsPosition_().then(function(){d.layoutImpl_.refreshSortData(),d.layoutImpl_.sort("order"),d.groups_.forEach(function(e,t){e.instance.setKey(t)})}).catch(function(){});case 30: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(){var e=(0,f.getCurrentIndexOfGroup)(this.groups_,this.currentGroupIndex_,1);return this.groups_[e]}},{key:"getPrevGroup_",value:function(){var e=(0,f.getCurrentIndexOfGroup)(this.groups_,this.currentGroupIndex_,-1);return this.groups_[e]}},{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=L({},this.getActiveGroup_());return delete e.instance,delete e.currentOrder,delete e.onView,e}},{key:"handleNextGroup_",value:function(){if(this.handleCompleteGroupEvent_(),this.shareParams_.playMode!==m.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=(0,f.getCurrentIndexOfGroup)(this.groups_,this.currentGroupIndex_,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:"handleCompleteGroupEvent_",value:function(){if(this.isVideoFeed_)this.EventImpl.handleCompleteStoryEvent("groupCompleted");else{var e,t=this.getActiveGroup_();if(!t.ad&&t.instance.isAllStoriesSeen())this.handleEvent_(w.UserEvent,{event:w.UserEventTypes.groupCompleted,storyGroup:L(L({},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||e.type===b.groupTypes.REDIRECT||this.loadGroupInstance_(e),!t||null!=t&&t.onView||t.ad||t.nudge||t.type===b.groupTypes.REDIRECT||this.loadGroupInstance_(t)}},{key:"handlePrevGroup_",value:function(){if(this.shareParams_.playMode!==m.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=(0,f.getCurrentIndexOfGroup)(this.groups_,this.currentGroupIndex_,-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=v.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_(b.failedMessages.network):(clearTimeout(a),v.default.setInstanceId(e.instanceId_).setItemToInstance("Storyly_responseData",L(L({},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_(b.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=v.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;0!==t.length||this.shopify_?(this.adSettings_=null!=r?r:{},this.handleGroupsData_(t||[]),this.handleWidgetStyling_(o),this.isCache_=!0):this.removeStoryly_()}},{key:"handleGroupsData_",value:function(){var t=(0,r.default)(c.default.mark(function t(){var r,s,i,n,a,u,l,d,h,p,_,y,v,f,m,S=this,C=arguments;return c.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return r=C.length>0&&void 0!==C[0]?C[0]:[],(0,g.setStyle)(this.groupsWrapper_,["visibility","hidden"]),this.loadInlineStyle_(),this.allGroups_=r,s=r.map(function(e,t){return L(L({},e),{},{order:t})}),t.next=7,this.handleConditionalGroups_(r);case 7: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,o.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===b.groupTypes.SDK_AUTOMATED_SHOPPABLE}),s=s.filter(function(e){return e.type!==b.groupTypes.SDK_AUTOMATED_SHOPPABLE}),!(this.productFeed_&&l.length>0)){t.next=23;break}return d=Object.values(this.productFeed_).flatMap(function(e){return e}),this.allProductsOfProductFeed_=d.map(function(e){var t;return L(L({},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=20,h(this.productFeed_,l);case 20:p=t.sent,_=[].concat((0,e.default)(s),(0,e.default)(null!=p?p:[])).sort(function(e,t){return e.order-t.order}),s=_;case 23:if(y=(0,e.default)(s),v=[],s.forEach(function(t,r){var o=(0,I.createUserPropertyImpl)(S.userPropertyData_,t);if(o.has_user_property&&(S.storyGroupsWithUserProperties_=[].concat((0,e.default)(S.storyGroupsWithUserProperties_||[]),[L(L({},y[r]),{},{is_user_property_used:o.is_user_property_used})])),y[r]=o,t.type!==b.groupTypes.SDK_AUTOMATED_SHOPPABLE){var s=S.handleProductGroups_(y[r]),i=s.productGroup,n=s.productIds;v.push.apply(v,(0,e.default)(n)),y[r]=i}}),!v.length){t.next=38;break}if(f={products:v,language:this.userConfig_.language,country:this.userConfig_.country},this.handleEvent_(w.CustomerEventTypes.storylyHydration,v),!this.isProductFallbackEnabled_){t.next=38;break}if(!i.get("storylyMail")&&!this.globalInstanceData.inboxStory){t.next=37;break}return t.next=33,this.api_.getProductDetails(f);case 33:m=t.sent,this.storylyHydration=m.products,t.next=38;break;case 37:this.api_.getProductDetails(f).then(function(e){S.setStorylyHydration(e.products)});case 38:this.loadGroupCircles_(y);case 39:case"end":return t.stop()}},t,this)}));return function(){return t.apply(this,arguments)}}()},{key:"handleConditionalGroups_",value:function(e){var t=v.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}).every(function(e){return!e.visible});return L(L({},e),{},{conditional:r,hidden:o})});return Promise.resolve(r)}},{key:"handleConditionalEvent_",value:function(){var t=(0,r.default)(c.default.mark(function t(){var o,s,i,n,a=this;return c.default.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return o=this.groups_.filter(function(e){return e.conditional}),t.next=3,o.forEach(function(){var e=(0,r.default)(c.default.mark(function e(t){var r,o;return c.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}),t.next=6,this.handleConditionalGroups_(s);case 6:s=t.sent.filter(function(e){return e.hidden}),i=(0,e.default)(this.groups_),s.length>0&&(n=[],s.forEach(function(){var e=(0,r.default)(c.default.mark(function e(t){return c.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 t.stop()}},t,this)}));return function(){return t.apply(this,arguments)}}()},{key:"handleWidgetStyling_",value:function(e){var t;if(e){var r=(0,I.WidgetStyleImpl)(e,this.properties_,this.scaleRatio_);(r.isEnergized||this.barLayoutStyle_)&&(this.barLayoutStyle_?this.barLayoutStyle_(r.properties):(this.barLayout_=(0,I.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&&I.StoryGroupAnimationImpl.add(this.groupCircleNodes_,this.properties_.storyGroupAnimation),this.setProperties(L(L({},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,f.getProductLayers)(e),r=t.flatMap(function(e){return e.products}),o=new URLSearchParams(window.location.search);return{productGroup:L(L({},e),{},{hidden:e.hidden||!(o.get("storylyMail")||this.globalInstanceData.inboxStory)&&!!t.length}),productIds:r}}},{key:"createGroupInstanceAndReorderCircleNodes_",value:function(){var t=(0,r.default)(c.default.mark(function t(r){var o,s,i,n,a,u,l,d,h,p,_,y,v,m,S=this;return c.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,p=r.icon_image_url,_=s,"SLOT"===s.tagName&&(_=this.querySelector("[slot='story-group-".concat(r.group_id,"']"))),y=_.querySelector(".storyly__story-group-title"),(v=_.querySelector(".storyly__story-group-cover"))&&(v.src=p),y&&(h.length>25?((0,f.setAttribute)(s,"title",h),y.innerHTML="".concat(h.substring(0,25),"...")):((0,f.setAttribute)(s,"title",""),y.innerHTML=h))),(0,g.removeClass)(s,"seen"),(0,g.removeClass)(s,"hidden"),(m=this.groups_.findIndex(function(e){return e.group_id===r.group_id}))>-1?(this.groups_[m]=L(L({},l),{},{hidden:!1}),this.groupCircleNodes_[m]=s):(this.groups_.splice(i,0,L(L({},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(){}),I.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 t.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,r.default)(c.default.mark(function e(t){var r,o,s,i,n,a,u,l,d,h,p,_,y=this;return c.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,f.randomAlphaNum)(10)},h=new k.default(d,d.id,this.groupsOverlay_,this.layout_,this.instanceId_),d.instance=h,p=h.render(),_=h.load(),n.push(p),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_=L(L({},this.events_),{},(0,i.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_(w.UserEventTypes.loaded,{groupList:r,dataSource:this.isCache_?b.dataSource.cache:b.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.groups_.some(function(e){return e.type===b.groupTypes.REDIRECT})&&(this.swiper_.allowTouchMove=!1),this.setStorylyBarObserver_(),this.handleI18n_()}},{key:"failed_",value:function(){this.handleEvent_(w.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&&I.LocalizationImpl.localizeTexts(t,s)})}},{key:"setContainerHeight_",value:function(){var e,t,r;if(this.isVideoFeed_&&"grid"===this.videoFeedView_)(0,g.setStyle)(this.groupsWrapper_,["height","100%"]);else{var o=[];this.groupsWrapper_.querySelectorAll(".storyly__story-group-container").forEach(function(e){return o.push(e.offsetHeight)});var s=Math.max.apply(Math,o);this.groupsWrapper_.querySelectorAll(".storyly__story-group-container").forEach(function(e){(0,g.setStyle)(e,["height","".concat(s,"px")])});var i=this.groupsWrapper_.querySelector(".storyly__bar-container");if(i&&((0,g.setStyle)(i,["height","".concat(s,"px")]),(0,g.setStyle)(i,["min-height","".concat(s,"px")])),this.groupsList_&&((0,g.setStyle)(this.groupsList_,["height","".concat(s,"px")]),(0,g.setStyle)(this.groupsList_,["min-height","".concat(s,"px")])),(0,g.setStyle)(this.groupsWrapper_,["height","".concat(s+(parseInt(null!==(e=this.properties_.storyGroupMarginBottom)&&void 0!==e?e:0,10)+parseInt(null!==(t=this.properties_.storyGroupBorderSize)&&void 0!==t?t:0,10)+parseInt(null!==(r=this.properties_.storyBorderGapSize)&&void 0!==r?r:0,10)),"px")]),this.layoutImpl_)try{this.layoutImpl_.refreshItems(),this.layoutImpl_.layout(!0)}catch(n){}}}},{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,f.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]},v.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)!==b.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 t=(0,r.default)(c.default.mark(function t(r){var o,s,i,n,a,u,l,d,h=this;return c.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,I.intersectionObserverImpl)(this.groupsWrapper_,this.groupObserverCallback_),n=[],a=[],u=(0,I.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,f.isLiveVideo)(d);var c=(0,f.generateHtmlFromTemplate)(u(e,h.instanceId_,h.groupsWrapper_,h.properties_)),_=c.querySelector(".storyly__story-group-title");_&&(_.innerText=r);var y,v=h.checkSeenStories_(e);h.customStoryGroupHTML_&&(y=(0,S.handleCustomStoryGroupElement)(e,t,h.customStoryGroupHTML_,v,h.properties_),l?c=y:h.appendChild(y)),c.dataset.id=e.group_id,e.hidden&&(0,g.setClass)(c,"hidden"),p?((0,g.setClass)(c,"pinned"),n.push(e),a.push(c),v&&(0,g.setClass)(c,"seen")):v?((0,g.setClass)(c,"seen"),s.seenList.push(c),i.seenList.push(e)):(s.unseenList.push(c),i.unseenList.push(e)),c.dataset.order=t;var m=v?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(m,"_5}"),y&&(y.ariaLabel="Story position ".concat(t+1," of ").concat(o.length,", ").concat(r,", ").concat(p?"pinned, ":"").concat(m)),(e.stories.some(function(e){return e.alt_text})||h.globalInstanceData.accessibility)&&(h.globalInstanceData.storiesHasAltText=!0),c.addEventListener("click",function(e){(0===e.detail||!e.sourceCapabilities)&&h.globalInstanceData.storiesHasAltText&&!h.globalInstanceData.accessibility&&(h.globalInstanceData.accessibility=!0),h.handleClickGroup_(e)},!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}),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,g.setClass)(this.groupsWrapper_,this.properties_.storyGroupAlign),this.handleI18n_({detail:{wrapperDom:this.groupsList_}}),this.loaded(),I.StoryGroupAnimationImpl.add(this.groupCircleNodes_,this.properties_.storyGroupAnimation);case 23:case"end":return t.stop()}},t,this)}));return function(e){return t.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,g.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,g.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,n,a;if(t.loadGroupInstance_(r),o.setAttribute("onView",""),"SLOT"!==o.nodeName)(0,D.default)({mediaDom:null!==(i=o.querySelector("img"))&&void 0!==i?i:o.querySelector("video"),group:r,containerStyle:{borderRadius:"".concat(t.properties_.storyGroupBorderRadius-(null!==(n=t.properties_.storyGroupBorderSize)&&void 0!==n?n:0)-(null!==(a=t.properties_.storyBorderGapSize)&&void 0!==a?a:0),"px"),position:"relative"}});clearTimeout(t.eventTimeout_),t.barViewed_&&(t.eventTimeout_=setTimeout(function(){return t.sendBarViewEvent_()},1e3))}r.onView=!0}})}},{key:"loadShareParams_",value:function(){var e,t,r,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,o.default)(n,2);e=a[0],"number"==typeof(r=a[1])&&(t=r,r=null)}else{var u=i,l=(0,o.default)(u,3);e=l[0],t=l[1],r=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:w.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:w.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:r,resumeStory:_},r&&(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===b.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,f.setAttribute)(e,"aria-hidden","false"):(0,f.setAttribute)(e,"aria-hidden","true")})}})}},{key:"setGroupInstance_",value:function(e,t){var r=this.layoutInstance_.setGroupInstance(e,t);return L(L({},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,r.default)(c.default.mark(function e(t){var r,o;return c.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,r.default)(c.default.mark(function e(){var t;return c.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.setStyleToDocument_(),this.isMobileView_&&(0,I.calcStorySizeImpl)(this.groupsOverlay_),this.handleNudgeGroups_(t),this.handleI18n_(),this.setOverlayVh_(),this.setStoryNavigationEvents_(),this.removeEventListener("keydown",this.handleTabKeyPressListener_),I.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!==b.groupTypes.REDIRECT?(0,g.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_(w.UserEventTypes.openStoryGroup,L(L({},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,g.setStyle)(document.documentElement,["overflow","hidden"]),(0,g.setStyle)(document.documentElement,["overscrollBehaviorX","none"]),(0,g.setStyle)(document.body,["overflow","hidden"]))}},{key:"resetStyleToDocument_",value:function(){(0,g.resetStyle)(document.documentElement,["overflow","overscrollBehaviorX","position"]),(0,g.resetStyle)(document.body,["overflow"])}},{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,D.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 v.default.setInstanceId(this.instanceId_).getItemFromInstance("Storyly_groupSeenState")}},{key:"loadInlineStyle_",value:function(){if(this.storyGroupStyle.textContent=(0,g.inlineStyle)(this.properties_,this.instanceId_),this.customStoryGroupHTML_){var e=document.createElement("style");e.textContent=g.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,g.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:.26em;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:.325em;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:.40625em;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;display:flex;align-items:center;justify-content:center}.question-component-container-button .response-message-wrapper{display:flex;align-items:center;justify-content:center;padding:0 4px;gap:8px;width:100%}.question-component-container-button .response-message-wrapper .response-message-icon{background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:32px;min-height:32px}.question-component-container-button .response-message-wrapper span{font-weight:400;font-family:Storyly-Inter,sans-serif;font-size:17px;display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.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;height:52px}.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;height:48px}.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;height:42px}.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;white-space:pre-wrap}.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){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 .product-description-container.has-wishlist{display:flex;justify-content:space-between;align-items:center}.product-list-layer .product-list .product-card-right-container .product-description-container.has-wishlist.no-description{justify-content:flex-end}.product-list-layer .product-list .product-card-right-container .product-description-container .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 .product-description-container .wishlist-wrapper{display:flex;width:max-content;border-radius:100px;border:1px solid #e0e0e0;padding:.125em .1875em;margin-left:.03125em}.product-list-layer .product-list .product-card-right-container .product-description-container .wishlist-wrapper svg{width:.2em;height:.2em}.product-list-layer .product-list .product-card-right-container .product-description-container .wishlist-wrapper.wishlisted svg path{fill:#000}.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-lowest-price,.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-price-container .product-card-old-lowest-price{color:#bdbdbd}.product-list-layer .product-list .product-card-right-container-bottom-section .product-card-price-container .product-card-old-price-container{display:flex;align-items:center;justify-content:flex-end;gap:.0625em}.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;position:relative}.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 .product-detail-title-wrapper,.product-detail.modal .product-detail-variants .product-detail-title-wrapper{display:flex}.product-detail.bottom-sheet .product-detail-variants .product-detail-title-wrapper.has-wishlist,.product-detail.modal .product-detail-variants .product-detail-title-wrapper.has-wishlist{justify-content:space-between;align-items:center;margin-bottom:.5em}.product-detail.bottom-sheet .product-detail-variants .product-detail-title-wrapper.has-wishlist h4,.product-detail.modal .product-detail-variants .product-detail-title-wrapper.has-wishlist h4{padding-bottom:0}.product-detail.bottom-sheet .product-detail-variants .product-detail-title-wrapper .wishlist-wrapper,.product-detail.modal .product-detail-variants .product-detail-title-wrapper .wishlist-wrapper{display:flex;width:max-content;border-radius:100px;border:1px solid #e0e0e0;padding:8px 12px;margin-left:.03125em;height:max-content;cursor:pointer}.product-detail.bottom-sheet .product-detail-variants .product-detail-title-wrapper .wishlist-wrapper.wishlisted svg path,.product-detail.modal .product-detail-variants .product-detail-title-wrapper .wishlist-wrapper.wishlisted svg path{fill:#000}.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-lowest-price,.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-lowest-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-price .product-card-old-price-container,.product-detail.modal .product-detail-variants .product-detail-price .product-card-old-price-container{display:flex;align-items:center;justify-content:flex-end;gap:.0625em}.product-detail.bottom-sheet .product-detail-variants .product-detail-price .product-card-old-lowest-price,.product-detail.modal .product-detail-variants .product-detail-price .product-card-old-lowest-price{color:#bdbdbd}.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;position:relative}.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;justify-content:space-between;width:100%}.product-detail-footer.bottom-sheet .product-detail-footer-price .price-wrapper{display:flex;align-items:center}.product-detail-footer.bottom-sheet .product-detail-footer-price .wishlist-wrapper{display:flex;width:max-content;border-radius:100px;border:1px solid #e0e0e0;padding:8px 12px;margin-left:.03125em}.product-detail-footer.bottom-sheet .product-detail-footer-price .wishlist-wrapper.wishlisted svg path{fill:#000}.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-lowest-price,.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-price .product-card-old-price-container{display:flex;align-items:center;justify-content:flex-end;gap:.0625em}.product-detail-footer.bottom-sheet .product-detail-footer-price .product-card-old-lowest-price{color:#bdbdbd}.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}.toast-wrapper{position:absolute;background-color:#fff;box-shadow:0 1.089px 7.625px 0 rgba(0,0,0,.25);border-radius:12px;padding:17px;width:85%;left:50%;transform:translateX(-50%);z-index:10000;visibility:hidden}.toast-wrapper .message{color:#212121;font-family:Storyly-Inter,sans-serif;font-size:14px;font-weight:400;letter-spacing:.142px;display:block}.toast-wrapper .message span{display:flex;align-items:center}.toast-wrapper .message span svg{margin-right:8px}.toast-wrapper.show{animation:toastDown .3s ease-out forwards}.toast-wrapper.hide{animation:toastUp .3s ease-in forwards}@media (min-width:640px){.toast-wrapper{width:300px;border-radius:16px}}@keyframes toastDown{0%{top:-100px;opacity:0}to{top:20px;opacity:1}}@keyframes toastUp{0%{top:20px;opacity:1}to{top:-100px;opacity:0}}.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;opacity:1}@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;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;opacity:1!important}.storyly__groups-overlay.closing{opacity:0!important;transition:opacity .3s ease-in-out!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,f.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_=L(L({},r.userConfig_),{},{segments:s}),r.init(r.userConfig_)},200))}},{key:"setProperties",value:function(e){(0,g.removeClass)(this.groupsWrapper_,this.properties_.storyGroupAlign),this.properties_=L(L(L({},this.properties_),e),{},{scrollIndicatorOptions:L(L({},this.properties_.scrollIndicatorOptions),(null==e?void 0:e.scrollIndicatorOptions)||{})}),(0,g.setClass)(this.groupsWrapper_,this.properties_.storyGroupAlign),this.globalInstanceData.properties=this.properties_,this.groupShadowRoot_.querySelector("#storyly__story-group-style-tag").textContent=(0,g.inlineStyle)(this.properties_,this.instanceId_),this.storyShadowRoot_.querySelector("style")&&(this.storyShadowRoot_.querySelector("style").textContent+=(0,g.inlineStoryGroupStyle)(this.properties_)),this.layoutImpl_&&(this.layoutImpl_.refreshSortData(),this.layoutImpl_.sort("order")),this.setContainerHeight_()}},{key:"setUserPropertiesData",value:function(){var e=(0,r.default)(c.default.mark(function e(t){var o,s,i=this;return c.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(t&&null!==(o=Object.keys(t))&&void 0!==o&&o.length){e.next=2;break}return e.abrupt("return");case 2:if(this.userPropertyData_=t,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,r.default)(c.default.mark(function e(t){var r;return c.default.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(!(r=(0,I.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,I.createUserPropertyImpl)(t.userPropertyData_,e);if(!r.hidden)if(r.stories.forEach(function(e){var r=(0,f.getProductLayers)(e),o=r.flatMap(function(e){return e.products.map(function(t){return L(L({},t),{},{type:e.type})})});if(o.length){var s=o.filter(function(e){return e.type!==x.LayerTemplateTypes.PRODUCT_CATALOG}).every(function(e){return t.storylyHydration.some(function(t){return t.product_group_id===e.product_group_id})}),i=(0,f.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:"setWishlistHydration",value:function(){var e=this;(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]).filter(function(e){return e.wishlist}).forEach(function(t){var r=e.storylyHydration.find(function(e){return e.product_id===t.product_id});r&&(r.wishlist=!0)})}},{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:"reLayout",value:function(){if(this.layoutImpl_)try{try{this.layoutImpl_.synchronize(),this.layoutImpl_.refreshItems(null,!0),this.layoutImpl_.refreshSortData(),this.layoutImpl_.sort("order"),this.layoutImpl_.layout(!0),this.layoutImpl_.refreshItems().layout(!0),this.setContainerHeight_()}catch(e){}}catch(t){}}},{key:"setLang",value:function(e){var t=e.language,r=e.json,o=t||this.userConfig_.locale||navigator.language,s=I.LocalizationImpl.getLocalizedJSON(r,o),i=this.globalInstanceData.languageJSON;this.globalInstanceData.languageJSON=L(L({},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()}}]),p}((0,p.default)(HTMLElement));window.StorylyWeb=R;var M=exports.default=R;
459
459
  },{"@babel/runtime/helpers/toConsumableArray":"Fhqp","@babel/runtime/helpers/toArray":"kQhN","@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","./components/Toast/index.ts":"y1BA","./views/Default/Modern/index":"nB6j","./views/Default/Classic/index":"tvsV","./views/VideoFeed/Modern/index":"UrOH","./views/VideoFeed/Classic/index":"W31b","./service/nudge-story-groups-impl":"MG73","./service/create-product-feed-impl":"GGgr"}],"Focm":[function(require,module,exports) {
460
- "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));
460
+ "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"),l=n.default.getItemFromGlobal("Storyly_userConfig"),u=["v2-beta","latest"];"undefined"==typeof parcelRequire&&(window.parcelRequire=function(){}),window.structuredClone||(window.structuredClone=function(e){return JSON.parse(JSON.stringify(e))}),window.requestIdleCallback||(window.requestIdleCallback=function(e){var t=Date.now();return window.setTimeout(function(){e({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-t))}})},1)}),window.cancelIdleCallback||(window.cancelIdleCallback=function(e){window.clearTimeout(e)}),i&&l&&u.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(l)},7500)})):(customElements.get("storyly-web")||customElements.define("storyly-web",t.default),customElements.get("storyly-web-embed")||customElements.define("storyly-web-embed",e.default));
461
461
  },{"./StorylyEmbed":"vBxD","./StorylyWeb":"Lwlj","./lib/storage":"NA5d"}]},{},["Focm"], null)