@crystaldesign/widget-image-carousel 25.8.0-beta.10

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.
@@ -0,0 +1,2 @@
1
+ /*! For license information please see widget-image-carousel.umd.min.js.LICENSE.txt */
2
+ var CrystaldesignWidgetImageCarousel;(()=>{var e={6207:e=>{function isBuffer(e){return e&&e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}function keyIdentity(e){return e}function flatten(e,t){const r=(t=t||{}).delimiter||".",n=t.maxDepth,o=t.transformKey||keyIdentity,a={};return function step(e,s,l){l=l||1,Object.keys(e).forEach((function(c){const u=e[c],p=t.safe&&Array.isArray(u),d=Object.prototype.toString.call(u),f=isBuffer(u),g="[object Object]"===d||"[object Array]"===d,h=s?s+r+o(c):o(c);if(!p&&!f&&g&&Object.keys(u).length&&(!t.maxDepth||l<n))return step(u,h,l+1);a[h]=u}))}(e),a}e.exports=flatten,flatten.flatten=flatten,flatten.unflatten=function unflatten(e,t){const r=(t=t||{}).delimiter||".",n=t.overwrite||!1,o=t.transformKey||keyIdentity,a={};if(isBuffer(e)||"[object Object]"!==Object.prototype.toString.call(e))return e;function getkey(e){const r=Number(e);return isNaN(r)||-1!==e.indexOf(".")||t.object?e:r}return e=Object.keys(e).reduce((function(n,o){const a=Object.prototype.toString.call(e[o]);return!("[object Object]"===a||"[object Array]"===a)||function isEmpty(e){const t=Object.prototype.toString.call(e),r="[object Array]"===t,n="[object Object]"===t;if(!e)return!0;if(r)return!e.length;if(n)return!Object.keys(e).length}(e[o])?(n[o]=e[o],n):function addKeys(e,t,n){return Object.keys(n).reduce((function(t,o){return t[e+r+o]=n[o],t}),t)}(o,n,flatten(e[o],t))}),{}),Object.keys(e).forEach((function(s){const l=s.split(r).map(o);let c=getkey(l.shift()),u=getkey(l[0]),p=a;for(;void 0!==u;){if("__proto__"===c)return;const e=Object.prototype.toString.call(p[c]),r="[object Object]"===e||"[object Array]"===e;if(!n&&!r&&void 0!==p[c])return;(n&&!r||!n&&null==p[c])&&(p[c]="number"!=typeof u||t.object?{}:[]),p=p[c],l.length>0&&(c=getkey(l.shift()),u=getkey(l[0]))}p[c]=unflatten(e[s],t)})),a}},5526:(e,t,r)=>{"use strict";var n=r(5807);function emptyFunction(){}function emptyFunctionWithReset(){}emptyFunctionWithReset.resetWarningCache=emptyFunction,e.exports=function(){function shim(e,t,r,o,a,s){if(s!==n){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function getShim(){return shim}shim.isRequired=shim;var e={array:shim,bigint:shim,bool:shim,func:shim,number:shim,object:shim,string:shim,symbol:shim,any:shim,arrayOf:getShim,element:shim,elementType:shim,instanceOf:getShim,node:shim,objectOf:getShim,oneOf:getShim,oneOfType:getShim,shape:getShim,exact:getShim,checkPropTypes:emptyFunctionWithReset,resetWarningCache:emptyFunction};return e.PropTypes=e,e}},6653:(e,t,r)=>{e.exports=r(5526)()},5807:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},6835:(e,t,r)=>{var n=r(1350);function QR8bitByte(e){this.mode=n.MODE_8BIT_BYTE,this.data=e}QR8bitByte.prototype={getLength:function(e){return this.data.length},write:function(e){for(var t=0;t<this.data.length;t++)e.put(this.data.charCodeAt(t),8)}},e.exports=QR8bitByte},6060:e=>{function QRBitBuffer(){this.buffer=new Array,this.length=0}QRBitBuffer.prototype={get:function(e){var t=Math.floor(e/8);return 1==(this.buffer[t]>>>7-e%8&1)},put:function(e,t){for(var r=0;r<t;r++)this.putBit(1==(e>>>t-r-1&1))},getLengthInBits:function(){return this.length},putBit:function(e){var t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),e&&(this.buffer[t]|=128>>>this.length%8),this.length++}},e.exports=QRBitBuffer},3214:e=>{e.exports={L:1,M:0,Q:3,H:2}},3031:(e,t,r)=>{var n=r(1723);function QRPolynomial(e,t){if(null==e.length)throw new Error(e.length+"/"+t);for(var r=0;r<e.length&&0==e[r];)r++;this.num=new Array(e.length-r+t);for(var n=0;n<e.length-r;n++)this.num[n]=e[n+r]}QRPolynomial.prototype={get:function(e){return this.num[e]},getLength:function(){return this.num.length},multiply:function(e){for(var t=new Array(this.getLength()+e.getLength()-1),r=0;r<this.getLength();r++)for(var o=0;o<e.getLength();o++)t[r+o]^=n.gexp(n.glog(this.get(r))+n.glog(e.get(o)));return new QRPolynomial(t,0)},mod:function(e){if(this.getLength()-e.getLength()<0)return this;for(var t=n.glog(this.get(0))-n.glog(e.get(0)),r=new Array(this.getLength()),o=0;o<this.getLength();o++)r[o]=this.get(o);for(o=0;o<e.getLength();o++)r[o]^=n.gexp(n.glog(e.get(o))+t);return new QRPolynomial(r,0).mod(e)}},e.exports=QRPolynomial},5039:(e,t,r)=>{var n=r(6835),o=r(3089),a=r(6060),s=r(1108),l=r(3031);function QRCode(e,t){this.typeNumber=e,this.errorCorrectLevel=t,this.modules=null,this.moduleCount=0,this.dataCache=null,this.dataList=[]}var c=QRCode.prototype;c.addData=function(e){var t=new n(e);this.dataList.push(t),this.dataCache=null},c.isDark=function(e,t){if(e<0||this.moduleCount<=e||t<0||this.moduleCount<=t)throw new Error(e+","+t);return this.modules[e][t]},c.getModuleCount=function(){return this.moduleCount},c.make=function(){if(this.typeNumber<1){var e=1;for(e=1;e<40;e++){for(var t=o.getRSBlocks(e,this.errorCorrectLevel),r=new a,n=0,l=0;l<t.length;l++)n+=t[l].dataCount;for(l=0;l<this.dataList.length;l++){var c=this.dataList[l];r.put(c.mode,4),r.put(c.getLength(),s.getLengthInBits(c.mode,e)),c.write(r)}if(r.getLengthInBits()<=8*n)break}this.typeNumber=e}this.makeImpl(!1,this.getBestMaskPattern())},c.makeImpl=function(e,t){this.moduleCount=4*this.typeNumber+17,this.modules=new Array(this.moduleCount);for(var r=0;r<this.moduleCount;r++){this.modules[r]=new Array(this.moduleCount);for(var n=0;n<this.moduleCount;n++)this.modules[r][n]=null}this.setupPositionProbePattern(0,0),this.setupPositionProbePattern(this.moduleCount-7,0),this.setupPositionProbePattern(0,this.moduleCount-7),this.setupPositionAdjustPattern(),this.setupTimingPattern(),this.setupTypeInfo(e,t),this.typeNumber>=7&&this.setupTypeNumber(e),null==this.dataCache&&(this.dataCache=QRCode.createData(this.typeNumber,this.errorCorrectLevel,this.dataList)),this.mapData(this.dataCache,t)},c.setupPositionProbePattern=function(e,t){for(var r=-1;r<=7;r++)if(!(e+r<=-1||this.moduleCount<=e+r))for(var n=-1;n<=7;n++)t+n<=-1||this.moduleCount<=t+n||(this.modules[e+r][t+n]=0<=r&&r<=6&&(0==n||6==n)||0<=n&&n<=6&&(0==r||6==r)||2<=r&&r<=4&&2<=n&&n<=4)},c.getBestMaskPattern=function(){for(var e=0,t=0,r=0;r<8;r++){this.makeImpl(!0,r);var n=s.getLostPoint(this);(0==r||e>n)&&(e=n,t=r)}return t},c.createMovieClip=function(e,t,r){var n=e.createEmptyMovieClip(t,r);this.make();for(var o=0;o<this.modules.length;o++)for(var a=1*o,s=0;s<this.modules[o].length;s++){var l=1*s;this.modules[o][s]&&(n.beginFill(0,100),n.moveTo(l,a),n.lineTo(l+1,a),n.lineTo(l+1,a+1),n.lineTo(l,a+1),n.endFill())}return n},c.setupTimingPattern=function(){for(var e=8;e<this.moduleCount-8;e++)null==this.modules[e][6]&&(this.modules[e][6]=e%2==0);for(var t=8;t<this.moduleCount-8;t++)null==this.modules[6][t]&&(this.modules[6][t]=t%2==0)},c.setupPositionAdjustPattern=function(){for(var e=s.getPatternPosition(this.typeNumber),t=0;t<e.length;t++)for(var r=0;r<e.length;r++){var n=e[t],o=e[r];if(null==this.modules[n][o])for(var a=-2;a<=2;a++)for(var l=-2;l<=2;l++)this.modules[n+a][o+l]=-2==a||2==a||-2==l||2==l||0==a&&0==l}},c.setupTypeNumber=function(e){for(var t=s.getBCHTypeNumber(this.typeNumber),r=0;r<18;r++){var n=!e&&1==(t>>r&1);this.modules[Math.floor(r/3)][r%3+this.moduleCount-8-3]=n}for(r=0;r<18;r++){n=!e&&1==(t>>r&1);this.modules[r%3+this.moduleCount-8-3][Math.floor(r/3)]=n}},c.setupTypeInfo=function(e,t){for(var r=this.errorCorrectLevel<<3|t,n=s.getBCHTypeInfo(r),o=0;o<15;o++){var a=!e&&1==(n>>o&1);o<6?this.modules[o][8]=a:o<8?this.modules[o+1][8]=a:this.modules[this.moduleCount-15+o][8]=a}for(o=0;o<15;o++){a=!e&&1==(n>>o&1);o<8?this.modules[8][this.moduleCount-o-1]=a:o<9?this.modules[8][15-o-1+1]=a:this.modules[8][15-o-1]=a}this.modules[this.moduleCount-8][8]=!e},c.mapData=function(e,t){for(var r=-1,n=this.moduleCount-1,o=7,a=0,l=this.moduleCount-1;l>0;l-=2)for(6==l&&l--;;){for(var c=0;c<2;c++)if(null==this.modules[n][l-c]){var u=!1;a<e.length&&(u=1==(e[a]>>>o&1)),s.getMask(t,n,l-c)&&(u=!u),this.modules[n][l-c]=u,-1==--o&&(a++,o=7)}if((n+=r)<0||this.moduleCount<=n){n-=r,r=-r;break}}},QRCode.PAD0=236,QRCode.PAD1=17,QRCode.createData=function(e,t,r){for(var n=o.getRSBlocks(e,t),l=new a,c=0;c<r.length;c++){var u=r[c];l.put(u.mode,4),l.put(u.getLength(),s.getLengthInBits(u.mode,e)),u.write(l)}var p=0;for(c=0;c<n.length;c++)p+=n[c].dataCount;if(l.getLengthInBits()>8*p)throw new Error("code length overflow. ("+l.getLengthInBits()+">"+8*p+")");for(l.getLengthInBits()+4<=8*p&&l.put(0,4);l.getLengthInBits()%8!=0;)l.putBit(!1);for(;!(l.getLengthInBits()>=8*p||(l.put(QRCode.PAD0,8),l.getLengthInBits()>=8*p));)l.put(QRCode.PAD1,8);return QRCode.createBytes(l,n)},QRCode.createBytes=function(e,t){for(var r=0,n=0,o=0,a=new Array(t.length),c=new Array(t.length),u=0;u<t.length;u++){var p=t[u].dataCount,d=t[u].totalCount-p;n=Math.max(n,p),o=Math.max(o,d),a[u]=new Array(p);for(var f=0;f<a[u].length;f++)a[u][f]=255&e.buffer[f+r];r+=p;var g=s.getErrorCorrectPolynomial(d),h=new l(a[u],g.getLength()-1).mod(g);c[u]=new Array(g.getLength()-1);for(f=0;f<c[u].length;f++){var m=f+h.getLength()-c[u].length;c[u][f]=m>=0?h.get(m):0}}var y=0;for(f=0;f<t.length;f++)y+=t[f].totalCount;var v=new Array(y),w=0;for(f=0;f<n;f++)for(u=0;u<t.length;u++)f<a[u].length&&(v[w++]=a[u][f]);for(f=0;f<o;f++)for(u=0;u<t.length;u++)f<c[u].length&&(v[w++]=c[u][f]);return v},e.exports=QRCode},3089:(e,t,r)=>{var n=r(3214);function QRRSBlock(e,t){this.totalCount=e,this.dataCount=t}QRRSBlock.RS_BLOCK_TABLE=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]],QRRSBlock.getRSBlocks=function(e,t){var r=QRRSBlock.getRsBlockTable(e,t);if(null==r)throw new Error("bad rs block @ typeNumber:"+e+"/errorCorrectLevel:"+t);for(var n=r.length/3,o=new Array,a=0;a<n;a++)for(var s=r[3*a+0],l=r[3*a+1],c=r[3*a+2],u=0;u<s;u++)o.push(new QRRSBlock(l,c));return o},QRRSBlock.getRsBlockTable=function(e,t){switch(t){case n.L:return QRRSBlock.RS_BLOCK_TABLE[4*(e-1)+0];case n.M:return QRRSBlock.RS_BLOCK_TABLE[4*(e-1)+1];case n.Q:return QRRSBlock.RS_BLOCK_TABLE[4*(e-1)+2];case n.H:return QRRSBlock.RS_BLOCK_TABLE[4*(e-1)+3];default:return}},e.exports=QRRSBlock},1723:e=>{for(var t={glog:function(e){if(e<1)throw new Error("glog("+e+")");return t.LOG_TABLE[e]},gexp:function(e){for(;e<0;)e+=255;for(;e>=256;)e-=255;return t.EXP_TABLE[e]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)},r=0;r<8;r++)t.EXP_TABLE[r]=1<<r;for(r=8;r<256;r++)t.EXP_TABLE[r]=t.EXP_TABLE[r-4]^t.EXP_TABLE[r-5]^t.EXP_TABLE[r-6]^t.EXP_TABLE[r-8];for(r=0;r<255;r++)t.LOG_TABLE[t.EXP_TABLE[r]]=r;e.exports=t},1350:e=>{e.exports={MODE_NUMBER:1,MODE_ALPHA_NUM:2,MODE_8BIT_BYTE:4,MODE_KANJI:8}},1108:(e,t,r)=>{var n=r(1350),o=r(3031),a=r(1723),s=0,l=1,c=2,u=3,p=4,d=5,f=6,g=7,h={PATTERN_POSITION_TABLE:[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],G15:1335,G18:7973,G15_MASK:21522,getBCHTypeInfo:function(e){for(var t=e<<10;h.getBCHDigit(t)-h.getBCHDigit(h.G15)>=0;)t^=h.G15<<h.getBCHDigit(t)-h.getBCHDigit(h.G15);return(e<<10|t)^h.G15_MASK},getBCHTypeNumber:function(e){for(var t=e<<12;h.getBCHDigit(t)-h.getBCHDigit(h.G18)>=0;)t^=h.G18<<h.getBCHDigit(t)-h.getBCHDigit(h.G18);return e<<12|t},getBCHDigit:function(e){for(var t=0;0!=e;)t++,e>>>=1;return t},getPatternPosition:function(e){return h.PATTERN_POSITION_TABLE[e-1]},getMask:function(e,t,r){switch(e){case s:return(t+r)%2==0;case l:return t%2==0;case c:return r%3==0;case u:return(t+r)%3==0;case p:return(Math.floor(t/2)+Math.floor(r/3))%2==0;case d:return t*r%2+t*r%3==0;case f:return(t*r%2+t*r%3)%2==0;case g:return(t*r%3+(t+r)%2)%2==0;default:throw new Error("bad maskPattern:"+e)}},getErrorCorrectPolynomial:function(e){for(var t=new o([1],0),r=0;r<e;r++)t=t.multiply(new o([1,a.gexp(r)],0));return t},getLengthInBits:function(e,t){if(1<=t&&t<10)switch(e){case n.MODE_NUMBER:return 10;case n.MODE_ALPHA_NUM:return 9;case n.MODE_8BIT_BYTE:case n.MODE_KANJI:return 8;default:throw new Error("mode:"+e)}else if(t<27)switch(e){case n.MODE_NUMBER:return 12;case n.MODE_ALPHA_NUM:return 11;case n.MODE_8BIT_BYTE:return 16;case n.MODE_KANJI:return 10;default:throw new Error("mode:"+e)}else{if(!(t<41))throw new Error("type:"+t);switch(e){case n.MODE_NUMBER:return 14;case n.MODE_ALPHA_NUM:return 13;case n.MODE_8BIT_BYTE:return 16;case n.MODE_KANJI:return 12;default:throw new Error("mode:"+e)}}},getLostPoint:function(e){for(var t=e.getModuleCount(),r=0,n=0;n<t;n++)for(var o=0;o<t;o++){for(var a=0,s=e.isDark(n,o),l=-1;l<=1;l++)if(!(n+l<0||t<=n+l))for(var c=-1;c<=1;c++)o+c<0||t<=o+c||0==l&&0==c||s==e.isDark(n+l,o+c)&&a++;a>5&&(r+=3+a-5)}for(n=0;n<t-1;n++)for(o=0;o<t-1;o++){var u=0;e.isDark(n,o)&&u++,e.isDark(n+1,o)&&u++,e.isDark(n,o+1)&&u++,e.isDark(n+1,o+1)&&u++,0!=u&&4!=u||(r+=3)}for(n=0;n<t;n++)for(o=0;o<t-6;o++)e.isDark(n,o)&&!e.isDark(n,o+1)&&e.isDark(n,o+2)&&e.isDark(n,o+3)&&e.isDark(n,o+4)&&!e.isDark(n,o+5)&&e.isDark(n,o+6)&&(r+=40);for(o=0;o<t;o++)for(n=0;n<t-6;n++)e.isDark(n,o)&&!e.isDark(n+1,o)&&e.isDark(n+2,o)&&e.isDark(n+3,o)&&e.isDark(n+4,o)&&!e.isDark(n+5,o)&&e.isDark(n+6,o)&&(r+=40);var p=0;for(o=0;o<t;o++)for(n=0;n<t;n++)e.isDark(n,o)&&p++;return r+=10*(Math.abs(100*p/t/t-50)/5)}};e.exports=h},2895:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},o=_interopRequireDefault(r(6653)),a=r(7363),s=_interopRequireDefault(a);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var l={bgColor:o.default.oneOfType([o.default.object,o.default.string]).isRequired,bgD:o.default.string.isRequired,fgColor:o.default.oneOfType([o.default.object,o.default.string]).isRequired,fgD:o.default.string.isRequired,size:o.default.number.isRequired,title:o.default.string,viewBoxSize:o.default.number.isRequired,xmlns:o.default.string},c=(0,a.forwardRef)((function(e,t){var r=e.bgColor,o=e.bgD,a=e.fgD,l=e.fgColor,c=e.size,u=e.title,p=e.viewBoxSize,d=e.xmlns,f=void 0===d?"http://www.w3.org/2000/svg":d,g=function _objectWithoutProperties(e,t){var r={};for(var n in e)t.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(e,n)&&(r[n]=e[n]);return r}(e,["bgColor","bgD","fgD","fgColor","size","title","viewBoxSize","xmlns"]);return s.default.createElement("svg",n({},g,{height:c,ref:t,viewBox:"0 0 "+p+" "+p,width:c,xmlns:f}),u?s.default.createElement("title",null,u):null,s.default.createElement("path",{d:o,fill:r}),s.default.createElement("path",{d:a,fill:l}))}));c.displayName="QRCodeSvg",c.propTypes=l,t.default=c},2182:(e,t,r)=>{"use strict";var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},o=_interopRequireDefault(r(6653)),a=_interopRequireDefault(r(3214)),s=_interopRequireDefault(r(5039)),l=r(7363),c=_interopRequireDefault(l),u=_interopRequireDefault(r(2895));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var p={bgColor:o.default.oneOfType([o.default.object,o.default.string]),fgColor:o.default.oneOfType([o.default.object,o.default.string]),level:o.default.string,size:o.default.number,value:o.default.string.isRequired},d=(0,l.forwardRef)((function(e,t){var r=e.bgColor,o=void 0===r?"#FFFFFF":r,l=e.fgColor,p=void 0===l?"#000000":l,d=e.level,f=void 0===d?"L":d,g=e.size,h=void 0===g?256:g,m=e.value,y=function _objectWithoutProperties(e,t){var r={};for(var n in e)t.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(e,n)&&(r[n]=e[n]);return r}(e,["bgColor","fgColor","level","size","value"]),v=new s.default(-1,a.default[f]);v.addData(m),v.make();var w=v.modules;return c.default.createElement(u.default,n({},y,{bgColor:o,bgD:w.map((function(e,t){return e.map((function(e,r){return e?"":"M "+r+" "+t+" l 1 0 0 1 -1 0 Z"})).join(" ")})).join(" "),fgColor:p,fgD:w.map((function(e,t){return e.map((function(e,r){return e?"M "+r+" "+t+" l 1 0 0 1 -1 0 Z":""})).join(" ")})).join(" "),ref:t,size:h,viewBoxSize:w.length}))}));d.displayName="QRCode",d.propTypes=p},7691:(e,t,r)=>{"use strict";var n=r(7363),o=Symbol.for("react.element"),a=Symbol.for("react.fragment"),s=Object.prototype.hasOwnProperty,l=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c={key:!0,ref:!0,__self:!0,__source:!0};function q(e,t,r){var n,a={},u=null,p=null;for(n in void 0!==r&&(u=""+r),void 0!==t.key&&(u=""+t.key),void 0!==t.ref&&(p=t.ref),t)s.call(t,n)&&!c.hasOwnProperty(n)&&(a[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps)void 0===a[n]&&(a[n]=t[n]);return{$$typeof:o,type:e,key:u,ref:p,props:a,_owner:l.current}}t.jsx=q,t.jsxs=q},7514:(e,t,r)=>{"use strict";e.exports=r(7691)},9282:(e,t,r)=>{"use strict";var n=r(4155),o=r(5108);function _typeof(e){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(e){return typeof e}:function _typeof(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_typeof(e)}var a,s,l=r(2136).codes,c=l.ERR_AMBIGUOUS_ARGUMENT,u=l.ERR_INVALID_ARG_TYPE,p=l.ERR_INVALID_ARG_VALUE,d=l.ERR_INVALID_RETURN_VALUE,f=l.ERR_MISSING_ARGS,g=r(5961),h=r(9539).inspect,m=r(9539).types,y=m.isPromise,v=m.isRegExp,w=Object.assign?Object.assign:r(8091).assign,b=Object.is?Object.is:r(609);new Map;function lazyLoadComparison(){var e=r(9158);a=e.isDeepEqual,s=e.isDeepStrictEqual}var _=!1,S=e.exports=ok,E={};function innerFail(e){if(e.message instanceof Error)throw e.message;throw new g(e)}function innerOk(e,t,r,n){if(!r){var o=!1;if(0===t)o=!0,n="No value argument passed to `assert.ok()`";else if(n instanceof Error)throw n;var a=new g({actual:r,expected:!0,message:n,operator:"==",stackStartFn:e});throw a.generatedMessage=o,a}}function ok(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];innerOk.apply(void 0,[ok,t.length].concat(t))}S.fail=function fail(e,t,r,a,s){var l,c=arguments.length;if(0===c)l="Failed";else if(1===c)r=e,e=void 0;else{if(!1===_){_=!0;var u=n.emitWarning?n.emitWarning:o.warn.bind(o);u("assert.fail() with more than one argument is deprecated. Please use assert.strictEqual() instead or only pass a message.","DeprecationWarning","DEP0094")}2===c&&(a="!=")}if(r instanceof Error)throw r;var p={actual:e,expected:t,operator:void 0===a?"fail":a,stackStartFn:s||fail};void 0!==r&&(p.message=r);var d=new g(p);throw l&&(d.message=l,d.generatedMessage=!0),d},S.AssertionError=g,S.ok=ok,S.equal=function equal(e,t,r){if(arguments.length<2)throw new f("actual","expected");e!=t&&innerFail({actual:e,expected:t,message:r,operator:"==",stackStartFn:equal})},S.notEqual=function notEqual(e,t,r){if(arguments.length<2)throw new f("actual","expected");e==t&&innerFail({actual:e,expected:t,message:r,operator:"!=",stackStartFn:notEqual})},S.deepEqual=function deepEqual(e,t,r){if(arguments.length<2)throw new f("actual","expected");void 0===a&&lazyLoadComparison(),a(e,t)||innerFail({actual:e,expected:t,message:r,operator:"deepEqual",stackStartFn:deepEqual})},S.notDeepEqual=function notDeepEqual(e,t,r){if(arguments.length<2)throw new f("actual","expected");void 0===a&&lazyLoadComparison(),a(e,t)&&innerFail({actual:e,expected:t,message:r,operator:"notDeepEqual",stackStartFn:notDeepEqual})},S.deepStrictEqual=function deepStrictEqual(e,t,r){if(arguments.length<2)throw new f("actual","expected");void 0===a&&lazyLoadComparison(),s(e,t)||innerFail({actual:e,expected:t,message:r,operator:"deepStrictEqual",stackStartFn:deepStrictEqual})},S.notDeepStrictEqual=function notDeepStrictEqual(e,t,r){if(arguments.length<2)throw new f("actual","expected");void 0===a&&lazyLoadComparison();s(e,t)&&innerFail({actual:e,expected:t,message:r,operator:"notDeepStrictEqual",stackStartFn:notDeepStrictEqual})},S.strictEqual=function strictEqual(e,t,r){if(arguments.length<2)throw new f("actual","expected");b(e,t)||innerFail({actual:e,expected:t,message:r,operator:"strictEqual",stackStartFn:strictEqual})},S.notStrictEqual=function notStrictEqual(e,t,r){if(arguments.length<2)throw new f("actual","expected");b(e,t)&&innerFail({actual:e,expected:t,message:r,operator:"notStrictEqual",stackStartFn:notStrictEqual})};var x=function Comparison(e,t,r){var n=this;!function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,Comparison),t.forEach((function(t){t in e&&(void 0!==r&&"string"==typeof r[t]&&v(e[t])&&e[t].test(r[t])?n[t]=r[t]:n[t]=e[t])}))};function compareExceptionKey(e,t,r,n,o,a){if(!(r in e)||!s(e[r],t[r])){if(!n){var l=new x(e,o),c=new x(t,o,e),u=new g({actual:l,expected:c,operator:"deepStrictEqual",stackStartFn:a});throw u.actual=e,u.expected=t,u.operator=a.name,u}innerFail({actual:e,expected:t,message:n,operator:a.name,stackStartFn:a})}}function expectedException(e,t,r,n){if("function"!=typeof t){if(v(t))return t.test(e);if(2===arguments.length)throw new u("expected",["Function","RegExp"],t);if("object"!==_typeof(e)||null===e){var o=new g({actual:e,expected:t,message:r,operator:"deepStrictEqual",stackStartFn:n});throw o.operator=n.name,o}var s=Object.keys(t);if(t instanceof Error)s.push("name","message");else if(0===s.length)throw new p("error",t,"may not be an empty object");return void 0===a&&lazyLoadComparison(),s.forEach((function(o){"string"==typeof e[o]&&v(t[o])&&t[o].test(e[o])||compareExceptionKey(e,t,o,r,s,n)})),!0}return void 0!==t.prototype&&e instanceof t||!Error.isPrototypeOf(t)&&!0===t.call({},e)}function getActual(e){if("function"!=typeof e)throw new u("fn","Function",e);try{e()}catch(e){return e}return E}function checkIsPromise(e){return y(e)||null!==e&&"object"===_typeof(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function waitForActual(e){return Promise.resolve().then((function(){var t;if("function"==typeof e){if(!checkIsPromise(t=e()))throw new d("instance of Promise","promiseFn",t)}else{if(!checkIsPromise(e))throw new u("promiseFn",["Function","Promise"],e);t=e}return Promise.resolve().then((function(){return t})).then((function(){return E})).catch((function(e){return e}))}))}function expectsError(e,t,r,n){if("string"==typeof r){if(4===arguments.length)throw new u("error",["Object","Error","Function","RegExp"],r);if("object"===_typeof(t)&&null!==t){if(t.message===r)throw new c("error/message",'The error message "'.concat(t.message,'" is identical to the message.'))}else if(t===r)throw new c("error/message",'The error "'.concat(t,'" is identical to the message.'));n=r,r=void 0}else if(null!=r&&"object"!==_typeof(r)&&"function"!=typeof r)throw new u("error",["Object","Error","Function","RegExp"],r);if(t===E){var o="";r&&r.name&&(o+=" (".concat(r.name,")")),o+=n?": ".concat(n):".";var a="rejects"===e.name?"rejection":"exception";innerFail({actual:void 0,expected:r,operator:e.name,message:"Missing expected ".concat(a).concat(o),stackStartFn:e})}if(r&&!expectedException(t,r,n,e))throw t}function expectsNoError(e,t,r,n){if(t!==E){if("string"==typeof r&&(n=r,r=void 0),!r||expectedException(t,r)){var o=n?": ".concat(n):".",a="doesNotReject"===e.name?"rejection":"exception";innerFail({actual:t,expected:r,operator:e.name,message:"Got unwanted ".concat(a).concat(o,"\n")+'Actual message: "'.concat(t&&t.message,'"'),stackStartFn:e})}throw t}}function strict(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];innerOk.apply(void 0,[strict,t.length].concat(t))}S.throws=function throws(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];expectsError.apply(void 0,[throws,getActual(e)].concat(r))},S.rejects=function rejects(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return waitForActual(e).then((function(e){return expectsError.apply(void 0,[rejects,e].concat(r))}))},S.doesNotThrow=function doesNotThrow(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];expectsNoError.apply(void 0,[doesNotThrow,getActual(e)].concat(r))},S.doesNotReject=function doesNotReject(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return waitForActual(e).then((function(e){return expectsNoError.apply(void 0,[doesNotReject,e].concat(r))}))},S.ifError=function ifError(e){if(null!=e){var t="ifError got unwanted exception: ";"object"===_typeof(e)&&"string"==typeof e.message?0===e.message.length&&e.constructor?t+=e.constructor.name:t+=e.message:t+=h(e);var r=new g({actual:e,expected:null,operator:"ifError",message:t,stackStartFn:ifError}),n=e.stack;if("string"==typeof n){var o=n.split("\n");o.shift();for(var a=r.stack.split("\n"),s=0;s<o.length;s++){var l=a.indexOf(o[s]);if(-1!==l){a=a.slice(0,l);break}}r.stack="".concat(a.join("\n"),"\n").concat(o.join("\n"))}throw r}},S.strict=w(strict,S,{equal:S.strictEqual,deepEqual:S.deepStrictEqual,notEqual:S.notStrictEqual,notDeepEqual:S.notDeepStrictEqual}),S.strict.strict=S.strict},5961:(e,t,r)=>{"use strict";var n=r(4155);function _defineProperty(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _defineProperties(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function _possibleConstructorReturn(e,t){return!t||"object"!==_typeof(t)&&"function"!=typeof t?_assertThisInitialized(e):t}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _wrapNativeSuper(e){var t="function"==typeof Map?new Map:void 0;return _wrapNativeSuper=function _wrapNativeSuper(e){if(null===e||!function _isNativeFunction(e){return-1!==Function.toString.call(e).indexOf("[native code]")}(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,Wrapper)}function Wrapper(){return _construct(e,arguments,_getPrototypeOf(this).constructor)}return Wrapper.prototype=Object.create(e.prototype,{constructor:{value:Wrapper,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf(Wrapper,e)},_wrapNativeSuper(e)}function isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function _construct(e,t,r){return _construct=isNativeReflectConstruct()?Reflect.construct:function _construct(e,t,r){var n=[null];n.push.apply(n,t);var o=new(Function.bind.apply(e,n));return r&&_setPrototypeOf(o,r.prototype),o},_construct.apply(null,arguments)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function _getPrototypeOf(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}function _typeof(e){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(e){return typeof e}:function _typeof(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_typeof(e)}var o=r(9539).inspect,a=r(2136).codes.ERR_INVALID_ARG_TYPE;function endsWith(e,t,r){return(void 0===r||r>e.length)&&(r=e.length),e.substring(r-t.length,r)===t}var s="",l="",c="",u="",p={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"};function copyError(e){var t=Object.keys(e),r=Object.create(Object.getPrototypeOf(e));return t.forEach((function(t){r[t]=e[t]})),Object.defineProperty(r,"message",{value:e.message}),r}function inspectValue(e){return o(e,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}function createErrDiff(e,t,r){var o="",a="",d=0,f="",g=!1,h=inspectValue(e),m=h.split("\n"),y=inspectValue(t).split("\n"),v=0,w="";if("strictEqual"===r&&"object"===_typeof(e)&&"object"===_typeof(t)&&null!==e&&null!==t&&(r="strictEqualObject"),1===m.length&&1===y.length&&m[0]!==y[0]){var b=m[0].length+y[0].length;if(b<=10){if(!("object"===_typeof(e)&&null!==e||"object"===_typeof(t)&&null!==t||0===e&&0===t))return"".concat(p[r],"\n\n")+"".concat(m[0]," !== ").concat(y[0],"\n")}else if("strictEqualObject"!==r){if(b<(n.stderr&&n.stderr.isTTY?n.stderr.columns:80)){for(;m[0][v]===y[0][v];)v++;v>2&&(w="\n ".concat(function repeat(e,t){if(t=Math.floor(t),0==e.length||0==t)return"";var r=e.length*t;for(t=Math.floor(Math.log(t)/Math.log(2));t;)e+=e,t--;return e+e.substring(0,r-e.length)}(" ",v),"^"),v=0)}}}for(var _=m[m.length-1],S=y[y.length-1];_===S&&(v++<2?f="\n ".concat(_).concat(f):o=_,m.pop(),y.pop(),0!==m.length&&0!==y.length);)_=m[m.length-1],S=y[y.length-1];var E=Math.max(m.length,y.length);if(0===E){var x=h.split("\n");if(x.length>30)for(x[26]="".concat(s,"...").concat(u);x.length>27;)x.pop();return"".concat(p.notIdentical,"\n\n").concat(x.join("\n"),"\n")}v>3&&(f="\n".concat(s,"...").concat(u).concat(f),g=!0),""!==o&&(f="\n ".concat(o).concat(f),o="");var A=0,T=p[r]+"\n".concat(l,"+ actual").concat(u," ").concat(c,"- expected").concat(u),P=" ".concat(s,"...").concat(u," Lines skipped");for(v=0;v<E;v++){var C=v-d;if(m.length<v+1)C>1&&v>2&&(C>4?(a+="\n".concat(s,"...").concat(u),g=!0):C>3&&(a+="\n ".concat(y[v-2]),A++),a+="\n ".concat(y[v-1]),A++),d=v,o+="\n".concat(c,"-").concat(u," ").concat(y[v]),A++;else if(y.length<v+1)C>1&&v>2&&(C>4?(a+="\n".concat(s,"...").concat(u),g=!0):C>3&&(a+="\n ".concat(m[v-2]),A++),a+="\n ".concat(m[v-1]),A++),d=v,a+="\n".concat(l,"+").concat(u," ").concat(m[v]),A++;else{var O=y[v],k=m[v],j=k!==O&&(!endsWith(k,",")||k.slice(0,-1)!==O);j&&endsWith(O,",")&&O.slice(0,-1)===k&&(j=!1,k+=","),j?(C>1&&v>2&&(C>4?(a+="\n".concat(s,"...").concat(u),g=!0):C>3&&(a+="\n ".concat(m[v-2]),A++),a+="\n ".concat(m[v-1]),A++),d=v,a+="\n".concat(l,"+").concat(u," ").concat(k),o+="\n".concat(c,"-").concat(u," ").concat(O),A+=2):(a+=o,o="",1!==C&&0!==v||(a+="\n ".concat(k),A++))}if(A>20&&v<E-2)return"".concat(T).concat(P,"\n").concat(a,"\n").concat(s,"...").concat(u).concat(o,"\n")+"".concat(s,"...").concat(u)}return"".concat(T).concat(g?P:"","\n").concat(a).concat(o).concat(f).concat(w)}var d=function(e){function AssertionError(e){var t;if(function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,AssertionError),"object"!==_typeof(e)||null===e)throw new a("options","Object",e);var r=e.message,o=e.operator,d=e.stackStartFn,f=e.actual,g=e.expected,h=Error.stackTraceLimit;if(Error.stackTraceLimit=0,null!=r)t=_possibleConstructorReturn(this,_getPrototypeOf(AssertionError).call(this,String(r)));else if(n.stderr&&n.stderr.isTTY&&(n.stderr&&n.stderr.getColorDepth&&1!==n.stderr.getColorDepth()?(s="",l="",u="",c=""):(s="",l="",u="",c="")),"object"===_typeof(f)&&null!==f&&"object"===_typeof(g)&&null!==g&&"stack"in f&&f instanceof Error&&"stack"in g&&g instanceof Error&&(f=copyError(f),g=copyError(g)),"deepStrictEqual"===o||"strictEqual"===o)t=_possibleConstructorReturn(this,_getPrototypeOf(AssertionError).call(this,createErrDiff(f,g,o)));else if("notDeepStrictEqual"===o||"notStrictEqual"===o){var m=p[o],y=inspectValue(f).split("\n");if("notStrictEqual"===o&&"object"===_typeof(f)&&null!==f&&(m=p.notStrictEqualObject),y.length>30)for(y[26]="".concat(s,"...").concat(u);y.length>27;)y.pop();t=1===y.length?_possibleConstructorReturn(this,_getPrototypeOf(AssertionError).call(this,"".concat(m," ").concat(y[0]))):_possibleConstructorReturn(this,_getPrototypeOf(AssertionError).call(this,"".concat(m,"\n\n").concat(y.join("\n"),"\n")))}else{var v=inspectValue(f),w="",b=p[o];"notDeepEqual"===o||"notEqual"===o?(v="".concat(p[o],"\n\n").concat(v)).length>1024&&(v="".concat(v.slice(0,1021),"...")):(w="".concat(inspectValue(g)),v.length>512&&(v="".concat(v.slice(0,509),"...")),w.length>512&&(w="".concat(w.slice(0,509),"...")),"deepEqual"===o||"equal"===o?v="".concat(b,"\n\n").concat(v,"\n\nshould equal\n\n"):w=" ".concat(o," ").concat(w)),t=_possibleConstructorReturn(this,_getPrototypeOf(AssertionError).call(this,"".concat(v).concat(w)))}return Error.stackTraceLimit=h,t.generatedMessage=!r,Object.defineProperty(_assertThisInitialized(t),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),t.code="ERR_ASSERTION",t.actual=f,t.expected=g,t.operator=o,Error.captureStackTrace&&Error.captureStackTrace(_assertThisInitialized(t),d),t.stack,t.name="AssertionError",_possibleConstructorReturn(t)}return function _inherits(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf(e,t)}(AssertionError,e),function _createClass(e,t,r){return t&&_defineProperties(e.prototype,t),r&&_defineProperties(e,r),e}(AssertionError,[{key:"toString",value:function toString(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:o.custom,value:function value(e,t){return o(this,function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},n=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter((function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable})))),n.forEach((function(t){_defineProperty(e,t,r[t])}))}return e}({},t,{customInspect:!1,depth:0}))}}]),AssertionError}(_wrapNativeSuper(Error));e.exports=d},2136:(e,t,r)=>{"use strict";function _typeof(e){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(e){return typeof e}:function _typeof(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_typeof(e)}function _possibleConstructorReturn(e,t){return!t||"object"!==_typeof(t)&&"function"!=typeof t?function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function _getPrototypeOf(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}var n,o,a={};function createErrorType(e,t,r){r||(r=Error);var n=function(r){function NodeError(r,n,o){var a;return function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,NodeError),a=_possibleConstructorReturn(this,_getPrototypeOf(NodeError).call(this,function getMessage(e,r,n){return"string"==typeof t?t:t(e,r,n)}(r,n,o))),a.code=e,a}return function _inherits(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_setPrototypeOf(e,t)}(NodeError,r),NodeError}(r);a[e]=n}function oneOf(e,t){if(Array.isArray(e)){var r=e.length;return e=e.map((function(e){return String(e)})),r>2?"one of ".concat(t," ").concat(e.slice(0,r-1).join(", "),", or ")+e[r-1]:2===r?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}return"of ".concat(t," ").concat(String(e))}createErrorType("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),createErrorType("ERR_INVALID_ARG_TYPE",(function(e,t,o){var a,s;if(void 0===n&&(n=r(9282)),n("string"==typeof e,"'name' must be a string"),"string"==typeof t&&function startsWith(e,t,r){return e.substr(!r||r<0?0:+r,t.length)===t}(t,"not ")?(a="must not be",t=t.replace(/^not /,"")):a="must be",function endsWith(e,t,r){return(void 0===r||r>e.length)&&(r=e.length),e.substring(r-t.length,r)===t}(e," argument"))s="The ".concat(e," ").concat(a," ").concat(oneOf(t,"type"));else{var l=function includes(e,t,r){return"number"!=typeof r&&(r=0),!(r+t.length>e.length)&&-1!==e.indexOf(t,r)}(e,".")?"property":"argument";s='The "'.concat(e,'" ').concat(l," ").concat(a," ").concat(oneOf(t,"type"))}return s+=". Received type ".concat(_typeof(o))}),TypeError),createErrorType("ERR_INVALID_ARG_VALUE",(function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"is invalid";void 0===o&&(o=r(9539));var a=o.inspect(t);return a.length>128&&(a="".concat(a.slice(0,128),"...")),"The argument '".concat(e,"' ").concat(n,". Received ").concat(a)}),TypeError,RangeError),createErrorType("ERR_INVALID_RETURN_VALUE",(function(e,t,r){var n;return n=r&&r.constructor&&r.constructor.name?"instance of ".concat(r.constructor.name):"type ".concat(_typeof(r)),"Expected ".concat(e,' to be returned from the "').concat(t,'"')+" function but got ".concat(n,".")}),TypeError),createErrorType("ERR_MISSING_ARGS",(function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];void 0===n&&(n=r(9282)),n(t.length>0,"At least one arg needs to be specified");var a="The ",s=t.length;switch(t=t.map((function(e){return'"'.concat(e,'"')})),s){case 1:a+="".concat(t[0]," argument");break;case 2:a+="".concat(t[0]," and ").concat(t[1]," arguments");break;default:a+=t.slice(0,s-1).join(", "),a+=", and ".concat(t[s-1]," arguments")}return"".concat(a," must be specified")}),TypeError),e.exports.codes=a},9158:(e,t,r)=>{"use strict";function _slicedToArray(e,t){return function _arrayWithHoles(e){if(Array.isArray(e))return e}(e)||function _iterableToArrayLimit(e,t){var r=[],n=!0,o=!1,a=void 0;try{for(var s,l=e[Symbol.iterator]();!(n=(s=l.next()).done)&&(r.push(s.value),!t||r.length!==t);n=!0);}catch(e){o=!0,a=e}finally{try{n||null==l.return||l.return()}finally{if(o)throw a}}return r}(e,t)||function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function _typeof(e){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(e){return typeof e}:function _typeof(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_typeof(e)}var n=void 0!==/a/g.flags,o=function arrayFromSet(e){var t=[];return e.forEach((function(e){return t.push(e)})),t},a=function arrayFromMap(e){var t=[];return e.forEach((function(e,r){return t.push([r,e])})),t},s=Object.is?Object.is:r(609),l=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols:function(){return[]},c=Number.isNaN?Number.isNaN:r(360);function uncurryThis(e){return e.call.bind(e)}var u=uncurryThis(Object.prototype.hasOwnProperty),p=uncurryThis(Object.prototype.propertyIsEnumerable),d=uncurryThis(Object.prototype.toString),f=r(9539).types,g=f.isAnyArrayBuffer,h=f.isArrayBufferView,m=f.isDate,y=f.isMap,v=f.isRegExp,w=f.isSet,b=f.isNativeError,_=f.isBoxedPrimitive,S=f.isNumberObject,E=f.isStringObject,x=f.isBooleanObject,A=f.isBigIntObject,T=f.isSymbolObject,P=f.isFloat32Array,C=f.isFloat64Array;function isNonIndex(e){if(0===e.length||e.length>10)return!0;for(var t=0;t<e.length;t++){var r=e.charCodeAt(t);if(r<48||r>57)return!0}return 10===e.length&&e>=Math.pow(2,32)}function getOwnNonIndexProperties(e){return Object.keys(e).filter(isNonIndex).concat(l(e).filter(Object.prototype.propertyIsEnumerable.bind(e)))}function compare(e,t){if(e===t)return 0;for(var r=e.length,n=t.length,o=0,a=Math.min(r,n);o<a;++o)if(e[o]!==t[o]){r=e[o],n=t[o];break}return r<n?-1:n<r?1:0}function innerDeepEqual(e,t,r,o){if(e===t)return 0!==e||(!r||s(e,t));if(r){if("object"!==_typeof(e))return"number"==typeof e&&c(e)&&c(t);if("object"!==_typeof(t)||null===e||null===t)return!1;if(Object.getPrototypeOf(e)!==Object.getPrototypeOf(t))return!1}else{if(null===e||"object"!==_typeof(e))return(null===t||"object"!==_typeof(t))&&e==t;if(null===t||"object"!==_typeof(t))return!1}var a=d(e);if(a!==d(t))return!1;if(Array.isArray(e)){if(e.length!==t.length)return!1;var l=getOwnNonIndexProperties(e),u=getOwnNonIndexProperties(t);return l.length===u.length&&keyCheck(e,t,r,o,1,l)}if("[object Object]"===a&&(!y(e)&&y(t)||!w(e)&&w(t)))return!1;if(m(e)){if(!m(t)||Date.prototype.getTime.call(e)!==Date.prototype.getTime.call(t))return!1}else if(v(e)){if(!v(t)||!function areSimilarRegExps(e,t){return n?e.source===t.source&&e.flags===t.flags:RegExp.prototype.toString.call(e)===RegExp.prototype.toString.call(t)}(e,t))return!1}else if(b(e)||e instanceof Error){if(e.message!==t.message||e.name!==t.name)return!1}else{if(h(e)){if(r||!P(e)&&!C(e)){if(!function areSimilarTypedArrays(e,t){return e.byteLength===t.byteLength&&0===compare(new Uint8Array(e.buffer,e.byteOffset,e.byteLength),new Uint8Array(t.buffer,t.byteOffset,t.byteLength))}(e,t))return!1}else if(!function areSimilarFloatArrays(e,t){if(e.byteLength!==t.byteLength)return!1;for(var r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0}(e,t))return!1;var p=getOwnNonIndexProperties(e),f=getOwnNonIndexProperties(t);return p.length===f.length&&keyCheck(e,t,r,o,0,p)}if(w(e))return!(!w(t)||e.size!==t.size)&&keyCheck(e,t,r,o,2);if(y(e))return!(!y(t)||e.size!==t.size)&&keyCheck(e,t,r,o,3);if(g(e)){if(!function areEqualArrayBuffers(e,t){return e.byteLength===t.byteLength&&0===compare(new Uint8Array(e),new Uint8Array(t))}(e,t))return!1}else if(_(e)&&!function isEqualBoxedPrimitive(e,t){return S(e)?S(t)&&s(Number.prototype.valueOf.call(e),Number.prototype.valueOf.call(t)):E(e)?E(t)&&String.prototype.valueOf.call(e)===String.prototype.valueOf.call(t):x(e)?x(t)&&Boolean.prototype.valueOf.call(e)===Boolean.prototype.valueOf.call(t):A(e)?A(t)&&BigInt.prototype.valueOf.call(e)===BigInt.prototype.valueOf.call(t):T(t)&&Symbol.prototype.valueOf.call(e)===Symbol.prototype.valueOf.call(t)}(e,t))return!1}return keyCheck(e,t,r,o,0)}function getEnumerables(e,t){return t.filter((function(t){return p(e,t)}))}function keyCheck(e,t,r,n,o,a){if(5===arguments.length){a=Object.keys(e);var s=Object.keys(t);if(a.length!==s.length)return!1}for(var c=0;c<a.length;c++)if(!u(t,a[c]))return!1;if(r&&5===arguments.length){var d=l(e);if(0!==d.length){var f=0;for(c=0;c<d.length;c++){var g=d[c];if(p(e,g)){if(!p(t,g))return!1;a.push(g),f++}else if(p(t,g))return!1}var h=l(t);if(d.length!==h.length&&getEnumerables(t,h).length!==f)return!1}else{var m=l(t);if(0!==m.length&&0!==getEnumerables(t,m).length)return!1}}if(0===a.length&&(0===o||1===o&&0===e.length||0===e.size))return!0;if(void 0===n)n={val1:new Map,val2:new Map,position:0};else{var y=n.val1.get(e);if(void 0!==y){var v=n.val2.get(t);if(void 0!==v)return y===v}n.position++}n.val1.set(e,n.position),n.val2.set(t,n.position);var w=objEquiv(e,t,r,a,n,o);return n.val1.delete(e),n.val2.delete(t),w}function setHasEqualElement(e,t,r,n){for(var a=o(e),s=0;s<a.length;s++){var l=a[s];if(innerDeepEqual(t,l,r,n))return e.delete(l),!0}return!1}function findLooseMatchingPrimitives(e){switch(_typeof(e)){case"undefined":return null;case"object":return;case"symbol":return!1;case"string":e=+e;case"number":if(c(e))return!1}return!0}function setMightHaveLoosePrim(e,t,r){var n=findLooseMatchingPrimitives(r);return null!=n?n:t.has(n)&&!e.has(n)}function mapMightHaveLoosePrim(e,t,r,n,o){var a=findLooseMatchingPrimitives(r);if(null!=a)return a;var s=t.get(a);return!(void 0===s&&!t.has(a)||!innerDeepEqual(n,s,!1,o))&&(!e.has(a)&&innerDeepEqual(n,s,!1,o))}function mapHasEqualEntry(e,t,r,n,a,s){for(var l=o(e),c=0;c<l.length;c++){var u=l[c];if(innerDeepEqual(r,u,a,s)&&innerDeepEqual(n,t.get(u),a,s))return e.delete(u),!0}return!1}function objEquiv(e,t,r,n,s,l){var c=0;if(2===l){if(!function setEquiv(e,t,r,n){for(var a=null,s=o(e),l=0;l<s.length;l++){var c=s[l];if("object"===_typeof(c)&&null!==c)null===a&&(a=new Set),a.add(c);else if(!t.has(c)){if(r)return!1;if(!setMightHaveLoosePrim(e,t,c))return!1;null===a&&(a=new Set),a.add(c)}}if(null!==a){for(var u=o(t),p=0;p<u.length;p++){var d=u[p];if("object"===_typeof(d)&&null!==d){if(!setHasEqualElement(a,d,r,n))return!1}else if(!r&&!e.has(d)&&!setHasEqualElement(a,d,r,n))return!1}return 0===a.size}return!0}(e,t,r,s))return!1}else if(3===l){if(!function mapEquiv(e,t,r,n){for(var o=null,s=a(e),l=0;l<s.length;l++){var c=_slicedToArray(s[l],2),u=c[0],p=c[1];if("object"===_typeof(u)&&null!==u)null===o&&(o=new Set),o.add(u);else{var d=t.get(u);if(void 0===d&&!t.has(u)||!innerDeepEqual(p,d,r,n)){if(r)return!1;if(!mapMightHaveLoosePrim(e,t,u,p,n))return!1;null===o&&(o=new Set),o.add(u)}}}if(null!==o){for(var f=a(t),g=0;g<f.length;g++){var h=_slicedToArray(f[g],2),m=(u=h[0],h[1]);if("object"===_typeof(u)&&null!==u){if(!mapHasEqualEntry(o,e,u,m,r,n))return!1}else if(!(r||e.has(u)&&innerDeepEqual(e.get(u),m,!1,n)||mapHasEqualEntry(o,e,u,m,!1,n)))return!1}return 0===o.size}return!0}(e,t,r,s))return!1}else if(1===l)for(;c<e.length;c++){if(!u(e,c)){if(u(t,c))return!1;for(var p=Object.keys(e);c<p.length;c++){var d=p[c];if(!u(t,d)||!innerDeepEqual(e[d],t[d],r,s))return!1}return p.length===Object.keys(t).length}if(!u(t,c)||!innerDeepEqual(e[c],t[c],r,s))return!1}for(c=0;c<n.length;c++){var f=n[c];if(!innerDeepEqual(e[f],t[f],r,s))return!1}return!0}e.exports={isDeepEqual:function isDeepEqual(e,t){return innerDeepEqual(e,t,false)},isDeepStrictEqual:function isDeepStrictEqual(e,t){return innerDeepEqual(e,t,true)}}},1924:(e,t,r)=>{"use strict";var n=r(210),o=r(5559),a=o(n("String.prototype.indexOf"));e.exports=function callBoundIntrinsic(e,t){var r=n(e,!!t);return"function"==typeof r&&a(e,".prototype.")>-1?o(r):r}},5559:(e,t,r)=>{"use strict";var n=r(8612),o=r(210),a=o("%Function.prototype.apply%"),s=o("%Function.prototype.call%"),l=o("%Reflect.apply%",!0)||n.call(s,a),c=o("%Object.getOwnPropertyDescriptor%",!0),u=o("%Object.defineProperty%",!0),p=o("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function callBind(e){var t=l(n,s,arguments);if(c&&u){var r=c(t,"length");r.configurable&&u(t,"length",{value:1+p(0,e.length-(arguments.length-1))})}return t};var d=function applyBind(){return l(n,a,arguments)};u?u(e.exports,"apply",{value:d}):e.exports.apply=d},5108:(e,t,r)=>{var n=r(9539),o=r(9282);function now(){return(new Date).getTime()}var a,s=Array.prototype.slice,l={};a=void 0!==r.g&&r.g.console?r.g.console:"undefined"!=typeof window&&window.console?window.console:{};for(var c=[[function log(){},"log"],[function info(){a.log.apply(a,arguments)},"info"],[function warn(){a.log.apply(a,arguments)},"warn"],[function error(){a.warn.apply(a,arguments)},"error"],[function time(e){l[e]=now()},"time"],[function timeEnd(e){var t=l[e];if(!t)throw new Error("No such label: "+e);delete l[e];var r=now()-t;a.log(e+": "+r+"ms")},"timeEnd"],[function trace(){var e=new Error;e.name="Trace",e.message=n.format.apply(null,arguments),a.error(e.stack)},"trace"],[function dir(e){a.log(n.inspect(e)+"\n")},"dir"],[function consoleAssert(e){if(!e){var t=s.call(arguments,1);o.ok(!1,n.format.apply(null,t))}},"assert"]],u=0;u<c.length;u++){var p=c[u],d=p[0],f=p[1];a[f]||(a[f]=d)}e.exports=a},2787:(e,t,r)=>{"use strict";r.d(t,{Gw:()=>l,JD:()=>u,KN:()=>f,UK:()=>c,ZP:()=>g,Zs:()=>p,oB:()=>d});var n=r(8081),o=r.n(n),a=r(3645),s=r.n(a)()(o());s.push([e.id,".index-module--QVdJ5 {\n width: 100%;\n overflow: hidden;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 20px;\n}\n\n.index-module--k7Fc7 {\n height: 100%;\n width: 100%;\n}\n\n.index-module--CWWH9 {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n}\n\n.index-module--Th8ou {\n max-height: 100%;\n max-width: 100%;\n -o-object-fit: contain;\n object-fit: contain;\n cursor: pointer;\n}\n\n.index-module--fudPh {\n display: flex;\n flex-direction: column;\n align-items: center;\n height: 100%;\n}\n\n.index-module--fudPh img {\n cursor: pointer;\n display: block;\n width: 100%;\n max-height: 75%;\n height: auto;\n -o-object-fit: contain;\n object-fit: contain;\n}\n\n.index-module--YRylq {\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: 25%;\n background: lightgrey;\n color: black;\n text-align: center;\n}\n\n.index-module--YRylq span {\n font-size: 26px;\n}\n",""]);var l="index-module--QVdJ5",c="index-module--k7Fc7",u="index-module--CWWH9",p="index-module--Th8ou",d="index-module--fudPh",f="index-module--YRylq";const g=s},1845:(e,t,r)=>{"use strict";r.d(t,{Z:()=>l});var n=r(8081),o=r.n(n),a=r(3645),s=r.n(a)()(o());s.push([e.id,".index-module--C7equ.diva-widget-gallery {\n width: 100%;\n height: 100%;\n --swiper-navigation-color: #bbb;\n --swiper-navigation-sides-offset: 4px;\n}\n\n.index-module--C7equ .gallery-main {\n height: 85%;\n}\n\n.index-module--C7equ .gallery-thumb {\n height: 15%;\n}\n\n.index-module--C7equ .diva-widget-mediaitem,\n.index-module--C7equ .gallery-image-thumb {\n width: 100%;\n height: 100%;\n -o-object-fit: scale-down;\n object-fit: scale-down;\n}\n\n.index-module--C7equ .gallery-image-thumb {\n cursor: pointer;\n}\n\n.index-module--C7equ .mobile .gallery-main {\n height: 100%;\n}\n\n.index-module--C7equ .mobile .gallery-thumb {\n display: none;\n}\n\n.index-module--C7equ .gallery-page-number {\n position: absolute;\n bottom: 16px;\n left: 16px;\n border-radius: 15px;\n z-index: 1000;\n padding: 0 16px;\n}\n",""]);const l=s},3960:(e,t,r)=>{"use strict";r.d(t,{Z:()=>f});var n=r(8081),o=r.n(n),a=r(3645),s=r.n(a),l=r(1667),c=r.n(l),u=new URL(r(4197),r.b),p=s()(o()),d=c()(u);p.push([e.id,".libraryCss-module--jl2lt .gallery-thumb .swiper-slide {\n opacity: 0.4;\n}\n.libraryCss-module--jl2lt .gallery-thumb .swiper-slide-thumb-active {\n opacity: 1;\n}\n\n/*swiper min css*/\n\n@font-face {\n font-family: swiper-icons;\n src: url("+d+");\n font-weight: 400;\n font-style: normal;\n}\n\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper {\n margin-left: auto;\n margin-right: auto;\n position: relative;\n overflow: hidden;\n list-style: none;\n padding: 0;\n z-index: 1;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-vertical > .swiper-wrapper {\n flex-direction: column;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-wrapper {\n position: relative;\n width: 100%;\n height: 100%;\n z-index: 1;\n display: flex;\n transition-property: transform;\n box-sizing: content-box;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-android .swiper-slide,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-wrapper {\n transform: translate3d(0px, 0, 0);\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-pointer-events {\n touch-action: pan-y;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-pointer-events.swiper-vertical {\n touch-action: pan-x;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-slide {\n flex-shrink: 0;\n width: 100%;\n height: 100%;\n position: relative;\n transition-property: transform;\n}\n\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-slide-invisible-blank {\n visibility: hidden;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-autoheight,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-autoheight .swiper-slide {\n height: auto;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-autoheight .swiper-wrapper {\n align-items: flex-start;\n transition-property: transform, height;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-backface-hidden .swiper-slide {\n transform: translateZ(0);\n backface-visibility: hidden;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-horizontal.swiper-css-mode > .swiper-wrapper {\n scroll-snap-type: x mandatory;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-vertical.swiper-css-mode > .swiper-wrapper {\n scroll-snap-type: y mandatory;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-centered > .swiper-wrapper::before {\n content: '';\n flex-shrink: 0;\n order: 9999;\n}\n[dir=\"ltr\"] .libraryCss-module--jl2lt.diva-widget-gallery .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {\n margin-left: var(--swiper-centered-offset-before);\n}\n[dir=\"rtl\"] .libraryCss-module--jl2lt.diva-widget-gallery .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {\n margin-right: var(--swiper-centered-offset-before);\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-centered.swiper-horizontal > .swiper-wrapper::before {\n height: 100%;\n min-height: 1px;\n width: var(--swiper-centered-offset-after);\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {\n margin-top: var(--swiper-centered-offset-before);\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-centered.swiper-vertical > .swiper-wrapper::before {\n width: 100%;\n min-width: 1px;\n height: var(--swiper-centered-offset-after);\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-centered > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: center center;\n}\n\n/*pagination.css*/\n\n.libraryCss-module--jl2lt .swiper-pagination {\n position: absolute;\n text-align: center;\n transition: 300ms opacity;\n transform: translate3d(0, 0, 0);\n z-index: 10;\n}\n.libraryCss-module--jl2lt .swiper-pagination.swiper-pagination-hidden {\n opacity: 0;\n}\n.libraryCss-module--jl2lt .swiper-pagination-disabled > .swiper-pagination,\n.libraryCss-module--jl2lt .swiper-pagination.swiper-pagination-disabled {\n display: none !important;\n}\n/* Common Styles */\n.libraryCss-module--jl2lt .swiper-pagination-fraction,\n.libraryCss-module--jl2lt .swiper-pagination-custom,\n.libraryCss-module--jl2lt .swiper-horizontal > .swiper-pagination-bullets,\n.libraryCss-module--jl2lt .swiper-pagination-bullets.swiper-pagination-horizontal {\n bottom: 8px;\n bottom: var(--swiper-pagination-bottom, 8px);\n top: auto;\n top: var(--swiper-pagination-top, auto);\n left: 0;\n width: 100%;\n}\n/* Bullets */\n.libraryCss-module--jl2lt .swiper-pagination-bullets-dynamic {\n overflow: hidden;\n font-size: 0;\n}\n.libraryCss-module--jl2lt .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transform: scale(0.33);\n position: relative;\n}\n.libraryCss-module--jl2lt .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {\n transform: scale(1);\n}\n.libraryCss-module--jl2lt .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {\n transform: scale(1);\n}\n.libraryCss-module--jl2lt .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {\n transform: scale(0.66);\n}\n.libraryCss-module--jl2lt .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {\n transform: scale(0.33);\n}\n.libraryCss-module--jl2lt .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {\n transform: scale(0.66);\n}\n.libraryCss-module--jl2lt .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {\n transform: scale(0.33);\n}\n.libraryCss-module--jl2lt .swiper-pagination-bullet {\n width: 8px;\n width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));\n height: 8px;\n height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));\n display: inline-block;\n border-radius: 50%;\n border-radius: var(--swiper-pagination-bullet-border-radius, 50%);\n background: #000;\n background: var(--swiper-pagination-bullet-inactive-color, #000);\n opacity: 0.2;\n opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);\n}\n.libraryCss-module--jl2lt button.swiper-pagination-bullet {\n border: none;\n margin: 0;\n padding: 0;\n box-shadow: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n}\n.libraryCss-module--jl2lt .swiper-pagination-clickable .swiper-pagination-bullet {\n cursor: pointer;\n}\n.libraryCss-module--jl2lt .swiper-pagination-bullet:only-child {\n display: none !important;\n}\n.libraryCss-module--jl2lt .swiper-pagination-bullet-active {\n opacity: 1;\n opacity: var(--swiper-pagination-bullet-opacity, 1);\n background: var(--swiper-theme-color);\n background: var(--swiper-pagination-color, var(--swiper-theme-color));\n}\n.libraryCss-module--jl2lt .swiper-vertical > .swiper-pagination-bullets,\n.libraryCss-module--jl2lt .swiper-pagination-vertical.swiper-pagination-bullets {\n right: 8px;\n right: var(--swiper-pagination-right, 8px);\n left: auto;\n left: var(--swiper-pagination-left, auto);\n top: 50%;\n transform: translate3d(0px, -50%, 0);\n}\n.libraryCss-module--jl2lt .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,\n.libraryCss-module--jl2lt .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {\n margin: 6px 0;\n margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;\n display: block;\n}\n.libraryCss-module--jl2lt .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,\n.libraryCss-module--jl2lt .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {\n top: 50%;\n transform: translateY(-50%);\n width: 8px;\n}\n.libraryCss-module--jl2lt .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,\n.libraryCss-module--jl2lt .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n display: inline-block;\n transition:\n 200ms transform,\n 200ms top;\n}\n.libraryCss-module--jl2lt .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,\n.libraryCss-module--jl2lt .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {\n margin: 0 4px;\n margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);\n}\n.libraryCss-module--jl2lt .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,\n.libraryCss-module--jl2lt .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {\n left: 50%;\n transform: translateX(-50%);\n white-space: nowrap;\n}\n.libraryCss-module--jl2lt .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,\n.libraryCss-module--jl2lt .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transition:\n 200ms transform,\n 200ms left;\n}\n.libraryCss-module--jl2lt .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transition:\n 200ms transform,\n 200ms right;\n}\n/* Fraction */\n.libraryCss-module--jl2lt .swiper-pagination-fraction {\n color: inherit;\n color: var(--swiper-pagination-fraction-color, inherit);\n}\n/* Progress */\n.libraryCss-module--jl2lt .swiper-pagination-progressbar {\n background: rgba(0, 0, 0, 0.25);\n background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));\n position: absolute;\n}\n.libraryCss-module--jl2lt .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {\n background: var(--swiper-theme-color);\n background: var(--swiper-pagination-color, var(--swiper-theme-color));\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n transform: scale(0);\n transform-origin: left top;\n}\n.libraryCss-module--jl2lt .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {\n transform-origin: right top;\n}\n.libraryCss-module--jl2lt .swiper-horizontal > .swiper-pagination-progressbar,\n.libraryCss-module--jl2lt .swiper-pagination-progressbar.swiper-pagination-horizontal,\n.libraryCss-module--jl2lt .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,\n.libraryCss-module--jl2lt .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {\n width: 100%;\n height: 4px;\n height: var(--swiper-pagination-progressbar-size, 4px);\n left: 0;\n top: 0;\n}\n.libraryCss-module--jl2lt .swiper-vertical > .swiper-pagination-progressbar,\n.libraryCss-module--jl2lt .swiper-pagination-progressbar.swiper-pagination-vertical,\n.libraryCss-module--jl2lt .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,\n.libraryCss-module--jl2lt .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {\n width: 4px;\n width: var(--swiper-pagination-progressbar-size, 4px);\n height: 100%;\n left: 0;\n top: 0;\n}\n.libraryCss-module--jl2lt .swiper-pagination-lock {\n display: none;\n}\n\n/*navigation*/\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-prev,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-next {\n position: absolute;\n top: 50%;\n top: var(--swiper-navigation-top-offset, 50%);\n width: calc(var(--swiper-navigation-size) / 44 * 27);\n height: var(--swiper-navigation-size);\n margin-top: calc(0px - (var(--swiper-navigation-size) / 2));\n z-index: 10;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n color: var(--swiper-theme-color);\n color: var(--swiper-navigation-color, var(--swiper-theme-color));\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-prev.swiper-button-disabled,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-next.swiper-button-disabled {\n opacity: 0.35;\n cursor: auto;\n pointer-events: none;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-prev.swiper-button-hidden,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-next.swiper-button-hidden {\n opacity: 0;\n cursor: auto;\n pointer-events: none;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-navigation-disabled .swiper-button-prev,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-navigation-disabled .swiper-button-next {\n display: none !important;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-prev svg,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-next svg {\n width: 100%;\n height: 100%;\n -o-object-fit: contain;\n object-fit: contain;\n transform-origin: center;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-rtl .swiper-button-prev svg,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-rtl .swiper-button-next svg {\n transform: rotate(180deg);\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-prev,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-rtl .swiper-button-next {\n left: 10px;\n left: var(--swiper-navigation-sides-offset, 10px);\n right: auto;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-next,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-rtl .swiper-button-prev {\n right: 10px;\n right: var(--swiper-navigation-sides-offset, 10px);\n left: auto;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-lock {\n display: none;\n}\n/* Navigation font start */\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-prev:after,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-next:after {\n text-transform: none !important;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-prev:after,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-next:after {\n font-family: swiper-icons;\n font-size: var(--swiper-navigation-size);\n letter-spacing: 0;\n font-feature-settings: ;\n font-variant: normal;\n font-variant: initial;\n line-height: 1;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-prev:after,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-rtl .swiper-button-next:after {\n content: 'prev';\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-next,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-rtl .swiper-button-prev {\n right: 10px;\n right: var(--swiper-navigation-sides-offset, 10px);\n left: auto;\n}\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-button-next:after,\n.libraryCss-module--jl2lt.diva-widget-gallery .swiper-rtl .swiper-button-prev:after {\n content: 'next';\n}\n/* Navigation font end */\n",""]);const f=p},9954:(e,t,r)=>{"use strict";r.d(t,{ZP:()=>l});var n=r(8081),o=r.n(n),a=r(3645),s=r.n(a)()(o());s.push([e.id,"/* This keeps child nodes hidden while the element loads */\n.index-module--BDOTJ :not(:defined) > * {\n display: none;\n}\n\nmodel-viewer.index-module--BDOTJ {\n overflow-x: hidden;\n}\n\n@keyframes index-module--qXoQg {\n from {\n transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg);\n }\n to {\n transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg);\n }\n}\n\n@keyframes index-module--My5B7 {\n from {\n transform: translateX(100px);\n }\n to {\n transform: translateX(-100px);\n }\n}\n\nmodel-viewer.index-module--BDOTJ > #ar-prompt {\n position: absolute;\n left: 50%;\n bottom: 175px;\n animation: index-module--My5B7 2s infinite ease-in-out alternate;\n display: none;\n}\n\nmodel-viewer.index-module--BDOTJ[ar-status='session-started'] > #ar-prompt {\n display: block;\n}\n\nmodel-viewer.index-module--BDOTJ > #ar-prompt > img {\n animation: index-module--qXoQg 4s linear infinite;\n}\n\nmodel-viewer.index-module--BDOTJ > #ar-failure {\n position: absolute;\n left: 50%;\n transform: translateX(-50%);\n bottom: 175px;\n display: none;\n}\n\nmodel-viewer.index-module--BDOTJ[ar-tracking='not-tracking'] > #ar-failure {\n display: block;\n}\n",""]);const l=s},1319:(e,t,r)=>{"use strict";r.d(t,{Z:()=>l});var n=r(8081),o=r.n(n),a=r(3645),s=r.n(a)()(o());s.push([e.id,":root {\n --swiper-navigation-size: 44px;\n /*\n --swiper-navigation-top-offset: 50%;\n --swiper-navigation-sides-offset: 10px;\n --swiper-navigation-color: var(--swiper-theme-color);\n */\n}\n.swiper-button-prev,\n.swiper-button-next {\n position: absolute;\n top: 50%;\n top: var(--swiper-navigation-top-offset, 50%);\n width: calc(44px / 44 * 27);\n width: calc(var(--swiper-navigation-size) / 44 * 27);\n height: 44px;\n height: var(--swiper-navigation-size);\n margin-top: calc(0px - (44px / 2));\n margin-top: calc(0px - (var(--swiper-navigation-size) / 2));\n z-index: 10;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n color: var(--swiper-theme-color);\n color: var(--swiper-navigation-color, var(--swiper-theme-color));\n}\n.swiper-button-prev.swiper-button-disabled,\n.swiper-button-next.swiper-button-disabled {\n opacity: 0.35;\n cursor: auto;\n pointer-events: none;\n}\n.swiper-button-prev.swiper-button-hidden,\n.swiper-button-next.swiper-button-hidden {\n opacity: 0;\n cursor: auto;\n pointer-events: none;\n}\n.swiper-navigation-disabled .swiper-button-prev,\n.swiper-navigation-disabled .swiper-button-next {\n display: none !important;\n}\n.swiper-button-prev svg,\n.swiper-button-next svg {\n width: 100%;\n height: 100%;\n -o-object-fit: contain;\n object-fit: contain;\n transform-origin: center;\n}\n.swiper-rtl .swiper-button-prev svg,\n.swiper-rtl .swiper-button-next svg {\n transform: rotate(180deg);\n}\n.swiper-button-prev,\n.swiper-rtl .swiper-button-next {\n left: 10px;\n left: var(--swiper-navigation-sides-offset, 10px);\n right: auto;\n}\n.swiper-button-next,\n.swiper-rtl .swiper-button-prev {\n right: 10px;\n right: var(--swiper-navigation-sides-offset, 10px);\n left: auto;\n}\n.swiper-button-lock {\n display: none;\n}\n/* Navigation font start */\n.swiper-button-prev:after,\n.swiper-button-next:after {\n text-transform: none !important;\n}\n.swiper-button-prev:after,\n.swiper-button-next:after {\n font-family: swiper-icons;\n font-size: 44px;\n font-size: var(--swiper-navigation-size);\n letter-spacing: 0;\n font-feature-settings: ;\n font-variant: normal;\n font-variant: initial;\n line-height: 1;\n}\n.swiper-button-prev:after,\n.swiper-rtl .swiper-button-next:after {\n content: 'prev';\n}\n.swiper-button-next,\n.swiper-rtl .swiper-button-prev {\n right: 10px;\n right: var(--swiper-navigation-sides-offset, 10px);\n left: auto;\n}\n.swiper-button-next:after,\n.swiper-rtl .swiper-button-prev:after {\n content: 'next';\n}\n/* Navigation font end */\n",""]);const l=s},36:(e,t,r)=>{"use strict";r.d(t,{Z:()=>f});var n=r(8081),o=r.n(n),a=r(3645),s=r.n(a),l=r(1667),c=r.n(l),u=new URL(r(4197),r.b),p=s()(o()),d=c()(u);p.push([e.id,"/**\n * Swiper 11.1.12\n * Most modern mobile touch slider and framework with hardware accelerated transitions\n * https://swiperjs.com\n *\n * Copyright 2014-2024 Vladimir Kharlampidi\n *\n * Released under the MIT License\n *\n * Released on: September 1, 2024\n */\n\n/* FONT_START */\n@font-face {\n font-family: 'swiper-icons';\n src: url("+d+');\n font-weight: 400;\n font-style: normal;\n}\n/* FONT_END */\n:root {\n --swiper-theme-color: #007aff;\n /*\n --swiper-preloader-color: var(--swiper-theme-color);\n --swiper-wrapper-transition-timing-function: initial;\n */\n}\n:host {\n position: relative;\n display: block;\n margin-left: auto;\n margin-right: auto;\n z-index: 1;\n}\n.swiper {\n margin-left: auto;\n margin-right: auto;\n position: relative;\n overflow: hidden;\n list-style: none;\n padding: 0;\n /* Fix of Webkit flickering */\n z-index: 1;\n display: block;\n}\n.swiper-vertical > .swiper-wrapper {\n flex-direction: column;\n}\n.swiper-wrapper {\n position: relative;\n width: 100%;\n height: 100%;\n z-index: 1;\n display: flex;\n transition-property: transform;\n transition-timing-function: initial;\n transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);\n box-sizing: content-box;\n}\n.swiper-android .swiper-slide,\n.swiper-ios .swiper-slide,\n.swiper-wrapper {\n transform: translate3d(0px, 0, 0);\n}\n.swiper-horizontal {\n touch-action: pan-y;\n}\n.swiper-vertical {\n touch-action: pan-x;\n}\n.swiper-slide {\n flex-shrink: 0;\n width: 100%;\n height: 100%;\n position: relative;\n transition-property: transform;\n display: block;\n}\n.swiper-slide-invisible-blank {\n visibility: hidden;\n}\n/* Auto Height */\n.swiper-autoheight,\n.swiper-autoheight .swiper-slide {\n height: auto;\n}\n.swiper-autoheight .swiper-wrapper {\n align-items: flex-start;\n transition-property: transform, height;\n}\n.swiper-backface-hidden .swiper-slide {\n transform: translateZ(0);\n backface-visibility: hidden;\n}\n/* 3D Effects */\n.swiper-3d.swiper-css-mode .swiper-wrapper {\n perspective: 1200px;\n}\n.swiper-3d .swiper-wrapper {\n transform-style: preserve-3d;\n}\n.swiper-3d {\n perspective: 1200px;\n}\n.swiper-3d .swiper-slide,\n.swiper-3d .swiper-cube-shadow {\n transform-style: preserve-3d;\n}\n/* CSS Mode */\n.swiper-css-mode > .swiper-wrapper {\n overflow: auto;\n scrollbar-width: none;\n /* For Firefox */\n -ms-overflow-style: none;\n /* For Internet Explorer and Edge */\n}\n.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {\n display: none;\n}\n.swiper-css-mode > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: start start;\n}\n.swiper-css-mode.swiper-horizontal > .swiper-wrapper {\n scroll-snap-type: x mandatory;\n}\n.swiper-css-mode.swiper-vertical > .swiper-wrapper {\n scroll-snap-type: y mandatory;\n}\n.swiper-css-mode.swiper-free-mode > .swiper-wrapper {\n scroll-snap-type: none;\n}\n.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: none;\n}\n.swiper-css-mode.swiper-centered > .swiper-wrapper::before {\n content: \'\';\n flex-shrink: 0;\n order: 9999;\n}\n.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: center center;\n scroll-snap-stop: always;\n}\n[dir="ltr"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {\n margin-left: var(--swiper-centered-offset-before);\n}\n[dir="rtl"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {\n margin-right: var(--swiper-centered-offset-before);\n}\n.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {\n height: 100%;\n min-height: 1px;\n width: var(--swiper-centered-offset-after);\n}\n.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {\n margin-top: var(--swiper-centered-offset-before);\n}\n.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {\n width: 100%;\n min-width: 1px;\n height: var(--swiper-centered-offset-after);\n}\n/* Slide styles start */\n/* 3D Shadows */\n.swiper-3d .swiper-slide-shadow,\n.swiper-3d .swiper-slide-shadow-left,\n.swiper-3d .swiper-slide-shadow-right,\n.swiper-3d .swiper-slide-shadow-top,\n.swiper-3d .swiper-slide-shadow-bottom,\n.swiper-3d .swiper-slide-shadow,\n.swiper-3d .swiper-slide-shadow-left,\n.swiper-3d .swiper-slide-shadow-right,\n.swiper-3d .swiper-slide-shadow-top,\n.swiper-3d .swiper-slide-shadow-bottom {\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n pointer-events: none;\n z-index: 10;\n}\n.swiper-3d .swiper-slide-shadow {\n background: rgba(0, 0, 0, 0.15);\n}\n.swiper-3d .swiper-slide-shadow-left {\n background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n}\n.swiper-3d .swiper-slide-shadow-right {\n background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n}\n.swiper-3d .swiper-slide-shadow-top {\n background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n}\n.swiper-3d .swiper-slide-shadow-bottom {\n background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n}\n.swiper-lazy-preloader {\n width: 42px;\n height: 42px;\n position: absolute;\n left: 50%;\n top: 50%;\n margin-left: -21px;\n margin-top: -21px;\n z-index: 10;\n transform-origin: 50%;\n box-sizing: border-box;\n border: 4px solid #007aff;\n border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));\n border-radius: 50%;\n border-top-color: transparent;\n}\n.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,\n.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {\n animation: swiper-preloader-spin 1s infinite linear;\n}\n.swiper-lazy-preloader-white {\n --swiper-preloader-color: #fff;\n}\n.swiper-lazy-preloader-black {\n --swiper-preloader-color: #000;\n}\n@keyframes swiper-preloader-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n/* Slide styles end */\n',""]);const f=p},3645:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function toString(){return this.map((function(t){var r="",n=void 0!==t[5];return t[4]&&(r+="@supports (".concat(t[4],") {")),t[2]&&(r+="@media ".concat(t[2]," {")),n&&(r+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),r+=e(t),n&&(r+="}"),t[2]&&(r+="}"),t[4]&&(r+="}"),r})).join("")},t.i=function i(e,r,n,o,a){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(n)for(var l=0;l<this.length;l++){var c=this[l][0];null!=c&&(s[c]=!0)}for(var u=0;u<e.length;u++){var p=[].concat(e[u]);n&&s[p[0]]||(void 0!==a&&(void 0===p[5]||(p[1]="@layer".concat(p[5].length>0?" ".concat(p[5]):""," {").concat(p[1],"}")),p[5]=a),r&&(p[2]?(p[1]="@media ".concat(p[2]," {").concat(p[1],"}"),p[2]=r):p[2]=r),o&&(p[4]?(p[1]="@supports (".concat(p[4],") {").concat(p[1],"}"),p[4]=o):p[4]="".concat(o)),t.push(p))}},t}},1667:e=>{"use strict";e.exports=function(e,t){return t||(t={}),e?(e=String(e.__esModule?e.default:e),/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]|(%20)/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e):e}},8081:e=>{"use strict";e.exports=function(e){return e[1]}},4289:(e,t,r)=>{"use strict";var n=r(2215),o="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),a=Object.prototype.toString,s=Array.prototype.concat,l=Object.defineProperty,c=l&&function(){var e={};try{for(var t in l(e,"x",{enumerable:!1,value:e}),e)return!1;return e.x===e}catch(e){return!1}}(),defineProperty=function(e,t,r,n){var o;(!(t in e)||"function"==typeof(o=n)&&"[object Function]"===a.call(o)&&n())&&(c?l(e,t,{configurable:!0,enumerable:!1,value:r,writable:!0}):e[t]=r)},defineProperties=function(e,t){var r=arguments.length>2?arguments[2]:{},a=n(t);o&&(a=s.call(a,Object.getOwnPropertySymbols(t)));for(var l=0;l<a.length;l+=1)defineProperty(e,a[l],t[a[l]],r[a[l]])};defineProperties.supportsDescriptors=!!c,e.exports=defineProperties},8091:e=>{"use strict";function assign(e,t){if(null==e)throw new TypeError("Cannot convert first argument to object");for(var r=Object(e),n=1;n<arguments.length;n++){var o=arguments[n];if(null!=o)for(var a=Object.keys(Object(o)),s=0,l=a.length;s<l;s++){var c=a[s],u=Object.getOwnPropertyDescriptor(o,c);void 0!==u&&u.enumerable&&(r[c]=o[c])}}return r}e.exports={assign,polyfill:function polyfill(){Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:assign})}}},9804:e=>{var t=Object.prototype.hasOwnProperty,r=Object.prototype.toString;e.exports=function forEach(e,n,o){if("[object Function]"!==r.call(n))throw new TypeError("iterator must be a function");var a=e.length;if(a===+a)for(var s=0;s<a;s++)n.call(o,e[s],s,e);else for(var l in e)t.call(e,l)&&n.call(o,e[l],l,e)}},7648:e=>{"use strict";var t="Function.prototype.bind called on incompatible ",r=Array.prototype.slice,n=Object.prototype.toString,o="[object Function]";e.exports=function bind(e){var a=this;if("function"!=typeof a||n.call(a)!==o)throw new TypeError(t+a);for(var s,l=r.call(arguments,1),binder=function(){if(this instanceof s){var t=a.apply(this,l.concat(r.call(arguments)));return Object(t)===t?t:this}return a.apply(e,l.concat(r.call(arguments)))},c=Math.max(0,a.length-l.length),u=[],p=0;p<c;p++)u.push("$"+p);if(s=Function("binder","return function ("+u.join(",")+"){ return binder.apply(this,arguments); }")(binder),a.prototype){var d=function Empty(){};d.prototype=a.prototype,s.prototype=new d,d.prototype=null}return s}},8612:(e,t,r)=>{"use strict";var n=r(7648);e.exports=Function.prototype.bind||n},210:(e,t,r)=>{"use strict";var n,o=SyntaxError,a=Function,s=TypeError,getEvalledConstructor=function(e){try{return a('"use strict"; return ('+e+").constructor;")()}catch(e){}},l=Object.getOwnPropertyDescriptor;if(l)try{l({},"")}catch(e){l=null}var throwTypeError=function(){throw new s},c=l?function(){try{return throwTypeError}catch(e){try{return l(arguments,"callee").get}catch(e){return throwTypeError}}}():throwTypeError,u=r(1405)(),p=Object.getPrototypeOf||function(e){return e.__proto__},d={},f="undefined"==typeof Uint8Array?n:p(Uint8Array),g={"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":u?p([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":d,"%AsyncGenerator%":d,"%AsyncGeneratorFunction%":d,"%AsyncIteratorPrototype%":d,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":d,"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":u?p(p([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&u?p((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&u?p((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":u?p(""[Symbol.iterator]()):n,"%Symbol%":u?Symbol:n,"%SyntaxError%":o,"%ThrowTypeError%":c,"%TypedArray%":f,"%TypeError%":s,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet},h=function doEval(e){var t;if("%AsyncFunction%"===e)t=getEvalledConstructor("async function () {}");else if("%GeneratorFunction%"===e)t=getEvalledConstructor("function* () {}");else if("%AsyncGeneratorFunction%"===e)t=getEvalledConstructor("async function* () {}");else if("%AsyncGenerator%"===e){var r=doEval("%AsyncGeneratorFunction%");r&&(t=r.prototype)}else if("%AsyncIteratorPrototype%"===e){var n=doEval("%AsyncGenerator%");n&&(t=p(n.prototype))}return g[e]=t,t},m={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},y=r(8612),v=r(7642),w=y.call(Function.call,Array.prototype.concat),b=y.call(Function.apply,Array.prototype.splice),_=y.call(Function.call,String.prototype.replace),S=y.call(Function.call,String.prototype.slice),E=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,x=/\\(\\)?/g,A=function stringToPath(e){var t=S(e,0,1),r=S(e,-1);if("%"===t&&"%"!==r)throw new o("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==t)throw new o("invalid intrinsic syntax, expected opening `%`");var n=[];return _(e,E,(function(e,t,r,o){n[n.length]=r?_(o,x,"$1"):t||e})),n},T=function getBaseIntrinsic(e,t){var r,n=e;if(v(m,n)&&(n="%"+(r=m[n])[0]+"%"),v(g,n)){var a=g[n];if(a===d&&(a=h(n)),void 0===a&&!t)throw new s("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:a}}throw new o("intrinsic "+e+" does not exist!")};e.exports=function GetIntrinsic(e,t){if("string"!=typeof e||0===e.length)throw new s("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new s('"allowMissing" argument must be a boolean');var r=A(e),n=r.length>0?r[0]:"",a=T("%"+n+"%",t),c=a.name,u=a.value,p=!1,d=a.alias;d&&(n=d[0],b(r,w([0,1],d)));for(var f=1,h=!0;f<r.length;f+=1){var m=r[f],y=S(m,0,1),_=S(m,-1);if(('"'===y||"'"===y||"`"===y||'"'===_||"'"===_||"`"===_)&&y!==_)throw new o("property names with quotes must have matching quotes");if("constructor"!==m&&h||(p=!0),v(g,c="%"+(n+="."+m)+"%"))u=g[c];else if(null!=u){if(!(m in u)){if(!t)throw new s("base intrinsic for "+e+" exists, but the property is not available.");return}if(l&&f+1>=r.length){var E=l(u,m);u=(h=!!E)&&"get"in E&&!("originalValue"in E.get)?E.get:u[m]}else h=v(u,m),u=u[m];h&&!p&&(g[c]=u)}}return u}},1405:(e,t,r)=>{"use strict";var n="undefined"!=typeof Symbol&&Symbol,o=r(5419);e.exports=function hasNativeSymbols(){return"function"==typeof n&&("function"==typeof Symbol&&("symbol"==typeof n("foo")&&("symbol"==typeof Symbol("bar")&&o())))}},5419:e=>{"use strict";e.exports=function hasSymbols(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),r=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var n=Object.getOwnPropertySymbols(e);if(1!==n.length||n[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(e,t);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},6410:(e,t,r)=>{"use strict";var n=r(5419);e.exports=function hasToStringTagShams(){return n()&&!!Symbol.toStringTag}},7642:(e,t,r)=>{"use strict";var n=r(8612);e.exports=n.call(Function.call,Object.prototype.hasOwnProperty)},5717:e=>{"function"==typeof Object.create?e.exports=function inherits(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function inherits(e,t){if(t){e.super_=t;var TempCtor=function(){};TempCtor.prototype=t.prototype,e.prototype=new TempCtor,e.prototype.constructor=e}}},2584:(e,t,r)=>{"use strict";var n=r(6410)(),o=r(1924)("Object.prototype.toString"),a=function isArguments(e){return!(n&&e&&"object"==typeof e&&Symbol.toStringTag in e)&&"[object Arguments]"===o(e)},s=function isArguments(e){return!!a(e)||null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Array]"!==o(e)&&"[object Function]"===o(e.callee)},l=function(){return a(arguments)}();a.isLegacyArguments=s,e.exports=l?a:s},8662:(e,t,r)=>{"use strict";var n,o=Object.prototype.toString,a=Function.prototype.toString,s=/^\s*(?:function)?\*/,l=r(6410)(),c=Object.getPrototypeOf;e.exports=function isGeneratorFunction(e){if("function"!=typeof e)return!1;if(s.test(a.call(e)))return!0;if(!l)return"[object GeneratorFunction]"===o.call(e);if(!c)return!1;if(void 0===n){var t=function(){if(!l)return!1;try{return Function("return function*() {}")()}catch(e){}}();n=!!t&&c(t)}return c(e)===n}},8611:e=>{"use strict";e.exports=function isNaN(e){return e!=e}},360:(e,t,r)=>{"use strict";var n=r(5559),o=r(4289),a=r(8611),s=r(9415),l=r(3194),c=n(s(),Number);o(c,{getPolyfill:s,implementation:a,shim:l}),e.exports=c},9415:(e,t,r)=>{"use strict";var n=r(8611);e.exports=function getPolyfill(){return Number.isNaN&&Number.isNaN(NaN)&&!Number.isNaN("a")?Number.isNaN:n}},3194:(e,t,r)=>{"use strict";var n=r(4289),o=r(9415);e.exports=function shimNumberIsNaN(){var e=o();return n(Number,{isNaN:e},{isNaN:function testIsNaN(){return Number.isNaN!==e}}),e}},5692:(e,t,r)=>{"use strict";var n=r(9804),o=r(3083),a=r(1924),s=a("Object.prototype.toString"),l=r(6410)(),c="undefined"==typeof globalThis?r.g:globalThis,u=o(),p=a("Array.prototype.indexOf",!0)||function indexOf(e,t){for(var r=0;r<e.length;r+=1)if(e[r]===t)return r;return-1},d=a("String.prototype.slice"),f={},g=r(882),h=Object.getPrototypeOf;l&&g&&h&&n(u,(function(e){var t=new c[e];if(Symbol.toStringTag in t){var r=h(t),n=g(r,Symbol.toStringTag);if(!n){var o=h(r);n=g(o,Symbol.toStringTag)}f[e]=n.get}}));e.exports=function isTypedArray(e){if(!e||"object"!=typeof e)return!1;if(!l||!(Symbol.toStringTag in e)){var t=d(s(e),8,-1);return p(u,t)>-1}return!!g&&function tryAllTypedArrays(e){var t=!1;return n(f,(function(r,n){if(!t)try{t=r.call(e)===n}catch(e){}})),t}(e)}},4244:e=>{"use strict";var numberIsNaN=function(e){return e!=e};e.exports=function is(e,t){return 0===e&&0===t?1/e==1/t:e===t||!(!numberIsNaN(e)||!numberIsNaN(t))}},609:(e,t,r)=>{"use strict";var n=r(4289),o=r(5559),a=r(4244),s=r(5624),l=r(2281),c=o(s(),Object);n(c,{getPolyfill:s,implementation:a,shim:l}),e.exports=c},5624:(e,t,r)=>{"use strict";var n=r(4244);e.exports=function getPolyfill(){return"function"==typeof Object.is?Object.is:n}},2281:(e,t,r)=>{"use strict";var n=r(5624),o=r(4289);e.exports=function shimObjectIs(){var e=n();return o(Object,{is:e},{is:function testObjectIs(){return Object.is!==e}}),e}},8987:(e,t,r)=>{"use strict";var n;if(!Object.keys){var o=Object.prototype.hasOwnProperty,a=Object.prototype.toString,s=r(1414),l=Object.prototype.propertyIsEnumerable,c=!l.call({toString:null},"toString"),u=l.call((function(){}),"prototype"),p=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],equalsConstructorPrototype=function(e){var t=e.constructor;return t&&t.prototype===e},d={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},f=function(){if("undefined"==typeof window)return!1;for(var e in window)try{if(!d["$"+e]&&o.call(window,e)&&null!==window[e]&&"object"==typeof window[e])try{equalsConstructorPrototype(window[e])}catch(e){return!0}}catch(e){return!0}return!1}();n=function keys(e){var t=null!==e&&"object"==typeof e,r="[object Function]"===a.call(e),n=s(e),l=t&&"[object String]"===a.call(e),d=[];if(!t&&!r&&!n)throw new TypeError("Object.keys called on a non-object");var g=u&&r;if(l&&e.length>0&&!o.call(e,0))for(var h=0;h<e.length;++h)d.push(String(h));if(n&&e.length>0)for(var m=0;m<e.length;++m)d.push(String(m));else for(var y in e)g&&"prototype"===y||!o.call(e,y)||d.push(String(y));if(c)for(var v=function(e){if("undefined"==typeof window||!f)return equalsConstructorPrototype(e);try{return equalsConstructorPrototype(e)}catch(e){return!1}}(e),w=0;w<p.length;++w)v&&"constructor"===p[w]||!o.call(e,p[w])||d.push(p[w]);return d}}e.exports=n},2215:(e,t,r)=>{"use strict";var n=Array.prototype.slice,o=r(1414),a=Object.keys,s=a?function keys(e){return a(e)}:r(8987),l=Object.keys;s.shim=function shimObjectKeys(){if(Object.keys){var e=function(){var e=Object.keys(arguments);return e&&e.length===arguments.length}(1,2);e||(Object.keys=function keys(e){return o(e)?l(n.call(e)):l(e)})}else Object.keys=s;return Object.keys||s},e.exports=s},1414:e=>{"use strict";var t=Object.prototype.toString;e.exports=function isArguments(e){var r=t.call(e),n="[object Arguments]"===r;return n||(n="[object Array]"!==r&&null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Function]"===t.call(e.callee)),n}},4155:e=>{var t,r,n=e.exports={};function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}function runTimeout(e){if(t===setTimeout)return setTimeout(e,0);if((t===defaultSetTimout||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(r){try{return t.call(null,e,0)}catch(r){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:defaultSetTimout}catch(e){t=defaultSetTimout}try{r="function"==typeof clearTimeout?clearTimeout:defaultClearTimeout}catch(e){r=defaultClearTimeout}}();var o,a=[],s=!1,l=-1;function cleanUpNextTick(){s&&o&&(s=!1,o.length?a=o.concat(a):l=-1,a.length&&drainQueue())}function drainQueue(){if(!s){var e=runTimeout(cleanUpNextTick);s=!0;for(var t=a.length;t;){for(o=a,a=[];++l<t;)o&&o[l].run();l=-1,t=a.length}o=null,s=!1,function runClearTimeout(e){if(r===clearTimeout)return clearTimeout(e);if((r===defaultClearTimeout||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{return r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function Item(e,t){this.fun=e,this.array=t}function noop(){}n.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];a.push(new Item(e,t)),1!==a.length||s||runTimeout(drainQueue)},Item.prototype.run=function(){this.fun.apply(null,this.array)},n.title="browser",n.browser=!0,n.env={},n.argv=[],n.version="",n.versions={},n.on=noop,n.addListener=noop,n.once=noop,n.off=noop,n.removeListener=noop,n.removeAllListeners=noop,n.emit=noop,n.prependListener=noop,n.prependOnceListener=noop,n.listeners=function(e){return[]},n.binding=function(e){throw new Error("process.binding is not supported")},n.cwd=function(){return"/"},n.chdir=function(e){throw new Error("process.chdir is not supported")},n.umask=function(){return 0}},3379:e=>{"use strict";var t=[];function getIndexByIdentifier(e){for(var r=-1,n=0;n<t.length;n++)if(t[n].identifier===e){r=n;break}return r}function modulesToDom(e,r){for(var n={},o=[],a=0;a<e.length;a++){var s=e[a],l=r.base?s[0]+r.base:s[0],c=n[l]||0,u="".concat(l," ").concat(c);n[l]=c+1;var p=getIndexByIdentifier(u),d={css:s[1],media:s[2],sourceMap:s[3],supports:s[4],layer:s[5]};if(-1!==p)t[p].references++,t[p].updater(d);else{var f=addElementStyle(d,r);r.byIndex=a,t.splice(a,0,{identifier:u,updater:f,references:1})}o.push(u)}return o}function addElementStyle(e,t){var r=t.domAPI(t);r.update(e);return function updater(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;r.update(e=t)}else r.remove()}}e.exports=function(e,r){var n=modulesToDom(e=e||[],r=r||{});return function update(e){e=e||[];for(var o=0;o<n.length;o++){var a=getIndexByIdentifier(n[o]);t[a].references--}for(var s=modulesToDom(e,r),l=0;l<n.length;l++){var c=getIndexByIdentifier(n[l]);0===t[c].references&&(t[c].updater(),t.splice(c,1))}n=s}}},569:e=>{"use strict";var t={};e.exports=function insertBySelector(e,r){var n=function getTarget(e){if(void 0===t[e]){var r=document.querySelector(e);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}t[e]=r}return t[e]}(e);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");n.appendChild(r)}},9216:e=>{"use strict";e.exports=function insertStyleElement(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},3565:(e,t,r)=>{"use strict";e.exports=function setAttributesWithoutAttributes(e){var t=r.nc;t&&e.setAttribute("nonce",t)}},7795:e=>{"use strict";e.exports=function domAPI(e){var t=e.insertStyleElement(e);return{update:function update(r){!function apply(e,t,r){var n="";r.supports&&(n+="@supports (".concat(r.supports,") {")),r.media&&(n+="@media ".concat(r.media," {"));var o=void 0!==r.layer;o&&(n+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),n+=r.css,o&&(n+="}"),r.media&&(n+="}"),r.supports&&(n+="}");var a=r.sourceMap;a&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),t.styleTagTransform(n,e,t.options)}(t,e,r)},remove:function remove(){!function removeStyleElement(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},4589:e=>{"use strict";e.exports=function styleTagTransform(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},384:e=>{e.exports=function isBuffer(e){return e&&"object"==typeof e&&"function"==typeof e.copy&&"function"==typeof e.fill&&"function"==typeof e.readUInt8}},5955:(e,t,r)=>{"use strict";var n=r(2584),o=r(8662),a=r(6430),s=r(5692);function uncurryThis(e){return e.call.bind(e)}var l="undefined"!=typeof BigInt,c="undefined"!=typeof Symbol,u=uncurryThis(Object.prototype.toString),p=uncurryThis(Number.prototype.valueOf),d=uncurryThis(String.prototype.valueOf),f=uncurryThis(Boolean.prototype.valueOf);if(l)var g=uncurryThis(BigInt.prototype.valueOf);if(c)var h=uncurryThis(Symbol.prototype.valueOf);function checkBoxedPrimitive(e,t){if("object"!=typeof e)return!1;try{return t(e),!0}catch(e){return!1}}function isMapToString(e){return"[object Map]"===u(e)}function isSetToString(e){return"[object Set]"===u(e)}function isWeakMapToString(e){return"[object WeakMap]"===u(e)}function isWeakSetToString(e){return"[object WeakSet]"===u(e)}function isArrayBufferToString(e){return"[object ArrayBuffer]"===u(e)}function isArrayBuffer(e){return"undefined"!=typeof ArrayBuffer&&(isArrayBufferToString.working?isArrayBufferToString(e):e instanceof ArrayBuffer)}function isDataViewToString(e){return"[object DataView]"===u(e)}function isDataView(e){return"undefined"!=typeof DataView&&(isDataViewToString.working?isDataViewToString(e):e instanceof DataView)}t.isArgumentsObject=n,t.isGeneratorFunction=o,t.isTypedArray=s,t.isPromise=function isPromise(e){return"undefined"!=typeof Promise&&e instanceof Promise||null!==e&&"object"==typeof e&&"function"==typeof e.then&&"function"==typeof e.catch},t.isArrayBufferView=function isArrayBufferView(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):s(e)||isDataView(e)},t.isUint8Array=function isUint8Array(e){return"Uint8Array"===a(e)},t.isUint8ClampedArray=function isUint8ClampedArray(e){return"Uint8ClampedArray"===a(e)},t.isUint16Array=function isUint16Array(e){return"Uint16Array"===a(e)},t.isUint32Array=function isUint32Array(e){return"Uint32Array"===a(e)},t.isInt8Array=function isInt8Array(e){return"Int8Array"===a(e)},t.isInt16Array=function isInt16Array(e){return"Int16Array"===a(e)},t.isInt32Array=function isInt32Array(e){return"Int32Array"===a(e)},t.isFloat32Array=function isFloat32Array(e){return"Float32Array"===a(e)},t.isFloat64Array=function isFloat64Array(e){return"Float64Array"===a(e)},t.isBigInt64Array=function isBigInt64Array(e){return"BigInt64Array"===a(e)},t.isBigUint64Array=function isBigUint64Array(e){return"BigUint64Array"===a(e)},isMapToString.working="undefined"!=typeof Map&&isMapToString(new Map),t.isMap=function isMap(e){return"undefined"!=typeof Map&&(isMapToString.working?isMapToString(e):e instanceof Map)},isSetToString.working="undefined"!=typeof Set&&isSetToString(new Set),t.isSet=function isSet(e){return"undefined"!=typeof Set&&(isSetToString.working?isSetToString(e):e instanceof Set)},isWeakMapToString.working="undefined"!=typeof WeakMap&&isWeakMapToString(new WeakMap),t.isWeakMap=function isWeakMap(e){return"undefined"!=typeof WeakMap&&(isWeakMapToString.working?isWeakMapToString(e):e instanceof WeakMap)},isWeakSetToString.working="undefined"!=typeof WeakSet&&isWeakSetToString(new WeakSet),t.isWeakSet=function isWeakSet(e){return isWeakSetToString(e)},isArrayBufferToString.working="undefined"!=typeof ArrayBuffer&&isArrayBufferToString(new ArrayBuffer),t.isArrayBuffer=isArrayBuffer,isDataViewToString.working="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView&&isDataViewToString(new DataView(new ArrayBuffer(1),0,1)),t.isDataView=isDataView;var m="undefined"!=typeof SharedArrayBuffer?SharedArrayBuffer:void 0;function isSharedArrayBufferToString(e){return"[object SharedArrayBuffer]"===u(e)}function isSharedArrayBuffer(e){return void 0!==m&&(void 0===isSharedArrayBufferToString.working&&(isSharedArrayBufferToString.working=isSharedArrayBufferToString(new m)),isSharedArrayBufferToString.working?isSharedArrayBufferToString(e):e instanceof m)}function isNumberObject(e){return checkBoxedPrimitive(e,p)}function isStringObject(e){return checkBoxedPrimitive(e,d)}function isBooleanObject(e){return checkBoxedPrimitive(e,f)}function isBigIntObject(e){return l&&checkBoxedPrimitive(e,g)}function isSymbolObject(e){return c&&checkBoxedPrimitive(e,h)}t.isSharedArrayBuffer=isSharedArrayBuffer,t.isAsyncFunction=function isAsyncFunction(e){return"[object AsyncFunction]"===u(e)},t.isMapIterator=function isMapIterator(e){return"[object Map Iterator]"===u(e)},t.isSetIterator=function isSetIterator(e){return"[object Set Iterator]"===u(e)},t.isGeneratorObject=function isGeneratorObject(e){return"[object Generator]"===u(e)},t.isWebAssemblyCompiledModule=function isWebAssemblyCompiledModule(e){return"[object WebAssembly.Module]"===u(e)},t.isNumberObject=isNumberObject,t.isStringObject=isStringObject,t.isBooleanObject=isBooleanObject,t.isBigIntObject=isBigIntObject,t.isSymbolObject=isSymbolObject,t.isBoxedPrimitive=function isBoxedPrimitive(e){return isNumberObject(e)||isStringObject(e)||isBooleanObject(e)||isBigIntObject(e)||isSymbolObject(e)},t.isAnyArrayBuffer=function isAnyArrayBuffer(e){return"undefined"!=typeof Uint8Array&&(isArrayBuffer(e)||isSharedArrayBuffer(e))},["isProxy","isExternal","isModuleNamespaceObject"].forEach((function(e){Object.defineProperty(t,e,{enumerable:!1,value:function(){throw new Error(e+" is not supported in userland")}})}))},9539:(e,t,r)=>{var n=r(4155),o=r(5108),a=Object.getOwnPropertyDescriptors||function getOwnPropertyDescriptors(e){for(var t=Object.keys(e),r={},n=0;n<t.length;n++)r[t[n]]=Object.getOwnPropertyDescriptor(e,t[n]);return r},s=/%[sdj%]/g;t.format=function(e){if(!isString(e)){for(var t=[],r=0;r<arguments.length;r++)t.push(inspect(arguments[r]));return t.join(" ")}r=1;for(var n=arguments,o=n.length,a=String(e).replace(s,(function(e){if("%%"===e)return"%";if(r>=o)return e;switch(e){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch(e){return"[Circular]"}default:return e}})),l=n[r];r<o;l=n[++r])isNull(l)||!isObject(l)?a+=" "+l:a+=" "+inspect(l);return a},t.deprecate=function(e,r){if(void 0!==n&&!0===n.noDeprecation)return e;if(void 0===n)return function(){return t.deprecate(e,r).apply(this,arguments)};var a=!1;return function deprecated(){if(!a){if(n.throwDeprecation)throw new Error(r);n.traceDeprecation?o.trace(r):o.error(r),a=!0}return e.apply(this,arguments)}};var l={},c=/^$/;if(n.env.NODE_DEBUG){var u=n.env.NODE_DEBUG;u=u.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),c=new RegExp("^"+u+"$","i")}function inspect(e,r){var n={seen:[],stylize:stylizeNoColor};return arguments.length>=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),isBoolean(r)?n.showHidden=r:r&&t._extend(n,r),isUndefined(n.showHidden)&&(n.showHidden=!1),isUndefined(n.depth)&&(n.depth=2),isUndefined(n.colors)&&(n.colors=!1),isUndefined(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=stylizeWithColor),formatValue(n,e,n.depth)}function stylizeWithColor(e,t){var r=inspect.styles[t];return r?"["+inspect.colors[r][0]+"m"+e+"["+inspect.colors[r][1]+"m":e}function stylizeNoColor(e,t){return e}function formatValue(e,r,n){if(e.customInspect&&r&&isFunction(r.inspect)&&r.inspect!==t.inspect&&(!r.constructor||r.constructor.prototype!==r)){var o=r.inspect(n,e);return isString(o)||(o=formatValue(e,o,n)),o}var a=function formatPrimitive(e,t){if(isUndefined(t))return e.stylize("undefined","undefined");if(isString(t)){var r="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(r,"string")}if(isNumber(t))return e.stylize(""+t,"number");if(isBoolean(t))return e.stylize(""+t,"boolean");if(isNull(t))return e.stylize("null","null")}(e,r);if(a)return a;var s=Object.keys(r),l=function arrayToHash(e){var t={};return e.forEach((function(e,r){t[e]=!0})),t}(s);if(e.showHidden&&(s=Object.getOwnPropertyNames(r)),isError(r)&&(s.indexOf("message")>=0||s.indexOf("description")>=0))return formatError(r);if(0===s.length){if(isFunction(r)){var c=r.name?": "+r.name:"";return e.stylize("[Function"+c+"]","special")}if(isRegExp(r))return e.stylize(RegExp.prototype.toString.call(r),"regexp");if(isDate(r))return e.stylize(Date.prototype.toString.call(r),"date");if(isError(r))return formatError(r)}var u,p="",d=!1,f=["{","}"];(isArray(r)&&(d=!0,f=["[","]"]),isFunction(r))&&(p=" [Function"+(r.name?": "+r.name:"")+"]");return isRegExp(r)&&(p=" "+RegExp.prototype.toString.call(r)),isDate(r)&&(p=" "+Date.prototype.toUTCString.call(r)),isError(r)&&(p=" "+formatError(r)),0!==s.length||d&&0!=r.length?n<0?isRegExp(r)?e.stylize(RegExp.prototype.toString.call(r),"regexp"):e.stylize("[Object]","special"):(e.seen.push(r),u=d?function formatArray(e,t,r,n,o){for(var a=[],s=0,l=t.length;s<l;++s)hasOwnProperty(t,String(s))?a.push(formatProperty(e,t,r,n,String(s),!0)):a.push("");return o.forEach((function(o){o.match(/^\d+$/)||a.push(formatProperty(e,t,r,n,o,!0))})),a}(e,r,n,l,s):s.map((function(t){return formatProperty(e,r,n,l,t,d)})),e.seen.pop(),function reduceToSingleString(e,t,r){if(e.reduce((function(e,t){return t.indexOf("\n")>=0&&0,e+t.replace(/\u001b\[\d\d?m/g,"").length+1}),0)>60)return r[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+r[1];return r[0]+t+" "+e.join(", ")+" "+r[1]}(u,p,f)):f[0]+p+f[1]}function formatError(e){return"["+Error.prototype.toString.call(e)+"]"}function formatProperty(e,t,r,n,o,a){var s,l,c;if((c=Object.getOwnPropertyDescriptor(t,o)||{value:t[o]}).get?l=c.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):c.set&&(l=e.stylize("[Setter]","special")),hasOwnProperty(n,o)||(s="["+o+"]"),l||(e.seen.indexOf(c.value)<0?(l=isNull(r)?formatValue(e,c.value,null):formatValue(e,c.value,r-1)).indexOf("\n")>-1&&(l=a?l.split("\n").map((function(e){return" "+e})).join("\n").substr(2):"\n"+l.split("\n").map((function(e){return" "+e})).join("\n")):l=e.stylize("[Circular]","special")),isUndefined(s)){if(a&&o.match(/^\d+$/))return l;(s=JSON.stringify(""+o)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(s=s.substr(1,s.length-2),s=e.stylize(s,"name")):(s=s.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),s=e.stylize(s,"string"))}return s+": "+l}function isArray(e){return Array.isArray(e)}function isBoolean(e){return"boolean"==typeof e}function isNull(e){return null===e}function isNumber(e){return"number"==typeof e}function isString(e){return"string"==typeof e}function isUndefined(e){return void 0===e}function isRegExp(e){return isObject(e)&&"[object RegExp]"===objectToString(e)}function isObject(e){return"object"==typeof e&&null!==e}function isDate(e){return isObject(e)&&"[object Date]"===objectToString(e)}function isError(e){return isObject(e)&&("[object Error]"===objectToString(e)||e instanceof Error)}function isFunction(e){return"function"==typeof e}function objectToString(e){return Object.prototype.toString.call(e)}function pad(e){return e<10?"0"+e.toString(10):e.toString(10)}t.debuglog=function(e){if(e=e.toUpperCase(),!l[e])if(c.test(e)){var r=n.pid;l[e]=function(){var n=t.format.apply(t,arguments);o.error("%s %d: %s",e,r,n)}}else l[e]=function(){};return l[e]},t.inspect=inspect,inspect.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},inspect.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},t.types=r(5955),t.isArray=isArray,t.isBoolean=isBoolean,t.isNull=isNull,t.isNullOrUndefined=function isNullOrUndefined(e){return null==e},t.isNumber=isNumber,t.isString=isString,t.isSymbol=function isSymbol(e){return"symbol"==typeof e},t.isUndefined=isUndefined,t.isRegExp=isRegExp,t.types.isRegExp=isRegExp,t.isObject=isObject,t.isDate=isDate,t.types.isDate=isDate,t.isError=isError,t.types.isNativeError=isError,t.isFunction=isFunction,t.isPrimitive=function isPrimitive(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e},t.isBuffer=r(384);var p=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function timestamp(){var e=new Date,t=[pad(e.getHours()),pad(e.getMinutes()),pad(e.getSeconds())].join(":");return[e.getDate(),p[e.getMonth()],t].join(" ")}function hasOwnProperty(e,t){return Object.prototype.hasOwnProperty.call(e,t)}t.log=function(){o.log("%s - %s",timestamp(),t.format.apply(t,arguments))},t.inherits=r(5717),t._extend=function(e,t){if(!t||!isObject(t))return e;for(var r=Object.keys(t),n=r.length;n--;)e[r[n]]=t[r[n]];return e};var d="undefined"!=typeof Symbol?Symbol("util.promisify.custom"):void 0;function callbackifyOnRejected(e,t){if(!e){var r=new Error("Promise was rejected with a falsy value");r.reason=e,e=r}return t(e)}t.promisify=function promisify(e){if("function"!=typeof e)throw new TypeError('The "original" argument must be of type Function');if(d&&e[d]){var t;if("function"!=typeof(t=e[d]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(t,d,{value:t,enumerable:!1,writable:!1,configurable:!0}),t}function t(){for(var t,r,n=new Promise((function(e,n){t=e,r=n})),o=[],a=0;a<arguments.length;a++)o.push(arguments[a]);o.push((function(e,n){e?r(e):t(n)}));try{e.apply(this,o)}catch(e){r(e)}return n}return Object.setPrototypeOf(t,Object.getPrototypeOf(e)),d&&Object.defineProperty(t,d,{value:t,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(t,a(e))},t.promisify.custom=d,t.callbackify=function callbackify(e){if("function"!=typeof e)throw new TypeError('The "original" argument must be of type Function');function callbackified(){for(var t=[],r=0;r<arguments.length;r++)t.push(arguments[r]);var o=t.pop();if("function"!=typeof o)throw new TypeError("The last argument must be of type Function");var a=this,cb=function(){return o.apply(a,arguments)};e.apply(this,t).then((function(e){n.nextTick(cb.bind(null,null,e))}),(function(e){n.nextTick(callbackifyOnRejected.bind(null,e,cb))}))}return Object.setPrototypeOf(callbackified,Object.getPrototypeOf(e)),Object.defineProperties(callbackified,a(e)),callbackified}},6430:(e,t,r)=>{"use strict";var n=r(9804),o=r(3083),a=r(1924),s=a("Object.prototype.toString"),l=r(6410)(),c="undefined"==typeof globalThis?r.g:globalThis,u=o(),p=a("String.prototype.slice"),d={},f=r(882),g=Object.getPrototypeOf;l&&f&&g&&n(u,(function(e){if("function"==typeof c[e]){var t=new c[e];if(Symbol.toStringTag in t){var r=g(t),n=f(r,Symbol.toStringTag);if(!n){var o=g(r);n=f(o,Symbol.toStringTag)}d[e]=n.get}}}));var h=r(5692);e.exports=function whichTypedArray(e){return!!h(e)&&(l&&Symbol.toStringTag in e?function tryAllTypedArrays(e){var t=!1;return n(d,(function(r,n){if(!t)try{var o=r.call(e);o===n&&(t=o)}catch(e){}})),t}(e):p(s(e),8,-1))}},4197:e=>{"use strict";e.exports="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"},7363:e=>{"use strict";e.exports=React},6821:(e,t,r)=>{var n=r(3602).default;function _regeneratorRuntime(){"use strict";e.exports=_regeneratorRuntime=function _regeneratorRuntime(){return r},e.exports.__esModule=!0,e.exports.default=e.exports;var t,r={},o=Object.prototype,a=o.hasOwnProperty,s=Object.defineProperty||function(e,t,r){e[t]=r.value},l="function"==typeof Symbol?Symbol:{},c=l.iterator||"@@iterator",u=l.asyncIterator||"@@asyncIterator",p=l.toStringTag||"@@toStringTag";function define(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{define({},"")}catch(t){define=function define(e,t,r){return e[t]=r}}function wrap(e,t,r,n){var o=t&&t.prototype instanceof Generator?t:Generator,a=Object.create(o.prototype),l=new Context(n||[]);return s(a,"_invoke",{value:makeInvokeMethod(e,r,l)}),a}function tryCatch(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}r.wrap=wrap;var d="suspendedStart",f="executing",g="completed",h={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}var m={};define(m,c,(function(){return this}));var y=Object.getPrototypeOf,v=y&&y(y(values([])));v&&v!==o&&a.call(v,c)&&(m=v);var w=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(m);function defineIteratorMethods(e){["next","throw","return"].forEach((function(t){define(e,t,(function(e){return this._invoke(t,e)}))}))}function AsyncIterator(e,t){function invoke(r,o,s,l){var c=tryCatch(e[r],e,o);if("throw"!==c.type){var u=c.arg,p=u.value;return p&&"object"==n(p)&&a.call(p,"__await")?t.resolve(p.__await).then((function(e){invoke("next",e,s,l)}),(function(e){invoke("throw",e,s,l)})):t.resolve(p).then((function(e){u.value=e,s(u)}),(function(e){return invoke("throw",e,s,l)}))}l(c.arg)}var r;s(this,"_invoke",{value:function value(e,n){function callInvokeWithMethodAndArg(){return new t((function(t,r){invoke(e,n,t,r)}))}return r=r?r.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}})}function makeInvokeMethod(e,r,n){var o=d;return function(a,s){if(o===f)throw Error("Generator is already running");if(o===g){if("throw"===a)throw s;return{value:t,done:!0}}for(n.method=a,n.arg=s;;){var l=n.delegate;if(l){var c=maybeInvokeDelegate(l,n);if(c){if(c===h)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===d)throw o=g,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=f;var u=tryCatch(e,r,n);if("normal"===u.type){if(o=n.done?g:"suspendedYield",u.arg===h)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(o=g,n.method="throw",n.arg=u.arg)}}}function maybeInvokeDelegate(e,r){var n=r.method,o=e.iterator[n];if(o===t)return r.delegate=null,"throw"===n&&e.iterator.return&&(r.method="return",r.arg=t,maybeInvokeDelegate(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),h;var a=tryCatch(o,e.iterator,r.arg);if("throw"===a.type)return r.method="throw",r.arg=a.arg,r.delegate=null,h;var s=a.arg;return s?s.done?(r[e.resultName]=s.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,h):s:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,h)}function pushTryEntry(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function resetTryEntry(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function Context(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(pushTryEntry,this),this.reset(!0)}function values(e){if(e||""===e){var r=e[c];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,s=function next(){for(;++o<e.length;)if(a.call(e,o))return next.value=e[o],next.done=!1,next;return next.value=t,next.done=!0,next};return s.next=s}}throw new TypeError(n(e)+" is not iterable")}return GeneratorFunction.prototype=GeneratorFunctionPrototype,s(w,"constructor",{value:GeneratorFunctionPrototype,configurable:!0}),s(GeneratorFunctionPrototype,"constructor",{value:GeneratorFunction,configurable:!0}),GeneratorFunction.displayName=define(GeneratorFunctionPrototype,p,"GeneratorFunction"),r.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===GeneratorFunction||"GeneratorFunction"===(t.displayName||t.name))},r.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,GeneratorFunctionPrototype):(e.__proto__=GeneratorFunctionPrototype,define(e,p,"GeneratorFunction")),e.prototype=Object.create(w),e},r.awrap=function(e){return{__await:e}},defineIteratorMethods(AsyncIterator.prototype),define(AsyncIterator.prototype,u,(function(){return this})),r.AsyncIterator=AsyncIterator,r.async=function(e,t,n,o,a){void 0===a&&(a=Promise);var s=new AsyncIterator(wrap(e,t,n,o),a);return r.isGeneratorFunction(t)?s:s.next().then((function(e){return e.done?e.value:s.next()}))},defineIteratorMethods(w),define(w,p,"Generator"),define(w,c,(function(){return this})),define(w,"toString",(function(){return"[object Generator]"})),r.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function next(){for(;r.length;){var e=r.pop();if(e in t)return next.value=e,next.done=!1,next}return next.done=!0,next}},r.values=values,Context.prototype={constructor:Context,reset:function reset(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(resetTryEntry),!e)for(var r in this)"t"===r.charAt(0)&&a.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function stop(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function dispatchException(e){if(this.done)throw e;var r=this;function handle(n,o){return s.type="throw",s.arg=e,r.next=n,o&&(r.method="next",r.arg=t),!!o}for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n],s=o.completion;if("root"===o.tryLoc)return handle("end");if(o.tryLoc<=this.prev){var l=a.call(o,"catchLoc"),c=a.call(o,"finallyLoc");if(l&&c){if(this.prev<o.catchLoc)return handle(o.catchLoc,!0);if(this.prev<o.finallyLoc)return handle(o.finallyLoc)}else if(l){if(this.prev<o.catchLoc)return handle(o.catchLoc,!0)}else{if(!c)throw Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return handle(o.finallyLoc)}}}},abrupt:function abrupt(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&a.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var o=n;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var s=o?o.completion:{};return s.type=e,s.arg=t,o?(this.method="next",this.next=o.finallyLoc,h):this.complete(s)},complete:function complete(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),h},finish:function finish(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),resetTryEntry(r),h}},catch:function _catch(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;resetTryEntry(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function delegateYield(e,r,n){return this.delegate={iterator:values(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),h}},r}e.exports=_regeneratorRuntime,e.exports.__esModule=!0,e.exports.default=e.exports},3602:e=>{function _typeof(t){return e.exports=_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,_typeof(t)}e.exports=_typeof,e.exports.__esModule=!0,e.exports.default=e.exports},747:(e,t,r)=>{var n=r(6821)();e.exports=n;try{regeneratorRuntime=n}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}},5515:(e,t)=>{var r;!function(){"use strict";var n={}.hasOwnProperty;function classNames(){for(var e="",t=0;t<arguments.length;t++){var r=arguments[t];r&&(e=appendClass(e,parseValue(r)))}return e}function parseValue(e){if("string"==typeof e||"number"==typeof e)return e;if("object"!=typeof e)return"";if(Array.isArray(e))return classNames.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var t="";for(var r in e)n.call(e,r)&&e[r]&&(t=appendClass(t,r));return t}function appendClass(e,t){return t?e?e+" "+t:e+t:e}e.exports?(classNames.default=classNames,e.exports=classNames):void 0===(r=function(){return classNames}.apply(t,[]))||(e.exports=r)}()},3083:(e,t,r)=>{"use strict";var n=["BigInt64Array","BigUint64Array","Float32Array","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Uint8Array","Uint8ClampedArray"],o="undefined"==typeof globalThis?r.g:globalThis;e.exports=function availableTypedArrays(){for(var e=[],t=0;t<n.length;t++)"function"==typeof o[n[t]]&&(e[e.length]=n[t]);return e}},882:(e,t,r)=>{"use strict";var n=r(210)("%Object.getOwnPropertyDescriptor%",!0);if(n)try{n([],"length")}catch(e){n=null}e.exports=n}},t={};function __webpack_require__(r){var n=t[r];if(void 0!==n)return n.exports;var o=t[r]={id:r,exports:{}};return e[r](o,o.exports,__webpack_require__),o.exports}__webpack_require__.m=e,__webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},__webpack_require__.d=(e,t)=>{for(var r in t)__webpack_require__.o(t,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},__webpack_require__.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__.b=document.baseURI||self.location.href,__webpack_require__.nc=void 0;var r={};(()=>{"use strict";function typeof_typeof(e){return typeof_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},typeof_typeof(e)}function toPropertyKey(e){var t=function toPrimitive(e,t){if("object"!=typeof_typeof(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof_typeof(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof_typeof(t)?t:t+""}function defineProperty_defineProperty(e,t,r){return(t=toPropertyKey(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}__webpack_require__.r(r),__webpack_require__.d(r,{ImageCarouselComponent:()=>ue,default:()=>de});var e=__webpack_require__(7363);function useCss(t,r){(0,e.useEffect)((function(){var e;!function updateCssInDom(e,t){if(e){var r,n=document.getElementById("DIVA-WIDGET-STYLE-URL");n&&(null===(r=n.parentNode)||void 0===r||r.removeChild(n)),(n=document.createElement("link")).rel="stylesheet",n.type="text/css",n.id="DIVA-WIDGET-STYLE-URL",n.href=e,document.head.appendChild(n)}if(t){var o,a=Array.isArray(t)?t.join(" "):t,s=document.getElementById("DIVA-WIDGET-STYLE");s&&(null===(o=s.parentNode)||void 0===o||o.removeChild(s)),(s=document.createElement("style")).type="text/css",s.id="DIVA-WIDGET-STYLE",s.appendChild(document.createTextNode(a)),document.head.appendChild(s)}}(null==t?void 0:t.cssUrl,null!==(e=null==t?void 0:t.css)&&void 0!==e?e:r)}),[null==t?void 0:t.cssUrl,null==t?void 0:t.css])}const t=CrystaldesignDivaCore;function asyncGeneratorStep(e,t,r,n,o,a,s){try{var l=e[a](s),c=l.value}catch(e){return void r(e)}l.done?t(c):Promise.resolve(c).then(n,o)}function _asyncToGenerator(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var a=e.apply(t,r);function _next(e){asyncGeneratorStep(a,n,o,_next,_throw,"next",e)}function _throw(e){asyncGeneratorStep(a,n,o,_next,_throw,"throw",e)}_next(void 0)}))}}function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function slicedToArray_slicedToArray(e,t){return function _arrayWithHoles(e){if(Array.isArray(e))return e}(e)||function _iterableToArrayLimit(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,a,s,l=[],c=!0,u=!1;try{if(a=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=a.call(r)).done)&&(l.push(n.value),l.length!==t);c=!0);}catch(e){u=!0,o=e}finally{try{if(!c&&null!=r.return&&(s=r.return(),Object(s)!==s))return}finally{if(u)throw o}}return l}}(e,t)||function _unsupportedIterableToArray(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}(e,t)||function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var n=__webpack_require__(747),o=__webpack_require__.n(n),a=(0,t.getLogger)("DivaWidget","useGlobalCache");"undefined"==typeof window||window.__divaWidgetCache||(window.__divaWidgetCache={cache:new Map});var s=(0,t.getLogger)("DivaWidget","useGlobalSelectedProduct"),l="diva:widget:product-selected";var c=(0,t.getLogger)("DivaWidget","useProductData");function useProductData(r){var n=r.productIds,u=r.variants,p=r.widgetType,d=(0,e.useMemo)((function(){return function generateWidgetId(){return"widget-".concat(Date.now(),"-").concat(Math.random().toString(36).substr(2,9))}()}),[]),f=(0,t.useDivaCore)().handler,g=function useGlobalCache(r){var n=r.uniqueWidgetId,o=r.widgetType,s=(0,e.useCallback)((function(e,r){if(a.debug("[".concat(o,":").concat(n,"] getOrFetch called for key: ").concat(e)),"undefined"==typeof window||!window.__divaWidgetCache)return a.debug("[".concat(o,":").concat(n,"] No global cache available, fetching directly for key: ").concat(e)),r();var s=window.__divaWidgetCache.cache,l=s.get(e);if(null!=l&&l.data)return a.debug("[".concat(o,":").concat(n,"] Cache hit for key: ").concat(e,", returning cached data")),Promise.resolve(l.data);if(null!=l&&l.promise)return a.debug("[".concat(o,":").concat(n,"] Cache hit for pending request, returning existing promise for key: ").concat(e)),l.promise;a.debug("[".concat(o,":").concat(n,"] Cache miss for key: ").concat(e,", creating new request"));var c={data:null,promise:null,error:null,timestamp:Date.now()},u=r().then((function(t){a.debug("[".concat(o,":").concat(n,"] Request successful for key: ").concat(e,", updating cache with ").concat(t.length," items"));var r=s.get(e);return r&&(r.data=t,r.promise=null,r.error=null,r.timestamp=Date.now()),t})).catch((function(r){a.error(new t.DivaError("[".concat(o,":").concat(n,"] Request failed for key: ").concat(e),{cause:r}));var l=s.get(e);throw l&&(l.promise=null,l.error=r,l.timestamp=Date.now()),r}));return c.promise=u,s.set(e,c),u}),[n,o]),l=(0,e.useCallback)((function(e){if(a.debug("[".concat(o,":").concat(n,"] Clearing cache entry for key: ").concat(e)),"undefined"!=typeof window&&window.__divaWidgetCache){var t=window.__divaWidgetCache.cache.delete(e);a.debug("[".concat(o,":").concat(n,"] Cache entry ").concat(t?"deleted":"not found"," for key: ").concat(e))}}),[n,o]),c=(0,e.useCallback)((function(){if(a.debug("[".concat(o,":").concat(n,"] Clearing all cache entries")),"undefined"!=typeof window&&window.__divaWidgetCache){var e=window.__divaWidgetCache.cache.size;window.__divaWidgetCache.cache.clear(),a.debug("[".concat(o,":").concat(n,"] Cleared ").concat(e," cache entries"))}}),[n,o]),u=(0,e.useCallback)((function(e,t){a.debug("[".concat(o,":").concat(n,"] Setting cache entry for key: ").concat(e)),"undefined"!=typeof window&&window.__divaWidgetCache&&window.__divaWidgetCache.cache.set(e,t)}),[n,o]);return(0,e.useMemo)((function(){return{getOrFetch:s,clear:l,clearAll:c,setCache:u}}),[s,l,c,u])}({uniqueWidgetId:d,widgetType:p}),h=g.getOrFetch,m=g.setCache,y=slicedToArray_slicedToArray((0,e.useState)([]),2),v=y[0],w=y[1],b=slicedToArray_slicedToArray((0,e.useState)(),2),_=b[0],S=b[1],E=slicedToArray_slicedToArray((0,e.useState)(!1),2),x=E[0],A=E[1],T=slicedToArray_slicedToArray((0,e.useState)(!1),2),P=T[0],C=T[1],O=(0,e.useCallback)(function(){var e=_asyncToGenerator(o().mark((function _callee2(e){var t,r,n;return o().wrap((function _callee2$(a){for(;;)switch(a.prev=a.next){case 0:if(c.debug("[".concat(p,":").concat(d,"] fetchProducts called with ids: ").concat(e.join(", "))),!u){a.next=4;break}return c.debug("[".concat(p,":").concat(d,"] Using provided variants instead of fetching")),a.abrupt("return",u);case 4:return t=e.map(function(){var e=_asyncToGenerator(o().mark((function _callee(e){return o().wrap((function _callee$(t){for(;;)switch(t.prev=t.next){case 0:return c.debug("[".concat(p,":").concat(d,"] Fetching product variants for id: ").concat(e)),t.abrupt("return",h(e,(function(){return f.productHandler.apiGetProductVariants(e,!0)})));case 2:case"end":return t.stop()}}),_callee)})));return function(t){return e.apply(this,arguments)}}()),a.next=7,Promise.all(t);case 7:return r=a.sent,n=r.flat(),c.debug("[".concat(p,":").concat(d,"] Fetched ").concat(n.length," total product variants")),a.abrupt("return",n);case 11:case"end":return a.stop()}}),_callee2)})));return function(t){return e.apply(this,arguments)}}(),[f.productHandler,h,u,d,p]),k=(0,e.useCallback)(function(){var e=_asyncToGenerator(o().mark((function _callee3(e){var r;return o().wrap((function _callee3$(n){for(;;)switch(n.prev=n.next){case 0:if(e&&!v.find((function(t){return t._id===e._id}))){n.next=4;break}return c.debug("[".concat(p,":").concat(d,"] Selected product ").concat(e._id," already in current variants, setting as selected")),S(e),n.abrupt("return");case 4:return c.debug("[".concat(p,":").concat(d,"] Selected product ").concat(e._id," not in current variants, fetching variants for it")),A(!0),C(!1),n.prev=7,n.next=10,O([e._id]);case 10:r=n.sent,w(r),c.debug("[".concat(p,":").concat(d,"] New ").concat(r.length," variants to productVariants")),A(!1),c.debug("[".concat(p,":").concat(d,"] Setting product ").concat(e._id," as selected after fetching")),S(e),n.next=23;break;case 18:n.prev=18,n.t0=n.catch(7),c.error(new t.DivaError("[".concat(p,":").concat(d,"] Error loading product"),{cause:n.t0})),C(!0),A(!1);case 23:case"end":return n.stop()}}),_callee3,null,[[7,18]])})));return function(t){return e.apply(this,arguments)}}(),[_,v,O,d,p]),j=function useGlobalSelectedProduct(t){var r=t.selectedProduct,n=t.uniqueWidgetId,o=t.widgetType,a=t.handleSelectedProductChange,c=(0,e.useCallback)((function(e){var t=e.detail,l=t.product,c=t.sourceId;s.debug("[".concat(o,":").concat(n,"] Received product selection event from ").concat(c,", product: ").concat(l._id)),c!==n?(null==r?void 0:r._id)!==l._id?(s.debug("[".concat(o,":").concat(n,"] Updating selected product from ").concat((null==r?void 0:r._id)||"none"," to ").concat(l._id)),a(l)):s.debug("[".concat(o,":").concat(n,"] Ignoring event - product already selected: ").concat(l._id)):s.debug("[".concat(o,":").concat(n,"] Ignoring own event"))}),[n,r,o]);return(0,e.useEffect)((function(){return window.addEventListener(l,c),function(){window.removeEventListener(l,c)}}),[c]),{notifyProductChanged:(0,e.useCallback)((function(e){s.debug("[".concat(o,":").concat(n,"] Dispatching product selection event to notify other widgets")),window.dispatchEvent(new CustomEvent(l,{detail:{product:e,sourceId:n}}))}),[n,o])}}({selectedProduct:_,uniqueWidgetId:d,widgetType:p,handleSelectedProductChange:k}),I=j.notifyProductChanged,M=(0,e.useMemo)((function(){return n?Array.isArray(n)?n:[n]:[]}),[n]);(0,e.useEffect)((function(){if(c.debug("[".concat(p,":").concat(d,"] Main effect triggered with normalizedProductIds: ").concat(M.join(", "))),!M.length)return c.error(new t.DivaError("[".concat(p,":").concat(d,"] ProductIds array is required and cannot be empty"))),C(!0),A(!1),void w([]);C(!1),A(!0),O(M).then((function(e){c.debug("[".concat(p,":").concat(d,"] Successfully loaded ").concat(e.length," product variants")),w(e),S(e[0]),A(!1)})).catch((function(e){c.error(new t.DivaError("[".concat(p,":").concat(d,"] Error loading products"),{cause:e})),C(!0),A(!1),w([])}))}),[M]);var D=(0,e.useCallback)(function(){var e=_asyncToGenerator(o().mark((function _callee4(e){var r,n,a;return o().wrap((function _callee4$(o){for(;;)switch(o.prev=o.next){case 0:if(c.debug("[".concat(p,":").concat(d,"] setSelectedProductId called with productId: ").concat(e)),!(r=v.find((function(t){return t._id===e})))){o.next=7;break}return c.debug("[".concat(p,":").concat(d,"] Product ").concat(e," found in current variants, setting as selected")),S(r),I(r),o.abrupt("return");case 7:return c.debug("[".concat(p,":").concat(d,"] Product ").concat(e," not found in current variants, fetching variants for it")),o.prev=8,C(!1),A(!0),o.next=13,O([e]);case 13:if(n=o.sent,w(n),c.debug("[".concat(p,":").concat(d,"] New ").concat(n.length," variants to productVariants")),!(a=n.find((function(t){return t._id===e})))){o.next=23;break}c.debug("[".concat(p,":").concat(d,"] Setting product ").concat(e," as selected after fetching")),S(a),I(a),o.next=24;break;case 23:throw new t.DivaError("[".concat(p,":").concat(d,"] Product ").concat(e," not found"));case 24:o.next=30;break;case 26:o.prev=26,o.t0=o.catch(8),c.error(new t.DivaError("[".concat(p,":").concat(d,"] Error loading product"),{cause:o.t0})),C(!0);case 30:return o.prev=30,A(!1),o.finish(30);case 33:case"end":return o.stop()}}),_callee4,null,[[8,26,30,33]])})));return function(t){return e.apply(this,arguments)}}(),[v,O,S,d,p]);function _getProductsByDivaNrs(){return(_getProductsByDivaNrs=_asyncToGenerator(o().mark((function _callee5(e){var t;return o().wrap((function _callee5$(r){for(;;)switch(r.prev=r.next){case 0:return e.sort(),r.next=3,h("divaNrs"+e.join(","),(function(){return f.productHandler.apiGetProductByQuery([{id:"divaNr",op:"in",value:e.join(",").replaceAll('"',"")}],1e3,!1)}));case 3:return t=r.sent,r.abrupt("return",t);case 5:case"end":return r.stop()}}),_callee5)})))).apply(this,arguments)}function _getProductByDivaNrAndVariantId(){return(_getProductByDivaNrAndVariantId=_asyncToGenerator(o().mark((function _callee6(e,t){var r,n;return o().wrap((function _callee6$(o){for(;;)switch(o.prev=o.next){case 0:return r=[{id:"divaNr",op:"eq",value:e}],t&&r.push({id:"variantId",op:"eq",value:parseInt(t)}),o.next=4,h("divaNr"+e+"variantId"+t,(function(){return f.productHandler.apiGetProductByQuery(r,1,!1)}));case 4:return n=o.sent,o.abrupt("return",n);case 6:case"end":return o.stop()}}),_callee6)})))).apply(this,arguments)}return{productVariants:v,error:P,loading:x,getProductsByDivaNrs:function getProductsByDivaNrs(e){return _getProductsByDivaNrs.apply(this,arguments)},getProductByDivaNrAndVariantId:function getProductByDivaNrAndVariantId(e,t){return _getProductByDivaNrAndVariantId.apply(this,arguments)},selectedProduct:_,setSelectedProductId:D,setProductCache:function setProductCache(e,t){m(e,{data:t,timestamp:Date.now()})}}}function ssr_window_esm_isObject(e){return null!==e&&"object"==typeof e&&"constructor"in e&&e.constructor===Object}function extend(e,t){void 0===e&&(e={}),void 0===t&&(t={}),Object.keys(t).forEach((r=>{void 0===e[r]?e[r]=t[r]:ssr_window_esm_isObject(t[r])&&ssr_window_esm_isObject(e[r])&&Object.keys(t[r]).length>0&&extend(e[r],t[r])}))}const u={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector:()=>null,querySelectorAll:()=>[],getElementById:()=>null,createEvent:()=>({initEvent(){}}),createElement:()=>({children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName:()=>[]}),createElementNS:()=>({}),importNode:()=>null,location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function ssr_window_esm_getDocument(){const e="undefined"!=typeof document?document:{};return extend(e,u),e}const p={document:u,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function CustomEvent(){return this},addEventListener(){},removeEventListener(){},getComputedStyle:()=>({getPropertyValue:()=>""}),Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia:()=>({}),requestAnimationFrame:e=>"undefined"==typeof setTimeout?(e(),null):setTimeout(e,0),cancelAnimationFrame(e){"undefined"!=typeof setTimeout&&clearTimeout(e)}};function ssr_window_esm_getWindow(){const e="undefined"!=typeof window?window:{};return extend(e,p),e}var d=__webpack_require__(5108);function utils_nextTick(e,t){return void 0===t&&(t=0),setTimeout(e,t)}function utils_now(){return Date.now()}function utils_getTranslate(e,t){void 0===t&&(t="x");const r=ssr_window_esm_getWindow();let n,o,a;const s=function utils_getComputedStyle(e){const t=ssr_window_esm_getWindow();let r;return t.getComputedStyle&&(r=t.getComputedStyle(e,null)),!r&&e.currentStyle&&(r=e.currentStyle),r||(r=e.style),r}(e);return r.WebKitCSSMatrix?(o=s.transform||s.webkitTransform,o.split(",").length>6&&(o=o.split(", ").map((e=>e.replace(",","."))).join(", ")),a=new r.WebKitCSSMatrix("none"===o?"":o)):(a=s.MozTransform||s.OTransform||s.MsTransform||s.msTransform||s.transform||s.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),n=a.toString().split(",")),"x"===t&&(o=r.WebKitCSSMatrix?a.m41:16===n.length?parseFloat(n[12]):parseFloat(n[4])),"y"===t&&(o=r.WebKitCSSMatrix?a.m42:16===n.length?parseFloat(n[13]):parseFloat(n[5])),o||0}function utils_isObject(e){return"object"==typeof e&&null!==e&&e.constructor&&"Object"===Object.prototype.toString.call(e).slice(8,-1)}function isNode(e){return"undefined"!=typeof window&&void 0!==window.HTMLElement?e instanceof HTMLElement:e&&(1===e.nodeType||11===e.nodeType)}function utils_extend(){const e=Object(arguments.length<=0?void 0:arguments[0]),t=["__proto__","constructor","prototype"];for(let r=1;r<arguments.length;r+=1){const n=r<0||arguments.length<=r?void 0:arguments[r];if(null!=n&&!isNode(n)){const r=Object.keys(Object(n)).filter((e=>t.indexOf(e)<0));for(let t=0,o=r.length;t<o;t+=1){const o=r[t],a=Object.getOwnPropertyDescriptor(n,o);void 0!==a&&a.enumerable&&(utils_isObject(e[o])&&utils_isObject(n[o])?n[o].__swiper__?e[o]=n[o]:utils_extend(e[o],n[o]):!utils_isObject(e[o])&&utils_isObject(n[o])?(e[o]={},n[o].__swiper__?e[o]=n[o]:utils_extend(e[o],n[o])):e[o]=n[o])}}}return e}function utils_setCSSProperty(e,t,r){e.style.setProperty(t,r)}function animateCSSModeScroll(e){let{swiper:t,targetPosition:r,side:n}=e;const o=ssr_window_esm_getWindow(),a=-t.translate;let s,l=null;const c=t.params.speed;t.wrapperEl.style.scrollSnapType="none",o.cancelAnimationFrame(t.cssModeFrameID);const u=r>a?"next":"prev",isOutOfBound=(e,t)=>"next"===u&&e>=t||"prev"===u&&e<=t,animate=()=>{s=(new Date).getTime(),null===l&&(l=s);const e=Math.max(Math.min((s-l)/c,1),0),u=.5-Math.cos(e*Math.PI)/2;let p=a+u*(r-a);if(isOutOfBound(p,r)&&(p=r),t.wrapperEl.scrollTo({[n]:p}),isOutOfBound(p,r))return t.wrapperEl.style.overflow="hidden",t.wrapperEl.style.scrollSnapType="",setTimeout((()=>{t.wrapperEl.style.overflow="",t.wrapperEl.scrollTo({[n]:p})})),void o.cancelAnimationFrame(t.cssModeFrameID);t.cssModeFrameID=o.requestAnimationFrame(animate)};animate()}function utils_elementChildren(e,t){void 0===t&&(t="");const r=[...e.children];return e instanceof HTMLSlotElement&&r.push(...e.assignedElements()),t?r.filter((e=>e.matches(t))):r}function showWarning(e){try{return void d.warn(e)}catch(e){}}function utils_createElement(e,t){void 0===t&&(t=[]);const r=document.createElement(e);return r.classList.add(...Array.isArray(t)?t:function utils_classesToTokens(e){return void 0===e&&(e=""),e.trim().split(" ").filter((e=>!!e.trim()))}(t)),r}function elementStyle(e,t){return ssr_window_esm_getWindow().getComputedStyle(e,null).getPropertyValue(t)}function utils_elementIndex(e){let t,r=e;if(r){for(t=0;null!==(r=r.previousSibling);)1===r.nodeType&&(t+=1);return t}}function utils_elementOuterSize(e,t,r){const n=ssr_window_esm_getWindow();return r?e["width"===t?"offsetWidth":"offsetHeight"]+parseFloat(n.getComputedStyle(e,null).getPropertyValue("width"===t?"margin-right":"margin-top"))+parseFloat(n.getComputedStyle(e,null).getPropertyValue("width"===t?"margin-left":"margin-bottom")):e.offsetWidth}function utils_makeElementsArray(e){return(Array.isArray(e)?e:[e]).filter((e=>!!e))}function navigation_Navigation(e){let{swiper:t,extendParams:r,on:n,emit:o}=e;function getEl(e){let r;return e&&"string"==typeof e&&t.isElement&&(r=t.el.querySelector(e),r)?r:(e&&("string"==typeof e&&(r=[...document.querySelectorAll(e)]),t.params.uniqueNavElements&&"string"==typeof e&&r&&r.length>1&&1===t.el.querySelectorAll(e).length?r=t.el.querySelector(e):r&&1===r.length&&(r=r[0])),e&&!r?e:r)}function toggleEl(e,r){const n=t.params.navigation;(e=utils_makeElementsArray(e)).forEach((e=>{e&&(e.classList[r?"add":"remove"](...n.disabledClass.split(" ")),"BUTTON"===e.tagName&&(e.disabled=r),t.params.watchOverflow&&t.enabled&&e.classList[t.isLocked?"add":"remove"](n.lockClass))}))}function update(){const{nextEl:e,prevEl:r}=t.navigation;if(t.params.loop)return toggleEl(r,!1),void toggleEl(e,!1);toggleEl(r,t.isBeginning&&!t.params.rewind),toggleEl(e,t.isEnd&&!t.params.rewind)}function onPrevClick(e){e.preventDefault(),(!t.isBeginning||t.params.loop||t.params.rewind)&&(t.slidePrev(),o("navigationPrev"))}function onNextClick(e){e.preventDefault(),(!t.isEnd||t.params.loop||t.params.rewind)&&(t.slideNext(),o("navigationNext"))}function init(){const e=t.params.navigation;if(t.params.navigation=function create_element_if_not_defined_createElementIfNotDefined(e,t,r,n){return e.params.createElements&&Object.keys(n).forEach((o=>{if(!r[o]&&!0===r.auto){let a=utils_elementChildren(e.el,`.${n[o]}`)[0];a||(a=utils_createElement("div",n[o]),a.className=n[o],e.el.append(a)),r[o]=a,t[o]=a}})),r}(t,t.originalParams.navigation,t.params.navigation,{nextEl:"swiper-button-next",prevEl:"swiper-button-prev"}),!e.nextEl&&!e.prevEl)return;let r=getEl(e.nextEl),n=getEl(e.prevEl);Object.assign(t.navigation,{nextEl:r,prevEl:n}),r=utils_makeElementsArray(r),n=utils_makeElementsArray(n);const initButton=(r,n)=>{r&&r.addEventListener("click","next"===n?onNextClick:onPrevClick),!t.enabled&&r&&r.classList.add(...e.lockClass.split(" "))};r.forEach((e=>initButton(e,"next"))),n.forEach((e=>initButton(e,"prev")))}function destroy(){let{nextEl:e,prevEl:r}=t.navigation;e=utils_makeElementsArray(e),r=utils_makeElementsArray(r);const destroyButton=(e,r)=>{e.removeEventListener("click","next"===r?onNextClick:onPrevClick),e.classList.remove(...t.params.navigation.disabledClass.split(" "))};e.forEach((e=>destroyButton(e,"next"))),r.forEach((e=>destroyButton(e,"prev")))}r({navigation:{nextEl:null,prevEl:null,hideOnClick:!1,disabledClass:"swiper-button-disabled",hiddenClass:"swiper-button-hidden",lockClass:"swiper-button-lock",navigationDisabledClass:"swiper-navigation-disabled"}}),t.navigation={nextEl:null,prevEl:null},n("init",(()=>{!1===t.params.navigation.enabled?disable():(init(),update())})),n("toEdge fromEdge lock unlock",(()=>{update()})),n("destroy",(()=>{destroy()})),n("enable disable",(()=>{let{nextEl:e,prevEl:r}=t.navigation;e=utils_makeElementsArray(e),r=utils_makeElementsArray(r),t.enabled?update():[...e,...r].filter((e=>!!e)).forEach((e=>e.classList.add(t.params.navigation.lockClass)))})),n("click",((e,r)=>{let{nextEl:n,prevEl:a}=t.navigation;n=utils_makeElementsArray(n),a=utils_makeElementsArray(a);const s=r.target;let l=a.includes(s)||n.includes(s);if(t.isElement&&!l){const e=r.path||r.composedPath&&r.composedPath();e&&(l=e.find((e=>n.includes(e)||a.includes(e))))}if(t.params.navigation.hideOnClick&&!l){if(t.pagination&&t.params.pagination&&t.params.pagination.clickable&&(t.pagination.el===s||t.pagination.el.contains(s)))return;let e;n.length?e=n[0].classList.contains(t.params.navigation.hiddenClass):a.length&&(e=a[0].classList.contains(t.params.navigation.hiddenClass)),o(!0===e?"navigationShow":"navigationHide"),[...n,...a].filter((e=>!!e)).forEach((e=>e.classList.toggle(t.params.navigation.hiddenClass)))}}));const disable=()=>{t.el.classList.add(...t.params.navigation.navigationDisabledClass.split(" ")),destroy()};Object.assign(t.navigation,{enable:()=>{t.el.classList.remove(...t.params.navigation.navigationDisabledClass.split(" ")),init(),update()},disable,update,init,destroy})}let f,g,h;function getSupport(){return f||(f=function calcSupport(){const e=ssr_window_esm_getWindow(),t=ssr_window_esm_getDocument();return{smoothScroll:t.documentElement&&t.documentElement.style&&"scrollBehavior"in t.documentElement.style,touch:!!("ontouchstart"in e||e.DocumentTouch&&t instanceof e.DocumentTouch)}}()),f}function getDevice(e){return void 0===e&&(e={}),g||(g=function calcDevice(e){let{userAgent:t}=void 0===e?{}:e;const r=getSupport(),n=ssr_window_esm_getWindow(),o=n.navigator.platform,a=t||n.navigator.userAgent,s={ios:!1,android:!1},l=n.screen.width,c=n.screen.height,u=a.match(/(Android);?[\s\/]+([\d.]+)?/);let p=a.match(/(iPad).*OS\s([\d_]+)/);const d=a.match(/(iPod)(.*OS\s([\d_]+))?/),f=!p&&a.match(/(iPhone\sOS|iOS)\s([\d_]+)/),g="Win32"===o;let h="MacIntel"===o;return!p&&h&&r.touch&&["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"].indexOf(`${l}x${c}`)>=0&&(p=a.match(/(Version)\/([\d.]+)/),p||(p=[0,1,"13_0_0"]),h=!1),u&&!g&&(s.os="android",s.android=!0),(p||f||d)&&(s.os="ios",s.ios=!0),s}(e)),g}function getBrowser(){return h||(h=function calcBrowser(){const e=ssr_window_esm_getWindow(),t=getDevice();let r=!1;function isSafari(){const t=e.navigator.userAgent.toLowerCase();return t.indexOf("safari")>=0&&t.indexOf("chrome")<0&&t.indexOf("android")<0}if(isSafari()){const t=String(e.navigator.userAgent);if(t.includes("Version/")){const[e,n]=t.split("Version/")[1].split(" ")[0].split(".").map((e=>Number(e)));r=e<16||16===e&&n<2}}const n=/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(e.navigator.userAgent),o=isSafari();return{isSafari:r||o,needPerspectiveFix:r,need3dFix:o||n&&t.ios,isWebView:n}}()),h}var m={on(e,t,r){const n=this;if(!n.eventsListeners||n.destroyed)return n;if("function"!=typeof t)return n;const o=r?"unshift":"push";return e.split(" ").forEach((e=>{n.eventsListeners[e]||(n.eventsListeners[e]=[]),n.eventsListeners[e][o](t)})),n},once(e,t,r){const n=this;if(!n.eventsListeners||n.destroyed)return n;if("function"!=typeof t)return n;function onceHandler(){n.off(e,onceHandler),onceHandler.__emitterProxy&&delete onceHandler.__emitterProxy;for(var r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];t.apply(n,o)}return onceHandler.__emitterProxy=t,n.on(e,onceHandler,r)},onAny(e,t){const r=this;if(!r.eventsListeners||r.destroyed)return r;if("function"!=typeof e)return r;const n=t?"unshift":"push";return r.eventsAnyListeners.indexOf(e)<0&&r.eventsAnyListeners[n](e),r},offAny(e){const t=this;if(!t.eventsListeners||t.destroyed)return t;if(!t.eventsAnyListeners)return t;const r=t.eventsAnyListeners.indexOf(e);return r>=0&&t.eventsAnyListeners.splice(r,1),t},off(e,t){const r=this;return!r.eventsListeners||r.destroyed?r:r.eventsListeners?(e.split(" ").forEach((e=>{void 0===t?r.eventsListeners[e]=[]:r.eventsListeners[e]&&r.eventsListeners[e].forEach(((n,o)=>{(n===t||n.__emitterProxy&&n.__emitterProxy===t)&&r.eventsListeners[e].splice(o,1)}))})),r):r},emit(){const e=this;if(!e.eventsListeners||e.destroyed)return e;if(!e.eventsListeners)return e;let t,r,n;for(var o=arguments.length,a=new Array(o),s=0;s<o;s++)a[s]=arguments[s];"string"==typeof a[0]||Array.isArray(a[0])?(t=a[0],r=a.slice(1,a.length),n=e):(t=a[0].events,r=a[0].data,n=a[0].context||e),r.unshift(n);return(Array.isArray(t)?t:t.split(" ")).forEach((t=>{e.eventsAnyListeners&&e.eventsAnyListeners.length&&e.eventsAnyListeners.forEach((e=>{e.apply(n,[t,...r])})),e.eventsListeners&&e.eventsListeners[t]&&e.eventsListeners[t].forEach((e=>{e.apply(n,r)}))})),e}};const toggleSlideClasses$1=(e,t,r)=>{t&&!e.classList.contains(r)?e.classList.add(r):!t&&e.classList.contains(r)&&e.classList.remove(r)};const toggleSlideClasses=(e,t,r)=>{t&&!e.classList.contains(r)?e.classList.add(r):!t&&e.classList.contains(r)&&e.classList.remove(r)};const processLazyPreloader=(e,t)=>{if(!e||e.destroyed||!e.params)return;const r=t.closest(e.isElement?"swiper-slide":`.${e.params.slideClass}`);if(r){let t=r.querySelector(`.${e.params.lazyPreloaderClass}`);!t&&e.isElement&&(r.shadowRoot?t=r.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`):requestAnimationFrame((()=>{r.shadowRoot&&(t=r.shadowRoot.querySelector(`.${e.params.lazyPreloaderClass}`),t&&t.remove())}))),t&&t.remove()}},unlazy=(e,t)=>{if(!e.slides[t])return;const r=e.slides[t].querySelector('[loading="lazy"]');r&&r.removeAttribute("loading")},preload=e=>{if(!e||e.destroyed||!e.params)return;let t=e.params.lazyPreloadPrevNext;const r=e.slides.length;if(!r||!t||t<0)return;t=Math.min(t,r);const n="auto"===e.params.slidesPerView?e.slidesPerViewDynamic():Math.ceil(e.params.slidesPerView),o=e.activeIndex;if(e.params.grid&&e.params.grid.rows>1){const r=o,a=[r-t];return a.push(...Array.from({length:t}).map(((e,t)=>r+n+t))),void e.slides.forEach(((t,r)=>{a.includes(t.column)&&unlazy(e,r)}))}const a=o+n-1;if(e.params.rewind||e.params.loop)for(let n=o-t;n<=a+t;n+=1){const t=(n%r+r)%r;(t<o||t>a)&&unlazy(e,t)}else for(let n=Math.max(o-t,0);n<=Math.min(a+t,r-1);n+=1)n!==o&&(n>a||n<o)&&unlazy(e,n)};var y={updateSize:function updateSize(){const e=this;let t,r;const n=e.el;t=void 0!==e.params.width&&null!==e.params.width?e.params.width:n.clientWidth,r=void 0!==e.params.height&&null!==e.params.height?e.params.height:n.clientHeight,0===t&&e.isHorizontal()||0===r&&e.isVertical()||(t=t-parseInt(elementStyle(n,"padding-left")||0,10)-parseInt(elementStyle(n,"padding-right")||0,10),r=r-parseInt(elementStyle(n,"padding-top")||0,10)-parseInt(elementStyle(n,"padding-bottom")||0,10),Number.isNaN(t)&&(t=0),Number.isNaN(r)&&(r=0),Object.assign(e,{width:t,height:r,size:e.isHorizontal()?t:r}))},updateSlides:function updateSlides(){const e=this;function getDirectionPropertyValue(t,r){return parseFloat(t.getPropertyValue(e.getDirectionLabel(r))||0)}const t=e.params,{wrapperEl:r,slidesEl:n,size:o,rtlTranslate:a,wrongRTL:s}=e,l=e.virtual&&t.virtual.enabled,c=l?e.virtual.slides.length:e.slides.length,u=utils_elementChildren(n,`.${e.params.slideClass}, swiper-slide`),p=l?e.virtual.slides.length:u.length;let d=[];const f=[],g=[];let h=t.slidesOffsetBefore;"function"==typeof h&&(h=t.slidesOffsetBefore.call(e));let m=t.slidesOffsetAfter;"function"==typeof m&&(m=t.slidesOffsetAfter.call(e));const y=e.snapGrid.length,v=e.slidesGrid.length;let w=t.spaceBetween,b=-h,_=0,S=0;if(void 0===o)return;"string"==typeof w&&w.indexOf("%")>=0?w=parseFloat(w.replace("%",""))/100*o:"string"==typeof w&&(w=parseFloat(w)),e.virtualSize=-w,u.forEach((e=>{a?e.style.marginLeft="":e.style.marginRight="",e.style.marginBottom="",e.style.marginTop=""})),t.centeredSlides&&t.cssMode&&(utils_setCSSProperty(r,"--swiper-centered-offset-before",""),utils_setCSSProperty(r,"--swiper-centered-offset-after",""));const E=t.grid&&t.grid.rows>1&&e.grid;let x;E?e.grid.initSlides(u):e.grid&&e.grid.unsetSlides();const A="auto"===t.slidesPerView&&t.breakpoints&&Object.keys(t.breakpoints).filter((e=>void 0!==t.breakpoints[e].slidesPerView)).length>0;for(let r=0;r<p;r+=1){let n;if(x=0,u[r]&&(n=u[r]),E&&e.grid.updateSlide(r,n,u),!u[r]||"none"!==elementStyle(n,"display")){if("auto"===t.slidesPerView){A&&(u[r].style[e.getDirectionLabel("width")]="");const o=getComputedStyle(n),a=n.style.transform,s=n.style.webkitTransform;if(a&&(n.style.transform="none"),s&&(n.style.webkitTransform="none"),t.roundLengths)x=e.isHorizontal()?utils_elementOuterSize(n,"width",!0):utils_elementOuterSize(n,"height",!0);else{const e=getDirectionPropertyValue(o,"width"),t=getDirectionPropertyValue(o,"padding-left"),r=getDirectionPropertyValue(o,"padding-right"),a=getDirectionPropertyValue(o,"margin-left"),s=getDirectionPropertyValue(o,"margin-right"),l=o.getPropertyValue("box-sizing");if(l&&"border-box"===l)x=e+a+s;else{const{clientWidth:o,offsetWidth:l}=n;x=e+t+r+a+s+(l-o)}}a&&(n.style.transform=a),s&&(n.style.webkitTransform=s),t.roundLengths&&(x=Math.floor(x))}else x=(o-(t.slidesPerView-1)*w)/t.slidesPerView,t.roundLengths&&(x=Math.floor(x)),u[r]&&(u[r].style[e.getDirectionLabel("width")]=`${x}px`);u[r]&&(u[r].swiperSlideSize=x),g.push(x),t.centeredSlides?(b=b+x/2+_/2+w,0===_&&0!==r&&(b=b-o/2-w),0===r&&(b=b-o/2-w),Math.abs(b)<.001&&(b=0),t.roundLengths&&(b=Math.floor(b)),S%t.slidesPerGroup==0&&d.push(b),f.push(b)):(t.roundLengths&&(b=Math.floor(b)),(S-Math.min(e.params.slidesPerGroupSkip,S))%e.params.slidesPerGroup==0&&d.push(b),f.push(b),b=b+x+w),e.virtualSize+=x+w,_=x,S+=1}}if(e.virtualSize=Math.max(e.virtualSize,o)+m,a&&s&&("slide"===t.effect||"coverflow"===t.effect)&&(r.style.width=`${e.virtualSize+w}px`),t.setWrapperSize&&(r.style[e.getDirectionLabel("width")]=`${e.virtualSize+w}px`),E&&e.grid.updateWrapperSize(x,d),!t.centeredSlides){const r=[];for(let n=0;n<d.length;n+=1){let a=d[n];t.roundLengths&&(a=Math.floor(a)),d[n]<=e.virtualSize-o&&r.push(a)}d=r,Math.floor(e.virtualSize-o)-Math.floor(d[d.length-1])>1&&d.push(e.virtualSize-o)}if(l&&t.loop){const r=g[0]+w;if(t.slidesPerGroup>1){const n=Math.ceil((e.virtual.slidesBefore+e.virtual.slidesAfter)/t.slidesPerGroup),o=r*t.slidesPerGroup;for(let e=0;e<n;e+=1)d.push(d[d.length-1]+o)}for(let n=0;n<e.virtual.slidesBefore+e.virtual.slidesAfter;n+=1)1===t.slidesPerGroup&&d.push(d[d.length-1]+r),f.push(f[f.length-1]+r),e.virtualSize+=r}if(0===d.length&&(d=[0]),0!==w){const r=e.isHorizontal()&&a?"marginLeft":e.getDirectionLabel("marginRight");u.filter(((e,r)=>!(t.cssMode&&!t.loop)||r!==u.length-1)).forEach((e=>{e.style[r]=`${w}px`}))}if(t.centeredSlides&&t.centeredSlidesBounds){let e=0;g.forEach((t=>{e+=t+(w||0)})),e-=w;const t=e>o?e-o:0;d=d.map((e=>e<=0?-h:e>t?t+m:e))}if(t.centerInsufficientSlides){let e=0;g.forEach((t=>{e+=t+(w||0)})),e-=w;const r=(t.slidesOffsetBefore||0)+(t.slidesOffsetAfter||0);if(e+r<o){const t=(o-e-r)/2;d.forEach(((e,r)=>{d[r]=e-t})),f.forEach(((e,r)=>{f[r]=e+t}))}}if(Object.assign(e,{slides:u,snapGrid:d,slidesGrid:f,slidesSizesGrid:g}),t.centeredSlides&&t.cssMode&&!t.centeredSlidesBounds){utils_setCSSProperty(r,"--swiper-centered-offset-before",-d[0]+"px"),utils_setCSSProperty(r,"--swiper-centered-offset-after",e.size/2-g[g.length-1]/2+"px");const t=-e.snapGrid[0],n=-e.slidesGrid[0];e.snapGrid=e.snapGrid.map((e=>e+t)),e.slidesGrid=e.slidesGrid.map((e=>e+n))}if(p!==c&&e.emit("slidesLengthChange"),d.length!==y&&(e.params.watchOverflow&&e.checkOverflow(),e.emit("snapGridLengthChange")),f.length!==v&&e.emit("slidesGridLengthChange"),t.watchSlidesProgress&&e.updateSlidesOffset(),e.emit("slidesUpdated"),!(l||t.cssMode||"slide"!==t.effect&&"fade"!==t.effect)){const r=`${t.containerModifierClass}backface-hidden`,n=e.el.classList.contains(r);p<=t.maxBackfaceHiddenSlides?n||e.el.classList.add(r):n&&e.el.classList.remove(r)}},updateAutoHeight:function updateAutoHeight(e){const t=this,r=[],n=t.virtual&&t.params.virtual.enabled;let o,a=0;"number"==typeof e?t.setTransition(e):!0===e&&t.setTransition(t.params.speed);const getSlideByIndex=e=>n?t.slides[t.getSlideIndexByData(e)]:t.slides[e];if("auto"!==t.params.slidesPerView&&t.params.slidesPerView>1)if(t.params.centeredSlides)(t.visibleSlides||[]).forEach((e=>{r.push(e)}));else for(o=0;o<Math.ceil(t.params.slidesPerView);o+=1){const e=t.activeIndex+o;if(e>t.slides.length&&!n)break;r.push(getSlideByIndex(e))}else r.push(getSlideByIndex(t.activeIndex));for(o=0;o<r.length;o+=1)if(void 0!==r[o]){const e=r[o].offsetHeight;a=e>a?e:a}(a||0===a)&&(t.wrapperEl.style.height=`${a}px`)},updateSlidesOffset:function updateSlidesOffset(){const e=this,t=e.slides,r=e.isElement?e.isHorizontal()?e.wrapperEl.offsetLeft:e.wrapperEl.offsetTop:0;for(let n=0;n<t.length;n+=1)t[n].swiperSlideOffset=(e.isHorizontal()?t[n].offsetLeft:t[n].offsetTop)-r-e.cssOverflowAdjustment()},updateSlidesProgress:function updateSlidesProgress(e){void 0===e&&(e=this&&this.translate||0);const t=this,r=t.params,{slides:n,rtlTranslate:o,snapGrid:a}=t;if(0===n.length)return;void 0===n[0].swiperSlideOffset&&t.updateSlidesOffset();let s=-e;o&&(s=e),t.visibleSlidesIndexes=[],t.visibleSlides=[];let l=r.spaceBetween;"string"==typeof l&&l.indexOf("%")>=0?l=parseFloat(l.replace("%",""))/100*t.size:"string"==typeof l&&(l=parseFloat(l));for(let e=0;e<n.length;e+=1){const c=n[e];let u=c.swiperSlideOffset;r.cssMode&&r.centeredSlides&&(u-=n[0].swiperSlideOffset);const p=(s+(r.centeredSlides?t.minTranslate():0)-u)/(c.swiperSlideSize+l),d=(s-a[0]+(r.centeredSlides?t.minTranslate():0)-u)/(c.swiperSlideSize+l),f=-(s-u),g=f+t.slidesSizesGrid[e],h=f>=0&&f<=t.size-t.slidesSizesGrid[e],m=f>=0&&f<t.size-1||g>1&&g<=t.size||f<=0&&g>=t.size;m&&(t.visibleSlides.push(c),t.visibleSlidesIndexes.push(e)),toggleSlideClasses$1(c,m,r.slideVisibleClass),toggleSlideClasses$1(c,h,r.slideFullyVisibleClass),c.progress=o?-p:p,c.originalProgress=o?-d:d}},updateProgress:function updateProgress(e){const t=this;if(void 0===e){const r=t.rtlTranslate?-1:1;e=t&&t.translate&&t.translate*r||0}const r=t.params,n=t.maxTranslate()-t.minTranslate();let{progress:o,isBeginning:a,isEnd:s,progressLoop:l}=t;const c=a,u=s;if(0===n)o=0,a=!0,s=!0;else{o=(e-t.minTranslate())/n;const r=Math.abs(e-t.minTranslate())<1,l=Math.abs(e-t.maxTranslate())<1;a=r||o<=0,s=l||o>=1,r&&(o=0),l&&(o=1)}if(r.loop){const r=t.getSlideIndexByData(0),n=t.getSlideIndexByData(t.slides.length-1),o=t.slidesGrid[r],a=t.slidesGrid[n],s=t.slidesGrid[t.slidesGrid.length-1],c=Math.abs(e);l=c>=o?(c-o)/s:(c+s-a)/s,l>1&&(l-=1)}Object.assign(t,{progress:o,progressLoop:l,isBeginning:a,isEnd:s}),(r.watchSlidesProgress||r.centeredSlides&&r.autoHeight)&&t.updateSlidesProgress(e),a&&!c&&t.emit("reachBeginning toEdge"),s&&!u&&t.emit("reachEnd toEdge"),(c&&!a||u&&!s)&&t.emit("fromEdge"),t.emit("progress",o)},updateSlidesClasses:function updateSlidesClasses(){const e=this,{slides:t,params:r,slidesEl:n,activeIndex:o}=e,a=e.virtual&&r.virtual.enabled,s=e.grid&&r.grid&&r.grid.rows>1,getFilteredSlide=e=>utils_elementChildren(n,`.${r.slideClass}${e}, swiper-slide${e}`)[0];let l,c,u;if(a)if(r.loop){let t=o-e.virtual.slidesBefore;t<0&&(t=e.virtual.slides.length+t),t>=e.virtual.slides.length&&(t-=e.virtual.slides.length),l=getFilteredSlide(`[data-swiper-slide-index="${t}"]`)}else l=getFilteredSlide(`[data-swiper-slide-index="${o}"]`);else s?(l=t.filter((e=>e.column===o))[0],u=t.filter((e=>e.column===o+1))[0],c=t.filter((e=>e.column===o-1))[0]):l=t[o];l&&(s||(u=function elementNextAll(e,t){const r=[];for(;e.nextElementSibling;){const n=e.nextElementSibling;t?n.matches(t)&&r.push(n):r.push(n),e=n}return r}(l,`.${r.slideClass}, swiper-slide`)[0],r.loop&&!u&&(u=t[0]),c=function elementPrevAll(e,t){const r=[];for(;e.previousElementSibling;){const n=e.previousElementSibling;t?n.matches(t)&&r.push(n):r.push(n),e=n}return r}(l,`.${r.slideClass}, swiper-slide`)[0],r.loop&&0===!c&&(c=t[t.length-1]))),t.forEach((e=>{toggleSlideClasses(e,e===l,r.slideActiveClass),toggleSlideClasses(e,e===u,r.slideNextClass),toggleSlideClasses(e,e===c,r.slidePrevClass)})),e.emitSlidesClasses()},updateActiveIndex:function updateActiveIndex(e){const t=this,r=t.rtlTranslate?t.translate:-t.translate,{snapGrid:n,params:o,activeIndex:a,realIndex:s,snapIndex:l}=t;let c,u=e;const getVirtualRealIndex=e=>{let r=e-t.virtual.slidesBefore;return r<0&&(r=t.virtual.slides.length+r),r>=t.virtual.slides.length&&(r-=t.virtual.slides.length),r};if(void 0===u&&(u=function getActiveIndexByTranslate(e){const{slidesGrid:t,params:r}=e,n=e.rtlTranslate?e.translate:-e.translate;let o;for(let e=0;e<t.length;e+=1)void 0!==t[e+1]?n>=t[e]&&n<t[e+1]-(t[e+1]-t[e])/2?o=e:n>=t[e]&&n<t[e+1]&&(o=e+1):n>=t[e]&&(o=e);return r.normalizeSlideIndex&&(o<0||void 0===o)&&(o=0),o}(t)),n.indexOf(r)>=0)c=n.indexOf(r);else{const e=Math.min(o.slidesPerGroupSkip,u);c=e+Math.floor((u-e)/o.slidesPerGroup)}if(c>=n.length&&(c=n.length-1),u===a&&!t.params.loop)return void(c!==l&&(t.snapIndex=c,t.emit("snapIndexChange")));if(u===a&&t.params.loop&&t.virtual&&t.params.virtual.enabled)return void(t.realIndex=getVirtualRealIndex(u));const p=t.grid&&o.grid&&o.grid.rows>1;let d;if(t.virtual&&o.virtual.enabled&&o.loop)d=getVirtualRealIndex(u);else if(p){const e=t.slides.filter((e=>e.column===u))[0];let r=parseInt(e.getAttribute("data-swiper-slide-index"),10);Number.isNaN(r)&&(r=Math.max(t.slides.indexOf(e),0)),d=Math.floor(r/o.grid.rows)}else if(t.slides[u]){const e=t.slides[u].getAttribute("data-swiper-slide-index");d=e?parseInt(e,10):u}else d=u;Object.assign(t,{previousSnapIndex:l,snapIndex:c,previousRealIndex:s,realIndex:d,previousIndex:a,activeIndex:u}),t.initialized&&preload(t),t.emit("activeIndexChange"),t.emit("snapIndexChange"),(t.initialized||t.params.runCallbacksOnInit)&&(s!==d&&t.emit("realIndexChange"),t.emit("slideChange"))},updateClickedSlide:function updateClickedSlide(e,t){const r=this,n=r.params;let o=e.closest(`.${n.slideClass}, swiper-slide`);!o&&r.isElement&&t&&t.length>1&&t.includes(e)&&[...t.slice(t.indexOf(e)+1,t.length)].forEach((e=>{!o&&e.matches&&e.matches(`.${n.slideClass}, swiper-slide`)&&(o=e)}));let a,s=!1;if(o)for(let e=0;e<r.slides.length;e+=1)if(r.slides[e]===o){s=!0,a=e;break}if(!o||!s)return r.clickedSlide=void 0,void(r.clickedIndex=void 0);r.clickedSlide=o,r.virtual&&r.params.virtual.enabled?r.clickedIndex=parseInt(o.getAttribute("data-swiper-slide-index"),10):r.clickedIndex=a,n.slideToClickedSlide&&void 0!==r.clickedIndex&&r.clickedIndex!==r.activeIndex&&r.slideToClickedSlide()}};var v={getTranslate:function getSwiperTranslate(e){void 0===e&&(e=this.isHorizontal()?"x":"y");const{params:t,rtlTranslate:r,translate:n,wrapperEl:o}=this;if(t.virtualTranslate)return r?-n:n;if(t.cssMode)return n;let a=utils_getTranslate(o,e);return a+=this.cssOverflowAdjustment(),r&&(a=-a),a||0},setTranslate:function setTranslate(e,t){const r=this,{rtlTranslate:n,params:o,wrapperEl:a,progress:s}=r;let l,c=0,u=0;r.isHorizontal()?c=n?-e:e:u=e,o.roundLengths&&(c=Math.floor(c),u=Math.floor(u)),r.previousTranslate=r.translate,r.translate=r.isHorizontal()?c:u,o.cssMode?a[r.isHorizontal()?"scrollLeft":"scrollTop"]=r.isHorizontal()?-c:-u:o.virtualTranslate||(r.isHorizontal()?c-=r.cssOverflowAdjustment():u-=r.cssOverflowAdjustment(),a.style.transform=`translate3d(${c}px, ${u}px, 0px)`);const p=r.maxTranslate()-r.minTranslate();l=0===p?0:(e-r.minTranslate())/p,l!==s&&r.updateProgress(e),r.emit("setTranslate",r.translate,t)},minTranslate:function minTranslate(){return-this.snapGrid[0]},maxTranslate:function maxTranslate(){return-this.snapGrid[this.snapGrid.length-1]},translateTo:function translateTo(e,t,r,n,o){void 0===e&&(e=0),void 0===t&&(t=this.params.speed),void 0===r&&(r=!0),void 0===n&&(n=!0);const a=this,{params:s,wrapperEl:l}=a;if(a.animating&&s.preventInteractionOnTransition)return!1;const c=a.minTranslate(),u=a.maxTranslate();let p;if(p=n&&e>c?c:n&&e<u?u:e,a.updateProgress(p),s.cssMode){const e=a.isHorizontal();if(0===t)l[e?"scrollLeft":"scrollTop"]=-p;else{if(!a.support.smoothScroll)return animateCSSModeScroll({swiper:a,targetPosition:-p,side:e?"left":"top"}),!0;l.scrollTo({[e?"left":"top"]:-p,behavior:"smooth"})}return!0}return 0===t?(a.setTransition(0),a.setTranslate(p),r&&(a.emit("beforeTransitionStart",t,o),a.emit("transitionEnd"))):(a.setTransition(t),a.setTranslate(p),r&&(a.emit("beforeTransitionStart",t,o),a.emit("transitionStart")),a.animating||(a.animating=!0,a.onTranslateToWrapperTransitionEnd||(a.onTranslateToWrapperTransitionEnd=function transitionEnd(e){a&&!a.destroyed&&e.target===this&&(a.wrapperEl.removeEventListener("transitionend",a.onTranslateToWrapperTransitionEnd),a.onTranslateToWrapperTransitionEnd=null,delete a.onTranslateToWrapperTransitionEnd,a.animating=!1,r&&a.emit("transitionEnd"))}),a.wrapperEl.addEventListener("transitionend",a.onTranslateToWrapperTransitionEnd))),!0}};function transitionEmit(e){let{swiper:t,runCallbacks:r,direction:n,step:o}=e;const{activeIndex:a,previousIndex:s}=t;let l=n;if(l||(l=a>s?"next":a<s?"prev":"reset"),t.emit(`transition${o}`),r&&a!==s){if("reset"===l)return void t.emit(`slideResetTransition${o}`);t.emit(`slideChangeTransition${o}`),"next"===l?t.emit(`slideNextTransition${o}`):t.emit(`slidePrevTransition${o}`)}}var w={setTransition:function setTransition(e,t){const r=this;r.params.cssMode||(r.wrapperEl.style.transitionDuration=`${e}ms`,r.wrapperEl.style.transitionDelay=0===e?"0ms":""),r.emit("setTransition",e,t)},transitionStart:function transitionStart(e,t){void 0===e&&(e=!0);const r=this,{params:n}=r;n.cssMode||(n.autoHeight&&r.updateAutoHeight(),transitionEmit({swiper:r,runCallbacks:e,direction:t,step:"Start"}))},transitionEnd:function transitionEnd(e,t){void 0===e&&(e=!0);const r=this,{params:n}=r;r.animating=!1,n.cssMode||(r.setTransition(0),transitionEmit({swiper:r,runCallbacks:e,direction:t,step:"End"}))}};var b={slideTo:function slideTo(e,t,r,n,o){void 0===e&&(e=0),void 0===r&&(r=!0),"string"==typeof e&&(e=parseInt(e,10));const a=this;let s=e;s<0&&(s=0);const{params:l,snapGrid:c,slidesGrid:u,previousIndex:p,activeIndex:d,rtlTranslate:f,wrapperEl:g,enabled:h}=a;if(!h&&!n&&!o||a.destroyed||a.animating&&l.preventInteractionOnTransition)return!1;void 0===t&&(t=a.params.speed);const m=Math.min(a.params.slidesPerGroupSkip,s);let y=m+Math.floor((s-m)/a.params.slidesPerGroup);y>=c.length&&(y=c.length-1);const v=-c[y];if(l.normalizeSlideIndex)for(let e=0;e<u.length;e+=1){const t=-Math.floor(100*v),r=Math.floor(100*u[e]),n=Math.floor(100*u[e+1]);void 0!==u[e+1]?t>=r&&t<n-(n-r)/2?s=e:t>=r&&t<n&&(s=e+1):t>=r&&(s=e)}if(a.initialized&&s!==d){if(!a.allowSlideNext&&(f?v>a.translate&&v>a.minTranslate():v<a.translate&&v<a.minTranslate()))return!1;if(!a.allowSlidePrev&&v>a.translate&&v>a.maxTranslate()&&(d||0)!==s)return!1}let w;s!==(p||0)&&r&&a.emit("beforeSlideChangeStart"),a.updateProgress(v),w=s>d?"next":s<d?"prev":"reset";const b=a.virtual&&a.params.virtual.enabled;if(!(b&&o)&&(f&&-v===a.translate||!f&&v===a.translate))return a.updateActiveIndex(s),l.autoHeight&&a.updateAutoHeight(),a.updateSlidesClasses(),"slide"!==l.effect&&a.setTranslate(v),"reset"!==w&&(a.transitionStart(r,w),a.transitionEnd(r,w)),!1;if(l.cssMode){const e=a.isHorizontal(),r=f?v:-v;if(0===t)b&&(a.wrapperEl.style.scrollSnapType="none",a._immediateVirtual=!0),b&&!a._cssModeVirtualInitialSet&&a.params.initialSlide>0?(a._cssModeVirtualInitialSet=!0,requestAnimationFrame((()=>{g[e?"scrollLeft":"scrollTop"]=r}))):g[e?"scrollLeft":"scrollTop"]=r,b&&requestAnimationFrame((()=>{a.wrapperEl.style.scrollSnapType="",a._immediateVirtual=!1}));else{if(!a.support.smoothScroll)return animateCSSModeScroll({swiper:a,targetPosition:r,side:e?"left":"top"}),!0;g.scrollTo({[e?"left":"top"]:r,behavior:"smooth"})}return!0}return a.setTransition(t),a.setTranslate(v),a.updateActiveIndex(s),a.updateSlidesClasses(),a.emit("beforeTransitionStart",t,n),a.transitionStart(r,w),0===t?a.transitionEnd(r,w):a.animating||(a.animating=!0,a.onSlideToWrapperTransitionEnd||(a.onSlideToWrapperTransitionEnd=function transitionEnd(e){a&&!a.destroyed&&e.target===this&&(a.wrapperEl.removeEventListener("transitionend",a.onSlideToWrapperTransitionEnd),a.onSlideToWrapperTransitionEnd=null,delete a.onSlideToWrapperTransitionEnd,a.transitionEnd(r,w))}),a.wrapperEl.addEventListener("transitionend",a.onSlideToWrapperTransitionEnd)),!0},slideToLoop:function slideToLoop(e,t,r,n){if(void 0===e&&(e=0),void 0===r&&(r=!0),"string"==typeof e){e=parseInt(e,10)}const o=this;if(o.destroyed)return;void 0===t&&(t=o.params.speed);const a=o.grid&&o.params.grid&&o.params.grid.rows>1;let s=e;if(o.params.loop)if(o.virtual&&o.params.virtual.enabled)s+=o.virtual.slidesBefore;else{let e;if(a){const t=s*o.params.grid.rows;e=o.slides.filter((e=>1*e.getAttribute("data-swiper-slide-index")===t))[0].column}else e=o.getSlideIndexByData(s);const t=a?Math.ceil(o.slides.length/o.params.grid.rows):o.slides.length,{centeredSlides:r}=o.params;let l=o.params.slidesPerView;"auto"===l?l=o.slidesPerViewDynamic():(l=Math.ceil(parseFloat(o.params.slidesPerView,10)),r&&l%2==0&&(l+=1));let c=t-e<l;if(r&&(c=c||e<Math.ceil(l/2)),n&&r&&"auto"!==o.params.slidesPerView&&!a&&(c=!1),c){const n=r?e<o.activeIndex?"prev":"next":e-o.activeIndex-1<o.params.slidesPerView?"next":"prev";o.loopFix({direction:n,slideTo:!0,activeSlideIndex:"next"===n?e+1:e-t+1,slideRealIndex:"next"===n?o.realIndex:void 0})}if(a){const e=s*o.params.grid.rows;s=o.slides.filter((t=>1*t.getAttribute("data-swiper-slide-index")===e))[0].column}else s=o.getSlideIndexByData(s)}return requestAnimationFrame((()=>{o.slideTo(s,t,r,n)})),o},slideNext:function slideNext(e,t,r){void 0===t&&(t=!0);const n=this,{enabled:o,params:a,animating:s}=n;if(!o||n.destroyed)return n;void 0===e&&(e=n.params.speed);let l=a.slidesPerGroup;"auto"===a.slidesPerView&&1===a.slidesPerGroup&&a.slidesPerGroupAuto&&(l=Math.max(n.slidesPerViewDynamic("current",!0),1));const c=n.activeIndex<a.slidesPerGroupSkip?1:l,u=n.virtual&&a.virtual.enabled;if(a.loop){if(s&&!u&&a.loopPreventsSliding)return!1;if(n.loopFix({direction:"next"}),n._clientLeft=n.wrapperEl.clientLeft,n.activeIndex===n.slides.length-1&&a.cssMode)return requestAnimationFrame((()=>{n.slideTo(n.activeIndex+c,e,t,r)})),!0}return a.rewind&&n.isEnd?n.slideTo(0,e,t,r):n.slideTo(n.activeIndex+c,e,t,r)},slidePrev:function slidePrev(e,t,r){void 0===t&&(t=!0);const n=this,{params:o,snapGrid:a,slidesGrid:s,rtlTranslate:l,enabled:c,animating:u}=n;if(!c||n.destroyed)return n;void 0===e&&(e=n.params.speed);const p=n.virtual&&o.virtual.enabled;if(o.loop){if(u&&!p&&o.loopPreventsSliding)return!1;n.loopFix({direction:"prev"}),n._clientLeft=n.wrapperEl.clientLeft}function normalize(e){return e<0?-Math.floor(Math.abs(e)):Math.floor(e)}const d=normalize(l?n.translate:-n.translate),f=a.map((e=>normalize(e)));let g=a[f.indexOf(d)-1];if(void 0===g&&o.cssMode){let e;a.forEach(((t,r)=>{d>=t&&(e=r)})),void 0!==e&&(g=a[e>0?e-1:e])}let h=0;if(void 0!==g&&(h=s.indexOf(g),h<0&&(h=n.activeIndex-1),"auto"===o.slidesPerView&&1===o.slidesPerGroup&&o.slidesPerGroupAuto&&(h=h-n.slidesPerViewDynamic("previous",!0)+1,h=Math.max(h,0))),o.rewind&&n.isBeginning){const o=n.params.virtual&&n.params.virtual.enabled&&n.virtual?n.virtual.slides.length-1:n.slides.length-1;return n.slideTo(o,e,t,r)}return o.loop&&0===n.activeIndex&&o.cssMode?(requestAnimationFrame((()=>{n.slideTo(h,e,t,r)})),!0):n.slideTo(h,e,t,r)},slideReset:function slideReset(e,t,r){void 0===t&&(t=!0);const n=this;if(!n.destroyed)return void 0===e&&(e=n.params.speed),n.slideTo(n.activeIndex,e,t,r)},slideToClosest:function slideToClosest(e,t,r,n){void 0===t&&(t=!0),void 0===n&&(n=.5);const o=this;if(o.destroyed)return;void 0===e&&(e=o.params.speed);let a=o.activeIndex;const s=Math.min(o.params.slidesPerGroupSkip,a),l=s+Math.floor((a-s)/o.params.slidesPerGroup),c=o.rtlTranslate?o.translate:-o.translate;if(c>=o.snapGrid[l]){const e=o.snapGrid[l];c-e>(o.snapGrid[l+1]-e)*n&&(a+=o.params.slidesPerGroup)}else{const e=o.snapGrid[l-1];c-e<=(o.snapGrid[l]-e)*n&&(a-=o.params.slidesPerGroup)}return a=Math.max(a,0),a=Math.min(a,o.slidesGrid.length-1),o.slideTo(a,e,t,r)},slideToClickedSlide:function slideToClickedSlide(){const e=this;if(e.destroyed)return;const{params:t,slidesEl:r}=e,n="auto"===t.slidesPerView?e.slidesPerViewDynamic():t.slidesPerView;let o,a=e.clickedIndex;const s=e.isElement?"swiper-slide":`.${t.slideClass}`;if(t.loop){if(e.animating)return;o=parseInt(e.clickedSlide.getAttribute("data-swiper-slide-index"),10),t.centeredSlides?a<e.loopedSlides-n/2||a>e.slides.length-e.loopedSlides+n/2?(e.loopFix(),a=e.getSlideIndex(utils_elementChildren(r,`${s}[data-swiper-slide-index="${o}"]`)[0]),utils_nextTick((()=>{e.slideTo(a)}))):e.slideTo(a):a>e.slides.length-n?(e.loopFix(),a=e.getSlideIndex(utils_elementChildren(r,`${s}[data-swiper-slide-index="${o}"]`)[0]),utils_nextTick((()=>{e.slideTo(a)}))):e.slideTo(a)}else e.slideTo(a)}};var _={loopCreate:function loopCreate(e){const t=this,{params:r,slidesEl:n}=t;if(!r.loop||t.virtual&&t.params.virtual.enabled)return;const initSlides=()=>{utils_elementChildren(n,`.${r.slideClass}, swiper-slide`).forEach(((e,t)=>{e.setAttribute("data-swiper-slide-index",t)}))},o=t.grid&&r.grid&&r.grid.rows>1,a=r.slidesPerGroup*(o?r.grid.rows:1),s=t.slides.length%a!=0,l=o&&t.slides.length%r.grid.rows!=0,addBlankSlides=e=>{for(let n=0;n<e;n+=1){const e=t.isElement?utils_createElement("swiper-slide",[r.slideBlankClass]):utils_createElement("div",[r.slideClass,r.slideBlankClass]);t.slidesEl.append(e)}};if(s){if(r.loopAddBlankSlides){addBlankSlides(a-t.slides.length%a),t.recalcSlides(),t.updateSlides()}else showWarning("Swiper Loop Warning: The number of slides is not even to slidesPerGroup, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");initSlides()}else if(l){if(r.loopAddBlankSlides){addBlankSlides(r.grid.rows-t.slides.length%r.grid.rows),t.recalcSlides(),t.updateSlides()}else showWarning("Swiper Loop Warning: The number of slides is not even to grid.rows, loop mode may not function properly. You need to add more slides (or make duplicates, or empty slides)");initSlides()}else initSlides();t.loopFix({slideRealIndex:e,direction:r.centeredSlides?void 0:"next"})},loopFix:function loopFix(e){let{slideRealIndex:t,slideTo:r=!0,direction:n,setTranslate:o,activeSlideIndex:a,byController:s,byMousewheel:l}=void 0===e?{}:e;const c=this;if(!c.params.loop)return;c.emit("beforeLoopFix");const{slides:u,allowSlidePrev:p,allowSlideNext:d,slidesEl:f,params:g}=c,{centeredSlides:h}=g;if(c.allowSlidePrev=!0,c.allowSlideNext=!0,c.virtual&&g.virtual.enabled)return r&&(g.centeredSlides||0!==c.snapIndex?g.centeredSlides&&c.snapIndex<g.slidesPerView?c.slideTo(c.virtual.slides.length+c.snapIndex,0,!1,!0):c.snapIndex===c.snapGrid.length-1&&c.slideTo(c.virtual.slidesBefore,0,!1,!0):c.slideTo(c.virtual.slides.length,0,!1,!0)),c.allowSlidePrev=p,c.allowSlideNext=d,void c.emit("loopFix");let m=g.slidesPerView;"auto"===m?m=c.slidesPerViewDynamic():(m=Math.ceil(parseFloat(g.slidesPerView,10)),h&&m%2==0&&(m+=1));const y=g.slidesPerGroupAuto?m:g.slidesPerGroup;let v=y;v%y!=0&&(v+=y-v%y),v+=g.loopAdditionalSlides,c.loopedSlides=v;const w=c.grid&&g.grid&&g.grid.rows>1;u.length<m+v?showWarning("Swiper Loop Warning: The number of slides is not enough for loop mode, it will be disabled and not function properly. You need to add more slides (or make duplicates) or lower the values of slidesPerView and slidesPerGroup parameters"):w&&"row"===g.grid.fill&&showWarning("Swiper Loop Warning: Loop mode is not compatible with grid.fill = `row`");const b=[],_=[];let S=c.activeIndex;void 0===a?a=c.getSlideIndex(u.filter((e=>e.classList.contains(g.slideActiveClass)))[0]):S=a;const E="next"===n||!n,x="prev"===n||!n;let A=0,T=0;const P=w?Math.ceil(u.length/g.grid.rows):u.length,C=(w?u[a].column:a)+(h&&void 0===o?-m/2+.5:0);if(C<v){A=Math.max(v-C,y);for(let e=0;e<v-C;e+=1){const t=e-Math.floor(e/P)*P;if(w){const e=P-t-1;for(let t=u.length-1;t>=0;t-=1)u[t].column===e&&b.push(t)}else b.push(P-t-1)}}else if(C+m>P-v){T=Math.max(C-(P-2*v),y);for(let e=0;e<T;e+=1){const t=e-Math.floor(e/P)*P;w?u.forEach(((e,r)=>{e.column===t&&_.push(r)})):_.push(t)}}if(c.__preventObserver__=!0,requestAnimationFrame((()=>{c.__preventObserver__=!1})),x&&b.forEach((e=>{u[e].swiperLoopMoveDOM=!0,f.prepend(u[e]),u[e].swiperLoopMoveDOM=!1})),E&&_.forEach((e=>{u[e].swiperLoopMoveDOM=!0,f.append(u[e]),u[e].swiperLoopMoveDOM=!1})),c.recalcSlides(),"auto"===g.slidesPerView?c.updateSlides():w&&(b.length>0&&x||_.length>0&&E)&&c.slides.forEach(((e,t)=>{c.grid.updateSlide(t,e,c.slides)})),g.watchSlidesProgress&&c.updateSlidesOffset(),r)if(b.length>0&&x){if(void 0===t){const e=c.slidesGrid[S],t=c.slidesGrid[S+A]-e;l?c.setTranslate(c.translate-t):(c.slideTo(S+Math.ceil(A),0,!1,!0),o&&(c.touchEventsData.startTranslate=c.touchEventsData.startTranslate-t,c.touchEventsData.currentTranslate=c.touchEventsData.currentTranslate-t))}else if(o){const e=w?b.length/g.grid.rows:b.length;c.slideTo(c.activeIndex+e,0,!1,!0),c.touchEventsData.currentTranslate=c.translate}}else if(_.length>0&&E)if(void 0===t){const e=c.slidesGrid[S],t=c.slidesGrid[S-T]-e;l?c.setTranslate(c.translate-t):(c.slideTo(S-T,0,!1,!0),o&&(c.touchEventsData.startTranslate=c.touchEventsData.startTranslate-t,c.touchEventsData.currentTranslate=c.touchEventsData.currentTranslate-t))}else{const e=w?_.length/g.grid.rows:_.length;c.slideTo(c.activeIndex-e,0,!1,!0)}if(c.allowSlidePrev=p,c.allowSlideNext=d,c.controller&&c.controller.control&&!s){const e={slideRealIndex:t,direction:n,setTranslate:o,activeSlideIndex:a,byController:!0};Array.isArray(c.controller.control)?c.controller.control.forEach((t=>{!t.destroyed&&t.params.loop&&t.loopFix({...e,slideTo:t.params.slidesPerView===g.slidesPerView&&r})})):c.controller.control instanceof c.constructor&&c.controller.control.params.loop&&c.controller.control.loopFix({...e,slideTo:c.controller.control.params.slidesPerView===g.slidesPerView&&r})}c.emit("loopFix")},loopDestroy:function loopDestroy(){const e=this,{params:t,slidesEl:r}=e;if(!t.loop||e.virtual&&e.params.virtual.enabled)return;e.recalcSlides();const n=[];e.slides.forEach((e=>{const t=void 0===e.swiperSlideIndex?1*e.getAttribute("data-swiper-slide-index"):e.swiperSlideIndex;n[t]=e})),e.slides.forEach((e=>{e.removeAttribute("data-swiper-slide-index")})),n.forEach((e=>{r.append(e)})),e.recalcSlides(),e.slideTo(e.realIndex,0)}};var S={setGrabCursor:function setGrabCursor(e){const t=this;if(!t.params.simulateTouch||t.params.watchOverflow&&t.isLocked||t.params.cssMode)return;const r="container"===t.params.touchEventsTarget?t.el:t.wrapperEl;t.isElement&&(t.__preventObserver__=!0),r.style.cursor="move",r.style.cursor=e?"grabbing":"grab",t.isElement&&requestAnimationFrame((()=>{t.__preventObserver__=!1}))},unsetGrabCursor:function unsetGrabCursor(){const e=this;e.params.watchOverflow&&e.isLocked||e.params.cssMode||(e.isElement&&(e.__preventObserver__=!0),e["container"===e.params.touchEventsTarget?"el":"wrapperEl"].style.cursor="",e.isElement&&requestAnimationFrame((()=>{e.__preventObserver__=!1})))}};function preventEdgeSwipe(e,t,r){const n=ssr_window_esm_getWindow(),{params:o}=e,a=o.edgeSwipeDetection,s=o.edgeSwipeThreshold;return!a||!(r<=s||r>=n.innerWidth-s)||"prevent"===a&&(t.preventDefault(),!0)}function onTouchStart(e){const t=this,r=ssr_window_esm_getDocument();let n=e;n.originalEvent&&(n=n.originalEvent);const o=t.touchEventsData;if("pointerdown"===n.type){if(null!==o.pointerId&&o.pointerId!==n.pointerId)return;o.pointerId=n.pointerId}else"touchstart"===n.type&&1===n.targetTouches.length&&(o.touchId=n.targetTouches[0].identifier);if("touchstart"===n.type)return void preventEdgeSwipe(t,n,n.targetTouches[0].pageX);const{params:a,touches:s,enabled:l}=t;if(!l)return;if(!a.simulateTouch&&"mouse"===n.pointerType)return;if(t.animating&&a.preventInteractionOnTransition)return;!t.animating&&a.cssMode&&a.loop&&t.loopFix();let c=n.target;if("wrapper"===a.touchEventsTarget&&!function elementIsChildOf(e,t){const r=t.contains(e);if(!r&&t instanceof HTMLSlotElement)return[...t.assignedElements()].includes(e);return r}(c,t.wrapperEl))return;if("which"in n&&3===n.which)return;if("button"in n&&n.button>0)return;if(o.isTouched&&o.isMoved)return;const u=!!a.noSwipingClass&&""!==a.noSwipingClass,p=n.composedPath?n.composedPath():n.path;u&&n.target&&n.target.shadowRoot&&p&&(c=p[0]);const d=a.noSwipingSelector?a.noSwipingSelector:`.${a.noSwipingClass}`,f=!(!n.target||!n.target.shadowRoot);if(a.noSwiping&&(f?function closestElement(e,t){return void 0===t&&(t=this),function __closestFrom(t){if(!t||t===ssr_window_esm_getDocument()||t===ssr_window_esm_getWindow())return null;t.assignedSlot&&(t=t.assignedSlot);const r=t.closest(e);return r||t.getRootNode?r||__closestFrom(t.getRootNode().host):null}(t)}(d,c):c.closest(d)))return void(t.allowClick=!0);if(a.swipeHandler&&!c.closest(a.swipeHandler))return;s.currentX=n.pageX,s.currentY=n.pageY;const g=s.currentX,h=s.currentY;if(!preventEdgeSwipe(t,n,g))return;Object.assign(o,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),s.startX=g,s.startY=h,o.touchStartTime=utils_now(),t.allowClick=!0,t.updateSize(),t.swipeDirection=void 0,a.threshold>0&&(o.allowThresholdMove=!1);let m=!0;c.matches(o.focusableElements)&&(m=!1,"SELECT"===c.nodeName&&(o.isTouched=!1)),r.activeElement&&r.activeElement.matches(o.focusableElements)&&r.activeElement!==c&&r.activeElement.blur();const y=m&&t.allowTouchMove&&a.touchStartPreventDefault;!a.touchStartForcePreventDefault&&!y||c.isContentEditable||n.preventDefault(),a.freeMode&&a.freeMode.enabled&&t.freeMode&&t.animating&&!a.cssMode&&t.freeMode.onTouchStart(),t.emit("touchStart",n)}function onTouchMove(e){const t=ssr_window_esm_getDocument(),r=this,n=r.touchEventsData,{params:o,touches:a,rtlTranslate:s,enabled:l}=r;if(!l)return;if(!o.simulateTouch&&"mouse"===e.pointerType)return;let c,u=e;if(u.originalEvent&&(u=u.originalEvent),"pointermove"===u.type){if(null!==n.touchId)return;if(u.pointerId!==n.pointerId)return}if("touchmove"===u.type){if(c=[...u.changedTouches].filter((e=>e.identifier===n.touchId))[0],!c||c.identifier!==n.touchId)return}else c=u;if(!n.isTouched)return void(n.startMoving&&n.isScrolling&&r.emit("touchMoveOpposite",u));const p=c.pageX,d=c.pageY;if(u.preventedByNestedSwiper)return a.startX=p,void(a.startY=d);if(!r.allowTouchMove)return u.target.matches(n.focusableElements)||(r.allowClick=!1),void(n.isTouched&&(Object.assign(a,{startX:p,startY:d,currentX:p,currentY:d}),n.touchStartTime=utils_now()));if(o.touchReleaseOnEdges&&!o.loop)if(r.isVertical()){if(d<a.startY&&r.translate<=r.maxTranslate()||d>a.startY&&r.translate>=r.minTranslate())return n.isTouched=!1,void(n.isMoved=!1)}else if(p<a.startX&&r.translate<=r.maxTranslate()||p>a.startX&&r.translate>=r.minTranslate())return;if(t.activeElement&&u.target===t.activeElement&&u.target.matches(n.focusableElements))return n.isMoved=!0,void(r.allowClick=!1);n.allowTouchCallbacks&&r.emit("touchMove",u),a.previousX=a.currentX,a.previousY=a.currentY,a.currentX=p,a.currentY=d;const f=a.currentX-a.startX,g=a.currentY-a.startY;if(r.params.threshold&&Math.sqrt(f**2+g**2)<r.params.threshold)return;if(void 0===n.isScrolling){let e;r.isHorizontal()&&a.currentY===a.startY||r.isVertical()&&a.currentX===a.startX?n.isScrolling=!1:f*f+g*g>=25&&(e=180*Math.atan2(Math.abs(g),Math.abs(f))/Math.PI,n.isScrolling=r.isHorizontal()?e>o.touchAngle:90-e>o.touchAngle)}if(n.isScrolling&&r.emit("touchMoveOpposite",u),void 0===n.startMoving&&(a.currentX===a.startX&&a.currentY===a.startY||(n.startMoving=!0)),n.isScrolling||"touchmove"===u.type&&n.preventTouchMoveFromPointerMove)return void(n.isTouched=!1);if(!n.startMoving)return;r.allowClick=!1,!o.cssMode&&u.cancelable&&u.preventDefault(),o.touchMoveStopPropagation&&!o.nested&&u.stopPropagation();let h=r.isHorizontal()?f:g,m=r.isHorizontal()?a.currentX-a.previousX:a.currentY-a.previousY;o.oneWayMovement&&(h=Math.abs(h)*(s?1:-1),m=Math.abs(m)*(s?1:-1)),a.diff=h,h*=o.touchRatio,s&&(h=-h,m=-m);const y=r.touchesDirection;r.swipeDirection=h>0?"prev":"next",r.touchesDirection=m>0?"prev":"next";const v=r.params.loop&&!o.cssMode,w="next"===r.touchesDirection&&r.allowSlideNext||"prev"===r.touchesDirection&&r.allowSlidePrev;if(!n.isMoved){if(v&&w&&r.loopFix({direction:r.swipeDirection}),n.startTranslate=r.getTranslate(),r.setTransition(0),r.animating){const e=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0,detail:{bySwiperTouchMove:!0}});r.wrapperEl.dispatchEvent(e)}n.allowMomentumBounce=!1,!o.grabCursor||!0!==r.allowSlideNext&&!0!==r.allowSlidePrev||r.setGrabCursor(!0),r.emit("sliderFirstMove",u)}if((new Date).getTime(),n.isMoved&&n.allowThresholdMove&&y!==r.touchesDirection&&v&&w&&Math.abs(h)>=1)return Object.assign(a,{startX:p,startY:d,currentX:p,currentY:d,startTranslate:n.currentTranslate}),n.loopSwapReset=!0,void(n.startTranslate=n.currentTranslate);r.emit("sliderMove",u),n.isMoved=!0,n.currentTranslate=h+n.startTranslate;let b=!0,_=o.resistanceRatio;if(o.touchReleaseOnEdges&&(_=0),h>0?(v&&w&&n.allowThresholdMove&&n.currentTranslate>(o.centeredSlides?r.minTranslate()-r.slidesSizesGrid[r.activeIndex+1]-("auto"!==o.slidesPerView&&r.slides.length-o.slidesPerView>=2?r.slidesSizesGrid[r.activeIndex+1]+r.params.spaceBetween:0)-r.params.spaceBetween:r.minTranslate())&&r.loopFix({direction:"prev",setTranslate:!0,activeSlideIndex:0}),n.currentTranslate>r.minTranslate()&&(b=!1,o.resistance&&(n.currentTranslate=r.minTranslate()-1+(-r.minTranslate()+n.startTranslate+h)**_))):h<0&&(v&&w&&n.allowThresholdMove&&n.currentTranslate<(o.centeredSlides?r.maxTranslate()+r.slidesSizesGrid[r.slidesSizesGrid.length-1]+r.params.spaceBetween+("auto"!==o.slidesPerView&&r.slides.length-o.slidesPerView>=2?r.slidesSizesGrid[r.slidesSizesGrid.length-1]+r.params.spaceBetween:0):r.maxTranslate())&&r.loopFix({direction:"next",setTranslate:!0,activeSlideIndex:r.slides.length-("auto"===o.slidesPerView?r.slidesPerViewDynamic():Math.ceil(parseFloat(o.slidesPerView,10)))}),n.currentTranslate<r.maxTranslate()&&(b=!1,o.resistance&&(n.currentTranslate=r.maxTranslate()+1-(r.maxTranslate()-n.startTranslate-h)**_))),b&&(u.preventedByNestedSwiper=!0),!r.allowSlideNext&&"next"===r.swipeDirection&&n.currentTranslate<n.startTranslate&&(n.currentTranslate=n.startTranslate),!r.allowSlidePrev&&"prev"===r.swipeDirection&&n.currentTranslate>n.startTranslate&&(n.currentTranslate=n.startTranslate),r.allowSlidePrev||r.allowSlideNext||(n.currentTranslate=n.startTranslate),o.threshold>0){if(!(Math.abs(h)>o.threshold||n.allowThresholdMove))return void(n.currentTranslate=n.startTranslate);if(!n.allowThresholdMove)return n.allowThresholdMove=!0,a.startX=a.currentX,a.startY=a.currentY,n.currentTranslate=n.startTranslate,void(a.diff=r.isHorizontal()?a.currentX-a.startX:a.currentY-a.startY)}o.followFinger&&!o.cssMode&&((o.freeMode&&o.freeMode.enabled&&r.freeMode||o.watchSlidesProgress)&&(r.updateActiveIndex(),r.updateSlidesClasses()),o.freeMode&&o.freeMode.enabled&&r.freeMode&&r.freeMode.onTouchMove(),r.updateProgress(n.currentTranslate),r.setTranslate(n.currentTranslate))}function onTouchEnd(e){const t=this,r=t.touchEventsData;let n,o=e;o.originalEvent&&(o=o.originalEvent);if("touchend"===o.type||"touchcancel"===o.type){if(n=[...o.changedTouches].filter((e=>e.identifier===r.touchId))[0],!n||n.identifier!==r.touchId)return}else{if(null!==r.touchId)return;if(o.pointerId!==r.pointerId)return;n=o}if(["pointercancel","pointerout","pointerleave","contextmenu"].includes(o.type)){if(!(["pointercancel","contextmenu"].includes(o.type)&&(t.browser.isSafari||t.browser.isWebView)))return}r.pointerId=null,r.touchId=null;const{params:a,touches:s,rtlTranslate:l,slidesGrid:c,enabled:u}=t;if(!u)return;if(!a.simulateTouch&&"mouse"===o.pointerType)return;if(r.allowTouchCallbacks&&t.emit("touchEnd",o),r.allowTouchCallbacks=!1,!r.isTouched)return r.isMoved&&a.grabCursor&&t.setGrabCursor(!1),r.isMoved=!1,void(r.startMoving=!1);a.grabCursor&&r.isMoved&&r.isTouched&&(!0===t.allowSlideNext||!0===t.allowSlidePrev)&&t.setGrabCursor(!1);const p=utils_now(),d=p-r.touchStartTime;if(t.allowClick){const e=o.path||o.composedPath&&o.composedPath();t.updateClickedSlide(e&&e[0]||o.target,e),t.emit("tap click",o),d<300&&p-r.lastClickTime<300&&t.emit("doubleTap doubleClick",o)}if(r.lastClickTime=utils_now(),utils_nextTick((()=>{t.destroyed||(t.allowClick=!0)})),!r.isTouched||!r.isMoved||!t.swipeDirection||0===s.diff&&!r.loopSwapReset||r.currentTranslate===r.startTranslate&&!r.loopSwapReset)return r.isTouched=!1,r.isMoved=!1,void(r.startMoving=!1);let f;if(r.isTouched=!1,r.isMoved=!1,r.startMoving=!1,f=a.followFinger?l?t.translate:-t.translate:-r.currentTranslate,a.cssMode)return;if(a.freeMode&&a.freeMode.enabled)return void t.freeMode.onTouchEnd({currentPos:f});const g=f>=-t.maxTranslate()&&!t.params.loop;let h=0,m=t.slidesSizesGrid[0];for(let e=0;e<c.length;e+=e<a.slidesPerGroupSkip?1:a.slidesPerGroup){const t=e<a.slidesPerGroupSkip-1?1:a.slidesPerGroup;void 0!==c[e+t]?(g||f>=c[e]&&f<c[e+t])&&(h=e,m=c[e+t]-c[e]):(g||f>=c[e])&&(h=e,m=c[c.length-1]-c[c.length-2])}let y=null,v=null;a.rewind&&(t.isBeginning?v=a.virtual&&a.virtual.enabled&&t.virtual?t.virtual.slides.length-1:t.slides.length-1:t.isEnd&&(y=0));const w=(f-c[h])/m,b=h<a.slidesPerGroupSkip-1?1:a.slidesPerGroup;if(d>a.longSwipesMs){if(!a.longSwipes)return void t.slideTo(t.activeIndex);"next"===t.swipeDirection&&(w>=a.longSwipesRatio?t.slideTo(a.rewind&&t.isEnd?y:h+b):t.slideTo(h)),"prev"===t.swipeDirection&&(w>1-a.longSwipesRatio?t.slideTo(h+b):null!==v&&w<0&&Math.abs(w)>a.longSwipesRatio?t.slideTo(v):t.slideTo(h))}else{if(!a.shortSwipes)return void t.slideTo(t.activeIndex);t.navigation&&(o.target===t.navigation.nextEl||o.target===t.navigation.prevEl)?o.target===t.navigation.nextEl?t.slideTo(h+b):t.slideTo(h):("next"===t.swipeDirection&&t.slideTo(null!==y?y:h+b),"prev"===t.swipeDirection&&t.slideTo(null!==v?v:h))}}function onResize(){const e=this,{params:t,el:r}=e;if(r&&0===r.offsetWidth)return;t.breakpoints&&e.setBreakpoint();const{allowSlideNext:n,allowSlidePrev:o,snapGrid:a}=e,s=e.virtual&&e.params.virtual.enabled;e.allowSlideNext=!0,e.allowSlidePrev=!0,e.updateSize(),e.updateSlides(),e.updateSlidesClasses();const l=s&&t.loop;!("auto"===t.slidesPerView||t.slidesPerView>1)||!e.isEnd||e.isBeginning||e.params.centeredSlides||l?e.params.loop&&!s?e.slideToLoop(e.realIndex,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0):e.slideTo(e.slides.length-1,0,!1,!0),e.autoplay&&e.autoplay.running&&e.autoplay.paused&&(clearTimeout(e.autoplay.resizeTimeout),e.autoplay.resizeTimeout=setTimeout((()=>{e.autoplay&&e.autoplay.running&&e.autoplay.paused&&e.autoplay.resume()}),500)),e.allowSlidePrev=o,e.allowSlideNext=n,e.params.watchOverflow&&a!==e.snapGrid&&e.checkOverflow()}function onClick(e){const t=this;t.enabled&&(t.allowClick||(t.params.preventClicks&&e.preventDefault(),t.params.preventClicksPropagation&&t.animating&&(e.stopPropagation(),e.stopImmediatePropagation())))}function onScroll(){const e=this,{wrapperEl:t,rtlTranslate:r,enabled:n}=e;if(!n)return;let o;e.previousTranslate=e.translate,e.isHorizontal()?e.translate=-t.scrollLeft:e.translate=-t.scrollTop,0===e.translate&&(e.translate=0),e.updateActiveIndex(),e.updateSlidesClasses();const a=e.maxTranslate()-e.minTranslate();o=0===a?0:(e.translate-e.minTranslate())/a,o!==e.progress&&e.updateProgress(r?-e.translate:e.translate),e.emit("setTranslate",e.translate,!1)}function onLoad(e){const t=this;processLazyPreloader(t,e.target),t.params.cssMode||"auto"!==t.params.slidesPerView&&!t.params.autoHeight||t.update()}function onDocumentTouchStart(){const e=this;e.documentTouchHandlerProceeded||(e.documentTouchHandlerProceeded=!0,e.params.touchReleaseOnEdges&&(e.el.style.touchAction="auto"))}const events=(e,t)=>{const r=ssr_window_esm_getDocument(),{params:n,el:o,wrapperEl:a,device:s}=e,l=!!n.nested,c="on"===t?"addEventListener":"removeEventListener",u=t;o&&"string"!=typeof o&&(r[c]("touchstart",e.onDocumentTouchStart,{passive:!1,capture:l}),o[c]("touchstart",e.onTouchStart,{passive:!1}),o[c]("pointerdown",e.onTouchStart,{passive:!1}),r[c]("touchmove",e.onTouchMove,{passive:!1,capture:l}),r[c]("pointermove",e.onTouchMove,{passive:!1,capture:l}),r[c]("touchend",e.onTouchEnd,{passive:!0}),r[c]("pointerup",e.onTouchEnd,{passive:!0}),r[c]("pointercancel",e.onTouchEnd,{passive:!0}),r[c]("touchcancel",e.onTouchEnd,{passive:!0}),r[c]("pointerout",e.onTouchEnd,{passive:!0}),r[c]("pointerleave",e.onTouchEnd,{passive:!0}),r[c]("contextmenu",e.onTouchEnd,{passive:!0}),(n.preventClicks||n.preventClicksPropagation)&&o[c]("click",e.onClick,!0),n.cssMode&&a[c]("scroll",e.onScroll),n.updateOnWindowResize?e[u](s.ios||s.android?"resize orientationchange observerUpdate":"resize observerUpdate",onResize,!0):e[u]("observerUpdate",onResize,!0),o[c]("load",e.onLoad,{capture:!0}))};var E={attachEvents:function attachEvents(){const e=this,{params:t}=e;e.onTouchStart=onTouchStart.bind(e),e.onTouchMove=onTouchMove.bind(e),e.onTouchEnd=onTouchEnd.bind(e),e.onDocumentTouchStart=onDocumentTouchStart.bind(e),t.cssMode&&(e.onScroll=onScroll.bind(e)),e.onClick=onClick.bind(e),e.onLoad=onLoad.bind(e),events(e,"on")},detachEvents:function detachEvents(){events(this,"off")}};const isGridEnabled=(e,t)=>e.grid&&t.grid&&t.grid.rows>1;var x={setBreakpoint:function setBreakpoint(){const e=this,{realIndex:t,initialized:r,params:n,el:o}=e,a=n.breakpoints;if(!a||a&&0===Object.keys(a).length)return;const s=e.getBreakpoint(a,e.params.breakpointsBase,e.el);if(!s||e.currentBreakpoint===s)return;const l=(s in a?a[s]:void 0)||e.originalParams,c=isGridEnabled(e,n),u=isGridEnabled(e,l),p=e.params.grabCursor,d=l.grabCursor,f=n.enabled;c&&!u?(o.classList.remove(`${n.containerModifierClass}grid`,`${n.containerModifierClass}grid-column`),e.emitContainerClasses()):!c&&u&&(o.classList.add(`${n.containerModifierClass}grid`),(l.grid.fill&&"column"===l.grid.fill||!l.grid.fill&&"column"===n.grid.fill)&&o.classList.add(`${n.containerModifierClass}grid-column`),e.emitContainerClasses()),p&&!d?e.unsetGrabCursor():!p&&d&&e.setGrabCursor(),["navigation","pagination","scrollbar"].forEach((t=>{if(void 0===l[t])return;const r=n[t]&&n[t].enabled,o=l[t]&&l[t].enabled;r&&!o&&e[t].disable(),!r&&o&&e[t].enable()}));const g=l.direction&&l.direction!==n.direction,h=n.loop&&(l.slidesPerView!==n.slidesPerView||g),m=n.loop;g&&r&&e.changeDirection(),utils_extend(e.params,l);const y=e.params.enabled,v=e.params.loop;Object.assign(e,{allowTouchMove:e.params.allowTouchMove,allowSlideNext:e.params.allowSlideNext,allowSlidePrev:e.params.allowSlidePrev}),f&&!y?e.disable():!f&&y&&e.enable(),e.currentBreakpoint=s,e.emit("_beforeBreakpoint",l),r&&(h?(e.loopDestroy(),e.loopCreate(t),e.updateSlides()):!m&&v?(e.loopCreate(t),e.updateSlides()):m&&!v&&e.loopDestroy()),e.emit("breakpoint",l)},getBreakpoint:function getBreakpoint(e,t,r){if(void 0===t&&(t="window"),!e||"container"===t&&!r)return;let n=!1;const o=ssr_window_esm_getWindow(),a="window"===t?o.innerHeight:r.clientHeight,s=Object.keys(e).map((e=>{if("string"==typeof e&&0===e.indexOf("@")){const t=parseFloat(e.substr(1));return{value:a*t,point:e}}return{value:e,point:e}}));s.sort(((e,t)=>parseInt(e.value,10)-parseInt(t.value,10)));for(let e=0;e<s.length;e+=1){const{point:a,value:l}=s[e];"window"===t?o.matchMedia(`(min-width: ${l}px)`).matches&&(n=a):l<=r.clientWidth&&(n=a)}return n||"max"}};var A={addClasses:function addClasses(){const e=this,{classNames:t,params:r,rtl:n,el:o,device:a}=e,s=function prepareClasses(e,t){const r=[];return e.forEach((e=>{"object"==typeof e?Object.keys(e).forEach((n=>{e[n]&&r.push(t+n)})):"string"==typeof e&&r.push(t+e)})),r}(["initialized",r.direction,{"free-mode":e.params.freeMode&&r.freeMode.enabled},{autoheight:r.autoHeight},{rtl:n},{grid:r.grid&&r.grid.rows>1},{"grid-column":r.grid&&r.grid.rows>1&&"column"===r.grid.fill},{android:a.android},{ios:a.ios},{"css-mode":r.cssMode},{centered:r.cssMode&&r.centeredSlides},{"watch-progress":r.watchSlidesProgress}],r.containerModifierClass);t.push(...s),o.classList.add(...t),e.emitContainerClasses()},removeClasses:function removeClasses(){const{el:e,classNames:t}=this;e&&"string"!=typeof e&&(e.classList.remove(...t),this.emitContainerClasses())}};var T={checkOverflow:function checkOverflow(){const e=this,{isLocked:t,params:r}=e,{slidesOffsetBefore:n}=r;if(n){const t=e.slides.length-1,r=e.slidesGrid[t]+e.slidesSizesGrid[t]+2*n;e.isLocked=e.size>r}else e.isLocked=1===e.snapGrid.length;!0===r.allowSlideNext&&(e.allowSlideNext=!e.isLocked),!0===r.allowSlidePrev&&(e.allowSlidePrev=!e.isLocked),t&&t!==e.isLocked&&(e.isEnd=!1),t!==e.isLocked&&e.emit(e.isLocked?"lock":"unlock")}},P={init:!0,direction:"horizontal",oneWayMovement:!1,swiperElementNodeName:"SWIPER-CONTAINER",touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,eventsPrefix:"swiper",enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:5,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,loop:!1,loopAddBlankSlides:!0,loopAdditionalSlides:0,loopPreventsSliding:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"swiper-",slideClass:"swiper-slide",slideBlankClass:"swiper-slide-blank",slideActiveClass:"swiper-slide-active",slideVisibleClass:"swiper-slide-visible",slideFullyVisibleClass:"swiper-slide-fully-visible",slideNextClass:"swiper-slide-next",slidePrevClass:"swiper-slide-prev",wrapperClass:"swiper-wrapper",lazyPreloaderClass:"swiper-lazy-preloader",lazyPreloadPrevNext:0,runCallbacksOnInit:!0,_emitClasses:!1};function moduleExtendParams(e,t){return function extendParams(r){void 0===r&&(r={});const n=Object.keys(r)[0],o=r[n];"object"==typeof o&&null!==o?(!0===e[n]&&(e[n]={enabled:!0}),"navigation"===n&&e[n]&&e[n].enabled&&!e[n].prevEl&&!e[n].nextEl&&(e[n].auto=!0),["pagination","scrollbar"].indexOf(n)>=0&&e[n]&&e[n].enabled&&!e[n].el&&(e[n].auto=!0),n in e&&"enabled"in o?("object"!=typeof e[n]||"enabled"in e[n]||(e[n].enabled=!0),e[n]||(e[n]={enabled:!1}),utils_extend(t,r)):utils_extend(t,r)):utils_extend(t,r)}}const C={eventsEmitter:m,update:y,translate:v,transition:w,slide:b,loop:_,grabCursor:S,events:E,breakpoints:x,checkOverflow:T,classes:A},O={};class swiper_core_Swiper{constructor(){let e,t;for(var r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];1===n.length&&n[0].constructor&&"Object"===Object.prototype.toString.call(n[0]).slice(8,-1)?t=n[0]:[e,t]=n,t||(t={}),t=utils_extend({},t),e&&!t.el&&(t.el=e);const a=ssr_window_esm_getDocument();if(t.el&&"string"==typeof t.el&&a.querySelectorAll(t.el).length>1){const e=[];return a.querySelectorAll(t.el).forEach((r=>{const n=utils_extend({},t,{el:r});e.push(new swiper_core_Swiper(n))})),e}const s=this;s.__swiper__=!0,s.support=getSupport(),s.device=getDevice({userAgent:t.userAgent}),s.browser=getBrowser(),s.eventsListeners={},s.eventsAnyListeners=[],s.modules=[...s.__modules__],t.modules&&Array.isArray(t.modules)&&s.modules.push(...t.modules);const l={};s.modules.forEach((e=>{e({params:t,swiper:s,extendParams:moduleExtendParams(t,l),on:s.on.bind(s),once:s.once.bind(s),off:s.off.bind(s),emit:s.emit.bind(s)})}));const c=utils_extend({},P,l);return s.params=utils_extend({},c,O,t),s.originalParams=utils_extend({},s.params),s.passedParams=utils_extend({},t),s.params&&s.params.on&&Object.keys(s.params.on).forEach((e=>{s.on(e,s.params.on[e])})),s.params&&s.params.onAny&&s.onAny(s.params.onAny),Object.assign(s,{enabled:s.params.enabled,el:e,classNames:[],slides:[],slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal:()=>"horizontal"===s.params.direction,isVertical:()=>"vertical"===s.params.direction,activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,cssOverflowAdjustment(){return Math.trunc(this.translate/2**23)*2**23},allowSlideNext:s.params.allowSlideNext,allowSlidePrev:s.params.allowSlidePrev,touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:s.params.focusableElements,lastClickTime:0,clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,startMoving:void 0,pointerId:null,touchId:null},allowClick:!0,allowTouchMove:s.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),s.emit("_swiper"),s.params.init&&s.init(),s}getDirectionLabel(e){return this.isHorizontal()?e:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[e]}getSlideIndex(e){const{slidesEl:t,params:r}=this,n=utils_elementIndex(utils_elementChildren(t,`.${r.slideClass}, swiper-slide`)[0]);return utils_elementIndex(e)-n}getSlideIndexByData(e){return this.getSlideIndex(this.slides.filter((t=>1*t.getAttribute("data-swiper-slide-index")===e))[0])}recalcSlides(){const{slidesEl:e,params:t}=this;this.slides=utils_elementChildren(e,`.${t.slideClass}, swiper-slide`)}enable(){const e=this;e.enabled||(e.enabled=!0,e.params.grabCursor&&e.setGrabCursor(),e.emit("enable"))}disable(){const e=this;e.enabled&&(e.enabled=!1,e.params.grabCursor&&e.unsetGrabCursor(),e.emit("disable"))}setProgress(e,t){const r=this;e=Math.min(Math.max(e,0),1);const n=r.minTranslate(),o=(r.maxTranslate()-n)*e+n;r.translateTo(o,void 0===t?0:t),r.updateActiveIndex(),r.updateSlidesClasses()}emitContainerClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const t=e.el.className.split(" ").filter((t=>0===t.indexOf("swiper")||0===t.indexOf(e.params.containerModifierClass)));e.emit("_containerClasses",t.join(" "))}getSlideClasses(e){const t=this;return t.destroyed?"":e.className.split(" ").filter((e=>0===e.indexOf("swiper-slide")||0===e.indexOf(t.params.slideClass))).join(" ")}emitSlidesClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const t=[];e.slides.forEach((r=>{const n=e.getSlideClasses(r);t.push({slideEl:r,classNames:n}),e.emit("_slideClass",r,n)})),e.emit("_slideClasses",t)}slidesPerViewDynamic(e,t){void 0===e&&(e="current"),void 0===t&&(t=!1);const{params:r,slides:n,slidesGrid:o,slidesSizesGrid:a,size:s,activeIndex:l}=this;let c=1;if("number"==typeof r.slidesPerView)return r.slidesPerView;if(r.centeredSlides){let e,t=n[l]?Math.ceil(n[l].swiperSlideSize):0;for(let r=l+1;r<n.length;r+=1)n[r]&&!e&&(t+=Math.ceil(n[r].swiperSlideSize),c+=1,t>s&&(e=!0));for(let r=l-1;r>=0;r-=1)n[r]&&!e&&(t+=n[r].swiperSlideSize,c+=1,t>s&&(e=!0))}else if("current"===e)for(let e=l+1;e<n.length;e+=1){(t?o[e]+a[e]-o[l]<s:o[e]-o[l]<s)&&(c+=1)}else for(let e=l-1;e>=0;e-=1){o[l]-o[e]<s&&(c+=1)}return c}update(){const e=this;if(!e||e.destroyed)return;const{snapGrid:t,params:r}=e;function setTranslate(){const t=e.rtlTranslate?-1*e.translate:e.translate,r=Math.min(Math.max(t,e.maxTranslate()),e.minTranslate());e.setTranslate(r),e.updateActiveIndex(),e.updateSlidesClasses()}let n;if(r.breakpoints&&e.setBreakpoint(),[...e.el.querySelectorAll('[loading="lazy"]')].forEach((t=>{t.complete&&processLazyPreloader(e,t)})),e.updateSize(),e.updateSlides(),e.updateProgress(),e.updateSlidesClasses(),r.freeMode&&r.freeMode.enabled&&!r.cssMode)setTranslate(),r.autoHeight&&e.updateAutoHeight();else{if(("auto"===r.slidesPerView||r.slidesPerView>1)&&e.isEnd&&!r.centeredSlides){const t=e.virtual&&r.virtual.enabled?e.virtual.slides:e.slides;n=e.slideTo(t.length-1,0,!1,!0)}else n=e.slideTo(e.activeIndex,0,!1,!0);n||setTranslate()}r.watchOverflow&&t!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,t){void 0===t&&(t=!0);const r=this,n=r.params.direction;return e||(e="horizontal"===n?"vertical":"horizontal"),e===n||"horizontal"!==e&&"vertical"!==e||(r.el.classList.remove(`${r.params.containerModifierClass}${n}`),r.el.classList.add(`${r.params.containerModifierClass}${e}`),r.emitContainerClasses(),r.params.direction=e,r.slides.forEach((t=>{"vertical"===e?t.style.width="":t.style.height=""})),r.emit("changeDirection"),t&&r.update()),r}changeLanguageDirection(e){const t=this;t.rtl&&"rtl"===e||!t.rtl&&"ltr"===e||(t.rtl="rtl"===e,t.rtlTranslate="horizontal"===t.params.direction&&t.rtl,t.rtl?(t.el.classList.add(`${t.params.containerModifierClass}rtl`),t.el.dir="rtl"):(t.el.classList.remove(`${t.params.containerModifierClass}rtl`),t.el.dir="ltr"),t.update())}mount(e){const t=this;if(t.mounted)return!0;let r=e||t.params.el;if("string"==typeof r&&(r=document.querySelector(r)),!r)return!1;r.swiper=t,r.parentNode&&r.parentNode.host&&r.parentNode.host.nodeName===t.params.swiperElementNodeName.toUpperCase()&&(t.isElement=!0);const getWrapperSelector=()=>`.${(t.params.wrapperClass||"").trim().split(" ").join(".")}`;let n=(()=>{if(r&&r.shadowRoot&&r.shadowRoot.querySelector){return r.shadowRoot.querySelector(getWrapperSelector())}return utils_elementChildren(r,getWrapperSelector())[0]})();return!n&&t.params.createElements&&(n=utils_createElement("div",t.params.wrapperClass),r.append(n),utils_elementChildren(r,`.${t.params.slideClass}`).forEach((e=>{n.append(e)}))),Object.assign(t,{el:r,wrapperEl:n,slidesEl:t.isElement&&!r.parentNode.host.slideSlots?r.parentNode.host:n,hostEl:t.isElement?r.parentNode.host:r,mounted:!0,rtl:"rtl"===r.dir.toLowerCase()||"rtl"===elementStyle(r,"direction"),rtlTranslate:"horizontal"===t.params.direction&&("rtl"===r.dir.toLowerCase()||"rtl"===elementStyle(r,"direction")),wrongRTL:"-webkit-box"===elementStyle(n,"display")}),!0}init(e){const t=this;if(t.initialized)return t;if(!1===t.mount(e))return t;t.emit("beforeInit"),t.params.breakpoints&&t.setBreakpoint(),t.addClasses(),t.updateSize(),t.updateSlides(),t.params.watchOverflow&&t.checkOverflow(),t.params.grabCursor&&t.enabled&&t.setGrabCursor(),t.params.loop&&t.virtual&&t.params.virtual.enabled?t.slideTo(t.params.initialSlide+t.virtual.slidesBefore,0,t.params.runCallbacksOnInit,!1,!0):t.slideTo(t.params.initialSlide,0,t.params.runCallbacksOnInit,!1,!0),t.params.loop&&t.loopCreate(),t.attachEvents();const r=[...t.el.querySelectorAll('[loading="lazy"]')];return t.isElement&&r.push(...t.hostEl.querySelectorAll('[loading="lazy"]')),r.forEach((e=>{e.complete?processLazyPreloader(t,e):e.addEventListener("load",(e=>{processLazyPreloader(t,e.target)}))})),preload(t),t.initialized=!0,preload(t),t.emit("init"),t.emit("afterInit"),t}destroy(e,t){void 0===e&&(e=!0),void 0===t&&(t=!0);const r=this,{params:n,el:o,wrapperEl:a,slides:s}=r;return void 0===r.params||r.destroyed||(r.emit("beforeDestroy"),r.initialized=!1,r.detachEvents(),n.loop&&r.loopDestroy(),t&&(r.removeClasses(),o&&"string"!=typeof o&&o.removeAttribute("style"),a&&a.removeAttribute("style"),s&&s.length&&s.forEach((e=>{e.classList.remove(n.slideVisibleClass,n.slideFullyVisibleClass,n.slideActiveClass,n.slideNextClass,n.slidePrevClass),e.removeAttribute("style"),e.removeAttribute("data-swiper-slide-index")}))),r.emit("destroy"),Object.keys(r.eventsListeners).forEach((e=>{r.off(e)})),!1!==e&&(r.el&&"string"!=typeof r.el&&(r.el.swiper=null),function deleteProps(e){const t=e;Object.keys(t).forEach((e=>{try{t[e]=null}catch(e){}try{delete t[e]}catch(e){}}))}(r)),r.destroyed=!0),null}static extendDefaults(e){utils_extend(O,e)}static get extendedDefaults(){return O}static get defaults(){return P}static installModule(e){swiper_core_Swiper.prototype.__modules__||(swiper_core_Swiper.prototype.__modules__=[]);const t=swiper_core_Swiper.prototype.__modules__;"function"==typeof e&&t.indexOf(e)<0&&t.push(e)}static use(e){return Array.isArray(e)?(e.forEach((e=>swiper_core_Swiper.installModule(e))),swiper_core_Swiper):(swiper_core_Swiper.installModule(e),swiper_core_Swiper)}}Object.keys(C).forEach((e=>{Object.keys(C[e]).forEach((t=>{swiper_core_Swiper.prototype[t]=C[e][t]}))})),swiper_core_Swiper.use([function Resize(e){let{swiper:t,on:r,emit:n}=e;const o=ssr_window_esm_getWindow();let a=null,s=null;const resizeHandler=()=>{t&&!t.destroyed&&t.initialized&&(n("beforeResize"),n("resize"))},orientationChangeHandler=()=>{t&&!t.destroyed&&t.initialized&&n("orientationchange")};r("init",(()=>{t.params.resizeObserver&&void 0!==o.ResizeObserver?t&&!t.destroyed&&t.initialized&&(a=new ResizeObserver((e=>{s=o.requestAnimationFrame((()=>{const{width:r,height:n}=t;let o=r,a=n;e.forEach((e=>{let{contentBoxSize:r,contentRect:n,target:s}=e;s&&s!==t.el||(o=n?n.width:(r[0]||r).inlineSize,a=n?n.height:(r[0]||r).blockSize)})),o===r&&a===n||resizeHandler()}))})),a.observe(t.el)):(o.addEventListener("resize",resizeHandler),o.addEventListener("orientationchange",orientationChangeHandler))})),r("destroy",(()=>{s&&o.cancelAnimationFrame(s),a&&a.unobserve&&t.el&&(a.unobserve(t.el),a=null),o.removeEventListener("resize",resizeHandler),o.removeEventListener("orientationchange",orientationChangeHandler)}))},function Observer(e){let{swiper:t,extendParams:r,on:n,emit:o}=e;const a=[],s=ssr_window_esm_getWindow(),attach=function(e,r){void 0===r&&(r={});const n=new(s.MutationObserver||s.WebkitMutationObserver)((e=>{if(t.__preventObserver__)return;if(1===e.length)return void o("observerUpdate",e[0]);const r=function observerUpdate(){o("observerUpdate",e[0])};s.requestAnimationFrame?s.requestAnimationFrame(r):s.setTimeout(r,0)}));n.observe(e,{attributes:void 0===r.attributes||r.attributes,childList:t.isElement||(void 0===r.childList||r).childList,characterData:void 0===r.characterData||r.characterData}),a.push(n)};r({observer:!1,observeParents:!1,observeSlideChildren:!1}),n("init",(()=>{if(t.params.observer){if(t.params.observeParents){const e=function utils_elementParents(e,t){const r=[];let n=e.parentElement;for(;n;)t?n.matches(t)&&r.push(n):r.push(n),n=n.parentElement;return r}(t.hostEl);for(let t=0;t<e.length;t+=1)attach(e[t])}attach(t.hostEl,{childList:t.params.observeSlideChildren}),attach(t.wrapperEl,{attributes:!1})}})),n("destroy",(()=>{a.forEach((e=>{e.disconnect()})),a.splice(0,a.length)}))}]);const k=["eventsPrefix","injectStyles","injectStylesUrls","modules","init","_direction","oneWayMovement","swiperElementNodeName","touchEventsTarget","initialSlide","_speed","cssMode","updateOnWindowResize","resizeObserver","nested","focusableElements","_enabled","_width","_height","preventInteractionOnTransition","userAgent","url","_edgeSwipeDetection","_edgeSwipeThreshold","_freeMode","_autoHeight","setWrapperSize","virtualTranslate","_effect","breakpoints","breakpointsBase","_spaceBetween","_slidesPerView","maxBackfaceHiddenSlides","_grid","_slidesPerGroup","_slidesPerGroupSkip","_slidesPerGroupAuto","_centeredSlides","_centeredSlidesBounds","_slidesOffsetBefore","_slidesOffsetAfter","normalizeSlideIndex","_centerInsufficientSlides","_watchOverflow","roundLengths","touchRatio","touchAngle","simulateTouch","_shortSwipes","_longSwipes","longSwipesRatio","longSwipesMs","_followFinger","allowTouchMove","_threshold","touchMoveStopPropagation","touchStartPreventDefault","touchStartForcePreventDefault","touchReleaseOnEdges","uniqueNavElements","_resistance","_resistanceRatio","_watchSlidesProgress","_grabCursor","preventClicks","preventClicksPropagation","_slideToClickedSlide","_loop","loopAdditionalSlides","loopAddBlankSlides","loopPreventsSliding","_rewind","_allowSlidePrev","_allowSlideNext","_swipeHandler","_noSwiping","noSwipingClass","noSwipingSelector","passiveListeners","containerModifierClass","slideClass","slideActiveClass","slideVisibleClass","slideFullyVisibleClass","slideNextClass","slidePrevClass","slideBlankClass","wrapperClass","lazyPreloaderClass","lazyPreloadPrevNext","runCallbacksOnInit","observer","observeParents","observeSlideChildren","a11y","_autoplay","_controller","coverflowEffect","cubeEffect","fadeEffect","flipEffect","creativeEffect","cardsEffect","hashNavigation","history","keyboard","mousewheel","_navigation","_pagination","parallax","_scrollbar","_thumbs","virtual","zoom","control"];function update_swiper_isObject(e){return"object"==typeof e&&null!==e&&e.constructor&&"Object"===Object.prototype.toString.call(e).slice(8,-1)&&!e.__swiper__}function update_swiper_extend(e,t){const r=["__proto__","constructor","prototype"];Object.keys(t).filter((e=>r.indexOf(e)<0)).forEach((r=>{void 0===e[r]?e[r]=t[r]:update_swiper_isObject(t[r])&&update_swiper_isObject(e[r])&&Object.keys(t[r]).length>0?t[r].__swiper__?e[r]=t[r]:update_swiper_extend(e[r],t[r]):e[r]=t[r]}))}function needsNavigation(e){return void 0===e&&(e={}),e.navigation&&void 0===e.navigation.nextEl&&void 0===e.navigation.prevEl}function needsPagination(e){return void 0===e&&(e={}),e.pagination&&void 0===e.pagination.el}function needsScrollbar(e){return void 0===e&&(e={}),e.scrollbar&&void 0===e.scrollbar.el}function uniqueClasses(e){void 0===e&&(e="");const t=e.split(" ").map((e=>e.trim())).filter((e=>!!e)),r=[];return t.forEach((e=>{r.indexOf(e)<0&&r.push(e)})),r.join(" ")}function wrapperClass(e){return void 0===e&&(e=""),e?e.includes("swiper-wrapper")?e:`swiper-wrapper ${e}`:"swiper-wrapper"}function _extends(){return _extends=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_extends.apply(this,arguments)}function isChildSwiperSlide(e){return e.type&&e.type.displayName&&e.type.displayName.includes("SwiperSlide")}function processChildren(t){const r=[];return e.Children.toArray(t).forEach((e=>{isChildSwiperSlide(e)?r.push(e):e.props&&e.props.children&&processChildren(e.props.children).forEach((e=>r.push(e)))})),r}function getChildren(t){const r=[],n={"container-start":[],"container-end":[],"wrapper-start":[],"wrapper-end":[]};return e.Children.toArray(t).forEach((e=>{if(isChildSwiperSlide(e))r.push(e);else if(e.props&&e.props.slot&&n[e.props.slot])n[e.props.slot].push(e);else if(e.props&&e.props.children){const t=processChildren(e.props.children);t.length>0?t.forEach((e=>r.push(e))):n["container-end"].push(e)}else n["container-end"].push(e)})),{slides:r,slots:n}}function useIsomorphicLayoutEffect(t,r){return"undefined"==typeof window?(0,e.useEffect)(t,r):(0,e.useLayoutEffect)(t,r)}const j=(0,e.createContext)(null),I=(0,e.createContext)(null),M=(0,e.forwardRef)((function(t,r){let{className:n,tag:o="div",wrapperTag:a="div",children:s,onSwiper:l,...c}=void 0===t?{}:t,u=!1;const[p,d]=(0,e.useState)("swiper"),[f,g]=(0,e.useState)(null),[h,m]=(0,e.useState)(!1),y=(0,e.useRef)(!1),v=(0,e.useRef)(null),w=(0,e.useRef)(null),b=(0,e.useRef)(null),_=(0,e.useRef)(null),S=(0,e.useRef)(null),E=(0,e.useRef)(null),x=(0,e.useRef)(null),A=(0,e.useRef)(null),{params:T,passedParams:C,rest:O,events:j}=function getParams(e,t){void 0===e&&(e={}),void 0===t&&(t=!0);const r={on:{}},n={},o={};update_swiper_extend(r,P),r._emitClasses=!0,r.init=!1;const a={},s=k.map((e=>e.replace(/_/,""))),l=Object.assign({},e);return Object.keys(l).forEach((l=>{void 0!==e[l]&&(s.indexOf(l)>=0?update_swiper_isObject(e[l])?(r[l]={},o[l]={},update_swiper_extend(r[l],e[l]),update_swiper_extend(o[l],e[l])):(r[l]=e[l],o[l]=e[l]):0===l.search(/on[A-Z]/)&&"function"==typeof e[l]?t?n[`${l[2].toLowerCase()}${l.substr(3)}`]=e[l]:r.on[`${l[2].toLowerCase()}${l.substr(3)}`]=e[l]:a[l]=e[l])})),["navigation","pagination","scrollbar"].forEach((e=>{!0===r[e]&&(r[e]={}),!1===r[e]&&delete r[e]})),{params:r,passedParams:o,rest:a,events:n}}(c),{slides:M,slots:D}=getChildren(s),onBeforeBreakpoint=()=>{m(!h)};Object.assign(T.on,{_containerClasses(e,t){d(t)}});const initSwiper=()=>{Object.assign(T.on,j),u=!0;const e={...T};if(delete e.wrapperClass,w.current=new swiper_core_Swiper(e),w.current.virtual&&w.current.params.virtual.enabled){w.current.virtual.slides=M;const e={cache:!1,slides:M,renderExternal:g,renderExternalUpdate:!1};update_swiper_extend(w.current.params.virtual,e),update_swiper_extend(w.current.originalParams.virtual,e)}};v.current||initSwiper(),w.current&&w.current.on("_beforeBreakpoint",onBeforeBreakpoint);return(0,e.useEffect)((()=>()=>{w.current&&w.current.off("_beforeBreakpoint",onBeforeBreakpoint)})),(0,e.useEffect)((()=>{!y.current&&w.current&&(w.current.emitSlidesClasses(),y.current=!0)})),useIsomorphicLayoutEffect((()=>{if(r&&(r.current=v.current),v.current)return w.current.destroyed&&initSwiper(),function mountSwiper(e,t){let{el:r,nextEl:n,prevEl:o,paginationEl:a,scrollbarEl:s,swiper:l}=e;needsNavigation(t)&&n&&o&&(l.params.navigation.nextEl=n,l.originalParams.navigation.nextEl=n,l.params.navigation.prevEl=o,l.originalParams.navigation.prevEl=o),needsPagination(t)&&a&&(l.params.pagination.el=a,l.originalParams.pagination.el=a),needsScrollbar(t)&&s&&(l.params.scrollbar.el=s,l.originalParams.scrollbar.el=s),l.init(r)}({el:v.current,nextEl:S.current,prevEl:E.current,paginationEl:x.current,scrollbarEl:A.current,swiper:w.current},T),l&&!w.current.destroyed&&l(w.current),()=>{w.current&&!w.current.destroyed&&w.current.destroy(!0,!1)}}),[]),useIsomorphicLayoutEffect((()=>{!u&&j&&w.current&&Object.keys(j).forEach((e=>{w.current.on(e,j[e])}));const e=function getChangedParams(e,t,r,n,o){const a=[];if(!t)return a;const addKey=e=>{a.indexOf(e)<0&&a.push(e)};if(r&&n){const e=n.map(o),t=r.map(o);e.join("")!==t.join("")&&addKey("children"),n.length!==r.length&&addKey("children")}return k.filter((e=>"_"===e[0])).map((e=>e.replace(/_/,""))).forEach((r=>{if(r in e&&r in t)if(update_swiper_isObject(e[r])&&update_swiper_isObject(t[r])){const n=Object.keys(e[r]),o=Object.keys(t[r]);n.length!==o.length?addKey(r):(n.forEach((n=>{e[r][n]!==t[r][n]&&addKey(r)})),o.forEach((n=>{e[r][n]!==t[r][n]&&addKey(r)})))}else e[r]!==t[r]&&addKey(r)})),a}(C,b.current,M,_.current,(e=>e.key));return b.current=C,_.current=M,e.length&&w.current&&!w.current.destroyed&&function updateSwiper(e){let{swiper:t,slides:r,passedParams:n,changedParams:o,nextEl:a,prevEl:s,scrollbarEl:l,paginationEl:c}=e;const u=o.filter((e=>"children"!==e&&"direction"!==e&&"wrapperClass"!==e)),{params:p,pagination:d,navigation:f,scrollbar:g,virtual:h,thumbs:m}=t;let y,v,w,b,_,S,E,x;o.includes("thumbs")&&n.thumbs&&n.thumbs.swiper&&p.thumbs&&!p.thumbs.swiper&&(y=!0),o.includes("controller")&&n.controller&&n.controller.control&&p.controller&&!p.controller.control&&(v=!0),o.includes("pagination")&&n.pagination&&(n.pagination.el||c)&&(p.pagination||!1===p.pagination)&&d&&!d.el&&(w=!0),o.includes("scrollbar")&&n.scrollbar&&(n.scrollbar.el||l)&&(p.scrollbar||!1===p.scrollbar)&&g&&!g.el&&(b=!0),o.includes("navigation")&&n.navigation&&(n.navigation.prevEl||s)&&(n.navigation.nextEl||a)&&(p.navigation||!1===p.navigation)&&f&&!f.prevEl&&!f.nextEl&&(_=!0);const destroyModule=e=>{t[e]&&(t[e].destroy(),"navigation"===e?(t.isElement&&(t[e].prevEl.remove(),t[e].nextEl.remove()),p[e].prevEl=void 0,p[e].nextEl=void 0,t[e].prevEl=void 0,t[e].nextEl=void 0):(t.isElement&&t[e].el.remove(),p[e].el=void 0,t[e].el=void 0))};o.includes("loop")&&t.isElement&&(p.loop&&!n.loop?S=!0:!p.loop&&n.loop?E=!0:x=!0),u.forEach((e=>{if(update_swiper_isObject(p[e])&&update_swiper_isObject(n[e]))Object.assign(p[e],n[e]),"navigation"!==e&&"pagination"!==e&&"scrollbar"!==e||!("enabled"in n[e])||n[e].enabled||destroyModule(e);else{const t=n[e];!0!==t&&!1!==t||"navigation"!==e&&"pagination"!==e&&"scrollbar"!==e?p[e]=n[e]:!1===t&&destroyModule(e)}})),u.includes("controller")&&!v&&t.controller&&t.controller.control&&p.controller&&p.controller.control&&(t.controller.control=p.controller.control),o.includes("children")&&r&&h&&p.virtual.enabled?(h.slides=r,h.update(!0)):o.includes("virtual")&&h&&p.virtual.enabled&&(r&&(h.slides=r),h.update(!0)),o.includes("children")&&r&&p.loop&&(x=!0),y&&m.init()&&m.update(!0);v&&(t.controller.control=p.controller.control),w&&(!t.isElement||c&&"string"!=typeof c||(c=document.createElement("div"),c.classList.add("swiper-pagination"),c.part.add("pagination"),t.el.appendChild(c)),c&&(p.pagination.el=c),d.init(),d.render(),d.update()),b&&(!t.isElement||l&&"string"!=typeof l||(l=document.createElement("div"),l.classList.add("swiper-scrollbar"),l.part.add("scrollbar"),t.el.appendChild(l)),l&&(p.scrollbar.el=l),g.init(),g.updateSize(),g.setTranslate()),_&&(t.isElement&&(a&&"string"!=typeof a||(a=document.createElement("div"),a.classList.add("swiper-button-next"),a.innerHTML=t.hostEl.constructor.nextButtonSvg,a.part.add("button-next"),t.el.appendChild(a)),s&&"string"!=typeof s||(s=document.createElement("div"),s.classList.add("swiper-button-prev"),s.innerHTML=t.hostEl.constructor.prevButtonSvg,s.part.add("button-prev"),t.el.appendChild(s))),a&&(p.navigation.nextEl=a),s&&(p.navigation.prevEl=s),f.init(),f.update()),o.includes("allowSlideNext")&&(t.allowSlideNext=n.allowSlideNext),o.includes("allowSlidePrev")&&(t.allowSlidePrev=n.allowSlidePrev),o.includes("direction")&&t.changeDirection(n.direction,!1),(S||x)&&t.loopDestroy(),(E||x)&&t.loopCreate(),t.update()}({swiper:w.current,slides:M,passedParams:C,changedParams:e,nextEl:S.current,prevEl:E.current,scrollbarEl:A.current,paginationEl:x.current}),()=>{j&&w.current&&Object.keys(j).forEach((e=>{w.current.off(e,j[e])}))}})),useIsomorphicLayoutEffect((()=>{(e=>{!e||e.destroyed||!e.params.virtual||e.params.virtual&&!e.params.virtual.enabled||(e.updateSlides(),e.updateProgress(),e.updateSlidesClasses(),e.parallax&&e.params.parallax&&e.params.parallax.enabled&&e.parallax.setTranslate())})(w.current)}),[f]),e.createElement(o,_extends({ref:v,className:uniqueClasses(`${p}${n?` ${n}`:""}`)},O),e.createElement(I.Provider,{value:w.current},D["container-start"],e.createElement(a,{className:wrapperClass(T.wrapperClass)},D["wrapper-start"],function renderSlides(){return T.virtual?function renderVirtual(t,r,n){if(!n)return null;const getSlideIndex=e=>{let t=e;return e<0?t=r.length+e:t>=r.length&&(t-=r.length),t},o=t.isHorizontal()?{[t.rtlTranslate?"right":"left"]:`${n.offset}px`}:{top:`${n.offset}px`},{from:a,to:s}=n,l=t.params.loop?-r.length:0,c=t.params.loop?2*r.length:r.length,u=[];for(let e=l;e<c;e+=1)e>=a&&e<=s&&u.push(r[getSlideIndex(e)]);return u.map(((r,n)=>e.cloneElement(r,{swiper:t,style:o,key:r.props.virtualIndex||r.key||`slide-${n}`})))}(w.current,M,f):M.map(((t,r)=>e.cloneElement(t,{swiper:w.current,swiperSlideIndex:r})))}(),D["wrapper-end"]),needsNavigation(T)&&e.createElement(e.Fragment,null,e.createElement("div",{ref:E,className:"swiper-button-prev"}),e.createElement("div",{ref:S,className:"swiper-button-next"})),needsScrollbar(T)&&e.createElement("div",{ref:A,className:"swiper-scrollbar"}),needsPagination(T)&&e.createElement("div",{ref:x,className:"swiper-pagination"}),D["container-end"]))}));M.displayName="Swiper";const D=(0,e.forwardRef)((function(t,r){let{tag:n="div",children:o,className:a="",swiper:s,zoom:l,lazy:c,virtualIndex:u,swiperSlideIndex:p,...d}=void 0===t?{}:t;const f=(0,e.useRef)(null),[g,h]=(0,e.useState)("swiper-slide"),[m,y]=(0,e.useState)(!1);function updateClasses(e,t,r){t===f.current&&h(r)}useIsomorphicLayoutEffect((()=>{if(void 0!==p&&(f.current.swiperSlideIndex=p),r&&(r.current=f.current),f.current&&s){if(!s.destroyed)return s.on("_slideClass",updateClasses),()=>{s&&s.off("_slideClass",updateClasses)};"swiper-slide"!==g&&h("swiper-slide")}})),useIsomorphicLayoutEffect((()=>{s&&f.current&&!s.destroyed&&h(s.getSlideClasses(f.current))}),[s]);const v={isActive:g.indexOf("swiper-slide-active")>=0,isVisible:g.indexOf("swiper-slide-visible")>=0,isPrev:g.indexOf("swiper-slide-prev")>=0,isNext:g.indexOf("swiper-slide-next")>=0},renderChildren=()=>"function"==typeof o?o(v):o;return e.createElement(n,_extends({ref:f,className:uniqueClasses(`${g}${a?` ${a}`:""}`),"data-swiper-slide-index":u,onLoad:()=>{y(!0)}},d),l&&e.createElement(j.Provider,{value:v},e.createElement("div",{className:"swiper-zoom-container","data-swiper-zoom":"number"==typeof l?l:void 0},renderChildren(),c&&!m&&e.createElement("div",{className:"swiper-lazy-preloader"}))),!l&&e.createElement(j.Provider,{value:v},renderChildren(),c&&!m&&e.createElement("div",{className:"swiper-lazy-preloader"})))}));D.displayName="SwiperSlide";var B=__webpack_require__(7514);var L=__webpack_require__(3379),N=__webpack_require__.n(L),R=__webpack_require__(7795),z=__webpack_require__.n(R),F=__webpack_require__(569),G=__webpack_require__.n(F),W=__webpack_require__(3565),V=__webpack_require__.n(W),U=__webpack_require__(9216),H=__webpack_require__.n(U),Y=__webpack_require__(4589),$=__webpack_require__.n(Y),Q=__webpack_require__(9954),Z={};Z.styleTagTransform=$(),Z.setAttributes=V(),Z.insert=G().bind(null,"head"),Z.domAPI=z(),Z.insertStyleElement=H();N()(Q.ZP,Z);Q.ZP&&Q.ZP.locals&&Q.ZP.locals;var X=__webpack_require__(5515),K=__webpack_require__.n(X);var J=__webpack_require__(3960),ee={};ee.styleTagTransform=$(),ee.setAttributes=V(),ee.insert=G().bind(null,"head"),ee.domAPI=z(),ee.insertStyleElement=H();N()(J.Z,ee);J.Z&&J.Z.locals&&J.Z.locals;var te=__webpack_require__(1845),re={};re.styleTagTransform=$(),re.setAttributes=V(),re.insert=G().bind(null,"head"),re.domAPI=z(),re.insertStyleElement=H();N()(te.Z,re);te.Z&&te.Z.locals&&te.Z.locals;__webpack_require__(2182);__webpack_require__(6207);var ne=__webpack_require__(36),ie={};ie.styleTagTransform=$(),ie.setAttributes=V(),ie.insert=G().bind(null,"head"),ie.domAPI=z(),ie.insertStyleElement=H();N()(ne.Z,ie);ne.Z&&ne.Z.locals&&ne.Z.locals;var oe=__webpack_require__(1319),ae={};ae.styleTagTransform=$(),ae.setAttributes=V(),ae.insert=G().bind(null,"head"),ae.domAPI=z(),ae.insertStyleElement=H();N()(oe.Z,ae);oe.Z&&oe.Z.locals&&oe.Z.locals;var se=__webpack_require__(5108);var le=__webpack_require__(2787),ce={};ce.styleTagTransform=$(),ce.setAttributes=V(),ce.insert=G().bind(null,"head"),ce.domAPI=z(),ce.insertStyleElement=H();N()(le.ZP,ce);le.ZP&&le.ZP.locals&&le.ZP.locals;function components_ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function components_objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?components_ownKeys(Object(r),!0).forEach((function(t){defineProperty_defineProperty(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):components_ownKeys(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function MainComponent(t){var r=function useImageCarousel(t){var r=t.productId,n=t.settings,a=slicedToArray_slicedToArray((0,e.useState)([]),2),s=a[0],l=a[1],c=slicedToArray_slicedToArray((0,e.useState)(!0),2),u=c[0],p=c[1],d=slicedToArray_slicedToArray((0,e.useState)(void 0),2),f=d[0],g=d[1];useCss(n);var h=useProductData({productIds:r,widgetType:"IMAGECAROUSEL"}),m=h.getProductsByDivaNrs,y=h.getProductByDivaNrAndVariantId,v=h.setSelectedProductId,w=h.selectedProduct,b=h.setProductCache;return(0,e.useEffect)((function(){var e=function(){var e=_asyncToGenerator(o().mark((function _callee(){var e,t,r,a;return o().wrap((function _callee$(o){for(;;)switch(o.prev=o.next){case 0:if(o.prev=0,p(!0),!w){o.next=19;break}if(t=null!==(e=n.mediaFunctionType)&&void 0!==e?e:"SHO","WALL_MOCKUPS"!==n.type){o.next=11;break}return o.next=7,getWallMockups(w,t);case 7:(r=o.sent)&&l(r),o.next=19;break;case 11:if("SIMILAR_PRODUCTS"!==n.type){o.next=18;break}return o.next=14,getSimilarProductMedia(w,t,n.description);case 14:(a=o.sent)&&l(a),o.next=19;break;case 18:throw new Error("Invalid type");case 19:o.next=25;break;case 21:o.prev=21,o.t0=o.catch(0),se.error(o.t0),g(o.t0);case 25:return o.prev=25,p(!1),o.finish(25);case 28:case"end":return o.stop()}}),_callee,null,[[0,21,25,28]])})));return function loadMockups(){return e.apply(this,arguments)}}();w&&r&&e()}),[w,r]),{media:s,error:f,loading:u,setSelectedProductId:v};function getWallMockups(e,t){return _getWallMockups.apply(this,arguments)}function _getWallMockups(){return _getWallMockups=_asyncToGenerator(o().mark((function _callee2(e,t){var r,n,a,s,l,c,u,p,d;return o().wrap((function _callee2$(f){for(;;)switch(f.prev=f.next){case 0:if(a=null===(r=e.customData)||void 0===r||null===(r=r.WALL_MOCKUP_DIVANRS)||void 0===r?void 0:r.value){f.next=3;break}return f.abrupt("return",void 0);case 3:return f.next=5,m(a);case 5:if(s=f.sent,l=null===(n=e.customData)||void 0===n||null===(n=n.OPT_TO_CHECK)||void 0===n?void 0:n.value){f.next=9;break}throw new Error("OPT_TO_CHECK is not set- ProductId: "+e._id);case 9:c=[],l.forEach((function(t){var r;c.push(null===(r=e.configuration)||void 0===r||null===(r=r.OrderSets[0].Variant)||void 0===r?void 0:r[t])})),u=[],p=o().mark((function _loop(){var r,n,c,p;return o().wrap((function _loop$(f){for(;;)switch(f.prev=f.next){case 0:r=a[d],n=s.data.filter((function(e){return e.divaNr===r&&!1===e.baseProduct})),c=o().mark((function _loop2(){var a,c,d;return o().wrap((function _loop2$(o){for(;;)switch(o.prev=o.next){case 0:if(a=n[p],!l.every((function(t){var r,n,o=null===(r=e.configuration)||void 0===r||null===(r=r.OrderSets[0].Variant)||void 0===r?void 0:r[t];return(null===(n=a.configuration)||void 0===n||null===(n=n.OrderSets[0].Variant)||void 0===n?void 0:n[t])===o}))){o.next=8;break}return b(a._id,s.data.filter((function(e){return e.divaNr===r}))),d=null==a||null===(c=a.media)||void 0===c||null===(c=c.find((function(e){return e.functionType===t})))||void 0===c?void 0:c.url,u.push({url:d,productId:a._id}),o.abrupt("return",1);case 8:case"end":return o.stop()}}),_loop2)})),p=0;case 5:if(!(p<n.length)){f.next=12;break}return f.delegateYield(c(),"t0",7);case 7:if(!f.t0){f.next=9;break}return f.abrupt("break",12);case 9:p++,f.next=5;break;case 12:case"end":return f.stop()}}),_loop)})),d=0;case 14:if(!(d<a.length)){f.next=19;break}return f.delegateYield(p(),"t0",16);case 16:d++,f.next=14;break;case 19:return f.abrupt("return",u);case 20:case"end":return f.stop()}}),_callee2)}))),_getWallMockups.apply(this,arguments)}function getSimilarProductMedia(e,t,r){return _getSimilarProductMedia.apply(this,arguments)}function _getSimilarProductMedia(){return _getSimilarProductMedia=_asyncToGenerator(o().mark((function _callee4(e,t,r){var n,a,s,l,c,u,p,d,f,g,h;return o().wrap((function _callee4$(m){for(;;)switch(m.prev=m.next){case 0:if(a=null===(n=e.customData)||void 0===n||null===(n=n.SIMILAR_PRODUCTS_DIVANRS)||void 0===n?void 0:n.value,Array.isArray(a)&&0!==a.length){m.next=3;break}return m.abrupt("return",[]);case 3:return m.next=5,Promise.all(a.map(function(){var e=_asyncToGenerator(o().mark((function _callee3(e){var t,r;return o().wrap((function _callee3$(n){for(;;)switch(n.prev=n.next){case 0:return r=e.split("-"),n.next=3,y("DIVA-"+r[1],null!==(t=r[2])&&void 0!==t?t:void 0);case 3:return n.abrupt("return",n.sent);case 4:case"end":return n.stop()}}),_callee3)})));return function(t){return e.apply(this,arguments)}}()));case 5:for(s=m.sent,l=[],c=0;c<s.length;c++)d=s[c].data[0],b(d._id,d),f=null!==(u=null==d||null===(p=d.media)||void 0===p||null===(p=p.find((function(e){return e.functionType===t})))||void 0===p?void 0:p.url)&&void 0!==u?u:d.image,g=void 0,f&&(r&&(g=null!==(h=d[r])&&void 0!==h?h:r),l.push({url:f,description:g,productId:d._id}));return m.abrupt("return",l);case 9:case"end":return m.stop()}}),_callee4)}))),_getSimilarProductMedia.apply(this,arguments)}}(t),n=r.media,a=r.error,s=r.loading,l=r.setSelectedProductId;return s?(0,B.jsx)("div",{children:"Loading..."}):a?(0,B.jsx)("div",{children:"Error"}):(0,B.jsx)("div",{className:K()([le.Gw,"diva-widget-image-carousel-container"]),children:(0,B.jsx)(M,components_objectSpread(components_objectSpread({modules:[navigation_Navigation],navigation:!0,className:K()([le.UK,"diva-widget-image-carousel-swiper"])},t.settings.sliderProp),{},{children:n.map((function(e,r){return(0,B.jsx)(D,{className:K()([le.JD,"diva-widget-image-carousel-slide"]),children:t.settings.description?(0,B.jsxs)("div",{className:K()([le.oB,"diva-widget-image-carousel-slide-description-image"]),onClick:function onClick(){return l(e.productId)},children:[(0,B.jsx)("img",{src:e.url,alt:"carousel image"}),(0,B.jsx)("div",{className:K()([le.KN,"diva-widget-image-carousel-slide-description"]),children:(0,B.jsx)("span",{children:e.description})})]}):(0,B.jsx)("img",{src:e.url,alt:"carousel image",className:K()([le.Zs,"diva-widget-image-carousel-slide-image"]),onClick:function onClick(){return l(e.productId)}},e.productId+"img")},e.productId)}))}))})}function src_ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function src_objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?src_ownKeys(Object(r),!0).forEach((function(t){defineProperty_defineProperty(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):src_ownKeys(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var ue=function ImageCarouselComponent(r){var n=function useConfiguration(r,n){var o=(0,t.useDivaCore)().actions.getSubConfiguration,a=(0,e.useMemo)((function(){return null!=n?n:o(r)}),[o,r,n]);if(!a)throw new Error("Configuration for ".concat(r," not found"));return a}(pe.name,r.settings);return(0,B.jsx)(MainComponent,src_objectSpread(src_objectSpread({},r),{},{settings:n}))},pe={name:"IMAGE_CAROUSEL",renderFunction:function Main(e){var t,r=e.settings,n=e.parameters;return(0,B.jsx)(ue,{settings:r,productId:null!==(t=null==n?void 0:n.productId)&&void 0!==t?t:""})}};const de=pe})(),CrystaldesignWidgetImageCarousel=r})();